All Questions
Tagged with mysql dialogue-tree
1 question
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 ...