Find
You are looking at a dark piwafwi
It is a specially made piwafwi, designed to not be destroyed by contact with the sun's rays.
Created by
Chaotic Bob
, last updated 04 Sep 2009
Code
##spin:
runsub whoisit;
##whoisit:
if $init_obj = $actor's host then vanishish else end;
##vanishish:
var $hostname to $init_obj;
if $hostname = '18703' then continue else end;
##continue:
say 'msg',"[$actor] swirls around [$hostname] and he vanishes";
runsub complete;
##complete:
set $hostname's pose to 'lurking';
relook $loc;