forsaken/bounty/
forsaken/challenge/
forsaken/gods/
forsaken/log/
forsaken/mobprogs/
forsaken/player/
forsaken/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
~
|