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


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  General
. . -> [Subject]  How to put wait time into Connect Text

How to put wait time into Connect Text

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


Posted by Kehl   (1 post)  [Biography] bio
Date Wed 08 Feb 2012 05:26 PM (UTC)
Message
Sometimes my mud response isn't fast enough for the connect text, so I'd like to put in wait time before sending the text. Is there a way to do that?

V. 4.73
[Go to top] top

Posted by Nick Gammon   Australia  (22,975 posts)  [Biography] bio   Forum Administrator
Date Reply #1 on Wed 08 Feb 2012 07:06 PM (UTC)
Message
Make an alias which matches something like "connect_me_now".

Make that alias send whatever you need to connect to the MUD, after a delay (by a small script). Example:


<aliases>
  <alias
   match="connect_me_now"
   enabled="y"
   send_to="12"
   sequence="100"
  >
  <send>

DoAfter (5, "gandalf")    -- username
DoAfter (6, "swordfish")  -- password

</send>
  </alias>
</aliases>



Go to the Scripting configuration and put this into the box World Events -> Connect:


!connect_me_now


Note the exclamation mark. Now when you connect it will call the alias connect_me_now. That will schedule to send your username/password after 5/6 seconds. Of course modify the alias as required to have the delay you want, and send whatever you want.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[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.


7,563 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]