captain-holetooth icon indicating copy to clipboard operation
captain-holetooth copied to clipboard

Simple dialogue system

Open oliver-ruehl opened this issue 8 years ago • 4 comments

Keep in mind:

  • Simple so that even I can understand it
  • Very simple branching of conversations
  • Suitable for younger players (I'm thinking of icons like "yes" = "head nodding animation PNG"
  • Maybe possibility to add simple icons like I mentioned above

DRAFT, need to go :(

oliver-ruehl avatar Nov 12 '16 13:11 oliver-ruehl

Is this something we can use or build up? https://github.com/brunosxs/SMRT-Godot

oliver-ruehl avatar Nov 14 '16 14:11 oliver-ruehl

I've implemented something. Right now only one line of text works, but that should be fine for kids

oliver-ruehl avatar Mar 11 '17 22:03 oliver-ruehl

You can use a separate scene for a dialog tree and instance it when the dialogue starts.

shelltitan avatar Mar 12 '17 07:03 shelltitan

Yes, I want it to be more flexible so that I can call it from any NPC and NOT have it attached to each NPC.

oliver-ruehl avatar Mar 13 '17 19:03 oliver-ruehl