chat "hialien" name "Icarus" msg 2 "Requesting permission to communicate..." label "INIT" lvl "info" goto "b" msg 4 "Oh hey there!" label "b" goto "c" choice 3 "Uhm... hi" label "c" goto "c1" msg 8 "Didn't even notice you! Was playing some VR Game! What's up?" label "c1" goto "d" msg 8 "Didn't even notice you! Was playing some VR Game! What's up?" label "c" goto "d" choice "3" "I'm good, how are you?" label "d" goto "imgood" choice 3 "Uhm... where am I? I don't feel so good." label "d" goto "imbad" msg 3.5 "Not so chatty, huh? That's ok. See you around." label "d" goto "pizza" msg 2.5 "Make sure to check out the Pizza place." label "pizza" goto "disco" choice 3 "Will do, bye!" label "disco" goto "disco1" msg 0 "Disconnected." label "disco1" goto "EXIT" msg 0 "Disconnected." label "disco" goto "EXIT" msg 5.5 "Are you sure? Your suit is sending a distress call. But whatever you say, have fun!" label "imgood" goto "pizza" msg 5.5 "Yeah I can imagine, looks like your suit is leaking. Take care!" label "imbad" goto "pizza" chat "pizzeria" name "Space Pizza™" msg 2 "Requesting permission to communicate..." label "INIT" lvl "info" goto "b" msg 5 "Welcome to Space Pizza™, best pizza all across the Jovian rings!" label "b" goto "c" msg 10 "Would you like to order today's special Miracle Spacefungi? Freshly blended pizza smoothie ready for your space suit feeding tube!" label "c" goto "d" choice 3 "Pizza... smoothie? I think I'll pass..." label "d" goto "yourloss" msg 3 "Your loss, mate" label "yourloss" goto "end" msg 10 "Hello? Is anyone there? Is this a prank?" label "d" goto "end" msg 0 "Disconnected." label "end" lvl "info" goto "EXIT"