Find
You are in a pager two which really works
By using this small device you can call to the pager one.
Created by
Xianus
, last updated 24 Jun 2009
Code
##use:runsub isitme;
##isitme:
if $actor eq $target then callit else end;
##callit:
var $dest to 16178;
var $dloc to $dest's loc;
msg $dloc,$actor,$dest,0,'call',"[$actor] calls to [$dest]! ([$init_obj] wants something)";
say 'msg',"[$actor] calls to [$dest]!";
the poss