248 @verb #3309:"seated_description" this none this rxdo #8438 @program #3309:"seated_description" this none this "Intragates the seats into the room's description." seat = args[1] who = {} for y in [1..length(this.seats)] if (this.seats[y] == seat) who = {@who, (p = this.sitters[y]) == player ? length(who) ? "you" | "You" | p:title()} endif endfor if (length(who)) return $string_utils:english_list(who) + (length(who) > 1 ? " are " | ("you" in who ? " are " | " is ")) + this:expanded_seatedlist_msg(who, seat, this:seatedlist_msgs()[seat]) endif return "" . 0