Wetish Posted June 30, 2014 Share Posted June 30, 2014 How would I know this NPC is facing east? Link to comment Share on other sites More sharing options...
Aloha Posted June 30, 2014 Share Posted June 30, 2014 Have you looked in the API? Might be public Position getPosition() Link to comment Share on other sites More sharing options...
Precise Posted June 30, 2014 Share 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 Link to comment Share on other sites More sharing options...
Wetish Posted June 30, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Aloha Posted June 30, 2014 Share 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. Link to comment Share on other sites More sharing options...