Mirudus Newbie
Joined: 18 Jan 2006 Posts: 4
|
Posted: Thu Jun 18, 2009 12:06 am
Time after commands? |
I'm on a MUD that only allows you to use a spell once in a given period of time, but does not tell you when that time period is up. The time is exactly 15 minutes.
Suppose I do:
cast 'thunder bolt'
(Mud echoes back: You launch a thunder bolt into the air!)
then, 2 minutes later, I do:
cast 'lightning storm'
(Mud echoes back: You channel lightning into your fingertips, flinging it at <person>!)
and then, 37 seconds after that:
cast 'heal'
(Mud echoes back: You heal <person>.)
Could I get some kind of trigger set up that would tell me, exactly 15 minutes after I cast one of said spells, that 15 minutes is up? (I.e. echoes to my main window, "nameofspell is now ready to cast again.") If so, how?
Thanks! |
|