@verb #1008:"acceptable" this none this rxdo #7153 @program #1008:"acceptable" this none this return 0 "This verb has been causing WAY too many TBs. - Dax 21/05/01" "Feel free to remove these lines if you are planning on fixing this verb." "" if (!this.player_db:is_banned(args[1])) if (is_player(args[1])) if (args[1].location != this) return 1 endif endif elseif (args[1]:isa($exit)) return 1 endif return "Old Code, didn't screen correctly. - Picard 21/02/97" "return (((!this.player_db:is_banned(args[1])) && is_player(args[1])) && (args[1].location != this)) || args[1]:isa($exit);" "Last modified by Dax (#789) on Mon May 21 13:15:10 2001 MDT." .