Reply to Re: New D-Mod: Island of Hell
If you don't have an account, just leave the password field blank.
Also, when the boss attacked(?) the game crashed.
Actually, the game doesn't crash. If we take a look at that script, we'll see something odd in it...
void attack( void )
{
playsound(31, 22050,0,¤t_sprite, 0);
kill_game();
&mcounter = random(4000,0);
sp_attack_wait(¤t_sprite, &mcounter);
}
No wonder if the game "crashes"
Actually, the game doesn't crash. If we take a look at that script, we'll see something odd in it...
void attack( void )
{
playsound(31, 22050,0,¤t_sprite, 0);
kill_game();
&mcounter = random(4000,0);
sp_attack_wait(¤t_sprite, &mcounter);
}
No wonder if the game "crashes"






