|
crycry Apprentice
Joined: 24 Jun 2006 Posts: 169 Location: UK - South Coast
|
Posted: Sat Dec 23, 2006 12:23 pm
[1.24] alarm setting |
weird thing.
why does '#noop %alarm( timer,3600000)' work, when you type it in to the command line.
but an alias containing exactly the same line doesnt?
the alarm is in the main window module, as is the alias. |
|
_________________ 'Life is what happens, when your too busy doing something else'
_________________
XP Pro SP2
cMud 1.24
_________________ |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Jan 17, 2007 7:59 pm |
Not sure...works fine for me here. Closed the initial session window, then entered these commands (one at a time)
Code: |
#ALARM "timer" 5 {hello world}
#ALIAS test {#noop %alarm( timer,3600000)}
test
#ALARM |
The last alarm command shows that the timer will now fire in 59 minutes or so. Worked fine. |
|
|
|
|
|