Alexandria Uptime: 15.88 Days
Total players online: 0



Take the Tour | Site Map

Name

wait — Wait for a minimum of 1 second between each calls to this sub.

Synopsis

call subs.txt wait [ Optional: ]

Author

Rain Dog

Parameters

Table 56. wait parameters

NameDescription
Optional:a different duration (unit 0.1 s)

Description

Wait for a minimum of 1 second between each calls to this sub.

Example

call subs.txt wait ; init wait timer
gosub mySub
call subs.txt wait ; wait for one second to pass since previous call to wait

See Also

subs.setWaitDelay