Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created August 6, 2022 04:44
Show Gist options
  • Save triacontane/489e2b42f83ac2381cbd96bc52f098df to your computer and use it in GitHub Desktop.
Save triacontane/489e2b42f83ac2381cbd96bc52f098df to your computer and use it in GitHub Desktop.
ステータス画面を直接呼び出す
$gameParty.setMenuActor($gameParty.members()[1]);
SceneManager.push(Scene_Status);
@triacontane
Copy link
Author

triacontane commented Aug 6, 2022

1 : パーティメンバーの並び順(0が先頭)

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