- Joined
- Sep 26, 2016
- Messages
- 26
- Reaction score
- 2
- First Language
- English
- Primarily Uses
- RMMV
Being stuck for a while now. I am trying to make a skill that repeat itself including inside the note 7 times.
I am Yanfly Target Core and the Action Sequence Pack. I have try both built repeat system and the target core. Somehow it only repeat once. Anyone have idea what went wrong? Before I was using the SumRndmDde Repeat Upgrade plugin but found not suitable with what what I am trying to do. Sorry for bad english.
What I have input inside the note;
<Repeat: 7>
<Target Action>
if $gameParty.items((9) >= 1 )
lose item 9: 1
MOTION THRUST: user
action animation: target
action effect
wait for animation
death break
else
end
</Target Action>
I am Yanfly Target Core and the Action Sequence Pack. I have try both built repeat system and the target core. Somehow it only repeat once. Anyone have idea what went wrong? Before I was using the SumRndmDde Repeat Upgrade plugin but found not suitable with what what I am trying to do. Sorry for bad english.
What I have input inside the note;
<Repeat: 7>
<Target Action>
if $gameParty.items((9) >= 1 )
lose item 9: 1
MOTION THRUST: user
action animation: target
action effect
wait for animation
death break
else
end
</Target Action>

