Wait

From Kolmafia
Revision as of 14:50, 10 March 2010 by imported>Grotfang
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

void wait(int secs )

  • secs is the number of seconds you want to count down from.

This function will initiate a countdown from secs seconds to 0, during which time nothing else will be acted on. It essentially pauses a script.

CLI Equivalent

wait can also be used from the CLI. It has the same meaning and can be used to pause basic .txt scripts.