/
area/city/
area/crypts/
area/guilds/
area/psuedowild/
area/religion/
data/documents/MPDocs/
data/html/
data/mobprogs/
data/quest/
data/world/
data/world/_utilities/
data/world/images/
design/html/
notes/
player/
>rand_prog 3~
mpasound You hear a death cry nearby.
if rand(50)
	pmote shouts a death cry and attacks an imaginary foe.
else
	if rand(50)
		wear dagger
	else
		remove dagger
	endif
endif
~
|