The Dink Network

Reply to Re: a stupid screen

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:
 
 
September 16th 2004, 08:59 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
I have it as follows: in main.c, &player_map is set to 1 and in start-1.c, it's:

&player_map = 123;
sp_x(1, 123);
sp_y(1, 123);
sp_dir(1, 4);

and another question i shall write this in my d-mod directory, right?

That may be the problem.. all script files (.c) should be in the D-Mod/Story directory. That's how it works with all D-Mods so in case you've got the .c files just in your D-Mod directory, make a directory called Story and move them all there.