Find
You are looking at a command called bat
bat {object} to {object}
Hit an object towards another. eg
bat
the ball
to
alice
Created by
wolis
, last updated 23 Mar 2008
Code
get $target in $loc;
if $target > 0 then blastit else fail;
##blastit:
set $target's host to '';
say 'push',"[$actor] take a wild swing and bats [$target]";
msg $loc,$target,$target,$second,'moves',"[$target] is sent flying!";
rem look $loc;
##fail:
if $counter > 0 then end else listall;
##listall:
var $click_cmd to 'blast';
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";