Find
You are looking at the water under the drawbridge
You have no idea how deep this is, as you cannot touch the bottom.
Created by
thorn
, last updated 25 Jul 2012
Code
if target of push then splash;
if reacting to arrives then splash;
##splash:
if $loc's lochow == 'swimming in' then splash2;
##splash2:
print "[$init_obj] drops into [$actor], causing a large splash and sending ripples across [$loc].";
##tickloc:
runsub ticked;
##ticked:
if $loc's lochow == 'swimming in' then ticked3;
##ticked3:
runsub effect/10;
##effect:
find $loc,random player;
$what = (slimy,scaly,rough,large);
$verb = (slide across,bump into,slip past,touch);
$obj = (foot,leg,knee,hand,back);
sayto $found_id,"You feel something $what $verb your $obj under [$actor]";