Created
August 6, 2022 04:44
-
-
Save triacontane/489e2b42f83ac2381cbd96bc52f098df to your computer and use it in GitHub Desktop.
ステータス画面を直接呼び出す
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
$gameParty.setMenuActor($gameParty.members()[1]); | |
SceneManager.push(Scene_Status); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1 : パーティメンバーの並び順(0が先頭)