- Joined
- Feb 19, 2016
- Messages
- 66
- Reaction score
- 3
- First Language
- Nick
- Primarily Uses
So I want to roll a random number between two variables for encounters. I found this script on the forums but I can't seem to get it to work.
$gameVariables.value(13);
$gameVariables.value(14);
Math.random();
Math.min(13, 14) + rd * Math.abs(14 - 13);
$gameVariables.setValue(11, value);
thanks
$gameVariables.value(13);
$gameVariables.value(14);
Math.random();
Math.min(13, 14) + rd * Math.abs(14 - 13);
$gameVariables.setValue(11, value);
thanks
