Acinate Posted March 21, 2015 Share Posted March 21, 2015 Trying to make my combat script a little more human-like. How can I force right-click an NPC to attack? Quote Link to comment Share on other sites More sharing options...
Mysteryy Posted March 21, 2015 Share Posted March 21, 2015 Trying to make my combat script a little more human-like. How can I force right-click an NPC to attack? You mean force left click? Quote Link to comment Share on other sites More sharing options...
The Hero of Time Posted March 21, 2015 Share Posted March 21, 2015 (edited) here 3rd option Edited March 21, 2015 by The Hero of Time Quote Link to comment Share on other sites More sharing options...
Precise Posted March 21, 2015 Share Posted March 21, 2015 (edited) I think he means when interacting with a monster, it will always right click and select option to attack instead of just left clicking. @OP: I would recommend writing your own method as it seems to not be included in the API from my looking. Edited March 21, 2015 by Precise Quote Link to comment Share on other sites More sharing options...
Acinate Posted March 21, 2015 Author Share Posted March 21, 2015 I think he means when interacting with a monster, it will always right click and select option to attack instead of just left clicking. @OP: I would recommend writing your own method as it seems to not be included in the API from my looking. Yea I was looking for it too, will work on that. but it is the opposite, i always left click, but I would like to right click > attack. Quote Link to comment Share on other sites More sharing options...
Precise Posted March 21, 2015 Share Posted March 21, 2015 Yea I was looking for it too, will work on that. but it is the opposite, i always left click, but I would like to right click > attack. That is what i said :P you'll need to make your own method sorry. ^_^ 1 Quote Link to comment Share on other sites More sharing options...