Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thank you for playing! The dialogue system is admittedly a bit of a mess behind the scenes, it's a bunch of different arrays with their indices kept track of separately as you progress through each loop. I think what I should have done is make a sort of queue for the dialogue, and then queue in new dialogue messages where appropriate.