Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created September 15, 2019 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save triacontane/568803fd27303003f756d1d2247003a1 to your computer and use it in GitHub Desktop.
Save triacontane/568803fd27303003f756d1d2247003a1 to your computer and use it in GitHub Desktop.
文字列の長さで処理を分岐(イベントコマンド「条件分岐」の「スクリプト」から使用)
$gameVariables.value(a).length === b;
@triacontane
Copy link
Author

a : 変数番号
b : 文字数

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment