Question: workFor

Forum Forums Discussion Question: workFor

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

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

    RoryEjinn
    Participant
    0

    Hello,

    I just wanted to make sure that my understanding of workFor was correct.

    Let’s assume my scenario is:
    workFor(01:00:00)
    gather()
    teleport(Estate Hall, 1)

    What I assume will happen is:
    Set timer for 1 hour
    gather nodes until 1 hour is up
    Teleport to Estate Hall 1.

    Is that correct?

    #35441
    Lyfox
    Lyfox
    Participant
    1+

    Yea but make sure that you set the count in gather() too. If you set gather(9999) then it will be enough for an hour. If you set gather(2) then it will stop after two nodes.

    It stops when workFor() timer ends or when the node count is reached whichever happens first.

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

You must be logged in to reply to this topic.