Difference between revisions of "disabled"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; disabled [<boolean flag>] : Set this option to '''1''' to temporarily disable the block completely. Example useSelf_item White Potion { hp > 10% disabled 1 } * Even if…')
 
m
Line 9: Line 9:
  
 
* Even if you have White Potion in your inventory and your hp is bellow 10% you won't use White Potions.
 
* Even if you have White Potion in your inventory and your hp is bellow 10% you won't use White Potions.
 +
 +
[[Category:Self Condition]]

Revision as of 01:56, 9 January 2010

disabled [<boolean flag>]
Set this option to 1 to temporarily disable the block completely.
Example
useSelf_item White Potion {
	hp > 10%
	disabled 1
}
  • Even if you have White Potion in your inventory and your hp is bellow 10% you won't use White Potions.