Fang Xianfu GURU

Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Sun Apr 06, 2008 10:45 am |
Yes - the status window doesn't run commands, it only evaluates functions. You can use the %if function to do what you want, but remember to put quotes around it and to leave out the space between the comma and the start of the string:
%if(@Affectedbypoison = 1,"You are poisoned!")
to avoid typing issues. |
|