Find
You are looking at the command called watch
watch {object}
Visual interaction with another object
Created by
wolis
, last updated 10 Dec 2008
Code
get $target in $loc;
if $target > 0 then watchit else fail;
##watchit:
say 'watch',"[$actor] sits down and watches [$target]";
##fail:
var $click_cmd to 'watch';
var $desc_intro to 'Click on an object to watch:
';
look $loc,list;
msg $loc,$actor,$actor,0,'force',"force:look $loc,list";