- Joined
- Jan 19, 2015
- Messages
- 14
- Reaction score
- 1
- First Language
- English
- Primarily Uses
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.
EDIT: Never mind, I solved it!
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.
EDIT: Never mind, I solved it!
Last edited: