2e7 @verb #9545:"fv" any none none rxdo #9545 @program #9545:"fv" any none none name = args[1] results = "" objects = {this, this.location, @valid(this.location) ? this.location:contents() | {}, @this:contents(), @this.features} for thing in (objects) if (valid(thing) && (mom = $object_utils:has_verb(thing, name))) results = results + " " + thing.name + "(" + tostr(thing) + ")" mom = mom[1] if (thing != mom) results = results + "--" + mom.name + "(" + tostr(mom) + ")" endif endif endfor if (results) this:tell("The verb :", name, " is on", results) else this:tell("The verb :", name, " is nowhere to be found.") endif "Last modified by Netheril (#9545) on Tue May 21 16:20:25 2002 MDT." . 0