Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hmm, okay, I will work around that.

More hyper specific questions! I am trying to make variable controlled options appear, or even just to continue down a train of dialogue when certain variables are fulfilled, but unless I have an option that have no requirement, it default continuing the narrative to the first link, regardless of if the variable has been completed.

What is the best way to have dialogue move down a certain path if certain requirements have been met?

Look at “empty passage logic” in the documentation, and I think that’s what you want!

When using a Drawstring, by default, if a passage has no text stored in it, it will follow the first link that has text that evaluates to “True”. So… if a link’s text is <<$myVariable == 0.5>> or something… that tag would be replaced with “True” or “False”. If all links are false, the final link is followed!