whenEquipped

From OpenKore Wiki
Revision as of 01:33, 20 April 2010 by Mushrom (talk | contribs) (Created page with '; whenEquipped [<equipment name>] : If this option is set, the block will only be used if the specified equipment is currently equipped. == Exampl…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
whenEquipped [<equipment name>]
If this option is set, the block will only be used if the specified equipment is currently equipped.

Example

useSelf_skill Heal {
	lvl 1
	hp < 10%
	sp > 20
	whenEquipped Shield [Vitata] [1]
}
  • Use Heal level 1 when your HP is bellow 10%, your SP is higher than 20 and when Shield [1] with Vitata card is equipped.