Reply to Re: Skeleton Titlescreen problem
If you don't have an account, just leave the password field blank.
//Version Number Killa
&player_map = 32;
load_screen();
draw_screen();
Put this in the start.c before this line:
//This is where we create the TITLE SCREEN.
&player_map = 32;
load_screen();
draw_screen();
Put this in the start.c before this line:
//This is where we create the TITLE SCREEN.