- Joined
- Mar 25, 2015
- Messages
- 37
- Reaction score
- 8
- First Language
- Français
- Primarily Uses
Hi !
I'm using Yanfly's plugin and i am struggling with a skill.
I have a state "Water" and a state "Freeze". Let's say that i apply "Water" to all ennemis with a Surf
Now, with my skill "Blizzard" i want to freeze my ennemies affected by "Water". But, when i do it, it will not apply it somehow
my code is:
<Target Action>
<Whole Action>
if target.isStateAffected(15)
add state 14: target, show
wait: 20
else
wait: 20
end
</Whole Action>
</Target Action>
This works like a charm when it comes to mono target, but doesn't work with multiple target. What i am missing ?
Thanks in advance for your time !
I'm using Yanfly's plugin and i am struggling with a skill.
I have a state "Water" and a state "Freeze". Let's say that i apply "Water" to all ennemis with a Surf
Now, with my skill "Blizzard" i want to freeze my ennemies affected by "Water". But, when i do it, it will not apply it somehow
my code is:
<Target Action>
<Whole Action>
if target.isStateAffected(15)
add state 14: target, show
wait: 20
else
wait: 20
end
</Whole Action>
</Target Action>
This works like a charm when it comes to mono target, but doesn't work with multiple target. What i am missing ?
Thanks in advance for your time !