Problem with Num0

Forum Forums Discussion Problem with Num0

This topic contains 2 replies, has 2 voices, and was last updated by  woshigi 3 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23570

    woshigi
    Participant
    0

    So I’m trying to make a scenario for buying things from the scrips vendor. Everything is fine until i try to press confirm (num0) to change the quantity to buy. Miqobot will not highlight the quantity when I key(num0, 1). All my keystrokes are 1 second apart, and all keystrokes after the num0 work just fine. Is this a bug? My suspicion is that Miqo detects it as a chat and closes the text edit immediately when it’s opened.

    #23571
    Lyfox
    Lyfox
    Participant
    0

    Do this instead of num0:

    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.

    #23572

    woshigi
    Participant
    0

    ah worked like a charm. thanks lyfox 😀

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

You must be logged in to reply to this topic.