Hello, I'm trying to develop a battle UI/hud system through Hudmaker that shows the Players Guages and portraits as well as enemy portraits and guages (if possible).
Showing the player guages and portraits is intuitive, but there seems to be no clear method to do this for enemies.
Hudmaker seems to be very useful for what I'm trying to do, but I'm unsure of what the designations are for the specific gauges I require, or even whether this would be the most suitable plugin for this specific job.
Any input would be appreciated, as thus far I've only really seen enemy gauges as HP bars only, and I want the ones I use to be more customisable.
Thank you.
How to display enemy HP, MP, TP in guages on the screen
● ARCHIVED · READ-ONLY
-
-
For anyone wondering this is actually very easy to do.
1)get hudmaker
2)
$gameTroop.members(1).hp
$gameTroop.members(1).tp
$gameTroop.members(1).mp
are the calls you want to make on the guages
3)Have fun. Seems to be working for me.