@verb #4214:"homeof" any none none rxdo #8438 @program #4214:"homeof" any none none "Searches for the given player and returns their home's name and number." this:update_usage(verb, player) if (!args) return player:tell("Syntax: ", verb, " <player name | player number>") else dobj = $string_utils:match_player(argstr) if ($command_utils:player_match_failed(dobj, argstr)) return endif endif player:tell($string_utils:nn(dobj), " lives in ", $string_utils:nn(dobj.home), ".") "Last modified by Dax (#789) on Thu Nov 8 11:53:55 2001 MST." .