1b5 @verb #3309:"seat_update" this none this rxdo #8438 @program #3309:"seat_update" this none this "Updates the seats and sitters in the room." sitters = {} seats = {} for check in [1..length(this.sitters)] if (valid(this.sitters[check]) && this.sitters[check].location == this) seats = {@seats, this.seats[check]} sitters = {@sitters, this.sitters[check]} endif endfor this.seats = seats this.sitters = sitters . 0