An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

NRP Actor Switch LR - NRP_ActorSwitchLR.js

Plugin desc : v1.01 Enable actor switching with left/right cursor keys.

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_ActorSwitchLR.js

Desc page : https://newrpg.seesaa.net/article/502790367.html

Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_ActorSwitchLR.js

File name : NRP_ActorSwitchLR.js

Help of plugin :

Enables the actor switching function on each screen,
 * normally performed by Pageup and Pagedown,
 * to be performed by the left and right cursor keys.
 * 
 * -------------------------------------------------------------------
 * [Usage]
 * -------------------------------------------------------------------
 * Set the target window name.
 * Note that the following windows are registered from the initial state.
 * 
 * Window_EquipCommand : Equip Scene (when command is selected)
 * Window_SkillType    : Skill Scene
 * Window_Status       : Status Scene
 * 
 * ◆The following are not normally required,
 *   but are intended for use with other plugins.
 * 
 * Window_EquipSlot      : NRP_CustomOptimize.js Features
 * Window_LearnSkillList : NRP_LearnSkillList.js Features
 * 
 * Windows with external plug-ins may also be eligible,
 * as long as they do not use the left and right cursor keys
 * and can be switched by Pageup and Pagedown.
 * 
 * If you want to find out the name of the window,
 * search for "Window_" in the plugin and find a name that looks like it.
 * 
 * -------------------------------------------------------------------
 * [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 TargetWindows
 * @type string[]
 * @default ["Window_SkillType","Window_Status","Window_EquipSlot","Window_LearnSkillList"]
 * @desc The name of the target windows.
 * 
 * @param AllowRepeat
 * @type boolean
 * @default true
 * @desc Allows continuous switching by holding down the cursor keys.

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.