Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created September 23, 2021 04:40
Show Gist options
  • Save triacontane/4201f00a742f8ccb42e05d68aeb73cf0 to your computer and use it in GitHub Desktop.
Save triacontane/4201f00a742f8ccb42e05d68aeb73cf0 to your computer and use it in GitHub Desktop.
戦闘行動の強制
const id = $gameVariables.value(1);
this.command339([1, id, 8, 1]);
@triacontane
Copy link
Author

戦闘行動の強制を指定した変数のIDのアクターに取らせる。

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