Skip to main content

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

Thanks - that works, but I was wondering if there was a command that would do: 'give me a random number between [lower end] and [upper end]' without having to get a number between 0 and 999 and then further manipulate the output. In 8-bit or otherwise. But I guess not.

In any case, doesn't really matter - there are easy ways to get what I need.

I'm not quite ready to document advanced scripting forms yet, but in the beta version this will work:

: print {("A random number between 25 and 30 will be printed next : " + random { min="25" max="30"} )}

Yes, that is it exactly. Good to know it's there. Thanks!