Find
You are looking at a command called gesture
gesture to|towards|at {object}
Allows you to point at an object in your current location.
gesture towards exit
or
gesture at oak door
This makes it easy for people to see what you want them to examine or the doorway you want them to go through.
Remember: if you want to suggest an command, prefix the command with
type
: eg.
type
: create a small mouse
click
: think this is a fascinating place
This is similar to
read the command called gesture
Created by
wolis
, last updated 22 Apr 2008
Code
get $rel,$target in $loc;
if $target > 0 then gestureit else fail;
##gestureit:
var $act to (gestures,gsticulates,points);
var $how to (slowly,quickly,wildly,casually);
var $to to (to,at,towards);
say 'gestures',"[$actor] $how $act $rel [$target]";
say 'ping',"_ping $target,ring2,3";
##fail:
msg $loc,$actor,$actor,0,'msg',"
(you can only gesture at object you can see)
";