Find
You are looking at a command called point
point to|at|towards {object}
Allows you to point at an object in your current location.
point at the exit
or
point towards the 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 facinating 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,gesticulates,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,arrow1_nw,3";
##fail:
msg $loc,$actor,$actor,0,'msg',"
(you can only point an object you can see)
";