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/
#4400
Secret behind shubbery~
2 c 100
hack~
if thicket /= %arg%
   wsend %actor% You hack through the thicket, clearing a path!
   wechoaround %actor% %actor.name% hacks down the thicket, openening the path to the east.
   wdoor 4410 east room 4415
   wdoor 4410 east name thicket
   wait 5 s
   %echo% The Thicket grows out again, magically.
   wdoor 4410 east purge 
else
   wsend %actor% Huh ?!?
end
~
#4401
orc_attack_trader~
0 g 100
~
if %actor.vnum% == 4105
  wait 1
  say YYEEHAA! I got you now, dwarf! Give me your gold and I might spare you.
  wait 1
  emote charge forward, attacking the dwarven trader.
  mkill trader
elseif %actor.is_pc%
  growl %actor.name%
end
~
#4402
orc_death_cry~
0 f 100
~
if %actor.vnum% == 4105 || %actor.vnum% == 4106
  say AAARRRGGH!!
  %echo% %self.name% screams loudly and collapses on the ground. Dead.  
end
~
$~