source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 10~
if rand(75)
	say If you don't want to believe, me, fine.
else
	say I'm not who you think I am.
endif
~
>greet_prog 100~
if rand(50)
	say Don't go any further!
else
	say Go back!
endif
~
|