/
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/
>all_greet_prog 100~
if ispc($n)
	if iscabal($n) == 12
		say Greetings $n.  Walk in Magic.
	endif
endif
~

>fight_prog 17~
if rand(10)
	cas 'faerie fire'
else
if rand(30)
	cas 'flame arrow'
else
if rand(40)
	cas icicle
else
	cas acid
endif
endif
endif
~
|