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.
NRP Counter Extension - NRP_CounterExtension.js
Plugin desc : v1.02 Extend the functionality of the counter attribute.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Takeshi Sunagawa (http://newrpg.seesaa.net/)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_CounterExtension.js
Desc page : http://newrpg.seesaa.net/article/483969944.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_CounterExtension.js
File name : NRP_CounterExtension.js
Help of plugin :
Extend the functionality of the counter attribute. * * In RPG Maker MV or MZ, even if you add the counter attribute to a tile, * the player can only talk to someone one square away. * In the old Maker, such as RPG Maker 2000, * players could talk to someone much further away... * * So, I extended the effective range of the counter attribute. * * It can also disable Maker's specification that an A2 tile * and a tile with a counter attribute is determined as a table * and extended by 12 dots in length. * * ------------------------------------------------------------------- * [Usage] * ------------------------------------------------------------------- * Turn on the required functionality with the plugin parameters. * * ------------------------------------------------------------------- * [Terms] * ------------------------------------------------------------------- * There are no restrictions. * Modification, redistribution freedom, commercial availability, * and rights indication are also optional. * The author is not responsible, * but will deal with defects to the extent possible. * * @------------------------------------------------------------------ * @ Plugin Parameters * @------------------------------------------------------------------ * * @param CounterExtension * @type boolean * @default true * @desc Extend the effective range of the counter attribute so that events more than 2 squares away can be activated. * * @param TableImageNotExtension * @type boolean * @default false * @desc Disable the specification to extend table tiles by 12 dots.