Find
You are looking at a command called send
send {object}
Sends the object to the postman so it can be delivered to the named player.
The postman will only deliver objects describe for a specific user.
eg
create a can of worms for wolis
write in it
send it
or
send the flowers
Created by
wolis
, last updated 08 Dec 2010
Code
get $target in $loc;
if $target ne 0 then sendit else end;
##sendit:
var $what to (A huge eagle,A small mouse,A slippery worm,The postman's assistant,A screaming fan,A marauding mass);
var $how to (swoops down,rushes in,appears out of nowhere,crawls out of a hole in the ground,crawls out of [$target],drops from the cieling);
say 'leaves',"$what $how and carries [$target] off to the Post Office";
var $dest to 1419; rem - this is the postman;
unhost $target;
clear $target,all;
set $target's loc to $dest;
look $loc;
msg $loc,$actor,0,0,'force',"force:look $loc";