Difference between revisions of "inInventory"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; inInventory [<item name> <range>] : If this option is set, the block will only be used if the amount of each of the spe…')
 
m
Line 12: Line 12:
  
 
* It will use Aqua Benedicta if there are any Empty Bottle in your inventory and you are not sitting.
 
* It will use Aqua Benedicta if there are any Empty Bottle in your inventory and you are not sitting.
 +
 +
[[Category:Self Condition]]

Revision as of 01:57, 9 January 2010

inInventory [<item name> <range>]
If this option is set, the block will only be used if the amount of each of the specified list of items in inventory are within the corresponding specified ranges. The value could be a comma-separated list of (<item name> <range>) pairs:
Syntax:
<item> <range>[, <item1> <range1>[, ...]]
Example:
useSelf_skill Aqua Benedicta {
	notWhileSitting 1
	inInventory Empty Bottle > 0
}
  • It will use Aqua Benedicta if there are any Empty Bottle in your inventory and you are not sitting.