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

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

MNKR Skill Choice Scene - MNKR_SkillChoiceScene.js

Plugin desc : Adds skill selection scenes and plugin commands for increasing and decreasing skills.

License : MIT License

Author : munokura

Website : https://github.com/munokura/MNKR-MV-plugins/blob/master/MNKR_SkillChoiceScene.js

Desc page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_SkillChoiceScene.js

Download Page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_SkillChoiceScene.js

File name : MNKR_SkillChoiceScene.js

Help of plugin :

@target MV
@url https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_SkillChoiceScene.js
@plugindesc Adds skill selection scenes and plugin commands for increasing and decreasing skills.
@author munokura
@license MIT License

@help
Adds a skill selection scene and plugin commands for increasing and decreasing
skills.

Skill Selection Scene
MNKR_SkillChoice select actor ID variable ID
Opens a list of skills specified by the actor ID,
and assigns the selected skill ID to the specified variable.
If canceled, assigns -1 to the specified variable.

Increase Skill
MNKR_SkillChoice learn actor ID skill ID

Decrease Skill
MNKR_SkillChoice forget actor ID skill ID

If you want to use variables as arguments, please use the following plugin in
conjunction with this.
http://newrpg.seesaa.net/article/475509661.html
NRP_EvalPluginCommand.js

Ver. 0.0.6 Added help display function
If you are upgrading, please replace the plugin file and
open the parameter setting screen from Plugin Manager.

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 windowX
@text Window X coordinate
@desc Window X coordinate of the skill selection scene
@type number
@default 0

@param windowY
@text Window Y coordinate
@desc Window Y coordinate of the skill selection scene
@type number
@default 0

@param windowWidth
@text Window Width
@desc Window width for skill selection scene. If 0, maximize the screen.
@type number
@default 0

@param windowHeight
@text Window Height
@desc Window height for skill selection scene. If 0, maximize the screen.
@type number
@default 0

@param helpWindow
@text Help window display
@desc Displays the skill's help window.
@type boolean
@on display
@off hidden
@default true

スポンサードリンク

-MV plugins

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