The Dink Network

Reply to Re: HELP!!!!

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:
 
 
December 9th 2002, 07:54 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
: here is an example-

: fade_down();

: &player_map = 1;

: sp_> 1, 340);

: sp_y(1, 190);

: load_screen(1);

: sp_brain(1, 1);

: fade_up();

: draw_screen();

Nah, that's for teleporting/warping someone. For start-1.c , just add:

&player_map = 1;

and x and y for Dink, with sp_x (); and sp_y();. Fade_up(); and fade_down(); are for warping, you don't need them to start the game (in start-1.c).