;
; Events text for Ratmaze Scenario
; Copyright(c) 1996, MicroProse Studios Inc.
;
;

@BEGINEVENTS

@IF
SCENARIOLOADED
@THEN
DONTPLAYWONDERS
@ENDIF
@if
turn
turn=1
@then
text
Author:
^Dirk Weber-Weseler Str.145-47169Duisburg-Germany
^Bakcm@AOL.com
endtext
@endif
@if
turninterval
interval=5
@then
text
... you will become one with the BORG
endtext
playwavefile
borg.wav
@endif
@if
citytaken
city=Rom
attacker=Barbarians
defender=anybody
@then
text
... the Pope becomes one with the BORG!
endtext
createunit
unit=M.A.V.I.P.
owner=Barbarians
veteran=false
homecity=rom
locations
80,48
endlocations
@endif
@if
citytaken
city=London
attacker=Barbarians
defender=anybody
@then
text
... Lady Di becomes one with the BORG!
endtext
createunit
unit=F.A.V.I.P.
owner=Barbarians
veteran=false
homecity=london
locations
71,27
endlocations
@endif
@if
citytaken
city=Tripolis
attacker=Barbarians
defender=anybody
@then
text
... Gadaffi becomes one with the BORG!
endtext
createunit
unit=M.A.V.I.P.
owner=Barbarians
veteran=false
homecity=tripolis
locations
81,51
endlocations
@endif
@if
citytaken
city=Bagdad
attacker=Barbarians
defender=anybody
@then
text
... Sadam Hussain becomes one with the BORG!
endtext
createunit
unit=M.A.V.I.P.
owner=Barbarians
veteran=false
homecity=Bagdad
locations
100,54
endlocations
@endif
@if
citytaken
city=Havanna
attacker=Barbarians
defender=anybody
@then
text
... Fidel Castro becomes one with the BORG!
endtext
createunit
unit=M.A.V.I.P.
owner=Barbarians
veteran=false
homecity=havanna
locations
30,60
endlocations
@endif
@if
citytaken
city=Tokyo
attacker=Barbarians
defender=anybody
@then
text
... the Tenno becomes one with the BORG!
endtext
createunit
unit=M.A.V.I.P.
owner=Barbarians
veteran=false
homecity=tokyo
locations
138,52
endlocations
@endif
@if
citytaken
city=Moskau
attacker=Barbarians
defender=anybody
@then
text
... the dead body of Lenin becomes one with the BORG!
endtext
createunit
unit=M.A.V.I.P.
owner=Barbarians
veteran=false
homecity=moskau
locations
86,22
endlocations
@endif
@if
citytaken
city=Peking
attacker=Barbarians
defender=anybody
@then
text
... the dead body of Mao becomes one with the BORG!
endtext
createunit
unit=M.A.V.I.P.
owner=Barbarians
veteran=false
homecity=peking
locations
126,52
endlocations
@endif
@if
citytaken
city=Hollywood
attacker=Barbarians
defender=anybody
@then
text
... Patrick Stewart becomes one with the BORG!
endtext
createunittext
unit=M.A.V.I.P.
owner=Barbarians
veteran=false
homecity=hollywood
locations
9,49
endlocations
@endif
@if
citytaken
city=Hollywood
attacker=Barbarians
defender=anybody
@then
text
... Cindy Crawford becomes one with the BORG!
endtext
createunit
unit=F.A.V.I.P.
owner=Barbarians
veteran=false
homecity=hollywood
locations
9,49
endlocations
@endif
@if
citytaken
city=Hollywood
attacker=Barbarians
defender=anybody
@then
text
... Pamela Anderson becomes one with the BORG!
endtext
createunit
unit=F.A.V.I.P.
owner=Barbarians
veteran=false
homecity=hollywood
locations
9,49
endlocations
@endif
@if
citytaken
city=Mexico
attacker=Barbarians
defender=anybody
@then
text
The Borg are going to have a tequilla party!!
endtext
@endif
@if
citytaken
city=Kiew
attacker=Barbarians
defender=anybody
@then
text
The Borg are going to have a vodka party!!
endtext
@endif
@if
citytaken
city=Sydney
attacker=Barbarians
defender=anybody
@then
text
The Borg are going to have a party with Foster's Lager!
endtext
@endif
@ENDEVENTS