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 3~
if rand (50)
	pmote whistles while $j works.
	pmote watches $R closely.
else
	pmote pace back and forth.
endif
~
>drop_prog 10~
if rand (33)
	sigh
endif
if rand (33)
	say Damn litterbugs.
endif
if rand (33)
	take $o
	if rand (25)
		mpjunk $o
	endif
endif
~
|