(define-dialogue discuss-system :tag start shinmera "Hey how about this system here, eh?" :choice (("Eh, I don't know." :dialogue system-not-good) ("I'm tired." shinmera "You're always tired. But that has nothing to do with this." :dialogue system-not-good) ("That's alright.") ("*yawn*" :go start)) shinmera "Ok, great." shinmera "Now you just need to figure out how to implement it. :^)") (define-dialogue system-not-good :action (shinmera question) shinmera "What's the problem, then?" shinmera "Looks pretty compact to me." colleen "Sometimes compact is for the go." shinmera "Uh, sure." :action (shinmera shrug) shinmera "Anyway, I guess do whatever you want." :end all)