Skip to main content

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

Hi there, quick question: I'd like to call a dialogue within a script, then resume the script once the dialogue ends. Is it possible? It seems the script doesn't wait for the dialogue. I'm trying to load a map after the dialogue, but the map loads at the same time the dialogue is displayed. I know I could call another script at the end of dialogue itself to load the map, but this would mean "script 1 > dialogue > script 2", while something like "script 1 (part one) > dialogue > script 1 (part 2)" would be more convenient. Or maybe some kind of "Wait for Input" function to put before loading the map would be useful?