The Dink Network

Reply to Re: Problem with DMOD Dry

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:
 
 
April 19th 2003, 05:17 PM
anon.gif
Player
Ghost They/Them
 
I guess trying to steer the conversation towards a *solution* doesn't work. How about which script line refers to map.dat? That might be corrupt for some reason.

My computer is not screwed. It runs perfectly.

You're too shallow. "it works fine for everyone else so *you* must've done something wrong".

There are millions of things that could have gone wrong that weren't *my* fault. They could even have been yours.

-

For those who care, here's an excerpt from start.c . The problem may lie around here somewhere.

//Create the START button....

&crap = create_sprite(76, 434, 14, 194, 1);
sp_script(&crap, "start-1");
sp_noclip(&crap, 1);
sp_touch_damage(&crap, -1);

//Create the CONTINUE button....

&crap = create_sprite(314, 434, 14, 195, 1);
sp_script(&crap, "start-2");
sp_noclip(&crap, 1);
sp_touch_damage(&crap, -1);

-

Thank you to those who try to help.