Skip to content

Samakhulis of the Druids

Everybody STILL needs a blog, I say!

  • The Fairy Garden Home
  • Blog
  • Push-Up Punishments
    • The NAUGHTY List
  • Achaea
  • MUSHClient
  • Twitter
  • ICHC

Tag: wait

MUSHClient wait command

Posted on March 27, 2010September 6, 2019 by samakhulis

I’m not entirely sure if more recent versions of MUSHClient have a built-in wait function, but back when -I- started, here’s how we had to make it work.

Change your Send To: to ‘Script.’

In the Send box, type the following to initialize a wait:

require "wait"
wait.make (function ()

Send("Command")
Send("other Command")
wait.time(5)
Note("Five Seconds since other command.")

end)

Posted in UncategorizedTagged mushclient, script, waitLeave a Comment on MUSHClient wait command
Back to top
Proudly powered by WordPress | Theme: sylvan by Saunders Technology.