Switch to edit mode.
Name(s): exits1: "Copied from Test Center (#4772):exits by Slacker (#55)Mar 6 12:31:21 2001"
2: "Copied from Generic Room (#6):exits by Slacker (#55)Mar 6 11:43:20 2001"
3: "exits([include null exits]) => exit list"
4: {?include_nulls = 0} = args
5: exits = {}
6: for x in (this:contents(1))
7: if (typeof(x) == $STR)
8: x = $xml:from_xml(x)
9: endif
10: if (this:is_exit(x, include_nulls))
11: exits = setadd(exits, x)
12: endif
13: $command_utils:suspend_if_needed(0, caller_perms())
14: endfor
15: return exits
16: "Last modified by Dax (#789) on Mon Jun 12 18:04:03 2006 MDT."