|
Fallen.Anvil Novice
Joined: 12 Jul 2012 Posts: 47
|
Posted: Sat Nov 11, 2017 11:45 am
Setting an idle timer. |
I want to send a command to a Mud when I am idle every 17500 seconds. The command is +time. How would I go about doing that.
If 17500 seconds is too long I would like to set the command at the maximum time possible.
Thanks |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Sat Nov 11, 2017 8:35 pm |
#ALARM "idleTimer" -17500 {+time}
#ALARM "idleTimer" -291:40 {+time}
#ALARM "idleTimer" -4:51:40 {+time}
These are more or less the same length of time, I just wanted to show how you can specify by hours and minutes as well as seconds. |
|
_________________ Discord: Shalimarwildcat |
|
|
|
Fallen.Anvil Novice
Joined: 12 Jul 2012 Posts: 47
|
Posted: Sun Nov 12, 2017 12:37 pm |
Thanks again. :)
|
|
|
|
|
|