(align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (print: "Start off the day by picking what items you'll take with you") (print: "you have $Bag spaces in your bag") [[Headphones->Put Headphones in Bag]] [[Squishy Ball->Put Squishy Ball in Bag]] [[Chocolate->Put Chocolate in Bag]] [[Rubberband->Put Rubberband in Bag]] [[Book->Put Book in Bag]] [[Clicking Pen->Put Clicking Pen in Bag]] [[Chewy Necklace->Put Chewy Necklace in Bag]] [[Stuffed Animal->Put Stuffie in Bag]] [[Jacket->Put Jacket in Bag]] [[Tangle->Put Tangle in Bag]] [[Next->Schedule 7]] (if:$Bag < 0)[(goto: "To Full Bag")](print: "you have $Bag spaces in your bag") (print: "You put your headphones in your bag") (print:"Your headhpones take up $Headphones spaces in your bag") (set: $Bag to $Bag - $Headphones)(print:"you have $Bag spaces left in your bag")(set: $Brought_Headphones to true) [[Back to bag->Pack Your Bag]](print: "you have $Bag spaces in your bag") (print: "You put your squishy ball in your bag") (print:"Your squishy ball takes up $Ball spaces in your bag") (set: $Bag to $Bag - $Ball)(print:"you have $Bag spaces left in your bag")(set: $Brought_Ball to true) [[Back to bag->Pack Your Bag]](print: "you have $Bag spaces in your bag") (print: "You put some chocolate in your bag") (print:"The chocolate take up $Chocolate spaces in your bag") (set: $Bag to $Bag - $Chocolate)(print:"you have $Bag spaces left in your bag") (set: $Brought_Chocolate to true) [[Back to bag->Pack Your Bag]](print: "you have $Bag spaces in your bag") (print: "You put a Rubberband in your bag") (print:"The Rubberband takes up $Rubberband spaces in your bag") (set: $Bag to $Bag - $Rubberband)(print:"you have $Bag spaces left in your bag")(set: $Brought_Rubberband to true) [[Back to bag->Pack Your Bag]](print: "you have $Bag spaces in your bag") (print: "You put a book in your bag") (print:"The book takes up $Book spaces in your bag") (set: $Bag to $Bag - $Book)(print:"you have $Bag spaces left in your bag")(set: $Brought_Book to true) [[Back to bag->Pack Your Bag]](print: "you have $Bag spaces in your bag") (print: "You put a clicking pen in your bag") (print:"The pen takes up $Pen spaces in your bag") (set: $Bag to $Bag - $Pen)(print:"you have $Bag spaces left in your bag")(set: $Brought_Pen to true) [[Back to bag->Pack Your Bag]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (print: "Your bag is to full! You take everything out to start again.") (set: $Bag to 20) (set: $Brought_Chocolate to false) (set: $Brought_Rubberband to false) (set: $Brought_Headphones to false) (set: $Brought_Pen to false) (set: $Brought_Book to false) (set: $Brought_Ball to false) (set: $Brought_Chewy to false) (set: $Brought_Stuffie to false) (set: $Brought_Jacket to false) (set: $Brought_Tangle to false) [[Back to bag->Pack Your Bag]](print: "you have $Bag spaces in your bag") (print: "You put your chewy necklace in your bag") (print:"The chewy necklace takes up $Chewy spaces in your bag") (set: $Bag to $Bag - $Chewy)(print:"you have $Bag spaces left in your bag")(set: $Brought_Chewy to true) [[Back to bag->Pack Your Bag]](print: "you have $Bag spaces in your bag") (print: "You put your stuffed animal in your bag") (print:"Your stuffed animal takes up $X spaces in your bag") (set: $Bag to $Bag - $Stuffie)(print:"you have $Bag spaces left in your bag")(set: $Brought_Stuffie to true) [[Back to bag->Pack Your Bag]](print: "you have $Bag spaces in your bag") (print: "You put your jacket in your bag") (print:"Your jacket takes up $Jacket spaces in your bag") (set: $Bag to $Bag - $Jacket)(print:"you have $Bag spaces left in your bag")(set: $Brought_Jacket to true) [[Back to bag->Pack Your Bag]](print: "you have $Bag spaces in your bag") (print: "You put your tangle in your bag") (print:"Your tangle takes up $Tangle spaces in your bag") (set: $Bag to $Bag - $Tangle )(print:"you have $Bag spaces left in your bag")(set: $Brought_Tangle to true) [[Back to bag->Pack Your Bag]]Name: Lei Pronouns: She/They Trait 1: Autistic Trait 2: Shy Trait 3: Kind Trait 4: Loyal Trait 5: Creative Challange: Daily Life being Autsitic Story: Lei trudged to school music blaring in her heahpones till she passed the school doors. She sat in the back of the classroom as she did every day. History began and she tried to focus on what the teacher was saying but his voice though she heard it didnt make any sense. The static of his voice contunited its monotone ramble till one word broke through the drone. "Lei?" "Yes?" she respoded quickliy tring to recal what the question was. "are you doing to answer?" "could you repeate your question?" "speak up please" "could you repeate your question please" the teacger sighed "Lei, were you even listening?" Lei wandted to to tell him eh was she could recall that he was talking about an egyption god though witch one she was unsure. But Lei just noded instead of speaking her mind. The teacher sighed. "anyone else?" He called to the class. Lei sunk into her seat embarased and now even more unfocused then she was before as the lecture contuned. "----- underworld ------ die -------- scroll ----- purity ----- Toth ------ lighter then the feather ----- eternal ----- next week ----- wright ------- your scroll ------ see you all next time." Lei stood from her seat and left for her next class. She'd have to look online for the deatails of the assingment.[[X->Instuctions]] (set: $Bag to 20) (set: $Headphones to 7) (set: $Chocolate to 3) (set: $Ball to 4) (set: $Rubberband to 1) (set: $Book to 5) (set: $Pen to 2) (set: $Chewy to 3) (set: $Stuffie to 5) (set: $Jacket to 8) (set: $Tangle to 3) (set: $Brought_Chocolate to false) (set: $Brought_Rubberband to false) (set: $Brought_Headphones to false) (set: $Brought_Pen to false) (set: $Brought_Book to false) (set: $Brought_Ball to false) (set: $Brought_Chewy to false) (set: $Brought_Stuffie to false) (set: $Brought_Jacket to false) (set: $Brought_Tangle to false) (set: $Lights to false) (set: $Stimulation to 0) (set: $Sensory_Overload to false) (goto: "Instuctions")(align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (print: "This game is about Autism.") (print: "Your goal is to experience a day of highschool without having a meltdown also known as experiencing sensory overload.") (print: "You can track how close you are to having a meltdown by the number at the top of the screen.") (print: "The closer to 100 the worse off you are, if go over 100 then you experience sensory overload.") [There is a "restart" button at the bottom of the schedule.] [Autism affects each individual differently; this is just my, //very// simplified, representation of what having Autism feels like on an average school day to me.] [[Begin The Game->Schedule 1]](align:"=><=")+(box:"=XX=")[''Schedule''] * [[Change Clothes]] * Breakfast * Take Medications * Brush Teeth * Brush Hair * Pack Bag * Walk To School * Class * Passing Period * Class * Lunch * Class * Passing Period * Class * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [The cold fabrics are uncomfortable but you get changed nonetheless.] [The sensations add +5 sensory stimulation.] (set: $Stimulation to $Stimulation + 5) [[Next->Schedule 2]](align:"=><=")+(box:"=XX=")[''Schedule''] * ~~Change Clothes~~ * [[Breakfast]] * Take Medications * Brush Teeth * Brush Hair * Pack Bag * Walk To School * Class * Passing Period * Class * Lunch * Class * Passing Period * Class * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [For breakfast you can:] [[Eat Waffles]] [[Eat Ceral]] [[Eat Eggs]] [[Eat Bacon]] [[Eat Porage]](align:"=><=")+(box:"=XX=")[''Schedule''] * ~~Change Clothes~~ * ~~Breakfast~~ * [[Take Medications]] * Brush Teeth * Brush Hair * Pack Bag * Walk To School * Class * Passing Period * Class * Lunch * Class * Passing Period * Class * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [You down your medications with a glass of:] [[Juice]] [[Water]] [[Milk]](align:"=><=")+(box:"=XX=")[''Schedule''] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * [[Brush Teeth]] * Brush Hair * Pack Bag * Walk To School * Class * Passing Period * Class * Lunch * Class * Passing Period * Class * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [[Brush with toothpaste->Brush With Toothpaste]] [[Brush with out toothpaste->Brush With Out Toothpaste]] [[Don't brush teeth->Don't Brush Teeth]] (align:"=><=")+(box:"=XX=")[''Schedule''] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * [[Brush Hair]] * Pack Bag * Walk To School * Class * Passing Period * Class * Lunch * Class * Passing Period * Class * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [You grab your hairbrush] [[Brush Hair->Brush]] [[Don't Brush Hair->Schedule 6]](align:"=><=")+(box:"=XX=")[''Schedule''] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * [[Pack Bag->Pack Your Bag]] * Walk To School * Class * Passing Period * Class * Lunch * Class * Passing Period * Class * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * [[Walk To School]] * Class * Passing Period * Class * Lunch * Class * Passing Period * Class * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Walking to school is calming repeditive action -5 sensory stumulation] [While walking you:] (set: $Stimulation to $Stimulation - 5) [[Flap Hands]] [[Just Walk to School->Schedule 8]] [Bag:] (if: $Brought_Headphones is true)[[Listen to Music Through Headphones]](align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * ~~Walk To School~~ * [[Class->Not Proccesing the Lesson]] * Passing Period * Class * Lunch * Class * Passing Period * Class * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * ~~Walk To School~~ * ~~Class~~ * [[Passing Period->Feeling Fidgety]] * Class * Lunch * Class * Passing Period * Class * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * ~~Walk To School~~ * ~~Class~~ * ~~Passing Period~~ * [[Class->Flickering Lights]] * Lunch * Class * Passing Period * Class * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [The begin lights are flickering] [[Ignore them->Ignore The Lights]] [[Flap hands to ignore lights]] [Bag:] (if:$Brought_Rubberband is true)[[Use rubber band to ignore the lights]] (if:$Brought_Pen is true)[[Use clicking pen to ignore the lights]] (if:$Brought_Ball is true)[[Use squishy ball to ignore the lights]] (if:$Brought_Chewy is true)[[Use chewy necklace to ignore the lights]] (if:$Brought_Stuffie is true)[[Use stuffed animal to ignore the lights]] (if:$Brought_Tangle is true)[[Use tangle to ignore the lights]](align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * ~~Walk To School~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * [[Lunch]] * Class * Passing Period * Class * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [For lunch you:] [[Eat Some Chips]] [[Eat Take Out Chicken]] [[Eat A Sandwitch]] [[Eat A Borretio]] [[Eat A Bagle & Fruit]](align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * ~~Walk To School~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Lunch~~ * [[Class->Accidental Interuption]] * Passing Period * Class * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Class is going normally when a topic you really enjoy and know a lot about comes up] [[Join the conversation]] [[Just listen]](align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * ~~Walk To School~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Lunch~~ * ~~Class~~ * [[Passing Period->Bathroom Interaction With Friend]] * Class * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You head the bathroom during the passing period and bump into a friend as your leaving.] [[Say hello]] [[Wave]] (align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * ~~Walk To School~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Lunch~~ * ~~Class~~ * ~~Passing Period~~ * [[Class->Loud Classroom]] * Walk To Starbucks * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [The class is waiting on the teacher to comeback with supplies so eveyone is talking.It's getting really loud.] [[Put your hands over your ears->Hands On Ears]] [[Flap hands to help ground yourself->Flap Hands To Ignore]] [[Do nothing]] (if: $Brought_Headphones is true)[[Use headphones to block out the sound->Headphones Blocking]](align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * ~~Walk To School~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Lunch~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * [[Walk To Starbucks->Feeling Cold on Walk To Starbucks]] * Starbucks With Friends * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Walking home is calming repeditive action -5 sensory stumulation] [While walking you:] (set: $Stimulation to $Stimulation - 5) [[Flap Hands->Flap Hands 2]] [[Just Walk to School->Schedule 18]] [Bag:] (if: $Brought_Headphones is true)[[Listen to Music Through Headphones->Listen to Music Through Headphones 2]](align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * ~~Walk To School~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Lunch~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Walk To Starbucks~~ * [[Starbucks With Friends]] * Walk Home * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [For dinner you:] [[Eat Salad]] [[Eat Burger]] [[Eat Mac & Cheese]] [[Eat Pizza]] [[Eat Rice]](align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * ~~Walk To School~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Lunch~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Walk To Starbucks~~ * ~~Starbucks With Friends~~ * [[Walk Home]] * Dinner * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [[Take A Shower]] [[Take A Bath]] [[Don't Take A Shower->Schedule 20]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [As you walk to the Starbucks to meet your friends it starts getting colder] (if:$Brought_Jacket is true)[You get your jacket out of your bag and put it on.] (if:$Brought_Jacket is false)[You didn't bring a jacket so you're faced with the cold +10 sensory stimulation.] (if:$Brought_Jacket is false)[(set: $Stimulation to $Stimulation + 10)] [[Next->Schedule 16]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You make it to Starbucks your friends are already at a table and motion you over.] [Start a conversation about:] [[A show you enjoy]] [[A new stuffed animal you got]] [[An art project you made]] [[A game you enjoyed]] [[Pets]](align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * ~~Walk To School~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Lunch~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Walk To Starbucks~~ * ~~Starbucks With Friends~~ * ~~Walk Home~~ * [[Dinner]] * Shower [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * ~~Walk To School~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Lunch~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Walk To Starbucks~~ * ~~Starbucks With Friends~~ * ~~Walk Home~~ * ~~Dinner~~ * [[Shower]] [[RESTART->Base Varibles]](align:"=><=")+(box:"=XX=")[''Schedule''] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] * ~~Change Clothes~~ * ~~Breakfast~~ * ~~Take Medications~~ * ~~Brush Teeth~~ * ~~Brush Hair~~ * ~~Pack Bag~~ * ~~Walk To School~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Lunch~~ * ~~Class~~ * ~~Passing Period~~ * ~~Class~~ * ~~Walk To Starbucks~~ * ~~Starbucks With Friends~~ * ~~Walk Home~~ * ~~Dinner~~ * ~~Shower~~ (align:"=><=")+(box:"=XX=")[[Go To Bed->End Screen]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (set: $Number to 100 - $Stimulation) (align:"=><=")+(box:"=XX=")[(text-colour:red)[Co](text-colour:orange)[ng](text-colour:yellow)[ra](text-colour:green)[tu](text-colour:cyan)[la](text-colour:navy)[ti](text-colour:purple)[on](text-colour:magenta)[s!]] (align:"=><=")+(box:"=XX=")[You've made it through the day with $Number of sensory points left.] (align:"=><=")+(box:"=XX=")[Now to do it //''all''// again tomarrow.] (align:"=><=")+(box:"=XX=")[[restart->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "The lesson begins.") (print: "Though you hear the teacher talking you can't process most of what he's saying.") (text-style:"wavy-strike","blurrier","condense")[The journey to the Eyption underworld begins at the death. A ] (print: "scroll")(text-style:"wavy-strike","blurrier","condense")[meant to guide them is ] (print: "buried")(text-style:"wavy-strike","blurrier","condense")[with the person’s mummified] (print:"body.") (text-style:"wavy-strike","blurrier","condense")[The person must go through many trials. The final trail is the](print: "weighing") (text-style:"wavy-strike","blurrier","condense")[of their] (print: "heart against") (text-style:"wavy-strike","blurrier","condense")[ an ostrich ] (print: "feather.")(text-style:"wavy-strike","blurrier","condense")[If the heart is] (print: "lighter") (text-style:"wavy-strike","blurrier","condense")[than the god] (print: "Toth") (text-style:"wavy-strike","blurrier","condense")[lets them into the ] (print: "afterlife.") (print: "The worry over not being able to focus begins stressing you out.") [[Attempt to focus harder->Attempt to Focus Harder]] [[Don't stress yourself out further->Don't Stress Youself Out Further]] [[Zone out for the rest of class->Zone Out For The Rest Of Class]] [[Flap hands to help focus->Flap Hands To Help Focus]] [Bag:] (if:$Brought_Rubberband is true)[[Use rubber band to help focus->Use Rubber Band To Help Focus]] (if:$Brought_Pen is true)[[Use clicking pen to help focus->Use Clicking Pen To Help Focus]] (if:$Brought_Ball is true)[[Use squishy ball to help focus->Use Squishy Ball To Help Focus]] (if:$Brought_Chewy is true)[[Use chewy necklace to help focus->Use Chewy Necklace To Help Focus]] (if:$Brought_Stuffie is true)[[Use stuffed animal to help focus->Use Stuffed Animal To Help Focus]] (if:$Brought_Tangle is true)[[Use tangle to help focus->Use Tangle To Help Focus]](set: $random to (random:1,3)) (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (if:$random is 1)[(goto: "Atempt Succedes")] (if:$random is not 1)[(goto: "Atempt Fails")] [[X->Atempt Fails]] [[X->Atempt Succedes]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"Stressing yourself over somthing thats already half over isn't going to help. You doodle for the rest of class.") ["](text-style:"wavy-strike","blurrier","condense")[ If the heart is] (print:"heavier") (text-style:"wavy-strike","blurrier","condense")[then they go to] (print:"hell") (text-style:"wavy-strike","blurrier","condense")[for all eternity. Your] (print: "homework")(text-style:"wavy-strike","blurrier","condense")[is to describe how ] (print: "you,") (text-style:"wavy-strike","blurrier","condense")[yourself, would be] (print: "judged") (text-style:"wavy-strike","blurrier","condense")[at the heart weighing. ] (print: "Why or why not")(text-style:"wavy-strike","blurrier","condense")[would your heart be] (print:"lighter.") (text-style:"wavy-strike","blurrier","condense")[You will] (print:"not") (text-style:"wavy-strike","blurrier","condense")[be judged for where you see yourself as] (print:"going,") (text-style:"wavy-strike","blurrier","condense")[just your ] (print:"arguments.") (text-style:"wavy-strike","blurrier","condense")[That is all for today] (print: " you are all dismissed.")["] (print: "You get nervous from not being sure if you know everythiong for the homewok as you 'missed' part of the lesson.") (print: "+25 sensory stimulation") (set: $Stimulation to $Stimulation + 25) [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You completly zone out for the rest of class. Daydreaming about whatever pops into your head.") (text-style:"wavy-strike","blurrier","condense")[If the heart is heavier then they go to hell for all eternity. Your homework is to describe how you, yourself, would be judged at the heart weighing. Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed.] (print: "You startle when all the other students begin packing thier supplies away.") (print: "You don't know if there's homework and have no clue what it might be if there is.") (print: "The panic and nerves adds +35 sensory stimulation") (set: $Stimulation to $Stimulation + 35) [[Next->Schedule 9]](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,2)) (if:$Random is 1)[(goto:"Caught Stimming 6")] [[X->Caught Stimming 6]] (if:$Random is not 1)[(goto:"Not Caught Stimming 1")][[X->Not Caught Stimming 1]](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,7)) (if:$Random is 1)[(goto:"Caught Stimming 7")] [[X->Caught Stimming 7]] (if:$Random is not 1)[(goto:"Not Caught Stimming 2")][[X->Not Caught Stimming 2]](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,3)) (if:$Random is 1)[(goto:"Caught Stimming 8")] [[X->Caught Stimming 8]] (if:$Random is not 1)[(goto:"Not Caught Stimming 3")][[X->Not Caught Stimming 3]](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,3)) (if:$Random is 1)[(goto:"Caught Stimming 9")] [[X->Caught Stimming 9]] (if:$Random is not 1)[(goto:"Not Caught Stimming 4")][[X->Not Caught Stimming 4]](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,3)) (if:$Random is 1)[(goto:"Caught Stimming 11")] [[X->Caught Stimming 11]] (if:$Random is not 1)[(goto:"Not Caught Stimming 6")][[X->Not Caught Stimming 6]](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,4)) (if:$Random is 1)[(goto:"Not Caught Stimming 5")][[X->Not Caught Stimming 5]] (if:$Random is not 1)[(goto:"Caught Stimming 10")] [[X->Caught Stimming 10]](align:"=><=")+(box:"=XX=")[ #''The Sensory Grind'' ] (align:"=><=")+(box:"=XX=")[[Click Here to Begin the Game->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [You brush with toothpaste] [The toothbush is uncomfortable on your gums +5 sensory stimulation.] [The tooth pastse is a gross pasty texture +5 sensory stimulation.] [The tooth pastse tastes really bad +5 sensory stimulation.] (set: $Stimulation to $Stimulation + 15) [[Next->Schedule 5]] (align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [You brush with water.] [The toothbush is uncomfortable on your gums +5 sensory stimulation.] (set: $Stimulation to $Stimulation + 5) [[Next->Schedule 5]] (align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [You don't brush your teeth] [[Next->Schedule 5]] (align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [You eat some waffles] [[Next->Schedule 3]] (align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [You eat some ceral] [[Next->Schedule 3]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [You eat some eggs] [The texture is uncomfortable in your mouth +2 sensory stimulation] (set: $Stimulation to $Stimulation + 2) [[Next->Schedule 3]] (align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [You eat some bacon it turned out slightly chewy making it hard to swallow +1 sensory stimulation] (set: $Stimulation to $Stimulation + 1) [[Next->Schedule 3]] (align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [You eat some porage] [The texture is really gross in your mouth +10 sensory stimulation] [The tatste is really gross in your mouth +10 sensory stimulation] (set: $Stimulation to $Stimulation + 20) [[Next->Schedule 3]] (align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [The medication is hard to swallow and it feels like it might get stuck in your throat +6 sensory stimulation] [The taste of the pills are gross on your tounge but the juice quickly washes the taste away] (set: $Stimulation to $Stimulation + 6) [[Next->Schedule 4]] (align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [The medication is hard to swallow and it feels like it might get stuck in your throat +6 sensory stimulation] [The taste of the pills are gross on your tounge the water only makes the taste linger longer +5 sensory stimulation] (set: $Stimulation to $Stimulation + 11) [[Next->Schedule 4]] (align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [The medication is hard to swallow and it feels like it might get stuck in your throat +6 sensory stimulation] [The taste of the pills are gross on your tounge but the milk helps wash away the taste a little bit +2 sensory stimulation] (set: $Stimulation to $Stimulation + 8) [[Next->Schedule 4]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Flapping your hands as you walk is even more calming - 10 sensory stimulation] (set: $Stimulation to $Stimulation - 10)(set: $Random to (random:1,5)) (if:$Random is 1)[(goto: "Caught Stimming 1")] [[Next->Schedule 8]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Listening to music as you walk to school is even more calming -5 sensory stimmulation](set: $Stimulation to $Stimulation - 5) [[Just listen to music->Schedule 8]] [[Mouth the words to the song]] [[Hum Song]] [[Sing Along]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [While handflapping you pass a stranger who looks at your hands] [You feel bad about stimming in public + 10 sensory stimulation] (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 8]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Mouthing the words to the song as you walk is calming -5 sensory stimulation] (set: $Stimulation to $Stimulation - 5)(set: $Random to (random:1,5)) (if:$Random is 1)[(goto:"Caught Stimming 2")] [[Next->Schedule 8]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Singing along to the song as you walk is calming -15 sensory stimulation] (set: $Stimulation to $Stimulation - 15)(set: $Random to (random:1,5)) (if:$Random is 1)[(goto:"Caught Stimming 3")] [[Next->Schedule 8]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [While mouthing the words to the song you pass a stranger who looks at you funny] [You feel bad about stimming in public + 5 sensory stimulation] (set: $Stimulation to $Stimulation + 5) [[Next->Schedule 8]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [While singing to the song you pass a stranger who looks at you funny] [You feel bad about stimming in public + 15 sensory stimulation] (set: $Stimulation to $Stimulation + 15) [[Next->Schedule 8]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Humming along to the song as you walk is calming -10 sensory stimulation] (set: $Stimulation to $Stimulation - 10)(set: $Random to (random:1,5)) (if:$Random is 1)[(goto:"Caught Stimming 4")] [[Next->Schedule 8]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [While humming to the song you pass a stranger who looks at you funny] [You feel bad about stimming in public + 10 sensory stimulation] (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 8]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,4)) (if:$Random is not 1)[(goto:"Caught Stimming 5")] (if:$Random is 6)[[X->Caught Stimming 5]] (print:"You flap your hands to ground and focus yourself on the lesson.") ["If the heart is heavier then they go to hell for all eternity. Your homework is to describe how you, yourself, would be judged at the heart weighing. Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed."] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude stop doing that it's distracting."] [You feel bad about distracting the other student +25 sensory stimulation] (set: $Stimulation to $Stimulation + 25) [[Stop Hand Flapping]] [[Continue Hand Flapping]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped hand flapping and were unable to keep a direct line of focus for the rest of class.") (print:"'")(text-style:"wavy-strike","blurrier","condense")[ If the heart is] (print:"heavier") (text-style:"wavy-strike","blurrier","condense")[then they go to] (print:"hell") (text-style:"wavy-strike","blurrier","condense")[for all eternity. Your] (print: "homework")(text-style:"wavy-strike","blurrier","condense")[is to describe how ] (print: "you,") (text-style:"wavy-strike","blurrier","condense")[yourself, would be] (print: "judged") (text-style:"wavy-strike","blurrier","condense")[at the heart weighing. ] (print: "Why or why not")(text-style:"wavy-strike","blurrier","condense")[would your heart be] (print:"lighter?") (text-style:"wavy-strike","blurrier","condense")[You will] (print:"not") (text-style:"wavy-strike","blurrier","condense")[be judged for where you see yourself as] (print:"going,") (text-style:"wavy-strike","blurrier","condense")[just your ] (print:"arguments.") (text-style:"wavy-strike","blurrier","condense")[That is all for today] (print: " you are all dismissed.")(print:"'") (print: "You get nervous from not being sure if you know everythiong for the homewok as you 'missed' part of the lesson.") (print: "+10 sensory stimulation") (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue to flap your hands to ground and focus yourself on the lesson.") ["If the heart is heavier then they go to hell for all eternity. Your homework is to describe how you, yourself, would be judged at the heart weighing. Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed."] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Your atempt to just focus harder on the lesson doesnt help and makes the lecture even harder to understand] (text-style:"wavy-strike","blurrier","condense")[If the heart is heavier then they go to hell for all eternity. Your homework is to describe how you, yourself, would be judged at the heart weighing. Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed.] (print: "You pack up when all the other students begin putting thier supplies away") (print: "You don't know if there's homework and have no clue what it might be if there is") (print: "The panic and nerves adds +25 sensory stimulation") (set: $Stimulation to $Stimulation + 25) [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You draw your attention to the teacher and focus on what is being said] ["If the heart is heavier then they go to hell for all eternity. Your homework is to describe how you, yourself, would be judged at the heart weighing. Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed."] [You were able to focus and understand the lesson but the stress of all was hard +5 sensory stimulation] (set: $Stimulation to $Stimulation + 5) [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude stop doing that it's distracting."] [You feel bad about distracting the other student +16 sensory stimulation] (set: $Stimulation to $Stimulation + 16) [[Stop Using The Squishy Ball]] [[Continue Using The Squishy Ball]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You use your squishy ball.] ["If the heart is heavier then they go to hell for all eternity. Your homework is to describe how you, yourself, would be judged at the heart weighing. Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed."] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped using the squishy ball and were unable to keep a direct line of focus for the rest of class.") (print:"'")(text-style:"wavy-strike","blurrier","condense")[ If the heart is] (print:"heavier") (text-style:"wavy-strike","blurrier","condense")[then they go to] (print:"hell") (text-style:"wavy-strike","blurrier","condense")[for all eternity. Your] (print: "homework")(text-style:"wavy-strike","blurrier","condense")[is to describe how ] (print: "you,") (text-style:"wavy-strike","blurrier","condense")[yourself, would be] (print: "judged") (text-style:"wavy-strike","blurrier","condense")[at the heart weighing. ] (print: "Why or why not")(text-style:"wavy-strike","blurrier","condense")[would your heart be] (print:"lighter?") (text-style:"wavy-strike","blurrier","condense")[You will] (print:"not") (text-style:"wavy-strike","blurrier","condense")[be judged for where you see yourself as] (print:"going,") (text-style:"wavy-strike","blurrier","condense")[just your ] (print:"arguments.") (text-style:"wavy-strike","blurrier","condense")[That is all for today] (print: " you are all dismissed.")(print:"'") (print: "You get nervous from not being sure if you know everything for the homewok as you 'missed' part of the lesson.") (print: "+10 sensory stimulation") (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue to use the ball to ground and focus yourself on the lesson.") ["If the heart is heavier then they go to hell for all eternity. Your homework is to describe how you, yourself, would be judged at the heart weighing. Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed."] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude stop doing that it's distracting."] [You feel bad about distracting the other student +5 sensory stimulation] (set: $Stimulation to $Stimulation + 5) [[Stop Using The Rubber Band]] [[Continue Using The Rubber Band]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You use a rubberband.] (print:"If the heart is heavier then") (text-style:"wavy-strike","blurrier","condense") [they go to hell for all eternity.] [Your homework is to describe how you, yourself, would be judged] (text-style:"wavy-strike","blurrier","condense")[at the heart weighing.] (print: "Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed.") (print: "You were able to focus for a majority of the remainder of the lesson." [But you still miss some information +3 sensory stimulation] (set: $Stimulation to $Stimulation + 3) [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped using the rubber band and were unable to keep a direct line of focus for the rest of class.") (print:"'")(text-style:"wavy-strike","blurrier","condense")[ If the heart is] (print:"heavier") (text-style:"wavy-strike","blurrier","condense")[then they go to] (print:"hell") (text-style:"wavy-strike","blurrier","condense")[for all eternity. Your] (print: "homework")(text-style:"wavy-strike","blurrier","condense")[is to describe how ] (print: "you,") (text-style:"wavy-strike","blurrier","condense")[yourself, would be] (print: "judged") (text-style:"wavy-strike","blurrier","condense")[at the heart weighing. ] (print: "Why or why not")(text-style:"wavy-strike","blurrier","condense")[would your heart be] (print:"lighter?") (text-style:"wavy-strike","blurrier","condense")[You will] (print:"not") (text-style:"wavy-strike","blurrier","condense")[be judged for where you see yourself as] (print:"going,") (text-style:"wavy-strike","blurrier","condense")[just your ] (print:"arguments.") (text-style:"wavy-strike","blurrier","condense")[That is all for today] (print: " you are all dismissed.")(print:"'") (print: "You get nervous from not being sure if you know everythiong for the homewok as you 'missed' part of the lesson.") (print: "+10 sensory stimulation") (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue use the rubber band to ground and focus yourself on the lesson.") (print: "If the heart is heavier then") (text-style:"wavy-strike","blurrier","condense") [they go to hell for all eternity.] [Your homework is to describe how you, yourself, would be judged] (text-style:"wavy-strike","blurrier","condense")[at the heart weighing.] (print: "Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed.") (print: "You were able to focus for a majority of the remainder of the lesson." [But you still miss some information +3 sensory stimulation] (set: $Stimulation to $Stimulation + 3) [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude stop doing that it's distracting."] [You feel bad about distracting the other student +15 sensory stimulation] (set: $Stimulation to $Stimulation + 15) [[Stop Using The Tangle]] [[Continue Using The Tangle]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You use your tangle.] ["If the heart is heavier then they go to hell for all eternity. Your homework is to describe how you, yourself, would be judged at the heart weighing. Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed."] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude stop doing that it's distracting."] [You feel bad about distracting the other student +8 sensory stimulation] (set: $Stimulation to $Stimulation + 8) [[Stop Clicking The Pen]] [[Continue Clicking The Pen]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You click the pen.] (print: "If the heart is heavier then") (text-style:"wavy-strike","blurrier","condense") [they go to hell for all eternity.] [Your homework is to describe how you, yourself, would be judged] (text-style:"wavy-strike","blurrier","condense")[at the heart weighing.] (print: "Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed.") (print: "You were able to focus for a majority of the remainder of the lesson." [But you still miss some information +5 sensory stimulation] (set: $Stimulation to $Stimulation + 5) [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You chew your chewy necklace.] ["If the heart is heavier then they go to hell for all eternity. Your homework is to describe how you, yourself, would be judged at the heart weighing. Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed."] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude ew, stop doing that."] [You feel bad about using the chewable +20 sensory stimulation] (set: $Stimulation to $Stimulation + 20) [[Stop Chewing The Necklace]] [[Continue Chewing The Necklace]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude stop doing that it's distracting."] [You feel bad about distracting the other student +17 sensory stimulation] (set: $Stimulation to $Stimulation + 17) [[Stop Using The Suffed Animal]] [[Continue Using The Suffed Animal]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You hold and pet your stuffed animal.] ["If the heart is heavier then they go to hell for all eternity. Your homework is to describe how you, yourself, would be judged at the heart weighing. Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed."] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You're feelling slightly uncomfortable for no particular reson] [Stimming will help the feeling go away] [[Walk around outside]] [[Sprint around the building]] [[Use a fidget toy]] [[Flap your hands]] [[Do Nothing]] (if:$Brought_Headphones is true)[[Listen to music]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped using the tangle and were unable to keep a direct line of focus for the rest of class.") (print:"'")(text-style:"wavy-strike","blurrier","condense")[ If the heart is] (print:"heavier") (text-style:"wavy-strike","blurrier","condense")[then they go to] (print:"hell") (text-style:"wavy-strike","blurrier","condense")[for all eternity. Your] (print: "homework")(text-style:"wavy-strike","blurrier","condense")[is to describe how ] (print: "you,") (text-style:"wavy-strike","blurrier","condense")[yourself, would be] (print: "judged") (text-style:"wavy-strike","blurrier","condense")[at the heart weighing. ] (print: "Why or why not")(text-style:"wavy-strike","blurrier","condense")[would your heart be] (print:"lighter?") (text-style:"wavy-strike","blurrier","condense")[You will] (print:"not") (text-style:"wavy-strike","blurrier","condense")[be judged for where you see yourself as] (print:"going,") (text-style:"wavy-strike","blurrier","condense")[just your ] (print:"arguments.") (text-style:"wavy-strike","blurrier","condense")[That is all for today] (print: " you are all dismissed.")(print:"'") (print: "You get nervous from not being sure if you know everything for the homewok as you 'missed' part of the lesson.") (print: "+10 sensory stimulation") (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue to use the tangle to ground and focus yourself on the lesson.") ["If the heart is heavier then they go to hell for all eternity. Your homework is to describe how you, yourself, would be judged at the heart weighing. Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed."] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped using the squishy ball and were unable to keep a direct line of focus for the rest of class.") (print:"'")(text-style:"wavy-strike","blurrier","condense")[ If the heart is] (print:"heavier") (text-style:"wavy-strike","blurrier","condense")[then they go to] (print:"hell") (text-style:"wavy-strike","blurrier","condense")[for all eternity. Your] (print: "homework")(text-style:"wavy-strike","blurrier","condense")[is to describe how ] (print: "you,") (text-style:"wavy-strike","blurrier","condense")[yourself, would be] (print: "judged") (text-style:"wavy-strike","blurrier","condense")[at the heart weighing. ] (print: "Why or why not")(text-style:"wavy-strike","blurrier","condense")[would your heart be] (print:"lighter?") (text-style:"wavy-strike","blurrier","condense")[You will] (print:"not") (text-style:"wavy-strike","blurrier","condense")[be judged for where you see yourself as] (print:"going,") (text-style:"wavy-strike","blurrier","condense")[just your ] (print:"arguments.") (text-style:"wavy-strike","blurrier","condense")[That is all for today] (print: " you are all dismissed.")(print:"'") (print: "You get nervous from not being sure if you know everything for the homewok as you 'missed' part of the lesson.") (print: "+10 sensory stimulation") [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue clicking the pen to ground and focus yourself on the lesson.") (print:"If the heart is heavier then") (text-style:"wavy-strike","blurrier","condense") [they go to hell for all eternity.] [Your homework is to describe how you, yourself, would be judged] (text-style:"wavy-strike","blurrier","condense")[at the heart weighing.] (print:"Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed.") (print: "You were able to focus for a majority of the remainder of the lesson." [But you still miss some information +3 sensory stimulation] (set: $Stimulation to $Stimulation + 3) [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped chewing the necklace and were unable to keep a direct line of focus for the rest of class.") (print:"'")(text-style:"wavy-strike","blurrier","condense")[ If the heart is] (print:"heavier") (text-style:"wavy-strike","blurrier","condense")[then they go to] (print:"hell") (text-style:"wavy-strike","blurrier","condense")[for all eternity. Your] (print: "homework")(text-style:"wavy-strike","blurrier","condense")[is to describe how ] (print: "you,") (text-style:"wavy-strike","blurrier","condense")[yourself, would be] (print: "judged") (text-style:"wavy-strike","blurrier","condense")[at the heart weighing. ] (print: "Why or why not")(text-style:"wavy-strike","blurrier","condense")[would your heart be] (print:"lighter?") (text-style:"wavy-strike","blurrier","condense")[You will] (print:"not") (text-style:"wavy-strike","blurrier","condense")[be judged for where you see yourself as] (print:"going,") (text-style:"wavy-strike","blurrier","condense")[just your ] (print:"arguments.") (text-style:"wavy-strike","blurrier","condense")[That is all for today] (print: " you are all dismissed.")(print:"'") (print: "You get nervous from not being sure if you know everything for the homewok as you 'missed' part of the lesson.") (print: "+10 sensory stimulation") (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue to use chew the necklace to ground and focus yourself on the lesson.") ["If the heart is heavier then they go to hell for all eternity. Your homework is to describe how you, yourself, would be judged at the heart weighing. Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed."] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped using the stuffed animal and were unable to keep a direct line of focus for the rest of class.") (print:"'")(text-style:"wavy-strike","blurrier","condense")[ If the heart is] (print:"heavier") (text-style:"wavy-strike","blurrier","condense")[then they go to] (print:"hell") (text-style:"wavy-strike","blurrier","condense")[for all eternity. Your] (print: "homework")(text-style:"wavy-strike","blurrier","condense")[is to describe how ] (print: "you,") (text-style:"wavy-strike","blurrier","condense")[yourself, would be] (print: "judged") (text-style:"wavy-strike","blurrier","condense")[at the heart weighing. ] (print: "Why or why not")(text-style:"wavy-strike","blurrier","condense")[would your heart be] (print:"lighter?") (text-style:"wavy-strike","blurrier","condense")[You will] (print:"not") (text-style:"wavy-strike","blurrier","condense")[be judged for where you see yourself as] (print:"going,") (text-style:"wavy-strike","blurrier","condense")[just your ] (print:"arguments.") (text-style:"wavy-strike","blurrier","condense")[That is all for today] (print: " you are all dismissed.")(print:"'") (print: "You get nervous from not being sure if you know everything for the homewok as you 'missed' part of the lesson.") (print: "+10 sensory stimulation") (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue to use the stuffed animal to ground and focus yourself on the lesson.") ["If the heart is heavier then they go to hell for all eternity. Your homework is to describe how you, yourself, would be judged at the heart weighing. Why or why not would your heart be lighter? You will not be judged for where you see yourself as going, just your arguments. That is all for today you are all dismissed."] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 9]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Flapping your hands as you walk is even more calming -10 sensory stimulation] (set: $Stimulation to $Stimulation - 10)(set: $Random to (random:1,5)) (if:$Random is 1)[[Caught Stimming 12]] [[Next->Schedule 18]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Listening to music as you walk to school is even more calming -5 sensory stimmulation](set: $Stimulation to $Stimulation - 5) [[Just listen to music->Schedule 17]] [[Mouth the words to the song->Mouth the words to the song 2]] [[Hum Song->Hum Song 2]] [[Sing Along->Sing Along 2]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [While handflapping you pass a stranger who looks at your hands] [You feel bad about stimming in public +10 sensory stimulation] (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 18]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Mouthing the words to the song as you walk is calming -5 sensory stimulation] (set: $Stimulation to $Stimulation - 5)(set: $Random to (random:1,5)) (if:$Random is 1)[(goto:"Caught Stimming 15")] [[Next->Schedule 18]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Humming along to the song as you walk is calming -10 sensory stimulation] (set: $Stimulation to $Stimulation - 10)(set: $Random to (random:1,5)) (if:$Random is 1)[(goto:"Caught Stimming 14")] [[Next->Schedule 18]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Singing along to the song as you walk is calming -15 sensory stimulation] (set: $Stimulation to $Stimulation - 15)(set: $Random to (random:1,5)) (if:$Random is 1)[(goto:"Caught Stimming 13")] [[Next->Schedule 18]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [While mouthing the words to the song you pass a stranger who looks at you funny] [You feel bad about stimming in public + 5 sensory stimulation] (set: $Stimulation to $Stimulation + 5) [[Next->Schedule 18]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [While singing to the song you pass a stranger who looks at you funny] [You feel bad about stimming in public + 15 sensory stimulation] (set: $Stimulation to $Stimulation + 15) [[Next->Schedule 18]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [While humming to the song you pass a stranger who looks at you funny] [You feel bad about stimming in public + 10 sensory stimulation] (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 18]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [The brush is irritating on your scalp +5 sensory stimulation.] (set: $Stimulation to $Stimulation + 5) [[Next->Schedule 6]](align:"=><=")+(box:"=XX=")[ #''MELTDOWN'' ] [<p><img src="https://artscorps.org/wp-content/uploads/2021/04/Drowning_Meltdown-scaled.jpg"width=1143height=1701></p>] (set: $Sensory_Overload to false) (align:"=><=")+(box:"=XX=")[[restart->Base Varibles]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [The water is uncomfortable +5 sensory stimulation.] [The spurratic water leaves you cold +15 sensory stimulation.] [But the lack of being able to do anything in the tub is the worst +30 sensory stimulation.] (set: $Stimulation to $Stimulation + 50) [[Next->Schedule 20]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] [The water is uncomfortable +10 sensory stimulation.] [But the lack of being able to do anything in the tub is the worst +30 sensory stimulation.] (set: $Stimulation to $Stimulation + 40) [[Next->Schedule 20]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You eat some salad] [The texture is really gross in your mouth +10 sensory stimulation] [The tatste is really gross in your mouth +10 sensory stimulation] (set: $Stimulation to $Stimulation + 20) [[Next->Schedule 19]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You eat a burger] [The texture is kinda gross in your mouth +5 sensory stimulation] [The tatste is kinda gross in your mouth +5 sensory stimulation] (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 19]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You eat some mac & cheese] [[Next->Schedule 19]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You order a pizza] [The texture is kinda gross in your mouth +5 sensory stimulation] [The tatste is kinda gross in your mouth +5 sensory stimulation] (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 19]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You eat some rice] [The tatste is kinda gross in your mouth +5 sensory stimulation] (set: $Stimulation to $Stimulation + 5) [[Next->Schedule 19]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You just eat a bag of chips for lunch] [[Next->Schedule 12]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You eat some chicken from a nearby fastfood joint] [[Next->Schedule 12]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You eat a sandwitch] [The texture is kinda gross in your mouth +5 sensory stimulation] [The tatste is kinda gross in your mouth +5 sensory stimulation] (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 12]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You eat a borretio] [The texture is really gross in your mouth +10 sensory stimulation] [The tatste is really gross in your mouth +10 sensory stimulation] (set: $Stimulation to $Stimulation + 20) [[Next->Schedule 12]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You eat a bagle and some fruit] [The texture of the fruit is kinda gross in your mouth +5 sensory stimulation] (set: $Stimulation to $Stimulation + 5) [[Next->Schedule 12]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Just ignoring the lights doesnt work and your hearing autimaticlly zones in to light buzzing emnated from the bulbs +5 sensory stimulation] (set: $Stimulation to $Stimulation + 5) [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You take a walk around the building and the feeling goes away] [[Next->Schedule 10]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You sprint around the building and the feeling goes away, you also feel a little better than you were before you started feeling bad -5 sensory stimulation] (set: $Stimulation to $Stimulation - 5) [[Next->Schedule 10]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Bag:] (if:$Brought_Rubberband is true)[[Use rubber band->Use Rubber Band]] (if:$Brought_Pen is true)[[Use clicking pen->Use Clicking Pen]] (if:$Brought_Ball is true)[[Use squishy ball->Use Squishy Ball]] (if:$Brought_Chewy is true)[[Use chewy necklace->Use Chewy Necklace]] (if:$Brought_Stuffie is true)[[Use stuffed animal->Use Stuffed Animal]] (if:$Brought_Tangle is true)[[Use tangle->Use Tangle]] (else:)[[You dont have any fidgets->Feeling Fidgety]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You flap your hands and the feeling goes away] [[Next->Schedule 10]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You do nothing and the feeling gets worse +10 sensory stimulation] (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 10]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You play with a rubberband and the feeling goes away] [[Next->Schedule 10]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You click your pen and the feeling goes away] [[Next->Schedule 10]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You use your squishy ball and the feeling goes away] [[Next->Schedule 10]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You chew your chewy necklace and the feeling goes away] [[Next->Schedule 10]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You use your stuffed animal and the feeling goes away] [[Next->Schedule 10]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You use your tangle and the feeling goes away] [[Next->Schedule 10]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,3)) (if:$Random is not 1)[(goto:"Cuaght Hands Over Ears")] [[Cuaght Hands Over Ears]] (else:)[(goto:"Hands Over Ears")] [[Hands Over Ears]](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,4)) (if:$Random is not 1)[(goto:"Caught Flapping")] [[Caught Flapping]] (else:) [[Not Caught Flapping]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You use your headphones and play music till the teacher comes back.] [[Next->Schedule 15]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You don't want to be that wierd kid who puts thier hands over thier ears, so you sit in the loud room as it escilates in volume, +25 sensory stimulation.] (set: $Stimulation to $Stimulation + 25) [[Next->Schedule 15]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You shut your eyes tight and hold your hands over your ears but they dont block out the sound all that well +20 sensory stimulation.] [You feel hands on your own someone pries your hands from your ears.] [You feel bad being the "wierd kid" who covers thier ears with thier hands + 10 sensory stimulation.] (set: $Stimulation to $Stimulation + 30) [[Next->Schedule 15]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You hold your hands over your ears but they dont block out the sound all that well +20 sensory stimulation.] (set: $Stimulation to $Stimulation + 20) [[Next->Schedule 15]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You flap your hands to ground yourself but it doesnt block out the sound +20 sensory stimulation.") [You notice the student in the desk next to looking at you wierdly. You feel bad about flapping your hands +10 sensory stimulation.] (set: $Stimulation to $Stimulation + 30) [[Next->Schedule 15]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You flap your hands to ground yourself but it doesnt block out the sound +20 sensory stimulation.") (set: $Stimulation to $Stimulation + 20) [[Next->Schedule 15]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You start a conversation about a show you watched recently] [Everyone seems to enjoy the topic as you all take turns talking about shows you like.] [You enjoy talking taking about the topic - 5 sensory stimulation.] [Spending time with your friends is fun but draining +5 sensory stimulation.] [[Next->Schedule 17]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You start a conversation about a new suffed animal you got] [Your friends listen to you ramble exitedly for for a good few minutes about the new stuffie but they change the topic when you have nothing more to say.] [Having your topic changed made you feel a little bad +3 sensory stimulation.] [Talking about somthing you super exited about makes you really happy -10 sensory stimulation.] [Spending time with your friends is fun but draining +5 sensory stimulation.] (set: $Stimulation to $Stimulation - 2) [[Next->Schedule 17]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You start a conversation about an art project you completed] [Your friends enjoy listening to you explain your project but change the tpoic when no else has anything more to add.] [Having your topic changed made you feel a little bad +3 sensory stimulation.] [Spending time with your friends is fun but draining +5 sensory stimulation.] (set: $Stimulation to $Stimulation + 8) [[Next->Schedule 17]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You start a conversation about a game you played recently] [Everyone seems to enjoy the topic as you all take turns talking about games you like.] [You enjoy talking taking about the topic - 5 sensory stimulation.] [Spending time with your friends is fun but draining +5 sensory stimulation.] [[Next->Schedule 17]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You start a conversation about your dream pet] [Your friends enjoy listening to you but after one other person talks about what pet they'd like to have the topic is changed.] [Having your topic changed made you feel a little bad +1 sensory stimulation.] [Spending time with your friends is fun but draining +5 sensory stimulation.] (set: $Stimulation to $Stimulation + 6) [[Next->Schedule 17]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You stop and talk with your friend] [You enjoy talking to your friend -3 sensory stimulation] (set: $Stimulation to $Stimulation - 3) [you've been talking for a while when you look at your phone to realize you next class has already started] [[Skip class to talk with your friend]] [[Go to class]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You wave and head off to your next class] [Once your already a few steps away you see them close thier mouth] [They had been trying to start a conversation and you acidently just blew them off +13 sensory stimulation] (set: $Stimulation to $Stimulation + 13) [[Next->Schedule 14]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You qiuckly tell your friend that you're late to class and rush off] [You enter the classroom and most of the students turn to look at you +15 sensory stimulation] (set: $Stimulation to $Stimulation + 15) [[Next->Schedule 14]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You decide to skip class and talk with your firend] [talking for such a long time even with someone you enjoy is taxing +5 sensory stimulation] [The feeling of skipping class is horrible especially when you realize you won't know if there's homework +40 sensory stimulation] (set: $Stimulation to $Stimulation + 45) [[Next->Schedule 15]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You atempt to join the conversation] [But you misjudge when the pervoise person is done talking and cut them off.] [The teacher pipes "please don't interupt you can go next".] [You feel bad about accidentally interupting the other student +28 sensory stimulation] (set: $Stimulation to $Stimulation + 28) [[Next->Schedule 13]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You just liten to the conversation but skipping out talking about somthing you enjoy is hard +10 sensory stimulation] (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 13]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [You listen to a song though your headphones and the feeling goes away] [[Next->Schedule 10]](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,7)) (if:$Random is 1)[(goto:"Caught Stimming 17")] [You use your rubber band.] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 11]](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,3)) (if:$Random is 1)[(goto:"Caught Stimming 19")] [You use click your pen.] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,2)) (if:$Random is 1)[(goto:"Caught Stimming 22")] [You use your squishy ball.] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 11]](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,4)) (if:$Random is not 1)[(goto:"Caught Stimming 20")] [You use your chewy necklace.] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 11]](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,3)) (if:$Random is 1)[(goto:"Caught Stimming 21")] [You pet your stuffed animal.] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 11]](if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,3)) (if:$Random is 1)[(goto:"Caught Stimming 18")] [You use your tangle.] (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (set: $Random to (random:1,4)) (if:$Random is not 1)[(goto:"Caught Stimming 16")] [You flap your hands to ground yourself and are able to focus for the raminder of the lesson] [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude stop doing that it's distracting."] [You feel bad about distracting the other student +25 sensory stimulation] (set: $Stimulation to $Stimulation + 25) [[Stop Hand Flapping->Stop Hand Flapping 2]] [[Continue Hand Flapping->Continue Hand Flapping 2]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped hand flapping and were unable to keep a direct line of focus for the rest of class.") (print: "You get nervous from not being sure if you know everythiong for the homewok as you missed part of the lesson.") (print: "+10 sensory stimulation") (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue to flap your hands to ground and focus yourself on the lesson.") (print: "You were able to focus for the remainder of the lesson.") [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude stop doing that it's distracting."] [You feel bad about distracting the other student +5 sensory stimulation] (set: $Stimulation to $Stimulation + 5) [[Stop Using The Rubber Band->Stop Using The Rubber Band 2]] [[Continue Using The Rubber Band->Continue Using The Rubber Band 2]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude stop doing that it's distracting."] [You feel bad about distracting the other student +15 sensory stimulation] (set: $Stimulation to $Stimulation + 15) [[Stop Using The Tangle->Stop Using The Tangle 2]] [[Continue Using The Tangle->Continue Using The Tangle 2]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude stop doing that it's distracting."] [You feel bad about distracting the other student +8 sensory stimulation] (set: $Stimulation to $Stimulation + 8) [[Stop Clicking The Pen->Stop Clicking The Pen 2]] [[Continue Clicking The Pen->Continue Clicking The Pen 2]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude ew, stop doing that."] [You feel bad about using the chewable +20 sensory stimulation] (set: $Stimulation to $Stimulation + 20) [[Stop Chewing The Necklace->Stop Chewing The Necklace 2]] [[Continue Chewing The Necklace->Continue Chewing The Necklace 2]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude stop doing that it's distracting."] [You feel bad about distracting the other student +17 sensory stimulation] (set: $Stimulation to $Stimulation + 17) [[Stop Using The Suffed Animal->Stop Using The Suffed Animal 2]] [[Continue Using The Suffed Animal->Continue Using The Suffed Animal 2]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] [Another student leans over] ["Dude stop doing that it's distracting."] [You feel bad about distracting the other student +16 sensory stimulation] (set: $Stimulation to $Stimulation + 16) [[Stop Using The Squishy Ball->Stop Using The Squishy Ball 2]] [[Continue Using The Squishy Ball->Continue Using The Squishy Ball 2]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped using the squishy ball and were unable to keep a direct line of focus for the rest of class.") (print: "You get nervous from not being sure if you know everything for the homewok as you missed part of the lesson.") (print: "+10 sensory stimulation") (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue to use the ball to ignore the lights.") [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped using the rubber band and were unable to keep a direct line of focus for the rest of class.") (print: "You get nervous from not being sure if you know everythiong for the homewok as you 'missed' part of the lesson.") (print: "+10 sensory stimulation") (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue to use the rubberband to ignore the lights.") [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped using the squishy ball and were unable to keep a direct line of focus for the rest of class.") (print: "You get nervous from not being sure if you know everything for the homewok as you missed part of the lesson.") (print: "+10 sensory stimulation") [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue to click the pen to ignore the lights.") [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped using the tangle and were unable to keep a direct line of focus for the rest of class.") (print: "You get nervous from not being sure if you know everything for the homewok as you missed part of the lesson.") (print: "+10 sensory stimulation") (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue to use the tangle to ignore the lights.") [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped chewing the necklace and were unable to keep a direct line of focus for the rest of class.") (print: "You get nervous from not being sure if you know everything for the homewok as you missed part of the lesson.") (print: "+10 sensory stimulation") (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue to chew the necklace to ignore the lights.") [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print: "You stopped using the stuffed animal and were unable to keep a direct line of focus for the rest of class.") (print: "You get nervous from not being sure if you know everything for the homewok as you missed part of the lesson.") (print: "+10 sensory stimulation") (set: $Stimulation to $Stimulation + 10) [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")[(print: "Sensory Stimulation: $Stimulation")] (if:$Stimulation > 100)[(set: $Sensory_Overload to true)] (if:$Sensory_Overload is true)[(goto: "Meltdown")] (print:"You continue petting the stuffed animal to ignore the lights.") [[Next->Schedule 11]](align:"=><=")+(box:"=XX=")+(text-colour:white)[#DROWNING] (after:0.5s)[[Drowning 2]](align:"=><=")+(box:"=XX=")+(text-colour:#f4f4f4)[#DROWNING] (after:0.5s)[[Drowning 3]](align:"=><=")+(box:"=XX=")+(text-colour:#e9e9e9)[#DROWNING] (after:0.5s)[[Drowning 4]](align:"=><=")+(box:"=XX=")+(text-colour:#dfdfdf)[#DROWNING] (after:0.5s)[[Drowning 5]](align:"=><=")+(box:"=XX=")+(text-colour:#d4d4d4)[#DROWNING] (after:0.5s)[[Drowning 6]](align:"=><=")+(box:"=XX=")+(text-colour:#c9c9c9)[#DROWNING] (after:0.5s)[[Drowning 7]](align:"=><=")+(box:"=XX=")+(text-colour:#bfbfbf)[#DROWNING] (after:0.5s)[[Drowning 8]](align:"=><=")+(box:"=XX=")+(text-colour:#b4b4b4)[#DROWNING] (after:0.5s)[[Drowning 9]](align:"=><=")+(box:"=XX=")+(text-colour:#aaa)[#DROWNING] (after:0.5s)[[Drowning 10]](align:"=><=")+(box:"=XX=")+(text-colour:#9f9f9f)[#DROWNING] (after:0.5s)[[Drowning 11]](align:"=><=")+(box:"=XX=")+(text-colour:#949494)[#DROWNING] (after:0.5s)[[Drowning 12]](align:"=><=")+(box:"=XX=")+(text-colour:#8a8a8a)[#DROWNING] (after:0.5s)[[Drowning 13]](align:"=><=")+(box:"=XX=")+(text-colour:#7f7f7f)[#DROWNING] (after:0.5s)[[Drowning 14]](align:"=><=")+(box:"=XX=")+(text-colour:#747474)[#DROWNING] (after:0.5s)[[Drowning 15]](align:"=><=")+(box:"=XX=")+(text-colour:#6a6a6a)[#DROWNING] (after:0.5s)[[Drowning 16]](align:"=><=")+(box:"=XX=")+(text-colour:#5f5f5f)[#DROWNING] (after:0.5s)[[Drowning 17]](align:"=><=")+(box:"=XX=")+(text-colour:#555)[#DROWNING] (after:0.5s)[[Drowning 18]](align:"=><=")+(box:"=XX=")+(text-colour:#4a4a4a)[#DROWNING] (after:0.5s)[[Drowning 19]](align:"=><=")+(box:"=XX=")+(text-colour:#3f3f3f)[#DROWNING] (after:0.5s)[[Drowning 20]](align:"=><=")+(box:"=XX=")+(text-colour:#353535)[#DROWNING] (after:0.5s)[[Drowning 21]](align:"=><=")+(box:"=XX=")+(text-colour:#2a2a2a)[#DROWNING] (after:0.5s)[[Drowning 22]](align:"=><=")+(box:"=XX=")+(text-colour:#1f1f1f)[#DROWNING] (after:0.5s)[[Drowning 23]](align:"=><=")+(box:"=XX=")+(text-colour:#151515)[#DROWNING] (after:0.5s)[[Drowning 24]](align:"=><=")+(box:"=XX=")+(text-colour:#0a0a0a)[#DROWNING] (after:0.5s)[[Drowning 25]](align:"=><=")+(box:"=XX=")+(text-colour:black)[#DROWNING] (after:0.5s)[[Meltdown]]