basically just need something (anything really) that can spit out a random number within a given range, preferably once per second.
the randomizer in the sticky is CS, and more complex than what i need
basically just need something (anything really) that can spit out a random number within a given range, preferably once per second.
the randomizer in the sticky is CS, and more complex than what i need
You could use Random.Range(min, max);
This should do exactly what you want!
oh, wow, i didn’t even see that, that’s REALLY cool