tbamud-3.52/cnf/
tbamud-3.52/lib/
tbamud-3.52/lib/etc/
tbamud-3.52/lib/house/
tbamud-3.52/lib/misc/
tbamud-3.52/lib/plralias/A-E/
tbamud-3.52/lib/plralias/F-J/
tbamud-3.52/lib/plralias/K-O/
tbamud-3.52/lib/plralias/P-T/
tbamud-3.52/lib/plralias/U-Z/
tbamud-3.52/lib/plralias/ZZZ/
tbamud-3.52/lib/plrfiles/A-E/
tbamud-3.52/lib/plrfiles/F-J/
tbamud-3.52/lib/plrfiles/K-O/
tbamud-3.52/lib/plrfiles/P-T/
tbamud-3.52/lib/plrfiles/U-Z/
tbamud-3.52/lib/plrfiles/ZZZ/
tbamud-3.52/lib/plrobjs/
tbamud-3.52/lib/plrobjs/A-E/
tbamud-3.52/lib/plrobjs/F-J/
tbamud-3.52/lib/plrobjs/K-O/
tbamud-3.52/lib/plrobjs/P-T/
tbamud-3.52/lib/plrobjs/U-Z/
tbamud-3.52/lib/plrobjs/ZZZ/
tbamud-3.52/lib/plrvars/A-E/
tbamud-3.52/lib/plrvars/F-J/
tbamud-3.52/lib/plrvars/K-O/
tbamud-3.52/lib/plrvars/P-T/
tbamud-3.52/lib/plrvars/U-Z/
tbamud-3.52/lib/plrvars/ZZZ/
tbamud-3.52/lib/text/help/
tbamud-3.52/lib/text/help/oldhelp/
tbamud-3.52/log/
#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
~
$~