Find
You are looking at a swing
The swing looks fairly sturdy. Try pushing it, especially while someone is sitting on it.
Created by
thorn
, last updated 04 Jan 2012
Code
if target of push then pushed;
##pushed:
update $actor = "host=57039,hosthow='under',pose='hanging'";
$verb = (swings,oscillates,pendulates,pitches,pivots,rocks,sways,swerves,swivels,undulates,wags,wobbles);
say 'msg',"[$actor] $verb for a while. You hear a metallic scraping sound from where it is attached to an overhead branch.";
foreach in $loc do checksitting;
##checksitting:
if $for_id's host eq $actor then wheee;
##wheee:
getgender $for_id;
$verb = (whoops,cheers,hoots,howls,shrieks);
$fun = (amusement, delectation, enjoyment, entertainment, fruition, fun, gladness, gratification, gusto, happiness, hedonism, indulgence, joy, pleasure, rejoicing, relish, satisfaction, savor, self-indulgence, thrill, triumph, zest);
say 'msg',"[$for_id] $verb from the $fun [$actor] brings $himher!";