Tyelr Posted July 12, 2016 Share Posted July 12, 2016 Hello! Working on my first script and had a question. Currently using the getDialogues().selectOption method for getting through chats with NPCS. Is this the preferred method for talking to NPC's? I don't know if there even is another option but I noticed selectOption and clickContinue uses the keyboard and tbh I didn't even know you could do that until I ran the script and realized the mouse wasn't moving lol. Is this the best way to do this? Worried about it being a red flag for jag. Also, sure I'll have more questions in the future, so thanks in advanced Quote Link to comment Share on other sites More sharing options...
Explv Posted July 12, 2016 Share Posted July 12, 2016 Hello! Working on my first script and had a question. Currently using the getDialogues().selectOption method for getting through chats with NPCS. Is this the preferred method for talking to NPC's? I don't know if there even is another option but I noticed selectOption and clickContinue uses the keyboard and tbh I didn't even know you could do that until I ran the script and realized the mouse wasn't moving lol. Is this the best way to do this? Worried about it being a red flag for jag. Also, sure I'll have more questions in the future, so thanks in advanced Just use getDialogues().completeDialogue(options) it will click continue and click on any options with the text you specify until the dialogue is over Quote Link to comment Share on other sites More sharing options...
Tyelr Posted July 12, 2016 Author Share Posted July 12, 2016 Does completeDialogue use the spacebar and number keys to comlpete the dialogue as well or does it actually click... ? Is clicking preferred over using the keyboard or does it not really matter? Thanks for the reply. Quote Link to comment Share on other sites More sharing options...
Explv Posted July 12, 2016 Share Posted July 12, 2016 (edited) Does completeDialogue use the spacebar and number keys to comlpete the dialogue as well or does it actually click... ? Is clicking preferred over using the keyboard or does it not really matter? Thanks for the reply. Just clicks, you will have to write your own methods if you want to do that. Edited July 12, 2016 by Explv 1 Quote Link to comment Share on other sites More sharing options...