Swizzbeat Posted May 23, 2014 Share Posted May 23, 2014 public boolean inDialogue() { return !new ColorPicker(bot).isColorAt(503, 452, new Color(27, 23, 17)); } Since the OSBot one sucks. Link to comment Share on other sites More sharing options...
KMJT Posted May 23, 2014 Share Posted May 23, 2014 Gotta love ColorPicker =D Link to comment Share on other sites More sharing options...
Dog_ Posted May 29, 2014 Share Posted May 29, 2014 Could just check if there's a visible interface with message 'Click here to continue' Link to comment Share on other sites More sharing options...
Swizzbeat Posted May 29, 2014 Author Share Posted May 29, 2014 Could just check if there's a visible interface with message 'Click here to continue' Why loop through every interface when there's a more efficient way? Besides, you don't have a "Click here to continue" option when selecting a response. 1 Link to comment Share on other sites More sharing options...