;
; Events text for Terminator : Future War
; By Paul Heron, 1997.
; pheron@glam.ac.uk
;

@BEGINEVENTS

@IF
NOSCHISM
DEFENDER=anybody 
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=SkyNET Robots
talkertype=humanorcomputer
listener=Russian Revolutionaries
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=SkyNET Robots
talkertype=humanorcomputer
listener=S. American Guerrillas
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=SkyNET Robots
talkertype=humanorcomputer
listener=European Freedom Army
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=SkyNET Robots
talkertype=humanorcomputer
listener=N. American Resistance
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=SkyNET Robots
talkertype=humanorcomputer
listener=Asian Defence Force
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Russian Revolutionaries
talkertype=humanorcomputer
listener=SkyNET Robots
listenertype=humanorcomputer
@THEN
 
@ENDIF
 
@IF
NEGOTIATION
talker=S. American Guerrillas
talkertype=humanorcomputer
listener=SkyNET Robots
listenertype=humanorcomputer
@THEN

@ENDIF

@IF
NEGOTIATION
talker=European Freedom Army
talkertype=humanorcomputer
listener=SkyNET Robots
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=N. American Resistance
talkertype=humanorcomputer
listener=SkyNET Robots
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Asian Defence Force
talkertype=humanorcomputer
listener=SkyNET Robots
listenertype=humanorcomputer
@THEN
 
@ENDIF


@IF
NEGOTIATION
talker=Mir Robots
talkertype=humanorcomputer
listener=Russian Revolutionaries
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Mir Robots
talkertype=humanorcomputer
listener=S. American Guerrillas
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Mir Robots
talkertype=humanorcomputer
listener=European Freedom Army
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Mir Robots
talkertype=humanorcomputer
listener=N. American Resistance
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Mir Robots
talkertype=humanorcomputer
listener=Asian Defence Force
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Russian Revolutionaries
talkertype=humanorcomputer
listener=Mir Robots
listenertype=humanorcomputer
@THEN
 
@ENDIF
 
@IF
NEGOTIATION
talker=S. American Guerrillas
talkertype=humanorcomputer
listener=Mir Robots
listenertype=humanorcomputer
@THEN

@ENDIF

@IF
NEGOTIATION
talker=European Freedom Army
talkertype=humanorcomputer
listener=Mir Robots
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=N. American Resistance
talkertype=humanorcomputer
listener=Mir Robots
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Asian Defence Force
talkertype=humanorcomputer
listener=Mir Robots
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
UNITKILLED
unit=John Connor
attacker=Anybody
defender=Anybody
@THEN
TEXT
^Resistance leader John Connor is badly wounded in combat. He survives,
but is forced to take up permanent desk duty.
ENDTEXT
@ENDIF

@IF
UNITKILLED
unit=Kyle Reese
attacker=Anybody
defender=Anybody
@THEN
TEXT
^Kyle Reese, one of John Connor's most respected soldiers, 
is declared missing in action. His comrades fear he may have
been captured by SkyNET forces.
ENDTEXT
@ENDIF

@IF
TURN
turn=168
@THEN
CREATEUNIT
owner=N. American Resistance
unit=T-800 Group
veteran=Yes
homecity=None 
locations
9,49
11,51
endlocations
TEXT
^The North American Resistance capture an undamaged T-800 Terminator.
John Connor uses his technical expertise to reprogram the unit so that
it will now fight as a soldier of the Resistance.
ENDTEXT
@ENDIF

@ENDEVENTS

 
