On Sun, 16 Nov 1997, Chuck Reed wrote: > (IS_OBJ_STAT(obj, ITEM_ANTI_ESRACE)) && (IS_ESRACE(ch)) || ^ > (IS_OBJ_STAT(obj, ITEM_ANTI_SRACE)) && (IS_SRACE(ch))) || ^ ^ > (IS_OBJ_STAT(obj, ITEM_ANTI_MRACE)) && (IS_MRACE(ch)))) || ^ ^^ > (IS_OBJ_STAT(obj, ITEM_ANTI_LRACE)) && (IS_LRACE(ch)))) ^ ^ Follow the pattern, kill the ^-ed )'s. :) Pattern = ( IS_OBJ_STAT() && IS_RACE() ) || -- George Greer - Me@Null.net | Genius may have its limitations, but stupidity http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST