outfly/src/defs.txt

34 lines
902 B
Plaintext
Raw Normal View History

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