forsaken/bounty/
forsaken/challenge/
forsaken/gods/
forsaken/log/
forsaken/mobprogs/
forsaken/player/
forsaken/savemud/
>greet_prog 5~
if isgood($n)
	if isnghost ($n)
		say Light shall fail and darkness will prevail.
		yell Die $N!
		murder $n
	else
		say Light shall fail and darkness will prevail.
	endif
endif
if isevil($n)
	cackle
else
	say Come join my dominion, $N.
	endif
endif
~
|