Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

I've always wanted to learn how to make simple generator games. How do you get it to randomly select in Twine?

i use the random function to set variables like so:

(set: $var1 to (random: 1, 20))

hope that helps!