<video src="video/test2.mp4" width=100% height="480" autoplay="true" align="center">
</video>
(set: $name to (prompt: "Your name, please:", "Frances Spayne"))(set: $myothervariable to 99)
<!--<img src="images/test.jpg" alt="2 doors.left/right" width="1080" height="720" align="center"/>-->
<!-- Singe line comment. Totally removed from generated HTML -->
<!--(if: $myothervariable>50 )[above 50]
(else:) [below 50]
-->
<!--(set: $makeCake to (confirm: "Transform your best friend into a cake?"))--><video src="video/test.mp4" width="640" height="480" autoplay="true">
</video>(align: "=><=")[The Pyramid In My Phone]
<video src="video/phone.mp4" width=100% height="480" autoplay="true" align="center" muted="true" loop="true" preload="auto"></video>
<div>
<div id="inline"><div class="one">
<p align="center">About Story</p>
(link: "<img src='images/buttoninfo.png' width='200' height='200'>")[(go-to: "About")]</div><div class="two">
<p align="center">Play Story</p>
(link: "<img src='images/buttonplay.png' width='200' height='200'>")[(go-to: "Player Create")]</div><div class="three">
<p align="center">How to</p>
(link: "<img src='images/buttonquestion.png' width='200' height='200'>")[(go-to: "Learn How")]</div>
</div>
</div>
<audio src="audio/sad.mp3" autoplay="true" loop="true" preload="auto">
---(link: "<img src='images/buttonhome.png'>")[(go-to: "Begin")]
#The Pyramid in My Phone
By: Alfredo Soto
This interactive story was created as a project for DGST395, to address the issue of Social Media Pyramid Schemes and how getting involved with one can effects a person. The plot in this story is purely fictional but is loosely inspired by real-world events. The Story revolves around the Reader as they choose what actions to perform throughout their days. Eventually the reader will encounter an individual to recruit them into a Pyramid scheme. The effect this enounter has will depend on how the reader chooses to respond.
#Learn More About Social Media Pyramid Schemes
<video src="video/mlm.mp4" width=100% height="480" align="center" controls="true" preload="auto"></video>(link: "<img src='images/buttonhome.png'>")[(go-to: "Begin")]
#Learn How To Create Your Own Twine
Check out this material I used to teach people how to use twine
<a href="http://twine.jalfredosoto.net/">http://twine.jalfredosoto.net/</a>
<div>
</div>#Character Creation
<div>
<div id="inline"><div class="one">
<p align="center">Custom Character</p>
(link: "<img src='images/char1.png' width='300' height='300'>")[(go-to: "Pick name")]</div><div class="two">
<p align="center">Default Character</p>
(link: "<img src='images/char2.png' width='300' height='300'>")[(go-to: "rando")]</div></div>
</div>
<div>
(link: "<img src='images/buttonhome.png'>")[(go-to: "Begin")]
</div>
(set: $name to (prompt: "Your name, please:", "enter a name"))
(set: $age to (prompt: "Your age, please:", "enter an age"))
(set: $favhob to (prompt: "Your favorite hobby, please:", "enter a hobby"))
#Select Character
<div>
<div id="inline">
<div class="one">
<p align="center">Character 1</p>(click: "Character 1")[(set: $char to "1")(go-to: "Donechar")]
<img src='images/av1.png' width='100' height='100'></div>
<div class="two">
<p align="center">Character 2</p>(click: "Character 2")[(set: $char to "2")(go-to: "Donechar")]
<img src='images/av2.png' width='100' height='100'></div>
<div class="three">
<p align="center">Character 3</p>(click: "Character 3")[(set: $char to "3")(go-to: "Donechar")]
<img src='images/av3.png' width='100' height='100'></div>
<div class="four">
<p align="center">Character 4</p>(click: "Character 4")[(set: $char to "4")(go-to: "Donechar")]
<img src='images/av4.png' width='100' height='100'></div>
<div class="five">
<p align="center">Character 5</p>(click: "Character 5")[(set: $char to "5")(go-to: "Donechar")]
<img src='images/av5.png' width='100' height='100'></div>
<div class="six">
<p align="center">Character 6</p>(click: "Character 6")[(set: $char to "6")(go-to: "Donechar")]
<img src='images/av6.png' width='100' height='100'></div>
</div>
</div>
<div>
<div id="inline">
<div class="one">
<p align="center">Character 7</p>(click: "Character 7")[(set: $char to "7")(go-to: "Donechar")]
<img src='images/av7.png' width='100' height='100'></div>
<div class="two">
<p align="center">Character 8</p>(click: "Character 8")[(set: $char to "8")(go-to: "Donechar")]
<img src='images/av8.png' width='100' height='100'></div>
<div class="three">
<p align="center">Character 9</p>(click: "Character 9")[(set: $char to "9")(go-to: "Donechar")]
<img src='images/av9.png' width='100' height='100'></div>
<div class="four">
<p align="center">Character 10</p>(click: "Character 10")[(set: $char to "10")(go-to: "Donechar")]
<img src='images/av10.png' width='100' height='100'></div>
<div class="five">
<p align="center">Character 11</p>(click: "Character 11")[(set: $char to "11")(go-to: "Donechar")]
<img src='images/av11.png' width='100' height='100'></div>
<div class="six">
<p align="center">Character 12</p>(click: "Character 12")[(set: $char to "12")(go-to: "Donechar")]
<img src='images/av12.png' width='100' height='100'></div>
</div>
</div>
---(set: $name to "Alfredo")
(set: $age to "20")
(set: $favhob to "Video Games")
(set: $char to "1")
(go-to: "Donechar")#Welcome, $name
Name: $name
Age: $age
favorite Hobby: $favhob
(if: $char is '1' )[<img src="images/av1.png" width="200" height="200">](if: $char is '2' )[<img src="images/av2.png" width="200" height="200">](if: $char is '3' )[<img src="images/av3.png" width="200" height="200">](if: $char is '4' )[<img src="images/av4.png" width="200" height="200">](if: $char is '5' )[<img src="images/av5.png" width="200" height="200">](if: $char is '6' )[<img src="images/av6.png" width="200" height="200">](if: $char is '7' )[<img src="images/av7.png" width="200" height="200">](if: $char is '8' )[<img src="images/av8.png" width="200" height="200">](if: $char is '9' )[<img src="images/av9.png" width="200" height="200">](if: $char is '10' )[<img src="images/av10.png" width="200" height="200">](if: $char is '11' )[<img src="images/av11.png" width="200" height="200">](if: $char is '12' )[<img src="images/av12.png" width="200" height="200">]
<div><div id="inline"><div class="one"><p align="center">Start</p>(link: "<img src='images/buttonplay.png' width='300' height='300'>")[(go-to: "Start")]</div><div class="two"><p align="center">Menu</p>(link: "<img src='images/buttonhome.png' width='300' height='300'>")[(go-to: "Begin")]</div></div></div>
(set: $counter to 1)(set: $daycounter to 1)(set: $encounterChance to 0)(set: $bank to 300)(set: $job to 1)(set: $give to 0)(set: $get to 0)(set: $sadness to 0)(set: $joined to 0)(set:$ending to 0)
---(display:"displayDayHeader")
(display:"displayStartContent")
<audio src="audio/clock.mp3" autoplay="true" loop="true">(display:"displayDayHeader")
(display: "displayWakeContent")
(set:$counter to 1)
<audio src="audio/wake.mp3" autoplay="true" loop="true">(display:"displayDayHeader")
(display:"displaySchoolContent")
<audio src="audio/school.mp3" autoplay="true" loop="true">(if:$daycounter <= 1)[(align:"=><=")[Day:$daycounter (part 1: Interesting)]]
(elseif:$daycounter is 2)[(align:"=><=")[Day:$daycounter (part 2: Decision)]]
(elseif:$sadness > 20)[(align:"=><=")[Day:$daycounter (part 4: End)]]
(else:)[(align:"=><=")[Day:$daycounter (part 3: AmbitCare)]](if: $daycounter <= 1)[
(if: $counter is 3)[Looks like I overslept. I guess I'll skip school today.(color: red + white)[//"$name!! I KNOW YOU AREN'T STILL HERE!"//] ''yikes''... Guess I'll just go in late.
Yell back
Grab phone
Go to School(click:"Go to School")[(go-to: "School")](click-replace: "Grab phone")[(//8:30am//, eh, i didn't like my first class anyways)](click-replace: "Yell back")[(''MA! SHOULDN'T YOU BE GONE TOO?'' (color: red + white)[//"MY WORK WAS CANCELED, GET YOUR BUTT TO SCHOOL"//]
No
Yes(click-replace: "No")[''WHAT IF I SAY NO?'', (color: red + white)[//"SO HELP ME GOD EITHER YOU GO OR IM WALKING UP THERE AND SMACKING THE LIVI..."//] ''OK OK IM GOING''](click-replace: "Yes")[''YEA MA! IM GOING RIGHT NOW'']]]
(if: $counter < 3 )[Better get up now before I get too lazy.(click: "get up")[//(in kitchen)// Ma? Why are you here?(color: red + white)[//"Morning $name. My work was canceled. So I just came back to make you some breakfast."//]. Thanks Ma, but I need to go now. Breakfast for dinner? (color: red + white)[//"Sure, have a good day!"//]
Grab phone
Go to School(click-replace: "Grab phone")[(//6:30am//, some people say this is too early, but I prefer having extra time. Less stressful.)](click:"Go to School")[(go-to: "School")]]]]
(else:)[
(if: $counter < 3)[
(if: $daycounter is 2)[Yesterday was kind of weird. I still don't know If I want to get myself involved with that thing Denick said.I shouldn't think about it now.
Grab phone
Go to School(click:"Go to School")[(go-to: "School")](click-replace: "Grab phone")[(//6:23am//, right on time.Hm, no message from that Denick, I would've thought he'd text me by now. Better get ready. ]]
(elseif: $joined is 0)[
I like all this extra time in the morning. Gives me time to eat.
Grab phone
Go to School(click:"Go to School")[(go-to: "School")](click-replace: "Grab phone")[(//6:23am//, right on time. Better get ready. ]
]
(elseif: $joined is 1 and $ending is 0)[
Another day. I wonder if it'll be better than yesterday.
Grab phone
Go to School(click:"Go to School")[(go-to: "School")](click-replace: "Grab phone")[(//6:23am//, right on time. Better get ready. ]
]
(else:)[generic wake
Go to School(click:"Go to School")[(go-to: "School")]]
]
(if: $counter is 3)[(set: $sadness to $sadness+1)
(if: $daycounter is 2)[Man that was a weird dream I was having... It was about what Denick had said. God I really don't kno.. OH GOD, am I late?
Grab phone
Go to School(click:"Go to School")[(go-to: "School")](click-replace: "Grab phone")[(//9:02am//,jesus I need to go now! ]]
(elseif: $joined is 0)[
I always wake up late!
Grab phone
Go to School(click:"Go to School")[(go-to: "School")](click-replace: "Grab phone")[(//9:19am//, Why can't I just get up earlier. ]
]
(elseif: $joined is 1 and $ending is 0)[Another day. I wonder if I'll always be late... I need to wake up earlier.
Grab phone
Go to School(click:"Go to School")[(go-to: "School")](click-replace: "Grab phone")[(//9:02am//,jesus I need to go now! ]]
(else:)[generic wake oversleep
Go to School(click:"Go to School")[(go-to: "School")]
]
]]$name = user inputed,character name
$age = user inputed,character age
$favhob = user inputed,character hobby
$char = user inputed,character avatar
$counter = counter for loops
$daycounter = counter for game-days
$encounterChance = number used to determine random encounters
$bank = holds user bank funds
$job = indicator if user has job
$give = holds amount user will give to encounter
$get = holds amount user gets from encounter
$sadness = holds user's overall health
$joined = holds if user accepted friend
$rando
$loseJob
$tempB
$tempD
$tempP
$endingAlarm clock:{(live: 0.5s)[(either: "buzz", "BUZZ", "buzz", "BUZZ")]}
(if: $counter<3)[snooze]
wake
(if: $sadness > 20)[(color:red)[turn off alarm]]
(click: "snooze")[(set: $counter to $counter+1)(go-to: "Start")]
(click: "wake")[
(if:$counter<3 and $sadness > 20)[
(set:$ending to 1)(go-to: "endv1")
]
(elseif: $counter is 3 and $sadness > 20)[
(set:$ending to 2)(go-to: "endv2")
]
(else:)[(go-to: "Wake")]]
(click: "turn off alarm")[(set:$ending to 3)(go-to: "endv3")]
(if:$daycounter<=1)[
(color: green)[//"Hey, $name sit next to me"//](click: "sit")[Hey Denick, are we still going to the $favhob club meeting later?(color: green)[//"Ooo. Umm rain check? I'm actually taking someone on a date."//]
What?! with who?
alright, but I thought you were broke?(click-replace:"What?! with who?")[(color: green)[//"Alright check it out, I was with my boy Henry, and he told me that he heard from HIS friend Tony, who heard from his girlfriend's friend's BROTHER that GINA GALVANO thought I was cute. Now as my boy told me that, guess who walked up to me. GINA FREAKIN GALVANO. Now that I was armed with this NEW information. I was like alll on it. One thing lead to another and I got a date."//] You remind me of that hispanic friend from ant-man.]
(click-replace:"alright, but I thought you were broke?")[(color: green)[//"Exactly. Emphasis on 'were'. Last weekend I found this dude on kik sending out referral links to get free money and..."//] Stop right there. I know you didn't fall fo...(color: green)[//"Did your momma teach you to interrupt? Thought so. Well anyways I talked to him, he seemed cool, and he told me if I bought the $10 package I would get back $50 in 3 days, and told me if I referred more people our packages would be upgraded"//]Doesn't sound smart to me man.(color: green)[//"Yo you should sign up too, listen just think about it for later"//]
BELL: {(live: 0.5s)[(either: "ring", "RING", "ringg", "RINGG")]}
Go to work(click:"Go to work")[(go-to:"Work")]<audio src="audio/schoolbell.mp3" autoplay="true">
]]]
(elseif: $daycounter is 2)[
(color: green)[//"Yo $name, you think about what I said?"//](click:"think")[Yeah, I thought about it...
Join
Don't Join(click:"Join")[(set:$joined to 1)(color: green)[//"GREAT! You're going to love it, and you'll have so much spare money to buy anything you want. Listen I need to go to math now but let me text you about it later."//]
BELL: {(live: 0.5s)[(either: "ring", "RING", "ringg", "RINGG")]}
Go to work(click:"Go to work")[(go-to:"Work")]<audio src="audio/schoolbell.mp3" autoplay="true">](click:"Don't Join")[(color: green)[//"Bummer man. I really think you should consider it. I need to head to class but let me know if you change your mind."//]
BELL: {(live: 0.5s)[(either: "ring", "RING", "ringg", "RINGG")]}
Go to work(click:"Go to work")[(go-to:"Work")]<audio src="audio/schoolbell.mp3" autoplay="true">]]
]
(elseif: $joined is 0)[
(color: green)[//"Yo $name, you think about what I said again?"//](click:"think")[Yeah, I thought about it...
Join
Don't Join(click:"Join")[(set:$joined to 1)(color: green)[//"GREAT! You're going to love it, and you'll have so much spare money to buy anything you want. Listen I need to go to math now but let me text you about it later."//]
BELL: {(live: 0.5s)[(either: "ring", "RING", "ringg", "RINGG")]}
Go to work(click:"Go to work")[(go-to:"Work")]<audio src="audio/schoolbell.mp3" autoplay="true">](click:"Don't Join")[(color: green)[//"Bummer man. I really think you should consider it. I need to head to class but let me know if you change your mind."//]
BELL: {(live: 0.5s)[(either: "ring", "RING", "ringg", "RINGG")]}
Go to work(click:"Go to work")[(go-to:"Work")]<audio src="audio/schoolbell.mp3" autoplay="true">]
]]
(elseif:$joined is 1 and $sadness <=10)[
(color: green)[//"Hey $name, want to go to $favhob club?"//] Sure, Don't have anything better to do.
Go to Club(click-replace:"Go to Club")[(if:$job is 1)[
Go to work(click:"Go to work")[(go-to:"Work")]](else:)[(set: $sadness to $sadness + 1)
Go Home(click:"Go Home")[(go-to:"Home")]]]
]
(elseif:$joined is 1 and $sadness > 10)[(set: $sadness to $sadness+1)
(color: green)[//"Hey $name, want to go to $favhob club?"//] I don't really feel like it today Denick, sorry.(if:$job is 1)[
Go to work(click:"Go to work")[(go-to:"Work")]](else:)[(set: $sadness to $sadness + 1)
Go Home(click:"Go Home")[(go-to:"Home")]]
]
(else:)[
generic school
Go to Work(click:"Go to Work")[(go-to: "Work")]
](set: $rando to (random: 70,100))(set: $loseJob to (random: 1,100))
(display:"displayDayHeader")
(display:"displayWorkContent")(set: $encounterChance to (random: 1,100))(set: $rando to (random: 1,100))(set:$tempB to (floor: $bank/10))(set:$tempD to (floor: $bank/5))(set:$tempP to (floor: $bank/3))
(display:"displayDayHeader")
(display:"displayHomeContent")
<audio src="audio/home.mp3" autoplay="true" loop="true">(display:"displayDayHeader")
(display:"displaySleepContent")
(if:$daycounter<=1)[
(color: red + white)[//"How was your day, $name?"//](click:"How was your day")[It was fine. I got paid today. (color: red + white)[//"Maybe now you can take your mother out to eat."//](click:"out to eat")[Stop mom. (color: red + white)[//"What? too embarrasing?"//]
How about we just eat here. Where no one can see me.(color: red + white)[//"Alright, Alright. I made your favorite anyways."//]
Eat and go to Room(click:"Eat and go to Room")[(go-to:"Sleep")]]]
]
(elseif: $joined is 0 or $daycounter is 2)[
(color: red + white)[//"Heey, there's my favorite child!"//] Ma I'm you're only child. (color: red + white)[//"So you think."//] Stop messing with me ma! You play too much. (color: red + white)[//"How was your day today? Have fun?"//] Fine. It's just the same thing everyday. (color: red + white)[//"Made you some dinner."//]
Eat and go to Room(click:"Eat and go to Room")[(go-to:"Sleep")]
]
(elseif: $joined is 1)[
I should check my bank app
Grab Phone(click:"Grab Phone")[
//App: $ $bank,// I wish there was more in there.
(if: $encounterChance >= 20)[
(color:red)[//BUY ONE OF OUR PACKAGES TODAY TO DOUBLE, TRIPLE, OR EVEN QUADRUPLE YOUR MONEY!//]
Basic Package:($ $tempB)
Deluxe Package:($ $tempD)
Premium Package:($ $tempP)
It's an AmbitCare ad. Hmm...(click:"Basic Package")[
Congrats on your purchase! we will transfer you're earnings to your account in the next day or two.
(if: $rando>=80)[(set:$bank to $bank+$tempB)]
(else:)[(set:$bank to $bank-$tempB)]
(color: red + white)[//"$name! Come eat dinner!"//]
Eat and go to Room(click:"Eat and go to Room")[(go-to:"Sleep")]
](click:"Deluxe Package")[
Congrats on your purchase! we will transfer you're earnings to your account in the next day or two.
(if: $rando>=80)[(set:$bank to $bank+$tempD)]
(else:)[(set:$bank to $bank-$tempD)]
(color: red + white)[//"$name! Come eat dinner!"//]
Eat and go to Room(click:"Eat and go to Room")[(go-to:"Sleep")]
](click:"Premium Package")[
Congrats on your purchase! we will transfer you're earnings to your account in the next day or two.
(if: $rando>=80)[(set:$bank to $bank+$tempP)]
(else:)[(set:$bank to $bank-$tempP)]
(color: red + white)[//"$name! Come eat dinner!"//]
Eat and go to Room(click:"Eat and go to Room")[(go-to:"Sleep")]
]
](else:)[
(color: red + white)[//"$name! Come eat dinner!"//]
Eat and go to Room(click:"Eat and go to Room")[(go-to:"Sleep")]
]]]
(else:)[
generic home
Go to Room(click:"Go to Room")[(go-to: "Sleep")]
](if:$daycounter<=1)[
(color: yellow)[//"Open those boxes faster $name, I want all these things shelved before we close tonight."//(exits)] Yes Mrs. Juarez. I hope she doesn't come back with more boxes... (color: yellow)[(enters)//"There's more boxes in the back. Your, Paycheck is on the customer service desk. I'll see you tomorrow!"//(exits)]. The night shift again. Atleast it's good money.
Unbox items(click-replace:"Unbox items")[No one even buys these things. Why do they keep ordering them...
Shelve items(click-replace:"Shelve items")[Finally, let me lock up and grab my paycheck.
Grab Paycheck(click-replace:"Grab Paycheck")[(set: $bank to $bank+$rando)//$ $rando//, not bad.
Go Home(click:"Go Home")[(go-to: "Home")]]]]
]
(elseif:$joined is 0 or $daycounter is 2)[(color: yellow)[//"I don't pay you to stand around $name, go shelve those items."//] You always say that Mrs. Juarez.(color: yellow)[//"Because it's true, you're paycheck is on the desk."//]Unbox items(click-replace:"Unbox items")[No one even buys these things. Why do they keep ordering them...
Shelve items(click-replace:"Shelve items")[Finally, let me lock up and grab my paycheck.
Grab Paycheck(click-replace:"Grab Paycheck")[(set: $bank to $bank+$rando)//$ $rando//, not bad. Not good either.
Go Home(click:"Go Home")[(go-to: "Home")]]]]
]
(elseif:$joined is 1 and $loseJob < 50)[
(color: yellow)[//"We have some new deliveries I need you to unbox."//](click:"deliveries")[Yes Mrs. Juarez.(color: yellow)[//"I left your check in the same spot. See you tomorrow!"//]]
Unbox items(click-replace:"Unbox items")[No one even buys these things. Why do they keep ordering them...
Shelve items(click-replace:"Shelve items")[Finally, let me lock up and grab my paycheck.
Grab Paycheck(click-replace:"Grab Paycheck")[(set: $bank to $bank+$rando)//$ $rando//, not bad. Not good either.
Go Home(click:"Go Home")[(go-to: "Home")]]]]
]
(elseif:$joined is 1 and $loseJob >= 50)[(set: $job to 0)(set: $sadness to $sadness+5)
Evening Mrs. Juarez. (color: yellow)[//"$name, I need to talk to you."//](click:"talk")[(color: yellow)[//"We need to let you go. It isn't anything you did. It's just we aren't making enough money to keep all our employees."//](click: "We need to let you go.")[ Oh, well. I appreciate you telling me this way. I'm sorry your business isn't doing well. Will today be my last day?(color: yellow)[//" I'm afraid so. You've been the best employee we had. When you're done for today, your paycheck is on the desk, where it always is."//](click:"paycheck")[ Thank you Mrs. Juarez.
Unbox items(click-replace:"Unbox items")[I think I might actually miss this job...
Shelve items(click-replace:"Shelve items")[I spent so much time memorizing these shelves.
Grab Paycheck(click-replace:"Grab Paycheck")[(set: $bank to $bank+$rando)//$ $rando//, atleast it was something.
Go Home(click:"Go Home")[(go-to: "Home")]]]]]]]
]
(else:)[
generic work
Go Home(click:"Go Home")[(go-to: "Home")]
]
(if:$daycounter<=1)[
It's been a long day.(click: "long day")[PHONE: {(live: 0.5s)[(either: "buzz", "BUZZ", "buzzzz", "BUZZZZ")]}
Grab Phone
(click:"Grab Phone")[It's a text from Denick, its a link to some facebook group. It says that they are called 'AmbitCare' and focus on telecommunications and marketing. There's some advertisements for "packages" that let you triple or quadruple your money in a few days. I should just sleep on it.
Sleep(click:"Sleep")[(set:$daycounter to $daycounter+1)(go-to:"Start")]]<audio src="audio/buzz.mp3" autoplay="true">]
]
(elseif: $joined is 0)[
I wonder if Denick is right. Maybe this could be a good thing. I mean extra money is always good, plus it would make him stop asking. I need to sleep and think more about this.
Go to Sleep(click:"Go to Sleep")[(set:$daycounter to $daycounter+1)(go-to: "Start")]
]
(elseif: $joined is 1 and $daycounter is 2)[
PHONE: {(live: 0.5s)[(either: "buzz", "BUZZ", "buzzzz", "BUZZZZ")]}(click:"PHONE:")[
It's a text from the facebook group. It says 'Welcome to AmbitCare'. It also says that new members can start buying packages a day after joining. I guess I'll try it out tomorrow.
Sleep(click:"Sleep")[(set:$daycounter to $daycounter+1)(go-to:"Start")]]
<audio src="audio/buzz.mp3" autoplay="true">
]
(elseif: $joined is 1 and $daycounter > 2)[
It's been a long day.(click: "long day")[I hope tomorrow will be better.
Go to Sleep(click:"Go to Sleep")[(set:$daycounter to $daycounter+1)(go-to: "Start")](if: $job is 0)[(set: $sadness to $sadness + 1)]]
]
(else:)[
generic sleep
Go to Sleep(click:"Go to Sleep")[(set:$daycounter to $daycounter+1)(go-to: "Start")]
]I don't even want to go to school today. I've lost so much money. I don't even want to see Denick anymore. He's the one that got me into this.(click: "He's the one")[
Or maybe I'm the only one to blame.(click:"blame")[
PHONE: {(live: 0.5s)[(either: "buzz", "BUZZ", "buzzzz", "BUZZZZ")]}
Grab Phone
(click:"Grab Phone")[
(color:red)[//NEED EXTRA CASH? SHARE THIS POST WITH YOUR FRIENDS AND FAMILY AND GET REWARDED//]
Maybe this is the only way I can make my money back...
CLICK SHARE
(click:"CLICK SHARE")[(go-to:"end")]
]
]]I don't even want to go to school today. I've lost so much money. I don't even want to see Denick anymore. He's the one that got me into this.(click: "He's the one")[
Or maybe I'm the only one to blame.(click:"blame")[
PHONE: {(live: 0.5s)[(either: "buzz", "BUZZ", "buzzzz", "BUZZZZ")]}
Grab Phone
(click:"Grab Phone")[
(color:red)[//NEED EXTRA CASH? PURCHASE THIS SPECIAL PACKAGE TO QUADRUPLE YOUR MONEY//]
(click:"NEED EXTRA CASH?")[
One more time... It's worked before... I just need it to work this one time.
buy package
(click:"buy package")[
(color:red)[//Congrats on your purchase! we will transfer you're earnings to your account in the next day or two.//]
(set:$bank to 0)
check bank app
(click:"check bank app")[
//App: $ $bank//
oh my god... I really messed up. I messed up bad.
call ma
(click: "call ma")[
(color: red + white)[//"$name? Why are you calling?"//]
Ma... I made a mistake. God I made a big mistake.
(click:"big mistake")[(go-to:"end")]
]
]
]
]
]
]
]I don't even want to go to school today. I've lost so much money. I don't even want to see Denick anymore. He's the one that got me into this.(click: "He's the one")[
Or maybe I'm the only one to blame.(click:"blame")[
PHONE: {(live: 0.5s)[(either: "buzz", "BUZZ", "buzzzz", "BUZZZZ")]}
Grab Phone
(click:"Grab Phone")[
(color:red)[//NEED EXTRA CASH? PURCHASE THIS SPECIAL PACKAGE TO QUADRUPLE YOUR MONEY//]
(click:"NEED EXTRA CASH?")[
One more time... It's worked before... I just need it to work this one time.
buy package
(click:"buy package")[
(color:red)[//Congrats on your purchase! we will transfer you're earnings to your account in the next day or two.//]
(set:$bank to 0)
check bank app
(click:"check bank app")[
//App: $ $bank//
oh my god... I really messed up. I messed up bad. What am I going to do.
(click:"What am I going to do")[
walk to kitchen
(click:"walk to kitchen")[
God, i can't tell ma... I cant tell Her i lost ALL THAT MONEY. What will I do !
(click:"What will I do")[
I need to get all the money back... INEED TO. Who am I kidding. I can't get all the money back... not anymore. God why did I fall for this dumb thing. I shouldv'e known! I couldn't even get the money if I sold everything in here...
see knife
(click:"see knife")[
No.....there's not much I can do..not anymore...
Knife
(click:"Knife")[
(go-to:"end")
]
]
]
]
]
]
]
]
]
]
]#The Pyramid In My Phone
(if: $char is '1' )[<img src="images/av1.png" width="200" height="200">](if: $char is '2' )[<img src="images/av2.png" width="200" height="200">](if: $char is '3' )[<img src="images/av3.png" width="200" height="200">](if: $char is '4' )[<img src="images/av4.png" width="200" height="200">](if: $char is '5' )[<img src="images/av5.png" width="200" height="200">](if: $char is '6' )[<img src="images/av6.png" width="200" height="200">](if: $char is '7' )[<img src="images/av7.png" width="200" height="200">](if: $char is '8' )[<img src="images/av8.png" width="200" height="200">](if: $char is '9' )[<img src="images/av9.png" width="200" height="200">](if: $char is '10' )[<img src="images/av10.png" width="200" height="200">](if: $char is '11' )[<img src="images/av11.png" width="200" height="200">](if: $char is '12' )[<img src="images/av12.png" width="200" height="200">]
Days: $daycounter
Sadness: $sadness
Name: $name
Age: $age
Hobby: $favhob
Bank: $bank
Ending #: $ending
(link: "<img src='images/buttonhome.png'>")[(go-to: "Begin")]
<audio src="audio/sad.mp3" autoplay="true" loop="true" preload="auto">