Find
You are looking at a haha called call
Created by
a lost object #19500
, last updated 24 Dec 2006
Code
if '$cmd_text' eq 'call' then sub1 else sub2;
##sub1:
msg 0,$actor,$target,0,'calls',"you can hear [$init_obj] calling out $cmd_text",$init_obj,"$cmd_text";
##sub2:
get $firstword,$target;
if $target > 0 then callit else sub1;
##callit:
msg 0,$actor,$target,0,'calls',"you can hear [$init_obj] calling for [$target]",$init_obj,"$cmd_text";