source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 3~
if rand(50)
	hide
else
	vis
endif
~
>greet_prog 5~
if israce($n) == 2
	say With your help, Greginsham will one day be ours again.
else
	say Greginsham will one day be ours again.
endif
~
|