I have a button that tells me the enemy hit points.
1. Press escape, and click on 'macros'
2. Create a macro
3. Enter this:
|
Source code
|
1
|
/script DEFAULT_CHAT_FRAME:AddMessage(UnitName("target").." has "..UnitChangeHealth("target").." health.");
|
4. After saving it, drag that macro icon to a free button space.
5. Target somebody, anybody, and click it.
For example, your housekeeper, it will say:
Housekeeper has 100 health.
Cheers