inQueue: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
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#..."
 
(No difference)

Latest revision as of 22:10, 3 April 2025

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