Difference between revisions of "spirit"

From OpenKore Wiki
Jump to navigation Jump to search
Line 1: Line 1:
; spirit <[[range]]>
+
; spirit <[[References#Range_Operators|range]]>
 
: Only use the block if the number of summoned spirit spheres matches the specified range.
 
: Only use the block if the number of summoned spirit spheres matches the specified range.
  

Revision as of 21:50, 23 January 2017

spirit <range>
Only use the block if the number of summoned spirit spheres matches the specified range.

Examples

Use Summon Spirit Sphere when your spirit number is bellow 5 and your sp is higher than 100:

useSelf_skill MO_CALLSPIRITS {
	spirit < 5
	sp > 100
}