Swizzbeat Posted May 23, 2014 Posted May 23, 2014 public boolean inDialogue() { return !new ColorPicker(bot).isColorAt(503, 452, new Color(27, 23, 17)); } Since the OSBot one sucks.
Dog_ Posted May 29, 2014 Posted May 29, 2014 Could just check if there's a visible interface with message 'Click here to continue'
Swizzbeat Posted May 29, 2014 Author 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