How?
How would I go about causing a script to stop running, but without killing it. Basicly, is there a command like KILL_THIS_TASK();, only that doesn't permenantly stop the script?
Thanks.
Thanks.
According to dinkvar source file, return should kill the script.
perhaps: sp_disable(¤t_sprite,1) would work?
mm
perhaps: sp_disable(¤t_sprite,1) would work?
mm