Skip to main content

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

Hello again! I wonder if it's possible to access the go to block inside javascript? I'm thinking of an interface button that leads you to specific scene according to some variables. While using choice is probably close enough to this, I'd like to keep it clean and only use choice when necessary, mostly because I'm planning to use the generated dialogue script with another engine for an experimental project of mine ^^

Thank you, and have a nice day!

(+1)

yes

go_to("block_name") - Go to an specified history block by specifying its name in the block_name parameter.