Switch to edit mode.
Name(s): description1: pick = this.dests[this.floor + 1]
2: players = {}
3: for x in (pick.contents)
4: if (is_player(x))
5: players = {@players, x}
6: endif
7: endfor
8: pl = $msg:substitute(this:msg_who(), pick, players, length(players) > 1 ? "are" | "is")
9: return pass({@args, @pl})
10: "Last modified by manta (#7165) on Fri Sep 11 04:28:03 1998 EDT."