Switch to edit mode.
Name(s): @uo1: if (!args)
2: them = connected_players()
3: else
4: who = $command_utils:player_match_result($string_utils:match_player(args), args)
5: if (length(who) <= 1)
6: if (!who[1])
7: player:notify("Where is who?")
8: endif
9: return
10: elseif (who[1])
11: player:notify("")
12: endif
13: them = listdelete(who, 1)
14: endif
15: lmax = rmax = 0
16: player:notify(" < Name > < Place > <Num>")
17: for p in (them)
18: player:notify(tostr($string_utils:left($string_utils:nn(p), 25), " ", $string_utils:nn(p.location)))
19: endfor
20: "Last modified by FiReStArTeR (#2340) on Sun Mar 1 13:00:02 1998 EST."