Switch to edit mode.
Name(s): tell_contents1: "Copied from the generic enhanced room (#1606):tell_contents by Odo (#987)Jul 16 18:20:51 2000"
2: "Remove objects from the visible contents whose name is the flag."
3: if ($tcm)
4: return pass(@args)
5: endif
6: cont = {}
7: flag = "} hidden {"
8: for thing in (args[1])
9: thing.name == flag && !this:junk_p(thing) || (cont = {@cont, thing})
10: endfor
11: return pass(cont, @listdelete(args, 1))