Switch to edit mode.
Name(s): tell_players1: {players} = args
2: if (!players)
3: $msg:mtell("player_none")
4: elseif (length(players) == 1)
5: $msg:mtell("player_sing", players[1])
6: else
7: $msg:mtell("player_plur", players)
8: endif