%scriptAlreadyRunning()

Aliases%scriptAlreadyRunning( )
Parameters-

    Returns true if the script in which it is called is already running another
instance. Otherwise returns false.

Example: catch_entry_act trigger

if( %scriptAlreadyRunning() )
{
return
}

wait 0 secs

talk @n Hello there!

See Also%scriptAlreadyRunningExit()