 |
DirtyMonkey Newbie
Joined: 01 May 2005 Posts: 1
|
Posted: Sun May 01, 2005 11:33 am
#gauge command |
Im very new at programming and i cant get the #gauge command to work on zmud.
I want it to trigger on my prompt, which is:
(Hp:242/242 - Sp:74/74 - XExp:1205283 - Coins:7055)
Right now the trigger is set to:
#GAUGE hp "hp" @hp @maxhp (@maxhp/3) "" "green" "red"
I'm not sure if I'm entering the pattern to trigger right or what.
Thanks |
|
_________________ Man in white: Who...who's there?
Stouie: It's a boy..*zap* |
|
|
 |
Maelstrom Apprentice
Joined: 10 Feb 2005 Posts: 158
|
Posted: Mon May 02, 2005 1:47 am |
#GAUGE and #TRIGGER are two different things. Looks like the guage is correct though so you just need a trigger to detect your prompt and set some variables...
#TRIGGER {^~(Hp:&hp/&maxhp} {} |
|
|
 |
|
|