Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created October 3, 2023 13:49
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/7b002300e4a9458e6fae046fb2ac5740 to your computer and use it in GitHub Desktop.
Save triacontane/7b002300e4a9458e6fae046fb2ac5740 to your computer and use it in GitHub Desktop.
パーティメンバのステートアイコンを制御文字形式で取得
$gameParty.members()[0].allIcons().map(i => `\\i[${i}]`).join('') || ' '
@triacontane
Copy link
Author

パーティメンバの先頭のアクターのステートを制御文字形式で取得します。

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