レベルアップ時にコモンイベントを実行 - LevelUpCommonEvent.js
シェア用テキスト:
▼レベルアップ時にコモンイベントを実行(天神いな様作) - LevelUpCommonEvent.js
https://plugin.fungamemake.com/archives/27530
レベルアップ時に特定アクターでコモンイベントを実行
ふりがな:れべるあっぷじにこもんいべんとをじっこう
機能概要: レベルアップ時に特定アクターでコモンイベントを実行
利用規約(ライセンス): MITライセンス
作者:天神いな
作者サイト:https://amagamina.jp/
解説ページ:https://amagamina.jp/levelup-common-event/
ダウンロードページ:https://raw.githubusercontent.com/ina-amagami/rpgmakerm…
ファイル名:LevelUpCommonEvent.js
プラグインのヘルプ:
//============================================================================= // LevelUpCommonEvent.js // // Copyright (c) 2019 ina-amagami (ina@amagamina.jp) // This software is released under the MIT License. // http://opensource.org/licenses/mit-license.php // // GitHub : https://github.com/ina-amagami/ // Blog : https://amagamina.jp // Twitter : https://twitter.com/ina_amagami //============================================================================= /*: * @plugindesc レベルアップ時にコモンイベントを実行する * @author 天神いな * * @param プラグイン無効化スイッチ番号 * @type switch * @desc このスイッチがオンのときにレベルアップしても、コモンイベントを実行しない。 * @default 0 * * @help レベルアップ時にコモンイベントを差し込みたいキャラのメモ欄に以下追加する * <LevelUpCommonEvent: [コモンイベントID]> * (例) <LevelUpCommonEvent: 1> */
