source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>greet_prog 5~
say You do not belong here.  Get out before the guards see you!
~
>rand_prog 3~
if rand(50)
	pmote carries out some chores.
else
	pmote dusts the furniture.
endif
~
|