share/hedgewars/Data/Maps/Control/map.lua
changeset 12077 ce3860c82c8b
parent 11304 f243a0b202bc
child 12079 8f222872d432
equal deleted inserted replaced
12076:543bc82e1e28 12077:ce3860c82c8b
   367 			reN = 15		
   367 			reN = 15		
   368 		end
   368 		end
   369 		--AddCaption(zz) -- number of times it took to work
   369 		--AddCaption(zz) -- number of times it took to work
   370 	end
   370 	end
   371 
   371 
   372 	ShowMission(loc("CONTROL"), 
   372 	ShowMission(loc("Control"), 
   373 	"", 
   373 	loc("Domination game"), 
   374 	loc("Control pillars to score points.") .. "|" .. 
   374 	loc("Control pillars to score points.") .. "|" .. 
   375 	loc("Goal") .. ": " .. pointLimit .. " " .. loc("points"), 0, 0)
   375 	loc("Goal") .. ": " .. pointLimit .. " " .. loc("points"), 0, 0)
   376 
   376 
   377 
   377 
   378 end
   378 end
   416 				elseif teamNameArr[i] == " " then
   416 				elseif teamNameArr[i] == " " then
   417 					teamComment[i] = "|"
   417 					teamComment[i] = "|"
   418 				end
   418 				end
   419 			end
   419 			end
   420 			
   420 			
   421 			ShowMission(loc("CONTROL"), 
   421 			ShowMission(loc("Control"), 
   422 			loc("Team Scores") .. ":", 
   422 			loc("Domination game"),
       
   423 			loc("Team Scores") .. ":" .. "|" ..
   423 			totalComment, 0, 1600)
   424 			totalComment, 0, 1600)
   424 	
   425 	
   425 	end
   426 	end
   426 
   427 
   427 end
   428 end