- Joined
- Mar 27, 2015
- Messages
- 20
- Reaction score
- 7
- First Language
- .
- Primarily Uses
- RMMV
Hi Dears
I'm very sorry if am posting this thread in the wrong section however I really need support with the MongHunter Battle HUD system for RPG Maker MV.
the current situation as the following
when trying to hide the battle hud while using a skill, I copied the same command mentioned in the script but it won't' work.
I thought the issue with my current game as I'm using Yanfly and MogHunter scripts, however, I downloaded the last updated version of the test game for Moghunter which was on 2019 / 05 / 26 and tried the same command in the test without adding any additional scripts from yanfly. the result is the same (not able to hide the HUD while using skill).
the command which been used in the skill are the following but none of them working:
1- hide battle hud
2- bhud_disable
3- even tried this ($gameSystem._bhud_visible = false)
I'm not sure if am the only one facing this issue as I couldn't find anyone who got the same and share the problem in the forum.
Could someone please help.....
Note: I'm sorry if my English is bad as it's my second language
I'm very sorry if am posting this thread in the wrong section however I really need support with the MongHunter Battle HUD system for RPG Maker MV.
the current situation as the following
when trying to hide the battle hud while using a skill, I copied the same command mentioned in the script but it won't' work.
I thought the issue with my current game as I'm using Yanfly and MogHunter scripts, however, I downloaded the last updated version of the test game for Moghunter which was on 2019 / 05 / 26 and tried the same command in the test without adding any additional scripts from yanfly. the result is the same (not able to hide the HUD while using skill).
the command which been used in the skill are the following but none of them working:
1- hide battle hud
2- bhud_disable
3- even tried this ($gameSystem._bhud_visible = false)
I'm not sure if am the only one facing this issue as I couldn't find anyone who got the same and share the problem in the forum.
Could someone please help.....
Note: I'm sorry if my English is bad as it's my second language


