当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma アイテムやスキルの表示順を設定する - DarkPlasma_OrderIdAlias.js
シェア用テキスト:
▼DarkPlasma アイテムやスキルの表示順を設定する(DarkPlasma様作) - DarkPlasma_OrderIdAlias.js
https://plugin-mz.fungamemake.com/archives/816
アイテムまたはスキルの順序がID順の場合、指定することで、IDの代わりにその数値を順序として使います。
ふりがな:すきる/あいてむひょうじじゅんへんこう
機能概要: アイテムまたはスキルの順序がID順の場合、指定することで、IDの代わりにその数値を順序として使います。
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://elleonard.github.io/DarkPlasma-MZ-Plugins/2022/…
ファイル名:DarkPlasma_OrderIdAlias.js
プラグインのヘルプ:
// DarkPlasma_OrderIdAlias 1.0.1 // Copyright (c) 2020 DarkPlasma // This software is released under the MIT license. // http://opensource.org/licenses/mit-license.php /** * 2020/09/08 1.0.1 rollup構成へ移行 * 2020/08/27 1.0.0 MZ版公開 */ /*:ja * @plugindesc スキル/アイテムの表示順序IDを書き換える * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/RPGtkoolMZ-Plugins * * @help * アイテムまたはスキルの順序がID順の場合、メモ欄に以下のように記述することで、 * IDの代わりにその数値を順序として使います。 * * <OrderId:xxx> xxxは整数値 */