@verb #3309:"@seat*s" this none none rxd #8438 @program #3309:"@seat*s" this none none "Syntax: @seats - lists the room's seats and how many people they hold" if (seats = this:seatlist()) for seat in (seats) player:tell("The ", typeof(seat[1]) == $LIST ? seat[1][1] | seat[1], " holds ", seat[2], ".") endfor else return player:tell($string_utils:nn(this), " has no seats.") endif "Last modified by Dax (#789) on Tue May 3 13:55:55 2005 MDT." .