Welcome to PGMV! 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 Hz Put Animation Event Patch - MNKR_HzPutAnimation_EventPatch.js
Plugin desc : Use the HzPutAnimation function to display the animation at a position offset from the event.
License : MIT License
Author : munokura
Website : https://github.com/munokura/MNKR-MV-plugins/blob/master/MNKR_HzPutAnimation_EventPatch.js
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_HzPutAnimation_EventPatch.js
Download Page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_HzPutAnimation_EventPatch.js
File name : MNKR_HzPutAnimation_EventPatch.js
Help of plugin :
@target MV @url https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_HzPutAnimation_EventPatch.js @plugindesc Use the HzPutAnimation function to display the animation at a position offset from the event. @author munokura @license MIT License @help This is a patch plugin for HzPutAnimation. https://plugin.fungamemake.com/archives/13313 HzPutAnimation can be used alone to play animations by specifying coordinates (in pixels) within the map. This plugin adds commands to this at a specified offset from the event. Place it below HzPutAnimation in the Plugin Manager. Additional Plugin Commands: HZANIM EVENT Event ID x offset y offset animation ID Displays animations centered on a location offset from the event position. Event ID: -1: Player / 0: Execution event / 1 or higher: Event ID on the map Plugin commands can contain control characters. Usage Example HZANIM EVENT 1 0 -96 1 Plays animation ID 1 at an X coordinate of 0px and a Y coordinate of -96px for event ID 1. Positive offsets affect the right/bottom, while negative offsets affect the left/top. Terms of Use: MIT Licensed. http://opensource.org/licenses/mit-license.php You may modify and redistribute this without permission from the author, and there are no restrictions on its use (commercial, R18, etc.).