3f5 @verb #9131:"fv" any none none rxdo #9131 @program #9131:"fv" any none none "Copied from Cephei (#4545):fv Oct 28 08:39:16 2000" "Copied from Paradox (#7122):fv Aug 31 20:37:05 2000" "Copied from trebuchet (#2773):fv Sep 15 15:00:05 1999" "Copied from Russ (#5030):fv Mar 11 19:04:32 1999" "Updated by Samson (#9131)" if (!args) this:tell("Syntax: fv ") else 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 endif . 0