Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
<<audio ":playing" stop>>
<<audio mainsong play loop>>\
<<script>>setup.stowUiBar()<</script>>\
Welcome.
May I ask which of the following are you?
[[Male]]
[[Female]]
[[Otherwise]]
<<if $playthrough>><hr>
You have already played this game through! Thank you very much for your time.
You can now check the [[credits|Credits]] or play the [[jukebox|Jukebox]] if you would like to. Have a nice day.<</if>>
<<cacheaudio "mainsong" "music/bibliography.wav">>
<<cacheaudio "stupiddance" "music/stupiddance.mp3">>
<<cacheaudio "distortion" "music/distortion.mp3">>
<<cacheaudio "kagerou" "music/kagerou.mp3">>
<<cacheaudio "gameover" "music/gameover.mp3">>
<<cacheaudio "breakpoint" "music/breakpoint.mp3">>
<<set $step to 0>>
<<set $health to 100>>
<<set $brawn to 30>>
<<set $hope to 50>>
<<set $conf to 30>>
<<set $appear to 0>>
<<set $mom to 60>>
<<set $raphael to -99>>
<<set $maxstep to 49>>
<<set $mcname to "Cody">>
<<set $falsetto to false>>
<<set $momknowstrans to false>>
<<set $dance to false>>
<<set $makeup to false>>
<<set $suicide to false>>
Step <<print $step>> of 50 small steps
Health: <<print $health>>
Brawn: <<print $brawn>>
Hope: <<print $hope>>
Confidence: <<print $conf>>
Appearance: <<print $appear>>% feminine
Relationship with Mom: <<print $mom>>
''Badges''
<<if $brawn gt 90>>\
__Combat Master__
<</if>>\
<<if $falsetto>>\
__Falsetto Master__
<</if>>\
<<if $hope gt 99>>\
__Rosy Eyes__
<</if>>\
<<if $dance>>\
__Dancing Queen__
<</if>>\
<<if $makeup>>\
__Make-Up Artist__
<</if>>\
<<if $momknowstrans>>\
__Briefed Mom About Trans__
<</if>>\
<<audio distortion stop>>\
<<audio mainsong stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio breakpoint stop>>\
<<audio stupiddance volume 0.2 play loop>>\
<<set $step += 1>>\
<<set $appear += 1>>\
<<set $health += random(1,10)>>\
<<set $brawn -= 3>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
The hormones worked. Cody now feels a bit more female -- more like her true gender.
[img[images/clubbing.jpg]]
Stupid people doing stupid things. At the C-L-U-B club. Alcohol in, bad secret out. Meet someone. Dance your head off. The night is still young. False hope may last. Cherish your life. Do not do drugs.
<<set $conf += random(0, 20)>>\
<<set $hope += random(0, 20)>>\
<<if $conf gte 75>>\
<<set $dance to true>>\
<<set $appear += random(0, 30)>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
Here goes Cody again. Cody twerks. And hops. Cody is dead wasted. Cody looks good on the dance floor.
<</if>>\
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio breakpoint stop>>\
<<audio mainsong play loop>>\
<<set $step += 1>>\
<<set $appear += 1>>\
<<set $health += random(1,10)>>\
<<set $brawn -= 3>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
The hormones worked. Cody now feels a bit more female -- more like her true gender.
<<set $scene = either("images/crows.jpg", "images/ocean.jpg", "images/clouds.jpg")>>\
<<set $daydream = either("I'm gonna watch the blue birds fly over my shoulder.<br>I'm gonna watch them pass me by", "I'd like to know completely<br>what others so discretely talk about", "I hate the quiet places<br>that cause the smallest taste of what will be", "I hate the big decisions<br>that cause endless revisions in my mind")>>\
[img[$scene]]
Nothing much else happened. Cody daydreamed.
Daydreaming is bad, some would say.
<p style="color:CornflowerBlue;">//$daydream//</p>
What's it worth, anyway? Suddenly Cody craves for a jar of maple syrup.
<<if $hope lte 20>>\
<<set $hope += random(0,20)>>
Instead, Cody grabbed the polar opposite (in terms of temperature), a jar of ice cream. Ice cream therapy is always the best when you are down.
<</if>>\
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio gameover stop>>\
<<audio mainsong stop>>\
<<audio stupiddance stop>>\
<<audio breakpoint stop>>\
<<audio kagerou stop>>\
<<audio distortion volume 0.2 play loop>>\
<<set $step += 1>>\
<<set $appear += 1>>\
<<set $health -= random(10,20)>>\
<<set $brawn -= 5>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
The hormones worked. Cody now feels a bit more female -- more like her true gender.
[img[images/cutting.jpg]]
<<set $conf -= 15>>\
<<set $hope -= 5>>\
Living simply hurts too much. A rubber band does not help...
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio mainsong stop>>\
<<audio breakpoint volume 0.1 play loop>>\
<<set $step += 1>>\
<<set $appear += 1>>\
<<set $health += random(1,10)>>\
<<set $brawn -= 3>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
The hormones worked. Cody now feels a bit more female -- more like her true gender.
[img[images/bothw.png]]
Cody feels the urge of using the washroom after a lecture. She would hate to use the Men's, but is afraid of being pointed at while using the Women's.
What should she choose?
[[Men's]]
[[Women's]]
[[Hold it]]
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio breakpoint stop>>\
<<audio mainsong play loop>>\
<<set $step += 1>>\
<<set $appear += 1>>\
<<set $health += random(1,10)>>\
<<set $brawn -= 3>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
The hormones worked. Cody now feels a bit more female -- more like her true gender.
[img[images/gym.jpg]]
Cody never really liked gyms. Art studios are more of her place. She read online that regular exercising is a must for transitioning, though, so here she is, bearing this smell of sweat and hormone.
<<if $conf lt 80>>\
<<if random(1,80) lt 80-$conf>>\
Almost everybody is too busy exercising to notice Cody. //Almost// everybody, and a guy (an apparent jock) just has to harass Cody, trying to shovel her out of the gym door. Should Cody [[fight|GymFight]] or [[flee|Flee]]?
<<else>>\
<<set $brawn += random(20, 35)>>\
<<set $conf += random(10, 15)>>\
<<set $health += random(10, 15)>>\
Running on a treadmill is dreadfully awesome, or awesomely dreadful. Cody admits that gyms deserve a second chance in evaluation.
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<</if>>\
<<else>>\
<<if random(1,100) lt 21>>\
Almost everybody is too busy exercising to pay attention to Cody. //Almost// everybody, and a guy (an apparent jock) just has to harass Cody, trying to shovel her out of the gym door. Should Cody [[fight|GymFight]] or [[flee|Flee]]?
<<else>>\
<<set $brawn += random(20, 35)>>\
<<set $conf += random(10, 15)>>\
<<set $health += random(10, 15)>>\
Running on a treadmill is dreadfully awesome, or awesomely dreadful. Cody admits that gyms deserve a second chance in evaluation.
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio mainsong stop>>\
<<audio breakpoint volume 0.1 play loop>>\
[img[images/malew.png]]
Cody quickly goes to the Men's. She feels so out of place.
<<set $hope -= random(5, 10)>>\
<<set $conf -= random(5, 15)>>\
She feels that she is losing it a bit.
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio mainsong stop>>\
<<audio breakpoint volume 0.1 play loop>>\
[img[images/femalew.png]]
Cody //sneaks// into the Women's. She knows she belongs here, but she still feels nervous.
<<if $appear lt 60>>\
One of the girls blocks Cody's way. She eyes Cody up and down suspiciously, and then says loudly with a smirk, "What sorta psychopath grown-up man enters a girls' toilet?"
''"A PERVERT! A PERVERT!"'' -- some of her friends chant.
The girl then pushes Cody, shoveling her to the corner. It seems that she is trying to start a fight. Should Cody [[fight|WashroomFight]] or [[flee|Flee]]?
<<else>>\
<<set $conf += random(5, 15)>>\
<<set $hope += random(1, 5)>>\
Nobody notices Cody at all! She blends in perfectly. Cody walks out of the washroom with a smug grin on her face (herself not aware of it).
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio mainsong stop>>\
<<audio breakpoint volume 0.1 play loop>>\
[img[images/endure.png]]
"I can hold it..." Cody tells herself, "I could use the washroom on my own when I go back to my apartment."
<<set $conf -= random(5, 15)>>\
<<set $health -= random(10, 15)>>\
How pathetic. Self-loathe hits Cody. Hard.
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio breakpoint stop>>\
<<audio gameover stop>>\
<<audio mainsong play loop>>\
<<set $step += 1>>\
<<set $appear += 1>>\
<<set $health += random(1,10)>>\
<<set $brawn -= 3>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
The hormones worked. Cody now feels a bit more female -- more like her true gender.
<<set $dice100talk = random(1, 100)>>\
[img[images/talk.png]]
Cody wants to reclaim her own voice. She regularly follows an online voice practicing tutorial to practice falsetto.
<<if $dice100talk lt 81>>\
<<set $conf += random(10, 15)>>\
<<set $voice += random(10, 15)>>\
Her falsetto is still not perfect but she feels closer to her true voice. Cody is determined to try again tomorrow.
<<else>>\
<<set $conf -= random(10, 15)>>\
But the tutorial is too hard. Cody feels like she belongs in the Shrieking Shack. Self-disgust consumed her.
<</if>>\
<<if $voice gte 60>>\
<<set $conf += random(15, 20)>>\
<<set $hope += random(15, 20)>>\
<<set $appear += 15>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $falsetto = true>>\
Cody has mastered falsetto! All these hard work finally paid off.
<</if>>\
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio breakpoint stop>>\
<<audio gameover stop>>\
<<audio mainsong play loop>>\
<<set $step += 1>>\
<<set $appear += 1>>\
<<set $health += random(1,10)>>\
<<set $brawn -= 3>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
The hormones worked. Cody now feels a bit more female -- more like her true gender.
[img[images/shave.jpg]]
<<set $conf += random(10, 15)>>\
<<set $appear += random(1, 5)>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
Cody carefully shaves her arms and legs. Weirdly she does not really care about cis-girls' shaving or not, but feels compelled to shave herself. She hates her long and nasty body hair, which seems to her yelling out her assigned sex.
After rinsing off the foam, she shyly feels her skin like it was someone else's. It is smooth and flawless enough for her. She feels like a new born.
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio breakpoint stop>>\
<<audio gameover stop>>\
<<audio mainsong play loop>>\
<<set $step += 1>>\
<<set $appear += 1>>\
<<set $health += random(1,10)>>\
<<set $brawn -= 3>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
The hormones worked. Cody now feels a bit more female -- more like her true gender.
<<set $clothes = either("images/dress.jpg", "images/skirt.jpg")>>\
[img[$clothes]]
<<set $hope += random(5, 10)>>\
Cody ordered a feminine piece of clothing online and it arrived today! She was a bit shy to sign the package, but when she runs her fingers through the fine and tender texture of the clothes (which, argh, is just not possible on men's regular clothes!), she feels thrilled.
This is who she is. She ''will'' carry on.
<<if $conf gte 60>>\
<<set $conf += random(10, 15)>>\
<<set $appear += random(10, 15)>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
She trys the clothes on, and the hemline twirls as she twists her body slightly. She feel like a million dollars.
<<else>>\
She is still reluctant to try the clothes on. Maybe tomorrow. She has all tomorrow's parties ahead of her.
<</if>>\
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio breakpoint stop>>\
<<audio gameover stop>>\
<<audio mainsong play loop>>\
<<set $step += 1>>\
<<set $appear += 1>>\
<<set $health += random(1,10)>>\
<<set $brawn -= 3>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
The hormones worked. Cody now feels a bit more female -- more like her true gender.
<<set $cosmetics = either("images/cosmetics.jpg", "images/cosmetics2.jpg")>>\
[img[$cosmetics]]
<<set $hope += random(5, 10)>>\
Cody ordered some cosmetics online and they arrived today! She opens a cosmetics YouTuber's video. These products were recommended by her. She looks stunning and so Cody would be one day -- with or without make-up!
<<if $conf gte 50>>\
<<set $conf += random(10, 15)>>\
<<set $appear += random(5, 15)>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $makeup to true>>\
She carefully starts following through the YouTuber's instructions and cannot help laughing at herself when she finds her eyeliner is all out of space.
This does not discourage her at all. Everybody has to start somewhere!
<<else>>\
She is afraid that she would not be able to pull //that// off... Maybe tomorrow. She has all tomorrow's parties ahead of her.
<</if>>\
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio breakpoint stop>>\
<<audio gameover stop>>\
<<audio mainsong play loop>>\
<<set $step += 1>>\
<<set $appear += 1>>\
<<set $health += random(1,10)>>\
<<set $brawn -= 3>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
The hormones worked. Cody now feels a bit more female -- more like her true gender.
[img[images/internet.jpg]]
<<set $conf += random(0, 20)>>\
<<set $deltahope = random(-10, 10)>>\
<<set $hope += $deltahope>>\
Cody decides that today is a chill day. She stays in and chats with her trans friends online.
<<if $deltahope gt 0>>\
The nice thing about chatting with people who are just like you is, they know you and you know them, so you feel not alone anymore.
Cody falls asleep with the screen still on, dreaming of the day that all her friends in the trans chat group could meet in reality, everybody is strong enough and belongs enough, successfully transitted...
Cody still dreams and she thinks it is not a bad thing to do.
<<else>>\
Cody hears that one of their common friends has finally given up. Is there a way out? Cody just does not know.
She says goodbye and silently closes the lid of her laptop. She feels gloomy again.
<</if>>\
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio breakpoint stop>>\
<<audio mainsong play loop>>\
<<set $step += 1>>\
<<set $appear += 1>>\
<<set $health += random(1,10)>>\
<<set $brawn -= 3>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
The hormones worked. Cody now feels a bit more female -- more like her true gender.
[img[images/phone.jpg]]
Cody calls her Mom. Somehow she is unable to come out to this closest person in her life.
<<if $conf gte 50>>\
<<if $momknowstrans>>\
<<set $conf += random(1, 10)>>\
<<set $hope += random(1, 10)>>\
<<set $mom += random(10, 15)>>\
Having successfully talked to Mom about trans people, Cody feels much as ease now talking to Mom. Just like old times.
Coming out would need to be postponed, though.
<<else>>\
<<if random(1, 100) lt $conf>>\
<<if random(1, 100) lt 40>>\
<<set $hope -= random(5, 10)>>\
<<set $conf -= random(5, 10)>>\
<<set $mom -= random(5, 10)>>\
Cody calmly and objectively explains to Mom about the trans population. However, Mom disses the idea of transitioning completely.
Cody's heart sinks.
<<else>>\
<<set $conf += random(10, 15)>>\
<<set $hope += random(5, 10)>>\
<<set $mom += random(5, 10)>>\
<<set $momknowstrans = true>>\
Cody calmly and objectively explains to Mom about the trans population. Mom is surprisingly open and does not oppose to the idea of transitioning at all!
Cody feels warm and fuzzy inside. Perhaps coming out is possible after all.
<</if>>\
<<else>>\
<<set $conf -= random(10, 15)>>\
<<set $hope -= random(1, 5)>>\
<<set $mom -= random(5, 10)>>\
Cody wants to explain trans people to Mom. But she messes up. Her tongue got tied and the conversation ended on a bad note.
Maybe next time... But is there a "next time"?
<</if>>\
<</if>>\
<<else>>\
<<set $mom += random(1, 5)>>\
As usual, Cody discussed with Mom the bad weather in her city, her courses in this semester, school activities and (actually strictly un-romantic, but Mom need not to know) relationships with college girls. Nothing related to transitioning, of course.
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio gameover stop>>\
<<audio mainsong stop>>\
<<audio stupiddance stop>>\
<<audio breakpoint stop>>\
<<audio kagerou stop>>\
<<audio distortion volume 0 fadeto 1.25 loop>>\
<<set $step += 1>>\
<<set $health = 0>>\
<<set $brawn = 0>>\
<<set $suicide = true>>\
[img[images/charcoal.jpg]]
<p style="font-size:400%;">She went to an island. She rented one of these small shacks. Then she spilled out the things inside her bag. They stained her hands and clothes.
She took some pills. And lit the [[fire|Confrontation]].</p>
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio breakpoint stop>>\
<<audio mainsong play loop>>\
<<set $step += 1>>\
<<set $appear += 1>>\
<<set $health += random(20,40)>>\
<<set $brawn -= 3>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
The hormones worked. Cody now feels a bit more female -- more like her true gender.
[img[images/sleep.jpg]]
Cody is tired and weary. She could sleep a thousand years.
Yes, she really likes that song.
//A thousand dreams that would awake me//
//Different colors made of tears//
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio breakpoint stop>>\
<<audio mainsong play loop>>\
<<set $step += 1>>\
<<set $appear += 1>>\
<<set $health += random(20,40)>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
This is the end (of this short extract of Cody's life), my beautiful friend.
//Up to now,//
<ul><<if $falsetto>>\
<li>Cody has mastered the art of falsetto. Now upon hearing her voice, everybody would not have any doubt whether she is a girl.</li>\
<<else>>\
<li>Cody has not attained her true voice. She still sounds a bit coarse, but she is not giving up on the falsetto tutorials.</li>\
<</if>>\
<<if $dance>>\
<li>Cody is now one of the well-known dance queens in the club she frequently visits.</li>\
<</if>>\
<<if $brawn > 90>>\
<li>Despite going through the hermone therapy, Cody is a really fit girl. She is bad-ass and nobody messes with her now.</li>\
<</if>>\
<<if $momknowstrans>>\
<li>Cody just came out to her Mom. It did not go very well, but her Mom did not disown her, so that is a start.</li>\
<<set $mcname to "Candy">>\
<li>She has chosen a new name. ''Candy''.</li>\
<<else>>\
<li>Cody still has not come out of the closet to her Mom. She needs more time.</li>\
<</if>></ul>\
<<if $suicide>>\
<h2>However, $mcname is [[gone|Credits]].</h2>
<<else>>\
<h2>$mcname is [[alive|Credits]].</h2>
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio mainsong stop>>\
<<audio breakpoint stop>>\
<<audio gameover stop>>\
<<audio kagerou volume 0.8 play loop>>\
<<set $playthrough to true>>\
<<remember $playthrough>>\
''freedom''
/'fri:dəm/
//noun//
<ol>
<li>The power or right to act, speak, or think as one wants. "We do have some freedom of choice."</li>
<li>The state of not being imprisoned or enslaved. "The shark thrashed its way to freedom."</li>
</ol>
<<timed 1.5s t8n>><p style="color:CornflowerBlue;">//What do you think I'd see<br>If I could walk away from me//</p><</timed>>
<<timed 3.5s t8n>><p style="font-size:200%;">''Cody''</p><</timed>>
<<timed 5s t8n>>On seeking freedom from discrimination, and ''to walk away from one's assigned self''.<</timed>>
<<timed 6.5s t8n>><p style="color:SeaGreen;font-size:85%;">//# A (far too optimistic) simulator of a trans college student in transition.//</p><</timed>>
<<timed 8s t8n>>__Script / Programming__: <a href="https://kestrel614.github.io">Yiming Li</a><</timed>>
<<timed 9.5s t8n>>__Music__<</timed>>\
<<timed 11s t8n>>\
<ul>\
<li>Bibliography. Written by Yiming Li.</li>
<li>Breakpoint. Written by Yiming Li.</li>
<li>ゲーム・オーバー. Freely available on <a href="http://amachamusic.chagasi.com/mp3/gameover.mp3">「甘茶の音楽工房」</a>.</li>
<li>Stupid Generic Dance Music. Remix of the Bass Heavy Trap Loopmasters Sample Pack in <a href="http://ninjajamm.com/">Ninja Jamm</a> by Yiming Li.</li>
<li>Distortion. Written by Yiming Li.</li>
<li>陽炎. Freely available on <a href="http://amachamusic.chagasi.com/mp3/kagerou.mp3">「甘茶の音楽工房」</a>.</li>
</ul>\
<</timed>>\
<<timed 12s t8n>>__Graphics__ are all freely available online for non-commercial use.<</timed>>
<<timed 13.5s t8n>>\
<ul>\
<li><a href="https://cdn.pixabay.com/photo/2014/02/23/19/11/shave-273116_960_720.jpg">Shave</a> | <a href="https://c1.staticflickr.com/1/33/58707688_db49fddf9a_b.jpg">Clubbing</a> | <a href="https://c1.staticflickr.com/3/2098/1993123270_ffbacc0ba0_z.jpg?zz=1">Trapped</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b1/Johnny_automatic_cat_fight_silhouette.svg/2000px-Johnny_automatic_cat_fight_silhouette.svg.png">Fight</a> | <a href="https://c2.staticflickr.com/4/3148/2996132444_3630efd41c_z.jpg?zz=1">Flee</a> | <a href="https://cdn.pixabay.com/photo/2015/11/12/21/16/gym-1040992_960_720.jpg">Gym</a> | <a href="https://cdn.pixabay.com/photo/2014/03/24/13/42/male-294095_960_720.png">Male's</a> | <a href="https://cdn.pixabay.com/photo/2012/04/28/19/08/female-44079_960_720.png">Female's</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Toilets_unisex.svg/2000px-Toilets_unisex.svg.png">Washroom Sign</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/a/a1/Freshly_bleeding_cut_over_scar.jpg">Cutting</a> | <a href="https://static.pexels.com/photos/3144/love-heart-makeup-beauty.jpg">Cosmetics</a> | <a href="https://cdn.pixabay.com/photo/2016/10/16/21/23/makeup-brush-1746322_960_720.jpg">Cosmetics2</a> | <a href="https://cdn.pixabay.com/photo/2015/09/10/17/27/wedding-934773_960_720.jpg">Dress</a> | <a href="https://c1.staticflickr.com/8/7428/12080623394_03dc50960d_b.jpg">Skirt</a> | <a href="https://cdn.pixabay.com/photo/2016/03/18/21/54/study-1265858_960_720.jpg">Web Surfing</a> | <a href="https://cdn.pixabay.com/photo/2013/07/13/11/48/mouth-158695_960_720.png">Talk</a> | <a href="https://lh4.ggpht.com/AceXRChS3ygn4ASmaIi517StzAXX9Wymjhlcs7EPMV5yIZawTk-V7pGdc9z2G2U9ZuLnUknRetlOlxXG6577FIlnFZU=s0">Endure</a> | <a href="https://static.pexels.com/photos/29992/pexels-photo-29992.jpg">Sleep</a> | <a href="https://upload.wikimedia.org/wikipedia/commons/2/2d/Charbon_-_charcoal_burning_(3106924114).jpg">Charcoal</a> | <a href="https://cdn.pixabay.com/photo/2013/07/18/15/01/telephone-164250_960_720.jpg">Phone</a> | <a href="https://cdn.pixabay.com/photo/2015/03/26/11/00/grey-692242_960_720.jpg">Ocean</a> | <a href="https://cdn.pixabay.com/photo/2013/10/26/18/41/clouds-201176_960_720.jpg">Clouds</a> | <a href="https://c1.staticflickr.com/5/4040/4339079539_59f308f628_b.jpg">Crows</a></li>
</ul>\
<</timed>>\
<<timed 15s t8n>>Powered by <a href="https://twinery.org/2/">Twine</a>.<</timed>>
<<timed 16.5s t8n>><p style="font-size:200%;">Thank you for playing シ</p><</timed>>
<<timed 18s t8n>>© 2017 Yiming Li. All rights reserved.<</timed>>
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio breakpoint stop>>\
<<audio mainsong play loop>>\
Thank you for your answer. Meet ''Cody'', your average college student who loves tabby cats, gin 'n' tonic and fro-yo. Cody feels that she is of the opposite sex from yours. She identifies herself as a ''female''.
<<timed 1.5s t8n>>They all say Cody is a boy, though. Since her assigned body is the same as yours.<</timed>>
<<timed 2.5s t8n>>\
[img[images/trapped.jpg]]
<</timed>>\
<<timed 3s t8n>>Cody feels awkwardly trapped in a male's body.<</timed>><<timed 3s t8n>> But she is not the type that gives up. She has decided to ''transition'' under hormone replacement therapy.<</timed>><<timed 4.5s t8n>> This is the story of Cody going ''forward''.<</timed>><<timed 6s t8n>> One step<</timed>><<timed 6.8s t8n>> at<</timed>><<timed 7.3s t8n>> a<</timed>><<timed 7.8s t8n>> time.<</timed>>
<<timed 9.8s t8n>>\
Please watch Cody go... \
<</timed>>\
<<timed 12s t8n>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte 99>>\
<<link [[One Step Forward.|Confrontation]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $hope lte 0>>\
<<link [[One Step Forward.|Suicide]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $health lte 0>>\
<<link [[One Step Forward.|Sleep]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
<<link [[One Step Forward.|Nothingness]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<else>>\
<<link [[One Step Forward.|Mutilation]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
<<link [[One Step Forward.|Nothingness]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<else>>\
<<link [[One Step Forward.|Mutilation]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 16>>\
<<link [[One Step Forward.|Washroom]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 31>>\
<<link [[One Step Forward.|Gym]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 46>>\
<<link [[One Step Forward.|Club]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 56>>\
<<link [[One Step Forward.|Mom]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 61>>\
<<link [[One Step Forward.|Nothingness]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 71>>\
<<link [[One Step Forward.|Shave]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 81>>\
<<link [[One Step Forward.|Clothes]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 91>>\
<<link [[One Step Forward.|Cosmetics]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<else>>\
<<link [[One Step Forward.|Chatting]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<</if>>\
<<else>>\
<<if $dice100 lt 16>>\
<<link [[One Step Forward.|Washroom]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 31>>\
<<link [[One Step Forward.|Gym]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 41>>\
<<link [[One Step Forward.|Club]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 51>>\
<<link [[One Step Forward.|Mom]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 56>>\
<<link [[One Step Forward.|Nothingness]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 71>>\
<<link [[One Step Forward.|Voice]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 81>>\
<<link [[One Step Forward.|Shave]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 86>>\
<<link [[One Step Forward.|Clothes]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 91>>\
<<link [[One Step Forward.|Cosmetics]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<else>>\
<<link [[One Step Forward.|Chatting]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<</if>>\
<</if>>\
<</timed>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio breakpoint stop>>\
<<audio mainsong play loop>>\
Thank you for your answer. Meet ''Cody'', your average college student who loves tabby cats, gin 'n' tonic and fro-yo. Cody feels the same as you. She identifies herself as a ''female''.
<<timed 1.5s t8n>>They all say Cody is a boy, though. Since her assigned body is male.<</timed>>
<<timed 2.5s t8n>>\
[img[images/trapped.jpg]]
<</timed>>\
<<timed 3s t8n>>Cody feels awkwardly trapped in a male's body.<</timed>><<timed 3s t8n>> But she is not the type that gives up. She has decided to ''transition'' under hormone replacement therapy.<</timed>><<timed 4.5s t8n>> This is the story of Cody going ''forward''.<</timed>><<timed 6s t8n>> One step<</timed>><<timed 6.8s t8n>> at<</timed>><<timed 7.3s t8n>> a<</timed>><<timed 7.8s t8n>> time.<</timed>>
<<timed 9.8s t8n>>\
Please watch Cody go... \
<</timed>>\
<<timed 12s t8n>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte 99>>\
<<link [[One Step Forward.|Confrontation]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $hope lte 0>>\
<<link [[One Step Forward.|Suicide]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $health lte 0>>\
<<link [[One Step Forward.|Sleep]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
<<link [[One Step Forward.|Nothingness]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<else>>\
<<link [[One Step Forward.|Mutilation]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
<<link [[One Step Forward.|Nothingness]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<else>>\
<<link [[One Step Forward.|Mutilation]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 16>>\
<<link [[One Step Forward.|Washroom]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 31>>\
<<link [[One Step Forward.|Gym]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 46>>\
<<link [[One Step Forward.|Club]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 56>>\
<<link [[One Step Forward.|Mom]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 61>>\
<<link [[One Step Forward.|Nothingness]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 71>>\
<<link [[One Step Forward.|Shave]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 81>>\
<<link [[One Step Forward.|Clothes]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 91>>\
<<link [[One Step Forward.|Cosmetics]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<else>>\
<<link [[One Step Forward.|Chatting]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<</if>>\
<<else>>\
<<if $dice100 lt 16>>\
<<link [[One Step Forward.|Washroom]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 31>>\
<<link [[One Step Forward.|Gym]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 41>>\
<<link [[One Step Forward.|Club]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 51>>\
<<link [[One Step Forward.|Mom]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 56>>\
<<link [[One Step Forward.|Nothingness]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 71>>\
<<link [[One Step Forward.|Voice]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 81>>\
<<link [[One Step Forward.|Shave]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 86>>\
<<link [[One Step Forward.|Clothes]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 91>>\
<<link [[One Step Forward.|Cosmetics]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<else>>\
<<link [[One Step Forward.|Chatting]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<</if>>\
<</if>>\
<</timed>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio breakpoint stop>>\
<<audio mainsong play loop>>\
Thank you for your answer. Meet ''Cody'', your average college student who loves tabby cats, gin 'n' tonic and fro-yo.
<<timed 1.5s t8n>>As a non-binary, you must understand Cody well! She identifies herself as a ''female'', but they all say Cody is a boy, since her assigned body is male.<</timed>>
<<timed 2.5s t8n>>\
[img[images/trapped.jpg]]
<</timed>>\
<<timed 3s t8n>>Cody feels awkwardly trapped in a male's body.<</timed>><<timed 3s t8n>> But she is not the type that gives up. She has decided to ''transition'' under hormone replacement therapy.<</timed>><<timed 4.5s t8n>> This is the story of Cody going ''forward''.<</timed>><<timed 6s t8n>> One step<</timed>><<timed 6.8s t8n>> at<</timed>><<timed 7.3s t8n>> a<</timed>><<timed 7.8s t8n>> time.<</timed>>
<<timed 9.8s t8n>>\
Please watch Cody go... \
<</timed>>\
<<timed 12s t8n>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte 99>>\
<<link [[One Step Forward.|Confrontation]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $hope lte 0>>\
<<link [[One Step Forward.|Suicide]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $health lte 0>>\
<<link [[One Step Forward.|Sleep]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
<<link [[One Step Forward.|Nothingness]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<else>>\
<<link [[One Step Forward.|Mutilation]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
<<link [[One Step Forward.|Nothingness]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<else>>\
<<link [[One Step Forward.|Mutilation]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 16>>\
<<link [[One Step Forward.|Washroom]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 31>>\
<<link [[One Step Forward.|Gym]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 46>>\
<<link [[One Step Forward.|Club]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 56>>\
<<link [[One Step Forward.|Mom]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 61>>\
<<link [[One Step Forward.|Nothingness]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 71>>\
<<link [[One Step Forward.|Shave]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 81>>\
<<link [[One Step Forward.|Clothes]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 91>>\
<<link [[One Step Forward.|Cosmetics]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<else>>\
<<link [[One Step Forward.|Chatting]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<</if>>\
<<else>>\
<<if $dice100 lt 16>>\
<<link [[One Step Forward.|Washroom]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 31>>\
<<link [[One Step Forward.|Gym]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 41>>\
<<link [[One Step Forward.|Club]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 51>>\
<<link [[One Step Forward.|Mom]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 56>>\
<<link [[One Step Forward.|Nothingness]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 71>>\
<<link [[One Step Forward.|Voice]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 81>>\
<<link [[One Step Forward.|Shave]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 86>>\
<<link [[One Step Forward.|Clothes]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<elseif $dice100 lt 91>>\
<<link [[One Step Forward.|Cosmetics]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<<else>>\
<<link [[One Step Forward.|Chatting]]>>\
<<script>>setup.unStowUiBar()<</script>>\
<</link>>\
<</if>>\
<</if>>\
<</timed>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio mainsong stop>>\
<<audio breakpoint stop>>\
<<audio gameover volume 0.1 play loop>>\
[img[images/fight.png]]
Cody is not the type that sits and takes it. //You asked for it, then you get it!//
<<set $enemystr = random(20, 70)>>\
<<if $brawn lt $enemystr>>\
<<set $conf -= random(10, 25)>>\
<<set $hope -= random(10, 15)>>\
<<set $appear -= random(5, 10)>>\
<<set $health -= random(30, 60)>>\
Cody loses. The bitch presses Cody's head in the sink for a whole thirty seconds, and Cody almost drowns.
"Don't ever let me see you in the wrong place again, PERVERT." The bitch even spits into Cody's hair.
Cody cries when the washroom is empty again. Her swollen face in the mirror seems so ugly to her.
"Am I a mistake?" Cody wipes clean her face and walks out of the Women's, where she, still stuck in a boy's body, just does not belong.
<<elseif $brawn eq $enemystr>>\
<<set $brawn += random(5, 10)>>\
<<set $conf += random(5, 10)>>\
<<set $hope += random(1, 5)>>\
<<set $health -= random(5, 10)>>\
It is a close call, but Cody managed to survive. Somehow Cody feels like Rocky Balboa (the skinny trans youth version). She whistles "Gotta Fly Now" as she shuffles out of the toilet.
Being in a fight is... Surprisingly entertaining.
<<else>>\
<<set $conf += random(10, 15)>>\
<<set $hope += random(5, 10)>>\
<<set $brawn += random(10, 15)>>\
Cody wins the fight. No sweat. She shrugs and walks out of the washroom, like a boss.
<</if>>\
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio gameover stop>>\
<<audio breakpoint stop>>\
<<audio mainsong play loop>>\
[img[images/flee.jpg]]
<<set $conf -= random(5, 15)>>\
<<set $hope -= random(5, 10)>>\
Without thinking too much, Cody runs away. Luckily she is quite nimble and runs //very// fast.
''"PERVERT! PERVERT!!!"'' They are still shouting, chasing behind.
Cody keeps running. And running. And running.
She bites her lips. She //cannot// cry. Not while these bastards could still see her.
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<<audio distortion stop>>\
<<audio stupiddance stop>>\
<<audio kagerou stop>>\
<<audio mainsong stop>>\
<<audio breakpoint stop>>\
<<audio gameover volume 0.1 play loop>>\
[img[images/fight.png]]
Cody is not the type that sits and takes it. //You asked for it, then you get it!//
<<set $enemystr = random(60, 80)>>\
<<if $brawn lt $enemystr>>\
<<set $conf -= random(15, 30)>>\
<<set $hope -= random(10, 20)>>\
<<set $appear -= random(10, 20)>>\
<<set $health -= random(60, 85)>>\
Cody loses. Nobody even gives her a hand when she is all curled up, trembling on the gym floor. The dickhead presses his sneaker on Cody's face, and Cody is just unable to get up.
Why do people even care when Cody is only running on a treadmill and not bothering anyone else?
Minding your own business is not enough. Your existence is gross. Is a mistake. Is a lost cause. Is a disaster.
You should not exist.
It is a nightmare.
<<elseif $brawn eq $enemystr>>\
<<set $brawn += random(10, 15)>>\
<<set $conf += random(5, 10)>>\
<<set $hope += random(1, 5)>>\
<<set $health -= random(10, 15)>>\
It is a close call, but Cody managed to survive. Somehow Cody feels like Rocky Balboa (the skinny trans youth version). She whistles "Gotta Fly Now" as she rinses her towel.
Being in a fight is... Surprisingly entertaining.
<<else>>\
<<set $conf += random(10, 15)>>\
<<set $hope += random(5, 10)>>\
<<set $brawn += random(15, 20)>>\
Cody wins the fight. No sweat. She shrugs and walks out of the washroom, like a boss.
<</if>>\
<<if $conf gte 100>>\
<<set $conf = 100>>\
<</if>>\
<<if $conf lte 0>>\
<<set $conf = 0>>\
<</if>>\
<<if $hope gte 100>>\
<<set $hope = 100>>\
<</if>>\
<<if $hope lte 0>>\
<<set $hope = 0>>\
<</if>>\
<<if $health gte 100>>\
<<set $health = 100>>\
<</if>>\
<<if $health lte 0>>\
<<set $health = 0>>\
<</if>>\
<<if $brawn gte 100>>\
<<set $brawn = 100>>\
<</if>>\
<<if $brawn lte 0>>\
<<set $brawn = 0>>\
<</if>>\
<<if $mom lte 0>>\
<<set $mom = 0>>\
<</if>>\
<<if $mom gte 100>>\
<<set $mom = 100>>\
<</if>>\
<<if $appear lte 0>>\
<<set $appear = 0>>\
<</if>>\
<<if $appear gte 100>>\
<<set $appear = 100>>\
<</if>>\
<<set $dice100 = random(1, 100)>>\
<<if $step gte $maxstep>>\
[[One More Step|Confrontation]]
<<elseif $hope lte 0>>\
[[One More Step|Suicide]]
<<elseif $health lte 0>>\
[[One More Step|Sleep]]
<<elseif $hope lt 10>>\
<<if random(1, 10) lt 3>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $hope lt 20>>\
<<if random(1, 10) lt 6>>\
[[One More Step|Nothingness]]
<<else>>\
[[One More Step|Mutilation]]
<</if>>\
<<elseif $falsetto>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 56>>\
[[One More Step|Club]]
<<elseif $dice100 lt 66>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 71>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 86>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 91>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<<else>>\
<<if $dice100 lt 21>>\
[[One More Step|Washroom]]
<<elseif $dice100 lt 41>>\
[[One More Step|Gym]]
<<elseif $dice100 lt 46>>\
[[One More Step|Club]]
<<elseif $dice100 lt 56>>\
[[One More Step|Mom]]
<<elseif $dice100 lt 61>>\
[[One More Step|Nothingness]]
<<elseif $dice100 lt 81>>\
[[One More Step|Voice]]
<<elseif $dice100 lt 86>>\
[[One More Step|Shave]]
<<elseif $dice100 lt 91>>\
[[One More Step|Clothes]]
<<elseif $dice100 lt 96>>\
[[One More Step|Cosmetics]]
<<else>>\
[[One More Step|Chatting]]
<</if>>\
<</if>>\
<h2>Jukebox Corner</h2>
<<button "◼">><<audio ":playing" stop>><</button>> STOP all music[img[images/jukebox.png]]
<<button "►">><<audio ":playing" stop>><<audio mainsong volume 1.2 play loop>><</button>> Bibliography by Yiming Li
<<button "►">><<audio ":playing" stop>><<audio breakpoint volume 0.2 play loop>><</button>> Breakpoint by Yiming Li
<<button "►">><<audio ":playing" stop>><<audio gameover volume 0.2 play loop>><</button>> ゲーム・オーバー from <a href="http://amachamusic.chagasi.com/mp3/gameover.mp3">「甘茶の音楽工房」</a>
<<button "►">><<audio ":playing" stop>><<audio stupiddance volume 0.2 play loop>><</button>> Stupid Generic Dance Music (Remix Done in <a href="http://ninjajamm.com/">Ninja Jamm</a>) by Yiming Li
<<button "►">><<audio ":playing" stop>><<audio distortion volume 0.3 play loop>><</button>> Distortion by Yiming Li
<<button "►">><<audio ":playing" stop>><<audio kagerou volume 0.6 play loop>><</button>> 陽炎 from <a href="http://amachamusic.chagasi.com/mp3/kagerou.mp3">「甘茶の音楽工房」</a>