/
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 5~
if israce($n) == 3
	tell self shit
else
	say You do not belong here.
endif
~
>rand_prog 3~
if rand(50)
	pmote punches an imaginary foe.
else
	if mobobj (5104)
		pmote snaps a snake headed whip in the air.
	else
		if mobobj (5105)
			pmote twirls a noble's longsword in $l hand.
		endif
	endif
endif
~
|