inQueue

From OpenKore Wiki
Revision as of 22:10, 3 April 2025 by 4epT (talk | contribs) (Created page with "; inQueue <AI_queue_list> : If this option is set, the block will only be used if one of the specified states is in the AI ​​queue. ; notInQueue <AI_queue_list> : If this option is set, the block will never be used if the AI ​​queue is in one of the specified states. : You can specify a list in these parameters. List items are separated by commas. : Appeared in [https://github.com/OpenKore/openkore/pull/3978 PR#...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
inQueue <AI_queue_list>
If this option is set, the block will only be used if one of the specified states is in the AI ​​queue.
notInQueue <AI_queue_list>
If this option is set, the block will never be used if the AI ​​queue is in one of the specified states.


You can specify a list in these parameters. List items are separated by commas.
Appeared in PR#3978