Created
September 17, 2022 04:55
-
-
Save triacontane/0bc1bde1c4a9ceac2c4ccf875993d690 to your computer and use it in GitHub Desktop.
指定したバトラーが行動済みかどうかを判定する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!!$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