Skip to main content

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

Hi there, we noticed an issue in the game we're constructing with this chat box.

If a player clicks on the text anime subtitles while a menu option is displayed, it ignores the menu and simply advances the text instead to whatever line is next in the structure.

Is there a way this could be programmed out? 

Thank you!

-Beastly Fables

In the drag, there's an on-click action that does Return() which is probably what's causing that. You could maybe use if or the If() action to check if the choice screen is currently being shown.

(1 edit)

Thank you! We were able  to alter it with this: clicked NullAction()