Create an action that will trigger a signal object
| <vizact>.sendsignal( | |
| signal | |
| num = 0 |
)
signal
The signal object to trigger
num = 0
The maximum number of objects to trigger. If the value is less than or equal to 0 then all objects waiting on the signal will be triggered.
After you have created the action you can add it to any object as many times as you want. This action will trigger the specified number of actions that are currently waiting on the signal.
As a shortcut, the signal object already contains the actions to wait and trigger, <signal>.wait and <signal>.trigger. You can directly add these to an object instead of creating the actions using <vizact>.waitsignal and <vizact>.sendsignal.
An action that can be applied to any object
<vizact>.signal
<vizact>.waitsignal
<vizact>.fadeTo
<vizact>.moveTo