Switch to edit mode.
Name(s): www_desc1: "Print a message on the welcome screen with the names of those online."
2: who = this:actives()
3: who = {@who[1], @who[2]}
4: if (length(who) == 1)
5: who = $msg:substitute(this:msg_player_sing(), who)
6: elseif (who)
7: who = $msg:substitute(this:msg_player_plur(), who)
8: else
9: who = `$msg:substitute(this:msg_player_none()) ! E_PROPNF => ""'
10: endif
11: return {@pass(@args), "<P>" + who}
12: "Last modified by manta (#7165) on Fri Sep 11 04:09:35 1998 EDT."