- Joined
- Feb 2, 2019
- Messages
- 2
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
I want to use variable calculations to attack.
So say in the battle you click the attack button, well i want this to happen.
This here is what my common event looks like:
Set Variable Attack Random [1-20]
Text: "Your attack is [Attack Variable]"
Set variable Enemy Defense Random [1-20]
Text: "Your opponent's defense is [Enemy Defense Variable]"
Set Variable Attack[Var] - Defense[Var]
Set Variable Attack[Var] + Attack[Stat]
Then do the attack.
I know by putting the commo event in effects it'll go after the attack but I don't want that. I want it before, it's there anyways to do this?
So say in the battle you click the attack button, well i want this to happen.
This here is what my common event looks like:
Set Variable Attack Random [1-20]
Text: "Your attack is [Attack Variable]"
Set variable Enemy Defense Random [1-20]
Text: "Your opponent's defense is [Enemy Defense Variable]"
Set Variable Attack[Var] - Defense[Var]
Set Variable Attack[Var] + Attack[Stat]
Then do the attack.
I know by putting the commo event in effects it'll go after the attack but I don't want that. I want it before, it's there anyways to do this?

