Difference between revisions of "monstersCount"

From OpenKore Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
: Use this block to cast a skill when the amount of monsters which are visible to Kore matches the specified range.
 
: Use this block to cast a skill when the amount of monsters which are visible to Kore matches the specified range.
  
== Examples ==
+
== Example ==
  
 
  atttackSkillSlot Storm Gust {
 
  atttackSkillSlot Storm Gust {

Revision as of 20:38, 2 June 2013

Self Conditions:

monstersCount <range>
Use this block to cast a skill when the amount of monsters which are visible to Kore matches the specified range.

Example

atttackSkillSlot Storm Gust {
	monstersCount > 3
}
Storm Gust will be cast when 3 or more monsters are visible to Kore.