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…')
 
m
Line 8: Line 8:
  
 
* Use Gift Box every 5 seconds.
 
* Use Gift Box every 5 seconds.
 +
 +
[[Category:Self Condition]]

Revision as of 02:06, 9 January 2010

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.