inLockOnly: Difference between revisions
Jump to navigation
Jump to search
(Created page with '; inLockOnly [<boolean flag>] : Set this option to '''1''' if you want to use the block only when Kore is inside the specified lockMap. Example: useSelf_skill Red Potion {…') |
m (Conversion script moved page InLockOnly to inLockOnly: Converting page titles to lowercase) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
Example: | Example: | ||
useSelf_item Red Potion { | |||
hp < 500 | hp < 500 | ||
inLockOnly 1 | inLockOnly 1 | ||
Line 9: | Line 9: | ||
* It will only use Red Potion if your hp is bellow 500 and you are on [[lockMap]]. So it lockMap is prt_fild08, it will only be used on prt_fild08. | * It will only use Red Potion if your hp is bellow 500 and you are on [[lockMap]]. So it lockMap is prt_fild08, it will only be used on prt_fild08. | ||
[[Category:Self Condition]] |
Latest revision as of 22:34, 26 April 2021
- inLockOnly [<boolean flag>]
- Set this option to 1 if you want to use the block only when Kore is inside the specified lockMap.
Example: useSelf_item Red Potion { hp < 500 inLockOnly 1 }
- It will only use Red Potion if your hp is bellow 500 and you are on lockMap. So it lockMap is prt_fild08, it will only be used on prt_fild08.