|
donkey_boy_1 Newbie
Joined: 06 Sep 2002 Posts: 4 Location: Australia
|
Posted: Fri Jul 25, 2003 5:03 pm
status bar triggers |
i want to be able to trigger off the status bar, is it possible?
ok i have a trigger for when i run out of mana
but i want to make a warning
as my mud allows bots for groups
i would like a warning when he is a bout to run out like 200 mana or so
if any one has an idea how to do it it would be much apriciative |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Jul 25, 2003 6:02 pm |
No, it's not possible to trigger off the status bar. It is, of course, possible to trigger off whatever's supplying information to the status bar.
There's nothing difficult here.
#TR {(%d)mana} {#IF (%1 < 200) {tell donkey_boy_1 I'm about to run out of mana}} {} {prompt|nocr} |
|
|
|
donkey_boy_1 Newbie
Joined: 06 Sep 2002 Posts: 4 Location: Australia
|
Posted: Wed Jul 30, 2003 1:04 pm |
ok ill give it a go thanks
|
|
|
|
|
|