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
➜ Lua
➜ Making AddTimer send to output?
|
Making AddTimer send to output?
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Hawkes
(1 post) Bio
|
| Date
| Sat 28 Jul 2007 12:57 AM (UTC) |
| Message
| Is it possible to change this script so that it writes to output instead of the world?
AddTimer ("any_timer", 0, 20, 0, "crazy message to output here", timer_flag.Enabled + timer_flag.OneShot + timer_flag.Replace, "")
Thanks in advance! | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Sat 28 Jul 2007 02:38 AM (UTC) |
| Message
| |
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #2 on Sat 28 Jul 2007 03:24 AM (UTC) |
| Message
| If you want more control, see this post:
http://mushclient.com/forum/?id=7123
You could do something like this:
require "addxml"
addxml.timer { hour = 0, minute = 0, second = 5,
enabled = true,
one_shot = true,
send = "crazy message to output here",
send_to = 2, -- send to output window
}
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | 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,319 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top