How to terminate a script

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Arsys
Posts: 30
Joined: 2004-11-21 21:45:20

How to terminate a script

Post 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
AlexeyVorotnikov
Junior Expert
Posts: 138
Joined: 2004-09-18 15:12:06

Post by AlexeyVorotnikov »

UO.Exec('terminate scriptName')
Arsys
Posts: 30
Joined: 2004-11-21 21:45:20

Post by Arsys »

Thx :D
Post Reply