Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks very much, both of those options work.

I think what was confusing me was that with this setup the options would evaluate correctly:


The only difference is that Start Passage in this case has text in it.

Thanks very much for your help.

ah yes by default if you call continue in that scenario itll go to the first passage. use GetChoices to see how many choices there are, and if theres more than 1, give the player a choice prompt. then call makechoice(number) to follow that path.