/
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/
>give_prog 100~
if ispc($n)
	if mobobj(10346)
		say Where did you find this?!!! This was my father's!
say Can you lead me to him?  I have been looking for him for some time.
		fol $n
		mpjunk ring
	endif
endif
~
>rand_prog 3~
if rand(50)
	pmote wails in despair.
else
	sigh
endif
~
|