Find
You are looking at an action called free
Created by
Clod
, last updated 04 Jan 2012
Code
get $target;
if $target > 0 then editit else fail;
##editit:
say 'act',"[$actor] unlocks [$target].";
set $target's pwd to '';
##fail:
var $click_cmd to 'code';
var $desc_intro to 'Click on an object to unlock:
';
look $loc,list;
msg $loc,$actor,$actor,0,'force',"force:look $loc,list";