- Joined
- Feb 22, 2016
- Messages
- 1,626
- Reaction score
- 1,195
- First Language
- English
- Primarily Uses
- RMMV
Hi, I'm looking for the correct syntax for using AttackTimes+ in a conditional statement. Basically I want to say "if user's AttackTimes+ = 3, then stuff, else stuff". However, I don't know the correct js term for AttackTimes+. It would be akin to
if (user.atk >= 3) or something, except I'm trying to reference AttackTimes+ instead.