- Joined
- Jan 4, 2021
- Messages
- 2
- Reaction score
- 1
- First Language
- Japanese
- Primarily Uses
- RMMV
want to make a pre-talk event when boss battle is start, so I made a simple battle event, just saying 'show me your skill!'.
but as you can see, before the message window pops up, status window appears suddenly when scene has changed to battle.
of course it's just a one moment, nothing is matter. but I just want to know how can I hide that status window till the battle event starts, to understand the flow of scene change and to know which js file should I edit.
I tried to put a script SceneManager._scene._statusWindow.hide(); on the head of that battle event, but it wasn't worked.
is there any idea for this?
but as you can see, before the message window pops up, status window appears suddenly when scene has changed to battle.
of course it's just a one moment, nothing is matter. but I just want to know how can I hide that status window till the battle event starts, to understand the flow of scene change and to know which js file should I edit.
I tried to put a script SceneManager._scene._statusWindow.hide(); on the head of that battle event, but it wasn't worked.
is there any idea for this?
Last edited: