source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>fight_prog 10~
if ispc ($n)
	yell Guards, crush $N!
endif
~
>greet_prog 100~
if ispc ($n)
	say Die Fool!
	yell Guards, destroy $N!
endif
~
|