Switch to edit mode.
Name(s): tell_contents1: "Copied from Generic Container (#8):tell_contents by Slacker (#2) Sep 21 00:42:54 1995"
2: if (!this.contents)
3: $msg:mtell("empty")
4: elseif (length(this.contents) == 1)
5: $msg:mtell("contents_sing", this.contents[1])
6: else
7: $msg:mtell("contents_plur", this.contents)
8: endif