@verb #1011:"@loc*ate" any none none rxdo #7153 @program #1011:"@loc*ate" any none none "Usage: @loc*ate #" " This will give you the location of any object on the MOO." this:update_usage(verb, player) if (!valid(dobj)) player:tell("Usage: @loc #<object number>") else player:tell($string_utils:nn(dobj), " is located at ", $string_utils:nn(dobj.location), ".") endif "Last modified by Dax (#789) on Thu Nov 8 11:38:31 2001 MST." .