- Joined
- May 29, 2023
- Messages
- 28
- Reaction score
- 4
- First Language
- Español
- Primarily Uses
- RMMV
Hello!
I'm working in customizing a battle HUD, everything is working well, however, I encountered an issue I didn't notice until now x_x
Concept:
My main character can swap between 2 forms, for that I simply used a "Change Actor Image" command and a Switch.
Issue:
After I implemented Moghunter Battle HUD, that no longer works, since it uses a new folder called Battlehud.
I can keep making the character swap forms outside of battle. But in battle it uses a different file to draw the Face from and I can't seem to find a way to add the condition to the Moghunter plugin.
I'm using a Switch to turn on and off the second form, so in theory I can imagine adding that condition with that switch inside the plugin so it draws a different Face file instead, but my knowledge for coding is nearly zero.
Does anyone knows how to edit it?
Here is the plugin Im using
I'm working in customizing a battle HUD, everything is working well, however, I encountered an issue I didn't notice until now x_x
Concept:
My main character can swap between 2 forms, for that I simply used a "Change Actor Image" command and a Switch.
Issue:
After I implemented Moghunter Battle HUD, that no longer works, since it uses a new folder called Battlehud.
I can keep making the character swap forms outside of battle. But in battle it uses a different file to draw the Face from and I can't seem to find a way to add the condition to the Moghunter plugin.
I'm using a Switch to turn on and off the second form, so in theory I can imagine adding that condition with that switch inside the plugin so it draws a different Face file instead, but my knowledge for coding is nearly zero.
Does anyone knows how to edit it?
Here is the plugin Im using