Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

Is it possible to request text input from the player?
For example, to ask for a name, to then reference that name elsewhere?
(The Words feature seems to reference something like this, but if it's already present then I'm missing it.)


Another feature that might be useful is randomisation.
(ie: Generate a number between x and y, or pick 1+ options from a set list.)

A more complex version of which might include allowing performing mathematical operations against another value.
(ie: Generate a 3d6 dice roll, or modify a points value using a random number.)
Seems like that would open some interesting options. Though I know there can be some glitchiness with modifying points values already, so it might be a nightmare to make work smoothly.