220 @verb #1492:"ignore watch" this none none rxd #60 @program #1492:"ignore watch" this none none was = player in this.watching this.watching = verb == "watch" ? setadd(this.watching, player) | setremove(this.watching, player) is = player in this.watching if (was == is) player:tell("You already were ", verb == "watch" ? "watching" | "ignoring", " ", this:title(), ".") elseif (this.location == player) player:tell("You start to ", verb, " ", this:title(), ".") else $you:say_action("%N % to " + verb + " %t.") endif . 0