Difference between revisions of "monstersCount"

From OpenKore Wiki
Jump to navigation Jump to search
(typo)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
''[[Self Condition]]s:''
 
''[[Self Condition]]s:''
; monstersCount <[[range]]>
+
; monstersCount <[[References#Range_Operators|range]]>
  
 
: 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.
Line 6: Line 6:
 
== Example ==
 
== Example ==
  
  atttackSkillSlot Storm Gust {
+
  attackSkillSlot Storm Gust {
 
  monstersCount > 3
 
  monstersCount > 3
 
  }
 
  }

Revision as of 04:02, 24 January 2017

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

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