Find
You are looking at a material called pet
For the moment it just serves to summon the object to you if it is evicted.
Created by
Chaotic Bob
, last updated 03 Jul 2009
Code
if target of evict then tomaster;
if target of pats then purrr;
##purrr:
$sound = (purrs,growls,numbles something,blinks,laughs);
print "[$actor] silently $sound";
##tomaster:
var $masterr = $actor's owner;
call "goto $masterr",40;
relook $loc;