|
spotlight Beginner
Joined: 15 Jan 2002 Posts: 27 Location: USA
|
Posted: Wed Dec 11, 2002 11:44 am
guage math? |
i have a hp guage and all works fine , except (and i got this from reading help and so on) in the gaugelow portion i have
@maxhp/30
and it turns it red upon reaching 30 hp but i'd like to make it so it turns red upon reaching 30% so it would be maxhp devided by 30... maybe i don't have it set right or maybe i need to add another expression here.. any ideas? |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Wed Dec 11, 2002 12:39 pm |
What you want is:
(@maxhp * 30)/100
Kjata |
|
|
|
spotlight Beginner
Joined: 15 Jan 2002 Posts: 27 Location: USA
|
Posted: Wed Dec 11, 2002 7:51 pm |
ok i see now *smacks head*
thanks |
|
|
|
|
|