openrpg / OpenRpg

For core RPG related data models and logic
MIT License
67 stars 8 forks source link

[Question] Dialogue #2

Open SthanDust opened 3 years ago

SthanDust commented 3 years ago

Do you plan to add a branching dialogue component, or do you suggest using the Quest components?

grofit commented 3 years ago

At the moment dialogue is out of scope, this being said I have made one before so its not a massive thing to make the dialogue system as really its just a tree of nodes with a link to the locale repo, by all means will keep this ticket open and can be looked at as a future addition.

This is what a lot of this stuff is based off (it was a project about 15+ years ago with a friend) and as you can see in the image we did have a dialogue system in that one.

Old Toolkit