RandomInc Posted November 10, 2017 Share Posted November 10, 2017 (edited) The isPendingOption does always return false atm. Yesterday it worked just fine. I don't know how this can break so suddenly? IsPendingContinuation does still work Code: log(dialogues.isPendingOption() + " - " + dialogues.isPendingContinuation() + " - " + dialogues.inDialogue()); Proof: Edited November 10, 2017 by RandomInc 1 Link to comment Share on other sites More sharing options...
gekkebakker Posted November 10, 2017 Share Posted November 10, 2017 i guess its due the update ive tried 5 scrits and all doesnt work good so waiting to update 1 Link to comment Share on other sites More sharing options...
RandomInc Posted November 10, 2017 Author Share Posted November 10, 2017 30 minutes ago, gekkebakker said: i guess its due the update ive tried 5 scrits and all doesnt work good so waiting to update Thanks! Link to comment Share on other sites More sharing options...
gekkebakker Posted November 10, 2017 Share Posted November 10, 2017 17 minutes ago, RandomInc said: Thanks! no problem! Link to comment Share on other sites More sharing options...
Hel Posted November 11, 2017 Share Posted November 11, 2017 This is an extract from Token's Stealth Quester. "MIRROR MODE DOES NOT SUPPORT DIALOGUE INTERACTIONS SO I ADVISE YOU TO RUN IT ON STEALTH INJECTION." Link to comment Share on other sites More sharing options...
RandomInc Posted November 12, 2017 Author Share Posted November 12, 2017 On 11/11/2017 at 7:35 AM, Slut said: This is an extract from Token's Stealth Quester. "MIRROR MODE DOES NOT SUPPORT DIALOGUE INTERACTIONS SO I ADVISE YOU TO RUN IT ON STEALTH INJECTION." Dialogue api works just fine in mirror mode Link to comment Share on other sites More sharing options...
Hel Posted November 12, 2017 Share Posted November 12, 2017 (edited) 43 minutes ago, RandomInc said: Dialogue api works just fine in mirror mode I never said it doesn't work, I simply quoted that it's not supported, which simply means there could be problems with it. Edited November 12, 2017 by Slut Link to comment Share on other sites More sharing options...
Folks Posted November 16, 2017 Share Posted November 16, 2017 On 11/12/2017 at 4:26 PM, Slut said: I never said it doesn't work, I simply quoted that it's not supported, which simply means there could be problems with it. This thread has nothing to do with stealth quester though. Link to comment Share on other sites More sharing options...
Hel Posted November 16, 2017 Share Posted November 16, 2017 6 hours ago, Folks said: This thread has nothing to do with stealth quester though. The idea of what I quoted fits the thread exactly... Link to comment Share on other sites More sharing options...
Folks Posted November 17, 2017 Share Posted November 17, 2017 On 11/16/2017 at 3:57 AM, Slut said: The idea of what I quoted fits the thread exactly... Not at all. Just because one script might not function in mirror mode doesn't mean dialogues are not supported there. Link to comment Share on other sites More sharing options...
Hel Posted November 17, 2017 Share Posted November 17, 2017 5 hours ago, Folks said: Not at all. Just because one script might not function in mirror mode doesn't mean dialogues are not supported there. "Mirror mode does not support dialogue interactions." I don't know what else to say, so I'm just going to stop replying and hope you come to actually read what I wrote Link to comment Share on other sites More sharing options...
Developer MGI Posted November 20, 2017 Developer Share Posted November 20, 2017 On 11/18/2017 at 12:26 AM, Slut said: "Mirror mode does not support dialogue interactions." I don't know what else to say, so I'm just going to stop replying and hope you come to actually read what I wrote Mirror mode does support dialogue interactions 5 Link to comment Share on other sites More sharing options...
Folks Posted November 21, 2017 Share Posted November 21, 2017 On 11/20/2017 at 9:21 AM, MGI said: Mirror mode does support dialogue interactions Thanks for that, sometimes people just can't be wrong Link to comment Share on other sites More sharing options...
ByteStack Posted November 27, 2017 Share Posted November 27, 2017 To some extent it is broken in injection as well I've just tested. Use widgets instead for now. RS2Widget chatOption = getWidgets().get(219, X) // For chat option X Usage: chatOption.interact(); Link to comment Share on other sites More sharing options...