Create an action that represents a sequence of other actions
| <vizact>.sequence( | |
| [action1, action2, .....] | |
| repeats = 1 |
)
[action1, action2, .....]
You can pass as many actions as you want to this command.
repeats = 1
The number of times to perform the sequence. If viz.FOREVER is given, then the sequence will be infinitely repeated.
After you have created the action you can add it to any object as many times as you want.
An action that can be applied to any <node3d> object