Author |
Message |
Topic: Triggers in Xaos. |
Zen Clark
Replies: 3
Views: 2088
|
Forum: zMUD General Discussion Posted: Fri Nov 17, 2006 11:13 pm Subject: Thanks, but... |
I have a guage set up like this:
#VAR @maxhp 100
#GAUGE @hp @maxhp ( @maxhp/10) "" "green" "red"
And a trigger like this:
#TRIGGER {(%d)~%hp (%d)~%m (%d)~%mv,(%d)~%tl} {#VAR @hp %1}
Whats ... |
Topic: Triggers in Xaos. |
Zen Clark
Replies: 3
Views: 2088
|
Forum: zMUD General Discussion Posted: Thu Nov 16, 2006 9:53 pm Subject: Triggers in Xaos. |
Hello, I play a MUD called Xaos, and I am wanting a trigger to watch my health and other stats. Here is what the promt looks like:
100%hp 100%m 100%mv,40%tl>
I can not use any normal commands for ... |
|