source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>greet_prog 5~
say Pardon me, can you tell me where to buy cups?
~
>rand_prog 3~
if rand(50)
	say I am Edgar the Horrible!
else
	say I am the mighty bunny slayer!
endif
~
|