Aloha Posted June 30, 2014 Posted June 30, 2014 Have you looked in the API? Might be public Position getPosition()
Precise Posted June 30, 2014 Posted June 30, 2014 (edited) no, it is not position. i would familiarise yourself with the api next time ^_^ NPC npc = npcs.closest("name or whatever"); npc.getRotation(); Edited June 30, 2014 by Precise 1
Wetish Posted June 30, 2014 Author Posted June 30, 2014 no, it is not position. i would familiarise yourself with the api next time NPC npc = npcs.closest("name or whatever"); npc.getRotation(); Thanks
Aloha Posted June 30, 2014 Posted June 30, 2014 no, it is not position. i would familiarise yourself with the api next time NPC npc = npcs.closest("name or whatever"); npc.getRotation(); Thanks for the correction, I only briefly browsed through it as I have to re-familiarize myself with it again.