Switch to edit mode.
Name(s): _constructor1: "Only the player should read the text."
2: "Begin generic security check (_constructor)"
3: if (verb == "_constructor" && caller_perms() != #-1)
4: raise(E_PERM)
5: return E_PERM
6: endif
7: "End generic security check (_constructor)"
8: who = player:isa($webber) ? player.user | player
9: args[1].encryption_key = {"||", who, {"^", $guardian}}
10: "Last modified by Dax (#789) on Mon Jul 22 15:26:31 2002 MDT."