Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ MUSHclient ➜ Python ➜ Sample script?

Sample script?

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Whelk   (1 post)  Bio
Date Fri 04 Nov 2011 03:04 AM (UTC)
Message
I'm trying to figure out how to set up a simple "do x, wait, do y" script. For instance, I'd like a script to do the following:

wear shield
butcher bear
(at this point the game will send "Roundtime: X seconds" - I would like to be able to capture the numerical value for X, and then wait that number of seconds before proceeding)
remove shield
Top

Posted by Ada   (20 posts)  Bio
Date Reply #1 on Sun 06 Nov 2011 11:12 AM (UTC)
Message
You could use a trigger to capture the number of seconds and use put DoAfter() in the same trigger to do a specified action after a time.

For example:

Trigger:

^Roundtime\: (\d+) seconds$

Script:

DoAfter(tonumber("%1"), [[REMOVE SHIELD]])

and so on. That's the general idea, you'll need some setup to avoid removing the shield everytime you see that roundtime line.
Top

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.


14,168 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.