Find
You are looking at an amusing Yo-Yo
Created by
a lost object #53329
, last updated 28 Jan 2007
Code
if target of push then someonepushed;
if target of use then usedon;
##someonepushed:
$sound = (bobbles around a little,dangles,swings uncontrollably);
$vol = (softly,loudly,slowly,quickly);
print "[$actor] $sound $vol";
##usedon:
print "[$second] complains as $heshe does not like [$actor] on it";