Reply to Re: How to completley kill a sprite and script?
If you don't have an account, just leave the password field blank.
I've found that sp_kill works just as well. Oh, and yes, you put those brackets in kill_this_task.
so
Also, if you call on the die(); procedure you can kill the script. And add sp_kill to make the sprite disappear.
so
sp_kill(¤t_sprite, 1); if you like mesp_active(¤t_sprite, 0); if you don't
kill_this_task();
Also, if you call on the die(); procedure you can kill the script. And add sp_kill to make the sprite disappear.