Reply to Re: why does this script not work?
If you don't have an account, just leave the password field blank.
Perhaps it is because of this:
int_&guard = create_sprite(x,y,brain,sequence,1);
it should be
int &guard
int_&guard = create_sprite(x,y,brain,sequence,1);
it should be
int &guard