Reply to Re: Questions
If you don't have an account, just leave the password field blank.
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.
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.