- Joined
- May 16, 2014
- Messages
- 140
- Reaction score
- 10
- Primarily Uses
$game_variables[2] = ((131 / (56 * 12)) * 1000).to_ior
$game_variables[2] = ((131 / (56 * 12)) * 1000)becomes zero but
$game_variables[2] = (131000 / (56 * 12))becomes 194.
What's up with that? How do I work past that?
$game_variables[2] = ((131 / (56 * 12)) * 1000)becomes zero but
$game_variables[2] = (131000 / (56 * 12))becomes 194.
What's up with that? How do I work past that?
Last edited by a moderator:

