manualAI

From OpenKore Wiki
(Redirected from ManualAI)
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.