source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 10~
if rand(25)
	emote crosses her sexy legs, runs her fingers through her long hair.
else
	if rand(33)
		emote smiles at $N, hoping to see a description soon.
	else
		if rand(50)
			emote licks her bright red lips seductively.
		else
			emote carefully paints her fingernails.
		endif
	endif
endif
~
>fight_prog 100~
say This is time to make your description, $n! Not to fight!
say It must be past your naptime!
laugh $N
pray $N is abusing the description room.
peace
force $N sleep
peace
~
|