Difference between revisions of "timeout"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; timeout [<seconds>] : If this option is set, wait for the specified number of seconds before using the block again. Example: useSelf_item Gift Box { timeout 5 } * Use Gi…')
(No difference)

Revision as of 02:25, 30 November 2009

timeout [<seconds>]
If this option is set, wait for the specified number of seconds before using the block again.
Example:
useSelf_item Gift Box {
	timeout 5
}
  • Use Gift Box every 5 seconds.