/
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 5~
if rand (50)
	pmote works on his paperwork.	
else
	pmote pours over his safety plans.
endif
~
>greet_prog 5~
if israce($n) == 6
	say Hullo, $N!
else
	say Welcome to the Shire.
endif
~
|