notInMap: Difference between revisions
Jump to navigation
Jump to search
(Created page with '; notInMap [<map names>] : If this option is set, the block will never be used if you are inside one of the specified comma-separated list of maps. Exa…') |
mNo edit summary |
||
Line 4: | Line 4: | ||
Example: | Example: | ||
useSelf_skill Heal { | useSelf_skill Heal { | ||
hp < 10% | |||
notInMap lhz_dun03 | notInMap lhz_dun03 | ||
} | } |
Revision as of 21:54, 29 November 2009
- notInMap [<map names>]
- If this option is set, the block will never be used if you are inside one of the specified comma-separated list of maps.
Example: useSelf_skill Heal { hp < 10% notInMap lhz_dun03 }
- Use Heal when hp is bellow 10% and we are not in lhz_dun03.