- Joined
- Oct 10, 2020
- Messages
- 147
- Reaction score
- 15
- First Language
- Italian
- Primarily Uses
- RMVXA
Let's say for example that I assign to a variable a random number from 1 to 10.
I'd like the chosen number to being removed from the count next time I assign a random number to that variable. (I'll accept any method do to this, even multiple event pages).
Example:
Variable = random 1-10 => Variable = 3
3 is removed from the count, so next time i assign a random number, "3" will never be chosen.
I'd like the chosen number to being removed from the count next time I assign a random number to that variable. (I'll accept any method do to this, even multiple event pages).
Example:
Variable = random 1-10 => Variable = 3
3 is removed from the count, so next time i assign a random number, "3" will never be chosen.