Reply to Re: HELP ME PLEASE
If you don't have an account, just leave the password field blank.
//Version Number Killa
&player_map = 32;
load_screen();
draw_screen();
Put it after this part in start.c:
sp_seq(1, 0);
sp_brain(1, 13);
sp_pseq(1,10);
sp_pframe(1,8);
sp_que(1,20000);
sp_noclip(1, 1);
and before this part:
//This is where we create the TITLE SCREEN. This line is ok if you're using
//a 640 x 480 full-sized bitmap as the title (as I do, usually). If you
//don't, be sure to change this line to fit.
Change map number to whatever you want, but make sure it's just green grass.
&player_map = 32;
load_screen();
draw_screen();
Put it after this part in start.c:
sp_seq(1, 0);
sp_brain(1, 13);
sp_pseq(1,10);
sp_pframe(1,8);
sp_que(1,20000);
sp_noclip(1, 1);
and before this part:
//This is where we create the TITLE SCREEN. This line is ok if you're using
//a 640 x 480 full-sized bitmap as the title (as I do, usually). If you
//don't, be sure to change this line to fit.
Change map number to whatever you want, but make sure it's just green grass.