Find
You are looking at the command called break
break {object}
Visual interaction with another object
Created by
wolis
, last updated 10 Dec 2008
Code
get $target in $loc;
if $target > 0 then breakit else fail;
##breakit:
say 'break',"[$actor] broke [$target]";
##fail:
if $counter > 0 then end else listall:
##listall:
var $click_cmd to 'break';
var $desc_intro to "Click on the object you want to $click_cmd:
";
rem look $loc,list;
msg $loc,$actor,$actor,0,'force',"force:look $loc,list";