1ab @verb #3972:"accept" this none this rxdo #2322 @program #3972:"accept" this none this who = args[1] if (who == this.owner || who in this.residents || who in this.invites) return 1 elseif (this.locked == 1) player:tell("I'm sorry the door is locked.") elseif (player in this.banned) player:tell("I'm sorry, but you have been banned from ", this.location, ".") return 0 else return 1 endif pass(@args) . 0