@BEGINEVENTS

@IF
SCENARIOLOADED
@THEN
PLAYCDTRACK 
16
@ENDIF

@IF
TURN
turn=1
@THEN
TEXT
The Earthlings request a meeting with the Katans, and are rejected.
ENDTEXT
@ENDIF

@IF
NEGOTIATION
talker=Anybody
talkertype=humanorcomputer
listener=Earthlings
listenertype=humanorcomputer
@THEN

@ENDIF

@IF
NEGOTIATION
talker=Earthlings
talkertype=humanorcomputer
listener=Anybody
listenertype=humanorcomputer
@THEN

@ENDIF

@IF
UNITKILLED
unit=Tyler Vores
attacker=anybody
defender=anybody
@THEN
TEXT
Tyler Vores is killed in combat, but his generals vow to carry on.  The
Nisaran Republic is limited to a Marginal Victory.
ENDTEXT
PLAYWAVEFILE
funeral.wav
@ENDIF

@ENDEVENTS

