/
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 munches on the grass.
else
	if sex ($i) == 1
		pmote lowers his head and headbutts $r.
	else
		if sex ($i) == 2
		        pmote twitches her nose as she sniffs at $R.
		else
			blink
		endif
	endif
endif
~
|