Reply to Re: Debug Message
If you don't have an account, just leave the password field blank.
Since you haven't actually told what the problem is, I'm assuming you want a lepracon to appear and kill Dink. You've got it all wrong, this is how it should be done:
&update_status = 1;
draw_status();
int &lepracon = create_sprite(100,100,0,571,1);
say_stop("`0I'm a lepracon, I KILL YOU!!",&lepracon);
&life -= &lifemax;
&update_status = 1;
draw_status();
int &lepracon = create_sprite(100,100,0,571,1);
say_stop("`0I'm a lepracon, I KILL YOU!!",&lepracon);
&life -= &lifemax;








