Wait Action: Difference between revisions
(Added image and more content) |
mNo edit summary |
||
Line 1: | Line 1: | ||
An action that delays the execution of any actions below it. | An action that delays the execution of any actions below it. | ||
Actions are played from top to bottom in the list of actions for an event. The [[Wait Action]] can be used to delay other actions so they don't all run at once. Any actions placed below the Wait action will only be executed once the number of seconds provided to the wait action | Actions are played from top to bottom in the list of actions for an event. The [[Wait Action]] can be used to delay other actions so they don't all run at once. Any actions placed below the Wait action will only be executed once the number of seconds provided to the wait action has passed. This can let actions that take time to finish before performing follow-up actions. You can use multiple wait actions on a single event. | ||
==Properties== | ==Properties== | ||
[[File:WaitAction.png|thumb|600px|The Wait action with a duration of 4 seconds.]] | [[File:WaitAction.png|thumb|600px|The Wait action with a duration of 4 seconds.]] | ||
[[File:WaitRandomAction.png|thumb|600px|The Wait action with a random duration between 2 and 8 seconds.]] | [[File:WaitRandomAction.png|thumb|600px|The Wait action with a random duration between 2 and 8 seconds.]] | ||
The Wait action can take either a constant number of seconds | The Wait action can take either a constant number of seconds or a range of seconds where a time to wait is chosen randomly from that range. When choosing randomly, it won't choose whole seconds. It could choose 5.23 seconds for example. | ||
You can choose which mode to use by clicking the down arrow to the right of the inputs. | You can choose which mode to use by clicking the down arrow to the right of the inputs. | ||
[[Category:Actions]] | [[Category:Actions]] |
Latest revision as of 02:35, 16 December 2022
An action that delays the execution of any actions below it.
Actions are played from top to bottom in the list of actions for an event. The Wait Action can be used to delay other actions so they don't all run at once. Any actions placed below the Wait action will only be executed once the number of seconds provided to the wait action has passed. This can let actions that take time to finish before performing follow-up actions. You can use multiple wait actions on a single event.
Properties
The Wait action can take either a constant number of seconds or a range of seconds where a time to wait is chosen randomly from that range. When choosing randomly, it won't choose whole seconds. It could choose 5.23 seconds for example.
You can choose which mode to use by clicking the down arrow to the right of the inputs.