Find
You are looking at a command called whistle
whistle
whistle for {object}
Useful if you have an object that responds to whistles as they are echoed loudly throughout cowland.
whistle for the doggy
This is similar to
read the command called call
Created by
wolis
, last updated 10 Dec 2008
Code
var $loc to 0;
if '$cmd_text' eq 'whistle' then sub1 else sub2;
##sub1:
say 'whistle',"you can hear [$actor] whistling very loudly!";
##sub2:
say 'whistle',"you can hear [$actor] whistle $cmd_text";