FlCodebase3.1/
FlCodebase3.1/bounty/
FlCodebase3.1/challenge/
FlCodebase3.1/clans/
FlCodebase3.1/gods/
FlCodebase3.1/mobprogs/
FlCodebase3.1/player/
FlCodebase3.1/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 rid 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.
force $n sleep
peace
~
|