The Dink Network

Reply to Re: Questions

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:
 
 
August 15th 2007, 03:53 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
I don't know the exact details, but the trick is to:

look in your own story directory.
look for a script start-1.c.
if it's not there: copy start-1.c from the source zip (develop/source.zip)
Now you have a start-1.c, open it with your favourite editor.
On the line before kill_this_task(), add:

&update_status = 1;
draw_status();

That should take care of points 1, 2, 3 and 5.