add new custom scenario functions?

Forum Forums Discussion add new custom scenario functions?

This topic contains 1 reply, has 2 voices, and was last updated by Miqobot Miqobot 1 year, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39423
    Piraten
    Piraten
    Participant
    0

    I am currently making a script that auto collects from all the island venders. and it looks real messy because i have to use send keys to talk and navigate through the menus.

    Is there way or could it be a future feature where can make custom functions?

    So I could turn something like:
    SendKey(num0)
    SendKey(num0, 3)
    SendKey(num2)
    SendKey(num0, 3)
    SendKey(num0, 3)
    SendKey(num2, 1)
    SendKey(num2, 1)
    SendKey(num0, 4)
    SendKey(num2, 1)
    SendKey(num2, 1)
    SendKey(num0)
    SendKey(num0, 3)
    SendKey(num2)
    SendKey(num0, 3)
    SendKey(num0, 3)
    SendKey(num2, 1)
    SendKey(num2, 1)
    SendKey(num0, 4)
    SendKey(num2, 1)
    SendKey(num2, 1)
    SendKey(num0, 4)

    to:

    CollectIsleForagerNPC()

    ((btw thats just example that does not collect anything lol ))

    #39426
    Miqobot
    Miqobot
    Keymaster
    0

    Yes, this feature is already planned.
    If we survive this horror, we will try to implement it.

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

You must be logged in to reply to this topic.