Created
December 20, 2021 17:08
-
-
Save triacontane/91bc315f1a95e77efef2f729ef20df91 to your computer and use it in GitHub Desktop.
For文でアクターのステートを一括解除
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
for(var i = 221; i <= 271; i++){ | |
$gameActors.actor($gameVariables.value(17)).removeState(i); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment