Reply to Re: WDE 2 crash
If you don't have an account, just leave the password field blank.
You just want to know if all monsters are dead, right?
Just do something like this:
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); } }