All Questions
Tagged with dialogue-tree javascript
2 questions
2
votes
2
answers
2k
views
RPG: store dialog
I'm creating a single player web RPG. I was originally storing NPC dialog in a JS object. I could cycle through lengthy dialog in an array as I wanted. I can also store objects with K:V pairs.
That ...
11
votes
3
answers
9k
views
How do I implement branching dialogue in javascript?
I'm making a very basic visual novel type of game in JavaScript. I'm a beginner, so I'm just doing this for fun and learning, and due to bad planning I have run into a bit of a problem when you get to ...