Scenario Function idea

Forum Forums Discussion Scenario Function idea

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

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

    Chyrow
    Participant
    0

    Hello community,
    I wonder if it is possible to implement a function like:
    startGathering(until 10:00ET)

    Would be great for scenarios like waiting for a certain node and as long as you’re farming something else.

    #23356
    malarkey
    malarkey
    Participant
    0

    A scenario with workFor(time) or workUntil(time) before your gather() line

    #23368
    Miqobot
    Miqobot
    Keymaster
    0

    Yes, this function is already implemented.
    As @malarkey said correctly, you can achieve this by using two functions:

    workUntil(10:00ET)
    gather(9999)
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.