Encountered an apparent bug in 1.0.3 with Rin's class vibrator scene. She's at level 4, already accepted the vibrator, is wearing the right clothes, and it's a Friday; but the scene is locked out saying I still need to give her a vibrator. However, the flags in the save file appear to be set correctly for the event to trigger for the first time:
\"classmateAitemvibrator\":1,\"varclassmateAgotvibr\":\"2\"
Saiko's vibrator scene does work though, which is odd since it has virtually identical triggers:
<choice result="/vibratingteacherAM" public="1" nofail="1" var="teacherAgotvibr" checkvarvalue="1" outfits="work,sexywork" outfitfor="teacherA" />
<choice result="/rinvibratingjoke" public="1" nofail="1" var="classmateAgotvibr" checkvarvalue="1,2" outfits="work,sexywork" outfitfor="classmateA" />
In the save, I have this for Saiko and it meets the trigger conditions above:
\"teacherAitemvibrator\":1,\"varteacherAgotvibr\":\"1\"
So I'm guessing that the implied "or" in checkvarvalue isn't working as it should.
Save file attached.