,,,,,,,,,,,,,<p class = "circCenter"> </p>
<p class = "center">//A Bright Light has (t8n-time:2s)[[Appeared->Elementary School]]...//</p><p>You start to remember it all.</p>\
(set: $tCounter to 0)\
|text1)[(transition: "dissolve")[Pokemon, ]]\
|text2)[(transition: "dissolve")[Recess, ]]\
|text3)[(transition: "dissolve")[Sunday Cartoons]]
|close)[(transition: "dissolve")[In the blink of an eye (t8n-time:1s)[[Elementary School has finished->Middle School]]]]
{
(live: 1s)[
(set: $tCounter to it + 1)
(if: $tCounter is 1)[
(show: ?text1)
]
(else-if: $tCounter is 2)[
(show: ?text2)
]
(else-if: $tCounter is 3)[
(show: ?text3)
]
(else-if: $tCounter is 4)[
(show: ?close)
]
(else:)[
(stop:)
]
]
}You start to become more aware of how much you enjoy school.
(set: $_StudyCount to 1)\
(set: $ChoiceCount to 0)\
(set: $tCounter to 0)\
(set: $Sport to "")\
(set: $Hobby to "")\
|text1)[(transition: "dissolve")[As the Cliques form and your friend groups grow. ]]
|text2)[(transition: "dissolve")[Do you[[ //Care?//->High School Caring]]]]
|text3)[(transition: "dissolve")[[[//Nope//->High School Not-Caring]]]]
{
(live: 2s)[
(set: $tCounter to it + 1)
(if: $tCounter is 1)[
(show: ?text1)
]
(else-if: $tCounter is 2)[
(show: ?text2)
]
(else-if: $tCounter is 3)[
(show: ?text3)
]
(else:)[
(stop:)
]
]
}(set: $_StudyCount to it + 2)\
<h2 class="center">High School</h2>
<p class="center">Youth, Passions, both the best and worst times of your life but what is your plan?</p>
[[Study->Studying]]
[[Play a sport->Sports]]
[[I have a hobby->Hobby Choices]]<h2 class="center">High School</h2>
<p class="center">Youth, Passions, both the best and worst times of your life but what is your plan?</p>
[[Study->Studying]]
[[Play a sport->Sports]]
[[I have a hobby->Hobby Choices]]<h3 class="center">You decide to play</h3>
(input-box: bind $Sport, "=X=",1)
(set: $SportC to 1)\
[[Continue->HS Choices Hub]]
(t8n-time:0.5s)[[Nevermind->High School Not-Caring]]<h3 class="center">What is the name of your Hobby?</h3>
(input-box: bind $Hobby, "=X=", 1)
(set: $HobbyC to 0)\
[[Continue->HS Choices Hub]]
(t8n-time:0.5s)[[Nevermind->High School Not-Caring]]
(set: $ChoiceCount to it + 1)\
(if:$ChoiceCount <= 4)[You enter your (if:$ChoiceCount is 1)[Freshman year.](else-if: $ChoiceCount is 2)[Sophmore year.](else-if: $ChoiceCount is 3)[Junior year.](else-if: $ChoiceCount is 4)[final year, so you take extra time to consider your ''LAST'' choice.]
(if: $_StudyCount <= 3 and $ChoiceCount >= 2)[(text-colour:(hsl:0,0.8039,0.5,0.8))[WARNING: The school informs you that you will not graduate on your current path.]]
(if:$Sport is "")[(t8n-time:1s)[[Choose a Sport->Sports]]](else:)[(t8n-time:1s)[[Practice->Practicing]]]
(if:$Hobby is "")[(t8n-time:1s)[[Choose a Hobby->Hobby Choices]]](else:)[(t8n-time:1s)[[Tinker->Tinkering]]]
[[Study Harder->Studying]]](else:)+(t8n-time:0.9s)[(if: $_StudyCount < 3)[[[Ignoring Counselors was not the best option->FailHS]]]
(else:)[Time really flew by are you ready for [[Graduation?->HS Graduation]]]](set: $tCounter to 0)\
High School kept you busy
|study)[(transition: "dissolve")[* You deepened your understanding of course material (print: $_StudyCount) times]]\
|sport)[(transition: "dissolve")[* You developed your skills in (print: $Sport) (print: $SportC) times] ]\
|noSport)[(transition: "dissolve")[* You did not participate in any sport] ]\
|hobby)[(transition: "dissolve")[* You tinkered around with (print: $Hobby) (print: $HobbyC) times] ]\
|noHobby)[(transition: "dissolve")[* You did not choose to pursue a hobby] ]\
|finishOtpt)[\
(transition: "dissolve")[Do you want to attend (t8n-time:0.9s)[[College ->College Options]]or (t8n-time:0.9s)[[Work->Work Options]]?
(if: $Sport is "")[](else:)[Become a [[professional->Semi-Professional Sport]]?]
(if: $Hobby is"")[](else:)[Pursue [[hobby->A Hobbyist Life]]]
]]\
{
(live: 1.5s)[
(set: $tCounter to it + 1)
(if: $tCounter is 1)[
(show: ?study)
]
(else-if: $tCounter is 2)[
(if: $Sport is "")[(show: ?noSport)](else:)[(show: ?sport)]
]
(else-if: $tCounter is 3)[
(if: $Hobby is "")[(show: ?noHobby)](else:)[(show: ?hobby)]
]
(else:)[
(show: ?finishOtpt)
(stop:)
]
]
}You spent (print: $SportC) years developing your talent. With your talent come opportunity.
* (t8n-time:0.9s)[[Practice for the Big League->Sport Scouting]]
* (t8n-time:0.9s)[[Party->Sports Dead End]]As someone who has spent (print: $HobbyC) years on their craft, you decided to:
* (t8n-time:0.9s)[[Open Business->Hobby Business]]
* (t8n-time:0.9s)[[Don't Sell Anything->Homeless Hobbyist ]]After ignoring initial temptations, a chance to further your career has arrived.
* (t8n-time:0.9s)[[Become a Professional (print: $Sport) player->Sport Professional Ending]]
* (t8n-time:0.9s)[[Quit now and forever work at Fast Food Joint->Sport Quitter Ending]](set: $tCounter to 0)\
\
<h2 class= "center"> PARTY TIME </h2>
|white)[(transition: "fade-up")[<p class = "dot"> </p>]]\
|blue)[(transition: "fade-up")[<p class = "dotBlue"> </p>]]\
|green)[(transition: "fade-up")[<p class = "dotGreen"> </p>]]\
|yellow)[(transition: "fade-up")[<p class = "dotYellow"> </p>]]\
|end)[(transition: "pulse")
[<p class= "center">[[Continue->Party To Hard]]</p> (stop:)]]
{
(live: 850)[
(set: $tCounter to it + 1)
(if: $tCounter is 2)[
(show: ?white)
(show: ?yellow)
]
(else-if: $tCounter is 3 or it is 5)[
(hide: ?white)
(hide: ?yellow)
(show: ?green)
(show: ?blue)
]
(else-if: $tCounter is 4 or it is 6)[
(hide: ?blue)
(hide: ?green)
(show: ?yellow)
(show: ?white)
]
(else-if: $tCounter is 7)[
(hide: ?blue)
(hide: ?green)
(hide: ?yellow)
(hide: ?white)
]
(else-if: $tCounter is 8)[
(show: ?end)
]
(else-if: $tCounter >= 9)[
(stop:)
]
]
}You are a successful (print: $Sport) player. Earning Fame, Fortune, and a great pile of cash to retire on once you stop playing the game you love.
(set: $SportY to (random:1,69))\
(set: $Sp_Good to true)
(live: 2s)[(transition: "dissolve")[Congratulations Your Story Ends [[Here->Ending Card]]]
(stop:)]You are definetly not the successful (print: $Sport) player people thought you would be. You quickly fade out of the spotlight until people forget you even bothered to play (print: $Sport).
But you get to brag to customers during your fast food closing shift about your high school success playing (print: $Sport).
(set: $Sp_Bad to true)
''(t8n-time:0.9s)[[Congratulations? ->Ending Card]]''(set: $tCounter to 0)
(set: $HobbyC to 0)
You open your (print: $Hobby) Business
|intro)[(transition: "dissolve")[After many years you realize that you want to:]]
|opt1)[(transition: "dissolve")[A[[Be content live life ->Hobby Small Time End]]]]
|opt2)[(transition: "dissolve")[[[Sell Your Soul for more money->Big Corporation Hobby]]]]
|opt3)[(transition: "dissolve")[You didn't improve your hobby skills at all during high school.
There are only 2 options available to you]]
|opt3Choices)[\
* (transition: "dissolve")[[[Work out of poverty by putting more time in->Hobby Small Time End]]]
* (transition: "dissolve")[[[Believe in yourself because you don't need more time to improve->Homeless Hobbyist ]]]]
{
(live: 1s)[
(set: $tCounter to it + 1)
(if: $tCounter is 1)[
(if: $HobbyC >=1)[
(show: ?intro)
](else:)[]
]
(else-if: $tCounter is 2)[
(if: $HobbyC is 0)[
(show: ?opt3)
(show: ?opt3Choices)
(stop:)
](else:)[(show: ?opt1)]
]
(else-if: $tCounter is 3)[
(show: ?opt2)
]
(else:)[
(stop:)
]
]
}<h2 class="center">You become homeless!</h2>
(set: $H_Bad to true)
(t8n-time:1s)[[Restart->Ending Card]]You sold your soul to the next Elon Musk.
(set: $H_Neutral to true)\
(set: $tCount to 0)
|text1)[(transition: "dissolve")[After some time a large sum of money makes it's way into your bank account and you are suddenly shoved out of the company by its shareholders.]]
|text2)[(transition: "dissolve")[(t8n-time:0.9s)[[End->Ending Card]]]]
{
(live: 2s)[
(set: $tCounter to it + 1)
(if: $tCounter is 1)[
(show: ?text1)
]
(else-if: $tCounter is 2)[
(show: ?text2)
]
(else:)[
(stop:)
]
]
}<h2 class="center"> Small Time Success </h2>
You found success in your hometown and created a wonderful small business around the hobby you love!
(set: $H_Good to true)
(t8n-time:0.9s)[[End->Ending Card]](set: $CC to false)\
(set: $Major to "")\
(set: $SkipC to 0)\
(if: $CC is false)[Go To (t8n-time:0.9s)[[Local Community College->Attend CC]]]
Go To (t8n-time:0.9s)[[Local State College->Local State College]]
(if: $_StudyCount >= 5)[Go To (t8n-time:0.9s)[[UCSC->UCSC]]](else:)[You didn't study enough to get into UCSC]
(if: $_StudyCount >= 6)[Go To (t8n-time:0.9s)[[MIT->MIT]]](else:)[You didn't study enough to get into MIT]
(if: $_StudyCount >= 8)[Go To (t8n-time:0.9s)[[Harvard->Harvard]]](else:)[You didn't study enough to get into Harvard]
(t8n-time:1s)[[Nevermind->Work Options]] I don't need College<h2 class="center"> Work Options </h2>
(set: $Work to "")
(live: 5s)[(transition: "dissolve")[<p class="center">//For some reason you feel like this choice is permanent//</p>](stop:)]
Go To (t8n-time:0.9s)[[Fast Food->Fast Food]]
Go To (t8n-time:0.9s)[[Office Worker->Office Worker]]
(if: $Major is not "")[(t8n-time:0.9s)[[Work within your Major->Major Worker]]](set: $ChoiceCount to 1)\
(set: $CC to true)\
<h2 class="center"> Community College </h2>
Welcome to your local community college! You get to go to school with the people who were around in your high school days, nothing could be better!
[[College Life->College Life Loop]]
(live: 3s)[(transition: "dissolve")[I just want to [[PARTY->PARTY]]] (stop:)]
<h3 class="center"> Fast Food Chain </h3>
(set: $Work to "FF")
(live: 1s)[(transition: "dissolve")[While working at the local fast food chain you aquire a wealth of knowledge about customer service](stop:)]\
(live: 3s)[(transition: "dissolve")[ but you never get promoted.](stop:)]
(live: 4s)[(transition: "dissolve")[[[End->Ending Card]]](stop:)](if: $CC is false)[(set: $ChoiceCount to 1)](else:)[]\
(set: $ClgChoice to "UCSC")\
(set: $CC to false)\
<h2 class="center"> UCSC </h2>
Welcome to UC Santa Cruz!
[[College Life->College Life Loop]]
(live: 3s)[(transition: "dissolve")[I just want to [[PARTY->PARTY]]] (stop:)](if: $CC is false)[(set: $ChoiceCount to 1)](else:)[]\
(set: $ClgChoice to "State")\
(set: $CC to false)\
<h2 class="center"> State College </h2>
Welcome to your local state college!
[[College Life->College Life Loop]]
(live: 3s)[(transition: "dissolve")[I just want to [[PARTY->PARTY]]] (stop:)](if: $CC is false)[(set: $ChoiceCount to 1)](else:)[]\
(set: $ClgChoice to "MIT")\
(set: $CC to false)\
<h2 class="center"> MIT </h2>
Welcome to MIT! You might be a future scholar or a genius inventor!
[[College Life->College Life Loop]]
(live: 3s)[(transition: "dissolve")[Good Colleges must have crazy [[parties!->PARTY]]] (stop:)](if: $CC is false)[(set: $ChoiceCount to 1)](else:)[]\
(set: $ClgChoice to "Harvard")\
(set: $CC to false)\
<h2 class="center"> Harvard </h2>
Welcome to Harvard! You were at the top of your classes in high school! Welcome to the big league, you are now the normal instead of the advanced, will you cut it?
[[College Life->College Life Loop]]
(live: 3s)[(transition: "dissolve")[Harvard dropouts are billionaires [[Party!->PARTY]]] (stop:)]<h3 class="center"> Fast Food Chain </h3>
(set: $Work to "Office")
(live: 1s)[(transition: "dissolve")[You get employed and become a white collar worker](stop:)]\
(live: 3s)[(transition: "dissolve")[ while you find your work boring, you can live off your paycheck and retire at some point in the future. Also your cubicle is decorated nicely at least.](stop:)]
(live: 4s)[(transition: "dissolve")[[[End->Ending Card]]](stop:)]<h3 class="center"> (print: $Major) Work </h3>
(set: $Work to "Major")
(live: 1s)[(transition: "dissolve")[You get employed in a field which you love and went to school for.](stop:)]\
(live: 3s)[(transition: "dissolve")[ You find great success and enjoy your work leading to a healthy live and a great retirement!](stop:)]
(live: 4s)[(transition: "dissolve")[[[End->Ending Card]]](stop:)]You have seen these Endings:
(if: $Sp_Good is true)[A True Professional (print: $Sport) Player for (print: $SportY) Years](else:)[(stripes:180, 720, Grey, Grey)]
(if: $Sp_Bad is true)[A Terrible (print: $Sport) Player](else:)[(stripes:5, 55, Grey, Grey)]
(if: $Sp_Party is true)[An even greater partier than a (print: $Sport) player](else:)[(stripes:5, 55, Grey, Grey)]
(if: $Party_C is true)[A greater partier](else:)[(stripes:5, 55, Grey, Grey)]
(if: $PHD is "Deny")[You were denied from Grad School, however you find mediocre success inside your cubicle.](else-if: $PHD is "Accept")[
As someone who studied extensively you were known around the world for your work in the field of (print: $Major)](else:)[(stripes:5, 55, Grey, Grey)]
(if: $H_Good is true)[Succeeded in creating your unique mark on the world](else:)[(stripes:180, 720, Grey, Grey)]
(if: $H_Neutral is true)[Succeeded in supporting yourself with the things you love](else:)[(stripes:180, 720, Grey, Grey)]
(if: $H_Bad is true)[Yikes you either gave up on (print: $Hobby) or were naive about people's perception of your poor handiwork](else:)[(stripes:180, 720, Grey, Grey)]
(if: $HSFail is true)[You failed out of High School](else:)[(stripes:180, 720, Grey, Grey)]
\\
|major)[Worked in your academic field of choice (print: $Major)]\
|ff)[Worked at your local fast food joint till you can't work anymore]\
|office)[Your average white collar worker]\
\
(if: $Work_End is true)[(if: $Work is "Major")[(show: ?major)](else-if: $Work is "Office")[(show: ?office)](else:)[(show: ?ff)]](else:)[(stripes:180, 720, Grey, Grey)]
''Thanks For Playing!''
(t8n-time:0.9s)[[Restart->White Light]](if: $Sport is "")[<h3 class="center">What sport did you suddenly develop an interest in?</h3>
(input-box: bind $Sport, "=X=", 1)](else:)[You train yourself to become a better (print: $Sport) player.]
(if: $SportC is >= 3)[Not only are you talented at (print: $Sport), but colleges have started to take notice of you.]
(set: $SportC to it + 1)
(t8n-time:0.9s)[[//Time Passes//->HS Choices Hub]](if: $Hobby is "")[<h3 class="center">What is the name of your Hobby?</h3>
(input-box: bind $Hobby, "=X=", 1)](else:)[You develop a deeper understanding of (print: $Hobby).]
(if: $HobbyC is >= 3)[Not only are you proficient at (print: $Hobby), but you start to realize a career in this field might be very possible.]
(set: $HobbyC to it + 1)
(t8n-time:0.9s)[[//Time Passes//->HS Choices Hub]]<h2 class ="center"> You Study </h2>
(set: $_StudyCount to it + 1)\
(t8n-time:0.9s)[[//Time Passes//->HS Choices Hub]](if:$ChoiceCount <= 4)[\
(if:$ChoiceCount is 1)[You enter your Freshman year.]\
(else-if: $ChoiceCount is 2)[You enter your Sophmore year.]\
(else-if: $ChoiceCount is 3 and $CC is false)[You enter your Junior year.](else-if: $ChoiceCount is 3 and $CC is true)[You can now [[transfer!->College Options]]]\
(else-if: $ChoiceCount is 4)[You enter your final year, so you take extra time to consider your ''LAST'' choice.]
(if: $ChoiceCount <= 2 or ($ChoiceCount >= 3 and $CC is false))\
[[Skip Class->Hooky]]
(if: $ChoiceCount <= 2 or ($ChoiceCount >= 3 and $CC is false))\
[[Attend Classes->Class]]
\
(if: $ChoiceCount >= 2 and $CC is false)[Choose your [[Major->MajorSelect]]]
]
(else:)+(t8n-time:0.9s)[Finally College is over and done with [[Graduation!->CollegeGrad]]]<h2 class = "center">Crazy party right?!</h2>
As you continue to party the scouts lost interest in someone who decided to party instead of continuing to train so you now can't play (print: $Sport) professionally.
(set: $Sp_Party to true)
''(t8n-time:0.9s)[[Congratulations? ->Ending Card]]''<h2 class="center"> Skipping Class </h2>
(set: $SkipC to it + 1)\
(set: $ChoiceCount to it + 1)\
(transition: "dissolve")[You skipped class now what?
* [[Study for the classes you skipped->Study Skip]]
* [[PARTY->PARTY]]
* [[Video Games->Time Skip]]]<h2 class="center"> Class </h2>
(set: $ChoiceCount to it + 1)\
Some people are taking notes, some people are asleep, others just don't show up, what do you want to do?
(live: 2s)[(transition: "dissolve")[
* [[Take Notes->Notes]]
* [[Ignore the Lecture->Ignore]]](stop:)]<h3 class="center">What are you going to Major In?</h3>
(input-box: bind $Major, "=X=", 1)
[[Continue->College Life Loop]]<h2 class="center"> College Ends </h2>
{\
(set: $AttendP to ($SkipC / 32) * 100)\
}\
|study)[(transition: "dissolve")[* You deepened your understanding of course material (print: $_StudyCount) times]]\
|skip)[(transition: "dissolve")[* You skipped classes (print: $SkipC) times] ]\
|attend)[(transition: "dissolve")[* You attended (if: $SkipC is 0)[ALL YOUR CLASSES!](else:)[(print: $AttendP)% of your classes].] ]\
|major)[(transition: "dissolve")[* You graduated with a degree in (if: $Major is "")[... Nothing? ... Really?](else:)[(print: $Major)]]]
|finishOtpt)[\
(transition: "dissolve")[Do you want to (t8n-time:0.9s)[[Work->Work Options]] or go to (t8n-time:0.9s)[[Grad School->PHD End]]?
]]\
{
(live: 1.5s)[
(set: $tCounter to it + 1)
(if: $tCounter is 1)[
(show: ?study)
]
(else-if: $tCounter is 2)[
(show: ?skip)
(show: ?attend)
]
(else-if: $tCounter is 3)[
(show: ?major)
]
(else:)[
(show: ?finishOtpt)
(stop:)
]
]
}(set: $tCounter to 0)\
\
<h2 class= "center"> PARTY TIME </h2>
|white)[(transition: "fade-up")[<p class = "dot"> </p>]]\
|blue)[(transition: "fade-up")[<p class = "dotBlue"> </p>]]\
|green)[(transition: "fade-up")[<p class = "dotGreen"> </p>]]\
|yellow)[(transition: "fade-up")[<p class = "dotYellow"> </p>]]\
|end)[(transition: "pulse")
[<p class= "center">[[Continue->Party To Hard CE]]</p>]]
|break)[(transition: "dissolve")[<p class= "center">[[Wait should I study?->Attend CC]]</p> ]]
{
(live: 850)[
(set: $tCounter to it + 1)
(if: $tCounter is 2)[
(show: ?white)
(show: ?yellow)
]
(else-if: $tCounter is 3 or it is 5)[
(hide: ?white)
(hide: ?yellow)
(show: ?green)
(show: ?blue)
]
(else-if: $tCounter is 4 or it is 6)[
(hide: ?blue)
(hide: ?green)
(show: ?yellow)
(show: ?white)
]
(else-if: $tCounter is 7)[
(hide: ?blue)
(hide: ?green)
(hide: ?yellow)
(hide: ?white)
]
(else-if: $tCounter is 8)[
(show: ?end)
(show: ?break)
]
(else-if: $tCounter >= 9)[
(stop:)
]
]
}(set: $Party_C to true)\
<h2 class = "center">Crazy party right?!</h2>
As you continue to party the ability to learn and further your academic career deteriorates. OH well it was fun though right?
''(t8n-time:0.9s)[[Congratulations? ->Ending Card]]''<h2 class="center"> Grad School </h2>
|deny)[(transition: "dissolve")[You were denied from grad school because you did not study enough. [[Unfortunate->Ending Card]]]]\
|accept)[(transition: "dissolve")[Congratulations! You were accepted to [[Grad School!->Ending Card]]]]\
(set: $tCount to 0)
{
(live: 1s)[
(set: $tCount to it + 1)
(if: $tCount is 1 and $_StudyCount < 7)[
(show: ?deny)
(set: $PHD to "Deny")
]
(else-if: $tCount is 1 and $_StudyCount >= 7)[
(show: ?accept)
(set: $PHD to "Accept")
]
(else:)[(stop:)]
]
}<h2 class="center"> Boom Headshot </h2>
(set: $SkipC to it + 4)\
After Playing Video Games all year you realize that a new school year has just [[started...->College Life Loop]]<h2 class="center"> Study Time </h2>
(set: $_StudyCount to it + 1)\
You find a place to quietly study and further you knowledge on class material
[[Next Year->College Life Loop]]<h2 class="center"> Note Taking </h2>
(set: $_StudyCount to it + 1)
These notes will sure come in handy for helping me //study//.
[[Next Year->College Life Loop]]<h2 class="center"> ZZzzzz </h2>
(set: $SkipC to it + 1)\
Now what was the point of attending class if you just ignored everything being said, you could have partied or played video games...
[[Continue->College Life Loop]]<h2 class="center"> Failed High School </h2>
(set: $HSFail to true)
(live: 1s)[(transition: "dissolve")[Unfortunately due to lack of preparation or an extreme dislike of academics, you have failed out of high school with no hope of returning.] (stop:)](live: 4s)[(transition: "dissolve")[You may have been a great Sport player or even someone who exceled in their hobby, however basic education is necessary.](stop:)]
(live: 5s)[(transition: "dissolve")[[[End->Ending Card]]](stop:)]