- Joined
- Oct 9, 2019
- Messages
- 249
- Reaction score
- 27
- First Language
- korean
- Primarily Uses
- RMMV
Hi !
I am making an item.
When this item is used, it brings up a common event to get one of the random items, and also a message window to indicate that the item was obtained.
However, the problem with my game is that all actions are looping in the event, so even if you use an event that displays a message, the message window will not appear until the current event ends.
Therefore, the message window cannot be displayed when desired.
So, I want to pop up a popup window instead of a message window if I use an item from the menu while an event is triggered.
I've looked at several pop-up plugins, but I don't think there's a pop-up plugin of the way I want, is there any such plugin?
What I want: Bring up a message popup window rather than a message window by calling a common event during the event.
(Even if you don't press a key, it will disappear automatically after a while)
I am making an item.
When this item is used, it brings up a common event to get one of the random items, and also a message window to indicate that the item was obtained.
However, the problem with my game is that all actions are looping in the event, so even if you use an event that displays a message, the message window will not appear until the current event ends.
Therefore, the message window cannot be displayed when desired.
So, I want to pop up a popup window instead of a message window if I use an item from the menu while an event is triggered.
I've looked at several pop-up plugins, but I don't think there's a pop-up plugin of the way I want, is there any such plugin?
What I want: Bring up a message popup window rather than a message window by calling a common event during the event.
(Even if you don't press a key, it will disappear automatically after a while)
