Description :
This instruction stops the sequential running of a script. In theory, all scripts should end with script.stop ().
Parameters :
-
Returned value for script.call.
Notes :
Once this instruction is processed, the computer stops running the current script and removes all related objects from its memory. Should the current script have been launched from another script (i.e., by the instruction "script.call"), the "calling script" will resume its sequential running.
Examples :
|