FlCodebase3.1/
FlCodebase3.1/bounty/
FlCodebase3.1/challenge/
FlCodebase3.1/clans/
FlCodebase3.1/gods/
FlCodebase3.1/mobprogs/
FlCodebase3.1/player/
FlCodebase3.1/savemud/
>all_greet_prog 100~
if isnghost ($n)
if ispc($n)
	murder $n
	murder $n
endif
endif
~

>entry_prog 100~
if isnghost ($n)
if ispc($n)
	
	trip $n
	murder $n
endif
endif
~

>rand_prog 3~
if rand(50)
	mpasound A raunchy smell reaches your nostrils.
else
	mpasound A gurgling sound is heard as a dagger is plunged into
someones back!
endif
~

>fight_prog 20~
pmote chuckles to himself as $n finds a dagger into his stomach!
circle
~
|