The Dink Network

Reply to Re: WDE 2 crash

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
July 26th, 07:54 PM
death.gif
Seseler
Peasant He/Him Heard Island And Mcdonald Islands
 
You just want to know if all monsters are dead, right?
Just do something like this:
if (get_sprite_with_this_brain(9, 0) == 0)
{
  if (get_sprite_with_this_brain(10, 0) == 0)
  {
    //No monsters remaining
    screenlock(0);
  }
}