/
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~
if rand (50)
	pmote whistles while $j works.
	pmote watches $R closely.
else
	pmote pace back and forth.
endif
~
>drop_prog 10~
if rand (33)
	sigh
endif
if rand (33)
	say Damn litterbugs.
endif
if rand (33)
	take $o
	if rand (25)
		mpjunk $o
	endif
endif
~
|