Find
You are looking at a harp
Created by
Atheistx
, last updated 08 May 2007
Code
if reacting to use then isitme;
##isitme:
if $actor eq $target then noteme else end;
##noteme:
$note = (rings a crisp b flat,makes no sound);
print "[$actor] $note";
print "[$actor] goes completely silent";