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...")
(No difference)

Revision as of 04:55, 12 January 2019

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.