- Aug 6, 2016
- 584
- 514
No kidding. So, this is the code for being able to peep:
So this is referenced as event 2800. It is reached from the following:
So 2800 comes from 2613. Lets see that one:
And one more level up, to get to this series of choice, you need:
Which means you need to have done a minimum of 6 yoga meetings (the 21:00). Also as a note you need a min charisma of 80, fashion of 100, and 200 affection with Caprice.
The damn code needs a shovel some times.
Code:
elseif sexCaprice = 2800:
'<center><img src = "pic/events/Caprice/Masturbation bathroom/1.jpg"></center>'
*nl
*p $paidMsgStr[2901]
if eventCapriceMasturbateBath = 0 and amountPhotoLinenEvents >= 3:
act $paidMsgStr[3046]:
sexCaprice = 2802
gt $curloc
end
end
Code:
elseif sexCaprice = 2613:
'<center><img src = "pic/events/Caprice/Me Caprice yoga/43.jpg"></center>'
*nl
*p $paidMsgStr[2884]
act $msgStr[60]:
sexCaprice = 2800
gt $curloc
end
Code:
elseif sexCaprice = 2609:
hour += 2
'<center><img src = "pic/events/Caprice/Me Caprice yoga/43.jpg"></center>'
*nl
*p $paidMsgStr[2881]
act $paidMsgStr[3043]:
sexCaprice = 2611
gt $curloc
end
act $paidMsgStr[3044]:
if eventMeeting = 10:
sexCaprice = 3100
gt $curloc
else
sexCaprice = 2612
gt $curloc
end
end
act $paidMsgStr[3045]:
if eventMeeting = 3:
sexCaprice = 2900
gt $curloc
else
sexCaprice = 2613
gt $curloc
end
end
Code:
elseif eventMeCapriceYogi = 6:
sexCaprice = 2600
end
The damn code needs a shovel some times.