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.
MPP Actor Event Image - MPP_ActorEventImage.js
Plugin desc : The event image will be the same as that of the party members.
License : MIT License
Author : Mokusei Penguin
Website : http://woodpenguin.blog.fc2.com/
Desc page : https://woodpenguin.web.fc2.com/MV_Plugin/ActorEventImage.html
File name : MPP_ActorEventImage.js
Help of plugin :
* @target MV MZ * @plugindesc The event image will be the same as that of the party members. * @author Mokusei Penguin * @url * * @help [version 2.0.0] * - This plugin is for RPG Maker MV and MZ. * * ▼ Plugin command * - In MV, the variable N is referred to by writing ’v[N]’ in the item for * inputting a numerical value. * - In MZ, in the item to enter a numerical value, select the text and * write ’v[N]’ to refer to the variable N. * * 〇 MV / MZ * * 〇 SetMemberImage eventId index / setMemberImage * eventId : event ID * index : Party Member Number (0 is the leader) * - Set the event ’eventId’ to the ’index’th party member image. * * 〇 SetActorImage eventId actorId / setActorImage * eventId : event ID * actorId : actor ID * - Image event ’eventId’ for actor ’actorId’ * * ================================ * Mail : wood_penguin@yahoo.co.jp (@ is half-width) * Blog : http://woodpenguin.blog.fc2.com/ * License : MIT license * * @command setMemberImage * @desc * @arg eventId * @desc 0:This event, 1..:EventID * @type number * @min 0 * @max 999 * @default 0 * @arg index * @desc 0 is the leader * @type number * @min 0 * @max 99 * @default 0 * * @command setActorImage * @desc * @arg eventId * @desc 0:This event, 1..:EventID * @type number * @min 0 * @max 999 * @default 0 * @arg actorId * @desc * @type actor * @default 1 *