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)
	ponder
else
	pmote scratches his head thoughtfully.
endif
~
>give_prog 75~
if rand (25)
	mpjunk $o
else
	if objtype($o) == 10
		identify $o
		give $o $n
	endif
endif
~
|