Tyelr Posted July 12, 2016 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
Explv Posted July 12, 2016 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
Tyelr Posted July 12, 2016 Author 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.
Explv Posted July 12, 2016 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