Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created September 17, 2022 04:55
Show Gist options
  • Save triacontane/0bc1bde1c4a9ceac2c4ccf875993d690 to your computer and use it in GitHub Desktop.
Save triacontane/0bc1bde1c4a9ceac2c4ccf875993d690 to your computer and use it in GitHub Desktop.
指定したバトラーが行動済みかどうかを判定する
!!$gameActors.actor(2).currentAction(); // ID[2]のアクターが行動済みかどうか
!!$gameTroop.members()[0].currentAction(); // 0番目の敵キャラが行動済みかどうか
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment