whenStatusActive

From OpenKore Wiki
Revision as of 01:24, 2 December 2009 by Mushrom (talk | contribs) (Created page with '; whenStatusActive [<status names>] : If this option is set, the block will only be used if at least one of the specified comma-separated list of stat…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
whenStatusActive [<status names>]
If this option is set, the block will only be used if at least one of the specified comma-separated list of status names is currently active.
Example:
attackSkillSlot Cart Termination {
	monsters Hill Wind
	whenStatusActive Cart Boost
}
  • Use Cart Termination on Hill Winds only if Cart Boost effect is activated.