Find
You are looking at the water all around you
You have no idea how deep this is, as you cannot touch the bottom.
Created by
thorn
, last updated 30 Jul 2008
Code
if reacting to arrives then splash;
##splash:
if $target's class == 'swim' then continue else splash2;
##splash2:
print "[$init_obj] drops into [$actor], causing a large splash and sending ripples across [$loc].";
set $init_obj's pose to 'swimming';
##tickloc:
runsub ticked;
##ticked:
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]";