Action Sequence Loops 1.10
SergeofBIBEK
SergeofBIBEK
Hey everyone! I made a plugin that I think would be useful to hardcore action sequence makers!
**Introduction**
This is a really simple plugin. It allows you to loop within action sequences.
**How to Set Up**
Place this plugin below YEP_BattleEnginCore.
**How To Loop Within Action Sequences**
To start a loop, use the following command:
Code:
WHILE conditionThe condition is whatever you would put inside a normal JS while loop.
Then end the loop with the following command:
Code:
END WHILEHere is an example:
Code:
Pretty straight forward! <Target Action>
while user.mp > 100
animation 5: target
wait for animation
action effect
mp -100: user, show
wait: 10
end while
</Target Action>**Script**
*You can get the latest version here:*
[Action Sequence Loops](https://www.dropbox.com/s/s1b0r6oajmm3rwq/SergeofBIBEKActionSequenceLoops.js?dl=0)
**Credit and Thanks**
SergeofBIBEK (me!)
Trihan: He made me think of this from a conversation we had.
Yanfly: You couldn't even loop in Action Sequences without Yanfly's amazing Action Sequences plugins!!
**License:**
Free for any use, do whatever you want. Don't even have to credit me anywhere!