Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I'm glad you enjoyed it! I have each of the dialogue boxes set up as a Dictionary which contains info. The dictionary contained an into, choices, and a result. In these 3 sections of the dictionary contained an array containing strings that I would make a separate dialogue box for each element in the array. I also had a number attached to each element to know how fast I want the text to come out.

that's a great way to set it up, I haven't tried that way yet! Thanks for letting me know :)