Reply to Re: Brain stuff
If you don't have an account, just leave the password field blank.
Propably simplest to do a loop, or add a braincheck in each monster's die() procedure (like what's done to remove screenlocks).
Eg.
loop:
wait(100);
if (get_sprite_with_this_brain(9,¤t_sprite) != 0)
goto loop;
say("Thar script continuas!",1);
Eg.
loop:
wait(100);
if (get_sprite_with_this_brain(9,¤t_sprite) != 0)
goto loop;
say("Thar script continuas!",1);