@verb #909:"loc*ate" any none none rxdo #6612 @program #909:"loc*ate" any none none "locate [playername]" " A quick and dirty verb whereby just type in the name or one of the" " aliases of a player to find their name and number." victim = $string_utils:match_local_player(argstr) return victim in {#-1, #-2, #-3} ? player:tell(argstr, " not found.") | player:tell("Found ", $su:nn(victim), ".") "Last modified by Dax (#789) on Tue Jun 2 13:21:55 1998 EDT." .