[Home] [Downloads] [Search] [Help/forum]


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  Python
. . -> [Subject]  Sample script?

Sample script?

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


Posted by Whelk   (1 post)  [Biography] 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
[Go to top] top

Posted by Ada   (20 posts)  [Biography] 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.
[Go to top] 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.


11,704 views.

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

Go to topic:           Search the forum


[Go to top] top

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

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

[Home]


Written by Nick Gammon - 5K   profile for Nick Gammon on Stack Exchange, a network of free, community-driven Q&A sites   Marriage equality

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( https://gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Hosted at HostDash]