|
Tiberian Technologies Scripts Reference Revision: 9000
|
Send custom when receive custom conditionally. More...
This script lets you send a custom when the object it is attached receives a custom, with an addition of a switch/gate that enables/disables the processing.
| ReceiveCustom | The custom message to listen for. Ignored until EnableCustom is received first. |
| SendCustom | The custom message that will be sent to the object defined in the ID. |
| Param | The parameter of the custom message that will be sent to the object defined in the ID. |
| Delay | How many seconds to wait before the custom is sent to the object defined in the ID. |
| ID | The ID of the object to send the custom message to. 0 sends to self. |
| EnableCustom | The custom message that enables sending the custom. |
| DisableCustom | The custom message that disables sending the custom. |