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.
Replace Memo - ReplaceMemo.js
Plugin desc : ver1.00/Replaces specific descriptions in a note with notes from another object.
License : MIT License
Author : Yana
Website : https://w.atwiki.jp/pokotan/pages/3.html
Desc page : https://github.com/munokura/Yana-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Others/ReplaceMemo.js
File name : ReplaceMemo.js
Help of plugin :
@plugindesc ver1.00/Replaces specific descriptions in a note with notes from another object. @author Yana @url https://github.com/munokura/Yana-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/Yana-MV-plugins ). Original plugin by Yana. ----- How to Use -------------------------------------------------------------------- By entering either <ReplaceMemo:△x> in the Note field of an object with a memo, the entered text will be replaced with the contents of the memo for the object specified by △x. △ stands for: M: Actor C: Class S: Skill I: Item W: Weapon A: Armor T: State E: Enemy x stands for the corresponding ID. Example: To replace with the contents of the memo for armor number 10 <ReplaceMemo:A10> However, when entering this, please note that the data loading order is: Actor Class Skill Enemy State Item Weapon Armor Tile Set (Map) (Event) This means that data from a higher order cannot be replaced with data from a lower order. *You cannot replace the contents of an actor's memo with an enemy's memo, for example. ------------------------------------------------------ Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: Ver. 1.00: Released