forsaken/bounty/
forsaken/challenge/
forsaken/gods/
forsaken/log/
forsaken/mobprogs/
forsaken/player/
forsaken/savemud/
>rand_prog 3~
if rand (50)
	stretch
else
	pmote swishes $l tail around.
endif
~
>greet_prog 5~
if rand (50)
	say Welcome to the centaur village, $N.
else
	say Why don't you entertain me by telling a story?
endif
~
|