disabled: Difference between revisions
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…' |
(No difference)
|
Revision as of 20:36, 29 November 2009
- 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.