@verb #1110:"unlock" this none this rxdo #789 @program #1110:"unlock" this none this "Shut-down the forcefield, record the grafiti, and update the security log." caller == this || raise(E_PERM) if (this.task_ID) kill_task(this.task_ID) endif this.task_ID = 0 #2453.key = #1548.key = 0 graffiti = {} this:announce_all("There is a brief buzz as the force field collapses.") for dude in (this.contents) if (is_player(dude)) record = #2359:get(dude) if (record[2] > 1 && record[2] < 4) #2359:set(dude, "", 1) dude:tell("You have served your prison time for the crime of: '" + record[1] + ".' Your secutity status has been reset to 'Clean.'") endif graffiti = {@graffiti, dude:title()} dude:tell("You take a moment to paint your name on the wall.") endif endfor if (graffiti) this.graffiti = graffiti endif "Last modified by Dax (#789) on Mon May 7 14:14:45 2001 MDT." .