FlCodebase3.1/
FlCodebase3.1/bounty/
FlCodebase3.1/challenge/
FlCodebase3.1/clans/
FlCodebase3.1/gods/
FlCodebase3.1/mobprogs/
FlCodebase3.1/player/
FlCodebase3.1/savemud/
>greet_prog 20~
if israce($n) == 3
	bow $n
else
	if isnghost ($n)
		yell Protect the matron mother!  Kill $N!
		murder $n
	endif
endif
~
>rand_prog 3~
if rand(50)
	pmote marches back and forth.
else
	if mobobj (5101)
		pmote twirls a noble's longsword in $l hand.
	endif
endif
~
|