Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello, thanks for responding. Now it works in your Demo! Now, I wonder why when I try to have the same result in my game, instead of showing the choices in the same dialogue box, they do in the next one. For example: If I add a text "Who are you?" The options are not displayed below that text but on the next box. Images below:



Hi!

It's because you have the script between the text box and choice. Put the script above the text message, and put the choice right after the show text command. So, the command order would be:

  • Script Call
  • Text
  • Choice