- Joined
- Nov 21, 2022
- Messages
- 5
- Reaction score
- 0
- First Language
- Spanish
- Primarily Uses
- RMMV
Hello! I' m trying to multiply a variable by a number between x and y with a scrpt. Let's say x = 50 and y = 200. I tried with this one:
$gameParty.gainGold($gameVariables.value(52) * >= 50 && <= 200);
but is not working. Any ideas?
$gameParty.gainGold($gameVariables.value(52) * >= 50 && <= 200);
but is not working. Any ideas?