- Joined
- Aug 7, 2019
- Messages
- 43
- Reaction score
- 12
- First Language
- English
- Primarily Uses
- RMXP
Hi'm I'm currently developing a script,and i'm a total noob on this, but i came to a point where i just don't know what i'm doing wrong, and in theory it's very simple.
Lets say I need that the variable X gets a random number between 11 and 14 (including both ends)
how do i do that?
i tried x = rand(11..14) and it says it "can't convert Range into Integrer"
how should I write it then? ._.
Lets say I need that the variable X gets a random number between 11 and 14 (including both ends)
how do i do that?
i tried x = rand(11..14) and it says it "can't convert Range into Integrer"
how should I write it then? ._.