Reply to Re: what
If you don't have an account, just leave the password field blank.
Put a script_attach(1000) between the sp_brain(); and the &player_map:
sp_brain(1, 1);
script_attach(1000);
&player_map = 297;
oh, and the return after the if (&life < 1) shoud be on a new line.
sp_brain(1, 1);
script_attach(1000);
&player_map = 297;
oh, and the return after the if (&life < 1) shoud be on a new line.