Quote from: sharprm on Sun 03/08/2008 04:05:53
If you have two options, and make it so that one option turns itself off after you say it, then the character will automatically say the last option afterwards,
but then you have to choose the last option and you get an error. To replicate the error, turn off all the options on the template except the last two and the first one (I think).
I have one work around: allways have the option "goodbye" and "where do babies come from?" for every conversation, but ...
Wow. How strange. I'll look into that. Another work around for the time being, go into the KADS Header script and change the line:
#define KADS_AUTO_SELECT_SINGLE_OPTION true
to:
#define KADS_AUTO_SELECT_SINGLE_OPTION false
This will make it so you have to select the last option, and should fix the problem for now.