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

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

MV plugins

Common Script Command - CommonScriptCommand.js

Plugin desc : ver1.01/Adds the specified text to the script command.

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/CommonScriptCommand.js

File name : CommonScriptCommand.js

Help of plugin :

@plugindesc ver1.01/Adds the specified text to the script command.
@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
--------------------------------------------------------------------
Install the plugin and set the parameters.

This plugin adds the text set by the parameters to the Event's Contents script above the text you enter.

For example, if you write
var v = $gameVariables._data;
in ExScript1, you can access variable x by writing v[x] in the script.

Writing v[10] = 1000;
will set the value of variable 10 to 1000.

------------------------------------------------------
Terms of Use
------------------------------------------------------
This plugin is released under the MIT License.
http://opensource.org/licenses/mit-license.php
------------------------------------------------------
Update History:
ver 1.01:
Fixed the processing when the same script command is called multiple times.
ver 1.00:
Released

@param ExScript1
@desc Text1 to add to the beginning of the script command.
@default var v = $gameVariables._data;

@param ExScript2
@desc Text2 to add to the beginning of the script command.
@default var s = $gameSwitches._data;

@param ExScript3
@desc Text to add to the beginning of the script command.

@param ExScript4
@desc Text to add to the beginning of the script command.

@param ExScript5
@desc Text to add to the beginning of the script command.

@param ExScript6
@desc Text to add to the beginning of the script command.

@param ExScript7
@desc Text to add to the beginning of the script command.

@param ExScript8
@desc Text to add to the beginning of the script command.

@param ExScript9
@desc Text to add to the beginning of the script command.

@param ExScript10
@desc Text 10 to add to the beginning of the script command.

スポンサードリンク

-MV plugins

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