- Joined
- Sep 17, 2015
- Messages
- 155
- Reaction score
- 29
- First Language
- English Spanish
- Primarily Uses
I was wondering if, in order to streamline formulas for damage and custom objects, if its ok to store the value of a formula in a unicode character (like Japanese kanji or Greek letters). For example say i want to add a formula modifier that is exclusive to fire element skills, I want to know if its possible to store the modifier like so:
火 = (v[3]%v[1])+(2*a.mat)that way when I have a fire element skill instead of having to write all of that every single time, i could just plug it in as part of the formula (this is just an example though)
I wasn't sure if this went here or in RGSS3 so if its in the wrong place its ok to move it.
火 = (v[3]%v[1])+(2*a.mat)that way when I have a fire element skill instead of having to write all of that every single time, i could just plug it in as part of the formula (this is just an example though)
I wasn't sure if this went here or in RGSS3 so if its in the wrong place its ok to move it.

