<<audio "outside" volume 0.2 play>>
Clouds slowly pass you by as you look up into the sky.
The sunrays hit your face, giving off a comfortable warmth that radiates from the center of your face down to your neck.
<span class="lightText"> You close your eyes... </span>
A soothing voice tells you to breathe.
[[Take a Deep Breath|story2]]
<<audio "breath1" play>>
You take a deep breath to grasp the moment, it was peace of mind at it's finest.
Peace...
and quiet...
A lighted marijuana joint sits in between your fingers. Smoke it?
[[Smoke|hitjoint]]
[[Throw it Out|non-smoker]]<<cacheaudio "outside" "sounds/outside.mp3">>
<<cacheaudio "breath1" "sounds/breath1.mp3">>
/*Initialize*/
/*
(set: $start1 to true)
(set: $story3 to false)
(set: $ShowBackButton to false)
(set: $showfooter to true)
(set: $highness to 0)
(set: $pocket to (a: "eyedrops", "lighter"))*/
<<set $story1 to true>>
<<set $story3 to false>>
<<set $showfooter to true>>
<<set $highness to 0>>
<<set $pocket to ["lighter", "wallet", "phone", "eyedrops"]>>
Double-click this passage to edit it.Double-click this passage to edit it.You dig through your pockets to see what you have.
You find the following items:
<<print $pocket>>
<<back "Go Back">>/*
{
(if: $start1 is false)[
(set: $history to (history:))
(set: $name to $history's last)
]
(if: $showFooter is true)[
This should not appear when $showFooter is false
(if: $highness is not 0)[(set: $highness-=1)]
]
(if: $ShowBackButton is true)[
(set: $name to (history:)'s last)
[[//back//|$name]]
(click: "back")[(set: $ShowBackButton to false)]
]
}
*/
{
(set: $start1 to true)
(set: $story3 to false)
(set: $ShowBackButton to false)
(set: $showfooter to true)
(set: $highness to 0)
(set: $pocket to (a: "eyedrops", "lighter"))
}
Clouds slowly pass you by as you look up into the sky.
The sunrays hit your face, giving off a comfortable warmth that radiates from the center of your face down to your neck.
You close your eyes...
A soothing voice tells you to breathe.
[[//**Take a Deep Breath**//|Start_2]]
(set: $start1 to false)
You take a deep breath to grasp the moment, it was peace of mind at it's finest.
*Peace*
and
*Quiet*
A lighted marijuana joint sits in between your fingers. Smoke it?
[[//**Smoke**//|hitjoint]]
[[//**Throw it Out**//|non-smoker]]
{
(set: $showfooter to false)
(set: $highness = 1)
}
You take the joint and put it to your mouth.
You inhale the medication and let it sit in your lungs for a few seconds before exhaling it into the air.
Birds start singing in the distance.
Chirp! Chirp!
A smile widens on your face.
[[//**Hit the Joint Again**//|hitjointagain]]
[[//**Open Your Eyes**//|story_3]]
<audio controls autoplay >
<source src="https://www.dropbox.com/s/dpvhhl2bhirxn54/Tranquil%20Birdsong%2C%2011%20hours%20-%20Birds%20Chirping%2C%20nature%20sounds%2C%20natural%20sound%20of%20birds%20singing.mp3?dl=1" type="audio/mpeg">
</audio>
{
(set: $showfooter to false)
(set: $highness += 1)
}
(if: $highness > 4)[Well shit. ]You decide to take another hit. (if: $highness > 4)[You apparently love to smoke.]
This time, you hold it in your lungs for a little longer, then exhaled it into the air... again.
(if: $highness > 7)[Your eyelids start to feel really heavy.]
(if: $highness > 10)[(goto: "toohighend")]
[[//**How High are You?**//|Highness]]
[[//**Hit the Joint Again**//|hitjointagain]]
(if: $story3 is false)[[[//**Open Your Eyes**//|story_3]]
]
(if: $story3 is true)[[[//**Go to Class**//|story_4]]
](set: $showfooter to false)
You got so high you knocked out right where you stood.
Your limbs start twitching and foam starts to form around the side of your mouth.
(set: $showfooter to true)
(set: $story3 to true)
You open your eyes to find yourself outside, behind a tall portable building.
Doesn't seem like anyone knows your here, even though you're out in the open.
"Oh shit", you thought to yourself.
"I forgot I'm supposed to be in class..."
[[//**Go to Class**//|story_4]]
[[//**Look in Your Pocket**//|pocket]]
[[//**Take Another Hit**//|hitjointagain]]
You put out the joint and pocket it before stepping out of your hiding spot.
This is the end of my progress as of 1/18/2018(set: $ShowBackButton to true)
You dig through your pockets to see what you have.
You find the following items:
(print: $pocket)
{
(if: $start1 is false)[
(set: $history to (history:))
(set: $name to $history's last)
]
(if: $showFooter is true)[
This should not appear when $showFooter is false
(if: $highness is not 0)[(set: $highness-=1)]
]
(if: $ShowBackButton is true)[
(set: $name to (history:)'s last)
[[//back//|$name]]
(click: "back")[(set: $ShowBackButton to false)]
]
}{
(set: $ShowBackButton to true)
}
(if: $highness <= 2) [You can't tell if you even feel it. You aren't that high.]
(else-if: $highness > 2 and $highness <= 7) [You're High. You're also a little thirsty. Cotton mouth probably.]
(else:)[You are too high. You actually have a pretty bad migraine. Is this even normal?]
Double-click this passage to edit it.You were about to throw out the joint, but then you realized
"I'm not throwing this away."
(if: $name is "Start_2" or $name is "non-smoker")[You felt a supernatural force hinting you to smoke the joint. Might be the wind, you're not quite sure what it is.]
[[//**Throw it out**//|non-smoker]]
[[//**Hit the joint**//|hitjoint]]