2024-03-20 03:33:57 +00:00
|
|
|
chat "hialien"
|
|
|
|
name "Icarus"
|
|
|
|
|
|
|
|
msg 2 "Requesting permission to communicate..."
|
2024-03-20 04:52:02 +00:00
|
|
|
label "INIT"
|
2024-03-20 03:33:57 +00:00
|
|
|
lvl "info"
|
2024-03-20 04:52:02 +00:00
|
|
|
goto "b"
|
2024-03-20 03:33:57 +00:00
|
|
|
|
|
|
|
msg 4 "Oh hey there!"
|
2024-03-20 04:52:02 +00:00
|
|
|
label "b"
|
|
|
|
goto "c"
|
2024-03-20 03:33:57 +00:00
|
|
|
choice 3 "Uhm... hi"
|
2024-03-20 04:52:02 +00:00
|
|
|
label "c"
|
|
|
|
goto "c1"
|
|
|
|
msg 8 "Didn't even notice you! Was playing some VR Game! What's up?"
|
|
|
|
label "c1"
|
|
|
|
goto "d"
|
2024-03-20 03:33:57 +00:00
|
|
|
|
|
|
|
msg 8 "Didn't even notice you! Was playing some VR Game! What's up?"
|
2024-03-20 04:52:02 +00:00
|
|
|
label "c"
|
|
|
|
goto "d"
|
2024-03-20 03:33:57 +00:00
|
|
|
choice "3" "I'm good, how are you?"
|
2024-03-20 04:52:02 +00:00
|
|
|
label "d"
|
2024-03-20 03:33:57 +00:00
|
|
|
goto "imgood"
|
|
|
|
choice 3 "Uhm... where am I? I don't feel so good."
|
2024-03-20 04:52:02 +00:00
|
|
|
label "d"
|
2024-03-20 03:33:57 +00:00
|
|
|
goto "imbad"
|
|
|
|
|
|
|
|
msg 3.5 "Not so chatty, huh? That's ok. See you around."
|
2024-03-20 04:52:02 +00:00
|
|
|
label "d"
|
|
|
|
goto "pizza"
|
2024-03-20 03:33:57 +00:00
|
|
|
|
|
|
|
msg 2.5 "Make sure to check out the Pizza place."
|
|
|
|
label "pizza"
|
2024-03-20 04:52:02 +00:00
|
|
|
goto "disco"
|
2024-03-20 03:33:57 +00:00
|
|
|
choice 3 "Will do, bye!"
|
2024-03-20 04:52:02 +00:00
|
|
|
label "disco"
|
|
|
|
goto "disco1"
|
|
|
|
msg 0 "Disconnected."
|
|
|
|
label "disco1"
|
|
|
|
goto "EXIT"
|
2024-03-20 03:33:57 +00:00
|
|
|
|
|
|
|
msg 0 "Disconnected."
|
|
|
|
label "disco"
|
2024-03-20 04:52:02 +00:00
|
|
|
goto "EXIT"
|
2024-03-20 03:33:57 +00:00
|
|
|
|
|
|
|
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"
|
|
|
|
|