20 lines
560 B
Plaintext
20 lines
560 B
Plaintext
Title.E text="ShootingRange"
|
|
Resume.E text="Aim & shoot - simple as that!"
|
|
|
|
#Include file="%cat%/level_common.txt"
|
|
Level type=CODE_BATTLE magnifyDamage=10
|
|
|
|
BeginObject
|
|
|
|
// Team "Blue" (1)
|
|
CreateObject pos=0;-40 dir=1.5 type=WingedShooter range=0 power=100 team=1 select=true
|
|
|
|
// Team "Red" (2)
|
|
CreateObject pos=0;40 dir=0.5 type=PracticeBot team=2 script1="flash.txt" run=1 selectable=0
|
|
|
|
DoneResearch type=WINGER
|
|
DoneResearch type=SHOOTER
|
|
|
|
EndMissionTake pos=0;0 dist=10000 type=Any team=1 lost=0
|
|
EndMissionTake pos=0;0 dist=10000 type=Any team=-1 min=0 max=0
|