MQ2Hud

wwarwolf911

Member
Joined
Sep 5, 2008
Messages
901
Reaction score
13
Points
18
Can someone remind me how to include whether a target is above or below when targeted. I have added the following to my HUD.

HTML:
TargetLocationText=3,2,245,332,255,234,8,${If[${Target.Name.NotEqual["NULL"]},Target Location: ,]} 
      TargetLocation=3,2,328,332,0,255,0,${If[${Target.Name.NotEqual["NULL"]},${Target.Y}  ${Target.X}  ${Target.Z},]}
 
Not sure if this works, but I imagine this...

Code:
TargetAboveBelow=3,2,x,y,112,255,234,8,${If[${Me.Z}>${Target.Z},Below,Above]}
 
Last edited: