- Joined
- Feb 22, 2016
- Messages
- 1,626
- Reaction score
- 1,195
- First Language
- English
- Primarily Uses
- RMMV
Help...I'm using WAY_EvalText and ran into an issue where I'm being required to use "a" out of combat and "user" in combat for the same skill description. I have no idea how to get around this.
For example, if I want a skill description to say...
Screenshots (using "a"):


Screenshots (using "user"):


For example, if I want a skill description to say...
Deals (ATK x2) damage.
I have to write this if I want it to show correctly while out of combat:Deals ${a.atk * 2} damage.
But if I want it to show correctly in combat, I have to write this:Deals ${user.atk * 2} damage.
Screenshots (using "a"):


Screenshots (using "user"):



