Author |
Message |
Topic: Button Question |
Slink
Replies: 2
Views: 4510
|
Forum: zMUD General Discussion Posted: Sat May 11, 2002 6:43 pm Subject: Button Question |
Heres what I'd like to do:
Have a single press button that starts off w/ blue text. When you press it, for the next 4 minutes it turns red. After four minutes is up, it turns blue again.
Sugge ... |
Topic: Newbie coloring question |
Slink
Replies: 1
Views: 4943
|
Forum: zMUD General Discussion Posted: Sat May 04, 2002 7:43 pm Subject: Newbie coloring question |
Here is something similar that may be of use: It basically color codes a stat based on its value-
#TRIGGER {%d Stm}
#sub %if( %1>100, %ansi( low, blue)%1 Stm, %if( %1>70, %ansi( high, green)% ... |
|