circle-3.5/bin/
circle-3.5/cnf/
circle-3.5/lib/
circle-3.5/lib/etc/
circle-3.5/lib/house/
circle-3.5/lib/misc/
circle-3.5/lib/plralias/A-E/
circle-3.5/lib/plralias/F-J/
circle-3.5/lib/plralias/K-O/
circle-3.5/lib/plralias/P-T/
circle-3.5/lib/plralias/U-Z/
circle-3.5/lib/plralias/ZZZ/
circle-3.5/lib/plrobjs/
circle-3.5/lib/plrobjs/A-E/
circle-3.5/lib/plrobjs/F-J/
circle-3.5/lib/plrobjs/K-O/
circle-3.5/lib/plrobjs/P-T/
circle-3.5/lib/plrobjs/U-Z/
circle-3.5/lib/plrobjs/ZZZ/
circle-3.5/lib/plrvars/A-E/
circle-3.5/lib/plrvars/F-J/
circle-3.5/lib/plrvars/K-O/
circle-3.5/lib/plrvars/P-T/
circle-3.5/lib/plrvars/U-Z/
circle-3.5/lib/text/hedit/
circle-3.5/lib/text/help/
circle-3.5/log/
circle-3.5/src/doc/
#5730
Scorpion -5730~
0 h 100
~
if %actor.is_pc%
  wait 2 sec
  say Welcome to my parlor said the spider to the fly!
  wait 2 sec
  say of course, that spider is a friend of mine!
  wait 2 sec
  cackle
  wait 2 sec
  mkill %actor%
end
~
#5733
Assassin - NOT ATTACHED~
0 h 100
~
if %actor.is_pc%
  say Hello traveller!
  wait 1 sec
  say how are you?
  wait 1 sec
  say well, now that you've seen me I'll have to kill you...
  wait 1 sec
  mua
  wait 1 sec
  mkill %actor.name%
end
~
#5734
Crannasia - 5734~
0 h 100
~
if %actor.is_pc%
  wait 2 sec
  say Welcome traveller
  wait 4 sec
  say how are you faring?
  wait 4 sec
  say well, regardless of that it's time for you to die!
  wait 3 sec
  say goodbye weakling
  wait 2 sec
  mua
  wait 2 sec
  mkill %actor%
end
~
#5794
Claw - NOT ATTACHED~
1 j 100
~
wait 1 sec
say HEY! I won't serve you!
%purge% self
~
#5799
Near Death Trap Fall - 5707~
2 g 100
~
* Near Death Trap stuns actor
wait 2 sec
eval stunned %actor.hitp% 
%damage% %actor% %stunned%
wait 2 sec
%send% %actor% You continue to fall... and fall... and fall.
~
$~