Difference between revisions of "notInParty"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with "; notInParty [<boolean flag>] : Set this option to '''1''' if you want to use the block while not in a party. Example: useSelf_skill Blessing { whenStatusInactive Blessin...")
 
m (Conversion script moved page NotInParty to notInParty: Converting page titles to lowercase)
 
(No difference)

Latest revision as of 22:35, 26 April 2021

notInParty [<boolean flag>]
Set this option to 1 if you want to use the block while not in a party.
Example:
useSelf_skill Blessing {
	whenStatusInactive Blessing
	notInParty 1
}
  • Use Blessing when Blessing has timed out and we're not in a party.