Special executables
Here's (not) a list of all the special executables:
Some tags also have special on-fail or on-success events, such as:
The "on-fail-full-capacity" executable happens when buying an amount of fuel that would overflow the current cap (e.g. buying fuel when at 25/25 fuel).
This executable is used by:
"[SPECIAL] buyFuel"
The "on-fail-cap-reached" executable happens when buying an amount of levels that would overflow the current level cap.
This executable is used by:
"[SPECIAL] upgradeGenerator"
"[SPECIAL] upgradeFuel"
"[SPECIAL] upgradeRange"
The "on-fail-insufficient-funds" and "on-fail-time-remaining" executable are used when the player does not have enough funds or when the protections' decay timer is still going.
This executable is used by:
"[SPECIAL] decayRedeem"
Last updated