|
Loto Apprentice
Joined: 05 May 2003 Posts: 194
|
Posted: Mon Aug 02, 2004 11:01 pm
Continuous timer? |
Is it possible to set up a continuosly running timer? I want to set one up to send 'emote is practicing with his axe and chain. He seems to be busy right now.' every 90 seconds
|
|
_________________ *Llewlyn* makes a strange sound but is suddenly very silent as you place a silver sai in his back! |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Tue Aug 03, 2004 2:31 am |
#ALA *90 {emote is practicing with his axe and chain. He seems to be busy right now.}
|
|
_________________ LightBulb
Senior member
Most scripts in this forum are written for Command Line entry.
Don't even open the Settings Editor unless its use is specified or obvious. |
|
|
|
Theragil Apprentice
Joined: 13 Feb 2004 Posts: 157 Location: USA
|
Posted: Tue Aug 03, 2004 3:07 pm |
Give it a name so you can turn it off, too.
#alias startpractice {#ala "PracticeAlarm" *90 {emote is practicing with his axe and chain. He seems to be busy right now.}}
#alias stoppractice {#untrigger "PracticeAlarm"} |
|
|
|
Loto Apprentice
Joined: 05 May 2003 Posts: 194
|
Posted: Tue Aug 03, 2004 4:14 pm |
I put it in a class folder cause it goes with a trigger.
#CLASS {Away}
#ALARM {*90} {emote is practicing with his axe and chain. He seems to be busy right now.}
#TRIGGER {(%w) tells you '*'} {tell %1 I am currently busy at the moment.}
#CLASS 0
#ALIAS away {#T+ Away;emote has just gone away.}
#ALIAS back {#T- Away;emote has returned.} |
|
_________________ *Llewlyn* makes a strange sound but is suddenly very silent as you place a silver sai in his back! |
|
|
|
|
|