Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Is there a way to have gabs play in sequence rather than all at once without pausing other things going on? I'm trying to use them as a side conversation that's going on while the main character is having another conversation, but they all drop at the same time right now rather than popping up one after another, and if I put in a wait command it makes the main conversation wait too.

Hi ShadowChorus,

I'm very sorry for the late reply; I didn't get a notification for your post :(

I don't think this is a problem related to this plugin. A window appears when the eventing tells it to appear, so it's in the game dev's hands after all. I understand that the RPG Maker engine makes it a bit hard to display speech bubbles in sequence without freezing the game.

What you probably want is to use parallel process. Wait events inside events running on parallel processes do not freeze your game.