Find
You are looking at a doorbell
Created by
a lost object #39027
, last updated 16 Jan 2010
Code
##push:runsub whattodo;
##whattodo:if $actor eq $target then someonepushed else end;
##someonepushed:
var $sound to (rings,dings,bings,dongs,goes ka-thump);
var $vol to (softly,loudly,slowly,quickly);
say 'msg',"[$actor] $sound $vol";