Group member pets health

lndknox

Well-Known Member
Is there a way to use the ISXEQ2 / Lavish software hud interface or UI to display group member pets health?
 

Amadeus

The Maestro
Staff member
Let's say the group member's name is "Amadeus"

Code:
echo ${Me.Group[Amadeus].ToActor.Pet.Health}
Or, you can replace "Amadeus" with a number from 1 to 5 indicating the slot in your group for which the member represents.
 
Top Bottom