- Oct 18, 2017
- 57
- 10
Hi ! I've been messing around the code to make the Katja 'Look for boys' option work more often ( lowering de horny requirement and changing the random encounter from 0 to 10 to 5 to 10. But somehow, encounter 9 and 10 (gopnik and teenager ) Don't works.
'You arrive at one of the smaller plazas in the park, together with <<$ev_name_om>>. <<$textEvent>>'
Usually I'd get the text event associated to encounter 9 and 10, but the only things that shows is :
'You arrive at one of the smaller plazas in the park, together with <<$ev_name_om>>.
I am beyong lost on why this is happening, is there a debug tool usable with QSP to see which variables are taken or removed?
EDIT : found it !!! Encounter 8 If loop was missing it's end, meaning we could never get to encounter 9 and 10 !
'You arrive at one of the smaller plazas in the park, together with <<$ev_name_om>>. <<$textEvent>>'
Usually I'd get the text event associated to encounter 9 and 10, but the only things that shows is :
'You arrive at one of the smaller plazas in the park, together with <<$ev_name_om>>.
I am beyong lost on why this is happening, is there a debug tool usable with QSP to see which variables are taken or removed?
EDIT : found it !!! Encounter 8 If loop was missing it's end, meaning we could never get to encounter 9 and 10 !
Last edited: