notInTown: Difference between revisions
Jump to navigation
Jump to search
(Created page with '; notInTown [<boolean flag>] : Set this option to '''1''' if you don't want to use the block while in town. Example: useSelf_skill Heal { hp < 10% notInTown 1 } * Use He…') |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
; notInTown [<boolean | ; notInTown [<[[boolean]]>] | ||
: Set this option to '''1''' if you don't want to use the block while in town. | : Set this option to '''1''' if you don't want to use the block while in town. | ||
Line 8: | Line 8: | ||
} | } | ||
* Use Heal when hp is bellow 10% and we are not in a town. | * Use Heal when hp is bellow 10% and we are not in a [[cities.txt|town]]. | ||
[[Category:Self Condition]] |