share/hedgewars/Data/Missions/Challenge/Basic_Training_-_Sniper_Rifle.lua
changeset 14653 be8af70adf2c
parent 14596 b4089fa16b34
child 14659 8bd005067f4a
equal deleted inserted replaced
14652:c09ac49ed1de 14653:be8af70adf2c
   134 
   134 
   135 	-- Create the player team
   135 	-- Create the player team
   136 	playerTeamName = AddMissionTeam(-1)
   136 	playerTeamName = AddMissionTeam(-1)
   137 	-- And add a hog to it
   137 	-- And add a hog to it
   138 	player = AddMissionHog(1)
   138 	player = AddMissionHog(1)
   139 	SetGearPosition(player, 602, 1465)
   139 	SetGearPosition(player, 602, 1488)
   140 end
   140 end
   141 
   141 
   142 -- This function is called when the round starts
   142 -- This function is called when the round starts
   143 -- it spawns the first target that has to be destroyed.
   143 -- it spawns the first target that has to be destroyed.
   144 -- In addition it shows the scenario goal(s).
   144 -- In addition it shows the scenario goal(s).