Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Sure! Here's what it looks like: 


The goal is to have the entire message show up together but it unfortunately seperates them. It works fine without the alignment.

The Show Text command must be right before the Show Choices so, the Choices can be shown together with the text. On this case, the show text must be between the Comment command and the Show Choices

Unfortunately that didn't work. Here's what I'm doing now:

(+1)

Yeah, this will not work. The show text is still not right before the show choices. It need to be something like that:

Even without my plugin, you need to do that to keep the message window and the choice window opened simultaneously. You can put the plugin command somewhere above those two.

The thing here is, that instead of using the show text command inside the "if book being read = 12" statements, you can apply that text to a variable, and then show that variable on the show text command:

Ah, that makes sense to me! I'm not too keen on scripting.

I'll give it a shot and report back. Thanks a ton for the suggestion and the help!