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