L lndknox Well-Known Member Oct 8, 2006 #1 Is there a way to use the ISXEQ2 / Lavish software hud interface or UI to display group member pets health?
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 Oct 8, 2006 #2 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.
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.