- Joined
- Sep 15, 2018
- Messages
- 61
- Reaction score
- 4
- First Language
- English
- Primarily Uses
- RMMV
I'm using HIME's Level Up Events and Common Events Queue plugins. I need to keep the latter because it's necessary for sprite alternations based on armor equipped. However, now that I have installed the latter plugin, my level up events are messed up. I had a variable set to game data for my actors and then in a common event, at certain levels, players receive messages related to their level up (you have access to new skills type of stuff). However, the messages won't go away. They repeat endlessly due to their variable.
Yet, they require the variable to be called in the first place.
I've tried exit event processing and erase event and break loop, but none of these work. The issue is that because the player is = level, as dictated by the variable and condition of the messages (If: VARIABLE NAME = 36, for example, you get a text message), the common event is stuck on repeat, and seems it would be so until the player is no longer level 36, but this isn't possible because the text box for level up events won't go away. HIME recommends using these plugins together, but they don't seem compatible to me, or I am using them incorrectly.
Anyone have any advice on how to set my plugins up differently or end the process?
Yet, they require the variable to be called in the first place.
I've tried exit event processing and erase event and break loop, but none of these work. The issue is that because the player is = level, as dictated by the variable and condition of the messages (If: VARIABLE NAME = 36, for example, you get a text message), the common event is stuck on repeat, and seems it would be so until the player is no longer level 36, but this isn't possible because the text box for level up events won't go away. HIME recommends using these plugins together, but they don't seem compatible to me, or I am using them incorrectly.
Anyone have any advice on how to set my plugins up differently or end the process?
Attachments
-
92.6 KB Views: 14
