Find
You are looking at a paper plane from wolis
This is a small delicate paper plane made with shiny blue paper.
Just throw it towards something and watch it fly!
What's this?? A little note scrawled in the corner of the paper plane!!
*Greetings from porcelain! May your day be safe and fruitful!!*
Created by
wolis
, last updated 04 Nov 2013
Code
##throw:runsub isitme;
##isitme:if $actor eq $target then chkrand else end;
##chkrand:
find $loc,random;
var $how to (skims through the air,wobbles precariously,does a loop-the-loop,glides effortlessly);
var $near to (around,over,straight towards,nowhere near);
var $land to (lands on,crashes into,drops beside,slams into,grazes,continues on towards,completely misses);
say 'actn',"[$actor] $how $near [$found_id] then $land [$second]";
runsub transmoveme/2;
##transmoveme:
find $loc,random doorway;
var $tlink to $found_id's link;
var $tloc to $tlink's loc;
say 'leaves',"[$actor] skims past [$second] and floats away via [$found_id]";
clear $actor,all;
msg $loc,$actor,0,0,'force',"force:look $loc";
set $actor's loc to $tloc;
var $loc to $tloc;
msg $tloc,$actor,0,0,'arrives',"[$actor] floats in from [$tlink] and settles on the ground";
msg $tloc,$actor,0,0,'force',"force:look $tloc";