source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>greet_prog 5~
if ispc ($n)
	glare $n
	say What do you want?
endif
~
>rand_prog 3~
if rand(50)
	pmote smokes his pipe.
else
	pmote blows out a ring of smoke.
endif
~
|