Creating quick access timers

Posted by Entropian on Mon 16 Apr 2007 03:04 AM — 2 posts, 11,878 views.

Australia #0
Is it possible to turn timers off from the command line? Following on from that, is is then possible to create an alias to turn it on and off? Also, if I wanted to change a variable within the timer, could I make that doable from the command line?

Say for example, I was getting something
get ore
If I wanted to stop collecting, I'd want to hit that alias. Hit another alias, it would start up again. I might want to start collecting pebbles too, so I'd want to change the variable currently containing ore.
Australia Forum Administrator #1
I would use EnableTimer. See the link, by changing the second argument from true to false you can enable or disable a timer by name.

So make an alias that does "send to script" to enable/disable the timer.


http://www.gammon.com.au/scripts/doc.php?function=EnableTimer