240 @verb #3873:"acceptable" this none this rxd #9131 @program #3873:"acceptable" this none this t = args[1] if (t in this.banned) this:announce_all(this:title(), " rejects ", t.name, " (banned).") return 0 elseif (this.locked == 0) return 1 elseif (t == this.owner || t in this.owner.owned_objects) return 1 elseif (t in this.is_unlocked_for) return 1 elseif (t.wizard || t:isa($guardian)) return 1 else this:announce_all(this:title(), " rejects ", t.name, ".") return 0 endif "Last modified by Eve (#2633) on Wed Sep 27 20:00:20 2000 MDT." . 0