- Joined
- Feb 26, 2015
- Messages
- 307
- Reaction score
- 48
- First Language
- French
- Primarily Uses
- RMMV
Hi ;0
I'm not sure how I would ask this, but here goes.
I'm using a formula for my encounter steps, but I cannot seem to know how I can set a number based on a variable.
Example: ((Math.randomInt(encounterStep) + Math.randomInt(encounterStep)) / 2) * (($gameVariables.53 / 10) + 1) + $gameVariables.52
What would I need to change?
Thanks and please post anything that could help me solve this problem!
I'm not sure how I would ask this, but here goes.
I'm using a formula for my encounter steps, but I cannot seem to know how I can set a number based on a variable.
Example: ((Math.randomInt(encounterStep) + Math.randomInt(encounterStep)) / 2) * (($gameVariables.53 / 10) + 1) + $gameVariables.52
What would I need to change?
Thanks and please post anything that could help me solve this problem!
Last edited by a moderator:
