Author |
Message |
Topic: Displaying multiple "spaces" in status window |
hole
Replies: 5
Views: 9021
|
Forum: zMUD General Discussion Posted: Fri Feb 04, 2005 11:26 am Subject: Displaying multiple "spaces" in status window |
Thanks you for your replies (both)
I'm a little bit confused on what the correct syntax with %format would look like (help file is a bit confusing for me)
Would this do the trick?
%ansi ... |
Topic: Displaying multiple "spaces" in status window |
hole
Replies: 5
Views: 9021
|
Forum: zMUD General Discussion Posted: Thu Feb 03, 2005 8:30 pm Subject: Displaying multiple "spaces" in status window |
This is what i have
%ansi( white)Armor : %ansi( yellow)@armor
%ansi( white)Shield: %ansi( yellow)@shield
%ansi( white)Rhino : %ansi( yellow)@rskin
%ansi( white)Prot. : %ansi( yellow)@prot
%an ... |
Topic: #CW : coloring a @ (variable) |
hole
Replies: 1
Views: 4825
|
Forum: zMUD General Discussion Posted: Wed Feb 02, 2005 11:51 am Subject: #CW : coloring a @ (variable) |
Suppose my HP-bar is
HP: 100/150
and the trigger to capture the variables is
HP: @hp/@maxhp
What i want to do is color the @hp variable a certain color (for example: red) when it's be ... |
Topic: Variables will not update |
hole
Replies: 1
Views: 3783
|
Forum: zMUD General Discussion Posted: Tue Feb 01, 2005 7:58 am Subject: Re: Variables will not update |
I have the following problem:
My problem: the trigger works, in that it will capture and store all the variables, BUT it will not update em!!!
Basically it takes a snapshot of the values, but ... |
Topic: Variables will not update |
hole
Replies: 1
Views: 3783
|
Forum: zMUD General Discussion Posted: Mon Jan 31, 2005 10:35 pm Subject: Variables will not update |
I have the following problem:
From my HPbar:
HP: 178/178 SP: 509/509/99%/30% Sat: 0% Conc: 0% A S RS
(2 spaces in front, the letters at the end may vary)
I want to caputure some variables, us ... |
|