LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Oct 03, 2003 5:23 pm |
Unless Joe is the only name in the list, @ally won't equal Joe. And = is also case sensitive, so joe isn't equal to Joe. You should either use the %ismember function, which is also case sensitive, or put the list in the pattern, which isn't case sensitive.
Blink, yellow, and blue are all valid arguments to #COLOR so there's no need to use the %color or %eval functions.
Pattern: {@ally} has been slain
Value: #COLOR blink,yellow,blue |
|