- Joined
- Jul 8, 2019
- Messages
- 87
- Reaction score
- 8
- First Language
- English
- Primarily Uses
- RMVXA
So, I happened to notice that the system has a method where you can set a variable to a random integer :
But I can't seem to find a method to set a variable to a random number based on another variable. Does anyone know how to do that?
So, instead of:
x = a random number between 1 and 10
I'm wanting to do:
x = a random number between 1 and y. (Which may or may not be 10 at any given moment)
Control variables > Random _ ~ _
So, instead of:
x = a random number between 1 and 10
I'm wanting to do:
x = a random number between 1 and y. (Which may or may not be 10 at any given moment)

