 |
Fallen.Anvil Novice
Joined: 12 Jul 2012 Posts: 44
|
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: 3661 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. |
|
_________________ Windows 10 Home Premium 64-bit
AMD Phenom II x6 1055T 2.8GHz 16GB
CMUD Pro v3.34 |
|
|
 |
Fallen.Anvil Novice
Joined: 12 Jul 2012 Posts: 44
|
Posted: Sun Nov 12, 2017 12:37 pm |
Thanks again. :)
|
|
|
 |
|
|