source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>all_greet_prog 100~
	say Do you come with the Scrolls of Chanting Release?  I am not the One.
	sigh
~

>rand_prog 2~
if rand(50)
pmote mixes some componants to create a foul smelling potion!
else
	pmote begins writing a scroll to be sold.
endif
~
|