Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created December 20, 2021 17:08
Show Gist options
  • Save triacontane/91bc315f1a95e77efef2f729ef20df91 to your computer and use it in GitHub Desktop.
Save triacontane/91bc315f1a95e77efef2f729ef20df91 to your computer and use it in GitHub Desktop.
For文でアクターのステートを一括解除
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