Find
You are looking at a stick that shouldn't get aggravated
it is me beuty ful green stick its big and green like the hulk if he was a stick
PLEASE DONT
HIT THE STICK
Created by
a lost object #39027
, last updated 15 Apr 2009
Code
##hit:runsub whattodo;
##txickloc:runsub growlit;
##whattodo:
if $actor eq $target then whackit else end;
##whackit:
say 'msg',"[$actor] gets very aggravated";
call "hit $init_obj"
##growlit:
var $sound to (growls,grumbles,stares angrily at you,snickers);
say 'msg',"[$actor] $sound";