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

Target X Y

awhwhadafuh

New Member
Joined
Oct 6, 2014
Messages
3
Reaction score
0
Is there a way for me to get the X Y Cordinates of something im targeting such as a cottage or npc
 
Code:
if (me.target != null)
   Log("Target: " + me.target.name + " x: " + me.target.x + " y: " + me.target.y);
 
Back
Top