This commit is contained in:
yuni 2024-03-20 04:33:57 +01:00
parent da2bd35c99
commit 2c7f2b2ab7
2 changed files with 33 additions and 1 deletions

View file

@ -226,7 +226,6 @@
level: "chat", level: "chat",
reply: "Hello? Are you still there?", reply: "Hello? Are you still there?",
choice: "", choice: "",
choice_delay: 0.0,
goto: "disco", goto: "disco",
), ),
}, },

33
src/defs.txt Normal file
View file

@ -0,0 +1,33 @@
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"