Reply to Re: Skeleton Titlescreen problem
If you don't have an account, just leave the password field blank.
Or you could just use this code:
int &crap = get_sprite_with_this_brain(8, 1);
sp_kill(&crap, 1);
That way you don't have to have a blank screen.
int &crap = get_sprite_with_this_brain(8, 1);
sp_kill(&crap, 1);
That way you don't have to have a blank screen.