1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<<if $schoolShopAction.includes("wear") or $schoolShopAction.includes("try") or $schoolShopAction.includes("under")>>
	<<if random(1,10) is 1>>
		You hear Sydney speaking outside. "Um, the changing room is currently occupied! Sorry."
	<<elseif !$daily.sydney.peek and random(1,10) is 2 and (_sydneyStatus.includes("corrupt") or _sydneyStatus.includes("Lust"))>>
		<<set $daily.sydney.peek to true>><<set $sydneySeen.pushUnique("changing room")>>
		You hear the curtain shift behind you. You quickly turn around and hear a gasp. <span class="lewd">Sydney's face disappears behind the curtain.</span> <<stress 3>><<gstress>><<npcincr Sydney lust 1>><<glust>><<arousal 50>><<garousal>>
	<<else>>
		Sydney patiently waits for you outside the changing room.
	<</if>>
<<else>>
	Sydney patiently waits for you.
<</if>>