source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 3~
if rand(50)
	sleep
else
	stand
endif
~
>greet_prog 5~
if rand(50)
	scratch
	say Are you a soul?
else
	say If you're a soul, don't escape.
endif
~
|