- Joined
- Feb 2, 2019
- Messages
- 2
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
I Want to make the combat random.
What I did was make a random common event that basically says:
I want to do all that before the attack, which is the normal attack skill. It's it at all possible?
I know I can set the formula to be the variable and I know how to do that, but I want to set the variable before the attack.
What I did was make a random common event that basically says:
Set User Attack Variable random (1-20)
Show text: "You got \V[attack variable]."
Set Enemy Defense Variable random (1-20)
Show text: "Your opponent got \v[enemy defense variable]."
Attack Variable - Enemy Defense Variable
Attack Variable + Attack [Stat]
I want to do all that before the attack, which is the normal attack skill. It's it at all possible?
I know I can set the formula to be the variable and I know how to do that, but I want to set the variable before the attack.