;
; Events text for Ben World Scenario
; 1998, Ben Turner
;
;

@BEGINEVENTS

@IF
NOSCHISM
defender=anybody
@THEN
@ENDIF

@IF
UNITKILLED
unit=Research Lab.
attacker=ANYBODY
defender=Evil Alliance
@THEN
TEXT
A Secret Russian Research Lab has been found on the icy plains of Novaya Zemyla,
so secret is this Laboratory, that not even the Russian government knew of it's 
existence. Inside is found equipment worth 500 gold, and the blueprints for the
new weapon the Russian scientists were researching there. These blueprints,
however are incomplete and require further research.
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=500
GIVETECHNOLOGY
receiver=TRIGGERATTACKER
technology=1
@ENDIF

@IF
UNITKILLED
unit=Mt. St. Helens
attacker=ANYBODY
defender=Evil Alliance
@THEN
TEXT
The world is astounded as an alien spaceship is found buried at the foot of Mt. St. Helens
in North America. Should the discoverers of this craft be able to prove it is of 
extra-terrastrial origin then the world's press would pay huge sums of money for their information
ENDTEXT
CREATEUNIT
unit=The Ark
owner=Evil Alliance
veteran=no
homecity=Sapporo
locations
10,26
endlocations
@ENDIF

@IF
UNITKILLED
unit=The Ark
attacker=ANYBODY
defender=Evil Alliance
@THEN
TEXT
An even greater suprise greets the world public as giant robots emerge from the craft.
Some of these robots seem friendly, others seem violent. Can you determine whether
they intend to conquer us or befriend us? If so then you may earn a prize as great as the
one earnt by their discoverers of the craft (1,000 gold)
ENDTEXT
CREATEUNIT
unit=Decepticons
owner=Evil Alliance
veteran=no
homecity=Sapporo
locations
10,26
endlocations
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=1000
@ENDIF

@IF
UNITKILLED
unit=Decepticons
attacker=ANYBODY
defender=Evil Alliance
@THEN
TEXT
The aggressive robots have been destroyed and those who killed them are to be rewarded
with 2,000 gold, and they are also allowed to take the technologies within the alien craft.
ENDTEXT
GIVETECHNOLOGY
receiver=TRIGGERATTACKER
technology=9
@ENDIF

@IF
TURN
turn=91
@THEN
TEXT
The world is shocked as huge U.F.O.s appear around the world, next to large cities.
ENDTEXT
CREATEUNIT
unit=U.F.O.
owner=Evil Alliance
veteran=no
homecity=Sapporo
locations
75,27
86,20
83,17
77,33
32,42
31,45
7,49
94,54
127,53
endlocations
@ENDIF

@IF
UNITKILLED
unit=North-PoleCntr
attacker=ANYBODY
defender=Evil Alliance
@THEN
TEXT
One of the branches of the north pole centre is discovered! The technological benefits
could be enormous, as could the tourism possibilities. The branch is quickly bought by
a travel company for 1,000 gold.
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=1000
GIVETECHNOLOGY
receiver=TRIGGERATTACKER
technology=36
@ENDIF

@IF
UNITKILLED
unit=Genies
attacker=ANYBODY
defender=Evil Alliance
@THEN
TEXT
The ancient Arabian "myth" of genies has been proven true. The discoverers of these
fantastic creatures have enslaved them and put them to work in there research laboratries,
and they also sell wishes at extortionate rates.
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=5000
GIVETECHNOLOGY
receiver=TRIGGERATTACKER
technology=11
@ENDIF

@IF
UNITKILLED
unit=Yeti
attacker=ANYBODY
defender=Evil Alliance
@THEN
TEXT
The missing link has been discovered! These fascinating creatures are proving difficult to 
communicate with, but the discoverers have proclaimed that they will put their scientists
to work on it. In the mean time their new discovery could earn them as much as 2,500 gold.
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=2500
GIVETECHNOLOGY
receiver=TRIGGERATTACKER
technology=38
@ENDIF

@IF
UNITKILLED
unit=Sectoids
attacker=ANYBODY
defender=ANYBODY
@THEN
TEXT
Hostile aliens have been discovered and killed. Their destroyers have looted 500 gold from
their base.
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=500
GIVETECHNOLOGY
receiver=TRIGGERATTACKER
technology=47
@ENDIF

@IF
UNITKILLED
unit=Aquatoids
attacker=ANYBODY
defender=ANYBODY
@THEN
TEXT
Hostile aquatic aliens have been found and killed! 500 gold has been looted from their base.
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=500
GIVETECHNOLOGY
receiver=TRIGGERATTACKER
technology=49
@ENDIF

@IF
SCENARIOLOADED
@THEN
PLAYCDTRACK
3
DONTPLAYWONDERS
@ENDIF

@IF
CITYTAKEN
city=London
attacker=ANYBODY
defender=West European
@THEN
TEXT
This scenario may as well be over now!
ENDTEXT
PLAYCDTRACK
2
@ENDIF

@IF
NEGOTIATION
talker=ANYBODY
talkertype=HumanOrComputer
listener=Evil Alliance
listenertype=HumanOrComputer
@THEN
@ENDIF

@IF
NEGOTIATION
talker=Evil Alliance
talkertype=HumanOrComputer
listener=ANYBODY
listenertype=HumanOrComputer
@THEN
@ENDIF

@IF
UNITKILLED
unit=Bunker
attacker=ANYBODY
defender=Evil Alliance
@THEN
TEXT
A strange bunker-like construction inhabited by childlike creatures and a semi-sentient
vacuum-cleaner has been discovered in southern Brazil. This bunker appears to be
a relic from a lost civilization and contains knowledge beyond the dreams of modern
man; and this has been taken by it's discoverers.
ENDTEXT
GIVETECHNOLOGY
receiver=TRIGGERATTACKER
technology=56
@ENDIF

@ENDEVENTS
