• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Close active (gather) window

    Discussion in 'Community Developer Forum' started by ZaneMcFate, Nov 21, 2014.

    1. ZaneMcFate

      ZaneMcFate Member

      Joined:
      Nov 17, 2014
      Messages:
      137
      Likes Received:
      2
      Trophy Points:
      18
      I remember reading about this before, but I can't find the page. Is there a command to close the active window? I have a piece of logic that takes place immediately, and occasionally interrupts the bot right in the middle of a gather. Of course, the bot is polite and waits for the current action to complete, which never happens. I can either issue a command to close the gather window, or I can find a way to wait until the next gather is complete. Anyone know how to do either?
       
      Last edited: Nov 26, 2014
    2. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      ff14bot.Managers.GatheringWindow.WindowOpen checks if it's open, so you could wait until that's not true?
       
    3. ZaneMcFate

      ZaneMcFate Member

      Joined:
      Nov 17, 2014
      Messages:
      137
      Likes Received:
      2
      Trophy Points:
      18
      Waiting while watching this event worked perfectly; thank you!
       

    Share This Page