What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Detect distance My Pet -> Enemy

tuanha

Well-Known Member
Joined
Nov 29, 2011
Messages
6,998
Reaction score
124
Is there anyway to get distance form My Pet (Not Me) and the Pet Target?

Thank you.
 
Code:
                if(Me.Pet.Location.Distance(Me.CurrentTarget.Location) > 10)
                {
                    
                }
 
Back
Top