RPGツクールMV用プラグイン投稿・告知サイト

#ツクプラ

Saba Common Event By Steps - Saba_CommonEventBySteps.js

シェア用テキスト:
▼Saba Common Event By Steps(さば缶様作) - Saba_CommonEventBySteps.js
https://plugin.fungamemake.com/archives/10304
指定の歩数経過後、コモンイベントを呼び出す

ふりがな:こもんいべんとばいすてっぷ

機能概要: 指定の歩数経過後、コモンイベントを呼び出す

利用規約(ライセンス): MITライセンス

作者:さば缶

作者サイト:https://x.com/sabakan03

解説ページ:https://web.archive.org/web/20190216183408/http://petit…

直接ダウンロード:Zipファイル

ダウンロードページ:https://raw.githubusercontent.com/sabakan03/mv/master/P…

ファイル名:Saba_CommonEventBySteps.js

プラグインのヘルプ:

/*:ja
 * @author Sabakan
 * @plugindesc 指定の歩数経過後、コモンイベントを呼び出すことができるプラグインです。
 *
 * @help
 * Ver 2016-06-21 20:21:40
 *
 * ■例えばこんな時に使えます
 * ※きえさりそう
 * アイテム使用時にコモンイベントを呼び出し、キャラクターを透明にする、
 * と同時に歩数でのコモンイベントを予約します。
 * 予約したコモンイベントで、キャラクターの透明を解除します。
 *
 * トラマナ、トヘロスなども作れるかもしれません。
 *
 * プラグインコマンド
 *
 * ■予約
 * CommonEventBySteps reserve <<コモンイベントID>> <<歩数>>
 *
 * <<歩数>> 経過後、指定のコモンイベントが呼ばれます。
 * □例
 * CommonEventBySteps reserve 1 10
 * 10歩歩くとコモンイベント1が呼び出される。
 *
 *
 * ■予約の解除
 * CommonEventBySteps clear <<コモンイベントID>>
 *
 *
 * ■全ての予約の解除
 * CommonEventBySteps clearAll
 *
 *
 * @license
 * Saba_MapTachie licensed under the MIT License.
 */

スポンサードリンク

スポンサードリンク

Copyright© #ツクプラ , 2026 All Rights Reserved.