Create an action that executes a list of actions in parallel
| <vizact>.parallel( | |
| action1, action2, ... |
)
action1, action2, ...
You can pass as many actions as you want to this command.
The action will complete when all of sub-actions are finished.
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