The Dink Network

Reply to Re: stuck in goblin village

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:
 
 
November 16th 2009, 04:39 PM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
Sounds like a problem with FreeDink rather than with the DMOD.

From your errorreport I think this is the problem:

The script r3-language.c is called when the screen is entered. Then the screen is still fading up, so FreeDink ignores the request of r3-language to fade down. Seemingly it ignores the rest of the script from there. Normally Dink doesn't ignore the fade down command when loading the screen.

So an errorreport for freedink it is then I suppose. I can't replicate it myself though as I don't have freedink.

If you just want to continue the DMOD you can edit the script in question. There should be this command:
wait(1);

Change the 1 to something larger, 1000 will probably do the trick:
wait(1000);


This will make the game pause for a second, so don't move when you enter the screen!