@verb #3310:"seated_description" this none this rxdo #8438 @program #3310:"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" | (player:display_pueblo() && player.location == this ? $pueblo_utils:title_list({p}) | 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 "" "Last modified by Jay (#8438) on Tue Jan 23 13:40:20 2001 MST." .