Find
You are looking at a command called pitch
Created by
wolis
, last updated 16 Nov 2008
Code
get $target,$rel,$second in $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] winds up and pitches [$target] $rel [$second]";
relook $loc;
##fail1:
var $click_cmd to 'throw';
var $click_mid to 'to zzzzz';
var $desc_intro to 'Click on the object you want to pitch to someone:
';
msg $loc,$actor,$actor,0,'force',"force:look $loc,list";
##fail2:
var $click_cmd to "pitch $target to ";
var $desc_intro to 'Click on the object you want to pitch it to:
';
msg $loc,$actor,$actor,0,'force',"force:look $loc,list";