tuanha Well-Known Member Joined Nov 29, 2011 Messages 6,998 Reaction score 124 Mar 4, 2012 #1 Is there anyway to get distance form My Pet (Not Me) and the Pet Target? Thank you.
CodenameG New Member Joined Jan 15, 2010 Messages 38,364 Reaction score 231 Mar 4, 2012 #2 Code: if(Me.Pet.Location.Distance(Me.CurrentTarget.Location) > 10) { }