Switch to edit mode.
1: {things} = args 2: if (!things) 3: $msg:mtell("thing_none") 4: elseif (length(things) == 1) 5: $msg:mtell("thing_sing", things[1]) 6: else 7: $msg:mtell("thing_plur", things) 8: endif
[home | help | who | search | setup | code]