Find
You are looking at an executive toy wanting to be pushed
It has several chrome balls haning in a neat line from a chrome frame
Created by
wolis
, last updated 17 Jul 2012
Code
##xpush:runsub isitme;
##examine:runsub isitme;
##nudge:runsub isitme;
##play:runsub isitme;
##stroke:runsub isitme;
##use:runsub isitme;
##isitme:
if $target eq $actor then itsme else end;
##itsme:
say 'clicks',"the chrome balls click back and forth in a nice regular way";
say 'clicks',"click click click";
say 'clicks',"click click";
say 'clicks',"click";
say 'stops',"the clicking of the executive toy stops";