source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 3~
if rand (50)
	pmote whips out a dagger.
else
	echo You get the feeling that someone is watching you.
endif
~
>greet_prog 5~
if rand (50)
	say You'll never catch me!
else
	grin $n
endif
~
|