;
; Events text for THE WHEEL OF TIME Scenario
; Copyright(c) 1999, Kurt Stoyle
;
;

@BEGINEVENTS

@IF
NOSCHISM
DEFENDER=anybody 
@THEN
 
@ENDIF

@IF
TURN
turn=2
@THEN
TEXT
^The Wheel of Time turns, and Ages come and pass, leaving memories that become legend. 
Legend fades to myth, and even myth is long forgotten when the Age that gave it birth 
comes again. In one Age, called the Third Age by some, an Age yet to come, an Age long 
past, a wind rose over the fortress city of Cairhien. The wind was not the beginning. 
There are neither beginnings nor endings to the turning of the Wheel of Time. But is 
was *a* beginning.
ENDTEXT

@ENDIF

@IF
TURN 
turn=every
@THEN
MAKEAGGRESSION
who=Dragonsworn
whom=Forsaken
@ENDIF

@IF
TURN 
turn=every
@THEN
MAKEAGGRESSION
who=Forsaken
whom=Dragonsworn
@ENDIF

@IF
NEGOTIATION
talker=Forsaken
talkertype=humanorcomputer
listener=Dragonsworn
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Dragonsworn
talkertype=humanorcomputer
listener=Forsaken
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Forsaken
talkertype=humanorcomputer
listener=Borderlands
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Borderlands
talkertype=humanorcomputer
listener=Forsaken
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Rebel Aes Sedai
talkertype=humanorcomputer
listener=Tower Aes Sedai
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Tower Aes Sedai
talkertype=humanorcomputer
listener=Rebel Aes Sedai
listenertype=humanorcomputer
@THEN
 
@ENDIF


@IF
UNITKILLED
unit=al'Thor
attacker=anybody
defender=anybody
@THEN
TEXT
^The Lord Dragon has fallen in combat. The Prophecies of the Dragon will remain 
unfulfilled and the Shadow will stand without opposition come Tarmon Gai'don; all 
players except for the Forsaken are limited to a Draw.

ENDTEXT
PLAYWAVEFILE
funeral.wav
@ENDIF

@IF
UNITKILLED
unit=Younglings
attacker=anybody
defender=anybody
@THEN
TEXT
^Gawyn Trakand has been slain. All the world's women weep, but take heart in the 
fact that at least it wasn't Galad.

ENDTEXT
PLAYWAVEFILE
funeral.wav
@ENDIF

@IF
UNITKILLED
unit=Moridin
attacker=anybody
defender=anybody
@THEN
TEXT
^Moridin has been vanquished. None of the other Chosen are particularly saddened 
by this turn of events, and return to squabbling for the title of Nae'blis. However, 
the Forsaken are now bereft of proper leadership, and are limited to a Marginal Victory.

ENDTEXT
PLAYWAVEFILE
funeral.wav
@ENDIF

@IF
UNITKILLED
unit=Lord Bryne
attacker=anybody
defender=anybody
@THEN
TEXT
^Lord Gareth Bryne is dead.  Egwene and the Rebel Aes Sedai vow to avenge him - but 
lacking their most powerful general, their victory appears increasingly unlikely.

ENDTEXT
PLAYWAVEFILE
funeral.wav
@ENDIF

@IF
CITYTAKEN
city=Tar Valon
attacker=Rebel Aes Sedai
defender=anybody
@THEN
TEXT
Tar Valon has fallen to Egwene's armies.  If she can maintain control of the city 
until the end of the game, the Rebel Aes Sedai will be well on their way to achieving a Decisive Victory.
ENDTEXT
@ENDIF

@ENDEVENTS
