Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(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!