Blorf 0 Posted October 4, 2017 I'm using the HUD maker: http://sumrndm.site/hud-maker/ And I'm trying to display the Enemy's name and stats. For the player I used ${$gameParty.leader().name()} to call the name, and ${$gameParty.leader().hp()}, etc etc to call the stats. What would I use to call Enemy A's name and stats? I tried ${$gameTroop.members()[0]} and various codes and got "ERROR", "unidentified", and "[object Object]" when I tried them. I'm sure the data strings for enemy stats and names exist in the game. I just don't know what they are. Can anyone help me? Thanks in advance. Share this post Link to post Share on other sites