- Joined
- Apr 29, 2019
- Messages
- 58
- Reaction score
- 14
- First Language
- Chinese
- Primarily Uses
- RMMV
I want to open the status page of the specified actor through js in the event, how can I do it?
I know SceneManager.push(Scene_Status); can open the status page, but this is not what I want because it always shows the first player and when I want to show the second or third or fourth player, it can't help me
I know SceneManager.push(Scene_Status); can open the status page, but this is not what I want because it always shows the first player and when I want to show the second or third or fourth player, it can't help me
Last edited: