Reply to this subject
Start a new subject
 
Refresh page
| Posted by |
Kresslack
(70 posts) bio
|
| Date |
Tue 23 Dec 2008 09:45 PM (UTC) [ quote
] |
| Message |
| What's the wait command for Lau? Thought it was #wait 1000 for one second, but apparently not. | top |
|
| Posted by |
WillFa
USA (517 posts) bio
|
| Date |
Reply #1 on Tue 23 Dec 2008 09:52 PM (UTC) [ quote
] |
| Message |
That's zMud. :)
Two simple functions in MushClient are DoAfter() and DoAfterSpecial() that take a number of seconds and basically make a one shot timer for you easily. (i.e. DoAfter(2, "burp") waits 2 seconds and then burps)
This command returns immediately tho, so if you wanted to build a 2 second pause into your script before continuing, you'd need:
The wait module that you can require for situations where you're waiting until a certain response message, or other functionality. | top |
|
| Posted by |
Nick Gammon
Australia (18,770 posts) bio
Forum Administrator |
| Date |
Reply #2 on Tue 23 Dec 2008 11:01 PM (UTC) [ quote
] |
| Message |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
2,534 views.
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )