View/Edit #1982:tell_contents

Switch to edit mode.

Name(s): tell_contents
1:  "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))

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Cyberspeed (#7854)

You are not logged in.

[home | help | who | search | setup | code]