Difference between revisions of "whenIdle"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
; whenIdle [<boolean flag>]
+
; whenIdle [<[[boolean]]>]
 
: Set this option to '''1''' if you want to use the block only when Kore is [[Idle Condition|doing nothing]].
 
: Set this option to '''1''' if you want to use the block only when Kore is [[Idle Condition|doing nothing]].
  

Revision as of 02:11, 10 February 2013

whenIdle [<boolean>]
Set this option to 1 if you want to use the block only when Kore is doing nothing.

Examples

useSelf_item Firecracker {
	whenIdle 1
	timeout 1
}
Use Firecracker every one second when Kore is idle.