What is the script command to stop a running script? I'm running looping subscripts (they call themselves) from another control script by using the "Run( "<scriptname>" )" command. I want to be able to stop a subscript from within the control script. I've tried Quit, Stop, End and Kill with no luck.
tia,aks
What is the script command to stop a script?
Moderators: BTT, andy55, b.dwall, juxtiphi
Thanks for the reply. I'll try it out but I am not sure it is going to work because our control script calls a number of other scripts. Apparently G-Force, to its great advantage, runs scripts simultaneously. So you can for example use script A to control colors while script B controls sprites and so on. I am concerned the Kill will stop the wrong script.