- Joined
- Sep 14, 2019
- Messages
- 59
- Reaction score
- 25
- First Language
- Korean
- Primarily Uses
- RMMV
Hey! I'm currently having trouble with plug-in HIME_PreTitleEvents.
The plug-in allows me to designate a map as a title screen and I can put whatever event I want there.
The problem is, I think it's colliding with a variable somehow.
I made auto events that should take place every time 1 is added to a certain variable.
For instance, auto event 1 should run when variable 1 is 1, and auto event 2 should run when variable 1 is 2, and so on.
But when I turn on the PreTitleEvents plug-in, the auto events don't run even though the variable keeps increasing.
And when the variable becomes 4, the auto event 4 (which is supposed to run when the variable turns 4) runs all of a sudden.
I checked the variable with some other debugging plug-ins, and the variable number increases as supposed to, but the auto events don't work.
Also, I tested it with the plug-in turned off and the events worked just fine, so it's definitely a plug-in problem.
Has anyone experienced a bug like this using this plug-in?
Does someone know how I can fix this?

Pre-Title Events
https://www.youtube.com/watch?v=Pt2q76JZwa0RPG Maker MV gives you a nice title screen, but it doesn't give you much control over what should happen before the game goes to the title screen.F
himeworks.com
The problem is, I think it's colliding with a variable somehow.
I made auto events that should take place every time 1 is added to a certain variable.
For instance, auto event 1 should run when variable 1 is 1, and auto event 2 should run when variable 1 is 2, and so on.
But when I turn on the PreTitleEvents plug-in, the auto events don't run even though the variable keeps increasing.
And when the variable becomes 4, the auto event 4 (which is supposed to run when the variable turns 4) runs all of a sudden.
I checked the variable with some other debugging plug-ins, and the variable number increases as supposed to, but the auto events don't work.
Also, I tested it with the plug-in turned off and the events worked just fine, so it's definitely a plug-in problem.
Has anyone experienced a bug like this using this plug-in?
Does someone know how I can fix this?