Tiberian Technologies Scripts Reference Revision: 9000
Loading...
Searching...
No Matches
List of all members
MS_Custom_Send_Custom_Switch Class Reference

Send custom when receive custom conditionally. More...

Detailed Description

Author
Daniel Szabo (danie.nosp@m.l.sz.nosp@m.abo.7.nosp@m.15@g.nosp@m.mail..nosp@m.com)

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.

Parameters
ReceiveCustomThe custom message to listen for. Ignored until EnableCustom is received first.
SendCustomThe custom message that will be sent to the object defined in the ID.
ParamThe parameter of the custom message that will be sent to the object defined in the ID.
DelayHow many seconds to wait before the custom is sent to the object defined in the ID.
IDThe ID of the object to send the custom message to. 0 sends to self.
EnableCustomThe custom message that enables sending the custom.
DisableCustomThe custom message that disables sending the custom.