public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MVAction Sequence Loops 1.10

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Action Sequence Loops 1.10
  • Original author: SergeofBIBEK
  • Original date: May 25, 2017
  • Source thread: https://forums.rpgmakerweb.com/threads/action-sequence-loops-1-10.79043/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)

Summary

Action Sequence Loops 1.10 SergeofBIBEK​ Hey everyone! I made a plugin that I think would be useful to hardcore action sequence makers! **Introduction**

Archived First Post

Action Sequence Loops 1.10
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 condition

The condition is whatever you would put inside a normal JS while loop.

Then end the loop with the following command:

Code:
END WHILE

Here is an example:
Code:
     <Target Action>
     while user.mp > 100
     animation 5: target
     wait for animation
     action effect
     mp -100: user, show
     wait: 10
     end while
     </Target Action>
Pretty straight forward!

**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!

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

**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!!

Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rmmv#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar