Acinate Posted April 17, 2015 Share Posted April 17, 2015 RS2Widget enterAmount = widgets.get(548,120); if (smeltSelect != null) { smeltSelect.interact("Smelt X"); sleep(random.nextInt(100) * 100); } if (enterAmount != null) { Dialogue is HERE , need method to Type into it. } ISSUE HAS BEEN RESOLVED Solution: http://osbot.org/api/org/osbot/rs07/api/Keyboard.html keyboard.typeString(" Message here: "); Quote Link to comment Share on other sites More sharing options...