33 |
33 |
34 playerTeamName = AddMissionTeam(-1) |
34 playerTeamName = AddMissionTeam(-1) |
35 player = AddMissionHog(1) |
35 player = AddMissionHog(1) |
36 instructor = AddHog(loc("Instructor"), 0, 100, "sf_vega") |
36 instructor = AddHog(loc("Instructor"), 0, 100, "sf_vega") |
37 |
37 |
38 enemyTeamName = AddTeam(loc("Blue Team"), -2, "bubble", "Island", "Default", "somalia") |
38 enemyTeamName = AddTeam(loc("Blue Team"), -2, "bubble", "Island", "Default_qau", "somalia") |
39 enemy = AddHog(loc("Filthy Blue"), 1, 100, "Skull") |
39 enemy = AddHog(loc("Filthy Blue"), 1, 100, "Skull") |
40 |
40 |
41 SetGearPosition(player,146,902) |
41 SetGearPosition(player,146,902) |
42 SetGearPosition(instructor,317,902) |
42 SetGearPosition(instructor,317,902) |
43 SetGearPosition(enemy,1918,837) |
43 SetGearPosition(enemy,1918,837) |