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 Add Icon Save - MNKR_AddIconSave.js
Plugin desc : You can add icons to your save data.
License : MIT License
Author : munokura
Website : http://x.com/munokura
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_AddIconSave.js
File name : MNKR_AddIconSave.js
Help of plugin :
@target MZ MV @url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_AddIconSave.js @plugindesc You can add icons to your save data. @author munokura @license MIT License @help You can add an icon to your save data. Specify a variable ID in the plugin parameters and assign the icon ID to that variable to display it. To hide the icon, assign 0. There is no plugin command. # Terms of Use MIT License. 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.). @param iconVariableId @text Display icon variable ID @desc Specify the variable that contains the icon ID value to display. @type variable @default 0 @param offSetX @text Icon Position X @desc Amount to offset the display icon horizontally. Positive: Right / Negative: Left @type number @default 0 @min -9007 @max 9007 @param offSetY @text Icon Position Y @desc Amount to offset the display icon horizontally. Positive: Up / Negative: Down @type number @default 0 @min -9007 @max 9007