ゲームでダッシュを無効にするプラグイン – GALV_DisableDash.js

タイトル
Disable dash in your game.
作者名
ヘルプ
Galv's Disable Dash
----------------------------------------------------------------------------
Dashing is disabled by default. This is for games that don't want the
player pushing a button to run faster. The 'Disable Option' plugin setting
will permanently disable the player being able to turn "Always Dash" on or
off in the options menu.

You can change this any time during game using a script call:

$gameSystem._dashEnabled = true; turn dashing on
$gameSystem._dashEnabled = false; turn dashing back off

----------------------------------------------------------------------------
パラメータ
param Disable Option
desc true or false if the option is disabled in the default 'Options' menu or not.
default true

ライセンス表記
Terms of Use
https://galvs-scripts.com/terms-of-use/

紹介ページ https://galvs-scripts.com/category/rmmv-plugins/mv-on-map/#post-1724