whenIdle: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
; whenIdle [<[[boolean]]>]
; 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 [[Category:Idle Condition|doing nothing]].


== Examples ==
== Examples ==
Line 12: Line 12:


[[Category:Self Condition]]
[[Category:Self Condition]]
[[Category:Idle Condition]]

Revision as of 20:27, 14 February 2013

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

Examples

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