- Oct 29, 2017
- 63
- 283
Thanks for the update!
I was playing through and ran into a bug. If the PC choose to keep it platonic with Sam, d12_sam_sex is never defined and the game errors out when it is checked. In order to continue playing, I just added:
else:
$ d12_sam_sex = "2"
after line 24429.
Edit:
Since I've already got a post going, I'll mention there's a tiny typo in lines 27854 and 27858 "19" should be "09"
I was playing through and ran into a bug. If the PC choose to keep it platonic with Sam, d12_sam_sex is never defined and the game errors out when it is checked. In order to continue playing, I just added:
else:
$ d12_sam_sex = "2"
after line 24429.
Edit:
Since I've already got a post going, I'll mention there's a tiny typo in lines 27854 and 27858 "19" should be "09"
Last edited: