Find
You are looking at a command called bowl
bowl {object} to {object}
You can bowl balls and things to other players and things eg
bowl the ball to simon
Created by
wolis
, last updated 10 Dec 2008
Code
get $target,$rel,$second in $loc,$loc;if $target > 0 then trysecond else fail1;##trysecond:if $second > 0 then continue else fail2;##continue:set $target's host to $second;set $target's hosthow to "beside";say 'throw',"[$actor] bowls [$target] $rel [$second]";look $loc;##fail1:var $click_cmd to 'bowl';var $click_mid to 'to zzzzz';var $desc_intro to 'Click on the object you want to bowl to someone:
';look $loc,list;##fail2:var $click_cmd to "bowl $target to ";var $desc_intro to 'Click on the object you want to bowl it to:
';look $loc,list;