posted 04-23- 05:12 PM CT (US) what is the easiest way to instantly kill a sprite? i tried kill_cur_sp thing but it didnt work.
Phoenix
posted 04-24- 01:24 PM CT (US)
Try sp_active(¤t_sprite, 0); The sprite is killed instantly.
-Phoenix :)
joshriot
posted 04-24- 03:03 PM CT (US)
i mean kill as in kill an enemy sprite, so its die script is run. i guess i could use that and then create the dead body but that is a pain, so i want to know if there is an easier way.
FF4LIFE
posted 04-24- 10:23 PM CT (US)
Uh, you could inflict a lot of damage to it. The command was something like...hmm, can't recall...but there is one.
joshriot
posted 04-25- 01:55 PM CT (US)
i figured it out, i used the harm command to deal it damage and kill it. thanks