- Joined
- Aug 30, 2020
- Messages
- 6
- Reaction score
- 2
- First Language
- English
- Primarily Uses
- RMMV
Hello. I am trying to work on multiple skills that would inflict fixed damage using || (or) in the formula. For example:
"Skill name" always does fixed damage, but will inflict either 100 DMG, 500 DMG, 1000 DMG, Or 2000 DMG. The formula looks like this:
100 || 500 || 1000 || 2000
Is there a way that I can do this without using || in the formula, since || belongs in a statement, rather than a function? Any feedback is much appreciated.
Edit: I'm sorry about my capitalization. I fixed it so that it would be easier to read and because I felt bad.
"Skill name" always does fixed damage, but will inflict either 100 DMG, 500 DMG, 1000 DMG, Or 2000 DMG. The formula looks like this:
100 || 500 || 1000 || 2000
Is there a way that I can do this without using || in the formula, since || belongs in a statement, rather than a function? Any feedback is much appreciated.
Edit: I'm sorry about my capitalization. I fixed it so that it would be easier to read and because I felt bad.
Last edited: