Script question

Forum Forums Discussion Script question

This topic contains 1 reply, has 2 voices, and was last updated by Lyfox Lyfox 4 months, 4 weeks ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40853

    LordStriker
    Participant
    0

    When writing a script to move through and select menu options. Is there a way to have Miqo select a fillable box with numbers?
    An example would be on the island. When doing exports, there is a box to change the number. you can have it scroll up or down to change the number or select it and type the specific number you want.

    Is there a way to make Miqo select that box to accept key entries like 250 or 500?

    • This topic was modified 5 months, 1 week ago by  LordStriker.
    Attachments:
    You must be logged in to view attached files.
    #40882
    Lyfox
    Lyfox
    Participant
    0

    Instead of typing in the text box do this:

    sendKey(num9, 1)

    Assuming you have default keybinds NUM7/NUM9 work like +1/-1 on quantity fields. Sending -1 will wrap around 0 to max.
    Though if you need a specific number and not just max it will take a lot of sendKeys. You can try using holdKey() and see if you can figure out the necessary number of ms to hold.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.