manualAI

From OpenKore Wiki
Revision as of 22:35, 26 April 2021 by Conversion script (talk | contribs) (Conversion script moved page ManualAI to manualAI: Converting page titles to lowercase)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.