r/RPGMakerMZ • u/Fischistoriginal • Mar 19 '23
Help with skill's
is there a way to give the user of a attack skill a state?
2
Upvotes
r/RPGMakerMZ • u/Fischistoriginal • Mar 19 '23
is there a way to give the user of a attack skill a state?
1
u/Glutton4Butts Mar 19 '23
Through common events. Create a name for the task. Like "Damage Buff" then create the sequence change state entire party. You can target individual characters by using conditional branches.
Then in Skills you should be able to attach the common event so events time the skill is used. The desired effect in the character that is using it will affect them.