manualAI

From OpenKore Wiki
Revision as of 01:49, 20 April 2010 by Mushrom (talk | contribs) (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…')
(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.