i'm getting a bit of a problem with the hud, my problem is kinda unique cause i doun't think any would be doing the same as me
in my game, when it starts it goes though a loading screen then it runs a Scene_Title script which override the original so instead of the menu i start with a map, anyway, before i added this hud (so i was using the original Hud in Blizz-ABS) i had script call in the Scene_Title override that hid the hud (because there is a player on the map but they have no sprite), that worked, when i added this hud in, when i started the game the character that was on the map, their hud showed up, what's strange is that the gold/exp part of the hud didn't, i enabled the hud key and pressed it during the cutscene i have on that map, the gold/exp display showed up, when i pressed it again, the whole hud disappeared.
to simplify that, i'm getting the character hp/sp part of the hud when it's supposed to be hidden, here's a screenshot
see what i mean, i get the gold/exp part if i remove the the $game_system.hud = false line but when it's in there i get what's above, any idea how to get rid of it?