View Single Post
02-06-05, 10:40 PM   #33
aaronsullivan
A Deviate Faerie Dragon
Join Date: Jan 2005
Posts: 12
x and y postition of TARGET

Has anyone found a method for finding the x and y position of your target?
There is:
x,y = GetPlayerMapPosition("player")
but if you try this:
x,y = GetPlayerMapPosition("target")
you predictably get x=0 and y=0

If anyone has found a way, you are ... but only if you share.

(I've already tried GetTargetMapPostition() and GetMapPosition() but they are nil)

Last edited by aaronsullivan : 02-06-05 at 10:44 PM.
  Reply With Quote