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

#ツクプラ

SRD Restrict Movement Directions - SRD_RestrictMovementDirections.js

シェア用テキスト:
▼SRD Restrict Movement Directions(SumRndmDde様作) - SRD_RestrictMovementDirections.js
https://plugin.fungamemake.com/archives/26508
スイッチ、JavaScriptの条件に基づいて、プレイヤーが特定の方向に移動するのを制限できます。

ふりがな:りすとりくとむーぶめんとでぃれくしょん

機能概要: スイッチ、JavaScriptの条件に基づいて、プレイヤーが特定の方向に移動するのを制限できます。

利用規約(ライセンス):https://fungamemake.com/srd-japanese

作者:SumRndmDde

ダウンロードページ:https://fungamemake.com/archives/9253

ファイル名:SRD_RestrictMovementDirections.js

プラグインのヘルプ:

/*:ja
 * @plugindesc スイッチやJavaScriptの条件式でプレイヤーの移動を制限できます。
 * @author SumRndmDde
 * 
 * @param Move Up Switch
 * @text 上移動スイッチ
 * @type switch
 * @desc ON時にプレイヤーに上への移動を禁止するスイッチID
 * 無効にするには0
 * @default 0
 * 
 * @param Move Right Switch
 * @text 右移動スイッチ
 * @type switch
 * @desc ON時にプレイヤーに右への移動を禁止するスイッチID
 * 無効にするには0
 * @default 0
 * 
 * @param Move Left Switch
 * @text 左移動スイッチ
 * @type switch
 * @desc ON時にプレイヤーに左への移動を禁止するスイッチID
 * 無効にするには0
 * @default 0
 * 
 * @param Move Down Switch
 * @text 下移動スイッチ
 * @type switch
 * @desc ON時にプレイヤーに下への移動を禁止するスイッチID
 * 無効にするには0
 * @default 0
 * 
 * @param Move Up Condition
 * @text 上移動条件式
 * @desc true時にプレイヤーに上への移動を禁止するJavaScript条件式
 * 無効にするには無入力
 * @default
 * 
 * @param Move Right Condition
 * @text 右移動条件式
 * @desc true時にプレイヤーに右への移動を禁止するJavaScript条件式
 * 無効にするには無入力
 * @default
 * 
 * @param Move Left Condition
 * @text 左移動条件式
 * @desc true時にプレイヤーに左への移動を禁止するJavaScript条件式
 * 無効にするには無入力
 * @default
 * 
 * @param Move Down Condition
 * @text 下移動条件式
 * @desc true時にプレイヤーに下への移動を禁止するJavaScript条件式
 * 無効にするには無入力
 * @default
 * 
 * @help
 * 翻訳:ムノクラ
 * https://fungamemake.com/
 * https://twitter.com/munokura/
 * 
 * 元プラグイン: http://sumrndm.site/restrict-movement-directions/
 * 
 * 
 * Restrict Movement Directions
 * Version 1.00
 * SumRndmDde
 * 
 * プラグインコマンドやメモタグはありません。
 * 
 * このプラグインは、スイッチやJavaScriptの条件に基づいて、
 * 特定の方向へのプレイヤーの移動を制限します。
 * 
 * 特定の方向にしか動けないシーンや、
 * 全方向に動けないと難しくなるパズルや迷路などにも使えます。
 * 
 * 質問があったり、このプラグインを楽しめたら、
 * 私のYouTubeチャンネルを登録してください!!
 * 
 * https://www.youtube.com/c/SumRndmDde
 * 
 */

スポンサードリンク

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