293 @verb #3135:"is_interesting" this none this rxdo #3135 @program #3135:"is_interesting" this none this "Returns 1 if victim has a verb, nonclear prop or file." {victim} = {@args} for x in (victim:all_properties()) if (!(x in {"description", "key", "anchor", "aliases", "best_before", "subsidised", "www_counter", "obj_disk_size", "name", "r", "w", "f", "programmer", "wizard", "owner", "location", "contents"}) && !is_clear_property(victim, x)) return 1 endif endfor if (length(victim:verbs()) > 0) return 1 endif if (length(victim:filelist()) > 0) return 1 endif "Last modified by whiz (#3135) on Wed Jul 18 23:08:24 2001 MDT." . 0