Page 1 of 1

How to terminate a script

Posted: 2005-01-30 01:35:52
by Arsys
I would like to know if there is any command to terminate the script.

Something like this:

If (something) then
terminate the script
endIf

Posted: 2005-01-30 02:23:37
by AlexeyVorotnikov
UO.Exec('terminate scriptName')

Posted: 2005-01-30 04:29:27
by Arsys
Thx :D