Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created August 21, 2021 05:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save triacontane/1b960c11d463990ecf8f4547e3f7a84a to your computer and use it in GitHub Desktop.
Save triacontane/1b960c11d463990ecf8f4547e3f7a84a to your computer and use it in GitHub Desktop.
アクターのIDを取得
$gameParty.members()[$gameVariables.value(2)].actorId();
@triacontane
Copy link
Author

triacontane commented Aug 21, 2021

パーティーのアクターIDを取得します。先頭は0です。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment