Find
You are looking at a beach ball you feel and urge to push
when you push me.. I bounce away.. sometime through a doorway.
Created by
wolis
, last updated 25 Jan 2015
Code
##base:
if target of push then itsme;
##itsme:
say 'bounces',"[$actor] bounces away";
runsub transmoveme/1;
##transmoveme:
find $loc,random doorway;
if $found_id > 0 then movemenow;
##movemenow:
relocate $actor through $found_id print "[$actor] bounces away" then "[$actor] bounces in";