Find
You are looking at a wristband
Created by
omenofdoom
, last updated 16 Mar 2008
Code
##touch:
runsub whoisit;
##whoisit:
if $init_obj = $actor's host then cloakme else end;
##cloakme:
var $hostname to $init_obj;
if $hostname = '43107' then continue else end;
##continue:
say 'msg',"[$hostname] flickers for a moment, then disappears.";
runsub complete;
##complete:
set $hostname's pose to 'lurking';
relook $loc;