better dialog
This commit is contained in:
parent
dcef43ad88
commit
4d82ebb038
34
src/defs.txt
34
src/defs.txt
|
@ -66,33 +66,45 @@ actor -3300 10 0 pizzeria
|
||||||
msg 0 end EXIT "Disconnected."
|
msg 0 end EXIT "Disconnected."
|
||||||
lvl info
|
lvl info
|
||||||
|
|
||||||
actor -50 0 0 suit
|
actor 10 0 70 suit
|
||||||
name Icarus
|
name Icarus
|
||||||
chatid hi_icarus
|
chatid hi_icarus
|
||||||
alive yes
|
alive yes
|
||||||
pronoun it
|
pronoun it
|
||||||
|
chat hi_icarus
|
||||||
chat hi_icarus
|
|
||||||
name Icarus
|
name Icarus
|
||||||
msg 2 INIT hi "Requesting permission to communicate..."
|
msg 2 INIT hi "Requesting permission to communicate..."
|
||||||
lvl info
|
lvl info
|
||||||
msg 4 hi vr "Oh hey there!"
|
msg 4 hi vr "Oh hey there!"
|
||||||
choice 3 vr vr1 "Uhm... hi"
|
choice 3 vr vr1 "Uhm... hi"
|
||||||
msg 8 vr1 "notsochatty" "Didn't even notice you! Was playing some VR Game! What's up?"
|
msg 25 vr1 notsochatty "Didn't even notice you! Was playing some VR Game! What's up?"
|
||||||
msg 8 vr notsochatty "Didn't even notice you! Was playing some VR Game! What's up?"
|
msg 25 vr notsochatty "Didn't even notice you! Was playing some VR Game! What's up, yo?"
|
||||||
choice 3 notsochatty imgood "I'm good, how are you?"
|
choice 3 notsochatty spacewalk "Nice weather for a space walk, right?"
|
||||||
msg 5.5 imgood pizza "Are you sure? Your suit is sending a distress call. But whatever you say, have fun!"
|
msg 4 spacewalk meteorites "Hahaha, you're mad!"
|
||||||
choice 3 notsochatty imbad "Uhm... where am I? I don't feel so good."
|
msg 5 meteorites chillin "Amalthea is on a flyby, better dodge the micrometeorites!"
|
||||||
msg 5.5 imbad pizza "Yeah I can imagine, looks like your suit is leaking. Take care!"
|
msg 4 chillin shield "I'm chilling here behind that moonlet that's blocking the sun"
|
||||||
|
msg 5 shield seeya "It's like a shield"
|
||||||
|
msg 3 seeya pizza "Well, see you around"
|
||||||
|
choice 2 notsochatty whereami "Where the hell am I?"
|
||||||
|
msg 1 whereami like "Huh?"
|
||||||
|
msg 4 like space "Like"
|
||||||
|
msg 4 space figured "Space, Milky Way, Jupiter's Main Rings"
|
||||||
|
msg 5 figured braindamaged "I figured, if you made it all the way out here, you'd be smart enough to know where we are, but..."
|
||||||
|
msg 5 braindamaged itscool "Oh... you must be brain damaged?"
|
||||||
|
msg 5 itscool breathe "It's cool, I don't judge"
|
||||||
|
msg 5 breathe alright "Just remember to breathe, dodge the micrometeorites"
|
||||||
|
msg 4 alright pizza "You'll be fine"
|
||||||
|
choice 3 notsochatty imbad "I don't feel so good."
|
||||||
|
msg 4 imbad repair "Yeah I can imagine, looks like your suit is leaking."
|
||||||
|
msg 4 repair pizza "If I were you, I'd look out for a repair shop."
|
||||||
msg 3.5 notsochatty pizza "Not so chatty, huh? That's ok. See you around."
|
msg 3.5 notsochatty pizza "Not so chatty, huh? That's ok. See you around."
|
||||||
msg 2.5 pizza end "Make sure to check out the Pizza place."
|
msg 2.5 pizza end "Oh, and make sure to check out the Pizza place."
|
||||||
choice 3 end end1 "Will do, bye!"
|
choice 3 end end1 "Will do, bye!"
|
||||||
msg 0 end1 EXIT "Disconnected."
|
msg 0 end1 EXIT "Disconnected."
|
||||||
lvl info
|
lvl info
|
||||||
msg 0 end EXIT "Disconnected."
|
msg 0 end EXIT "Disconnected."
|
||||||
lvl info
|
lvl info
|
||||||
|
|
||||||
|
|
||||||
chat error
|
chat error
|
||||||
name ERROR
|
name ERROR
|
||||||
msg 0 INIT EXIT "Unspecified conversation ID"
|
msg 0 INIT EXIT "Unspecified conversation ID"
|
||||||
|
|
Loading…
Reference in a new issue