The Dink Network

Reply to Re: HELP ME PLEASE

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
March 12th 2003, 04:08 PM
fish.gif
binirit
Peasant She/Her
 
//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.