source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 3~
if rand (50)
	pmote decapitates a chicken.
	mpasound You hear a bloodcurdling squawk.
else
	pmote slaughters a cow.
	mpasound You hear a bloodcurdling scream.
endif
~
>greet_prog 5~
say This is fun!
~
|