Find
You are looking at the xeno called powerforce
Created by
Chaotic Bob
, last updated 17 Apr 2009
Code
get $target,$rel,$word in $loc;
if $target > 0 then continue else fail;
##continue:
var $temp to $actor;
var $tmp2 to $target;
var $actor to $target;
var $target to 0;
call $word;
var $actor to $temp;
var $target to $tmp2;
look $loc;
##fail:
say 'fail',"[$actor] desires to command something unbeknownst to modern life";