Difference between revisions of "manualAI"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; manualAI <value> : Activates the block when AI is in Automatic mode, manual mode or both. :{| class="wikitable" border="1" cellspacing="1" !Value !Description |- |align=center…')
 
m (Conversion script moved page ManualAI to manualAI: Converting page titles to lowercase)
 
(No difference)

Latest revision as of 22:35, 26 April 2021

manualAI <value>
Activates the block when AI is in Automatic mode, manual mode or both.
Value Description
0 or null Automatic mode only.
1 Manual mode only.
2 Automatic or manual mode.

Example

useSelf_item Gift Box {
	inInventory Gift Box > 1
	manualAI 1
}
  • Use Gift Box when character have more than one in the inventory and AI is in manual mode.