maankamara
Member
- Sep 16, 2017
- 487
- 800
- 299
You guys were not kidding, the web of variables around pregnancy are quite a maze. However, I did spot at least one inconsistency in femcyc.qsrc line 643.
Scratch that, I must also check there is actually an ID to pass onto the $npc_usedname, else I get a null string.
$ChildThFath[nextbaby] = $wombpotfath[0] used there will give 'unknown' or ID in form of 'A11'. The variable is then checked for comments about pregnancy and compared against name string variables. I'll compile a version where I change it to $ChildThFath[nextbaby] = $npc_usedname[$wombpotfath[0]] instead and see if something else blows up.Scratch that, I must also check there is actually an ID to pass onto the $npc_usedname, else I get a null string.