disabled

From OpenKore Wiki
Revision as of 20:36, 29 November 2009 by Mushrom (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.