Meta-Actions
10 pages in this section.
- And Executes all provided actions in order.
- Chance Executes the provided action only with a specific chance.
- Choice Executes one of the provided actions, choosing randomly based on the assigned weights.
- Delay Executes the provided action after a set amount of ticks.
- If Case Checks a list of actions associated with conditions, and executes every one whose condition holds.
- If Else Executes an action only if a condition holds, and optionally executes another action when it doesn't hold.
- If Else List Checks a list of actions associated with conditions, and executes the first one whose condition holds.
- Loop Executes an action a set number of times, spaced evenly over time.
- Nothing Does nothing. Useful as an explicit no-op branch.
- Random Chance Runs an action with a given probability.