Switch to edit mode.
Name(s): _set_ghost1: if (!caller_perms().wizard)
2: raise(E_PERM)
3: endif
4: this.ghost = args[1]
5: ghost = $file_utils:from_value(args[1])
6: try
7: this:filewrite("ghost", ghost)
8: clear_property(this, "ghost")
9: except (ANY)
10: this.ghost = ghost
11: endtry
12: return args[1]
13: "This verb previously owned by manta (#7165), and chowned to $slacker upon dewizarding (Sat Aug 17 14:50:05 2002 MDT)."
14: "Last modified by Dax (#789) on Sat Aug 17 14:50:05 2002 MDT."