Switch to edit mode.
Name(s): _destructor1: "Begin generic security check (_destructor)"
2: if (verb == "_destructor" && caller_perms() != #-1)
3: raise(E_PERM)
4: return E_PERM
5: endif
6: "End generic security check (_destructor)"
7: player:tell("Thank-you for using your $wearable thing, to recreate it ask a guardian.")
8: this.hmany = this.hmany - 1
9: this.hmanyr = this.hmanyr + 1
10: "Last modified by Slacker (#55) on Sat Mar 30 16:27:09 2002 MST."