|
Nosleumasnosleumas Newbie
Joined: 30 Oct 2006 Posts: 2
|
Posted: Mon Oct 30, 2006 5:48 pm
status window |
Hi
I need some help with making my status window show what cures I need to use.
I have this in my status window now
%if( @athillias = "1", athillias @athillias)
that shows me in the status window
Athillias 1
but I don't know how to make the %if statement work on any number above 0,
this is for aiding my manual curing, so I can see what I need to cure with and how many times I need to cure with it.
aha, and when the @athillias = 0 it don't show in the status window, so I only see the things I'm afflicted by, or am supposed to.
I appreciate any help I can get |
|
|
|
Guinn Wizard
Joined: 03 Mar 2001 Posts: 1127 Location: London
|
Posted: Mon Oct 30, 2006 5:54 pm |
%if(@athillias, athillias @athillias)
since the %if is false if @athillias=0, and true for any higher number |
|
_________________ CMUD Pro, Windows Vista x64
Core2 Q6600, 4GB RAM, GeForce 8800GT
Because you need it for text... ;) |
|
|
|
Nosleumasnosleumas Newbie
Joined: 30 Oct 2006 Posts: 2
|
Posted: Mon Oct 30, 2006 5:58 pm |
thank you so much!!
now I can start finnishing this.
I appreciate this reply alot
|
|
|
|
|
|