Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
MNKR Victory Me Loop - MNKR_VictoryMeLoop.js
Plugin desc : Loops ME when winning a battle.
License : MIT License
Author : munokura
Website : http://x.com/munokura
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_VictoryMeLoop.js
File name : MNKR_VictoryMeLoop.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_VictoryMeLoop.js @plugindesc Loops ME when winning a battle. @author munokura @license MIT License @help # Function Loops the victory animation played when a battle is won, continuing until the scene transition. Uses the animation set in Database > System 1 > Music > Victory. You can specify the loop start and end points in seconds. If you specify -1, the loop tag in the audio file will be used. # Note This plugin overrides BattleManager.playVictoryMe. Please be aware of conflicts when using other victory screen plugins. There are no plugin commands. # Terms of Use MIT License. http://opensource.org/licenses/mit-license.php You may modify and redistribute this without permission, and there are no restrictions on its use (commercial, 18+, etc.). @param loopStart @text Loop start point (seconds) @desc Specifies the start point of the loop in seconds. -1 follows the loop tag in the file. @type number @default -1 @min -1 @decimals 2 @param loopEnd @text Loop end point (seconds) @desc Specifies the end point of the loop in seconds. -1 follows the loop tag in the file. @type number @default -1 @min -1 @decimals 2