Find
You are looking at a command called nudge
nudge {object} up|down|left|right
mobe an object on the
map
view a small distance in the named direction:
nudge the cat up
Created by
wolis
, last updated 03 Dec 2014
Code
get $target,$lastword in $loc;
if $target > 0 then continue else fail;
##continue:
if $lastword ne '' then nudgeit else fail;
##nudgeit:
nudge $target,$lastword;
say 'say',"[$actor] nudges [$target] $lastword";
look $loc,map;
msg $loc,$actor,$actor,0,'force',"force:look $loc,map";
##fail:
say 'fails',"[$actor] could not nudge [$cmd_text]";