Switch to edit mode.
Name(s): accept1: "Copied from Programmer's permit (#5501):accept by Dax (#789) Oct 28 15:32:00 1996"
2: if (this.owner != player)
3: $msg:mtell("huh")
4: elseif (this == this.master)
5: player:tell("This is the original permit!")
6: elseif (parent(this) != this.master)
7: player:tell("This permit is a counterfeit! Destroying it now...")
8: $recycler:recycle(this)
9: else
10: player:tell("Read the permit for the " + (this.master == #5667 ? "second" | "third") + " question.")
11: $building_utils:chparent(player, $testee)
12: "$building_utils:chparent(this, this.master == #5667 ? #3067 | #6782);"
13: $building_utils:chparent(this, this.master == #5667 ? #2945 | #6782)
14: this.clock_task = $clock:schedule(this, "do_burn", {}, 0, 0, 20 * 60)
15: player.gaglist = setadd(player.gaglist, #-1)
16: endif
17: "Last modified by MadHatter (#8371) on Thu Aug 8 05:53:21 2002 MDT."