diff --git a/assets/scenes/conversations.scn.ron b/assets/scenes/conversations.scn.ron index 510bf15..64b538c 100644 --- a/assets/scenes/conversations.scn.ron +++ b/assets/scenes/conversations.scn.ron @@ -226,7 +226,6 @@ level: "chat", reply: "Hello? Are you still there?", choice: "", - choice_delay: 0.0, goto: "disco", ), }, diff --git a/src/defs.txt b/src/defs.txt new file mode 100644 index 0000000..cc0757c --- /dev/null +++ b/src/defs.txt @@ -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" +