Ibis |
posted 01-28- 07:53 AM CT (US)
I have this problem with a script, I want a girl to die by using void_hurt(¤t_sprite, 30); But nothing happens, I use sp_hitpoints(¤t_sprite, 30); so she got life, and you can hit her to death. Here´s the whole script say("`5Nooo!", ¤t_sprite); wait(250); void_hurt(¤t_sprite, 30); say_stop ("`5Eihhh!....", ¤t_sprite); wait(250); unfreeze(1); }
|