share/hedgewars/Data/Missions/Training/User_Mission_-_Dangerous_Ducklings.lua
changeset 7877 b3fb94986255
parent 5823 f906f6645e02
child 8043 da083f8d95e6
equal deleted inserted replaced
7876:a366fbe91b58 7877:b3fb94986255
    38 	instructor = AddHog(loc("Instructor"), 1, 1, "sf_vega")
    38 	instructor = AddHog(loc("Instructor"), 1, 1, "sf_vega")
    39 
    39 
    40 	AddTeam("Blue Team", 29439, "Simple", "Island", "Default")
    40 	AddTeam("Blue Team", 29439, "Simple", "Island", "Default")
    41 	enemy = AddHog("Filthy Blue", 1, 100, "Skull")
    41 	enemy = AddHog("Filthy Blue", 1, 100, "Skull")
    42 
    42 
    43 	SetGearPosition(player, 1170, 1926)
    43 	SetGearPosition(player,146,902)
    44 	SetGearPosition(instructor, 1341, 1926)
    44 	SetGearPosition(instructor,317,902)
    45 	SetGearPosition(enemy, 2942, 1861)
    45 	SetGearPosition(enemy,1918,837)
    46 
    46 
    47 
    47 
    48 	HogSay(player, ".............................", SAY_THINK)
    48 	HogSay(player, ".............................", SAY_THINK)
    49 	HogTurnLeft(instructor, true)
    49 	HogTurnLeft(instructor, true)
    50 
    50 
    52 end
    52 end
    53 
    53 
    54 
    54 
    55 function onGameStart()
    55 function onGameStart()
    56 
    56 
    57 	SpawnAmmoCrate(1499,1500,amRope)
    57 	SpawnAmmoCrate(475,476,amRope)
    58 	SpawnAmmoCrate(2753,1500,amFirePunch)
    58 	SpawnAmmoCrate(1729,476,amFirePunch)
    59 
    59 
    60 	FollowGear(player)
    60 	FollowGear(player)
    61 
    61 
    62 	--spawnTarget()
    62 	--spawnTarget()
    63 
    63