buddha/bin/
buddha/cnf/
buddha/doc/cwg/
buddha/lib/
buddha/lib/etc/
buddha/lib/house/
buddha/lib/misc/
buddha/lib/pfiles/
buddha/lib/plralias/ZZZ/
buddha/lib/plrobjs/
buddha/lib/plrobjs/ZZZ/
buddha/lib/world/
buddha/lib/world/gld/
buddha/src/
buddha/src/doc/
#18700
Matrissa~
0 g 100
~
if (%actor.vnum% == -1)
   if (%direction% == north)
      say Welcome, %actor.name% come enjoy yourself in our wonderful circus.
   else
      say Leaving so soon %actor.name%? Hope you enjoyed your visit. 
   end
end
~
#18701
croc~
0 g 50
~
if (%actor.vnum% == -1)
say What do you think you are looking at punk?
end
~
#18702
Kablooey~
0 g 100
~
say Hi there, %actor.name% pull my finger!
~
$~