The end command ends the script, stopping the rest of the script from being read.
"then(end)"
And example of the destroy command used in a script is as follows...
The following stops commands from being executed on creation.
if(create)
{
then(initvar,timer)
then(end)
}
if(always)
{
then(changetimer,timer,-,1)
}
|
|