|
ExecScript (script) [param1, param2...] |
|
Written by eaxs
|
|
Monday, 24 August 2009 21:25 |
Description Execute a script in the map triggerlist and pass unlimited parameters to it. Syntax
ExecScript <script> [param] [param]...[N] Example Run the "death" script and pass a parameter to it ExecScript death testparam 1
|