The Dink Network

Reply to Re: dragons are evil

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 26th 2003, 12:21 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
In that case the author just used a reference to the en-drag script in the main Dink game. The only dragons in the main game are on the island where you can buy the throwing axe. When these die, a script called s5-end is spawned, which contains the choice menu.

To fix it: check the en-drag.c file in the main game with any text-editor. Then, change
spawn("s5-end");
to
screenlock(0);
and save it into the story-folder of all DMod's where the error occurs. As en-drag.c, of course. This should fix it up.