You are looking at many mdart nots

if second of hit then doit;
##doit:
print "[$init_obj] tosses [$actor] into the air";
print "[$actor] lies suspended in mid-air for a moment, then darts out of sight";
set $actor's loc to $target's loc;
$sound = (buzzing, whistling, screeching, warbling);
$thing = (stumbles, trips, falls);
print "You hears a strange $sound rapidly approaching. A split second later [$target] $thing in pain!";
$hlthm = $target's healthmax;
$hlth = $target's health;
take 3 from $hlth;
set $target's health to $hlth;
print "[$actor] quickly fades to a dark grey, it's magic depleted.";
set $actor's code = '';
set $actor's color to 'darkgrey';