Switch to edit mode.
Name(s): tell_www_body1: player:tell("<h1>", $su:nn(this), "</h1>")
2: player:tell("The folowing people are on it:")
3: desc = {}
4: for x in (this.lay)
5: desc = {@desc, x, x:title()}
6: endfor
7: player:tellcolumns({5, 30}, {"#", "Name"}, @desc)
8: player:tell("There is a total of ", tostr(length(this.lay)), tostr(length(this.lay) == 1 ? " person." | " people."))
9: "Last modified by Dax (#789) on Sun Jan 27 11:46:52 2002 MST."