Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created February 2, 2023 13:11
Show Gist options
  • Select an option

  • Save triacontane/d96e14823171be1e433103291128d20f to your computer and use it in GitHub Desktop.

Select an option

Save triacontane/d96e14823171be1e433103291128d20f to your computer and use it in GitHub Desktop.
テンプレートイベントでセルフ変数を操作
$gameMap.event(1).controlSelfVariable(1, 1, 10, false);
@triacontane
Copy link
Author

イベントID
インデックス
操作タイプ(0: 代入 1: 加算 2:減算)
オペランド
計算式フラグ

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