1b2 @verb #8572:"stand" none out of/from inside/from this rdo #8878 @program #8572:"stand" none out of/from inside/from this if (!(player in this.sitting)) player:tell("But you're not sitting on ", this:title(), ".") else this.location:announce_all_but({player}, player:title(), " gets off of ", this:title(), ".") player:tell("You get off of ", this:title(), ".") this.sitting = setremove(this.sitting, player) endif . 0