share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua
changeset 12426 9f3387907e06
parent 12088 1da37e2ba6fd
child 12468 d652c6f5d5f1
equal deleted inserted replaced
12425:f9cbb896967b 12426:9f3387907e06
     7 HedgewarsScriptLoad("/Scripts/Animate.lua")
     7 HedgewarsScriptLoad("/Scripts/Animate.lua")
     8 HedgewarsScriptLoad("/Missions/Campaign/A_Space_Adventure/global_functions.lua")
     8 HedgewarsScriptLoad("/Missions/Campaign/A_Space_Adventure/global_functions.lua")
     9 
     9 
    10 -- globals
    10 -- globals
    11 local missionName = loc("Precise flying")
    11 local missionName = loc("Precise flying")
    12 local challengeObjectives = loc("Use the RC plane and destroy the all the targets").."|"..
    12 local challengeObjectives = loc("Use the RC plane and destroy the all the targets.").."|"..
    13 	loc("Each time you destroy all the targets on your current level you'll get teleported to the next level").."|"..
    13 	loc("Each time you destroy all the targets on your current level you'll get teleported to the next level.").."|"..
    14 	loc("You'll have only one RC plane at the start of the mission").."|"..
    14 	loc("You'll have only one RC plane at the start of the mission.").."|"..
    15 	loc("During the game you can get new RC planes by collecting the weapon crates")
    15 	loc("During the game you can get new RC planes by collecting the weapon crates.")
    16 local currentTarget = 1
    16 local currentTarget = 1
    17 -- dialogs
    17 -- dialogs
    18 local dialog01 = {}
    18 local dialog01 = {}
    19 -- mission objectives
    19 -- mission objectives
    20 local goals = {
    20 local goals = {