Find
You are looking at a command called prod
prod {object}
prod {object} with {object}
You can prod an object, to see if it does anything.
prod the jellyfish
If there is a handy object lying around.. you can prod an object with another:
prod the jellyfish with the broken twig
Scripting notes:
This makes a trigger word of 'push' as it acts jist like a push.
Created by
wolis
, last updated 01 Jan 2012
Code
get $target,$rel,$second in $loc;
if $second > 0 then pokewith else chkone;
##pokewith:
$with = "with [$second]";
runsub unhostit;
##chkone:
get $target in $loc;
if $target > 0 then unhostit else fail;
##unhostit:
clear $target,all;
say 'push',"[$actor] prods [$target] $with";
look $loc;
msg $loc,$actor,0,0,'force',"force:look $loc";
runsub noisy/3;
##noisy:
msg 0,$actor,0,0,"act","You hear the a gentle thud";
##fail:
var $click_cmd to 'prod';
var $desc_intro to 'Click on the object you want to prod:
';
look $loc,list;
msg $loc,$actor,$actor,0,'force',"force:look $loc,list";