FlCodebase3.1/
FlCodebase3.1/bounty/
FlCodebase3.1/challenge/
FlCodebase3.1/clans/
FlCodebase3.1/gods/
FlCodebase3.1/mobprogs/
FlCodebase3.1/player/
FlCodebase3.1/savemud/
>greet_prog 100~
if iscabal($n) == 10
	yell To death with the Unbelievers!
	say You soul will burn under my blade, $n!
	murder $n
endif
if iscabal($n) == 12
	yell Death to any who aid in Chaos!
	say You will pay for your dark allegiance, $n!
	murder $n
endif
if iscabal($n) == 1
	bow $n
	say The Templars have secured Val Miran, $n.
	say The city is safe again under our army's protection.
	salute $n
	say Walk in the Light.
endif
if iscabal($n) == 3
	bow $n
	say We aid you in protection of Val Miran, $n.
	say We cannot have such madness in the City of the Light.
	salute $n
	say Walk in the Light.
else
	say Val Miran is protected by the Templars.
	say Darkness is no longer welcome in this city.
	say All hail Palison!
endif
~

>rand prog 30~
if rand(20)
	pmote adjusts his armor, and looks about for heathens to slay.
else
	pmote nods at you, and continues his watch over the city.
endif
~
|