Markoz Posted March 15, 2015 Share Posted March 15, 2015 How do i get a NPC/Entity Mouse destination? Quote Link to comment Share on other sites More sharing options...
Czar Posted March 15, 2015 Share Posted March 15, 2015 (edited) NPC goblin = getNpcs().closest("Goblin"); EntityDestination targetDest = new EntityDestination(getBot(), goblin); Edited March 15, 2015 by Czar Quote Link to comment Share on other sites More sharing options...
Joseph Posted March 15, 2015 Share Posted March 15, 2015 http://osbot.org/api/org/osbot/rs07/input/mouse/EntityDestination.html Quote Link to comment Share on other sites More sharing options...
Markoz Posted March 15, 2015 Author Share Posted March 15, 2015 Thanks Quote Link to comment Share on other sites More sharing options...