whenIdle

From OpenKore Wiki
Revision as of 17:00, 30 November 2009 by Mushrom (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.