217 @verb #8572:"sit" none on top of/on/onto/upon this rdo #8878 @program #8572:"sit" none on top of/on/onto/upon this if (player.location != this.location) player:tell("Uh...shouldn't you at least be in the same room?") elseif (player in this.sitting) player:tell("But you're already sitting on ", this:title(), "!") else player.location:announce_all_but({player}, player:title(), " sits down on ", this:title(), ".") player:tell("You sit down on ", this:title(), ".") this.sitting = {@this.sitting, player} endif . 0