Re: Is this delay in forming a tribe reasonable?

From: David Dunham <david_at_...>
Date: Mon, 26 Jan 2004 22:09:48 -0800


Barry

> > > No, my saga shows, "We took his words to heart, and decided it was
> > > time to assemble a tribe. First we would have to settle our feud
>> > with the Apples."
>>
>> Just to clarify ...
>>
> > IIRC that path sends you into a parley almost immediately, but you said
>> earlier
> > 'This, we did within two years.' Do I gather the first attempt to settle
>> the feud failed?
>
>Odd-- it didn't send me directly into a parley with the Apples.
>Instead, I waited a few seasons, then approached the Apples on my
>own.

Are you certain? Here's the OSL code

[HaveFeud(otherClan)] response 1: "End the feud with the <otherClan> clan." {

	feudingClan = otherClan	# Remember it for R30
	noRaidClans += otherClan	# Don't let them raid in the interim
	text: "We took Einarth's words to heart, and decided it was 
time to assemble a tribe. First we would have to settle our feud with the <otherClan.plural>, so we arranged a parley with them next season."

        saga: "We took his words to heart, and decided it was time to assemble a tribe. First we would have to settle our feud with the <otherClan.plural>."

	fromR32 = 1
	skip44a = true		# Prevent problems during the one 
season delay before R30
	tribeMakingStarted = true
	eme = true		# Keep track of having done this, in 
case we do S106
	trigger scene_R30PeaceParley 1

}

The R30 scene begins with
otherClan = feudingClan # Set in previous scene saga: "We approached the <otherClan> clan with an offer of peace."

-- 

David Dunham     A Sharp     david_at_...
Voice/Fax: 206 783 7404     http://a-sharp.com
Efficiency is intelligent laziness.

Powered by hypermail