Difference between revisions of "whenIdle"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; whenIdle [<boolean flag>] : Set this option to '''1''' if you want to use the block only when Kore is doing nothing. Example: useSelf_item Firecracker { whenIdle 1 timeo…')
 
m
Line 9: Line 9:
  
 
* Use Firecracker every one second when Kore is idle.
 
* Use Firecracker every one second when Kore is idle.
 +
 +
[[Category:Self Condition]]

Revision as of 02:07, 9 January 2010

whenIdle [<boolean flag>]
Set this option to 1 if you want to use the block only when Kore is doing nothing.
Example:
useSelf_item Firecracker {
	whenIdle 1
	timeout 1
}
  • Use Firecracker every one second when Kore is idle.