;
; Events text for Aliens Scenario
; by Paul Heron, March 1997.
;
;

@BEGINEVENTS

@IF
NEGOTIATION
talker=Black Aliens
talkertype=humanorcomputer
listener=Anybody
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Anybody
talkertype=humanorcomputer
listener=Black Aliens
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Red Aliens
talkertype=humanorcomputer
listener=Anybody
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=Anybody
talkertype=humanorcomputer
listener=Red Aliens
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
TURN
turn=1
@THEN
TEXT
^The Americans recently lost contact with their colony on LV-426,
also known as Acheron. Some kind of alien influence is suspected.
The United States Colonial Marine Corps has sent a marine team
to investigate. Accompanying the team is a civilian woman who
claims to have encountered a hostile life form on LV-426 57 years ago.
ENDTEXT   
@ENDIF

@IF
UNITKILLED
unit=Ellen Ripley
attacker=Anybody
defender=Anybody
@THEN
TEXT
^Despite a valiant struggle, Lieutenant Ellen Ripley is killed in combat.
ENDTEXT
@ENDIF

@IF
UNITKILLED
unit=Ellen Ripley
attacker=Anybody
defender=Anybody
@THEN
JUSTONCE
TEXT
^Ripley's remains are shipped back to Earth, where Weyland-Yutani scientists
extract samples of DNA. Soon after, a clone of Ellen Ripley is created, 
who the scientists hope will aid them in their study of the xenomorphs
encountered on Acheron.
ENDTEXT
CREATEUNIT
owner=United Americans
unit=Ellen Ripley
veteran=Yes
homecity=Sol
locations
76,100
endlocations
@ENDIF
@ENDEVENTS
 
