Find
You are looking at a command called bite
bite {object}
Allows you to bite another object.
bite the chair
Created by
wolis
, last updated 03 Nov 2008
Code
get $target in $loc;
if $target > 0 then blastit else fail;
##blastit:
clear $target,all;
rem set $target's host to '';
var $how to (slowly,quickly,thoughtfully,spitefully,happily,angrily);
var $bite to (bites,gnaws at,nibbles on,chomps on);
say 'bites',"[$actor] $how $bite [$target]";
##fail:
say 'blastfail',"[$actor] tried to bite $cmd_text but misses";