Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. L

    Question Charging trident?

    Godsend. Thank you! All sorted now,
  2. L

    Question Charging trident?

    I tried adjusting the code to run even if the EnterAmountDIalog isn't open, but EnterAmountDialog.enterAmount("2500") (or (2500)) does nothing :( Is there any way I can just force it to type 2500 and press enter once I've ran the code to bring up the dialog? This is only a private script so...
  3. L

    Question Charging trident?

    Yeah of course. Here's what I'm using to activate the function, but this is returning false no matter what I do: ...validate() { return EnterAmountDialog.IsOpen(); } This is to bring up the interaction, which works fine: if (coins.click()) { if...
  4. L

    Question Charging trident?

    Hi all, I'm trying to get my bot to charge the trident but not sure what I should be using. EnterAmountDialog doesn't seem to work, and I'm not sure what alternatives I have. Thanks in advance
Top