Find
You are looking at the action called code
Created by
Chaotic Bob
, last updated 21 Jun 2011
Code
get $target;
if $target > 0 then editit else fail;
##editit:
var $caption to 'code';
var $fld to 'code';
say 'edits',"[$actor] starts to code [$target]";
mode textbox;
##fail:
var $click_cmd to 'code';
var $desc_intro to 'Click on an object to edit its code:
';
look $loc,list;
msg $loc,$actor,$actor,0,'force',"force:look $loc,list";