Difference between revisions of "monstersCount"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page MonstersCount to monstersCount: Converting page titles to lowercase)
Line 1: Line 1:
''[[Self Condition]]s:''
+
''[[:Category:Self Condition|Self Condition]]s:''
 
; monstersCount <[[References#Range_Operators|range]]>
 
; monstersCount <[[References#Range_Operators|range]]>
  

Revision as of 00:23, 7 May 2021

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.