source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>hitprcnt_prog 1000~
if hitprcnt($n) <= 20
	if rand(25)
		say Flee $N, before you die!
	endif
endif
~
>greet_prog 100~
pmote whips out a key.
say You need to kill me for this key.
~
>rand_prog 5~
pmote flashes a key in front of $R and puts it away.
~
|