##### GROUP alien_emotion # USEALIENFONT # TIME 60 # SOLUTION right "Hello! My name is Bob" choice_box: "argh! argh! i feel very angry!" > "Comfort them" right > "Point at menu" wrong > "Ask them to leave" wrong_leave label wrong: "iasbidotuewroij!! !!!" return fail label wrong_leave: "iasbijioiyyu!! sad.... :(" return leave label right: "ahh... i like" return success # SOLUTION right "my partner and i are in a fight" choice_box: "i cant see their side of the story" > "Ignore them" wrong > "Listen patiently" right > "Ask them to leave" wrong_leave label wrong: "... ... i cannot" return fail label wrong_leave: "iasbijioiyyu!! sad.... :(" return leave label right: "thank you for listen :)" return success ##### GROUP math # TIME 60 # SOLUTION right choice_box: "HELP ME! What is the next number: 1, 3, 6, 10, ...?" > "6" wrong > "10" wrong > "15" right > "20" wrong label wrong: "Whaaaat!!! You got it wrong!!!" return fail label right: "Yeah! YEAH!! I think that's it!!!" return success # SOLUTION right choice_box: "HELP ME! What is 100 - 39?" > "71" wrong > "61" right > "51" wrong > "50" wrong label wrong: "Whaaaat!!! You got it wrong!!!" return fail label right: "Yeah! YEAH!! I think that's it!!!" return success # SOLUTION right choice_box: "HELP ME! Which of these is pi?" > "3.14159..." right > "2.71828..." wrong > "0.99999..." wrong > "1.01010..." wrong label wrong: "Whaaaat!!! You got it wrong!!!" return fail label right: "Yeah! YEAH!! I think that's it!!!" return success # SOLUTION right choice_box: "HELP ME! Liza has 10 cookies. Joanne has twice as many cookies. How many cookies does Joanne have?" > "10" wrong > "20" right > "30" wrong > "Infinity cookies" wrong label wrong: "Whaaaat!!! You got it wrong!!!" return fail label right: "Yeah! YEAH!! I think that's it!!!" return success # SOLUTION right choice_box: "HELP ME! Which of these is NOT 1?" > "1*1" wrong > "1/0" right > "0.99999..." wrong > "1/1" wrong label wrong: "Whaaaat!!! You got it wrong!!!" return fail label right: "Yeah! YEAH!! I think that's it!!!" return success # SOLUTION right choice_box: "HELP ME! What is 3 to the third power?" > "9" wrong > "27" right > "33" wrong > "81" wrong label wrong: "Whaaaat!!! You got it wrong!!!" return fail label right: "Yeah! YEAH!! I think that's it!!!" return success choice_box: "HELP ME! What is 2 * 2 * 2 * 2 * 2 * 0?" > "0" right > "2" wrong > "22" wrong > "32" wrong label wrong: "Whaaaat!!! You got it wrong!!!" return fail label right: "Yeah! YEAH!! I think that's it!!!" return success # SOLUTION right choice_box: "HELP ME! What is 3 * 6 + 4 * 4?" > "28" wrong > "34" right > "88" wrong > "120" wrong label wrong: "Whaaaat!!! You got it wrong!!!" "What do I do now...?" return fail label right: "Yeah! YEAH!! I think that's it!!!" return success # SOLUTION right choice_box: "HELP ME! What is (2 + 5) * 3 - 4?" > "17" right > "13" wrong > "6" wrong > "26" wrong label wrong: "Whaaaat!!! You got it wrong!!!" "What do I do now...?" return fail label right: "Yeah! YEAH!! I think that's it!!!" return success # SOLUTION right choice_box: "HELP ME! What is 2 * 2 * 2 * 2 * 2?" > "16" wrong > "32" right > "64" wrong > "I don't know" idk label wrong: "Whaaaat!!! You got it wrong!!!" "What do I do now...?" return fail label idk: "Uhh, haha. Thanks for being honest." "Can you go figure it out? I'll give you a dung beetle I found..." return abstain label right: "Yeah! YEAH!! I think that's it!!!" return success # SOLUTION right choice_box: "HELP ME! What is the square root of 144?" > "9" wrong > "11" wrong > "12" right > "14" wrong label wrong: "Whaaaat!!! You got it wrong!!!" "What do I do now...?" return fail label right: "Yeah! YEAH!! I think that's it!!!" return success # SOLUTION right choice_box: "HELP ME! What is the square root of 144?" > "9" wrong > "11" wrong > "12" right > "14" wrong label wrong: "Whaaaat!!! You got it wrong!!!" "What do I do now...?" return fail label right: "Yeah! YEAH!! I think that's it!!!" return success ##### GROUP memory # TIME 90 # SOLUTION right "Diner owners have to have a good memory, know what I'm sayin'?" "Can you repeat this sequence of arrows?" return play_memory # SOLUTION right "You're a memory wizard! I got another fun little challenge for you!" "Can you repeat this sequence of arrows?" return play_memory ##### GROUP galaga # TIME 90 # SOLUTION right "The aliens are coming for us once more..." "You're our only hope. Defend this diner. Save us all." return play_galaga # SOLUTION right "Commander, your aid is sorely needed." "I must ask you to take up the mantle once more..." return play_galaga # SOLUTION right "The aliens have returned for revenge." "Once again, the world needs your help. Defend the diner!" return play_galaga ##### GROUP quiz # TIME 60 # SOLUTION right choice_box: "What does the abbreviation PEMDAS stand for?" > "Colors of the rainbow" wrong > "Days of the week" wrong > "Order of operations" right > "Order of the planets" wrong label wrong: "(That doesn't seem right...)" return fail label right: "(You answered correctly!)" return success # SOLUTION right choice_box: "Which of these months has 30 days?" > "November" right > "December" wrong > "January" wrong > "February" wrong label wrong: "(That doesn't seem right...)" return fail label right: "(You answered correctly!)" return success # SOLUTION right choice_box: "Which of the following is NOT a sandwich?" > "Reuben" wrong > "Hoagie" wrong > "BLT" wrong > "Faygo" right label wrong: "(That doesn't seem right...)" return fail label right: "(You answered correctly!)" return success # SOLUTION right choice_box: "Which of the following is NOT poisonous?" > "Pufferfish" wrong > "Dart frogs" wrong > "Cyanide" wrong > "Dogs" right label wrong: "(That doesn't seem right...)" return fail label right: "(You answered correctly!)" return success # SOLUTION right choice_box: "Finish the phrase: Two's company..." > "Three's a crowd" right > "Three strikes, you're out" wrong > "Three of a kind" wrong > "Three stooges" wrong label wrong: "(That doesn't seem right...)" return fail label right: "(You answered correctly!)" return success # SOLUTION right choice_box: "Finish the idiom: It's raining..." > "Cats and dogs" right > "Snails and frogs" wrong > "Pigs and hogs" wrong > "A lot" wrong label wrong: "(That doesn't seem right...)" return fail label right: "(You answered correctly!)" return success # SOLUTION right choice_box: "Which of the following is NOT a K-pop group?" > "BTS" wrong > "EXO" wrong > "SNSD" wrong > "The Rolling Stones" right label wrong: "(That doesn't seem right...)" return fail label right: "(You answered correctly!)" return success # SOLUTION right choice_box: "Which of the following is NOT a Zelda game?" > "Ocarina of Time" wrong > "Majora's Mask" wrong > "Trails of Cold Steel" right > "Wind Waker" wrong label wrong: "(That doesn't seem right...)" return fail label right: "(You answered correctly!)" return success ##### GROUP opinion # TIME 60 # SOLUTION right choice_box: "Hey, man. What's the best kind of birthday cake?" > "Double chocolate" one > "Chocolate-vanilla" two > "Vanilla-raspberry" three > "Ice cream cake" four label one: "Good choice, man... chocolate's where it's at." return success label two: "Not double chocolate? But you're right, man... variety is king." return success label three: "No chocolate? Huh. I guess raspberry is pretty good, though." return success label four: "You're so right, man... ice cream cake is DELICIOUS." return success # SOLUTION right choice_box: "Hey, mister... what flowers should I get my girlfriend?" > "Roses" one > "Daisies" two > "Hydrangeas" three > "Ask her yourself" four label one: "Oh, duh! Roses... why didn't I think of that?" return success label two: "That seems kinda unromantic... but we just met yesterday, so maybe it's fine! Thanks, myster!" return success label three: "Hydrangeas? Those cool-looking things? What a great idea!" return success label four: "I can't do that, silly! It's supposed to be a surprise!" return success # SOLUTION right choice_box: "Hey, mister! I'm taking a poll. If you could be any animal, what would you be?" > "Platypus" one > "Wombat" one > "Iguana" one > "Myself" two label one: "Mmm... very interesting... *writing down* Thanks for your time!" return success label two: "Whoa... yourself...... *writing down* Thanks for your time!" return success # SOLUTION right choice_box: "Hey, mister! I'm taking a poll. How do you like your eggs in the morning?" > "Scrambled" one > "Sunny side up" one > "In an omelette" one > "Hard boiled" two label one: "Mmm... me too. Thanks for your time!" return success label two: "Whoa... hard boiled? Really? Well, thanks for your time!" return success # SOLUTION right "Hey, mister! Do you sell ice cream here?" "...Oh, you don't? I'll go to an ice cream store then." choice_box: "By the way, mister! What's your favorite ice cream flavor?" > "Chocolate" chocolate > "Vanilla" vanilla > "Green tea" green > "Rum raisin" rum label chocolate: "Chocolate, huh? That's classy!" "Thanks, mister!" return success label vanilla: "You like vanilla? BOOOORING!!" "Just kidding! There's a reason it's the most popular flavor!" "Thanks, mister!" return success label green: "Green tea? That's too bitter for me..." "My mom says I'll like it when I'm older though!" "Thanks, mister!" return success label rum: "Rum raisy...what's that? I'm gonna try it out!" "I wanna try all the ice cream flavors!" "Thanks, mister!" return success # SOLUTION right "Hey, you! Wanna hear something awesome?" "Did you know that the sandwich was invented by a serial gambler?" choice_box: "It's true! He wanted to keep gambling while he ate!" > "Cool!" cool > "No way!" no > "Whatever" whatever label cool: "I know, right??" "Thanks, mister! Let's be friends!" return success label no: "Yeah huh! It's true!" return success label whatever "..." "... ...He wanted to keep gambling while he ate!" "okay, I'll stop bugging you... :(" return leave # GROUP curse # TIME 60 "sup." choice_box: "just hypothetically. what would you rather happen?" > "Controls reversed" reversed > "Slime all over the diner" slime > "Neither of these" neither label reversed: "innnnnnteresting..." "heh heh. your wish is my command, good sir." return reverse label slime: "heh heh. oh man, this is gonna be gross." "your wish is my command..." return slime label neither: "unfortunately, that is not an option." choice_box: "choose one." > "Controls reversed" reversed > "Slime all over the diner" slime > "These both suck!!" neither2 label neither2: "who do you think you are?" "standing up to the Spectre?" "tch...in that case, i'll just choose one for you." "but i'll remember this..." return random_reverse_slime ##### GROUP alien_warning # USEALIENFONT "Hello, human. We are the Galactic Imperium." emit useenglish "Can you understand English? Ah, good." "You are unlawfully operating a diner without a permit." choice_box: "Cease operation of this diner immediately, or we will be forced to take countermeasures." > "Countermeasures?" counter > "Excuse me?" excuse > "I just work here" work > "Over my dead body!" threat label counter: "Yes. Countermeasures." "Trust us...you will not enjoy them." jump gd label excuse: "You are not excused. You must shut down." jump gd label work: "Hmm. And soon, you will not work here." jump gd label threat: "Hmm. Curious." "That can be easily arranged." jump gd label gd: "We will be back soon. Good day." return leave ##### GROUP alien_warning2 "Human. We have told you already to close your diner." choice_box: "This is your final warning. Cease operation of this diner." > "Can't stop capitalism!" c > "No can do" c > "Over my dead body!" c label c: "You have made a grave mistake, human. Good day." return leave ##### GROUP alien_warp # TIME 60 "Human. You have ignored our warnings." "Now, we will warp you and your diner to our home planet." emit usealienfont choice_box: "what is the velocity of a tea kettle..." > "Say again?" wrong > "In English, please" wrong > "Is that a spell...?" wrong > "Uh-oh..." wrong label wrong: emit useenglish "Heh heh heh heh..." return warp