/
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/
>greet_prog 1~
if ispc($n)
	say Give me all your money, $N.
endif
~
>entry_prog 1~
if ispc($n)
	say Give me all your money, $N.
endif
~
>rand_prog 1~
if rand(50)
	laugh $r
else
	flex
endif
~
|