The Dink Network

Reply to Sister's task fault...

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 30th 2015, 04:08 AM
dinkdead.gif
millimeter
Peasant He/Him Canada
Millimeter is Wee-Lamm, Recording Artist. :-) 
There is a bug in the Sisters quest, when playing through v1.09HD, that won't allow Susan (sister 2) to respond, when you have been sent to check on her by Betty (sister 1).

In 'woman2.c' there is a variable defined, '&woman'. This is also defined as a global, in Main.c, which is over-ridden by the local variable. To correct, edit woman2.c and comment out the top line which reads;

int &woman;

so it reads instead,
//int &woman;

Hth,
Mm.