1c8 @verb #1015:"take" none off/off of this rdo #9201 @program #1015:"take" none off/off of this if (this.location != player) return player:tell("You don't have ", this.name, ".") this.put = 0 endif if (this.put == 1) player:tell("You take off your sweat pants! You're not cool anymore!") this.location:announce(player:title() + " takes off sweat pants!") this.put = 0 else player:tell("You're not wearing any sweat pants!") endif . 0