What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Close active (gather) window

ZaneMcFate

Member
Joined
Nov 17, 2014
Messages
137
Reaction score
2
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:
ff14bot.Managers.GatheringWindow.WindowOpen checks if it's open, so you could wait until that's not true?
 
Back
Top