source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>greet_prog 1~
if ispc($n)
	say Give me all your money, $N.
endif
~
>entry_prog 1~
if ispc($n)
	say Give me all your money, $N.
endif
~
>rand_prog 1~
if rand(50)
	laugh $r
else
	flex
endif
~
|