Reply to Re: Global variables
If you don't have an account, just leave the password field blank.
July 25th 2004, 10:30 AM

MiloBones


Look at the stuff in the DinkC reference about death. I think if you put in something like:
void die( void )
{
editor_type(¤t_sprite, 1);
}
...in the script, it should stay dead, i.e. not reappear.
void die( void )
{
editor_type(¤t_sprite, 1);
}
...in the script, it should stay dead, i.e. not reappear.