Title.E text="Code battle - vs computer"
Title.D text="Code battle - vs computer"
Title.F text="Code battle - vs computer"
Title.P text="Programobitwa - vs komputer"
Title.R text="Битвы программистов - против компьютера"
Resume.E text="Challenge your... computer? Actually, challenge the developers! But, for real, this is just a simple enemy program that you can use if you don't have any real opponent"
Resume.D text="Challenge your... computer? Actually, challenge the developers! But, for real, this is just a simple enemy program that you can use if you don't have any real opponent"
Resume.F text="Challenge your... computer? Actually, challenge the developers! But, for real, this is just a simple enemy program that you can use if you don't have any real opponent"
Resume.P text="Wyzwij na pojedynek swój... komputer? Właściwie, wyzwij twórców gry! Ale, tak naprawdę, to jest tylko prosty program którego możesz użyć jeżeli nie masz żadnego innego przeciwnika"
Resume.R text="Сразись со своим... компьютером? Ну на самом деле ты сразишься с разработчиками! Но, на самом деле, это примитивная программа соперника которую ты можешь использовать если у тебя нету настоящего соперника"

#Include file="%cat%/level_common.txt"
Level type=CODE_BATTLE magnifyDamage=10

BeginObject

// Team "Blue" (1)
CreateObject pos=0;-40 dir=1.5 type=WheeledGrabber team=1 select=true
CreateObject pos=0;-38.5 type=Titanium
CreateObject pos=0;-57.5 dir=1.5 type=Derrick magnifyDamage=0 selectable=false

// Team "Red" (2)
// TODO: selectable=0, but only before start?
CreateObject pos=0;40 dir=0.5 type=WheeledGrabber team=2 script1="%lvl%/program.txt" scriptReadOnly1=true run=1
CreateObject pos=0;38.5 type=Titanium
CreateObject pos=0;57.5 dir=0.5 type=Derrick magnifyDamage=0 selectable=false

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
