Last active
November 1, 2021 15:45
-
-
Save triacontane/8a9d26ac3c137033a64b5ae430865a9d 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(1).armors().some(armor => [1, 2, 3].contains(armor.id)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ID[1]のアクターがID[1][2][3]のいずれかの防具を装備しているかどうか