forsaken/bounty/
forsaken/challenge/
forsaken/gods/
forsaken/log/
forsaken/mobprogs/
forsaken/player/
forsaken/savemud/
>rand_prog 3~
if rand (50)
	cackle
else
	pmote works on his battle plans.
endif
~
>greet_prog 5~
if rand (50)
	if isnghost ($n)
	say Who let you in here?  I'm busy.
	murder $n
else
	cackle
	say Val Miran will be mine!
endif
endif
~
|