%scriptAlreadyRunningExit()

Aliases%scriptAlreadyRunningExit( )
Parameters-

    Checks if an instance of the script is already running and if so it exits
the script. Note that the example below is a simpler equivalent to the
example provided for %scriptAlreadyRunning().

Example: catch_entry_act trigger

%scriptAlreadyRunningExit()

wait 0 secs

talk @n Hello there!

See Also%scriptAlreadyRunning()