HTML:
'Probably <<if $Glasses is 0>>broken<<elseif $Book>>missing pages<<elseif $Phone is 0>>broken<</if>> anyway' you think as you keep walking through the park.
In this passage, if you have sunglasses (
$SunGlas
?) then it's a book, and if you have a book it's a phone.
This uses the wrong $Glasses, and $Book should be 0 to indicate you are finding a book (ie
<<elseif $Book is 0>>
) and if you have all three it should still fall back to "broken" phone (so checking $Phone is 0 is not what you want).
Lying down naked in the park doesn't affect what "You are currently wearing", however if you are kicked out because it's too late, you're somehow left in an undressed state so the non-lying down yoga (normally always dressed) is now naked. Every other way of leaving your towel involves redressing.
HTML:
<<if $Hours gte 21 or $Hours lte 7>>It is too dark to be lying down in the middle of the park, so you grab your stuff<<if $Topless gte 1>>, put on your clothes<</if>> and walk back to the <<link [[park entrance|PMenu]]>><<set $Location to "Park">><</link>>.<<else>>
$Topless
doesn't get set back to 0 here.
Also, lying on the towel in the park, there are topless/nude versions of all of the activities except for drinking a breezer, which is still fully dressed.
The park night clown events describe a blowjob. The video is for a gangbang so it doesn't match the description. (ExpBJ gets increased, so I think this just needs a different video.)
In the beach booths, one of the options includes the video twice:
HTML:
<<set _$Random to random(1, 9)>><<set $Vid to "/General/Sex/GH/FCKW" + _$Random>><<play $Vid>><<play $Vid>>
In the library, there's two options to take computer lessons, directly from the library menu, and separately under "surf the web". The "surf the web" version has no text. This is probably because
1.5 !== "1.5"
.
The makeup tutorial has a grey "Makeup skill improved slightly" and affects
$MakeupSkillR
which doesn't have a green +1 Skill notification and doesn't show on Character Stats until it's enough to change
$MakeupSkill
and Lizzie refreshes her makeup.
If you have multiple debts due, they aren't listed on separate lines, so they'll run together like:
Code:
Due tomorrow: € 135 to HenryDue tomorrow: € 480 to Leo