Skip to content
Snippets Groups Projects
Commit 1cc857cd authored by Vrelnir's avatar Vrelnir
Browse files

Merge branch 'feature/baileyTutorial' into 'dev'

Added an alternative Bailey punishment when the player never goes outside

See merge request !2254
parents cbd21761 93acb779
No related branches found
No related tags found
2 merge requests!2332Can someone delete.,!2254Added an alternative Bailey punishment when the player never goes outside
......@@ -651,7 +651,24 @@ You trip a couple of times, prompting Bailey to drag you back to your feet and s
<</if>>
<<pass 20>>
<<if $rentsale is 3>>
<<if $tutorial is 0>>
<<endevent>>
<<generate1>><<person1>>
After journeying for some time you hear another set of footsteps. "This is the wimp?" says a <<personsimple>>'s voice.
<br><br>
<<if _robinIsPresent>>
"Yes, I'm just taking my <<print (_robin.pronoun is $player.gender_appearance ? (_robin.pronoun is "m" ? "boys" : "girls") : "kids")>> for a tour of the outside world,"
<<else>>
"Yes, I'm just taking my <<girl>> for a tour of the outside world,"
<</if>>
says Bailey, <<person1>><<nnpc_his "Bailey">> temper barely concealed beneath the sarcasm.
"Just give me the cash. And I want you gone in 10 minutes, you're not paying enough..."
<br><br>
A moment later, your hood is removed as the <<person>> clearfully says, "You're the cutest thing I've seen all week! Come 'ere."
<br><br>
<<link [[Next|Tutorial]]>><<set $molestationstart to 1>><<set $tutorialExit to "Tutorial Bailey">><</link>>
<<elseif $rentsale is 3>>
<<set $rentsale to 0>><<generate2>><<person2>>
After journeying for some time you hear another set of footsteps.
<<if _robinIsPresent>>
......@@ -1220,3 +1237,16 @@ You trip a couple of times, prompting Bailey to drag you back to your feet and s
<<link [[Next|Orphanage]]>><</link>>
<</if>>
:: Tutorial Bailey
<<set $outside to 1>><<set $location to "town">><<effects>>
<<npc Bailey 1>>
You feel someone put their hand on your shoulder, turning you see it's Bailey.
<br><br>
"Welcome to the outside world, I hope you learned your lesson of not doing anything all week," <<he>> says, "I expect you to try harder this week, you're not going to like to see what happens if you fail to pay me again."
<br><br>
You're escorted by Bailey back to your bedroom and left alone.
<br><br>
<<link [[Next|Bedroom]]>><<endevent>><</link>>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment