diff --git a/raw/maps/mp/bots/_wp_editor.gsc b/raw/maps/mp/bots/_wp_editor.gsc index 3b171fe..3c65648 100644 --- a/raw/maps/mp/bots/_wp_editor.gsc +++ b/raw/maps/mp/bots/_wp_editor.gsc @@ -620,6 +620,21 @@ checkForWarnings() if(!isDefined(level.waypoints[i].angles) && (level.waypoints[i].type == "claymore" || level.waypoints[i].type == "tube" || (level.waypoints[i].type == "crouch" && level.waypoints[i].children.size == 1) || level.waypoints[i].type == "climb" || level.waypoints[i].type == "grenade")) self iprintln("WARNING: waypoint "+i+" angles is undefined"); } + + // check reachability, assume bidirectional graph + + wpIdx = randomInt(level.waypointCount); + + for(i = 0; i < level.waypointCount; i++) + { + if (i % 5 == 0) + wait 0.05; + + astar = AStarSearch(level.waypoints[wpIdx].origin, level.waypoints[i].origin, undefined, true); + + if (astar.size <= 0) + self iprintln("WARNING: waypoint "+wpIdx+" has no path to waypoint " + i); + } } UnLinkWaypoint(nwp) diff --git a/raw/maps/mp/bots/waypoints/bakaara.gsc b/raw/maps/mp/bots/waypoints/bakaara.gsc index 05acf70..f2795f8 100644 --- a/raw/maps/mp/bots/waypoints/bakaara.gsc +++ b/raw/maps/mp/bots/waypoints/bakaara.gsc @@ -1,1539 +1,1530 @@ Bakaara() { -/*106:00 */waypoints = []; -/*106:00 */waypoints[0] = spawnstruct(); -/*106:00 */waypoints[0].origin = (1076.72, -907.125, -28.7888); -/*106:00 */waypoints[0].type = "crouch"; -/*106:00 */waypoints[0].children[0] = 1; -/*106:00 */waypoints[0].angles = (2.88391, -50.9381, 0); -/*106:00 */waypoints[1] = spawnstruct(); -/*106:00 */waypoints[1].origin = (1186.88, -927.843, -38.8749); -/*106:00 */waypoints[1].type = "crouch"; -/*106:00 */waypoints[1].children[0] = 0; -/*106:00 */waypoints[1].angles = (4.22974, -126.288, 0); -/*106:00 */waypoints[2] = spawnstruct(); -/*106:00 */waypoints[2].origin = (620.125, -907.125, -36.875); -/*106:00 */waypoints[2].type = "crouch"; -/*106:00 */waypoints[2].children[0] = 65; -/*106:00 */waypoints[2].angles = (4.61426, -35.9473, 0); -/*106:00 */waypoints[3] = spawnstruct(); -/*106:00 */waypoints[3].origin = (1572.36, -1088.18, -44.2639); -/*106:00 */waypoints[3].type = "stand"; -/*106:00 */waypoints[3].children[0] = 8; -/*106:00 */waypoints[3].children[1] = 9; -/*106:00 */waypoints[3].children[2] = 4; -/*106:00 */waypoints[3].children[3] = 11; -/*106:00 */waypoints[3].children[4] = 10; -/*106:00 */waypoints[4] = spawnstruct(); -/*106:00 */waypoints[4].origin = (1790.29, -1037.98, -45.7197); -/*106:00 */waypoints[4].type = "stand"; -/*106:00 */waypoints[4].children[0] = 9; -/*106:00 */waypoints[4].children[1] = 3; -/*106:00 */waypoints[4].children[2] = 5; -/*106:00 */waypoints[5] = spawnstruct(); -/*106:00 */waypoints[5].origin = (1780.45, -733.975, -49.0534); -/*106:00 */waypoints[5].type = "stand"; -/*106:00 */waypoints[5].children[0] = 4; -/*106:00 */waypoints[5].children[1] = 12; -/*106:00 */waypoints[6] = spawnstruct(); -/*106:00 */waypoints[6].origin = (1659.5, -276.592, -51.9723); -/*106:00 */waypoints[6].type = "stand"; -/*106:00 */waypoints[6].children[0] = 7; -/*106:00 */waypoints[6].children[1] = 12; -/*106:00 */waypoints[6].children[2] = 14; -/*106:00 */waypoints[6].children[3] = 13; -/*106:00 */waypoints[6].children[4] = 15; -/*106:00 */waypoints[6].children[5] = 18; -/*106:00 */waypoints[6].children[6] = 108; -/*106:00 */waypoints[7] = spawnstruct(); -/*106:00 */waypoints[7].origin = (1538.21, -557.153, -47.5113); -/*106:00 */waypoints[7].type = "stand"; -/*106:00 */waypoints[7].children[0] = 8; -/*106:00 */waypoints[7].children[1] = 6; -/*106:00 */waypoints[8] = spawnstruct(); -/*106:00 */waypoints[8].origin = (1612.19, -871.084, -56.8113); -/*106:00 */waypoints[8].type = "stand"; -/*106:00 */waypoints[8].children[0] = 9; -/*106:00 */waypoints[8].children[1] = 3; -/*106:00 */waypoints[8].children[2] = 12; -/*106:00 */waypoints[8].children[3] = 7; -/*106:00 */waypoints[9] = spawnstruct(); -/*106:00 */waypoints[9].origin = (1615.47, -1351.36, -45.2042); -/*106:00 */waypoints[9].type = "stand"; -/*106:00 */waypoints[9].children[0] = 10; -/*106:00 */waypoints[9].children[1] = 4; -/*106:00 */waypoints[9].children[2] = 8; -/*106:00 */waypoints[9].children[3] = 3; -/*106:00 */waypoints[9].children[4] = 11; -/*106:00 */waypoints[10] = spawnstruct(); -/*106:00 */waypoints[10].origin = (1324.16, -1361.86, -45.237); -/*106:00 */waypoints[10].type = "stand"; -/*106:00 */waypoints[10].children[0] = 11; -/*106:00 */waypoints[10].children[1] = 9; -/*106:00 */waypoints[10].children[2] = 3; -/*106:00 */waypoints[11] = spawnstruct(); -/*106:00 */waypoints[11].origin = (1307.64, -1074.85, -44.015); -/*106:00 */waypoints[11].type = "stand"; -/*106:00 */waypoints[11].children[0] = 10; -/*106:00 */waypoints[11].children[1] = 9; -/*106:00 */waypoints[11].children[2] = 3; -/*106:00 */waypoints[11].children[3] = 99; -/*106:00 */waypoints[12] = spawnstruct(); -/*106:00 */waypoints[12].origin = (1706.21, -531.704, -52.4596); -/*106:00 */waypoints[12].type = "stand"; -/*106:00 */waypoints[12].children[0] = 5; -/*106:00 */waypoints[12].children[1] = 8; -/*106:00 */waypoints[12].children[2] = 6; -/*106:00 */waypoints[13] = spawnstruct(); -/*106:00 */waypoints[13].origin = (1628.11, 96.1371, -59.4992); -/*106:00 */waypoints[13].type = "grenade"; -/*106:00 */waypoints[13].children[0] = 6; -/*106:00 */waypoints[13].angles = (-27.2955, 89.3628, 0); -/*106:00 */waypoints[14] = spawnstruct(); -/*106:00 */waypoints[14].origin = (1708.43, 261.918, -53.6539); -/*106:00 */waypoints[14].type = "claymore"; -/*106:00 */waypoints[14].children[0] = 6; -/*106:00 */waypoints[14].angles = (37.2876, 35.9253, 0); -/*106:00 */waypoints[15] = spawnstruct(); -/*106:00 */waypoints[15].origin = (1439.58, 228.725, -50.7053); -/*106:00 */waypoints[15].type = "stand"; -/*106:00 */waypoints[15].children[0] = 6; -/*106:00 */waypoints[15].children[1] = 17; -/*106:00 */waypoints[15].children[2] = 118; -/*106:00 */waypoints[16] = spawnstruct(); -/*106:00 */waypoints[16].origin = (1442.12, -396.875, -46.5546); -/*106:00 */waypoints[16].type = "crouch"; -/*106:00 */waypoints[16].children[0] = 64; -/*106:00 */waypoints[16].angles = (0.817261, 51.3116, 0); -/*106:00 */waypoints[17] = spawnstruct(); -/*106:00 */waypoints[17].origin = (1544.49, 469.64, -73.3089); -/*106:00 */waypoints[17].type = "stand"; -/*106:00 */waypoints[17].children[0] = 15; -/*106:00 */waypoints[17].children[1] = 19; -/*106:00 */waypoints[17].children[2] = 20; -/*106:00 */waypoints[17].children[3] = 118; -/*106:00 */waypoints[18] = spawnstruct(); -/*106:00 */waypoints[18].origin = (1817.01, 183.47, -90.2437); -/*106:00 */waypoints[18].type = "stand"; -/*106:00 */waypoints[18].children[0] = 19; -/*106:00 */waypoints[18].children[1] = 6; -/*106:00 */waypoints[19] = spawnstruct(); -/*106:00 */waypoints[19].origin = (1804.15, 477.971, -59.1894); -/*106:00 */waypoints[19].type = "stand"; -/*106:00 */waypoints[19].children[0] = 17; -/*106:00 */waypoints[19].children[1] = 18; -/*106:00 */waypoints[19].children[2] = 23; -/*106:00 */waypoints[19].children[3] = 33; -/*106:00 */waypoints[20] = spawnstruct(); -/*106:00 */waypoints[20].origin = (1539.61, 829.029, -70.3819); -/*106:00 */waypoints[20].type = "stand"; -/*106:00 */waypoints[20].children[0] = 17; -/*106:00 */waypoints[20].children[1] = 35; -/*106:00 */waypoints[20].children[2] = 121; -/*106:00 */waypoints[20].children[3] = 122; -/*106:00 */waypoints[21] = spawnstruct(); -/*106:00 */waypoints[21].origin = (1996.88, 852.875, -39.875); -/*106:00 */waypoints[21].type = "crouch"; -/*106:00 */waypoints[21].children[0] = 22; -/*106:00 */waypoints[21].angles = (2.35535, -156.418, 0); -/*106:00 */waypoints[22] = spawnstruct(); -/*106:00 */waypoints[22].origin = (1996.88, 735.125, -43.1832); -/*106:00 */waypoints[22].type = "crouch"; -/*106:00 */waypoints[22].children[0] = 21; -/*106:00 */waypoints[22].angles = (-3.22021, 146.305, 0); -/*106:00 */waypoints[23] = spawnstruct(); -/*106:00 */waypoints[23].origin = (1792.26, 1229.28, -38.6797); -/*106:00 */waypoints[23].type = "stand"; -/*106:00 */waypoints[23].children[0] = 19; -/*106:00 */waypoints[23].children[1] = 25; -/*106:00 */waypoints[23].children[2] = 26; -/*106:00 */waypoints[23].children[3] = 34; -/*106:00 */waypoints[24] = spawnstruct(); -/*106:00 */waypoints[24].origin = (1654.6, 1734.3, -0.887774); -/*106:00 */waypoints[24].type = "stand"; -/*106:00 */waypoints[24].children[0] = 25; -/*106:00 */waypoints[24].children[1] = 26; -/*106:00 */waypoints[24].children[2] = 35; -/*106:00 */waypoints[24].children[3] = 55; -/*106:00 */waypoints[24].children[4] = 53; -/*106:00 */waypoints[25] = spawnstruct(); -/*106:00 */waypoints[25].origin = (1680.57, 1405.83, -25.876); -/*106:00 */waypoints[25].type = "stand"; -/*106:00 */waypoints[25].children[0] = 23; -/*106:00 */waypoints[25].children[1] = 24; -/*106:00 */waypoints[26] = spawnstruct(); -/*106:00 */waypoints[26].origin = (2009.58, 1578.05, -4.99077); -/*106:00 */waypoints[26].type = "stand"; -/*106:00 */waypoints[26].children[0] = 24; -/*106:00 */waypoints[26].children[1] = 23; -/*106:00 */waypoints[26].children[2] = 27; -/*106:00 */waypoints[27] = spawnstruct(); -/*106:00 */waypoints[27].origin = (2219.95, 1542.59, -13.8132); -/*106:00 */waypoints[27].type = "stand"; -/*106:00 */waypoints[27].children[0] = 26; -/*106:00 */waypoints[27].children[1] = 28; -/*106:00 */waypoints[27].children[2] = 30; -/*106:00 */waypoints[27].children[3] = 32; -/*106:00 */waypoints[28] = spawnstruct(); -/*106:00 */waypoints[28].origin = (2467.47, 1565.8, -18.7702); -/*106:00 */waypoints[28].type = "stand"; -/*106:00 */waypoints[28].children[0] = 27; -/*106:00 */waypoints[28].children[1] = 29; -/*106:00 */waypoints[28].children[2] = 38; -/*106:00 */waypoints[28].children[3] = 40; -/*106:00 */waypoints[29] = spawnstruct(); -/*106:00 */waypoints[29].origin = (2341.22, 2128.4, 22.8602); -/*106:00 */waypoints[29].type = "stand"; -/*106:00 */waypoints[29].children[0] = 28; -/*106:00 */waypoints[29].children[1] = 30; -/*106:00 */waypoints[29].children[2] = 40; -/*106:00 */waypoints[30] = spawnstruct(); -/*106:00 */waypoints[30].origin = (2028.29, 2076.81, 22.595); -/*106:00 */waypoints[30].type = "stand"; -/*106:00 */waypoints[30].children[0] = 29; -/*106:00 */waypoints[30].children[1] = 31; -/*106:00 */waypoints[30].children[2] = 27; -/*106:00 */waypoints[30].children[3] = 55; -/*106:00 */waypoints[31] = spawnstruct(); -/*106:00 */waypoints[31].origin = (1887.76, 2335.56, 48.125); -/*106:00 */waypoints[31].type = "stand"; -/*106:00 */waypoints[31].children[0] = 30; -/*106:00 */waypoints[31].children[1] = 32; -/*106:00 */waypoints[31].children[2] = 42; -/*106:00 */waypoints[31].children[3] = 43; -/*106:00 */waypoints[32] = spawnstruct(); -/*106:00 */waypoints[32].origin = (2041.88, 1915.41, 14.625); -/*106:00 */waypoints[32].type = "claymore"; -/*106:00 */waypoints[32].children[0] = 27; -/*106:00 */waypoints[32].children[1] = 31; -/*106:00 */waypoints[32].angles = (54.2493, 57.7002, 0); -/*106:00 */waypoints[33] = spawnstruct(); -/*106:00 */waypoints[33].origin = (1687.26, 958.148, -50.7048); -/*106:00 */waypoints[33].type = "climb"; -/*106:00 */waypoints[33].children[0] = 34; -/*106:00 */waypoints[33].children[1] = 19; -/*106:00 */waypoints[33].angles = (-1.48987, 89.4232, 0); -/*106:00 */waypoints[34] = spawnstruct(); -/*106:00 */waypoints[34].origin = (1669.99, 1140.4, -45.7578); -/*106:00 */waypoints[34].type = "climb"; -/*106:00 */waypoints[34].children[0] = 23; -/*106:00 */waypoints[34].children[1] = 33; -/*106:00 */waypoints[34].angles = (6.57959, -90.0934, 0); -/*106:00 */waypoints[35] = spawnstruct(); -/*106:00 */waypoints[35].origin = (1528.9, 1684.66, -29.002); -/*106:00 */waypoints[35].type = "stand"; -/*106:00 */waypoints[35].children[0] = 24; -/*106:00 */waypoints[35].children[1] = 20; -/*106:00 */waypoints[35].children[2] = 231; -/*106:00 */waypoints[35].children[3] = 232; -/*106:00 */waypoints[36] = spawnstruct(); -/*106:00 */waypoints[36].origin = (1446.82, 1209.01, -49.875); -/*106:00 */waypoints[36].type = "crouch"; -/*106:00 */waypoints[36].children[0] = 37; -/*106:00 */waypoints[36].angles = (1.58081, 35.8319, 0); -/*106:00 */waypoints[37] = spawnstruct(); -/*106:00 */waypoints[37].origin = (1446.25, 1274.75, -49.875); -/*106:00 */waypoints[37].type = "crouch"; -/*106:00 */waypoints[37].children[0] = 36; -/*106:00 */waypoints[37].angles = (-2.45667, -46.4392, 0); -/*106:00 */waypoints[38] = spawnstruct(); -/*106:00 */waypoints[38].origin = (2637.86, 1558.57, -16.875); -/*106:00 */waypoints[38].type = "stand"; -/*106:00 */waypoints[38].children[0] = 39; -/*106:00 */waypoints[38].children[1] = 28; -/*106:00 */waypoints[39] = spawnstruct(); -/*106:00 */waypoints[39].origin = (2628.18, 1981.63, -16.9353); -/*106:00 */waypoints[39].type = "stand"; -/*106:00 */waypoints[39].children[0] = 38; -/*106:00 */waypoints[39].children[1] = 40; -/*106:00 */waypoints[40] = spawnstruct(); -/*106:00 */waypoints[40].origin = (2413, 1942.11, 5.16108); -/*106:00 */waypoints[40].type = "stand"; -/*106:00 */waypoints[40].children[0] = 29; -/*106:00 */waypoints[40].children[1] = 28; -/*106:00 */waypoints[40].children[2] = 39; -/*106:00 */waypoints[41] = spawnstruct(); -/*106:00 */waypoints[41].origin = (1629.32, 2281.32, 48.125); -/*106:00 */waypoints[41].type = "crouch"; -/*106:00 */waypoints[41].children[0] = 63; -/*106:00 */waypoints[41].angles = (4.85474, -23.5547, 0); -/*106:00 */waypoints[42] = spawnstruct(); -/*106:00 */waypoints[42].origin = (1887.24, 2239.91, 48.125); -/*106:00 */waypoints[42].type = "claymore"; -/*106:00 */waypoints[42].children[0] = 31; -/*106:00 */waypoints[42].angles = (54.4415, 15.6555, 0); -/*106:00 */waypoints[43] = spawnstruct(); -/*106:00 */waypoints[43].origin = (1735.69, 2408.72, 48.125); -/*106:00 */waypoints[43].type = "stand"; -/*106:00 */waypoints[43].children[0] = 31; -/*106:00 */waypoints[43].children[1] = 44; -/*106:00 */waypoints[44] = spawnstruct(); -/*106:00 */waypoints[44].origin = (1617.09, 2528.48, 48.125); -/*106:00 */waypoints[44].type = "stand"; -/*106:00 */waypoints[44].children[0] = 43; -/*106:00 */waypoints[44].children[1] = 45; -/*106:00 */waypoints[45] = spawnstruct(); -/*106:00 */waypoints[45].origin = (1213.59, 3215.49, 79.125); -/*106:00 */waypoints[45].type = "stand"; -/*106:00 */waypoints[45].children[0] = 44; -/*106:00 */waypoints[45].children[1] = 46; -/*106:00 */waypoints[45].children[2] = 66; -/*106:00 */waypoints[46] = spawnstruct(); -/*106:00 */waypoints[46].origin = (1020.85, 3170.55, 88.125); -/*106:00 */waypoints[46].type = "stand"; -/*106:00 */waypoints[46].children[0] = 45; -/*106:00 */waypoints[46].children[1] = 47; -/*106:00 */waypoints[46].children[2] = 52; -/*106:00 */waypoints[46].children[3] = 54; -/*106:00 */waypoints[46].children[4] = 58; -/*106:00 */waypoints[46].children[5] = 62; -/*106:00 */waypoints[46].children[6] = 66; -/*106:00 */waypoints[47] = spawnstruct(); -/*106:00 */waypoints[47].origin = (1116.34, 2958.77, 70.8617); -/*106:00 */waypoints[47].type = "stand"; -/*106:00 */waypoints[47].children[0] = 48; -/*106:00 */waypoints[47].children[1] = 49; -/*106:00 */waypoints[47].children[2] = 46; -/*106:00 */waypoints[47].children[3] = 52; -/*106:00 */waypoints[47].children[4] = 54; -/*106:00 */waypoints[48] = spawnstruct(); -/*106:00 */waypoints[48].origin = (1319.39, 2731.07, 62.1552); -/*106:00 */waypoints[48].type = "stand"; -/*106:00 */waypoints[48].children[0] = 47; -/*106:00 */waypoints[48].children[1] = 51; -/*106:00 */waypoints[48].children[2] = 49; -/*106:00 */waypoints[48].children[3] = 50; -/*106:00 */waypoints[48].children[4] = 54; -/*106:00 */waypoints[49] = spawnstruct(); -/*106:00 */waypoints[49].origin = (1319.99, 2731.04, 62.2088); -/*106:00 */waypoints[49].type = "climb"; -/*106:00 */waypoints[49].children[0] = 47; -/*106:00 */waypoints[49].children[1] = 51; -/*106:00 */waypoints[49].children[2] = 48; -/*106:00 */waypoints[49].children[3] = 50; -/*106:00 */waypoints[49].children[4] = 54; -/*106:00 */waypoints[49].angles = (4.0802, -87.1875, 0); -/*106:00 */waypoints[50] = spawnstruct(); -/*106:00 */waypoints[50].origin = (1318.37, 2579.68, 128.893); -/*106:00 */waypoints[50].type = "climb"; -/*106:00 */waypoints[50].children[0] = 49; -/*106:00 */waypoints[50].children[1] = 48; -/*106:00 */waypoints[50].angles = (21.2927, -77.3811, 0); -/*106:00 */waypoints[51] = spawnstruct(); -/*106:00 */waypoints[51].origin = (1320.72, 2644.73, 92.8221); -/*106:00 */waypoints[51].type = "grenade"; -/*106:00 */waypoints[51].children[0] = 48; -/*106:00 */waypoints[51].children[1] = 49; -/*106:00 */waypoints[51].angles = (-25.9925, -77.1723, 0); -/*106:00 */waypoints[52] = spawnstruct(); -/*106:00 */waypoints[52].origin = (1301, 2428.78, 47.9248); -/*106:00 */waypoints[52].type = "stand"; -/*106:00 */waypoints[52].children[0] = 46; -/*106:00 */waypoints[52].children[1] = 47; -/*106:00 */waypoints[52].children[2] = 53; -/*106:00 */waypoints[53] = spawnstruct(); -/*106:00 */waypoints[53].origin = (1514.98, 2195.19, 30.3116); -/*106:00 */waypoints[53].type = "stand"; -/*106:00 */waypoints[53].children[0] = 52; -/*106:00 */waypoints[53].children[1] = 54; -/*106:00 */waypoints[53].children[2] = 55; -/*106:00 */waypoints[53].children[3] = 232; -/*106:00 */waypoints[53].children[4] = 233; -/*106:00 */waypoints[53].children[5] = 231; -/*106:00 */waypoints[53].children[6] = 24; -/*106:00 */waypoints[54] = spawnstruct(); -/*106:00 */waypoints[54].origin = (1378.37, 2722.63, 69.524); -/*106:00 */waypoints[54].type = "stand"; -/*106:00 */waypoints[54].children[0] = 53; -/*106:00 */waypoints[54].children[1] = 49; -/*106:00 */waypoints[54].children[2] = 48; -/*106:00 */waypoints[54].children[3] = 47; -/*106:00 */waypoints[54].children[4] = 46; -/*106:00 */waypoints[55] = spawnstruct(); -/*106:00 */waypoints[55].origin = (1629.7, 1961.88, 14.1306); -/*106:00 */waypoints[55].type = "stand"; -/*106:00 */waypoints[55].children[0] = 24; -/*106:00 */waypoints[55].children[1] = 30; -/*106:00 */waypoints[55].children[2] = 53; -/*106:00 */waypoints[56] = spawnstruct(); -/*106:00 */waypoints[56].origin = (647.125, 3438.88, 227.125); -/*106:00 */waypoints[56].type = "crouch"; -/*106:00 */waypoints[56].children[0] = 57; -/*106:00 */waypoints[56].angles = (5.23376, -155.95, 0); -/*106:00 */waypoints[57] = spawnstruct(); -/*106:00 */waypoints[57].origin = (681.679, 3414.12, 227.125); -/*106:00 */waypoints[57].type = "crouch"; -/*106:00 */waypoints[57].children[0] = 56; -/*106:00 */waypoints[57].angles = (7.15637, -58.6988, 0); -/*106:00 */waypoints[58] = spawnstruct(); -/*106:00 */waypoints[58].origin = (1004.69, 3702.19, 227.125); -/*106:00 */waypoints[58].type = "stand"; -/*106:00 */waypoints[58].children[0] = 59; -/*106:00 */waypoints[58].children[1] = 46; -/*106:00 */waypoints[58].children[2] = 61; -/*106:00 */waypoints[59] = spawnstruct(); -/*106:00 */waypoints[59].origin = (788.49, 3602, 227.125); -/*106:00 */waypoints[59].type = "stand"; -/*106:00 */waypoints[59].children[0] = 60; -/*106:00 */waypoints[59].children[1] = 58; -/*106:00 */waypoints[59].children[2] = 61; -/*106:00 */waypoints[60] = spawnstruct(); -/*106:00 */waypoints[60].origin = (595.604, 3699.63, 227.125); -/*106:00 */waypoints[60].type = "stand"; -/*106:00 */waypoints[60].children[0] = 59; -/*106:00 */waypoints[60].children[1] = 61; -/*106:00 */waypoints[60].children[2] = 62; -/*106:00 */waypoints[61] = spawnstruct(); -/*106:00 */waypoints[61].origin = (796.995, 3689.21, 227.125); -/*106:00 */waypoints[61].type = "stand"; -/*106:00 */waypoints[61].children[0] = 60; -/*106:00 */waypoints[61].children[1] = 59; -/*106:00 */waypoints[61].children[2] = 58; -/*106:00 */waypoints[62] = spawnstruct(); -/*106:00 */waypoints[62].origin = (570.222, 3333.23, 88.125); -/*106:00 */waypoints[62].type = "stand"; -/*106:00 */waypoints[62].children[0] = 60; -/*106:00 */waypoints[62].children[1] = 46; -/*106:00 */waypoints[62].children[2] = 66; -/*106:00 */waypoints[62].children[3] = 67; -/*106:00 */waypoints[63] = spawnstruct(); -/*106:00 */waypoints[63].origin = (1788.26, 2276.9, 48.125); -/*106:00 */waypoints[63].type = "stand"; -/*106:00 */waypoints[63].children[0] = 41; -/*106:00 */waypoints[64] = spawnstruct(); -/*106:00 */waypoints[64].origin = (1524.79, -292.251, -52.0338); -/*106:00 */waypoints[64].type = "stand"; -/*106:00 */waypoints[64].children[0] = 16; -/*106:00 */waypoints[65] = spawnstruct(); -/*106:00 */waypoints[65].origin = (755.301, -907.125, -45.2758); -/*106:00 */waypoints[65].type = "claymore"; -/*106:00 */waypoints[65].children[0] = 2; -/*106:00 */waypoints[65].angles = (58.2813, -19.1646, 0); -/*106:00 */waypoints[66] = spawnstruct(); -/*106:00 */waypoints[66].origin = (564.23, 2975.45, 88.0086); -/*106:00 */waypoints[66].type = "stand"; -/*106:00 */waypoints[66].children[0] = 62; -/*106:00 */waypoints[66].children[1] = 46; -/*106:00 */waypoints[66].children[2] = 45; -/*106:00 */waypoints[66].children[3] = 68; -/*106:00 */waypoints[66].children[4] = 158; -/*106:00 */waypoints[66].children[5] = 159; -/*106:00 */waypoints[66].children[6] = 162; -/*106:00 */waypoints[67] = spawnstruct(); -/*106:00 */waypoints[67].origin = (237.75, 3269.67, 89.2896); -/*106:00 */waypoints[67].type = "stand"; -/*106:00 */waypoints[67].children[0] = 62; -/*106:00 */waypoints[67].children[1] = 68; -/*106:00 */waypoints[67].children[2] = 69; -/*106:00 */waypoints[67].children[3] = 70; -/*106:00 */waypoints[68] = spawnstruct(); -/*106:00 */waypoints[68].origin = (465.305, 3184.05, 90.4484); -/*106:00 */waypoints[68].type = "stand"; -/*106:00 */waypoints[68].children[0] = 67; -/*106:00 */waypoints[68].children[1] = 66; -/*106:00 */waypoints[69] = spawnstruct(); -/*106:00 */waypoints[69].origin = (12.1739, 3012.94, 84.5655); -/*106:00 */waypoints[69].type = "stand"; -/*106:00 */waypoints[69].children[0] = 67; -/*106:00 */waypoints[69].children[1] = 70; -/*106:00 */waypoints[69].children[2] = 71; -/*106:00 */waypoints[69].children[3] = 74; -/*106:00 */waypoints[69].children[4] = 156; -/*106:00 */waypoints[69].children[5] = 161; -/*106:00 */waypoints[69].children[6] = 165; -/*106:00 */waypoints[70] = spawnstruct(); -/*106:00 */waypoints[70].origin = (-406.307, 3299.58, 97.8552); -/*106:00 */waypoints[70].type = "stand"; -/*106:00 */waypoints[70].children[0] = 69; -/*106:00 */waypoints[70].children[1] = 67; -/*106:00 */waypoints[71] = spawnstruct(); -/*106:00 */waypoints[71].origin = (-620.461, 2812.14, 153.131); -/*106:00 */waypoints[71].type = "stand"; -/*106:00 */waypoints[71].children[0] = 69; -/*106:00 */waypoints[71].children[1] = 73; -/*106:00 */waypoints[71].children[2] = 72; -/*106:00 */waypoints[72] = spawnstruct(); -/*106:00 */waypoints[72].origin = (-929.804, 2511.54, 70.925); -/*106:00 */waypoints[72].type = "stand"; -/*106:00 */waypoints[72].children[0] = 73; -/*106:00 */waypoints[72].children[1] = 71; -/*106:00 */waypoints[72].children[2] = 77; -/*106:00 */waypoints[72].children[3] = 78; -/*106:00 */waypoints[72].children[4] = 240; -/*106:00 */waypoints[73] = spawnstruct(); -/*106:00 */waypoints[73].origin = (-491.211, 2520.74, 84.4072); -/*106:00 */waypoints[73].type = "stand"; -/*106:00 */waypoints[73].children[0] = 71; -/*106:00 */waypoints[73].children[1] = 74; -/*106:00 */waypoints[73].children[2] = 72; -/*106:00 */waypoints[74] = spawnstruct(); -/*106:00 */waypoints[74].origin = (-103.115, 2440.32, 87.8611); -/*106:00 */waypoints[74].type = "stand"; -/*106:00 */waypoints[74].children[0] = 69; -/*106:00 */waypoints[74].children[1] = 73; -/*106:00 */waypoints[74].children[2] = 157; -/*106:00 */waypoints[75] = spawnstruct(); -/*106:00 */waypoints[75].origin = (-711.494, 2360.52, 90.8641); -/*106:00 */waypoints[75].type = "crouch"; -/*106:00 */waypoints[75].children[0] = 76; -/*106:00 */waypoints[75].angles = (-0.534058, -145.623, 0); -/*106:00 */waypoints[76] = spawnstruct(); -/*106:00 */waypoints[76].origin = (-701.585, 2218.82, 95.7634); -/*106:00 */waypoints[76].type = "crouch"; -/*106:00 */waypoints[76].children[0] = 75; -/*106:00 */waypoints[76].angles = (-1.11084, 148.454, 0); -/*106:00 */waypoints[77] = spawnstruct(); -/*106:00 */waypoints[77].origin = (-970.227, 2825.46, 72.125); -/*106:00 */waypoints[77].type = "stand"; -/*106:00 */waypoints[77].children[0] = 72; -/*106:00 */waypoints[78] = spawnstruct(); -/*106:00 */waypoints[78].origin = (-882.026, 1450.13, 96.125); -/*106:00 */waypoints[78].type = "stand"; -/*106:00 */waypoints[78].children[0] = 72; -/*106:00 */waypoints[78].children[1] = 79; -/*106:00 */waypoints[78].children[2] = 225; -/*106:00 */waypoints[79] = spawnstruct(); -/*106:00 */waypoints[79].origin = (-1102.67, 1450.41, 96.125); -/*106:00 */waypoints[79].type = "stand"; -/*106:00 */waypoints[79].children[0] = 78; -/*106:00 */waypoints[79].children[1] = 80; -/*106:00 */waypoints[79].children[2] = 81; -/*106:00 */waypoints[80] = spawnstruct(); -/*106:00 */waypoints[80].origin = (-979.279, 1395.24, 96.125); -/*106:00 */waypoints[80].type = "claymore"; -/*106:00 */waypoints[80].children[0] = 79; -/*106:00 */waypoints[80].angles = (60.2039, 106.338, 0); -/*106:00 */waypoints[81] = spawnstruct(); -/*106:00 */waypoints[81].origin = (-1070.72, 1064.57, 96.125); -/*106:00 */waypoints[81].type = "stand"; -/*106:00 */waypoints[81].children[0] = 82; -/*106:00 */waypoints[81].children[1] = 79; -/*106:00 */waypoints[81].children[2] = 84; -/*106:00 */waypoints[82] = spawnstruct(); -/*106:00 */waypoints[82].origin = (-880.876, 1060.39, 96.125); -/*106:00 */waypoints[82].type = "stand"; -/*106:00 */waypoints[82].children[0] = 83; -/*106:00 */waypoints[82].children[1] = 81; -/*106:00 */waypoints[82].children[2] = 85; -/*106:00 */waypoints[83] = spawnstruct(); -/*106:00 */waypoints[83].origin = (-880.888, 1296.98, 96.125); -/*106:00 */waypoints[83].type = "stand"; -/*106:00 */waypoints[83].children[0] = 82; -/*106:00 */waypoints[83].children[1] = 226; -/*106:00 */waypoints[84] = spawnstruct(); -/*106:00 */waypoints[84].origin = (-980.206, 1120.99, 96.125); -/*106:00 */waypoints[84].type = "claymore"; -/*106:00 */waypoints[84].children[0] = 81; -/*106:00 */waypoints[84].angles = (60.7806, -108.006, 0); -/*106:00 */waypoints[85] = spawnstruct(); -/*106:00 */waypoints[85].origin = (-883.539, 918.873, 96.125); -/*106:00 */waypoints[85].type = "stand"; -/*106:00 */waypoints[85].children[0] = 82; -/*106:00 */waypoints[85].children[1] = 87; -/*106:00 */waypoints[85].children[2] = 86; -/*106:00 */waypoints[86] = spawnstruct(); -/*106:00 */waypoints[86].origin = (-888.02, 774.846, 96.125); -/*106:00 */waypoints[86].type = "stand"; -/*106:00 */waypoints[86].children[0] = 88; -/*106:00 */waypoints[86].children[1] = 85; -/*106:00 */waypoints[86].children[2] = 89; -/*106:00 */waypoints[86].children[3] = 230; -/*106:00 */waypoints[87] = spawnstruct(); -/*106:00 */waypoints[87].origin = (-999.787, 775.743, 96.125); -/*106:00 */waypoints[87].type = "stand"; -/*106:00 */waypoints[87].children[0] = 85; -/*106:00 */waypoints[87].children[1] = 88; -/*106:00 */waypoints[87].children[2] = 89; -/*106:00 */waypoints[88] = spawnstruct(); -/*106:00 */waypoints[88].origin = (-945.83, 684.852, 96.125); -/*106:00 */waypoints[88].type = "stand"; -/*106:00 */waypoints[88].children[0] = 87; -/*106:00 */waypoints[88].children[1] = 86; -/*106:00 */waypoints[88].children[2] = 89; -/*106:00 */waypoints[88].children[3] = 230; -/*106:00 */waypoints[89] = spawnstruct(); -/*106:00 */waypoints[89].origin = (-1004.93, 583.839, 96.125); -/*106:00 */waypoints[89].type = "stand"; -/*106:00 */waypoints[89].children[0] = 88; -/*106:00 */waypoints[89].children[1] = 86; -/*106:00 */waypoints[89].children[2] = 87; -/*106:00 */waypoints[89].children[3] = 90; -/*106:00 */waypoints[90] = spawnstruct(); -/*106:00 */waypoints[90].origin = (-1006.92, 340.86, -32.4468); -/*106:00 */waypoints[90].type = "stand"; -/*106:00 */waypoints[90].children[0] = 89; -/*106:00 */waypoints[90].children[1] = 91; -/*106:00 */waypoints[90].children[2] = 208; -/*106:00 */waypoints[90].children[3] = 221; -/*106:00 */waypoints[91] = spawnstruct(); -/*106:00 */waypoints[91].origin = (-984.292, -268.903, -39.875); -/*106:00 */waypoints[91].type = "stand"; -/*106:00 */waypoints[91].children[0] = 92; -/*106:00 */waypoints[91].children[1] = 90; -/*106:00 */waypoints[91].children[2] = 96; -/*106:00 */waypoints[91].children[3] = 208; -/*106:00 */waypoints[92] = spawnstruct(); -/*106:00 */waypoints[92].origin = (-979.452, -430.207, -31.675); -/*106:00 */waypoints[92].type = "stand"; -/*106:00 */waypoints[92].children[0] = 93; -/*106:00 */waypoints[92].children[1] = 91; -/*106:00 */waypoints[92].children[2] = 208; -/*106:00 */waypoints[93] = spawnstruct(); -/*106:00 */waypoints[93].origin = (-293.208, -454.917, -43.875); -/*106:00 */waypoints[93].type = "stand"; -/*106:00 */waypoints[93].children[0] = 94; -/*106:00 */waypoints[93].children[1] = 92; -/*106:00 */waypoints[93].children[2] = 96; -/*106:00 */waypoints[94] = spawnstruct(); -/*106:00 */waypoints[94].origin = (-293.629, -786.26, -43.875); -/*106:00 */waypoints[94].type = "stand"; -/*106:00 */waypoints[94].children[0] = 95; -/*106:00 */waypoints[94].children[1] = 93; -/*106:00 */waypoints[94].children[2] = 98; -/*106:00 */waypoints[95] = spawnstruct(); -/*106:00 */waypoints[95].origin = (-119.157, -1043.91, -43.875); -/*106:00 */waypoints[95].type = "stand"; -/*106:00 */waypoints[95].children[0] = 94; -/*106:00 */waypoints[95].children[1] = 99; -/*106:00 */waypoints[95].children[2] = 100; -/*106:00 */waypoints[96] = spawnstruct(); -/*106:00 */waypoints[96].origin = (-302.988, -253.787, -44.3762); -/*106:00 */waypoints[96].type = "stand"; -/*106:00 */waypoints[96].children[0] = 91; -/*106:00 */waypoints[96].children[1] = 93; -/*106:00 */waypoints[96].children[2] = 97; -/*106:00 */waypoints[96].children[3] = 112; -/*106:00 */waypoints[97] = spawnstruct(); -/*106:00 */waypoints[97].origin = (199.072, -257.018, -49.1757); -/*106:00 */waypoints[97].type = "stand"; -/*106:00 */waypoints[97].children[0] = 96; -/*106:00 */waypoints[97].children[1] = 98; -/*106:00 */waypoints[97].children[2] = 107; -/*106:00 */waypoints[97].children[3] = 111; -/*106:00 */waypoints[97].children[4] = 192; -/*106:00 */waypoints[98] = spawnstruct(); -/*106:00 */waypoints[98].origin = (195.529, -793.035, -44.3745); -/*106:00 */waypoints[98].type = "stand"; -/*106:00 */waypoints[98].children[0] = 97; -/*106:00 */waypoints[98].children[1] = 94; -/*106:00 */waypoints[98].children[2] = 101; -/*106:00 */waypoints[99] = spawnstruct(); -/*106:00 */waypoints[99].origin = (889.855, -1062.11, -43.8785); -/*106:00 */waypoints[99].type = "stand"; -/*106:00 */waypoints[99].children[0] = 95; -/*106:00 */waypoints[99].children[1] = 101; -/*106:00 */waypoints[99].children[2] = 11; -/*106:00 */waypoints[100] = spawnstruct(); -/*106:00 */waypoints[100].origin = (327.056, -964.561, -45.7378); -/*106:00 */waypoints[100].type = "claymore"; -/*106:00 */waypoints[100].children[0] = 95; -/*106:00 */waypoints[100].angles = (47.3224, -143.085, 0); -/*106:00 */waypoints[101] = spawnstruct(); -/*106:00 */waypoints[101].origin = (840.145, -798.51, -45.5784); -/*106:00 */waypoints[101].type = "stand"; -/*106:00 */waypoints[101].children[0] = 98; -/*106:00 */waypoints[101].children[1] = 99; -/*106:00 */waypoints[101].children[2] = 102; -/*106:00 */waypoints[101].children[3] = 104; -/*106:00 */waypoints[102] = spawnstruct(); -/*106:00 */waypoints[102].origin = (1024.61, -807.461, -47.878); -/*106:00 */waypoints[102].type = "stand"; -/*106:00 */waypoints[102].children[0] = 103; -/*106:00 */waypoints[102].children[1] = 101; -/*106:00 */waypoints[103] = spawnstruct(); -/*106:00 */waypoints[103].origin = (1024.41, -549.378, -47.8793); -/*106:00 */waypoints[103].type = "stand"; -/*106:00 */waypoints[103].children[0] = 104; -/*106:00 */waypoints[103].children[1] = 102; -/*106:00 */waypoints[104] = spawnstruct(); -/*106:00 */waypoints[104].origin = (840.887, -572.989, -47.878); -/*106:00 */waypoints[104].type = "stand"; -/*106:00 */waypoints[104].children[0] = 105; -/*106:00 */waypoints[104].children[1] = 103; -/*106:00 */waypoints[104].children[2] = 101; -/*106:00 */waypoints[104].children[3] = 108; -/*106:00 */waypoints[105] = spawnstruct(); -/*106:00 */waypoints[105].origin = (683.481, -578.899, -44.9421); -/*106:00 */waypoints[105].type = "stand"; -/*106:00 */waypoints[105].children[0] = 106; -/*106:00 */waypoints[105].children[1] = 104; -/*106:00 */waypoints[105].children[2] = 107; -/*106:00 */waypoints[106] = spawnstruct(); -/*106:00 */waypoints[106].origin = (683.905, -814.098, -44.8444); -/*106:00 */waypoints[106].type = "stand"; -/*106:00 */waypoints[106].children[0] = 105; -/*106:00 */waypoints[107] = spawnstruct(); -/*106:00 */waypoints[107].origin = (687.358, -251.507, -45.219); -/*106:00 */waypoints[107].type = "stand"; -/*106:00 */waypoints[107].children[0] = 105; -/*106:00 */waypoints[107].children[1] = 97; -/*106:00 */waypoints[108] = spawnstruct(); -/*106:00 */waypoints[108].origin = (865.168, -256.684, -44.5731); -/*106:00 */waypoints[108].type = "stand"; -/*106:00 */waypoints[108].children[0] = 6; -/*106:00 */waypoints[108].children[1] = 109; -/*106:00 */waypoints[108].children[2] = 104; -/*106:00 */waypoints[108].children[3] = 110; -/*106:00 */waypoints[109] = spawnstruct(); -/*106:00 */waypoints[109].origin = (1075.3, -117.125, -47.875); -/*106:00 */waypoints[109].type = "climb"; -/*106:00 */waypoints[109].children[0] = 108; -/*106:00 */waypoints[109].children[1] = 115; -/*106:00 */waypoints[109].children[2] = 116; -/*106:00 */waypoints[109].angles = (8.49672, 90.5449, 0); -/*106:00 */waypoints[110] = spawnstruct(); -/*106:00 */waypoints[110].origin = (530.606, 78.3445, -51.0061); -/*106:00 */waypoints[110].type = "stand"; -/*106:00 */waypoints[110].children[0] = 108; -/*106:00 */waypoints[110].children[1] = 111; -/*106:00 */waypoints[110].children[2] = 113; -/*106:00 */waypoints[110].children[3] = 140; -/*106:00 */waypoints[110].children[4] = 194; -/*106:00 */waypoints[111] = spawnstruct(); -/*106:00 */waypoints[111].origin = (217.477, -21.1215, -62.1545); -/*106:00 */waypoints[111].type = "stand"; -/*106:00 */waypoints[111].children[0] = 112; -/*106:00 */waypoints[111].children[1] = 97; -/*106:00 */waypoints[111].children[2] = 110; -/*106:00 */waypoints[111].children[3] = 192; -/*106:00 */waypoints[112] = spawnstruct(); -/*106:00 */waypoints[112].origin = (-309.1, 46.7847, -48.3338); -/*106:00 */waypoints[112].type = "stand"; -/*106:00 */waypoints[112].children[0] = 96; -/*106:00 */waypoints[112].children[1] = 111; -/*106:00 */waypoints[112].children[2] = 192; -/*106:00 */waypoints[112].children[3] = 205; -/*106:00 */waypoints[113] = spawnstruct(); -/*106:00 */waypoints[113].origin = (831.298, 73.8825, -47.875); -/*106:00 */waypoints[113].type = "stand"; -/*106:00 */waypoints[113].children[0] = 114; -/*106:00 */waypoints[113].children[1] = 110; -/*106:00 */waypoints[113].children[2] = 138; -/*106:00 */waypoints[113].children[3] = 140; -/*106:00 */waypoints[114] = spawnstruct(); -/*106:00 */waypoints[114].origin = (1005.42, 0.992099, -47.875); -/*106:00 */waypoints[114].type = "stand"; -/*106:00 */waypoints[114].children[0] = 113; -/*106:00 */waypoints[114].children[1] = 115; -/*106:00 */waypoints[114].children[2] = 116; -/*106:00 */waypoints[114].children[3] = 138; -/*106:00 */waypoints[115] = spawnstruct(); -/*106:00 */waypoints[115].origin = (1189.12, 239.621, -47.875); -/*106:00 */waypoints[115].type = "stand"; -/*106:00 */waypoints[115].children[0] = 114; -/*106:00 */waypoints[115].children[1] = 109; -/*106:00 */waypoints[115].children[2] = 116; -/*106:00 */waypoints[115].children[3] = 117; -/*106:00 */waypoints[116] = spawnstruct(); -/*106:00 */waypoints[116].origin = (1071.96, -65.2558, -47.875); -/*106:00 */waypoints[116].type = "climb"; -/*106:00 */waypoints[116].children[0] = 114; -/*106:00 */waypoints[116].children[1] = 109; -/*106:00 */waypoints[116].children[2] = 115; -/*106:00 */waypoints[116].angles = (56.5839, -91.5809, 0); -/*106:00 */waypoints[117] = spawnstruct(); -/*106:00 */waypoints[117].origin = (1333.12, 265.832, -47.875); -/*106:00 */waypoints[117].type = "stand"; -/*106:00 */waypoints[117].children[0] = 115; -/*106:00 */waypoints[117].children[1] = 118; -/*106:00 */waypoints[118] = spawnstruct(); -/*106:00 */waypoints[118].origin = (1386.05, 439.882, -59.253); -/*106:00 */waypoints[118].type = "stand"; -/*106:00 */waypoints[118].children[0] = 117; -/*106:00 */waypoints[118].children[1] = 17; -/*106:00 */waypoints[118].children[2] = 15; -/*106:00 */waypoints[118].children[3] = 121; -/*106:00 */waypoints[119] = spawnstruct(); -/*106:00 */waypoints[119].origin = (1323.88, 2.81484, -47.875); -/*106:00 */waypoints[119].type = "crouch"; -/*106:00 */waypoints[119].children[0] = 120; -/*106:00 */waypoints[119].angles = (11.6663, 94.942, 0); -/*106:00 */waypoints[120] = spawnstruct(); -/*106:00 */waypoints[120].origin = (1323.88, 172.875, -47.875); -/*106:00 */waypoints[120].type = "crouch"; -/*106:00 */waypoints[120].children[0] = 119; -/*106:00 */waypoints[120].angles = (2.63552, -154.354, 0); -/*106:00 */waypoints[121] = spawnstruct(); -/*106:00 */waypoints[121].origin = (1368.86, 778.125, -62.875); -/*106:00 */waypoints[121].type = "stand"; -/*106:00 */waypoints[121].children[0] = 20; -/*106:00 */waypoints[121].children[1] = 118; -/*106:00 */waypoints[121].children[2] = 122; -/*106:00 */waypoints[121].children[3] = 134; -/*106:00 */waypoints[121].children[4] = 137; -/*106:00 */waypoints[121].children[5] = 186; -/*106:00 */waypoints[122] = spawnstruct(); -/*106:00 */waypoints[122].origin = (1413.6, 1056.55, -51.0258); -/*106:00 */waypoints[122].type = "stand"; -/*106:00 */waypoints[122].children[0] = 121; -/*106:00 */waypoints[122].children[1] = 20; -/*106:00 */waypoints[122].children[2] = 123; -/*106:00 */waypoints[123] = spawnstruct(); -/*106:00 */waypoints[123].origin = (1165.41, 1067.02, 44.125); -/*106:00 */waypoints[123].type = "stand"; -/*106:00 */waypoints[123].children[0] = 122; -/*106:00 */waypoints[123].children[1] = 126; -/*106:00 */waypoints[123].children[2] = 141; -/*106:00 */waypoints[123].children[3] = 143; -/*106:00 */waypoints[124] = spawnstruct(); -/*106:00 */waypoints[124].origin = (1249.24, 937.084, 92.125); -/*106:00 */waypoints[124].type = "crouch"; -/*106:00 */waypoints[124].children[0] = 125; -/*106:00 */waypoints[124].angles = (6.57961, 26.4313, 0); -/*106:00 */waypoints[125] = spawnstruct(); -/*106:00 */waypoints[125].origin = (1077.12, 920.125, 92.125); -/*106:00 */waypoints[125].type = "crouch"; -/*106:00 */waypoints[125].children[0] = 124; -/*106:00 */waypoints[125].angles = (18.1152, 127.923, 0); -/*106:00 */waypoints[126] = spawnstruct(); -/*106:00 */waypoints[126].origin = (1163.88, 820.52, 93.125); -/*106:00 */waypoints[126].type = "stand"; -/*106:00 */waypoints[126].children[0] = 123; -/*106:00 */waypoints[126].children[1] = 127; -/*106:00 */waypoints[126].children[2] = 184; -/*106:00 */waypoints[126].children[3] = 209; -/*106:00 */waypoints[126].children[4] = 210; -/*106:00 */waypoints[127] = spawnstruct(); -/*106:00 */waypoints[127].origin = (1242.07, 787.048, 93.125); -/*106:00 */waypoints[127].type = "stand"; -/*106:00 */waypoints[127].children[0] = 126; -/*106:00 */waypoints[127].children[1] = 128; -/*106:00 */waypoints[127].children[2] = 130; -/*106:00 */waypoints[127].children[3] = 210; -/*106:00 */waypoints[127].children[4] = 209; -/*106:00 */waypoints[128] = spawnstruct(); -/*106:00 */waypoints[128].origin = (1384.12, 790.4, 93.125); -/*106:00 */waypoints[128].type = "stand"; -/*106:00 */waypoints[128].children[0] = 129; -/*106:00 */waypoints[128].children[1] = 127; -/*106:00 */waypoints[128].children[2] = 185; -/*106:00 */waypoints[129] = spawnstruct(); -/*106:00 */waypoints[129].origin = (1433.25, 881.875, 93.125); -/*106:00 */waypoints[129].type = "grenade"; -/*106:00 */waypoints[129].children[0] = 128; -/*106:00 */waypoints[129].angles = (-19.1724, 49.9695, 0); -/*106:00 */waypoints[130] = spawnstruct(); -/*106:00 */waypoints[130].origin = (1387.45, 534.274, 93.125); -/*106:00 */waypoints[130].type = "stand"; -/*106:00 */waypoints[130].children[0] = 127; -/*106:00 */waypoints[130].children[1] = 131; -/*106:00 */waypoints[131] = spawnstruct(); -/*106:00 */waypoints[131].origin = (1056.83, 536.425, -62.875); -/*106:00 */waypoints[131].type = "stand"; -/*106:00 */waypoints[131].children[0] = 130; -/*106:00 */waypoints[131].children[1] = 133; -/*106:00 */waypoints[131].children[2] = 132; -/*106:00 */waypoints[132] = spawnstruct(); -/*106:00 */waypoints[132].origin = (1088.73, 704.4, -62.875); -/*106:00 */waypoints[132].type = "stand"; -/*106:00 */waypoints[132].children[0] = 131; -/*106:00 */waypoints[132].children[1] = 133; -/*106:00 */waypoints[132].children[2] = 134; -/*106:00 */waypoints[132].children[3] = 137; -/*106:00 */waypoints[132].children[4] = 186; -/*106:00 */waypoints[133] = spawnstruct(); -/*106:00 */waypoints[133].origin = (1042.14, 654.153, -62.875); -/*106:00 */waypoints[133].type = "claymore"; -/*106:00 */waypoints[133].children[0] = 131; -/*106:00 */waypoints[133].children[1] = 132; -/*106:00 */waypoints[133].angles = (68.8501, 80.6214, 0); -/*106:00 */waypoints[134] = spawnstruct(); -/*106:00 */waypoints[134].origin = (1184.62, 775.902, -62.875); -/*106:00 */waypoints[134].type = "stand"; -/*106:00 */waypoints[134].children[0] = 121; -/*106:00 */waypoints[134].children[1] = 132; -/*106:00 */waypoints[135] = spawnstruct(); -/*106:00 */waypoints[135].origin = (1315.88, 588.125, -62.875); -/*106:00 */waypoints[135].type = "crouch"; -/*106:00 */waypoints[135].children[0] = 136; -/*106:00 */waypoints[135].angles = (6.38733, 146.347, 0); -/*106:00 */waypoints[136] = spawnstruct(); -/*106:00 */waypoints[136].origin = (1315.88, 881.875, -62.875); -/*106:00 */waypoints[136].type = "crouch"; -/*106:00 */waypoints[136].children[0] = 135; -/*106:00 */waypoints[136].angles = (0.432739, -136.578, 0); -/*106:00 */waypoints[137] = spawnstruct(); -/*106:00 */waypoints[137].origin = (942.051, 709.104, -59.3189); -/*106:00 */waypoints[137].type = "stand"; -/*106:00 */waypoints[137].children[0] = 132; -/*106:00 */waypoints[137].children[1] = 121; -/*106:00 */waypoints[137].children[2] = 138; -/*106:00 */waypoints[137].children[3] = 139; -/*106:00 */waypoints[138] = spawnstruct(); -/*106:00 */waypoints[138].origin = (942.511, 154.359, -47.7491); -/*106:00 */waypoints[138].type = "stand"; -/*106:00 */waypoints[138].children[0] = 113; -/*106:00 */waypoints[138].children[1] = 114; -/*106:00 */waypoints[138].children[2] = 137; -/*106:00 */waypoints[139] = spawnstruct(); -/*106:00 */waypoints[139].origin = (674.893, 708.974, -44.0163); -/*106:00 */waypoints[139].type = "stand"; -/*106:00 */waypoints[139].children[0] = 140; -/*106:00 */waypoints[139].children[1] = 137; -/*106:00 */waypoints[139].children[2] = 142; -/*106:00 */waypoints[139].children[3] = 146; -/*106:00 */waypoints[140] = spawnstruct(); -/*106:00 */waypoints[140].origin = (653.868, 170.705, -46.4655); -/*106:00 */waypoints[140].type = "stand"; -/*106:00 */waypoints[140].children[0] = 110; -/*106:00 */waypoints[140].children[1] = 113; -/*106:00 */waypoints[140].children[2] = 139; -/*106:00 */waypoints[140].children[3] = 194; -/*106:00 */waypoints[141] = spawnstruct(); -/*106:00 */waypoints[141].origin = (684.483, 1059.44, -44.6783); -/*106:00 */waypoints[141].type = "stand"; -/*106:00 */waypoints[141].children[0] = 142; -/*106:00 */waypoints[141].children[1] = 123; -/*106:00 */waypoints[141].children[2] = 143; -/*106:00 */waypoints[141].children[3] = 145; -/*106:00 */waypoints[142] = spawnstruct(); -/*106:00 */waypoints[142].origin = (678.537, 904.338, -43.8244); -/*106:00 */waypoints[142].type = "stand"; -/*106:00 */waypoints[142].children[0] = 139; -/*106:00 */waypoints[142].children[1] = 141; -/*106:00 */waypoints[142].children[2] = 146; -/*106:00 */waypoints[143] = spawnstruct(); -/*106:00 */waypoints[143].origin = (905.83, 1058.22, -40.24); -/*106:00 */waypoints[143].type = "stand"; -/*106:00 */waypoints[143].children[0] = 123; -/*106:00 */waypoints[143].children[1] = 141; -/*106:00 */waypoints[143].children[2] = 144; -/*106:00 */waypoints[143].children[3] = 233; -/*106:00 */waypoints[144] = spawnstruct(); -/*106:00 */waypoints[144].origin = (878.72, 1429.92, -35.875); -/*106:00 */waypoints[144].type = "stand"; -/*106:00 */waypoints[144].children[0] = 143; -/*106:00 */waypoints[144].children[1] = 147; -/*106:00 */waypoints[144].children[2] = 148; -/*106:00 */waypoints[144].children[3] = 151; -/*106:00 */waypoints[144].children[4] = 150; -/*106:00 */waypoints[144].children[5] = 155; -/*106:00 */waypoints[144].children[6] = 233; -/*106:00 */waypoints[145] = spawnstruct(); -/*106:00 */waypoints[145].origin = (422.844, 1051.46, -55.0199); -/*106:00 */waypoints[145].type = "stand"; -/*106:00 */waypoints[145].children[0] = 146; -/*106:00 */waypoints[145].children[1] = 141; -/*106:00 */waypoints[145].children[2] = 147; -/*106:00 */waypoints[145].children[3] = 187; -/*106:00 */waypoints[146] = spawnstruct(); -/*106:00 */waypoints[146].origin = (388.031, 870.158, -42.5841); -/*106:00 */waypoints[146].type = "stand"; -/*106:00 */waypoints[146].children[0] = 139; -/*106:00 */waypoints[146].children[1] = 145; -/*106:00 */waypoints[146].children[2] = 142; -/*106:00 */waypoints[146].children[3] = 188; -/*106:00 */waypoints[147] = spawnstruct(); -/*106:00 */waypoints[147].origin = (438.293, 1151.92, -41.8002); -/*106:00 */waypoints[147].type = "stand"; -/*106:00 */waypoints[147].children[0] = 144; -/*106:00 */waypoints[147].children[1] = 145; -/*106:00 */waypoints[147].children[2] = 150; -/*106:00 */waypoints[147].children[3] = 149; -/*106:00 */waypoints[147].children[4] = 183; -/*106:00 */waypoints[148] = spawnstruct(); -/*106:00 */waypoints[148].origin = (746.714, 1199.89, -47.6712); -/*106:00 */waypoints[148].type = "stand"; -/*106:00 */waypoints[148].children[0] = 149; -/*106:00 */waypoints[148].children[1] = 144; -/*106:00 */waypoints[149] = spawnstruct(); -/*106:00 */waypoints[149].origin = (271.454, 1210.1, -50.4037); -/*106:00 */waypoints[149].type = "stand"; -/*106:00 */waypoints[149].children[0] = 148; -/*106:00 */waypoints[149].children[1] = 151; -/*106:00 */waypoints[149].children[2] = 147; -/*106:00 */waypoints[149].children[3] = 154; -/*106:00 */waypoints[149].children[4] = 238; -/*106:00 */waypoints[150] = spawnstruct(); -/*106:00 */waypoints[150].origin = (488.008, 1393.85, -52.4807); -/*106:00 */waypoints[150].type = "stand"; -/*106:00 */waypoints[150].children[0] = 144; -/*106:00 */waypoints[150].children[1] = 147; -/*106:00 */waypoints[150].children[2] = 178; -/*106:00 */waypoints[151] = spawnstruct(); -/*106:00 */waypoints[151].origin = (265.738, 1413.57, -53.0188); -/*106:00 */waypoints[151].type = "stand"; -/*106:00 */waypoints[151].children[0] = 144; -/*106:00 */waypoints[151].children[1] = 149; -/*106:00 */waypoints[151].children[2] = 152; -/*106:00 */waypoints[151].children[3] = 154; -/*106:00 */waypoints[151].children[4] = 180; -/*106:00 */waypoints[152] = spawnstruct(); -/*106:00 */waypoints[152].origin = (308.18, 2009.54, 37.5852); -/*106:00 */waypoints[152].type = "grenade"; -/*106:00 */waypoints[152].children[0] = 153; -/*106:00 */waypoints[152].children[1] = 151; -/*106:00 */waypoints[152].angles = (-22.8363, 138.585, 0); -/*106:00 */waypoints[153] = spawnstruct(); -/*106:00 */waypoints[153].origin = (304.345, 2228.65, 68.312); -/*106:00 */waypoints[153].type = "stand"; -/*106:00 */waypoints[153].children[0] = 152; -/*106:00 */waypoints[153].children[1] = 155; -/*106:00 */waypoints[153].children[2] = 156; -/*106:00 */waypoints[153].children[3] = 180; -/*106:00 */waypoints[153].children[4] = 238; -/*106:00 */waypoints[154] = spawnstruct(); -/*106:00 */waypoints[154].origin = (350.162, 1285.37, -50.2771); -/*106:00 */waypoints[154].type = "grenade"; -/*106:00 */waypoints[154].children[0] = 149; -/*106:00 */waypoints[154].children[1] = 151; -/*106:00 */waypoints[154].angles = (-32.0593, -114.573, 0); -/*106:00 */waypoints[155] = spawnstruct(); -/*106:00 */waypoints[155].origin = (953.873, 2203.78, 32.0932); -/*106:00 */waypoints[155].type = "stand"; -/*106:00 */waypoints[155].children[0] = 144; -/*106:00 */waypoints[155].children[1] = 153; -/*106:00 */waypoints[155].children[2] = 158; -/*106:00 */waypoints[155].children[3] = 232; -/*106:00 */waypoints[155].children[4] = 233; -/*106:00 */waypoints[155].children[5] = 162; -/*106:00 */waypoints[155].children[6] = 174; -/*106:00 */waypoints[156] = spawnstruct(); -/*106:00 */waypoints[156].origin = (89.9964, 2220.65, 63.3616); -/*106:00 */waypoints[156].type = "stand"; -/*106:00 */waypoints[156].children[0] = 157; -/*106:00 */waypoints[156].children[1] = 153; -/*106:00 */waypoints[156].children[2] = 69; -/*106:00 */waypoints[156].children[3] = 165; -/*106:00 */waypoints[156].children[4] = 177; -/*106:00 */waypoints[156].children[5] = 181; -/*106:00 */waypoints[156].children[6] = 197; -/*106:00 */waypoints[157] = spawnstruct(); -/*106:00 */waypoints[157].origin = (-154.355, 2223.97, 66.7682); -/*106:00 */waypoints[157].type = "stand"; -/*106:00 */waypoints[157].children[0] = 74; -/*106:00 */waypoints[157].children[1] = 156; -/*106:00 */waypoints[157].children[2] = 174; -/*106:00 */waypoints[157].children[3] = 181; -/*106:00 */waypoints[157].children[4] = 197; -/*106:00 */waypoints[158] = spawnstruct(); -/*106:00 */waypoints[158].origin = (619.187, 2416.33, 46.6178); -/*106:00 */waypoints[158].type = "stand"; -/*106:00 */waypoints[158].children[0] = 155; -/*106:00 */waypoints[158].children[1] = 66; -/*106:00 */waypoints[158].children[2] = 162; -/*106:00 */waypoints[158].children[3] = 174; -/*106:00 */waypoints[159] = spawnstruct(); -/*106:00 */waypoints[159].origin = (442.494, 2766.86, 84.9768); -/*106:00 */waypoints[159].type = "stand"; -/*106:00 */waypoints[159].children[0] = 160; -/*106:00 */waypoints[159].children[1] = 66; -/*106:00 */waypoints[159].children[2] = 162; -/*106:00 */waypoints[159].children[3] = 163; -/*106:00 */waypoints[160] = spawnstruct(); -/*106:00 */waypoints[160].origin = (266.568, 2818.29, 88.125); -/*106:00 */waypoints[160].type = "stand"; -/*106:00 */waypoints[160].children[0] = 161; -/*106:00 */waypoints[160].children[1] = 159; -/*106:00 */waypoints[160].children[2] = 163; -/*106:00 */waypoints[161] = spawnstruct(); -/*106:00 */waypoints[161].origin = (229.067, 3016.83, 88.125); -/*106:00 */waypoints[161].type = "stand"; -/*106:00 */waypoints[161].children[0] = 69; -/*106:00 */waypoints[161].children[1] = 160; -/*106:00 */waypoints[161].children[2] = 163; -/*106:00 */waypoints[162] = spawnstruct(); -/*106:00 */waypoints[162].origin = (554.239, 2770.81, 75.8756); -/*106:00 */waypoints[162].type = "stand"; -/*106:00 */waypoints[162].children[0] = 159; -/*106:00 */waypoints[162].children[1] = 158; -/*106:00 */waypoints[162].children[2] = 66; -/*106:00 */waypoints[162].children[3] = 155; -/*106:00 */waypoints[163] = spawnstruct(); -/*106:00 */waypoints[163].origin = (340.686, 2694.65, 88.125); -/*106:00 */waypoints[163].type = "stand"; -/*106:00 */waypoints[163].children[0] = 160; -/*106:00 */waypoints[163].children[1] = 161; -/*106:00 */waypoints[163].children[2] = 159; -/*106:00 */waypoints[163].children[3] = 164; -/*106:00 */waypoints[164] = spawnstruct(); -/*106:00 */waypoints[164].origin = (326.877, 2391.25, 88.125); -/*106:00 */waypoints[164].type = "stand"; -/*106:00 */waypoints[164].children[0] = 165; -/*106:00 */waypoints[164].children[1] = 163; -/*106:00 */waypoints[164].children[2] = 166; -/*106:00 */waypoints[165] = spawnstruct(); -/*106:00 */waypoints[165].origin = (87.3649, 2389.64, 70.7783); -/*106:00 */waypoints[165].type = "stand"; -/*106:00 */waypoints[165].children[0] = 156; -/*106:00 */waypoints[165].children[1] = 69; -/*106:00 */waypoints[165].children[2] = 164; -/*106:00 */waypoints[166] = spawnstruct(); -/*106:00 */waypoints[166].origin = (467.078, 2355.09, 88.125); -/*106:00 */waypoints[166].type = "stand"; -/*106:00 */waypoints[166].children[0] = 167; -/*106:00 */waypoints[166].children[1] = 164; -/*106:00 */waypoints[167] = spawnstruct(); -/*106:00 */waypoints[167].origin = (467.016, 2558.85, 224.125); -/*106:00 */waypoints[167].type = "stand"; -/*106:00 */waypoints[167].children[0] = 166; -/*106:00 */waypoints[167].children[1] = 168; -/*106:00 */waypoints[168] = spawnstruct(); -/*106:00 */waypoints[168].origin = (314.572, 2620.66, 224.125); -/*106:00 */waypoints[168].type = "stand"; -/*106:00 */waypoints[168].children[0] = 167; -/*106:00 */waypoints[168].children[1] = 169; -/*106:00 */waypoints[168].children[2] = 172; -/*106:00 */waypoints[168].children[3] = 173; -/*106:00 */waypoints[169] = spawnstruct(); -/*106:00 */waypoints[169].origin = (319.156, 2349.8, 224.125); -/*106:00 */waypoints[169].type = "stand"; -/*106:00 */waypoints[169].children[0] = 168; -/*106:00 */waypoints[169].children[1] = 170; -/*106:00 */waypoints[170] = spawnstruct(); -/*106:00 */waypoints[170].origin = (239.403, 2336.69, 224.125); -/*106:00 */waypoints[170].type = "stand"; -/*106:00 */waypoints[170].children[0] = 169; -/*106:00 */waypoints[170].children[1] = 171; -/*106:00 */waypoints[171] = spawnstruct(); -/*106:00 */waypoints[171].origin = (217.343, 2447.23, 224.125); -/*106:00 */waypoints[171].type = "stand"; -/*106:00 */waypoints[171].children[0] = 170; -/*106:00 */waypoints[171].children[1] = 172; -/*106:00 */waypoints[172] = spawnstruct(); -/*106:00 */waypoints[172].origin = (312.251, 2459.9, 224.125); -/*106:00 */waypoints[172].type = "stand"; -/*106:00 */waypoints[172].children[0] = 171; -/*106:00 */waypoints[172].children[1] = 168; -/*106:00 */waypoints[173] = spawnstruct(); -/*106:00 */waypoints[173].origin = (205.632, 2637.17, 224.125); -/*106:00 */waypoints[173].type = "grenade"; -/*106:00 */waypoints[173].children[0] = 168; -/*106:00 */waypoints[173].angles = (-14.7503, 168.638, 0); -/*106:00 */waypoints[174] = spawnstruct(); -/*106:00 */waypoints[174].origin = (585.457, 2225.22, 36.0338); -/*106:00 */waypoints[174].type = "stand"; -/*106:00 */waypoints[174].children[0] = 158; -/*106:00 */waypoints[174].children[1] = 157; -/*106:00 */waypoints[174].children[2] = 239; -/*106:00 */waypoints[174].children[3] = 155; -/*106:00 */waypoints[175] = spawnstruct(); -/*106:00 */waypoints[175].origin = (-1031.88, 3072.88, 125.103); -/*106:00 */waypoints[175].type = "crouch"; -/*106:00 */waypoints[175].children[0] = 176; -/*106:00 */waypoints[175].angles = (4.08571, -81.0919, 0); -/*106:00 */waypoints[176] = spawnstruct(); -/*106:00 */waypoints[176].origin = (-1015.17, 2869.81, 83.6581); -/*106:00 */waypoints[176].type = "stand"; -/*106:00 */waypoints[176].children[0] = 175; -/*106:00 */waypoints[177] = spawnstruct(); -/*106:00 */waypoints[177].origin = (166.095, 2015.78, 56.6904); -/*106:00 */waypoints[177].type = "stand"; -/*106:00 */waypoints[177].children[0] = 178; -/*106:00 */waypoints[177].children[1] = 156; -/*106:00 */waypoints[177].children[2] = 181; -/*106:00 */waypoints[177].children[3] = 182; -/*106:00 */waypoints[178] = spawnstruct(); -/*106:00 */waypoints[178].origin = (151.404, 1547.24, -40.9496); -/*106:00 */waypoints[178].type = "stand"; -/*106:00 */waypoints[178].children[0] = 150; -/*106:00 */waypoints[178].children[1] = 180; -/*106:00 */waypoints[178].children[2] = 179; -/*106:00 */waypoints[178].children[3] = 177; -/*106:00 */waypoints[178].children[4] = 182; -/*106:00 */waypoints[178].children[5] = 187; -/*106:00 */waypoints[179] = spawnstruct(); -/*106:00 */waypoints[179].origin = (-53.5579, 1571.05, -43.8256); -/*106:00 */waypoints[179].type = "stand"; -/*106:00 */waypoints[179].children[0] = 178; -/*106:00 */waypoints[179].children[1] = 181; -/*106:00 */waypoints[179].children[2] = 182; -/*106:00 */waypoints[179].children[3] = 189; -/*106:00 */waypoints[180] = spawnstruct(); -/*106:00 */waypoints[180].origin = (269.329, 1549.06, -42.9149); -/*106:00 */waypoints[180].type = "stand"; -/*106:00 */waypoints[180].children[0] = 151; -/*106:00 */waypoints[180].children[1] = 178; -/*106:00 */waypoints[180].children[2] = 189; -/*106:00 */waypoints[180].children[3] = 153; -/*106:00 */waypoints[181] = spawnstruct(); -/*106:00 */waypoints[181].origin = (-142.724, 1992.47, 48.7753); -/*106:00 */waypoints[181].type = "stand"; -/*106:00 */waypoints[181].children[0] = 157; -/*106:00 */waypoints[181].children[1] = 177; -/*106:00 */waypoints[181].children[2] = 156; -/*106:00 */waypoints[181].children[3] = 179; -/*106:00 */waypoints[181].children[4] = 189; -/*106:00 */waypoints[182] = spawnstruct(); -/*106:00 */waypoints[182].origin = (154.799, 1740.14, 10.9734); -/*106:00 */waypoints[182].type = "stand"; -/*106:00 */waypoints[182].children[0] = 179; -/*106:00 */waypoints[182].children[1] = 177; -/*106:00 */waypoints[182].children[2] = 178; -/*106:00 */waypoints[182].children[3] = 189; -/*106:00 */waypoints[183] = spawnstruct(); -/*106:00 */waypoints[183].origin = (356.158, 1151.13, -47.7446); -/*106:00 */waypoints[183].type = "claymore"; -/*106:00 */waypoints[183].children[0] = 147; -/*106:00 */waypoints[183].angles = (54.8425, -20.4364, 0); -/*106:00 */waypoints[184] = spawnstruct(); -/*106:00 */waypoints[184].origin = (1100.7, 870.616, 93.125); -/*106:00 */waypoints[184].type = "claymore"; -/*106:00 */waypoints[184].children[0] = 126; -/*106:00 */waypoints[184].angles = (46.2018, -32.1423, 0); -/*106:00 */waypoints[185] = spawnstruct(); -/*106:00 */waypoints[185].origin = (1429.82, 718.62, 93.125); -/*106:00 */waypoints[185].type = "stand"; -/*106:00 */waypoints[185].children[0] = 128; -/*106:00 */waypoints[186] = spawnstruct(); -/*106:00 */waypoints[186].origin = (1229.68, 671.289, -62.875); -/*106:00 */waypoints[186].type = "stand"; -/*106:00 */waypoints[186].children[0] = 121; -/*106:00 */waypoints[186].children[1] = 132; -/*106:00 */waypoints[187] = spawnstruct(); -/*106:00 */waypoints[187].origin = (107.705, 1060.07, -52.4566); -/*106:00 */waypoints[187].type = "stand"; -/*106:00 */waypoints[187].children[0] = 188; -/*106:00 */waypoints[187].children[1] = 145; -/*106:00 */waypoints[187].children[2] = 178; -/*106:00 */waypoints[187].children[3] = 190; -/*106:00 */waypoints[188] = spawnstruct(); -/*106:00 */waypoints[188].origin = (123.548, 781.168, -65.6038); -/*106:00 */waypoints[188].type = "stand"; -/*106:00 */waypoints[188].children[0] = 146; -/*106:00 */waypoints[188].children[1] = 187; -/*106:00 */waypoints[188].children[2] = 191; -/*106:00 */waypoints[188].children[3] = 192; -/*106:00 */waypoints[188].children[4] = 193; -/*106:00 */waypoints[188].children[5] = 197; -/*106:00 */waypoints[189] = spawnstruct(); -/*106:00 */waypoints[189].origin = (-163.6, 1718.79, -7.8094); -/*106:00 */waypoints[189].type = "stand"; -/*106:00 */waypoints[189].children[0] = 179; -/*106:00 */waypoints[189].children[1] = 181; -/*106:00 */waypoints[189].children[2] = 182; -/*106:00 */waypoints[189].children[3] = 180; -/*106:00 */waypoints[189].children[4] = 190; -/*106:00 */waypoints[189].children[5] = 197; -/*106:00 */waypoints[189].children[6] = 227; -/*106:00 */waypoints[190] = spawnstruct(); -/*106:00 */waypoints[190].origin = (-124.795, 1017.75, -60.9058); -/*106:00 */waypoints[190].type = "stand"; -/*106:00 */waypoints[190].children[0] = 189; -/*106:00 */waypoints[190].children[1] = 187; -/*106:00 */waypoints[190].children[2] = 191; -/*106:00 */waypoints[191] = spawnstruct(); -/*106:00 */waypoints[191].origin = (-209.561, 801.027, -73.9227); -/*106:00 */waypoints[191].type = "stand"; -/*106:00 */waypoints[191].children[0] = 188; -/*106:00 */waypoints[191].children[1] = 190; -/*106:00 */waypoints[191].children[2] = 192; -/*106:00 */waypoints[191].children[3] = 198; -/*106:00 */waypoints[191].children[4] = 200; -/*106:00 */waypoints[191].children[5] = 228; -/*106:00 */waypoints[192] = spawnstruct(); -/*106:00 */waypoints[192].origin = (-203.335, 357.852, -55.275); -/*106:00 */waypoints[192].type = "stand"; -/*106:00 */waypoints[192].children[0] = 191; -/*106:00 */waypoints[192].children[1] = 112; -/*106:00 */waypoints[192].children[2] = 97; -/*106:00 */waypoints[192].children[3] = 111; -/*106:00 */waypoints[192].children[4] = 188; -/*106:00 */waypoints[192].children[5] = 200; -/*106:00 */waypoints[192].children[6] = 205; -/*106:00 */waypoints[192].children[7] = 193; -/*106:00 */waypoints[193] = spawnstruct(); -/*106:00 */waypoints[193].origin = (307.955, 586.435, -40.732); -/*106:00 */waypoints[193].type = "stand"; -/*106:00 */waypoints[193].children[0] = 194; -/*106:00 */waypoints[193].children[1] = 188; -/*106:00 */waypoints[193].children[2] = 192; -/*106:00 */waypoints[194] = spawnstruct(); -/*106:00 */waypoints[194].origin = (541.437, 164.549, -44.5402); -/*106:00 */waypoints[194].type = "stand"; -/*106:00 */waypoints[194].children[0] = 140; -/*106:00 */waypoints[194].children[1] = 110; -/*106:00 */waypoints[194].children[2] = 193; -/*106:00 */waypoints[195] = spawnstruct(); -/*106:00 */waypoints[195].origin = (75.1615, 132.965, -47.9255); -/*106:00 */waypoints[195].type = "stand"; -/*106:00 */waypoints[195].children[0] = 196; -/*106:00 */waypoints[196] = spawnstruct(); -/*106:00 */waypoints[196].origin = (107.543, 293.425, -16.2661); -/*106:00 */waypoints[196].type = "crouch"; -/*106:00 */waypoints[196].children[0] = 195; -/*106:00 */waypoints[196].angles = (2.15759, 91.5637, 0); -/*106:00 */waypoints[197] = spawnstruct(); -/*106:00 */waypoints[197].origin = (-33.9968, 2225.42, 66.0158); -/*106:00 */waypoints[197].type = "stand"; -/*106:00 */waypoints[197].children[0] = 156; -/*106:00 */waypoints[197].children[1] = 157; -/*106:00 */waypoints[197].children[2] = 189; -/*106:00 */waypoints[197].children[3] = 188; -/*106:00 */waypoints[198] = spawnstruct(); -/*106:00 */waypoints[198].origin = (-641.237, 818.032, -39.7681); -/*106:00 */waypoints[198].type = "stand"; -/*106:00 */waypoints[198].children[0] = 191; -/*106:00 */waypoints[198].children[1] = 199; -/*106:00 */waypoints[198].children[2] = 202; -/*106:00 */waypoints[198].children[3] = 223; -/*106:00 */waypoints[198].children[4] = 225; -/*106:00 */waypoints[199] = spawnstruct(); -/*106:00 */waypoints[199].origin = (-611.246, 737.136, -39.8149); -/*106:00 */waypoints[199].type = "grenade"; -/*106:00 */waypoints[199].children[0] = 198; -/*106:00 */waypoints[199].children[1] = 202; -/*106:00 */waypoints[199].children[2] = 220; -/*106:00 */waypoints[199].children[3] = 223; -/*106:00 */waypoints[199].children[4] = 230; -/*106:00 */waypoints[199].angles = (-27.8131, -46.6058, 0); -/*106:00 */waypoints[200] = spawnstruct(); -/*106:00 */waypoints[200].origin = (-216.77, 559.779, -42.2847); -/*106:00 */waypoints[200].type = "stand"; -/*106:00 */waypoints[200].children[0] = 191; -/*106:00 */waypoints[200].children[1] = 192; -/*106:00 */waypoints[200].children[2] = 202; -/*106:00 */waypoints[201] = spawnstruct(); -/*106:00 */waypoints[201].origin = (-365.542, 564.766, -39.875); -/*106:00 */waypoints[201].type = "stand"; -/*106:00 */waypoints[201].children[0] = 203; -/*106:00 */waypoints[202] = spawnstruct(); -/*106:00 */waypoints[202].origin = (-603.463, 579.998, -37.1172); -/*106:00 */waypoints[202].type = "stand"; -/*106:00 */waypoints[202].children[0] = 199; -/*106:00 */waypoints[202].children[1] = 198; -/*106:00 */waypoints[202].children[2] = 200; -/*106:00 */waypoints[202].children[3] = 220; -/*106:00 */waypoints[203] = spawnstruct(); -/*106:00 */waypoints[203].origin = (-338.245, 412.813, -39.875); -/*106:00 */waypoints[203].type = "stand"; -/*106:00 */waypoints[203].children[0] = 201; -/*106:00 */waypoints[203].children[1] = 204; -/*106:00 */waypoints[204] = spawnstruct(); -/*106:00 */waypoints[204].origin = (-456.201, 411.905, -39.875); -/*106:00 */waypoints[204].type = "stand"; -/*106:00 */waypoints[204].children[0] = 203; -/*106:00 */waypoints[204].children[1] = 205; -/*106:00 */waypoints[204].children[2] = 206; -/*106:00 */waypoints[204].children[3] = 211; -/*106:00 */waypoints[205] = spawnstruct(); -/*106:00 */waypoints[205].origin = (-410.56, 153.545, -39.8756); -/*106:00 */waypoints[205].type = "stand"; -/*106:00 */waypoints[205].children[0] = 192; -/*106:00 */waypoints[205].children[1] = 112; -/*106:00 */waypoints[205].children[2] = 204; -/*106:00 */waypoints[205].children[3] = 206; -/*106:00 */waypoints[205].children[4] = 207; -/*106:00 */waypoints[205].children[5] = 237; -/*106:00 */waypoints[206] = spawnstruct(); -/*106:00 */waypoints[206].origin = (-463.263, 64.3822, -39.875); -/*106:00 */waypoints[206].type = "stand"; -/*106:00 */waypoints[206].children[0] = 204; -/*106:00 */waypoints[206].children[1] = 205; -/*106:00 */waypoints[206].children[2] = 207; -/*106:00 */waypoints[206].children[3] = 236; -/*106:00 */waypoints[207] = spawnstruct(); -/*106:00 */waypoints[207].origin = (-684.303, 84.9163, -51.2196); -/*106:00 */waypoints[207].type = "stand"; -/*106:00 */waypoints[207].children[0] = 206; -/*106:00 */waypoints[207].children[1] = 205; -/*106:00 */waypoints[207].children[2] = 208; -/*106:00 */waypoints[207].children[3] = 221; -/*106:00 */waypoints[207].children[4] = 222; -/*106:00 */waypoints[207].children[5] = 234; -/*106:00 */waypoints[208] = spawnstruct(); -/*106:00 */waypoints[208].origin = (-1001.18, 115.247, -17.2669); -/*106:00 */waypoints[208].type = "stand"; -/*106:00 */waypoints[208].children[0] = 90; -/*106:00 */waypoints[208].children[1] = 207; -/*106:00 */waypoints[208].children[2] = 91; -/*106:00 */waypoints[208].children[3] = 92; -/*106:00 */waypoints[208].children[4] = 222; -/*106:00 */waypoints[209] = spawnstruct(); -/*106:00 */waypoints[209].origin = (1062.94, 694.604, 93.125); -/*106:00 */waypoints[209].type = "stand"; -/*106:00 */waypoints[209].children[0] = 210; -/*106:00 */waypoints[209].children[1] = 127; -/*106:00 */waypoints[209].children[2] = 126; -/*106:00 */waypoints[210] = spawnstruct(); -/*106:00 */waypoints[210].origin = (1059.3, 606.906, 93.125); -/*106:00 */waypoints[210].type = "stand"; -/*106:00 */waypoints[210].children[0] = 209; -/*106:00 */waypoints[210].children[1] = 127; -/*106:00 */waypoints[210].children[2] = 126; -/*106:00 */waypoints[211] = spawnstruct(); -/*106:00 */waypoints[211].origin = (-551.951, 447.14, -39.875); -/*106:00 */waypoints[211].type = "stand"; -/*106:00 */waypoints[211].children[0] = 204; -/*106:00 */waypoints[211].children[1] = 212; -/*106:00 */waypoints[212] = spawnstruct(); -/*106:00 */waypoints[212].origin = (-553.324, 202.134, 96.125); -/*106:00 */waypoints[212].type = "stand"; -/*106:00 */waypoints[212].children[0] = 211; -/*106:00 */waypoints[212].children[1] = 213; -/*106:00 */waypoints[212].children[2] = 214; -/*106:00 */waypoints[213] = spawnstruct(); -/*106:00 */waypoints[213].origin = (-496.538, 219.59, 96.125); -/*106:00 */waypoints[213].type = "claymore"; -/*106:00 */waypoints[213].children[0] = 212; -/*106:00 */waypoints[213].children[1] = 219; -/*106:00 */waypoints[213].angles = (63.4778, -151.899, 0); -/*106:00 */waypoints[214] = spawnstruct(); -/*106:00 */waypoints[214].origin = (-449.963, -40.1001, 96.125); -/*106:00 */waypoints[214].type = "stand"; -/*106:00 */waypoints[214].children[0] = 212; -/*106:00 */waypoints[214].children[1] = 215; -/*106:00 */waypoints[215] = spawnstruct(); -/*106:00 */waypoints[215].origin = (-431.857, 406.718, 96.125); -/*106:00 */waypoints[215].type = "stand"; -/*106:00 */waypoints[215].children[0] = 214; -/*106:00 */waypoints[215].children[1] = 216; -/*106:00 */waypoints[216] = spawnstruct(); -/*106:00 */waypoints[216].origin = (-355.195, 421.175, 96.125); -/*106:00 */waypoints[216].type = "stand"; -/*106:00 */waypoints[216].children[0] = 215; -/*106:00 */waypoints[216].children[1] = 217; -/*106:00 */waypoints[216].children[2] = 219; -/*106:00 */waypoints[217] = spawnstruct(); -/*106:00 */waypoints[217].origin = (-304.083, 600.039, 96.125); -/*106:00 */waypoints[217].type = "climb"; -/*106:00 */waypoints[217].children[0] = 216; -/*106:00 */waypoints[217].children[1] = 219; -/*106:00 */waypoints[217].angles = (24.9872, 15.9503, 0); -/*106:00 */waypoints[218] = spawnstruct(); -/*106:00 */waypoints[218].origin = (-432.875, 538.037, 96.125); -/*106:00 */waypoints[218].type = "climb"; -/*106:00 */waypoints[218].children[0] = 219; -/*106:00 */waypoints[218].angles = (18.1152, 152.692, 0); -/*106:00 */waypoints[219] = spawnstruct(); -/*106:00 */waypoints[219].origin = (-351.277, 486.523, 96.125); -/*106:00 */waypoints[219].type = "stand"; -/*106:00 */waypoints[219].children[0] = 216; -/*106:00 */waypoints[219].children[1] = 218; -/*106:00 */waypoints[219].children[2] = 213; -/*106:00 */waypoints[219].children[3] = 217; -/*106:00 */waypoints[220] = spawnstruct(); -/*106:00 */waypoints[220].origin = (-890.588, 465.779, -21.8771); -/*106:00 */waypoints[220].type = "stand"; -/*106:00 */waypoints[220].children[0] = 202; -/*106:00 */waypoints[220].children[1] = 199; -/*106:00 */waypoints[220].children[2] = 221; -/*106:00 */waypoints[220].children[3] = 223; -/*106:00 */waypoints[220].children[4] = 234; -/*106:00 */waypoints[221] = spawnstruct(); -/*106:00 */waypoints[221].origin = (-864.159, 300.625, -39.875); -/*106:00 */waypoints[221].type = "stand"; -/*106:00 */waypoints[221].children[0] = 90; -/*106:00 */waypoints[221].children[1] = 207; -/*106:00 */waypoints[221].children[2] = 220; -/*106:00 */waypoints[221].children[3] = 222; -/*106:00 */waypoints[222] = spawnstruct(); -/*106:00 */waypoints[222].origin = (-868.375, 133.484, -38.8872); -/*106:00 */waypoints[222].type = "stand"; -/*106:00 */waypoints[222].children[0] = 221; -/*106:00 */waypoints[222].children[1] = 208; -/*106:00 */waypoints[222].children[2] = 207; -/*106:00 */waypoints[223] = spawnstruct(); -/*106:00 */waypoints[223].origin = (-887.026, 888.151, -31.875); -/*106:00 */waypoints[223].type = "stand"; -/*106:00 */waypoints[223].children[0] = 220; -/*106:00 */waypoints[223].children[1] = 198; -/*106:00 */waypoints[223].children[2] = 199; -/*106:00 */waypoints[223].children[3] = 224; -/*106:00 */waypoints[224] = spawnstruct(); -/*106:00 */waypoints[224].origin = (-884.477, 1268.02, -31.875); -/*106:00 */waypoints[224].type = "stand"; -/*106:00 */waypoints[224].children[0] = 225; -/*106:00 */waypoints[224].children[1] = 226; -/*106:00 */waypoints[224].children[2] = 223; -/*106:00 */waypoints[224].children[3] = 229; -/*106:00 */waypoints[225] = spawnstruct(); -/*106:00 */waypoints[225].origin = (-692.927, 1418.15, -44.2043); -/*106:00 */waypoints[225].type = "stand"; -/*106:00 */waypoints[225].children[0] = 224; -/*106:00 */waypoints[225].children[1] = 78; -/*106:00 */waypoints[225].children[2] = 198; -/*106:00 */waypoints[225].children[3] = 227; -/*106:00 */waypoints[225].children[4] = 235; -/*106:00 */waypoints[226] = spawnstruct(); -/*106:00 */waypoints[226].origin = (-624.833, 1254.26, -50.4405); -/*106:00 */waypoints[226].type = "stand"; -/*106:00 */waypoints[226].children[0] = 83; -/*106:00 */waypoints[226].children[1] = 224; -/*106:00 */waypoints[226].children[2] = 229; -/*106:00 */waypoints[227] = spawnstruct(); -/*106:00 */waypoints[227].origin = (-578.681, 1710.69, -5.77777); -/*106:00 */waypoints[227].type = "stand"; -/*106:00 */waypoints[227].children[0] = 189; -/*106:00 */waypoints[227].children[1] = 225; -/*106:00 */waypoints[227].children[2] = 228; -/*106:00 */waypoints[227].children[3] = 235; -/*106:00 */waypoints[228] = spawnstruct(); -/*106:00 */waypoints[228].origin = (-539.28, 880.354, -59.586); -/*106:00 */waypoints[228].type = "stand"; -/*106:00 */waypoints[228].children[0] = 191; -/*106:00 */waypoints[228].children[1] = 227; -/*106:00 */waypoints[229] = spawnstruct(); -/*106:00 */waypoints[229].origin = (-494.775, 1324.51, -37.4293); -/*106:00 */waypoints[229].type = "claymore"; -/*106:00 */waypoints[229].children[0] = 224; -/*106:00 */waypoints[229].children[1] = 226; -/*106:00 */waypoints[229].angles = (53.2025, 149.033, 0); -/*106:00 */waypoints[230] = spawnstruct(); -/*106:00 */waypoints[230].origin = (-822.46, 693.992, 96.125); -/*106:00 */waypoints[230].type = "stand"; -/*106:00 */waypoints[230].children[0] = 199; -/*106:00 */waypoints[230].children[1] = 88; -/*106:00 */waypoints[230].children[2] = 86; -/*106:00 */waypoints[231] = spawnstruct(); -/*106:00 */waypoints[231].origin = (1172.37, 1641.69, -36.9459); -/*106:00 */waypoints[231].type = "stand"; -/*106:00 */waypoints[231].children[0] = 35; -/*106:00 */waypoints[231].children[1] = 232; -/*106:00 */waypoints[231].children[2] = 233; -/*106:00 */waypoints[231].children[3] = 53; -/*106:00 */waypoints[232] = spawnstruct(); -/*106:00 */waypoints[232].origin = (1148.79, 1996.05, 28.4539); -/*106:00 */waypoints[232].type = "stand"; -/*106:00 */waypoints[232].children[0] = 231; -/*106:00 */waypoints[232].children[1] = 155; -/*106:00 */waypoints[232].children[2] = 53; -/*106:00 */waypoints[232].children[3] = 35; -/*106:00 */waypoints[233] = spawnstruct(); -/*106:00 */waypoints[233].origin = (932.19, 1658.21, -39.9402); -/*106:00 */waypoints[233].type = "stand"; -/*106:00 */waypoints[233].children[0] = 143; -/*106:00 */waypoints[233].children[1] = 144; -/*106:00 */waypoints[233].children[2] = 231; -/*106:00 */waypoints[233].children[3] = 155; -/*106:00 */waypoints[233].children[4] = 53; -/*106:00 */waypoints[234] = spawnstruct(); -/*106:00 */waypoints[234].origin = (-692.598, 375.191, -37.1139); -/*106:00 */waypoints[234].type = "grenade"; -/*106:00 */waypoints[234].children[0] = 207; -/*106:00 */waypoints[234].children[1] = 220; -/*106:00 */waypoints[234].angles = (-20.3095, 84.1425, 0); -/*106:00 */waypoints[235] = spawnstruct(); -/*106:00 */waypoints[235].origin = (-784.811, 1741.46, 1.46377); -/*106:00 */waypoints[235].type = "grenade"; -/*106:00 */waypoints[235].children[0] = 225; -/*106:00 */waypoints[235].children[1] = 227; -/*106:00 */waypoints[235].angles = (-52.049, 81.8134, 0); -/*106:00 */waypoints[236] = spawnstruct(); -/*106:00 */waypoints[236].origin = (-563.827, -28.0893, -39.082); -/*106:00 */waypoints[236].type = "claymore"; -/*106:00 */waypoints[236].children[0] = 206; -/*106:00 */waypoints[236].angles = (54.8315, 76.3257, 0); -/*106:00 */waypoints[237] = spawnstruct(); -/*106:00 */waypoints[237].origin = (-408.711, 101.12, -39.875); -/*106:00 */waypoints[237].type = "claymore"; -/*106:00 */waypoints[237].children[0] = 205; -/*106:00 */waypoints[237].angles = (61.1762, 83.9447, 0); -/*106:00 */waypoints[238] = spawnstruct(); -/*106:00 */waypoints[238].origin = (310.969, 1751.66, 4.35644); -/*106:00 */waypoints[238].type = "grenade"; -/*106:00 */waypoints[238].children[0] = 149; -/*106:00 */waypoints[238].children[1] = 153; -/*106:00 */waypoints[238].angles = (-24.0118, 88.7897, 0.0769043); -/*106:00 */waypoints[239] = spawnstruct(); -/*106:00 */waypoints[239].origin = (604.96, 2151.04, 31.9431); -/*106:00 */waypoints[239].type = "claymore"; -/*106:00 */waypoints[239].children[0] = 174; -/*106:00 */waypoints[239].angles = (59.2535, 113.086, 0); -/*106:00 */waypoints[240] = spawnstruct(); -/*106:00 */waypoints[240].origin = (-793.087, 1959.99, 92.977); -/*106:00 */waypoints[240].type = "claymore"; -/*106:00 */waypoints[240].children[0] = 72; -/*106:00 */waypoints[240].angles = (49.635, 150.604, 0); -/*106:00 */return waypoints; +/* 32:23 */waypoints = []; +/* 32:23 */waypoints[0] = spawnstruct(); +/* 32:23 */waypoints[0].origin = (1076.72, -907.125, -28.7888); +/* 32:23 */waypoints[0].type = "crouch"; +/* 32:23 */waypoints[0].children[0] = 1; +/* 32:23 */waypoints[0].angles = (2.88391, -50.9381, 0); +/* 32:23 */waypoints[1] = spawnstruct(); +/* 32:23 */waypoints[1].origin = (1186.88, -927.843, -38.8749); +/* 32:23 */waypoints[1].type = "crouch"; +/* 32:23 */waypoints[1].children[0] = 0; +/* 32:23 */waypoints[1].children[1] = 235; +/* 32:23 */waypoints[2] = spawnstruct(); +/* 32:23 */waypoints[2].origin = (620.125, -907.125, -36.875); +/* 32:23 */waypoints[2].type = "crouch"; +/* 32:23 */waypoints[2].children[0] = 63; +/* 32:23 */waypoints[2].angles = (4.61426, -35.9473, 0); +/* 32:23 */waypoints[3] = spawnstruct(); +/* 32:23 */waypoints[3].origin = (1572.36, -1088.18, -44.2639); +/* 32:23 */waypoints[3].type = "stand"; +/* 32:23 */waypoints[3].children[0] = 8; +/* 32:23 */waypoints[3].children[1] = 9; +/* 32:23 */waypoints[3].children[2] = 4; +/* 32:23 */waypoints[3].children[3] = 11; +/* 32:23 */waypoints[3].children[4] = 10; +/* 32:23 */waypoints[4] = spawnstruct(); +/* 32:23 */waypoints[4].origin = (1790.29, -1037.98, -45.7197); +/* 32:23 */waypoints[4].type = "stand"; +/* 32:23 */waypoints[4].children[0] = 9; +/* 32:23 */waypoints[4].children[1] = 3; +/* 32:23 */waypoints[4].children[2] = 5; +/* 32:23 */waypoints[5] = spawnstruct(); +/* 32:23 */waypoints[5].origin = (1780.45, -733.975, -49.0534); +/* 32:23 */waypoints[5].type = "stand"; +/* 32:23 */waypoints[5].children[0] = 4; +/* 32:23 */waypoints[5].children[1] = 12; +/* 32:23 */waypoints[6] = spawnstruct(); +/* 32:23 */waypoints[6].origin = (1659.5, -276.592, -51.9723); +/* 32:23 */waypoints[6].type = "stand"; +/* 32:23 */waypoints[6].children[0] = 7; +/* 32:23 */waypoints[6].children[1] = 12; +/* 32:23 */waypoints[6].children[2] = 14; +/* 32:23 */waypoints[6].children[3] = 13; +/* 32:23 */waypoints[6].children[4] = 15; +/* 32:23 */waypoints[6].children[5] = 18; +/* 32:23 */waypoints[6].children[6] = 106; +/* 32:23 */waypoints[6].children[7] = 62; +/* 32:23 */waypoints[7] = spawnstruct(); +/* 32:23 */waypoints[7].origin = (1538.21, -557.153, -47.5113); +/* 32:23 */waypoints[7].type = "stand"; +/* 32:23 */waypoints[7].children[0] = 8; +/* 32:23 */waypoints[7].children[1] = 6; +/* 32:23 */waypoints[8] = spawnstruct(); +/* 32:23 */waypoints[8].origin = (1612.19, -871.084, -56.8113); +/* 32:23 */waypoints[8].type = "stand"; +/* 32:23 */waypoints[8].children[0] = 9; +/* 32:23 */waypoints[8].children[1] = 3; +/* 32:23 */waypoints[8].children[2] = 12; +/* 32:23 */waypoints[8].children[3] = 7; +/* 32:23 */waypoints[9] = spawnstruct(); +/* 32:23 */waypoints[9].origin = (1615.47, -1351.36, -45.2042); +/* 32:23 */waypoints[9].type = "stand"; +/* 32:23 */waypoints[9].children[0] = 10; +/* 32:23 */waypoints[9].children[1] = 4; +/* 32:23 */waypoints[9].children[2] = 8; +/* 32:23 */waypoints[9].children[3] = 3; +/* 32:23 */waypoints[9].children[4] = 11; +/* 32:23 */waypoints[10] = spawnstruct(); +/* 32:23 */waypoints[10].origin = (1324.16, -1361.86, -45.237); +/* 32:23 */waypoints[10].type = "stand"; +/* 32:23 */waypoints[10].children[0] = 11; +/* 32:23 */waypoints[10].children[1] = 9; +/* 32:23 */waypoints[10].children[2] = 3; +/* 32:23 */waypoints[11] = spawnstruct(); +/* 32:23 */waypoints[11].origin = (1307.64, -1074.85, -44.015); +/* 32:23 */waypoints[11].type = "stand"; +/* 32:23 */waypoints[11].children[0] = 10; +/* 32:23 */waypoints[11].children[1] = 9; +/* 32:23 */waypoints[11].children[2] = 3; +/* 32:23 */waypoints[11].children[3] = 235; +/* 32:23 */waypoints[12] = spawnstruct(); +/* 32:23 */waypoints[12].origin = (1706.21, -531.704, -52.4596); +/* 32:23 */waypoints[12].type = "stand"; +/* 32:23 */waypoints[12].children[0] = 5; +/* 32:23 */waypoints[12].children[1] = 8; +/* 32:23 */waypoints[12].children[2] = 6; +/* 32:23 */waypoints[13] = spawnstruct(); +/* 32:23 */waypoints[13].origin = (1628.11, 96.1371, -59.4992); +/* 32:23 */waypoints[13].type = "grenade"; +/* 32:23 */waypoints[13].children[0] = 6; +/* 32:23 */waypoints[13].angles = (-27.2955, 89.3628, 0); +/* 32:23 */waypoints[14] = spawnstruct(); +/* 32:23 */waypoints[14].origin = (1708.43, 261.918, -53.6539); +/* 32:23 */waypoints[14].type = "claymore"; +/* 32:23 */waypoints[14].children[0] = 6; +/* 32:23 */waypoints[14].angles = (37.2876, 35.9253, 0); +/* 32:23 */waypoints[15] = spawnstruct(); +/* 32:23 */waypoints[15].origin = (1439.58, 228.725, -50.7053); +/* 32:23 */waypoints[15].type = "stand"; +/* 32:23 */waypoints[15].children[0] = 6; +/* 32:23 */waypoints[15].children[1] = 17; +/* 32:23 */waypoints[15].children[2] = 116; +/* 32:23 */waypoints[16] = spawnstruct(); +/* 32:23 */waypoints[16].origin = (1442.12, -396.875, -46.5546); +/* 32:23 */waypoints[16].type = "crouch"; +/* 32:23 */waypoints[16].children[0] = 62; +/* 32:23 */waypoints[16].angles = (0.817261, 51.3116, 0); +/* 32:23 */waypoints[17] = spawnstruct(); +/* 32:23 */waypoints[17].origin = (1544.49, 469.64, -73.3089); +/* 32:23 */waypoints[17].type = "stand"; +/* 32:23 */waypoints[17].children[0] = 15; +/* 32:23 */waypoints[17].children[1] = 19; +/* 32:23 */waypoints[17].children[2] = 20; +/* 32:23 */waypoints[17].children[3] = 116; +/* 32:23 */waypoints[18] = spawnstruct(); +/* 32:23 */waypoints[18].origin = (1817.01, 183.47, -90.2437); +/* 32:23 */waypoints[18].type = "stand"; +/* 32:23 */waypoints[18].children[0] = 19; +/* 32:23 */waypoints[18].children[1] = 6; +/* 32:23 */waypoints[19] = spawnstruct(); +/* 32:23 */waypoints[19].origin = (1804.15, 477.971, -59.1894); +/* 32:23 */waypoints[19].type = "stand"; +/* 32:23 */waypoints[19].children[0] = 17; +/* 32:23 */waypoints[19].children[1] = 18; +/* 32:23 */waypoints[19].children[2] = 23; +/* 32:23 */waypoints[19].children[3] = 33; +/* 32:23 */waypoints[20] = spawnstruct(); +/* 32:23 */waypoints[20].origin = (1539.61, 829.029, -70.3819); +/* 32:23 */waypoints[20].type = "stand"; +/* 32:23 */waypoints[20].children[0] = 17; +/* 32:23 */waypoints[20].children[1] = 35; +/* 32:23 */waypoints[20].children[2] = 119; +/* 32:23 */waypoints[20].children[3] = 120; +/* 32:23 */waypoints[21] = spawnstruct(); +/* 32:23 */waypoints[21].origin = (1996.88, 852.875, -39.875); +/* 32:23 */waypoints[21].type = "crouch"; +/* 32:23 */waypoints[21].children[0] = 22; +/* 32:23 */waypoints[21].angles = (2.35535, -156.418, 0); +/* 32:23 */waypoints[22] = spawnstruct(); +/* 32:23 */waypoints[22].origin = (1996.88, 735.125, -43.1832); +/* 32:23 */waypoints[22].type = "crouch"; +/* 32:23 */waypoints[22].children[0] = 21; +/* 32:23 */waypoints[22].children[1] = 236; +/* 32:23 */waypoints[23] = spawnstruct(); +/* 32:23 */waypoints[23].origin = (1792.26, 1229.28, -38.6797); +/* 32:23 */waypoints[23].type = "stand"; +/* 32:23 */waypoints[23].children[0] = 19; +/* 32:23 */waypoints[23].children[1] = 25; +/* 32:23 */waypoints[23].children[2] = 26; +/* 32:23 */waypoints[23].children[3] = 34; +/* 32:23 */waypoints[24] = spawnstruct(); +/* 32:23 */waypoints[24].origin = (1654.6, 1734.3, -0.887774); +/* 32:23 */waypoints[24].type = "stand"; +/* 32:23 */waypoints[24].children[0] = 25; +/* 32:23 */waypoints[24].children[1] = 26; +/* 32:23 */waypoints[24].children[2] = 35; +/* 32:23 */waypoints[24].children[3] = 53; +/* 32:23 */waypoints[24].children[4] = 51; +/* 32:23 */waypoints[25] = spawnstruct(); +/* 32:23 */waypoints[25].origin = (1680.57, 1405.83, -25.876); +/* 32:23 */waypoints[25].type = "stand"; +/* 32:23 */waypoints[25].children[0] = 23; +/* 32:23 */waypoints[25].children[1] = 24; +/* 32:23 */waypoints[26] = spawnstruct(); +/* 32:23 */waypoints[26].origin = (2009.58, 1578.05, -4.99077); +/* 32:23 */waypoints[26].type = "stand"; +/* 32:23 */waypoints[26].children[0] = 24; +/* 32:23 */waypoints[26].children[1] = 23; +/* 32:23 */waypoints[26].children[2] = 27; +/* 32:23 */waypoints[27] = spawnstruct(); +/* 32:23 */waypoints[27].origin = (2219.95, 1542.59, -13.8132); +/* 32:23 */waypoints[27].type = "stand"; +/* 32:23 */waypoints[27].children[0] = 26; +/* 32:23 */waypoints[27].children[1] = 28; +/* 32:23 */waypoints[27].children[2] = 30; +/* 32:23 */waypoints[27].children[3] = 32; +/* 32:23 */waypoints[28] = spawnstruct(); +/* 32:23 */waypoints[28].origin = (2467.47, 1565.8, -18.7702); +/* 32:23 */waypoints[28].type = "stand"; +/* 32:23 */waypoints[28].children[0] = 27; +/* 32:23 */waypoints[28].children[1] = 29; +/* 32:23 */waypoints[28].children[2] = 36; +/* 32:23 */waypoints[28].children[3] = 38; +/* 32:23 */waypoints[29] = spawnstruct(); +/* 32:23 */waypoints[29].origin = (2341.22, 2128.4, 22.8602); +/* 32:23 */waypoints[29].type = "stand"; +/* 32:23 */waypoints[29].children[0] = 28; +/* 32:23 */waypoints[29].children[1] = 30; +/* 32:23 */waypoints[29].children[2] = 38; +/* 32:23 */waypoints[30] = spawnstruct(); +/* 32:23 */waypoints[30].origin = (2028.29, 2076.81, 22.595); +/* 32:23 */waypoints[30].type = "stand"; +/* 32:23 */waypoints[30].children[0] = 29; +/* 32:23 */waypoints[30].children[1] = 31; +/* 32:23 */waypoints[30].children[2] = 27; +/* 32:23 */waypoints[30].children[3] = 53; +/* 32:23 */waypoints[31] = spawnstruct(); +/* 32:23 */waypoints[31].origin = (1887.76, 2335.56, 48.125); +/* 32:23 */waypoints[31].type = "stand"; +/* 32:23 */waypoints[31].children[0] = 30; +/* 32:23 */waypoints[31].children[1] = 32; +/* 32:23 */waypoints[31].children[2] = 40; +/* 32:23 */waypoints[31].children[3] = 41; +/* 32:23 */waypoints[32] = spawnstruct(); +/* 32:23 */waypoints[32].origin = (2041.88, 1915.41, 14.625); +/* 32:23 */waypoints[32].type = "claymore"; +/* 32:23 */waypoints[32].children[0] = 27; +/* 32:23 */waypoints[32].children[1] = 31; +/* 32:23 */waypoints[32].angles = (54.2493, 57.7002, 0); +/* 32:23 */waypoints[33] = spawnstruct(); +/* 32:23 */waypoints[33].origin = (1687.26, 958.148, -50.7048); +/* 32:23 */waypoints[33].type = "climb"; +/* 32:23 */waypoints[33].children[0] = 34; +/* 32:23 */waypoints[33].children[1] = 19; +/* 32:23 */waypoints[33].children[2] = 236; +/* 32:23 */waypoints[33].angles = (-1.48987, 89.4232, 0); +/* 32:23 */waypoints[34] = spawnstruct(); +/* 32:23 */waypoints[34].origin = (1669.99, 1140.4, -45.7578); +/* 32:23 */waypoints[34].type = "climb"; +/* 32:23 */waypoints[34].children[0] = 23; +/* 32:23 */waypoints[34].children[1] = 33; +/* 32:23 */waypoints[34].angles = (6.57959, -90.0934, 0); +/* 32:23 */waypoints[35] = spawnstruct(); +/* 32:23 */waypoints[35].origin = (1528.9, 1684.66, -29.002); +/* 32:23 */waypoints[35].type = "stand"; +/* 32:23 */waypoints[35].children[0] = 24; +/* 32:23 */waypoints[35].children[1] = 20; +/* 32:23 */waypoints[35].children[2] = 225; +/* 32:23 */waypoints[35].children[3] = 226; +/* 32:23 */waypoints[36] = spawnstruct(); +/* 32:23 */waypoints[36].origin = (2637.86, 1558.57, -16.875); +/* 32:23 */waypoints[36].type = "stand"; +/* 32:23 */waypoints[36].children[0] = 37; +/* 32:23 */waypoints[36].children[1] = 28; +/* 32:23 */waypoints[37] = spawnstruct(); +/* 32:23 */waypoints[37].origin = (2628.18, 1981.63, -16.9353); +/* 32:23 */waypoints[37].type = "stand"; +/* 32:23 */waypoints[37].children[0] = 36; +/* 32:23 */waypoints[37].children[1] = 38; +/* 32:23 */waypoints[38] = spawnstruct(); +/* 32:23 */waypoints[38].origin = (2413, 1942.11, 5.16108); +/* 32:23 */waypoints[38].type = "stand"; +/* 32:23 */waypoints[38].children[0] = 29; +/* 32:23 */waypoints[38].children[1] = 28; +/* 32:23 */waypoints[38].children[2] = 37; +/* 32:23 */waypoints[39] = spawnstruct(); +/* 32:23 */waypoints[39].origin = (1629.32, 2281.32, 48.125); +/* 32:23 */waypoints[39].type = "crouch"; +/* 32:23 */waypoints[39].children[0] = 61; +/* 32:23 */waypoints[39].angles = (4.85474, -23.5547, 0); +/* 32:23 */waypoints[40] = spawnstruct(); +/* 32:23 */waypoints[40].origin = (1887.24, 2239.91, 48.125); +/* 32:23 */waypoints[40].type = "claymore"; +/* 32:23 */waypoints[40].children[0] = 31; +/* 32:23 */waypoints[40].children[1] = 61; +/* 32:23 */waypoints[40].angles = (54.4415, 15.6555, 0); +/* 32:23 */waypoints[41] = spawnstruct(); +/* 32:23 */waypoints[41].origin = (1735.69, 2408.72, 48.125); +/* 32:23 */waypoints[41].type = "stand"; +/* 32:23 */waypoints[41].children[0] = 31; +/* 32:23 */waypoints[41].children[1] = 42; +/* 32:23 */waypoints[42] = spawnstruct(); +/* 32:23 */waypoints[42].origin = (1617.09, 2528.48, 48.125); +/* 32:23 */waypoints[42].type = "stand"; +/* 32:23 */waypoints[42].children[0] = 41; +/* 32:23 */waypoints[42].children[1] = 43; +/* 32:23 */waypoints[43] = spawnstruct(); +/* 32:23 */waypoints[43].origin = (1213.59, 3215.49, 79.125); +/* 32:23 */waypoints[43].type = "stand"; +/* 32:23 */waypoints[43].children[0] = 42; +/* 32:23 */waypoints[43].children[1] = 44; +/* 32:23 */waypoints[43].children[2] = 64; +/* 32:23 */waypoints[44] = spawnstruct(); +/* 32:23 */waypoints[44].origin = (1020.85, 3170.55, 88.125); +/* 32:23 */waypoints[44].type = "stand"; +/* 32:23 */waypoints[44].children[0] = 43; +/* 32:23 */waypoints[44].children[1] = 45; +/* 32:23 */waypoints[44].children[2] = 50; +/* 32:23 */waypoints[44].children[3] = 52; +/* 32:23 */waypoints[44].children[4] = 56; +/* 32:23 */waypoints[44].children[5] = 60; +/* 32:23 */waypoints[44].children[6] = 64; +/* 32:23 */waypoints[45] = spawnstruct(); +/* 32:23 */waypoints[45].origin = (1116.34, 2958.77, 70.8617); +/* 32:23 */waypoints[45].type = "stand"; +/* 32:23 */waypoints[45].children[0] = 46; +/* 32:23 */waypoints[45].children[1] = 47; +/* 32:23 */waypoints[45].children[2] = 44; +/* 32:23 */waypoints[45].children[3] = 50; +/* 32:23 */waypoints[45].children[4] = 52; +/* 32:23 */waypoints[46] = spawnstruct(); +/* 32:23 */waypoints[46].origin = (1319.39, 2731.07, 62.1552); +/* 32:23 */waypoints[46].type = "stand"; +/* 32:23 */waypoints[46].children[0] = 45; +/* 32:23 */waypoints[46].children[1] = 49; +/* 32:23 */waypoints[46].children[2] = 47; +/* 32:23 */waypoints[46].children[3] = 48; +/* 32:23 */waypoints[46].children[4] = 52; +/* 32:23 */waypoints[47] = spawnstruct(); +/* 32:23 */waypoints[47].origin = (1319.99, 2731.04, 62.2088); +/* 32:23 */waypoints[47].type = "climb"; +/* 32:23 */waypoints[47].children[0] = 45; +/* 32:23 */waypoints[47].children[1] = 49; +/* 32:23 */waypoints[47].children[2] = 46; +/* 32:23 */waypoints[47].children[3] = 48; +/* 32:23 */waypoints[47].children[4] = 52; +/* 32:23 */waypoints[47].angles = (4.0802, -87.1875, 0); +/* 32:23 */waypoints[48] = spawnstruct(); +/* 32:23 */waypoints[48].origin = (1318.37, 2579.68, 128.893); +/* 32:23 */waypoints[48].type = "climb"; +/* 32:23 */waypoints[48].children[0] = 47; +/* 32:23 */waypoints[48].children[1] = 46; +/* 32:23 */waypoints[48].angles = (21.2927, -77.3811, 0); +/* 32:23 */waypoints[49] = spawnstruct(); +/* 32:23 */waypoints[49].origin = (1320.72, 2644.73, 92.8221); +/* 32:23 */waypoints[49].type = "grenade"; +/* 32:23 */waypoints[49].children[0] = 46; +/* 32:23 */waypoints[49].children[1] = 47; +/* 32:23 */waypoints[49].angles = (-25.9925, -77.1723, 0); +/* 32:23 */waypoints[50] = spawnstruct(); +/* 32:23 */waypoints[50].origin = (1301, 2428.78, 47.9248); +/* 32:23 */waypoints[50].type = "stand"; +/* 32:23 */waypoints[50].children[0] = 44; +/* 32:23 */waypoints[50].children[1] = 45; +/* 32:23 */waypoints[50].children[2] = 51; +/* 32:23 */waypoints[51] = spawnstruct(); +/* 32:23 */waypoints[51].origin = (1514.98, 2195.19, 30.3116); +/* 32:23 */waypoints[51].type = "stand"; +/* 32:23 */waypoints[51].children[0] = 50; +/* 32:23 */waypoints[51].children[1] = 52; +/* 32:23 */waypoints[51].children[2] = 53; +/* 32:23 */waypoints[51].children[3] = 226; +/* 32:23 */waypoints[51].children[4] = 227; +/* 32:23 */waypoints[51].children[5] = 225; +/* 32:23 */waypoints[51].children[6] = 24; +/* 32:23 */waypoints[52] = spawnstruct(); +/* 32:23 */waypoints[52].origin = (1378.37, 2722.63, 69.524); +/* 32:23 */waypoints[52].type = "stand"; +/* 32:23 */waypoints[52].children[0] = 51; +/* 32:23 */waypoints[52].children[1] = 47; +/* 32:23 */waypoints[52].children[2] = 46; +/* 32:23 */waypoints[52].children[3] = 45; +/* 32:23 */waypoints[52].children[4] = 44; +/* 32:23 */waypoints[53] = spawnstruct(); +/* 32:23 */waypoints[53].origin = (1629.7, 1961.88, 14.1306); +/* 32:23 */waypoints[53].type = "stand"; +/* 32:23 */waypoints[53].children[0] = 24; +/* 32:23 */waypoints[53].children[1] = 30; +/* 32:23 */waypoints[53].children[2] = 51; +/* 32:23 */waypoints[54] = spawnstruct(); +/* 32:23 */waypoints[54].origin = (647.125, 3438.88, 227.125); +/* 32:23 */waypoints[54].type = "crouch"; +/* 32:23 */waypoints[54].children[0] = 55; +/* 32:23 */waypoints[54].angles = (5.23376, -155.95, 0); +/* 32:23 */waypoints[55] = spawnstruct(); +/* 32:23 */waypoints[55].origin = (681.679, 3414.12, 227.125); +/* 32:23 */waypoints[55].type = "crouch"; +/* 32:23 */waypoints[55].children[0] = 54; +/* 32:23 */waypoints[55].angles = (7.15637, -58.6988, 0); +/* 32:23 */waypoints[56] = spawnstruct(); +/* 32:23 */waypoints[56].origin = (1004.69, 3702.19, 227.125); +/* 32:23 */waypoints[56].type = "stand"; +/* 32:23 */waypoints[56].children[0] = 57; +/* 32:23 */waypoints[56].children[1] = 44; +/* 32:23 */waypoints[56].children[2] = 59; +/* 32:23 */waypoints[57] = spawnstruct(); +/* 32:23 */waypoints[57].origin = (788.49, 3602, 227.125); +/* 32:23 */waypoints[57].type = "stand"; +/* 32:23 */waypoints[57].children[0] = 58; +/* 32:23 */waypoints[57].children[1] = 56; +/* 32:23 */waypoints[57].children[2] = 59; +/* 32:23 */waypoints[58] = spawnstruct(); +/* 32:23 */waypoints[58].origin = (595.604, 3699.63, 227.125); +/* 32:23 */waypoints[58].type = "stand"; +/* 32:23 */waypoints[58].children[0] = 57; +/* 32:23 */waypoints[58].children[1] = 59; +/* 32:23 */waypoints[58].children[2] = 60; +/* 32:23 */waypoints[59] = spawnstruct(); +/* 32:23 */waypoints[59].origin = (796.995, 3689.21, 227.125); +/* 32:23 */waypoints[59].type = "stand"; +/* 32:23 */waypoints[59].children[0] = 58; +/* 32:23 */waypoints[59].children[1] = 57; +/* 32:23 */waypoints[59].children[2] = 56; +/* 32:23 */waypoints[60] = spawnstruct(); +/* 32:23 */waypoints[60].origin = (570.222, 3333.23, 88.125); +/* 32:23 */waypoints[60].type = "stand"; +/* 32:23 */waypoints[60].children[0] = 58; +/* 32:23 */waypoints[60].children[1] = 44; +/* 32:23 */waypoints[60].children[2] = 64; +/* 32:23 */waypoints[60].children[3] = 65; +/* 32:23 */waypoints[61] = spawnstruct(); +/* 32:23 */waypoints[61].origin = (1788.26, 2276.9, 48.125); +/* 32:23 */waypoints[61].type = "stand"; +/* 32:23 */waypoints[61].children[0] = 39; +/* 32:23 */waypoints[61].children[1] = 40; +/* 32:23 */waypoints[62] = spawnstruct(); +/* 32:23 */waypoints[62].origin = (1524.79, -292.251, -52.0338); +/* 32:23 */waypoints[62].type = "stand"; +/* 32:23 */waypoints[62].children[0] = 16; +/* 32:23 */waypoints[62].children[1] = 6; +/* 32:23 */waypoints[63] = spawnstruct(); +/* 32:23 */waypoints[63].origin = (755.301, -907.125, -45.2758); +/* 32:23 */waypoints[63].type = "claymore"; +/* 32:23 */waypoints[63].children[0] = 2; +/* 32:23 */waypoints[63].children[1] = 97; +/* 32:23 */waypoints[63].angles = (58.2813, -19.1646, 0); +/* 32:23 */waypoints[64] = spawnstruct(); +/* 32:23 */waypoints[64].origin = (564.23, 2975.45, 88.0086); +/* 32:23 */waypoints[64].type = "stand"; +/* 32:23 */waypoints[64].children[0] = 60; +/* 32:23 */waypoints[64].children[1] = 44; +/* 32:23 */waypoints[64].children[2] = 43; +/* 32:23 */waypoints[64].children[3] = 66; +/* 32:23 */waypoints[64].children[4] = 152; +/* 32:23 */waypoints[64].children[5] = 153; +/* 32:23 */waypoints[64].children[6] = 156; +/* 32:23 */waypoints[65] = spawnstruct(); +/* 32:23 */waypoints[65].origin = (237.75, 3269.67, 89.2896); +/* 32:23 */waypoints[65].type = "stand"; +/* 32:23 */waypoints[65].children[0] = 60; +/* 32:23 */waypoints[65].children[1] = 66; +/* 32:23 */waypoints[65].children[2] = 67; +/* 32:23 */waypoints[65].children[3] = 68; +/* 32:23 */waypoints[66] = spawnstruct(); +/* 32:23 */waypoints[66].origin = (465.305, 3184.05, 90.4484); +/* 32:23 */waypoints[66].type = "stand"; +/* 32:23 */waypoints[66].children[0] = 65; +/* 32:23 */waypoints[66].children[1] = 64; +/* 32:23 */waypoints[67] = spawnstruct(); +/* 32:23 */waypoints[67].origin = (12.1739, 3012.94, 84.5655); +/* 32:23 */waypoints[67].type = "stand"; +/* 32:23 */waypoints[67].children[0] = 65; +/* 32:23 */waypoints[67].children[1] = 68; +/* 32:23 */waypoints[67].children[2] = 69; +/* 32:23 */waypoints[67].children[3] = 72; +/* 32:23 */waypoints[67].children[4] = 150; +/* 32:23 */waypoints[67].children[5] = 155; +/* 32:23 */waypoints[67].children[6] = 159; +/* 32:23 */waypoints[68] = spawnstruct(); +/* 32:23 */waypoints[68].origin = (-406.307, 3299.58, 97.8552); +/* 32:23 */waypoints[68].type = "stand"; +/* 32:23 */waypoints[68].children[0] = 67; +/* 32:23 */waypoints[68].children[1] = 65; +/* 32:23 */waypoints[69] = spawnstruct(); +/* 32:23 */waypoints[69].origin = (-620.461, 2812.14, 153.131); +/* 32:23 */waypoints[69].type = "stand"; +/* 32:23 */waypoints[69].children[0] = 67; +/* 32:23 */waypoints[69].children[1] = 71; +/* 32:23 */waypoints[69].children[2] = 70; +/* 32:23 */waypoints[70] = spawnstruct(); +/* 32:23 */waypoints[70].origin = (-929.804, 2511.54, 70.925); +/* 32:23 */waypoints[70].type = "stand"; +/* 32:23 */waypoints[70].children[0] = 71; +/* 32:23 */waypoints[70].children[1] = 69; +/* 32:23 */waypoints[70].children[2] = 75; +/* 32:23 */waypoints[70].children[3] = 76; +/* 32:23 */waypoints[70].children[4] = 234; +/* 32:23 */waypoints[71] = spawnstruct(); +/* 32:23 */waypoints[71].origin = (-491.211, 2520.74, 84.4072); +/* 32:23 */waypoints[71].type = "stand"; +/* 32:23 */waypoints[71].children[0] = 69; +/* 32:23 */waypoints[71].children[1] = 72; +/* 32:23 */waypoints[71].children[2] = 70; +/* 32:23 */waypoints[72] = spawnstruct(); +/* 32:23 */waypoints[72].origin = (-103.115, 2440.32, 87.8611); +/* 32:23 */waypoints[72].type = "stand"; +/* 32:23 */waypoints[72].children[0] = 67; +/* 32:23 */waypoints[72].children[1] = 71; +/* 32:23 */waypoints[72].children[2] = 151; +/* 32:23 */waypoints[73] = spawnstruct(); +/* 32:23 */waypoints[73].origin = (-711.494, 2360.52, 90.8641); +/* 32:23 */waypoints[73].type = "crouch"; +/* 32:23 */waypoints[73].children[0] = 74; +/* 32:23 */waypoints[73].angles = (-0.534058, -145.623, 0); +/* 32:23 */waypoints[74] = spawnstruct(); +/* 32:23 */waypoints[74].origin = (-701.585, 2218.82, 95.7634); +/* 32:23 */waypoints[74].type = "crouch"; +/* 32:23 */waypoints[74].children[0] = 73; +/* 32:23 */waypoints[74].angles = (-1.11084, 148.454, 0); +/* 32:23 */waypoints[75] = spawnstruct(); +/* 32:23 */waypoints[75].origin = (-970.227, 2825.46, 72.125); +/* 32:23 */waypoints[75].type = "stand"; +/* 32:23 */waypoints[75].children[0] = 70; +/* 32:23 */waypoints[75].children[1] = 170; +/* 32:23 */waypoints[76] = spawnstruct(); +/* 32:23 */waypoints[76].origin = (-882.026, 1450.13, 96.125); +/* 32:23 */waypoints[76].type = "stand"; +/* 32:23 */waypoints[76].children[0] = 70; +/* 32:23 */waypoints[76].children[1] = 77; +/* 32:23 */waypoints[76].children[2] = 219; +/* 32:23 */waypoints[77] = spawnstruct(); +/* 32:23 */waypoints[77].origin = (-1102.67, 1450.41, 96.125); +/* 32:23 */waypoints[77].type = "stand"; +/* 32:23 */waypoints[77].children[0] = 76; +/* 32:23 */waypoints[77].children[1] = 78; +/* 32:23 */waypoints[77].children[2] = 79; +/* 32:23 */waypoints[78] = spawnstruct(); +/* 32:23 */waypoints[78].origin = (-979.279, 1395.24, 96.125); +/* 32:23 */waypoints[78].type = "claymore"; +/* 32:23 */waypoints[78].children[0] = 77; +/* 32:23 */waypoints[78].angles = (60.2039, 106.338, 0); +/* 32:23 */waypoints[79] = spawnstruct(); +/* 32:23 */waypoints[79].origin = (-1070.72, 1064.57, 96.125); +/* 32:23 */waypoints[79].type = "stand"; +/* 32:23 */waypoints[79].children[0] = 80; +/* 32:23 */waypoints[79].children[1] = 77; +/* 32:23 */waypoints[79].children[2] = 82; +/* 32:23 */waypoints[80] = spawnstruct(); +/* 32:23 */waypoints[80].origin = (-880.876, 1060.39, 96.125); +/* 32:23 */waypoints[80].type = "stand"; +/* 32:23 */waypoints[80].children[0] = 81; +/* 32:23 */waypoints[80].children[1] = 79; +/* 32:23 */waypoints[80].children[2] = 83; +/* 32:23 */waypoints[81] = spawnstruct(); +/* 32:23 */waypoints[81].origin = (-880.888, 1296.98, 96.125); +/* 32:23 */waypoints[81].type = "stand"; +/* 32:23 */waypoints[81].children[0] = 80; +/* 32:23 */waypoints[81].children[1] = 220; +/* 32:23 */waypoints[82] = spawnstruct(); +/* 32:23 */waypoints[82].origin = (-980.206, 1120.99, 96.125); +/* 32:23 */waypoints[82].type = "claymore"; +/* 32:23 */waypoints[82].children[0] = 79; +/* 32:23 */waypoints[82].angles = (60.7806, -108.006, 0); +/* 32:23 */waypoints[83] = spawnstruct(); +/* 32:23 */waypoints[83].origin = (-883.539, 918.873, 96.125); +/* 32:23 */waypoints[83].type = "stand"; +/* 32:23 */waypoints[83].children[0] = 80; +/* 32:23 */waypoints[83].children[1] = 85; +/* 32:23 */waypoints[83].children[2] = 84; +/* 32:23 */waypoints[84] = spawnstruct(); +/* 32:23 */waypoints[84].origin = (-888.02, 774.846, 96.125); +/* 32:23 */waypoints[84].type = "stand"; +/* 32:23 */waypoints[84].children[0] = 86; +/* 32:23 */waypoints[84].children[1] = 83; +/* 32:23 */waypoints[84].children[2] = 87; +/* 32:23 */waypoints[84].children[3] = 224; +/* 32:23 */waypoints[85] = spawnstruct(); +/* 32:23 */waypoints[85].origin = (-999.787, 775.743, 96.125); +/* 32:23 */waypoints[85].type = "stand"; +/* 32:23 */waypoints[85].children[0] = 83; +/* 32:23 */waypoints[85].children[1] = 86; +/* 32:23 */waypoints[85].children[2] = 87; +/* 32:23 */waypoints[86] = spawnstruct(); +/* 32:23 */waypoints[86].origin = (-945.83, 684.852, 96.125); +/* 32:23 */waypoints[86].type = "stand"; +/* 32:23 */waypoints[86].children[0] = 85; +/* 32:23 */waypoints[86].children[1] = 84; +/* 32:23 */waypoints[86].children[2] = 87; +/* 32:23 */waypoints[86].children[3] = 224; +/* 32:23 */waypoints[87] = spawnstruct(); +/* 32:23 */waypoints[87].origin = (-1004.93, 583.839, 96.125); +/* 32:23 */waypoints[87].type = "stand"; +/* 32:23 */waypoints[87].children[0] = 86; +/* 32:23 */waypoints[87].children[1] = 84; +/* 32:23 */waypoints[87].children[2] = 85; +/* 32:23 */waypoints[87].children[3] = 88; +/* 32:23 */waypoints[88] = spawnstruct(); +/* 32:23 */waypoints[88].origin = (-1006.92, 340.86, -32.4468); +/* 32:23 */waypoints[88].type = "stand"; +/* 32:23 */waypoints[88].children[0] = 87; +/* 32:23 */waypoints[88].children[1] = 89; +/* 32:23 */waypoints[88].children[2] = 202; +/* 32:23 */waypoints[88].children[3] = 215; +/* 32:23 */waypoints[89] = spawnstruct(); +/* 32:23 */waypoints[89].origin = (-984.292, -268.903, -39.875); +/* 32:23 */waypoints[89].type = "stand"; +/* 32:23 */waypoints[89].children[0] = 90; +/* 32:23 */waypoints[89].children[1] = 88; +/* 32:23 */waypoints[89].children[2] = 94; +/* 32:23 */waypoints[89].children[3] = 202; +/* 32:23 */waypoints[90] = spawnstruct(); +/* 32:23 */waypoints[90].origin = (-979.452, -430.207, -31.675); +/* 32:23 */waypoints[90].type = "stand"; +/* 32:23 */waypoints[90].children[0] = 91; +/* 32:23 */waypoints[90].children[1] = 89; +/* 32:23 */waypoints[90].children[2] = 202; +/* 32:23 */waypoints[91] = spawnstruct(); +/* 32:23 */waypoints[91].origin = (-293.208, -454.917, -43.875); +/* 32:23 */waypoints[91].type = "stand"; +/* 32:23 */waypoints[91].children[0] = 92; +/* 32:23 */waypoints[91].children[1] = 90; +/* 32:23 */waypoints[91].children[2] = 94; +/* 32:23 */waypoints[92] = spawnstruct(); +/* 32:23 */waypoints[92].origin = (-293.629, -786.26, -43.875); +/* 32:23 */waypoints[92].type = "stand"; +/* 32:23 */waypoints[92].children[0] = 93; +/* 32:23 */waypoints[92].children[1] = 91; +/* 32:23 */waypoints[92].children[2] = 96; +/* 32:23 */waypoints[93] = spawnstruct(); +/* 32:23 */waypoints[93].origin = (-119.157, -1043.91, -43.875); +/* 32:23 */waypoints[93].type = "stand"; +/* 32:23 */waypoints[93].children[0] = 92; +/* 32:23 */waypoints[93].children[1] = 97; +/* 32:23 */waypoints[93].children[2] = 98; +/* 32:23 */waypoints[94] = spawnstruct(); +/* 32:23 */waypoints[94].origin = (-302.988, -253.787, -44.3762); +/* 32:23 */waypoints[94].type = "stand"; +/* 32:23 */waypoints[94].children[0] = 89; +/* 32:23 */waypoints[94].children[1] = 91; +/* 32:23 */waypoints[94].children[2] = 95; +/* 32:23 */waypoints[94].children[3] = 110; +/* 32:23 */waypoints[95] = spawnstruct(); +/* 32:23 */waypoints[95].origin = (199.072, -257.018, -49.1757); +/* 32:23 */waypoints[95].type = "stand"; +/* 32:23 */waypoints[95].children[0] = 94; +/* 32:23 */waypoints[95].children[1] = 96; +/* 32:23 */waypoints[95].children[2] = 105; +/* 32:23 */waypoints[95].children[3] = 109; +/* 32:23 */waypoints[95].children[4] = 186; +/* 32:23 */waypoints[96] = spawnstruct(); +/* 32:23 */waypoints[96].origin = (195.529, -793.035, -44.3745); +/* 32:23 */waypoints[96].type = "stand"; +/* 32:23 */waypoints[96].children[0] = 95; +/* 32:23 */waypoints[96].children[1] = 92; +/* 32:23 */waypoints[96].children[2] = 104; +/* 32:23 */waypoints[97] = spawnstruct(); +/* 32:23 */waypoints[97].origin = (889.855, -1062.11, -43.8785); +/* 32:23 */waypoints[97].type = "stand"; +/* 32:23 */waypoints[97].children[0] = 93; +/* 32:23 */waypoints[97].children[1] = 99; +/* 32:23 */waypoints[97].children[2] = 63; +/* 32:23 */waypoints[97].children[3] = 235; +/* 32:23 */waypoints[98] = spawnstruct(); +/* 32:23 */waypoints[98].origin = (327.056, -964.561, -45.7378); +/* 32:23 */waypoints[98].type = "claymore"; +/* 32:23 */waypoints[98].children[0] = 93; +/* 32:23 */waypoints[98].angles = (47.3224, -143.085, 0); +/* 32:23 */waypoints[99] = spawnstruct(); +/* 32:23 */waypoints[99].origin = (840.145, -798.51, -45.5784); +/* 32:23 */waypoints[99].type = "stand"; +/* 32:23 */waypoints[99].children[0] = 97; +/* 32:23 */waypoints[99].children[1] = 100; +/* 32:23 */waypoints[99].children[2] = 102; +/* 32:23 */waypoints[99].children[3] = 104; +/* 32:23 */waypoints[100] = spawnstruct(); +/* 32:23 */waypoints[100].origin = (1024.61, -807.461, -47.878); +/* 32:23 */waypoints[100].type = "stand"; +/* 32:23 */waypoints[100].children[0] = 101; +/* 32:23 */waypoints[100].children[1] = 99; +/* 32:23 */waypoints[101] = spawnstruct(); +/* 32:23 */waypoints[101].origin = (1024.41, -549.378, -47.8793); +/* 32:23 */waypoints[101].type = "stand"; +/* 32:23 */waypoints[101].children[0] = 102; +/* 32:23 */waypoints[101].children[1] = 100; +/* 32:23 */waypoints[102] = spawnstruct(); +/* 32:23 */waypoints[102].origin = (840.887, -572.989, -47.878); +/* 32:23 */waypoints[102].type = "stand"; +/* 32:23 */waypoints[102].children[0] = 103; +/* 32:23 */waypoints[102].children[1] = 101; +/* 32:23 */waypoints[102].children[2] = 99; +/* 32:23 */waypoints[102].children[3] = 106; +/* 32:23 */waypoints[103] = spawnstruct(); +/* 32:23 */waypoints[103].origin = (683.481, -578.899, -44.9421); +/* 32:23 */waypoints[103].type = "stand"; +/* 32:23 */waypoints[103].children[0] = 104; +/* 32:23 */waypoints[103].children[1] = 102; +/* 32:23 */waypoints[103].children[2] = 105; +/* 32:23 */waypoints[104] = spawnstruct(); +/* 32:23 */waypoints[104].origin = (683.905, -814.098, -44.8444); +/* 32:23 */waypoints[104].type = "stand"; +/* 32:23 */waypoints[104].children[0] = 103; +/* 32:23 */waypoints[104].children[1] = 99; +/* 32:23 */waypoints[104].children[2] = 96; +/* 32:23 */waypoints[105] = spawnstruct(); +/* 32:23 */waypoints[105].origin = (687.358, -251.507, -45.219); +/* 32:23 */waypoints[105].type = "stand"; +/* 32:23 */waypoints[105].children[0] = 103; +/* 32:23 */waypoints[105].children[1] = 95; +/* 32:23 */waypoints[106] = spawnstruct(); +/* 32:23 */waypoints[106].origin = (865.168, -256.684, -44.5731); +/* 32:23 */waypoints[106].type = "stand"; +/* 32:23 */waypoints[106].children[0] = 6; +/* 32:23 */waypoints[106].children[1] = 107; +/* 32:23 */waypoints[106].children[2] = 102; +/* 32:23 */waypoints[106].children[3] = 108; +/* 32:23 */waypoints[107] = spawnstruct(); +/* 32:23 */waypoints[107].origin = (1075.3, -117.125, -47.875); +/* 32:23 */waypoints[107].type = "climb"; +/* 32:23 */waypoints[107].children[0] = 106; +/* 32:23 */waypoints[107].children[1] = 114; +/* 32:23 */waypoints[107].angles = (8.49672, 90.5449, 0); +/* 32:23 */waypoints[108] = spawnstruct(); +/* 32:23 */waypoints[108].origin = (530.606, 78.3445, -51.0061); +/* 32:23 */waypoints[108].type = "stand"; +/* 32:23 */waypoints[108].children[0] = 106; +/* 32:23 */waypoints[108].children[1] = 109; +/* 32:23 */waypoints[108].children[2] = 111; +/* 32:23 */waypoints[108].children[3] = 134; +/* 32:23 */waypoints[108].children[4] = 188; +/* 32:23 */waypoints[109] = spawnstruct(); +/* 32:23 */waypoints[109].origin = (217.477, -21.1215, -62.1545); +/* 32:23 */waypoints[109].type = "stand"; +/* 32:23 */waypoints[109].children[0] = 110; +/* 32:23 */waypoints[109].children[1] = 95; +/* 32:23 */waypoints[109].children[2] = 108; +/* 32:23 */waypoints[109].children[3] = 186; +/* 32:23 */waypoints[110] = spawnstruct(); +/* 32:23 */waypoints[110].origin = (-309.1, 46.7847, -48.3338); +/* 32:23 */waypoints[110].type = "stand"; +/* 32:23 */waypoints[110].children[0] = 94; +/* 32:23 */waypoints[110].children[1] = 109; +/* 32:23 */waypoints[110].children[2] = 237; +/* 32:23 */waypoints[111] = spawnstruct(); +/* 32:23 */waypoints[111].origin = (831.298, 73.8825, -47.875); +/* 32:23 */waypoints[111].type = "stand"; +/* 32:23 */waypoints[111].children[0] = 112; +/* 32:23 */waypoints[111].children[1] = 108; +/* 32:23 */waypoints[111].children[2] = 132; +/* 32:23 */waypoints[111].children[3] = 134; +/* 32:23 */waypoints[112] = spawnstruct(); +/* 32:23 */waypoints[112].origin = (1005.42, 0.992099, -47.875); +/* 32:23 */waypoints[112].type = "stand"; +/* 32:23 */waypoints[112].children[0] = 111; +/* 32:23 */waypoints[112].children[1] = 113; +/* 32:23 */waypoints[112].children[2] = 114; +/* 32:23 */waypoints[112].children[3] = 132; +/* 32:23 */waypoints[113] = spawnstruct(); +/* 32:23 */waypoints[113].origin = (1189.12, 239.621, -47.875); +/* 32:23 */waypoints[113].type = "stand"; +/* 32:23 */waypoints[113].children[0] = 112; +/* 32:23 */waypoints[113].children[1] = 114; +/* 32:23 */waypoints[113].children[2] = 115; +/* 32:23 */waypoints[114] = spawnstruct(); +/* 32:23 */waypoints[114].origin = (1071.96, -65.2558, -47.875); +/* 32:23 */waypoints[114].type = "climb"; +/* 32:23 */waypoints[114].children[0] = 112; +/* 32:23 */waypoints[114].children[1] = 107; +/* 32:23 */waypoints[114].children[2] = 113; +/* 32:23 */waypoints[114].angles = (56.5839, -91.5809, 0); +/* 32:23 */waypoints[115] = spawnstruct(); +/* 32:23 */waypoints[115].origin = (1333.12, 265.832, -47.875); +/* 32:23 */waypoints[115].type = "stand"; +/* 32:23 */waypoints[115].children[0] = 113; +/* 32:23 */waypoints[115].children[1] = 116; +/* 32:23 */waypoints[116] = spawnstruct(); +/* 32:23 */waypoints[116].origin = (1386.05, 439.882, -59.253); +/* 32:23 */waypoints[116].type = "stand"; +/* 32:23 */waypoints[116].children[0] = 115; +/* 32:23 */waypoints[116].children[1] = 17; +/* 32:23 */waypoints[116].children[2] = 15; +/* 32:23 */waypoints[116].children[3] = 119; +/* 32:23 */waypoints[117] = spawnstruct(); +/* 32:23 */waypoints[117].origin = (1323.88, 2.81484, -47.875); +/* 32:23 */waypoints[117].type = "crouch"; +/* 32:23 */waypoints[117].children[0] = 118; +/* 32:23 */waypoints[117].angles = (11.6663, 94.942, 0); +/* 32:23 */waypoints[118] = spawnstruct(); +/* 32:23 */waypoints[118].origin = (1323.88, 172.875, -47.875); +/* 32:23 */waypoints[118].type = "crouch"; +/* 32:23 */waypoints[118].children[0] = 117; +/* 32:23 */waypoints[118].angles = (2.63552, -154.354, 0); +/* 32:23 */waypoints[119] = spawnstruct(); +/* 32:23 */waypoints[119].origin = (1368.86, 778.125, -62.875); +/* 32:23 */waypoints[119].type = "stand"; +/* 32:23 */waypoints[119].children[0] = 20; +/* 32:23 */waypoints[119].children[1] = 116; +/* 32:23 */waypoints[119].children[2] = 120; +/* 32:23 */waypoints[119].children[3] = 130; +/* 32:23 */waypoints[119].children[4] = 131; +/* 32:23 */waypoints[119].children[5] = 180; +/* 32:23 */waypoints[120] = spawnstruct(); +/* 32:23 */waypoints[120].origin = (1413.6, 1056.55, -51.0258); +/* 32:23 */waypoints[120].type = "stand"; +/* 32:23 */waypoints[120].children[0] = 119; +/* 32:23 */waypoints[120].children[1] = 20; +/* 32:23 */waypoints[120].children[2] = 121; +/* 32:23 */waypoints[121] = spawnstruct(); +/* 32:23 */waypoints[121].origin = (1165.41, 1067.02, 44.125); +/* 32:23 */waypoints[121].type = "stand"; +/* 32:23 */waypoints[121].children[0] = 120; +/* 32:23 */waypoints[121].children[1] = 122; +/* 32:23 */waypoints[121].children[2] = 135; +/* 32:23 */waypoints[121].children[3] = 137; +/* 32:23 */waypoints[122] = spawnstruct(); +/* 32:23 */waypoints[122].origin = (1163.88, 820.52, 93.125); +/* 32:23 */waypoints[122].type = "stand"; +/* 32:23 */waypoints[122].children[0] = 121; +/* 32:23 */waypoints[122].children[1] = 123; +/* 32:23 */waypoints[122].children[2] = 178; +/* 32:23 */waypoints[122].children[3] = 203; +/* 32:23 */waypoints[122].children[4] = 204; +/* 32:23 */waypoints[123] = spawnstruct(); +/* 32:23 */waypoints[123].origin = (1242.07, 787.048, 93.125); +/* 32:23 */waypoints[123].type = "stand"; +/* 32:23 */waypoints[123].children[0] = 122; +/* 32:23 */waypoints[123].children[1] = 124; +/* 32:23 */waypoints[123].children[2] = 126; +/* 32:23 */waypoints[123].children[3] = 204; +/* 32:23 */waypoints[123].children[4] = 203; +/* 32:23 */waypoints[124] = spawnstruct(); +/* 32:23 */waypoints[124].origin = (1384.12, 790.4, 93.125); +/* 32:23 */waypoints[124].type = "stand"; +/* 32:23 */waypoints[124].children[0] = 125; +/* 32:23 */waypoints[124].children[1] = 123; +/* 32:23 */waypoints[124].children[2] = 179; +/* 32:23 */waypoints[125] = spawnstruct(); +/* 32:23 */waypoints[125].origin = (1433.25, 881.875, 93.125); +/* 32:23 */waypoints[125].type = "grenade"; +/* 32:23 */waypoints[125].children[0] = 124; +/* 32:23 */waypoints[125].angles = (-19.1724, 49.9695, 0); +/* 32:23 */waypoints[126] = spawnstruct(); +/* 32:23 */waypoints[126].origin = (1387.45, 534.274, 93.125); +/* 32:23 */waypoints[126].type = "stand"; +/* 32:23 */waypoints[126].children[0] = 123; +/* 32:23 */waypoints[126].children[1] = 127; +/* 32:23 */waypoints[127] = spawnstruct(); +/* 32:23 */waypoints[127].origin = (1056.83, 536.425, -62.875); +/* 32:23 */waypoints[127].type = "stand"; +/* 32:23 */waypoints[127].children[0] = 126; +/* 32:23 */waypoints[127].children[1] = 129; +/* 32:23 */waypoints[127].children[2] = 128; +/* 32:23 */waypoints[128] = spawnstruct(); +/* 32:23 */waypoints[128].origin = (1088.73, 704.4, -62.875); +/* 32:23 */waypoints[128].type = "stand"; +/* 32:23 */waypoints[128].children[0] = 127; +/* 32:23 */waypoints[128].children[1] = 129; +/* 32:23 */waypoints[128].children[2] = 130; +/* 32:23 */waypoints[128].children[3] = 131; +/* 32:23 */waypoints[128].children[4] = 180; +/* 32:23 */waypoints[129] = spawnstruct(); +/* 32:23 */waypoints[129].origin = (1042.14, 654.153, -62.875); +/* 32:23 */waypoints[129].type = "claymore"; +/* 32:23 */waypoints[129].children[0] = 127; +/* 32:23 */waypoints[129].children[1] = 128; +/* 32:23 */waypoints[129].angles = (68.8501, 80.6214, 0); +/* 32:23 */waypoints[130] = spawnstruct(); +/* 32:23 */waypoints[130].origin = (1184.62, 775.902, -62.875); +/* 32:23 */waypoints[130].type = "stand"; +/* 32:23 */waypoints[130].children[0] = 119; +/* 32:23 */waypoints[130].children[1] = 128; +/* 32:23 */waypoints[131] = spawnstruct(); +/* 32:23 */waypoints[131].origin = (942.051, 709.104, -59.3189); +/* 32:23 */waypoints[131].type = "stand"; +/* 32:23 */waypoints[131].children[0] = 128; +/* 32:23 */waypoints[131].children[1] = 119; +/* 32:23 */waypoints[131].children[2] = 132; +/* 32:23 */waypoints[131].children[3] = 133; +/* 32:23 */waypoints[132] = spawnstruct(); +/* 32:23 */waypoints[132].origin = (942.511, 154.359, -47.7491); +/* 32:23 */waypoints[132].type = "stand"; +/* 32:23 */waypoints[132].children[0] = 111; +/* 32:23 */waypoints[132].children[1] = 112; +/* 32:23 */waypoints[132].children[2] = 131; +/* 32:23 */waypoints[133] = spawnstruct(); +/* 32:23 */waypoints[133].origin = (674.893, 708.974, -44.0163); +/* 32:23 */waypoints[133].type = "stand"; +/* 32:23 */waypoints[133].children[0] = 134; +/* 32:23 */waypoints[133].children[1] = 131; +/* 32:23 */waypoints[133].children[2] = 136; +/* 32:23 */waypoints[133].children[3] = 140; +/* 32:23 */waypoints[134] = spawnstruct(); +/* 32:23 */waypoints[134].origin = (653.868, 170.705, -46.4655); +/* 32:23 */waypoints[134].type = "stand"; +/* 32:23 */waypoints[134].children[0] = 108; +/* 32:23 */waypoints[134].children[1] = 111; +/* 32:23 */waypoints[134].children[2] = 133; +/* 32:23 */waypoints[134].children[3] = 188; +/* 32:23 */waypoints[135] = spawnstruct(); +/* 32:23 */waypoints[135].origin = (684.483, 1059.44, -44.6783); +/* 32:23 */waypoints[135].type = "stand"; +/* 32:23 */waypoints[135].children[0] = 136; +/* 32:23 */waypoints[135].children[1] = 121; +/* 32:23 */waypoints[135].children[2] = 137; +/* 32:23 */waypoints[135].children[3] = 139; +/* 32:23 */waypoints[136] = spawnstruct(); +/* 32:23 */waypoints[136].origin = (678.537, 904.338, -43.8244); +/* 32:23 */waypoints[136].type = "stand"; +/* 32:23 */waypoints[136].children[0] = 133; +/* 32:23 */waypoints[136].children[1] = 135; +/* 32:23 */waypoints[136].children[2] = 140; +/* 32:23 */waypoints[137] = spawnstruct(); +/* 32:23 */waypoints[137].origin = (905.83, 1058.22, -40.24); +/* 32:23 */waypoints[137].type = "stand"; +/* 32:23 */waypoints[137].children[0] = 121; +/* 32:23 */waypoints[137].children[1] = 135; +/* 32:23 */waypoints[137].children[2] = 138; +/* 32:23 */waypoints[137].children[3] = 227; +/* 32:23 */waypoints[138] = spawnstruct(); +/* 32:23 */waypoints[138].origin = (878.72, 1429.92, -35.875); +/* 32:23 */waypoints[138].type = "stand"; +/* 32:23 */waypoints[138].children[0] = 137; +/* 32:23 */waypoints[138].children[1] = 141; +/* 32:23 */waypoints[138].children[2] = 142; +/* 32:23 */waypoints[138].children[3] = 145; +/* 32:23 */waypoints[138].children[4] = 144; +/* 32:23 */waypoints[138].children[5] = 149; +/* 32:23 */waypoints[138].children[6] = 227; +/* 32:23 */waypoints[139] = spawnstruct(); +/* 32:23 */waypoints[139].origin = (422.844, 1051.46, -55.0199); +/* 32:23 */waypoints[139].type = "stand"; +/* 32:23 */waypoints[139].children[0] = 140; +/* 32:23 */waypoints[139].children[1] = 135; +/* 32:23 */waypoints[139].children[2] = 141; +/* 32:23 */waypoints[139].children[3] = 181; +/* 32:23 */waypoints[140] = spawnstruct(); +/* 32:23 */waypoints[140].origin = (388.031, 870.158, -42.5841); +/* 32:23 */waypoints[140].type = "stand"; +/* 32:23 */waypoints[140].children[0] = 133; +/* 32:23 */waypoints[140].children[1] = 139; +/* 32:23 */waypoints[140].children[2] = 136; +/* 32:23 */waypoints[140].children[3] = 182; +/* 32:23 */waypoints[141] = spawnstruct(); +/* 32:23 */waypoints[141].origin = (438.293, 1151.92, -41.8002); +/* 32:23 */waypoints[141].type = "stand"; +/* 32:23 */waypoints[141].children[0] = 138; +/* 32:23 */waypoints[141].children[1] = 139; +/* 32:23 */waypoints[141].children[2] = 144; +/* 32:23 */waypoints[141].children[3] = 143; +/* 32:23 */waypoints[141].children[4] = 177; +/* 32:23 */waypoints[142] = spawnstruct(); +/* 32:23 */waypoints[142].origin = (746.714, 1199.89, -47.6712); +/* 32:23 */waypoints[142].type = "stand"; +/* 32:23 */waypoints[142].children[0] = 143; +/* 32:23 */waypoints[142].children[1] = 138; +/* 32:23 */waypoints[143] = spawnstruct(); +/* 32:23 */waypoints[143].origin = (271.454, 1210.1, -50.4037); +/* 32:23 */waypoints[143].type = "stand"; +/* 32:23 */waypoints[143].children[0] = 142; +/* 32:23 */waypoints[143].children[1] = 145; +/* 32:23 */waypoints[143].children[2] = 141; +/* 32:23 */waypoints[143].children[3] = 148; +/* 32:23 */waypoints[143].children[4] = 232; +/* 32:23 */waypoints[144] = spawnstruct(); +/* 32:23 */waypoints[144].origin = (488.008, 1393.85, -52.4807); +/* 32:23 */waypoints[144].type = "stand"; +/* 32:23 */waypoints[144].children[0] = 138; +/* 32:23 */waypoints[144].children[1] = 141; +/* 32:23 */waypoints[144].children[2] = 172; +/* 32:23 */waypoints[145] = spawnstruct(); +/* 32:23 */waypoints[145].origin = (265.738, 1413.57, -53.0188); +/* 32:23 */waypoints[145].type = "stand"; +/* 32:23 */waypoints[145].children[0] = 138; +/* 32:23 */waypoints[145].children[1] = 143; +/* 32:23 */waypoints[145].children[2] = 146; +/* 32:23 */waypoints[145].children[3] = 148; +/* 32:23 */waypoints[145].children[4] = 174; +/* 32:23 */waypoints[146] = spawnstruct(); +/* 32:23 */waypoints[146].origin = (308.18, 2009.54, 37.5852); +/* 32:23 */waypoints[146].type = "grenade"; +/* 32:23 */waypoints[146].children[0] = 147; +/* 32:23 */waypoints[146].children[1] = 145; +/* 32:23 */waypoints[146].angles = (-22.8363, 138.585, 0); +/* 32:23 */waypoints[147] = spawnstruct(); +/* 32:23 */waypoints[147].origin = (304.345, 2228.65, 68.312); +/* 32:23 */waypoints[147].type = "stand"; +/* 32:23 */waypoints[147].children[0] = 146; +/* 32:23 */waypoints[147].children[1] = 149; +/* 32:23 */waypoints[147].children[2] = 150; +/* 32:23 */waypoints[147].children[3] = 174; +/* 32:23 */waypoints[147].children[4] = 232; +/* 32:23 */waypoints[148] = spawnstruct(); +/* 32:23 */waypoints[148].origin = (350.162, 1285.37, -50.2771); +/* 32:23 */waypoints[148].type = "grenade"; +/* 32:23 */waypoints[148].children[0] = 143; +/* 32:23 */waypoints[148].children[1] = 145; +/* 32:23 */waypoints[148].angles = (-32.0593, -114.573, 0); +/* 32:23 */waypoints[149] = spawnstruct(); +/* 32:23 */waypoints[149].origin = (953.873, 2203.78, 32.0932); +/* 32:23 */waypoints[149].type = "stand"; +/* 32:23 */waypoints[149].children[0] = 138; +/* 32:23 */waypoints[149].children[1] = 147; +/* 32:23 */waypoints[149].children[2] = 152; +/* 32:23 */waypoints[149].children[3] = 226; +/* 32:23 */waypoints[149].children[4] = 227; +/* 32:23 */waypoints[149].children[5] = 156; +/* 32:23 */waypoints[149].children[6] = 168; +/* 32:23 */waypoints[150] = spawnstruct(); +/* 32:23 */waypoints[150].origin = (89.9964, 2220.65, 63.3616); +/* 32:23 */waypoints[150].type = "stand"; +/* 32:23 */waypoints[150].children[0] = 151; +/* 32:23 */waypoints[150].children[1] = 147; +/* 32:23 */waypoints[150].children[2] = 67; +/* 32:23 */waypoints[150].children[3] = 159; +/* 32:23 */waypoints[150].children[4] = 171; +/* 32:23 */waypoints[150].children[5] = 175; +/* 32:23 */waypoints[150].children[6] = 191; +/* 32:23 */waypoints[151] = spawnstruct(); +/* 32:23 */waypoints[151].origin = (-154.355, 2223.97, 66.7682); +/* 32:23 */waypoints[151].type = "stand"; +/* 32:23 */waypoints[151].children[0] = 72; +/* 32:23 */waypoints[151].children[1] = 150; +/* 32:23 */waypoints[151].children[2] = 168; +/* 32:23 */waypoints[151].children[3] = 175; +/* 32:23 */waypoints[151].children[4] = 191; +/* 32:23 */waypoints[152] = spawnstruct(); +/* 32:23 */waypoints[152].origin = (619.187, 2416.33, 46.6178); +/* 32:23 */waypoints[152].type = "stand"; +/* 32:23 */waypoints[152].children[0] = 149; +/* 32:23 */waypoints[152].children[1] = 64; +/* 32:23 */waypoints[152].children[2] = 156; +/* 32:23 */waypoints[152].children[3] = 168; +/* 32:23 */waypoints[153] = spawnstruct(); +/* 32:23 */waypoints[153].origin = (442.494, 2766.86, 84.9768); +/* 32:23 */waypoints[153].type = "stand"; +/* 32:23 */waypoints[153].children[0] = 154; +/* 32:23 */waypoints[153].children[1] = 64; +/* 32:23 */waypoints[153].children[2] = 156; +/* 32:23 */waypoints[153].children[3] = 157; +/* 32:23 */waypoints[154] = spawnstruct(); +/* 32:23 */waypoints[154].origin = (266.568, 2818.29, 88.125); +/* 32:23 */waypoints[154].type = "stand"; +/* 32:23 */waypoints[154].children[0] = 155; +/* 32:23 */waypoints[154].children[1] = 153; +/* 32:23 */waypoints[154].children[2] = 157; +/* 32:23 */waypoints[155] = spawnstruct(); +/* 32:23 */waypoints[155].origin = (229.067, 3016.83, 88.125); +/* 32:23 */waypoints[155].type = "stand"; +/* 32:23 */waypoints[155].children[0] = 67; +/* 32:23 */waypoints[155].children[1] = 154; +/* 32:23 */waypoints[155].children[2] = 157; +/* 32:23 */waypoints[156] = spawnstruct(); +/* 32:23 */waypoints[156].origin = (554.239, 2770.81, 75.8756); +/* 32:23 */waypoints[156].type = "stand"; +/* 32:23 */waypoints[156].children[0] = 153; +/* 32:23 */waypoints[156].children[1] = 152; +/* 32:23 */waypoints[156].children[2] = 64; +/* 32:23 */waypoints[156].children[3] = 149; +/* 32:23 */waypoints[157] = spawnstruct(); +/* 32:23 */waypoints[157].origin = (340.686, 2694.65, 88.125); +/* 32:23 */waypoints[157].type = "stand"; +/* 32:23 */waypoints[157].children[0] = 154; +/* 32:23 */waypoints[157].children[1] = 155; +/* 32:23 */waypoints[157].children[2] = 153; +/* 32:23 */waypoints[157].children[3] = 158; +/* 32:23 */waypoints[158] = spawnstruct(); +/* 32:23 */waypoints[158].origin = (326.877, 2391.25, 88.125); +/* 32:23 */waypoints[158].type = "stand"; +/* 32:23 */waypoints[158].children[0] = 159; +/* 32:23 */waypoints[158].children[1] = 157; +/* 32:23 */waypoints[158].children[2] = 160; +/* 32:23 */waypoints[159] = spawnstruct(); +/* 32:23 */waypoints[159].origin = (87.3649, 2389.64, 70.7783); +/* 32:23 */waypoints[159].type = "stand"; +/* 32:23 */waypoints[159].children[0] = 150; +/* 32:23 */waypoints[159].children[1] = 67; +/* 32:23 */waypoints[159].children[2] = 158; +/* 32:23 */waypoints[160] = spawnstruct(); +/* 32:23 */waypoints[160].origin = (467.078, 2355.09, 88.125); +/* 32:23 */waypoints[160].type = "stand"; +/* 32:23 */waypoints[160].children[0] = 161; +/* 32:23 */waypoints[160].children[1] = 158; +/* 32:23 */waypoints[161] = spawnstruct(); +/* 32:23 */waypoints[161].origin = (467.016, 2558.85, 224.125); +/* 32:23 */waypoints[161].type = "stand"; +/* 32:23 */waypoints[161].children[0] = 160; +/* 32:23 */waypoints[161].children[1] = 162; +/* 32:23 */waypoints[162] = spawnstruct(); +/* 32:23 */waypoints[162].origin = (314.572, 2620.66, 224.125); +/* 32:23 */waypoints[162].type = "stand"; +/* 32:23 */waypoints[162].children[0] = 161; +/* 32:23 */waypoints[162].children[1] = 163; +/* 32:23 */waypoints[162].children[2] = 166; +/* 32:23 */waypoints[162].children[3] = 167; +/* 32:23 */waypoints[163] = spawnstruct(); +/* 32:23 */waypoints[163].origin = (319.156, 2349.8, 224.125); +/* 32:23 */waypoints[163].type = "stand"; +/* 32:23 */waypoints[163].children[0] = 162; +/* 32:23 */waypoints[163].children[1] = 164; +/* 32:23 */waypoints[164] = spawnstruct(); +/* 32:23 */waypoints[164].origin = (239.403, 2336.69, 224.125); +/* 32:23 */waypoints[164].type = "stand"; +/* 32:23 */waypoints[164].children[0] = 163; +/* 32:23 */waypoints[164].children[1] = 165; +/* 32:23 */waypoints[165] = spawnstruct(); +/* 32:23 */waypoints[165].origin = (217.343, 2447.23, 224.125); +/* 32:23 */waypoints[165].type = "stand"; +/* 32:23 */waypoints[165].children[0] = 164; +/* 32:23 */waypoints[165].children[1] = 166; +/* 32:23 */waypoints[166] = spawnstruct(); +/* 32:23 */waypoints[166].origin = (312.251, 2459.9, 224.125); +/* 32:23 */waypoints[166].type = "stand"; +/* 32:23 */waypoints[166].children[0] = 165; +/* 32:23 */waypoints[166].children[1] = 162; +/* 32:23 */waypoints[167] = spawnstruct(); +/* 32:23 */waypoints[167].origin = (205.632, 2637.17, 224.125); +/* 32:23 */waypoints[167].type = "grenade"; +/* 32:23 */waypoints[167].children[0] = 162; +/* 32:23 */waypoints[167].angles = (-14.7503, 168.638, 0); +/* 32:23 */waypoints[168] = spawnstruct(); +/* 32:23 */waypoints[168].origin = (585.457, 2225.22, 36.0338); +/* 32:23 */waypoints[168].type = "stand"; +/* 32:23 */waypoints[168].children[0] = 152; +/* 32:23 */waypoints[168].children[1] = 151; +/* 32:23 */waypoints[168].children[2] = 233; +/* 32:23 */waypoints[168].children[3] = 149; +/* 32:23 */waypoints[169] = spawnstruct(); +/* 32:23 */waypoints[169].origin = (-1031.88, 3072.88, 125.103); +/* 32:23 */waypoints[169].type = "crouch"; +/* 32:23 */waypoints[169].children[0] = 170; +/* 32:23 */waypoints[169].angles = (4.08571, -81.0919, 0); +/* 32:23 */waypoints[170] = spawnstruct(); +/* 32:23 */waypoints[170].origin = (-1015.17, 2869.81, 83.6581); +/* 32:23 */waypoints[170].type = "stand"; +/* 32:23 */waypoints[170].children[0] = 169; +/* 32:23 */waypoints[170].children[1] = 75; +/* 32:23 */waypoints[171] = spawnstruct(); +/* 32:23 */waypoints[171].origin = (166.095, 2015.78, 56.6904); +/* 32:23 */waypoints[171].type = "stand"; +/* 32:23 */waypoints[171].children[0] = 172; +/* 32:23 */waypoints[171].children[1] = 150; +/* 32:23 */waypoints[171].children[2] = 175; +/* 32:23 */waypoints[171].children[3] = 176; +/* 32:23 */waypoints[172] = spawnstruct(); +/* 32:23 */waypoints[172].origin = (151.404, 1547.24, -40.9496); +/* 32:23 */waypoints[172].type = "stand"; +/* 32:23 */waypoints[172].children[0] = 144; +/* 32:23 */waypoints[172].children[1] = 174; +/* 32:23 */waypoints[172].children[2] = 173; +/* 32:23 */waypoints[172].children[3] = 171; +/* 32:23 */waypoints[172].children[4] = 176; +/* 32:23 */waypoints[172].children[5] = 181; +/* 32:23 */waypoints[173] = spawnstruct(); +/* 32:23 */waypoints[173].origin = (-53.5579, 1571.05, -43.8256); +/* 32:23 */waypoints[173].type = "stand"; +/* 32:23 */waypoints[173].children[0] = 172; +/* 32:23 */waypoints[173].children[1] = 175; +/* 32:23 */waypoints[173].children[2] = 176; +/* 32:23 */waypoints[173].children[3] = 183; +/* 32:23 */waypoints[174] = spawnstruct(); +/* 32:23 */waypoints[174].origin = (269.329, 1549.06, -42.9149); +/* 32:23 */waypoints[174].type = "stand"; +/* 32:23 */waypoints[174].children[0] = 145; +/* 32:23 */waypoints[174].children[1] = 172; +/* 32:23 */waypoints[174].children[2] = 183; +/* 32:23 */waypoints[174].children[3] = 147; +/* 32:23 */waypoints[175] = spawnstruct(); +/* 32:23 */waypoints[175].origin = (-142.724, 1992.47, 48.7753); +/* 32:23 */waypoints[175].type = "stand"; +/* 32:23 */waypoints[175].children[0] = 151; +/* 32:23 */waypoints[175].children[1] = 171; +/* 32:23 */waypoints[175].children[2] = 150; +/* 32:23 */waypoints[175].children[3] = 173; +/* 32:23 */waypoints[175].children[4] = 183; +/* 32:23 */waypoints[176] = spawnstruct(); +/* 32:23 */waypoints[176].origin = (154.799, 1740.14, 10.9734); +/* 32:23 */waypoints[176].type = "stand"; +/* 32:23 */waypoints[176].children[0] = 173; +/* 32:23 */waypoints[176].children[1] = 171; +/* 32:23 */waypoints[176].children[2] = 172; +/* 32:23 */waypoints[176].children[3] = 183; +/* 32:23 */waypoints[177] = spawnstruct(); +/* 32:23 */waypoints[177].origin = (356.158, 1151.13, -47.7446); +/* 32:23 */waypoints[177].type = "claymore"; +/* 32:23 */waypoints[177].children[0] = 141; +/* 32:23 */waypoints[177].angles = (54.8425, -20.4364, 0); +/* 32:23 */waypoints[178] = spawnstruct(); +/* 32:23 */waypoints[178].origin = (1100.7, 870.616, 93.125); +/* 32:23 */waypoints[178].type = "claymore"; +/* 32:23 */waypoints[178].children[0] = 122; +/* 32:23 */waypoints[178].angles = (46.2018, -32.1423, 0); +/* 32:23 */waypoints[179] = spawnstruct(); +/* 32:23 */waypoints[179].origin = (1429.82, 718.62, 93.125); +/* 32:23 */waypoints[179].type = "stand"; +/* 32:23 */waypoints[179].children[0] = 124; +/* 32:23 */waypoints[180] = spawnstruct(); +/* 32:23 */waypoints[180].origin = (1229.68, 671.289, -62.875); +/* 32:23 */waypoints[180].type = "stand"; +/* 32:23 */waypoints[180].children[0] = 119; +/* 32:23 */waypoints[180].children[1] = 128; +/* 32:23 */waypoints[181] = spawnstruct(); +/* 32:23 */waypoints[181].origin = (107.705, 1060.07, -52.4566); +/* 32:23 */waypoints[181].type = "stand"; +/* 32:23 */waypoints[181].children[0] = 182; +/* 32:23 */waypoints[181].children[1] = 139; +/* 32:23 */waypoints[181].children[2] = 172; +/* 32:23 */waypoints[181].children[3] = 184; +/* 32:23 */waypoints[182] = spawnstruct(); +/* 32:23 */waypoints[182].origin = (123.548, 781.168, -65.6038); +/* 32:23 */waypoints[182].type = "stand"; +/* 32:23 */waypoints[182].children[0] = 140; +/* 32:23 */waypoints[182].children[1] = 181; +/* 32:23 */waypoints[182].children[2] = 185; +/* 32:23 */waypoints[182].children[3] = 186; +/* 32:23 */waypoints[182].children[4] = 187; +/* 32:23 */waypoints[182].children[5] = 191; +/* 32:23 */waypoints[183] = spawnstruct(); +/* 32:23 */waypoints[183].origin = (-163.6, 1718.79, -7.8094); +/* 32:23 */waypoints[183].type = "stand"; +/* 32:23 */waypoints[183].children[0] = 173; +/* 32:23 */waypoints[183].children[1] = 175; +/* 32:23 */waypoints[183].children[2] = 176; +/* 32:23 */waypoints[183].children[3] = 174; +/* 32:23 */waypoints[183].children[4] = 184; +/* 32:23 */waypoints[183].children[5] = 191; +/* 32:23 */waypoints[183].children[6] = 221; +/* 32:23 */waypoints[184] = spawnstruct(); +/* 32:23 */waypoints[184].origin = (-124.795, 1017.75, -60.9058); +/* 32:23 */waypoints[184].type = "stand"; +/* 32:23 */waypoints[184].children[0] = 183; +/* 32:23 */waypoints[184].children[1] = 181; +/* 32:23 */waypoints[184].children[2] = 185; +/* 32:23 */waypoints[185] = spawnstruct(); +/* 32:23 */waypoints[185].origin = (-209.561, 801.027, -73.9227); +/* 32:23 */waypoints[185].type = "stand"; +/* 32:23 */waypoints[185].children[0] = 182; +/* 32:23 */waypoints[185].children[1] = 184; +/* 32:23 */waypoints[185].children[2] = 192; +/* 32:23 */waypoints[185].children[3] = 194; +/* 32:23 */waypoints[185].children[4] = 222; +/* 32:23 */waypoints[186] = spawnstruct(); +/* 32:23 */waypoints[186].origin = (-203.335, 357.852, -55.275); +/* 32:23 */waypoints[186].type = "stand"; +/* 32:23 */waypoints[186].children[0] = 95; +/* 32:23 */waypoints[186].children[1] = 109; +/* 32:23 */waypoints[186].children[2] = 182; +/* 32:23 */waypoints[186].children[3] = 194; +/* 32:23 */waypoints[186].children[4] = 187; +/* 32:23 */waypoints[186].children[5] = 237; +/* 32:23 */waypoints[187] = spawnstruct(); +/* 32:23 */waypoints[187].origin = (307.955, 586.435, -40.732); +/* 32:23 */waypoints[187].type = "stand"; +/* 32:23 */waypoints[187].children[0] = 188; +/* 32:23 */waypoints[187].children[1] = 182; +/* 32:23 */waypoints[187].children[2] = 186; +/* 32:23 */waypoints[188] = spawnstruct(); +/* 32:23 */waypoints[188].origin = (541.437, 164.549, -44.5402); +/* 32:23 */waypoints[188].type = "stand"; +/* 32:23 */waypoints[188].children[0] = 134; +/* 32:23 */waypoints[188].children[1] = 108; +/* 32:23 */waypoints[188].children[2] = 187; +/* 32:23 */waypoints[189] = spawnstruct(); +/* 32:23 */waypoints[189].origin = (75.1615, 132.965, -47.9255); +/* 32:23 */waypoints[189].type = "stand"; +/* 32:23 */waypoints[189].children[0] = 190; +/* 32:23 */waypoints[190] = spawnstruct(); +/* 32:23 */waypoints[190].origin = (107.543, 293.425, -16.2661); +/* 32:23 */waypoints[190].type = "crouch"; +/* 32:23 */waypoints[190].children[0] = 189; +/* 32:23 */waypoints[190].angles = (2.15759, 91.5637, 0); +/* 32:23 */waypoints[191] = spawnstruct(); +/* 32:23 */waypoints[191].origin = (-33.9968, 2225.42, 66.0158); +/* 32:23 */waypoints[191].type = "stand"; +/* 32:23 */waypoints[191].children[0] = 150; +/* 32:23 */waypoints[191].children[1] = 151; +/* 32:23 */waypoints[191].children[2] = 183; +/* 32:23 */waypoints[191].children[3] = 182; +/* 32:23 */waypoints[192] = spawnstruct(); +/* 32:23 */waypoints[192].origin = (-641.237, 818.032, -39.7681); +/* 32:23 */waypoints[192].type = "stand"; +/* 32:23 */waypoints[192].children[0] = 185; +/* 32:23 */waypoints[192].children[1] = 193; +/* 32:23 */waypoints[192].children[2] = 196; +/* 32:23 */waypoints[192].children[3] = 217; +/* 32:23 */waypoints[192].children[4] = 219; +/* 32:23 */waypoints[193] = spawnstruct(); +/* 32:23 */waypoints[193].origin = (-611.246, 737.136, -39.8149); +/* 32:23 */waypoints[193].type = "grenade"; +/* 32:23 */waypoints[193].children[0] = 192; +/* 32:23 */waypoints[193].children[1] = 196; +/* 32:23 */waypoints[193].children[2] = 214; +/* 32:23 */waypoints[193].children[3] = 217; +/* 32:23 */waypoints[193].children[4] = 224; +/* 32:23 */waypoints[193].angles = (-27.8131, -46.6058, 0); +/* 32:23 */waypoints[194] = spawnstruct(); +/* 32:23 */waypoints[194].origin = (-216.77, 559.779, -42.2847); +/* 32:23 */waypoints[194].type = "stand"; +/* 32:23 */waypoints[194].children[0] = 185; +/* 32:23 */waypoints[194].children[1] = 186; +/* 32:23 */waypoints[194].children[2] = 196; +/* 32:23 */waypoints[195] = spawnstruct(); +/* 32:23 */waypoints[195].origin = (-365.542, 564.766, -39.875); +/* 32:23 */waypoints[195].type = "stand"; +/* 32:23 */waypoints[195].children[0] = 197; +/* 32:23 */waypoints[196] = spawnstruct(); +/* 32:23 */waypoints[196].origin = (-603.463, 579.998, -37.1172); +/* 32:23 */waypoints[196].type = "stand"; +/* 32:23 */waypoints[196].children[0] = 193; +/* 32:23 */waypoints[196].children[1] = 192; +/* 32:23 */waypoints[196].children[2] = 194; +/* 32:23 */waypoints[196].children[3] = 214; +/* 32:23 */waypoints[197] = spawnstruct(); +/* 32:23 */waypoints[197].origin = (-338.245, 412.813, -39.875); +/* 32:23 */waypoints[197].type = "stand"; +/* 32:23 */waypoints[197].children[0] = 195; +/* 32:23 */waypoints[197].children[1] = 198; +/* 32:23 */waypoints[198] = spawnstruct(); +/* 32:23 */waypoints[198].origin = (-456.201, 411.905, -39.875); +/* 32:23 */waypoints[198].type = "stand"; +/* 32:23 */waypoints[198].children[0] = 197; +/* 32:23 */waypoints[198].children[1] = 199; +/* 32:23 */waypoints[198].children[2] = 200; +/* 32:23 */waypoints[198].children[3] = 205; +/* 32:23 */waypoints[199] = spawnstruct(); +/* 32:23 */waypoints[199].origin = (-410.56, 153.545, -39.8756); +/* 32:23 */waypoints[199].type = "stand"; +/* 32:23 */waypoints[199].children[0] = 198; +/* 32:23 */waypoints[199].children[1] = 200; +/* 32:23 */waypoints[199].children[2] = 201; +/* 32:23 */waypoints[199].children[3] = 231; +/* 32:23 */waypoints[199].children[4] = 237; +/* 32:23 */waypoints[200] = spawnstruct(); +/* 32:23 */waypoints[200].origin = (-463.263, 64.3822, -39.875); +/* 32:23 */waypoints[200].type = "stand"; +/* 32:23 */waypoints[200].children[0] = 198; +/* 32:23 */waypoints[200].children[1] = 199; +/* 32:23 */waypoints[200].children[2] = 201; +/* 32:23 */waypoints[200].children[3] = 230; +/* 32:23 */waypoints[201] = spawnstruct(); +/* 32:23 */waypoints[201].origin = (-684.303, 84.9163, -51.2196); +/* 32:23 */waypoints[201].type = "stand"; +/* 32:23 */waypoints[201].children[0] = 200; +/* 32:23 */waypoints[201].children[1] = 199; +/* 32:23 */waypoints[201].children[2] = 202; +/* 32:23 */waypoints[201].children[3] = 215; +/* 32:23 */waypoints[201].children[4] = 216; +/* 32:23 */waypoints[201].children[5] = 228; +/* 32:23 */waypoints[202] = spawnstruct(); +/* 32:23 */waypoints[202].origin = (-1001.18, 115.247, -17.2669); +/* 32:23 */waypoints[202].type = "stand"; +/* 32:23 */waypoints[202].children[0] = 88; +/* 32:23 */waypoints[202].children[1] = 201; +/* 32:23 */waypoints[202].children[2] = 89; +/* 32:23 */waypoints[202].children[3] = 90; +/* 32:23 */waypoints[202].children[4] = 216; +/* 32:23 */waypoints[203] = spawnstruct(); +/* 32:23 */waypoints[203].origin = (1062.94, 694.604, 93.125); +/* 32:23 */waypoints[203].type = "stand"; +/* 32:23 */waypoints[203].children[0] = 204; +/* 32:23 */waypoints[203].children[1] = 123; +/* 32:23 */waypoints[203].children[2] = 122; +/* 32:23 */waypoints[204] = spawnstruct(); +/* 32:23 */waypoints[204].origin = (1059.3, 606.906, 93.125); +/* 32:23 */waypoints[204].type = "stand"; +/* 32:23 */waypoints[204].children[0] = 203; +/* 32:23 */waypoints[204].children[1] = 123; +/* 32:23 */waypoints[204].children[2] = 122; +/* 32:23 */waypoints[205] = spawnstruct(); +/* 32:23 */waypoints[205].origin = (-551.951, 447.14, -39.875); +/* 32:23 */waypoints[205].type = "stand"; +/* 32:23 */waypoints[205].children[0] = 198; +/* 32:23 */waypoints[205].children[1] = 206; +/* 32:23 */waypoints[206] = spawnstruct(); +/* 32:23 */waypoints[206].origin = (-553.324, 202.134, 96.125); +/* 32:23 */waypoints[206].type = "stand"; +/* 32:23 */waypoints[206].children[0] = 205; +/* 32:23 */waypoints[206].children[1] = 207; +/* 32:23 */waypoints[206].children[2] = 208; +/* 32:23 */waypoints[207] = spawnstruct(); +/* 32:23 */waypoints[207].origin = (-496.538, 219.59, 96.125); +/* 32:23 */waypoints[207].type = "claymore"; +/* 32:23 */waypoints[207].children[0] = 206; +/* 32:23 */waypoints[207].children[1] = 213; +/* 32:23 */waypoints[207].angles = (63.4778, -151.899, 0); +/* 32:23 */waypoints[208] = spawnstruct(); +/* 32:23 */waypoints[208].origin = (-449.963, -40.1001, 96.125); +/* 32:23 */waypoints[208].type = "stand"; +/* 32:23 */waypoints[208].children[0] = 206; +/* 32:23 */waypoints[208].children[1] = 209; +/* 32:23 */waypoints[209] = spawnstruct(); +/* 32:23 */waypoints[209].origin = (-431.857, 406.718, 96.125); +/* 32:23 */waypoints[209].type = "stand"; +/* 32:23 */waypoints[209].children[0] = 208; +/* 32:23 */waypoints[209].children[1] = 210; +/* 32:23 */waypoints[210] = spawnstruct(); +/* 32:23 */waypoints[210].origin = (-355.195, 421.175, 96.125); +/* 32:23 */waypoints[210].type = "stand"; +/* 32:23 */waypoints[210].children[0] = 209; +/* 32:23 */waypoints[210].children[1] = 211; +/* 32:23 */waypoints[210].children[2] = 213; +/* 32:23 */waypoints[211] = spawnstruct(); +/* 32:23 */waypoints[211].origin = (-304.083, 600.039, 96.125); +/* 32:23 */waypoints[211].type = "climb"; +/* 32:23 */waypoints[211].children[0] = 210; +/* 32:23 */waypoints[211].children[1] = 213; +/* 32:23 */waypoints[211].angles = (24.9872, 15.9503, 0); +/* 32:23 */waypoints[212] = spawnstruct(); +/* 32:23 */waypoints[212].origin = (-432.875, 538.037, 96.125); +/* 32:23 */waypoints[212].type = "climb"; +/* 32:23 */waypoints[212].children[0] = 213; +/* 32:23 */waypoints[212].angles = (18.1152, 152.692, 0); +/* 32:23 */waypoints[213] = spawnstruct(); +/* 32:23 */waypoints[213].origin = (-351.277, 486.523, 96.125); +/* 32:23 */waypoints[213].type = "stand"; +/* 32:23 */waypoints[213].children[0] = 210; +/* 32:23 */waypoints[213].children[1] = 212; +/* 32:23 */waypoints[213].children[2] = 207; +/* 32:23 */waypoints[213].children[3] = 211; +/* 32:23 */waypoints[214] = spawnstruct(); +/* 32:23 */waypoints[214].origin = (-890.588, 465.779, -21.8771); +/* 32:23 */waypoints[214].type = "stand"; +/* 32:23 */waypoints[214].children[0] = 196; +/* 32:23 */waypoints[214].children[1] = 193; +/* 32:23 */waypoints[214].children[2] = 215; +/* 32:23 */waypoints[214].children[3] = 217; +/* 32:23 */waypoints[214].children[4] = 228; +/* 32:23 */waypoints[215] = spawnstruct(); +/* 32:23 */waypoints[215].origin = (-864.159, 300.625, -39.875); +/* 32:23 */waypoints[215].type = "stand"; +/* 32:23 */waypoints[215].children[0] = 88; +/* 32:23 */waypoints[215].children[1] = 201; +/* 32:23 */waypoints[215].children[2] = 214; +/* 32:23 */waypoints[215].children[3] = 216; +/* 32:23 */waypoints[216] = spawnstruct(); +/* 32:23 */waypoints[216].origin = (-868.375, 133.484, -38.8872); +/* 32:23 */waypoints[216].type = "stand"; +/* 32:23 */waypoints[216].children[0] = 215; +/* 32:23 */waypoints[216].children[1] = 202; +/* 32:23 */waypoints[216].children[2] = 201; +/* 32:23 */waypoints[217] = spawnstruct(); +/* 32:23 */waypoints[217].origin = (-887.026, 888.151, -31.875); +/* 32:23 */waypoints[217].type = "stand"; +/* 32:23 */waypoints[217].children[0] = 214; +/* 32:23 */waypoints[217].children[1] = 192; +/* 32:23 */waypoints[217].children[2] = 193; +/* 32:23 */waypoints[217].children[3] = 218; +/* 32:23 */waypoints[218] = spawnstruct(); +/* 32:23 */waypoints[218].origin = (-884.477, 1268.02, -31.875); +/* 32:23 */waypoints[218].type = "stand"; +/* 32:23 */waypoints[218].children[0] = 219; +/* 32:23 */waypoints[218].children[1] = 220; +/* 32:23 */waypoints[218].children[2] = 217; +/* 32:23 */waypoints[218].children[3] = 223; +/* 32:23 */waypoints[219] = spawnstruct(); +/* 32:23 */waypoints[219].origin = (-692.927, 1418.15, -44.2043); +/* 32:23 */waypoints[219].type = "stand"; +/* 32:23 */waypoints[219].children[0] = 218; +/* 32:23 */waypoints[219].children[1] = 76; +/* 32:23 */waypoints[219].children[2] = 192; +/* 32:23 */waypoints[219].children[3] = 221; +/* 32:23 */waypoints[219].children[4] = 229; +/* 32:23 */waypoints[220] = spawnstruct(); +/* 32:23 */waypoints[220].origin = (-624.833, 1254.26, -50.4405); +/* 32:23 */waypoints[220].type = "stand"; +/* 32:23 */waypoints[220].children[0] = 81; +/* 32:23 */waypoints[220].children[1] = 218; +/* 32:23 */waypoints[220].children[2] = 223; +/* 32:23 */waypoints[221] = spawnstruct(); +/* 32:23 */waypoints[221].origin = (-578.681, 1710.69, -5.77777); +/* 32:23 */waypoints[221].type = "stand"; +/* 32:23 */waypoints[221].children[0] = 183; +/* 32:23 */waypoints[221].children[1] = 219; +/* 32:23 */waypoints[221].children[2] = 222; +/* 32:23 */waypoints[221].children[3] = 229; +/* 32:23 */waypoints[222] = spawnstruct(); +/* 32:23 */waypoints[222].origin = (-539.28, 880.354, -59.586); +/* 32:23 */waypoints[222].type = "stand"; +/* 32:23 */waypoints[222].children[0] = 185; +/* 32:23 */waypoints[222].children[1] = 221; +/* 32:23 */waypoints[223] = spawnstruct(); +/* 32:23 */waypoints[223].origin = (-494.775, 1324.51, -37.4293); +/* 32:23 */waypoints[223].type = "claymore"; +/* 32:23 */waypoints[223].children[0] = 218; +/* 32:23 */waypoints[223].children[1] = 220; +/* 32:23 */waypoints[223].angles = (53.2025, 149.033, 0); +/* 32:23 */waypoints[224] = spawnstruct(); +/* 32:23 */waypoints[224].origin = (-822.46, 693.992, 96.125); +/* 32:23 */waypoints[224].type = "stand"; +/* 32:23 */waypoints[224].children[0] = 193; +/* 32:23 */waypoints[224].children[1] = 86; +/* 32:23 */waypoints[224].children[2] = 84; +/* 32:23 */waypoints[225] = spawnstruct(); +/* 32:23 */waypoints[225].origin = (1172.37, 1641.69, -36.9459); +/* 32:23 */waypoints[225].type = "stand"; +/* 32:23 */waypoints[225].children[0] = 35; +/* 32:23 */waypoints[225].children[1] = 226; +/* 32:23 */waypoints[225].children[2] = 227; +/* 32:23 */waypoints[225].children[3] = 51; +/* 32:23 */waypoints[226] = spawnstruct(); +/* 32:23 */waypoints[226].origin = (1148.79, 1996.05, 28.4539); +/* 32:23 */waypoints[226].type = "stand"; +/* 32:23 */waypoints[226].children[0] = 225; +/* 32:23 */waypoints[226].children[1] = 149; +/* 32:23 */waypoints[226].children[2] = 51; +/* 32:23 */waypoints[226].children[3] = 35; +/* 32:23 */waypoints[227] = spawnstruct(); +/* 32:23 */waypoints[227].origin = (932.19, 1658.21, -39.9402); +/* 32:23 */waypoints[227].type = "stand"; +/* 32:23 */waypoints[227].children[0] = 137; +/* 32:23 */waypoints[227].children[1] = 138; +/* 32:23 */waypoints[227].children[2] = 225; +/* 32:23 */waypoints[227].children[3] = 149; +/* 32:23 */waypoints[227].children[4] = 51; +/* 32:23 */waypoints[228] = spawnstruct(); +/* 32:23 */waypoints[228].origin = (-692.598, 375.191, -37.1139); +/* 32:23 */waypoints[228].type = "grenade"; +/* 32:23 */waypoints[228].children[0] = 201; +/* 32:23 */waypoints[228].children[1] = 214; +/* 32:23 */waypoints[228].angles = (-20.3095, 84.1425, 0); +/* 32:23 */waypoints[229] = spawnstruct(); +/* 32:23 */waypoints[229].origin = (-784.811, 1741.46, 1.46377); +/* 32:23 */waypoints[229].type = "grenade"; +/* 32:23 */waypoints[229].children[0] = 219; +/* 32:23 */waypoints[229].children[1] = 221; +/* 32:23 */waypoints[229].angles = (-52.049, 81.8134, 0); +/* 32:23 */waypoints[230] = spawnstruct(); +/* 32:23 */waypoints[230].origin = (-563.827, -28.0893, -39.082); +/* 32:23 */waypoints[230].type = "claymore"; +/* 32:23 */waypoints[230].children[0] = 200; +/* 32:23 */waypoints[230].angles = (54.8315, 76.3257, 0); +/* 32:23 */waypoints[231] = spawnstruct(); +/* 32:23 */waypoints[231].origin = (-408.711, 101.12, -39.875); +/* 32:23 */waypoints[231].type = "claymore"; +/* 32:23 */waypoints[231].children[0] = 199; +/* 32:23 */waypoints[231].angles = (61.1762, 83.9447, 0); +/* 32:23 */waypoints[232] = spawnstruct(); +/* 32:23 */waypoints[232].origin = (310.969, 1751.66, 4.35644); +/* 32:23 */waypoints[232].type = "grenade"; +/* 32:23 */waypoints[232].children[0] = 143; +/* 32:23 */waypoints[232].children[1] = 147; +/* 32:23 */waypoints[232].angles = (-24.0118, 88.7897, 0.0769043); +/* 32:23 */waypoints[233] = spawnstruct(); +/* 32:23 */waypoints[233].origin = (604.96, 2151.04, 31.9431); +/* 32:23 */waypoints[233].type = "claymore"; +/* 32:23 */waypoints[233].children[0] = 168; +/* 32:23 */waypoints[233].angles = (59.2535, 113.086, 0); +/* 32:23 */waypoints[234] = spawnstruct(); +/* 32:23 */waypoints[234].origin = (-793.087, 1959.99, 92.977); +/* 32:23 */waypoints[234].type = "claymore"; +/* 32:23 */waypoints[234].children[0] = 70; +/* 32:23 */waypoints[234].angles = (49.635, 150.604, 0); +/* 32:23 */waypoints[235] = spawnstruct(); +/* 32:23 */waypoints[235].origin = (1137.64, -1058.95, -44.2483); +/* 32:23 */waypoints[235].type = "stand"; +/* 32:23 */waypoints[235].children[0] = 1; +/* 32:23 */waypoints[235].children[1] = 11; +/* 32:23 */waypoints[235].children[2] = 97; +/* 32:23 */waypoints[236] = spawnstruct(); +/* 32:23 */waypoints[236].origin = (1732.11, 821.857, -51.7855); +/* 32:23 */waypoints[236].type = "stand"; +/* 32:23 */waypoints[236].children[0] = 22; +/* 32:23 */waypoints[236].children[1] = 33; +/* 32:23 */waypoints[237] = spawnstruct(); +/* 32:23 */waypoints[237].origin = (-276.362, 153.928, -50.3889); +/* 32:23 */waypoints[237].type = "stand"; +/* 32:23 */waypoints[237].children[0] = 186; +/* 32:23 */waypoints[237].children[1] = 199; +/* 32:23 */waypoints[237].children[2] = 110; +/* 32:23 */return waypoints; } \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/bootleg.gsc b/raw/maps/mp/bots/waypoints/bootleg.gsc index 74a2ff6..aec437f 100644 --- a/raw/maps/mp/bots/waypoints/bootleg.gsc +++ b/raw/maps/mp/bots/waypoints/bootleg.gsc @@ -1,945 +1,950 @@ -Bootleg() +bootleg() { -/* 1:20 */waypoints = []; -/* 1:20 */waypoints[0] = spawnstruct(); -/* 1:20 */waypoints[0].origin = (-1713.67, -1428.59, 2.52601); -/* 1:20 */waypoints[0].type = "stand"; -/* 1:20 */waypoints[0].children[0] = 1; -/* 1:20 */waypoints[0].children[1] = 2; -/* 1:20 */waypoints[0].children[2] = 126; -/* 1:20 */waypoints[1] = spawnstruct(); -/* 1:20 */waypoints[1].origin = (-1825.26, -886.131, 46.4531); -/* 1:20 */waypoints[1].type = "stand"; -/* 1:20 */waypoints[1].children[0] = 0; -/* 1:20 */waypoints[1].children[1] = 46; -/* 1:20 */waypoints[1].children[2] = 124; -/* 1:20 */waypoints[1].children[3] = 127; -/* 1:20 */waypoints[1].children[4] = 131; -/* 1:20 */waypoints[2] = spawnstruct(); -/* 1:20 */waypoints[2].origin = (-1303.12, -1450.94, 2.125); -/* 1:20 */waypoints[2].type = "stand"; -/* 1:20 */waypoints[2].children[0] = 0; -/* 1:20 */waypoints[2].children[1] = 8; -/* 1:20 */waypoints[2].children[2] = 126; -/* 1:20 */waypoints[2].children[3] = 149; -/* 1:20 */waypoints[3] = spawnstruct(); -/* 1:20 */waypoints[3].origin = (-831.183, -1432.64, -1.15982); -/* 1:20 */waypoints[3].type = "stand"; -/* 1:20 */waypoints[3].children[0] = 8; -/* 1:20 */waypoints[3].children[1] = 15; -/* 1:20 */waypoints[3].children[2] = 27; -/* 1:20 */waypoints[4] = spawnstruct(); -/* 1:20 */waypoints[4].origin = (-836.145, -1826.33, 0.125); -/* 1:20 */waypoints[4].type = "stand"; -/* 1:20 */waypoints[4].children[0] = 5; -/* 1:20 */waypoints[4].children[1] = 12; -/* 1:20 */waypoints[4].children[2] = 15; -/* 1:20 */waypoints[4].children[3] = 9; -/* 1:20 */waypoints[5] = spawnstruct(); -/* 1:20 */waypoints[5].origin = (-1290.74, -1809.46, 4.125); -/* 1:20 */waypoints[5].type = "stand"; -/* 1:20 */waypoints[5].children[0] = 4; -/* 1:20 */waypoints[5].children[1] = 6; -/* 1:20 */waypoints[5].children[2] = 132; -/* 1:20 */waypoints[6] = spawnstruct(); -/* 1:20 */waypoints[6].origin = (-1048.81, -1543.13, 4.125); -/* 1:20 */waypoints[6].type = "climb"; -/* 1:20 */waypoints[6].children[0] = 7; -/* 1:20 */waypoints[6].children[1] = 5; -/* 1:20 */waypoints[6].angles = (54.2438, 95.1801, 0); -/* 1:20 */waypoints[7] = spawnstruct(); -/* 1:20 */waypoints[7].origin = (-1057.91, -1504.88, 5.24468); -/* 1:20 */waypoints[7].type = "climb"; -/* 1:20 */waypoints[7].children[0] = 8; -/* 1:20 */waypoints[7].children[1] = 6; -/* 1:20 */waypoints[7].angles = (49.4428, -86.4514, 0); -/* 1:20 */waypoints[8] = spawnstruct(); -/* 1:20 */waypoints[8].origin = (-1045.68, -1419.97, 2.125); -/* 1:20 */waypoints[8].type = "stand"; -/* 1:20 */waypoints[8].children[0] = 2; -/* 1:20 */waypoints[8].children[1] = 7; -/* 1:20 */waypoints[8].children[2] = 3; -/* 1:20 */waypoints[8].children[3] = 122; -/* 1:20 */waypoints[9] = spawnstruct(); -/* 1:20 */waypoints[9].origin = (-776.886, -2041.49, 1.78285); -/* 1:20 */waypoints[9].type = "stand"; -/* 1:20 */waypoints[9].children[0] = 10; -/* 1:20 */waypoints[9].children[1] = 4; -/* 1:20 */waypoints[9].children[2] = 18; -/* 1:20 */waypoints[10] = spawnstruct(); -/* 1:20 */waypoints[10].origin = (-104.872, -2042.89, -1.3744); -/* 1:20 */waypoints[10].type = "stand"; -/* 1:20 */waypoints[10].children[0] = 9; -/* 1:20 */waypoints[10].children[1] = 13; -/* 1:20 */waypoints[10].children[2] = 17; -/* 1:20 */waypoints[10].children[3] = 18; -/* 1:20 */waypoints[10].children[4] = 11; -/* 1:20 */waypoints[11] = spawnstruct(); -/* 1:20 */waypoints[11].origin = (191.92, -2025.04, 8.05081); -/* 1:20 */waypoints[11].type = "stand"; -/* 1:20 */waypoints[11].children[0] = 10; -/* 1:20 */waypoints[11].children[1] = 19; -/* 1:20 */waypoints[11].children[2] = 21; -/* 1:20 */waypoints[12] = spawnstruct(); -/* 1:20 */waypoints[12].origin = (-719.159, -1770.06, 0.125001); -/* 1:20 */waypoints[12].type = "stand"; -/* 1:20 */waypoints[12].children[0] = 4; -/* 1:20 */waypoints[12].children[1] = 13; -/* 1:20 */waypoints[13] = spawnstruct(); -/* 1:20 */waypoints[13].origin = (-97.5209, -1795.05, 0.0548061); -/* 1:20 */waypoints[13].type = "stand"; -/* 1:20 */waypoints[13].children[0] = 10; -/* 1:20 */waypoints[13].children[1] = 14; -/* 1:20 */waypoints[13].children[2] = 12; -/* 1:20 */waypoints[14] = spawnstruct(); -/* 1:20 */waypoints[14].origin = (-44.726, -1556.77, 0.224131); -/* 1:20 */waypoints[14].type = "stand"; -/* 1:20 */waypoints[14].children[0] = 13; -/* 1:20 */waypoints[14].children[1] = 15; -/* 1:20 */waypoints[14].children[2] = 23; -/* 1:20 */waypoints[14].children[3] = 134; -/* 1:20 */waypoints[15] = spawnstruct(); -/* 1:20 */waypoints[15].origin = (-833.944, -1567.15, -0.776241); -/* 1:20 */waypoints[15].type = "stand"; -/* 1:20 */waypoints[15].children[0] = 4; -/* 1:20 */waypoints[15].children[1] = 14; -/* 1:20 */waypoints[15].children[2] = 3; -/* 1:20 */waypoints[16] = spawnstruct(); -/* 1:20 */waypoints[16].origin = (-463.711, -2223.76, 1.0698); -/* 1:20 */waypoints[16].type = "stand"; -/* 1:20 */waypoints[16].children[0] = 17; -/* 1:20 */waypoints[16].children[1] = 18; -/* 1:20 */waypoints[17] = spawnstruct(); -/* 1:20 */waypoints[17].origin = (-164.482, -2246.67, 1.01016); -/* 1:20 */waypoints[17].type = "stand"; -/* 1:20 */waypoints[17].children[0] = 10; -/* 1:20 */waypoints[17].children[1] = 16; -/* 1:20 */waypoints[18] = spawnstruct(); -/* 1:20 */waypoints[18].origin = (-488.467, -2041.41, 0.108528); -/* 1:20 */waypoints[18].type = "stand"; -/* 1:20 */waypoints[18].children[0] = 16; -/* 1:20 */waypoints[18].children[1] = 9; -/* 1:20 */waypoints[18].children[2] = 10; -/* 1:20 */waypoints[19] = spawnstruct(); -/* 1:20 */waypoints[19].origin = (183.314, -1730.39, 3.83266); -/* 1:20 */waypoints[19].type = "stand"; -/* 1:20 */waypoints[19].children[0] = 11; -/* 1:20 */waypoints[19].children[1] = 20; -/* 1:20 */waypoints[20] = spawnstruct(); -/* 1:20 */waypoints[20].origin = (188.901, -1536.91, -72.4284); -/* 1:20 */waypoints[20].type = "stand"; -/* 1:20 */waypoints[20].children[0] = 19; -/* 1:20 */waypoints[20].children[1] = 24; -/* 1:20 */waypoints[21] = spawnstruct(); -/* 1:20 */waypoints[21].origin = (351.086, -2036.03, 8.125); -/* 1:20 */waypoints[21].type = "stand"; -/* 1:20 */waypoints[21].children[0] = 11; -/* 1:20 */waypoints[21].children[1] = 22; -/* 1:20 */waypoints[22] = spawnstruct(); -/* 1:20 */waypoints[22].origin = (377.2, -1778.54, 75.125); -/* 1:20 */waypoints[22].type = "stand"; -/* 1:20 */waypoints[22].children[0] = 21; -/* 1:20 */waypoints[22].children[1] = 91; -/* 1:20 */waypoints[23] = spawnstruct(); -/* 1:20 */waypoints[23].origin = (-44.0902, -1308.76, -73.8681); -/* 1:20 */waypoints[23].type = "stand"; -/* 1:20 */waypoints[23].children[0] = 14; -/* 1:20 */waypoints[23].children[1] = 24; -/* 1:20 */waypoints[23].children[2] = 25; -/* 1:20 */waypoints[23].children[3] = 26; -/* 1:20 */waypoints[24] = spawnstruct(); -/* 1:20 */waypoints[24].origin = (199.421, -1310.34, -70.9745); -/* 1:20 */waypoints[24].type = "stand"; -/* 1:20 */waypoints[24].children[0] = 23; -/* 1:20 */waypoints[24].children[1] = 20; -/* 1:20 */waypoints[24].children[2] = 80; -/* 1:20 */waypoints[24].children[3] = 93; -/* 1:20 */waypoints[24].children[4] = 97; -/* 1:20 */waypoints[25] = spawnstruct(); -/* 1:20 */waypoints[25].origin = (-254.998, -1149.12, -64.1706); -/* 1:20 */waypoints[25].type = "crouch"; -/* 1:20 */waypoints[25].children[0] = 23; -/* 1:20 */waypoints[25].angles = (5.61829, -31.4868, 0); -/* 1:20 */waypoints[26] = spawnstruct(); -/* 1:20 */waypoints[26].origin = (-126.272, -836.318, -75.6004); -/* 1:20 */waypoints[26].type = "stand"; -/* 1:20 */waypoints[26].children[0] = 23; -/* 1:20 */waypoints[26].children[1] = 27; -/* 1:20 */waypoints[26].children[2] = 30; -/* 1:20 */waypoints[26].children[3] = 80; -/* 1:20 */waypoints[26].children[4] = 83; -/* 1:20 */waypoints[26].children[5] = 120; -/* 1:20 */waypoints[26].children[6] = 138; -/* 1:20 */waypoints[27] = spawnstruct(); -/* 1:20 */waypoints[27].origin = (-834.366, -905.349, -67.875); -/* 1:20 */waypoints[27].type = "stand"; -/* 1:20 */waypoints[27].children[0] = 3; -/* 1:20 */waypoints[27].children[1] = 26; -/* 1:20 */waypoints[27].children[2] = 28; -/* 1:20 */waypoints[27].children[3] = 30; -/* 1:20 */waypoints[27].children[4] = 125; -/* 1:20 */waypoints[28] = spawnstruct(); -/* 1:20 */waypoints[28].origin = (-486.125, -986.875, -63.875); -/* 1:20 */waypoints[28].type = "crouch"; -/* 1:20 */waypoints[28].children[0] = 27; -/* 1:20 */waypoints[28].angles = (8.30994, 138.807, 0); -/* 1:20 */waypoints[29] = spawnstruct(); -/* 1:20 */waypoints[29].origin = (-570.108, -361.702, -67.875); -/* 1:20 */waypoints[29].type = "stand"; -/* 1:20 */waypoints[29].children[0] = 30; -/* 1:20 */waypoints[29].children[1] = 32; -/* 1:20 */waypoints[29].children[2] = 31; -/* 1:20 */waypoints[29].children[3] = 119; -/* 1:20 */waypoints[29].children[4] = 121; -/* 1:20 */waypoints[30] = spawnstruct(); -/* 1:20 */waypoints[30].origin = (-486.269, -835.867, -67.875); -/* 1:20 */waypoints[30].type = "stand"; -/* 1:20 */waypoints[30].children[0] = 26; -/* 1:20 */waypoints[30].children[1] = 27; -/* 1:20 */waypoints[30].children[2] = 29; -/* 1:20 */waypoints[30].children[3] = 119; -/* 1:20 */waypoints[30].children[4] = 121; -/* 1:20 */waypoints[31] = spawnstruct(); -/* 1:20 */waypoints[31].origin = (-834.103, -338.943, -67.875); -/* 1:20 */waypoints[31].type = "stand"; -/* 1:20 */waypoints[31].children[0] = 29; -/* 1:20 */waypoints[31].children[1] = 33; -/* 1:20 */waypoints[31].children[2] = 36; -/* 1:20 */waypoints[32] = spawnstruct(); -/* 1:20 */waypoints[32].origin = (-338.235, -69.5155, -67.875); -/* 1:20 */waypoints[32].type = "stand"; -/* 1:20 */waypoints[32].children[0] = 29; -/* 1:20 */waypoints[32].children[1] = 36; -/* 1:20 */waypoints[32].children[2] = 37; -/* 1:20 */waypoints[32].children[3] = 39; -/* 1:20 */waypoints[32].children[4] = 117; -/* 1:20 */waypoints[33] = spawnstruct(); -/* 1:20 */waypoints[33].origin = (-950.55, -20.533, -67.875); -/* 1:20 */waypoints[33].type = "climb"; -/* 1:20 */waypoints[33].children[0] = 31; -/* 1:20 */waypoints[33].children[1] = 34; -/* 1:20 */waypoints[33].angles = (49.635, 102.118, 0); -/* 1:20 */waypoints[34] = spawnstruct(); -/* 1:20 */waypoints[34].origin = (-936.013, 78.3586, -45.875); -/* 1:20 */waypoints[34].type = "crouch"; -/* 1:20 */waypoints[34].children[0] = 33; -/* 1:20 */waypoints[34].angles = (5.61829, -57.0245, 0); -/* 1:20 */waypoints[35] = spawnstruct(); -/* 1:20 */waypoints[35].origin = (-770.529, 565.735, -73.1214); -/* 1:20 */waypoints[35].type = "stand"; -/* 1:20 */waypoints[35].children[0] = 53; -/* 1:20 */waypoints[35].children[1] = 58; -/* 1:20 */waypoints[35].children[2] = 150; -/* 1:20 */waypoints[36] = spawnstruct(); -/* 1:20 */waypoints[36].origin = (-788.421, 12.6972, -67.8751); -/* 1:20 */waypoints[36].type = "stand"; -/* 1:20 */waypoints[36].children[0] = 31; -/* 1:20 */waypoints[36].children[1] = 32; -/* 1:20 */waypoints[36].children[2] = 117; -/* 1:20 */waypoints[36].children[3] = 118; -/* 1:20 */waypoints[36].children[4] = 150; -/* 1:20 */waypoints[37] = spawnstruct(); -/* 1:20 */waypoints[37].origin = (-33.7955, -65.6956, -67.875); -/* 1:20 */waypoints[37].type = "stand"; -/* 1:20 */waypoints[37].children[0] = 32; -/* 1:20 */waypoints[37].children[1] = 38; -/* 1:20 */waypoints[38] = spawnstruct(); -/* 1:20 */waypoints[38].origin = (122.761, -65.1861, -99.875); -/* 1:20 */waypoints[38].type = "stand"; -/* 1:20 */waypoints[38].children[0] = 37; -/* 1:20 */waypoints[38].children[1] = 81; -/* 1:20 */waypoints[38].children[2] = 78; -/* 1:20 */waypoints[38].children[3] = 82; -/* 1:20 */waypoints[39] = spawnstruct(); -/* 1:20 */waypoints[39].origin = (-498.681, -149.582, -61.7012); -/* 1:20 */waypoints[39].type = "stand"; -/* 1:20 */waypoints[39].children[0] = 32; -/* 1:20 */waypoints[39].children[1] = 40; -/* 1:20 */waypoints[40] = spawnstruct(); -/* 1:20 */waypoints[40].origin = (-740.451, -141.98, 78.125); -/* 1:20 */waypoints[40].type = "stand"; -/* 1:20 */waypoints[40].children[0] = 39; -/* 1:20 */waypoints[40].children[1] = 41; -/* 1:20 */waypoints[41] = spawnstruct(); -/* 1:20 */waypoints[41].origin = (-1022.09, -148.968, 78.125); -/* 1:20 */waypoints[41].type = "stand"; -/* 1:20 */waypoints[41].children[0] = 40; -/* 1:20 */waypoints[41].children[1] = 42; -/* 1:20 */waypoints[41].children[2] = 112; -/* 1:20 */waypoints[42] = spawnstruct(); -/* 1:20 */waypoints[42].origin = (-1029.62, -305.749, 78.125); -/* 1:20 */waypoints[42].type = "stand"; -/* 1:20 */waypoints[42].children[0] = 41; -/* 1:20 */waypoints[42].children[1] = 43; -/* 1:20 */waypoints[43] = spawnstruct(); -/* 1:20 */waypoints[43].origin = (-1267.3, -305.753, 78.125); -/* 1:20 */waypoints[43].type = "stand"; -/* 1:20 */waypoints[43].children[0] = 42; -/* 1:20 */waypoints[43].children[1] = 44; -/* 1:20 */waypoints[43].children[2] = 113; -/* 1:20 */waypoints[43].children[3] = 130; -/* 1:20 */waypoints[44] = spawnstruct(); -/* 1:20 */waypoints[44].origin = (-1262.62, -456.467, 78.125); -/* 1:20 */waypoints[44].type = "stand"; -/* 1:20 */waypoints[44].children[0] = 43; -/* 1:20 */waypoints[44].children[1] = 45; -/* 1:20 */waypoints[44].children[2] = 151; -/* 1:20 */waypoints[45] = spawnstruct(); -/* 1:20 */waypoints[45].origin = (-1262.08, -620.875, 78.125); -/* 1:20 */waypoints[45].type = "crouch"; -/* 1:20 */waypoints[45].children[0] = 44; -/* 1:20 */waypoints[45].angles = (9.4635, 58.1012, 0); -/* 1:20 */waypoints[46] = spawnstruct(); -/* 1:20 */waypoints[46].origin = (-1780.35, -476.77, 80.125); -/* 1:20 */waypoints[46].type = "stand"; -/* 1:20 */waypoints[46].children[0] = 1; -/* 1:20 */waypoints[46].children[1] = 47; -/* 1:20 */waypoints[46].children[2] = 54; -/* 1:20 */waypoints[46].children[3] = 128; -/* 1:20 */waypoints[46].children[4] = 129; -/* 1:20 */waypoints[47] = spawnstruct(); -/* 1:20 */waypoints[47].origin = (-2031.24, -473.158, 50.125); -/* 1:20 */waypoints[47].type = "stand"; -/* 1:20 */waypoints[47].children[0] = 46; -/* 1:20 */waypoints[47].children[1] = 49; -/* 1:20 */waypoints[48] = spawnstruct(); -/* 1:20 */waypoints[48].origin = (-2042.67, -45.5832, -44.2631); -/* 1:20 */waypoints[48].type = "stand"; -/* 1:20 */waypoints[48].children[0] = 49; -/* 1:20 */waypoints[48].children[1] = 50; -/* 1:20 */waypoints[48].children[2] = 114; -/* 1:20 */waypoints[48].children[3] = 116; -/* 1:20 */waypoints[49] = spawnstruct(); -/* 1:20 */waypoints[49].origin = (-2028.38, -286.548, 50.125); -/* 1:20 */waypoints[49].type = "stand"; -/* 1:20 */waypoints[49].children[0] = 47; -/* 1:20 */waypoints[49].children[1] = 48; -/* 1:20 */waypoints[50] = spawnstruct(); -/* 1:20 */waypoints[50].origin = (-2004.29, 160.867, -54.2892); -/* 1:20 */waypoints[50].type = "stand"; -/* 1:20 */waypoints[50].children[0] = 48; -/* 1:20 */waypoints[50].children[1] = 51; -/* 1:20 */waypoints[50].children[2] = 52; -/* 1:20 */waypoints[51] = spawnstruct(); -/* 1:20 */waypoints[51].origin = (-1980.04, 403.366, -53.5544); -/* 1:20 */waypoints[51].type = "stand"; -/* 1:20 */waypoints[51].children[0] = 50; -/* 1:20 */waypoints[51].children[1] = 68; -/* 1:20 */waypoints[52] = spawnstruct(); -/* 1:20 */waypoints[52].origin = (-1782.68, 255.129, -43.375); -/* 1:20 */waypoints[52].type = "stand"; -/* 1:20 */waypoints[52].children[0] = 50; -/* 1:20 */waypoints[52].children[1] = 53; -/* 1:20 */waypoints[53] = spawnstruct(); -/* 1:20 */waypoints[53].origin = (-1469.46, 495.483, -54.8467); -/* 1:20 */waypoints[53].type = "stand"; -/* 1:20 */waypoints[53].children[0] = 52; -/* 1:20 */waypoints[53].children[1] = 35; -/* 1:20 */waypoints[53].children[2] = 70; -/* 1:20 */waypoints[53].children[3] = 116; -/* 1:20 */waypoints[53].children[4] = 68; -/* 1:20 */waypoints[53].children[5] = 115; -/* 1:20 */waypoints[54] = spawnstruct(); -/* 1:20 */waypoints[54].origin = (-1712.44, -338.028, 80.125); -/* 1:20 */waypoints[54].type = "stand"; -/* 1:20 */waypoints[54].children[0] = 46; -/* 1:20 */waypoints[54].children[1] = 128; -/* 1:20 */waypoints[54].children[2] = 154; -/* 1:20 */waypoints[55] = spawnstruct(); -/* 1:20 */waypoints[55].origin = (-1607.71, -180.875, -44.481); -/* 1:20 */waypoints[55].type = "climb"; -/* 1:20 */waypoints[55].children[0] = 56; -/* 1:20 */waypoints[55].children[1] = 114; -/* 1:20 */waypoints[55].children[2] = 115; -/* 1:20 */waypoints[55].angles = (0.81728, -89.9744, 0); -/* 1:20 */waypoints[56] = spawnstruct(); -/* 1:20 */waypoints[56].origin = (-1655.59, -241.997, 20.125); -/* 1:20 */waypoints[56].type = "climb"; -/* 1:20 */waypoints[56].children[0] = 55; -/* 1:20 */waypoints[56].children[1] = 154; -/* 1:20 */waypoints[56].angles = (-16.3159, -90.3039, 0); -/* 1:20 */waypoints[57] = spawnstruct(); -/* 1:20 */waypoints[57].origin = (-497.794, 463.125, -69.2525); -/* 1:20 */waypoints[57].type = "crouch"; -/* 1:20 */waypoints[57].children[0] = 58; -/* 1:20 */waypoints[57].angles = (1.65773, 93.3435, 0); -/* 1:20 */waypoints[58] = spawnstruct(); -/* 1:20 */waypoints[58].origin = (-528.456, 669.273, -76.9483); -/* 1:20 */waypoints[58].type = "stand"; -/* 1:20 */waypoints[58].children[0] = 35; -/* 1:20 */waypoints[58].children[1] = 57; -/* 1:20 */waypoints[58].children[2] = 110; -/* 1:20 */waypoints[58].children[3] = 136; -/* 1:20 */waypoints[59] = spawnstruct(); -/* 1:20 */waypoints[59].origin = (-515.198, 1293.8, -95.875); -/* 1:20 */waypoints[59].type = "stand"; -/* 1:20 */waypoints[59].children[0] = 61; -/* 1:20 */waypoints[59].children[1] = 103; -/* 1:20 */waypoints[59].children[2] = 136; -/* 1:20 */waypoints[60] = spawnstruct(); -/* 1:20 */waypoints[60].origin = (327.061, 1240.83, -105.116); -/* 1:20 */waypoints[60].type = "stand"; -/* 1:20 */waypoints[60].children[0] = 73; -/* 1:20 */waypoints[60].children[1] = 75; -/* 1:20 */waypoints[60].children[2] = 102; -/* 1:20 */waypoints[60].children[3] = 104; -/* 1:20 */waypoints[61] = spawnstruct(); -/* 1:20 */waypoints[61].origin = (-575.497, 1401.55, -103.464); -/* 1:20 */waypoints[61].type = "stand"; -/* 1:20 */waypoints[61].children[0] = 59; -/* 1:20 */waypoints[61].children[1] = 62; -/* 1:20 */waypoints[61].children[2] = 63; -/* 1:20 */waypoints[61].children[3] = 106; -/* 1:20 */waypoints[61].children[4] = 107; -/* 1:20 */waypoints[61].children[5] = 136; -/* 1:20 */waypoints[61].children[6] = 103; -/* 1:20 */waypoints[62] = spawnstruct(); -/* 1:20 */waypoints[62].origin = (-573.765, 1666.76, -103.708); -/* 1:20 */waypoints[62].type = "stand"; -/* 1:20 */waypoints[62].children[0] = 61; -/* 1:20 */waypoints[62].children[1] = 64; -/* 1:20 */waypoints[62].children[2] = 71; -/* 1:20 */waypoints[62].children[3] = 72; -/* 1:20 */waypoints[62].children[4] = 107; -/* 1:20 */waypoints[63] = spawnstruct(); -/* 1:20 */waypoints[63].origin = (-1245.24, 1290.93, -95.875); -/* 1:20 */waypoints[63].type = "stand"; -/* 1:20 */waypoints[63].children[0] = 61; -/* 1:20 */waypoints[63].children[1] = 65; -/* 1:20 */waypoints[63].children[2] = 105; -/* 1:20 */waypoints[63].children[3] = 106; -/* 1:20 */waypoints[64] = spawnstruct(); -/* 1:20 */waypoints[64].origin = (-1067.37, 1818.92, -98.9286); -/* 1:20 */waypoints[64].type = "stand"; -/* 1:20 */waypoints[64].children[0] = 62; -/* 1:20 */waypoints[64].children[1] = 65; -/* 1:20 */waypoints[64].children[2] = 105; -/* 1:20 */waypoints[65] = spawnstruct(); -/* 1:20 */waypoints[65].origin = (-1327.01, 1504.98, -94.6092); -/* 1:20 */waypoints[65].type = "stand"; -/* 1:20 */waypoints[65].children[0] = 63; -/* 1:20 */waypoints[65].children[1] = 64; -/* 1:20 */waypoints[65].children[2] = 66; -/* 1:20 */waypoints[65].children[3] = 105; -/* 1:20 */waypoints[66] = spawnstruct(); -/* 1:20 */waypoints[66].origin = (-1558.16, 1489.6, -51.875); -/* 1:20 */waypoints[66].type = "stand"; -/* 1:20 */waypoints[66].children[0] = 65; -/* 1:20 */waypoints[66].children[1] = 67; -/* 1:20 */waypoints[66].children[2] = 152; -/* 1:20 */waypoints[67] = spawnstruct(); -/* 1:20 */waypoints[67].origin = (-1702.88, 1306.12, -51.875); -/* 1:20 */waypoints[67].type = "crouch"; -/* 1:20 */waypoints[67].children[0] = 66; -/* 1:20 */waypoints[67].angles = (3.31116, 29.5404, 0); -/* 1:20 */waypoints[68] = spawnstruct(); -/* 1:20 */waypoints[68].origin = (-1718.31, 464.22, -53.2537); -/* 1:20 */waypoints[68].type = "stand"; -/* 1:20 */waypoints[68].children[0] = 51; -/* 1:20 */waypoints[68].children[1] = 153; -/* 1:20 */waypoints[68].children[2] = 53; -/* 1:20 */waypoints[68].children[3] = 116; -/* 1:20 */waypoints[69] = spawnstruct(); -/* 1:20 */waypoints[69].origin = (-1422.18, 1032.5, -51.875); -/* 1:20 */waypoints[69].type = "crouch"; -/* 1:20 */waypoints[69].children[0] = 152; -/* 1:20 */waypoints[69].angles = (1.19629, -120.961, 0); -/* 1:20 */waypoints[70] = spawnstruct(); -/* 1:20 */waypoints[70].origin = (-1279.52, 358.234, -51.875); -/* 1:20 */waypoints[70].type = "crouch"; -/* 1:20 */waypoints[70].children[0] = 53; -/* 1:20 */waypoints[70].angles = (5.42053, 53.941, 0); -/* 1:20 */waypoints[71] = spawnstruct(); -/* 1:20 */waypoints[71].origin = (-290.065, 1717.01, -95.875); -/* 1:20 */waypoints[71].type = "stand"; -/* 1:20 */waypoints[71].children[0] = 62; -/* 1:20 */waypoints[71].children[1] = 72; -/* 1:20 */waypoints[72] = spawnstruct(); -/* 1:20 */waypoints[72].origin = (-298.71, 1561.68, -95.875); -/* 1:20 */waypoints[72].type = "stand"; -/* 1:20 */waypoints[72].children[0] = 62; -/* 1:20 */waypoints[72].children[1] = 71; -/* 1:20 */waypoints[72].children[2] = 103; -/* 1:20 */waypoints[73] = spawnstruct(); -/* 1:20 */waypoints[73].origin = (717.414, 1365.04, -101.461); -/* 1:20 */waypoints[73].type = "stand"; -/* 1:20 */waypoints[73].children[0] = 60; -/* 1:20 */waypoints[73].children[1] = 145; -/* 1:20 */waypoints[73].children[2] = 147; -/* 1:20 */waypoints[74] = spawnstruct(); -/* 1:20 */waypoints[74].origin = (691.344, 579.794, -98.599); -/* 1:20 */waypoints[74].type = "stand"; -/* 1:20 */waypoints[74].children[0] = 75; -/* 1:20 */waypoints[74].children[1] = 76; -/* 1:20 */waypoints[74].children[2] = 99; -/* 1:20 */waypoints[74].children[3] = 100; -/* 1:20 */waypoints[74].children[4] = 147; -/* 1:20 */waypoints[75] = spawnstruct(); -/* 1:20 */waypoints[75].origin = (211.821, 591.16, -95.875); -/* 1:20 */waypoints[75].type = "stand"; -/* 1:20 */waypoints[75].children[0] = 60; -/* 1:20 */waypoints[75].children[1] = 74; -/* 1:20 */waypoints[75].children[2] = 81; -/* 1:20 */waypoints[76] = spawnstruct(); -/* 1:20 */waypoints[76].origin = (673.657, 202.857, -90.2154); -/* 1:20 */waypoints[76].type = "stand"; -/* 1:20 */waypoints[76].children[0] = 77; -/* 1:20 */waypoints[76].children[1] = 74; -/* 1:20 */waypoints[76].children[2] = 84; -/* 1:20 */waypoints[76].children[3] = 98; -/* 1:20 */waypoints[76].children[4] = 101; -/* 1:20 */waypoints[77] = spawnstruct(); -/* 1:20 */waypoints[77].origin = (392.91, 204.878, -87.375); -/* 1:20 */waypoints[77].type = "stand"; -/* 1:20 */waypoints[77].children[0] = 78; -/* 1:20 */waypoints[77].children[1] = 76; -/* 1:20 */waypoints[78] = spawnstruct(); -/* 1:20 */waypoints[78].origin = (363.405, -64.8698, -81.9306); -/* 1:20 */waypoints[78].type = "stand"; -/* 1:20 */waypoints[78].children[0] = 79; -/* 1:20 */waypoints[78].children[1] = 77; -/* 1:20 */waypoints[78].children[2] = 38; -/* 1:20 */waypoints[78].children[3] = 111; -/* 1:20 */waypoints[79] = spawnstruct(); -/* 1:20 */waypoints[79].origin = (381.835, -661.061, -67.532); -/* 1:20 */waypoints[79].type = "stand"; -/* 1:20 */waypoints[79].children[0] = 80; -/* 1:20 */waypoints[79].children[1] = 78; -/* 1:20 */waypoints[79].children[2] = 82; -/* 1:20 */waypoints[79].children[3] = 85; -/* 1:20 */waypoints[79].children[4] = 87; -/* 1:20 */waypoints[80] = spawnstruct(); -/* 1:20 */waypoints[80].origin = (253.042, -1060.1, -69.4974); -/* 1:20 */waypoints[80].type = "stand"; -/* 1:20 */waypoints[80].children[0] = 26; -/* 1:20 */waypoints[80].children[1] = 24; -/* 1:20 */waypoints[80].children[2] = 79; -/* 1:20 */waypoints[80].children[3] = 97; -/* 1:20 */waypoints[80].children[4] = 143; -/* 1:20 */waypoints[81] = spawnstruct(); -/* 1:20 */waypoints[81].origin = (101.394, 253.778, -99.875); -/* 1:20 */waypoints[81].type = "stand"; -/* 1:20 */waypoints[81].children[0] = 75; -/* 1:20 */waypoints[81].children[1] = 38; -/* 1:20 */waypoints[82] = spawnstruct(); -/* 1:20 */waypoints[82].origin = (115.242, -673.603, -67.875); -/* 1:20 */waypoints[82].type = "stand"; -/* 1:20 */waypoints[82].children[0] = 38; -/* 1:20 */waypoints[82].children[1] = 79; -/* 1:20 */waypoints[82].children[2] = 83; -/* 1:20 */waypoints[83] = spawnstruct(); -/* 1:20 */waypoints[83].origin = (-53.7846, -673.771, -67.875); -/* 1:20 */waypoints[83].type = "stand"; -/* 1:20 */waypoints[83].children[0] = 26; -/* 1:20 */waypoints[83].children[1] = 82; -/* 1:20 */waypoints[84] = spawnstruct(); -/* 1:20 */waypoints[84].origin = (721.483, -325.302, -80.4851); -/* 1:20 */waypoints[84].type = "stand"; -/* 1:20 */waypoints[84].children[0] = 76; -/* 1:20 */waypoints[84].children[1] = 85; -/* 1:20 */waypoints[84].children[2] = 98; -/* 1:20 */waypoints[85] = spawnstruct(); -/* 1:20 */waypoints[85].origin = (724.811, -451.478, -78.8976); -/* 1:20 */waypoints[85].type = "stand"; -/* 1:20 */waypoints[85].children[0] = 84; -/* 1:20 */waypoints[85].children[1] = 79; -/* 1:20 */waypoints[85].children[2] = 86; -/* 1:20 */waypoints[86] = spawnstruct(); -/* 1:20 */waypoints[86].origin = (802.166, -581.686, -71.875); -/* 1:20 */waypoints[86].type = "stand"; -/* 1:20 */waypoints[86].children[0] = 85; -/* 1:20 */waypoints[86].children[1] = 87; -/* 1:20 */waypoints[86].children[2] = 98; -/* 1:20 */waypoints[87] = spawnstruct(); -/* 1:20 */waypoints[87].origin = (787.311, -878.944, -77.6298); -/* 1:20 */waypoints[87].type = "stand"; -/* 1:20 */waypoints[87].children[0] = 86; -/* 1:20 */waypoints[87].children[1] = 88; -/* 1:20 */waypoints[87].children[2] = 94; -/* 1:20 */waypoints[87].children[3] = 79; -/* 1:20 */waypoints[87].children[4] = 97; -/* 1:20 */waypoints[87].children[5] = 137; -/* 1:20 */waypoints[88] = spawnstruct(); -/* 1:20 */waypoints[88].origin = (767.869, -1336.48, -72.1795); -/* 1:20 */waypoints[88].type = "stand"; -/* 1:20 */waypoints[88].children[0] = 87; -/* 1:20 */waypoints[88].children[1] = 89; -/* 1:20 */waypoints[88].children[2] = 93; -/* 1:20 */waypoints[88].children[3] = 95; -/* 1:20 */waypoints[88].children[4] = 148; -/* 1:20 */waypoints[89] = spawnstruct(); -/* 1:20 */waypoints[89].origin = (761.876, -1468.87, -65.875); -/* 1:20 */waypoints[89].type = "climb"; -/* 1:20 */waypoints[89].children[0] = 88; -/* 1:20 */waypoints[89].children[1] = 90; -/* 1:20 */waypoints[89].angles = (8.11768, -94.6106, 0); -/* 1:20 */waypoints[90] = spawnstruct(); -/* 1:20 */waypoints[90].origin = (756.898, -1514.22, -60.875); -/* 1:20 */waypoints[90].type = "climb"; -/* 1:20 */waypoints[90].children[0] = 89; -/* 1:20 */waypoints[90].children[1] = 92; -/* 1:20 */waypoints[90].angles = (2.03674, 88.5645, 0); -/* 1:20 */waypoints[91] = spawnstruct(); -/* 1:20 */waypoints[91].origin = (364.092, -1594.84, 27.125); -/* 1:20 */waypoints[91].type = "stand"; -/* 1:20 */waypoints[91].children[0] = 22; -/* 1:20 */waypoints[91].children[1] = 92; -/* 1:20 */waypoints[92] = spawnstruct(); -/* 1:20 */waypoints[92].origin = (662.449, -1589.56, -60.875); -/* 1:20 */waypoints[92].type = "stand"; -/* 1:20 */waypoints[92].children[0] = 91; -/* 1:20 */waypoints[92].children[1] = 90; -/* 1:20 */waypoints[92].children[2] = 142; -/* 1:20 */waypoints[92].children[3] = 148; -/* 1:20 */waypoints[93] = spawnstruct(); -/* 1:20 */waypoints[93].origin = (649.893, -1323.68, -71.875); -/* 1:20 */waypoints[93].type = "stand"; -/* 1:20 */waypoints[93].children[0] = 24; -/* 1:20 */waypoints[93].children[1] = 88; -/* 1:20 */waypoints[93].children[2] = 95; -/* 1:20 */waypoints[93].children[3] = 148; -/* 1:20 */waypoints[94] = spawnstruct(); -/* 1:20 */waypoints[94].origin = (1106.54, -751.291, -71.875); -/* 1:20 */waypoints[94].type = "stand"; -/* 1:20 */waypoints[94].children[0] = 87; -/* 1:20 */waypoints[94].children[1] = 95; -/* 1:20 */waypoints[94].children[2] = 96; -/* 1:20 */waypoints[95] = spawnstruct(); -/* 1:20 */waypoints[95].origin = (1115.3, -1150.34, -70.0649); -/* 1:20 */waypoints[95].type = "stand"; -/* 1:20 */waypoints[95].children[0] = 94; -/* 1:20 */waypoints[95].children[1] = 88; -/* 1:20 */waypoints[95].children[2] = 93; -/* 1:20 */waypoints[96] = spawnstruct(); -/* 1:20 */waypoints[96].origin = (1222.88, -615.125, -61.875); -/* 1:20 */waypoints[96].type = "crouch"; -/* 1:20 */waypoints[96].children[0] = 94; -/* 1:20 */waypoints[96].angles = (0.619507, -140.314, 0); -/* 1:20 */waypoints[97] = spawnstruct(); -/* 1:20 */waypoints[97].origin = (545.295, -1197.95, -70.9087); -/* 1:20 */waypoints[97].type = "stand"; -/* 1:20 */waypoints[97].children[0] = 87; -/* 1:20 */waypoints[97].children[1] = 80; -/* 1:20 */waypoints[97].children[2] = 24; -/* 1:20 */waypoints[98] = spawnstruct(); -/* 1:20 */waypoints[98].origin = (787.154, -162.22, -82.8475); -/* 1:20 */waypoints[98].type = "stand"; -/* 1:20 */waypoints[98].children[0] = 84; -/* 1:20 */waypoints[98].children[1] = 86; -/* 1:20 */waypoints[98].children[2] = 76; -/* 1:20 */waypoints[99] = spawnstruct(); -/* 1:20 */waypoints[99].origin = (882.704, 648.628, -85.875); -/* 1:20 */waypoints[99].type = "stand"; -/* 1:20 */waypoints[99].children[0] = 100; -/* 1:20 */waypoints[99].children[1] = 74; -/* 1:20 */waypoints[100] = spawnstruct(); -/* 1:20 */waypoints[100].origin = (892.233, 434.935, -85.875); -/* 1:20 */waypoints[100].type = "stand"; -/* 1:20 */waypoints[100].children[0] = 101; -/* 1:20 */waypoints[100].children[1] = 99; -/* 1:20 */waypoints[100].children[2] = 74; -/* 1:20 */waypoints[101] = spawnstruct(); -/* 1:20 */waypoints[101].origin = (888.732, 192.113, -85.875); -/* 1:20 */waypoints[101].type = "stand"; -/* 1:20 */waypoints[101].children[0] = 76; -/* 1:20 */waypoints[101].children[1] = 100; -/* 1:20 */waypoints[102] = spawnstruct(); -/* 1:20 */waypoints[102].origin = (71.125, 1049.53, -92.875); -/* 1:20 */waypoints[102].type = "crouch"; -/* 1:20 */waypoints[102].children[0] = 60; -/* 1:20 */waypoints[102].angles = (3.70117, 2.00317, 0); -/* 1:20 */waypoints[103] = spawnstruct(); -/* 1:20 */waypoints[103].origin = (-297.967, 1323.86, -95.8752); -/* 1:20 */waypoints[103].type = "stand"; -/* 1:20 */waypoints[103].children[0] = 72; -/* 1:20 */waypoints[103].children[1] = 59; -/* 1:20 */waypoints[103].children[2] = 104; -/* 1:20 */waypoints[103].children[3] = 61; -/* 1:20 */waypoints[104] = spawnstruct(); -/* 1:20 */waypoints[104].origin = (11.1166, 1252.32, -95.875); -/* 1:20 */waypoints[104].type = "stand"; -/* 1:20 */waypoints[104].children[0] = 60; -/* 1:20 */waypoints[104].children[1] = 103; -/* 1:20 */waypoints[105] = spawnstruct(); -/* 1:20 */waypoints[105].origin = (-1120.71, 1569.39, -101.585); -/* 1:20 */waypoints[105].type = "stand"; -/* 1:20 */waypoints[105].children[0] = 63; -/* 1:20 */waypoints[105].children[1] = 64; -/* 1:20 */waypoints[105].children[2] = 106; -/* 1:20 */waypoints[105].children[3] = 108; -/* 1:20 */waypoints[105].children[4] = 65; -/* 1:20 */waypoints[106] = spawnstruct(); -/* 1:20 */waypoints[106].origin = (-1104.67, 1397.81, -102.387); -/* 1:20 */waypoints[106].type = "stand"; -/* 1:20 */waypoints[106].children[0] = 63; -/* 1:20 */waypoints[106].children[1] = 105; -/* 1:20 */waypoints[106].children[2] = 61; -/* 1:20 */waypoints[107] = spawnstruct(); -/* 1:20 */waypoints[107].origin = (-603.397, 1553.96, -103.724); -/* 1:20 */waypoints[107].type = "claymore"; -/* 1:20 */waypoints[107].children[0] = 62; -/* 1:20 */waypoints[107].children[1] = 61; -/* 1:20 */waypoints[107].angles = (46.7566, -77.9169, 0); -/* 1:20 */waypoints[108] = spawnstruct(); -/* 1:20 */waypoints[108].origin = (-1490.59, 1718.03, -89.875); -/* 1:20 */waypoints[108].type = "crouch"; -/* 1:20 */waypoints[108].children[0] = 105; -/* 1:20 */waypoints[108].angles = (-1.10533, -100.752, 0); -/* 1:20 */waypoints[109] = spawnstruct(); -/* 1:20 */waypoints[109].origin = (-1670.46, 546.998, -51.875); -/* 1:20 */waypoints[109].type = "claymore"; -/* 1:20 */waypoints[109].children[0] = 153; -/* 1:20 */waypoints[109].angles = (61.5552, 172.775, 0); -/* 1:20 */waypoints[110] = spawnstruct(); -/* 1:20 */waypoints[110].origin = (-604.862, 748.858, -74.8106); -/* 1:20 */waypoints[110].type = "claymore"; -/* 1:20 */waypoints[110].children[0] = 58; -/* 1:20 */waypoints[110].angles = (73.4808, -0.787354, 0); -/* 1:20 */waypoints[111] = spawnstruct(); -/* 1:20 */waypoints[111].origin = (327.541, -16.3796, -82.9684); -/* 1:20 */waypoints[111].type = "claymore"; -/* 1:20 */waypoints[111].children[0] = 78; -/* 1:20 */waypoints[111].angles = (55.0348, -93.8086, 0); -/* 1:20 */waypoints[112] = spawnstruct(); -/* 1:20 */waypoints[112].origin = (-1144.88, -84.125, 78.125); -/* 1:20 */waypoints[112].type = "crouch"; -/* 1:20 */waypoints[112].children[0] = 41; -/* 1:20 */waypoints[112].angles = (3.14638, -29.4177, 0); -/* 1:20 */waypoints[113] = spawnstruct(); -/* 1:20 */waypoints[113].origin = (-1416.88, -241.125, 80.171); -/* 1:20 */waypoints[113].type = "crouch"; -/* 1:20 */waypoints[113].children[0] = 43; -/* 1:20 */waypoints[113].angles = (4.84926, -51.5167, 0); -/* 1:20 */waypoints[114] = spawnstruct(); -/* 1:20 */waypoints[114].origin = (-1689.6, -74.565, -46.991); -/* 1:20 */waypoints[114].type = "stand"; -/* 1:20 */waypoints[114].children[0] = 48; -/* 1:20 */waypoints[114].children[1] = 55; -/* 1:20 */waypoints[114].children[2] = 115; -/* 1:20 */waypoints[114].children[3] = 139; -/* 1:20 */waypoints[115] = spawnstruct(); -/* 1:20 */waypoints[115].origin = (-1536.47, 7.8011, -49.2237); -/* 1:20 */waypoints[115].type = "stand"; -/* 1:20 */waypoints[115].children[0] = 116; -/* 1:20 */waypoints[115].children[1] = 114; -/* 1:20 */waypoints[115].children[2] = 55; -/* 1:20 */waypoints[115].children[3] = 53; -/* 1:20 */waypoints[116] = spawnstruct(); -/* 1:20 */waypoints[116].origin = (-1588.33, 259.217, -51.017); -/* 1:20 */waypoints[116].type = "stand"; -/* 1:20 */waypoints[116].children[0] = 48; -/* 1:20 */waypoints[116].children[1] = 115; -/* 1:20 */waypoints[116].children[2] = 53; -/* 1:20 */waypoints[116].children[3] = 68; -/* 1:20 */waypoints[117] = spawnstruct(); -/* 1:20 */waypoints[117].origin = (-408.432, 34.8685, -67.875); -/* 1:20 */waypoints[117].type = "stand"; -/* 1:20 */waypoints[117].children[0] = 36; -/* 1:20 */waypoints[117].children[1] = 32; -/* 1:20 */waypoints[117].children[2] = 141; -/* 1:20 */waypoints[118] = spawnstruct(); -/* 1:20 */waypoints[118].origin = (-943.717, -195.87, -67.8751); -/* 1:20 */waypoints[118].type = "claymore"; -/* 1:20 */waypoints[118].children[0] = 36; -/* 1:20 */waypoints[118].angles = (65.0214, 17.3236, 0); -/* 1:20 */waypoints[119] = spawnstruct(); -/* 1:20 */waypoints[119].origin = (-583.642, -619.002, -67.8751); -/* 1:20 */waypoints[119].type = "claymore"; -/* 1:20 */waypoints[119].children[0] = 29; -/* 1:20 */waypoints[119].children[1] = 30; -/* 1:20 */waypoints[119].angles = (71.9427, 13.2697, 0); -/* 1:20 */waypoints[120] = spawnstruct(); -/* 1:20 */waypoints[120].origin = (-292.558, -642.023, -67.8751); -/* 1:20 */waypoints[120].type = "stand"; -/* 1:20 */waypoints[120].children[0] = 121; -/* 1:20 */waypoints[120].children[1] = 26; -/* 1:20 */waypoints[121] = spawnstruct(); -/* 1:20 */waypoints[121].origin = (-471.129, -656.023, -67.8751); -/* 1:20 */waypoints[121].type = "stand"; -/* 1:20 */waypoints[121].children[0] = 30; -/* 1:20 */waypoints[121].children[1] = 29; -/* 1:20 */waypoints[121].children[2] = 120; -/* 1:20 */waypoints[122] = spawnstruct(); -/* 1:20 */waypoints[122].origin = (-992.086, -1364.65, 2.125); -/* 1:20 */waypoints[122].type = "stand"; -/* 1:20 */waypoints[122].children[0] = 8; -/* 1:20 */waypoints[122].children[1] = 123; -/* 1:20 */waypoints[123] = spawnstruct(); -/* 1:20 */waypoints[123].origin = (-980.447, -1067.51, 4.125); -/* 1:20 */waypoints[123].type = "stand"; -/* 1:20 */waypoints[123].children[0] = 122; -/* 1:20 */waypoints[124] = spawnstruct(); -/* 1:20 */waypoints[124].origin = (-1472.9, -873.882, 4.33376); -/* 1:20 */waypoints[124].type = "stand"; -/* 1:20 */waypoints[124].children[0] = 125; -/* 1:20 */waypoints[124].children[1] = 1; -/* 1:20 */waypoints[124].children[2] = 126; -/* 1:20 */waypoints[124].children[3] = 131; -/* 1:20 */waypoints[124].children[4] = 144; -/* 1:20 */waypoints[125] = spawnstruct(); -/* 1:20 */waypoints[125].origin = (-979.942, -831.746, -67.875); -/* 1:20 */waypoints[125].type = "stand"; -/* 1:20 */waypoints[125].children[0] = 27; -/* 1:20 */waypoints[125].children[1] = 124; -/* 1:20 */waypoints[126] = spawnstruct(); -/* 1:20 */waypoints[126].origin = (-1475.57, -1413.42, 2.125); -/* 1:20 */waypoints[126].type = "stand"; -/* 1:20 */waypoints[126].children[0] = 124; -/* 1:20 */waypoints[126].children[1] = 2; -/* 1:20 */waypoints[126].children[2] = 0; -/* 1:20 */waypoints[127] = spawnstruct(); -/* 1:20 */waypoints[127].origin = (-1599.26, -642.834, 80.125); -/* 1:20 */waypoints[127].type = "stand"; -/* 1:20 */waypoints[127].children[0] = 1; -/* 1:20 */waypoints[127].children[1] = 129; -/* 1:20 */waypoints[128] = spawnstruct(); -/* 1:20 */waypoints[128].origin = (-1630.98, -428.252, 80.125); -/* 1:20 */waypoints[128].type = "stand"; -/* 1:20 */waypoints[128].children[0] = 46; -/* 1:20 */waypoints[128].children[1] = 129; -/* 1:20 */waypoints[128].children[2] = 151; -/* 1:20 */waypoints[128].children[3] = 54; -/* 1:20 */waypoints[129] = spawnstruct(); -/* 1:20 */waypoints[129].origin = (-1521.7, -494.247, 80.125); -/* 1:20 */waypoints[129].type = "stand"; -/* 1:20 */waypoints[129].children[0] = 128; -/* 1:20 */waypoints[129].children[1] = 127; -/* 1:20 */waypoints[129].children[2] = 46; -/* 1:20 */waypoints[129].children[3] = 151; -/* 1:20 */waypoints[130] = spawnstruct(); -/* 1:20 */waypoints[130].origin = (-1416.88, -402.584, 80.1709); -/* 1:20 */waypoints[130].type = "claymore"; -/* 1:20 */waypoints[130].children[0] = 43; -/* 1:20 */waypoints[130].angles = (61.7529, -86.8652, 0); -/* 1:20 */waypoints[131] = spawnstruct(); -/* 1:20 */waypoints[131].origin = (-1735.95, -991.62, 16.6504); -/* 1:20 */waypoints[131].type = "claymore"; -/* 1:20 */waypoints[131].children[0] = 1; -/* 1:20 */waypoints[131].children[1] = 124; -/* 1:20 */waypoints[131].angles = (40.0275, 57.3083, 0); -/* 1:20 */waypoints[132] = spawnstruct(); -/* 1:20 */waypoints[132].origin = (-1301.58, -1614.79, 4.125); -/* 1:20 */waypoints[132].type = "stand"; -/* 1:20 */waypoints[132].children[0] = 5; -/* 1:20 */waypoints[132].children[1] = 133; -/* 1:20 */waypoints[132].children[2] = 149; -/* 1:20 */waypoints[133] = spawnstruct(); -/* 1:20 */waypoints[133].origin = (-1270.23, -1543.12, 4.125); -/* 1:20 */waypoints[133].type = "claymore"; -/* 1:20 */waypoints[133].children[0] = 132; -/* 1:20 */waypoints[133].angles = (73.2776, -175.75, 0); -/* 1:20 */waypoints[134] = spawnstruct(); -/* 1:20 */waypoints[134].origin = (-335.557, -1471.17, 11.2512); -/* 1:20 */waypoints[134].type = "crouch"; -/* 1:20 */waypoints[134].children[0] = 14; -/* 1:20 */waypoints[134].angles = (2.92664, -49.8688, 0); -/* 1:20 */waypoints[135] = spawnstruct(); -/* 1:20 */waypoints[135].origin = (-607.641, 796.06, -95.875); -/* 1:20 */waypoints[135].type = "claymore"; -/* 1:20 */waypoints[135].children[0] = 136; -/* 1:20 */waypoints[135].angles = (70.5914, 9.83093, 0); -/* 1:20 */waypoints[136] = spawnstruct(); -/* 1:20 */waypoints[136].origin = (-498.587, 822.432, -95.875); -/* 1:20 */waypoints[136].type = "stand"; -/* 1:20 */waypoints[136].children[0] = 135; -/* 1:20 */waypoints[136].children[1] = 58; -/* 1:20 */waypoints[136].children[2] = 61; -/* 1:20 */waypoints[136].children[3] = 59; -/* 1:20 */waypoints[137] = spawnstruct(); -/* 1:20 */waypoints[137].origin = (702.557, -894.281, -68.7618); -/* 1:20 */waypoints[137].type = "grenade"; -/* 1:20 */waypoints[137].children[0] = 87; -/* 1:20 */waypoints[137].angles = (-20.7159, 89.1687, 0); -/* 1:20 */waypoints[138] = spawnstruct(); -/* 1:20 */waypoints[138].origin = (-214.536, -940.646, -67.8172); -/* 1:20 */waypoints[138].type = "grenade"; -/* 1:20 */waypoints[138].children[0] = 26; -/* 1:20 */waypoints[138].angles = (-5.91736, 128.335, 0); -/* 1:20 */waypoints[139] = spawnstruct(); -/* 1:20 */waypoints[139].origin = (-1773.24, 23.1395, -46.1821); -/* 1:20 */waypoints[139].type = "grenade"; -/* 1:20 */waypoints[139].children[0] = 114; -/* 1:20 */waypoints[139].angles = (-18.4528, -87.486, 0); -/* 1:20 */waypoints[140] = spawnstruct(); -/* 1:20 */waypoints[140].origin = (-714.925, 165.125, -67.875); -/* 1:20 */waypoints[140].type = "crouch"; -/* 1:20 */waypoints[140].children[0] = 150; -/* 1:20 */waypoints[140].angles = (6.9751, 115.838, 0); -/* 1:20 */waypoints[141] = spawnstruct(); -/* 1:20 */waypoints[141].origin = (-435.07, 16.6627, -67.875); -/* 1:20 */waypoints[141].type = "grenade"; -/* 1:20 */waypoints[141].children[0] = 117; -/* 1:20 */waypoints[141].angles = (-22.0508, -156.118, 0); -/* 1:20 */waypoints[142] = spawnstruct(); -/* 1:20 */waypoints[142].origin = (614.728, -1721.55, -60.875); -/* 1:20 */waypoints[142].type = "stand"; -/* 1:20 */waypoints[142].children[0] = 92; -/* 1:20 */waypoints[143] = spawnstruct(); -/* 1:20 */waypoints[143].origin = (272.649, -994.08, -69.7291); -/* 1:20 */waypoints[143].type = "grenade"; -/* 1:20 */waypoints[143].children[0] = 80; -/* 1:20 */waypoints[143].angles = (-17.4475, 86.1969, 0); -/* 1:20 */waypoints[144] = spawnstruct(); -/* 1:20 */waypoints[144].origin = (-1453.29, -1127.88, 2.125); -/* 1:20 */waypoints[144].type = "grenade"; -/* 1:20 */waypoints[144].children[0] = 124; -/* 1:20 */waypoints[144].angles = (-17.5354, 123.056, 0.0384521); -/* 1:20 */waypoints[145] = spawnstruct(); -/* 1:20 */waypoints[145].origin = (997.568, 1330.96, -87.875); -/* 1:20 */waypoints[145].type = "stand"; -/* 1:20 */waypoints[145].children[0] = 73; -/* 1:20 */waypoints[145].children[1] = 146; -/* 1:20 */waypoints[146] = spawnstruct(); -/* 1:20 */waypoints[146].origin = (1003.47, 1111.62, -87.875); -/* 1:20 */waypoints[146].type = "stand"; -/* 1:20 */waypoints[146].children[0] = 145; -/* 1:20 */waypoints[146].children[1] = 147; -/* 1:20 */waypoints[147] = spawnstruct(); -/* 1:20 */waypoints[147].origin = (714.56, 1028.01, -99.8719); -/* 1:20 */waypoints[147].type = "stand"; -/* 1:20 */waypoints[147].children[0] = 146; -/* 1:20 */waypoints[147].children[1] = 73; -/* 1:20 */waypoints[147].children[2] = 74; -/* 1:20 */waypoints[148] = spawnstruct(); -/* 1:20 */waypoints[148].origin = (679.216, -1383.4, -73.3097); -/* 1:20 */waypoints[148].type = "stand"; -/* 1:20 */waypoints[148].children[0] = 93; -/* 1:20 */waypoints[148].children[1] = 92; -/* 1:20 */waypoints[148].children[2] = 88; -/* 1:20 */waypoints[149] = spawnstruct(); -/* 1:20 */waypoints[149].origin = (-1318.81, -1556.59, 4.125); -/* 1:20 */waypoints[149].type = "stand"; -/* 1:20 */waypoints[149].children[0] = 132; -/* 1:20 */waypoints[149].children[1] = 2; -/* 1:20 */waypoints[150] = spawnstruct(); -/* 1:20 */waypoints[150].origin = (-784.575, 170.894, -67.875); -/* 1:20 */waypoints[150].type = "stand"; -/* 1:20 */waypoints[150].children[0] = 140; -/* 1:20 */waypoints[150].children[1] = 36; -/* 1:20 */waypoints[150].children[2] = 35; -/* 1:20 */waypoints[151] = spawnstruct(); -/* 1:20 */waypoints[151].origin = (-1497.14, -456.128, 80.125); -/* 1:20 */waypoints[151].type = "stand"; -/* 1:20 */waypoints[151].children[0] = 129; -/* 1:20 */waypoints[151].children[1] = 44; -/* 1:20 */waypoints[151].children[2] = 128; -/* 1:20 */waypoints[152] = spawnstruct(); -/* 1:20 */waypoints[152].origin = (-1626.26, 1044.57, -51.875); -/* 1:20 */waypoints[152].type = "stand"; -/* 1:20 */waypoints[152].children[0] = 69; -/* 1:20 */waypoints[152].children[1] = 153; -/* 1:20 */waypoints[152].children[2] = 66; -/* 1:20 */waypoints[153] = spawnstruct(); -/* 1:20 */waypoints[153].origin = (-1704.74, 605.19, -51.875); -/* 1:20 */waypoints[153].type = "stand"; -/* 1:20 */waypoints[153].children[0] = 152; -/* 1:20 */waypoints[153].children[1] = 109; -/* 1:20 */waypoints[153].children[2] = 68; -/* 1:20 */waypoints[154] = spawnstruct(); -/* 1:20 */waypoints[154].origin = (-1657.27, -258.02, 79.9948); -/* 1:20 */waypoints[154].type = "climb"; -/* 1:20 */waypoints[154].children[0] = 56; -/* 1:20 */waypoints[154].children[1] = 54; -/* 1:20 */waypoints[154].angles = (1.9281, -90.2252, 0); -/* 1:20 */return waypoints; -} +/* 1:57 */waypoints = []; +/* 1:57 */waypoints[0] = spawnstruct(); +/* 1:57 */waypoints[0].origin = (-1713.67, -1428.59, 2.52601); +/* 1:57 */waypoints[0].type = "stand"; +/* 1:57 */waypoints[0].children[0] = 1; +/* 1:57 */waypoints[0].children[1] = 2; +/* 1:57 */waypoints[0].children[2] = 126; +/* 1:57 */waypoints[1] = spawnstruct(); +/* 1:57 */waypoints[1].origin = (-1825.26, -886.131, 46.4531); +/* 1:57 */waypoints[1].type = "stand"; +/* 1:57 */waypoints[1].children[0] = 0; +/* 1:57 */waypoints[1].children[1] = 46; +/* 1:57 */waypoints[1].children[2] = 124; +/* 1:57 */waypoints[1].children[3] = 127; +/* 1:57 */waypoints[1].children[4] = 131; +/* 1:57 */waypoints[2] = spawnstruct(); +/* 1:57 */waypoints[2].origin = (-1303.12, -1450.94, 2.125); +/* 1:57 */waypoints[2].type = "stand"; +/* 1:57 */waypoints[2].children[0] = 0; +/* 1:57 */waypoints[2].children[1] = 8; +/* 1:57 */waypoints[2].children[2] = 126; +/* 1:57 */waypoints[2].children[3] = 149; +/* 1:57 */waypoints[3] = spawnstruct(); +/* 1:57 */waypoints[3].origin = (-831.183, -1432.64, -1.15982); +/* 1:57 */waypoints[3].type = "stand"; +/* 1:57 */waypoints[3].children[0] = 8; +/* 1:57 */waypoints[3].children[1] = 15; +/* 1:57 */waypoints[3].children[2] = 27; +/* 1:57 */waypoints[4] = spawnstruct(); +/* 1:57 */waypoints[4].origin = (-836.145, -1826.33, 0.125); +/* 1:57 */waypoints[4].type = "stand"; +/* 1:57 */waypoints[4].children[0] = 5; +/* 1:57 */waypoints[4].children[1] = 12; +/* 1:57 */waypoints[4].children[2] = 15; +/* 1:57 */waypoints[4].children[3] = 9; +/* 1:57 */waypoints[5] = spawnstruct(); +/* 1:57 */waypoints[5].origin = (-1290.74, -1809.46, 4.125); +/* 1:57 */waypoints[5].type = "stand"; +/* 1:57 */waypoints[5].children[0] = 4; +/* 1:57 */waypoints[5].children[1] = 6; +/* 1:57 */waypoints[5].children[2] = 132; +/* 1:57 */waypoints[6] = spawnstruct(); +/* 1:57 */waypoints[6].origin = (-1048.81, -1543.13, 4.125); +/* 1:57 */waypoints[6].type = "climb"; +/* 1:57 */waypoints[6].children[0] = 7; +/* 1:57 */waypoints[6].children[1] = 5; +/* 1:57 */waypoints[6].angles = (54.2438, 95.1801, 0); +/* 1:57 */waypoints[7] = spawnstruct(); +/* 1:57 */waypoints[7].origin = (-1057.91, -1504.88, 5.24468); +/* 1:57 */waypoints[7].type = "climb"; +/* 1:57 */waypoints[7].children[0] = 8; +/* 1:57 */waypoints[7].children[1] = 6; +/* 1:57 */waypoints[7].angles = (49.4428, -86.4514, 0); +/* 1:57 */waypoints[8] = spawnstruct(); +/* 1:57 */waypoints[8].origin = (-1045.68, -1419.97, 2.125); +/* 1:57 */waypoints[8].type = "stand"; +/* 1:57 */waypoints[8].children[0] = 2; +/* 1:57 */waypoints[8].children[1] = 7; +/* 1:57 */waypoints[8].children[2] = 3; +/* 1:57 */waypoints[8].children[3] = 122; +/* 1:57 */waypoints[9] = spawnstruct(); +/* 1:57 */waypoints[9].origin = (-776.886, -2041.49, 1.78285); +/* 1:57 */waypoints[9].type = "stand"; +/* 1:57 */waypoints[9].children[0] = 10; +/* 1:57 */waypoints[9].children[1] = 4; +/* 1:57 */waypoints[9].children[2] = 18; +/* 1:57 */waypoints[10] = spawnstruct(); +/* 1:57 */waypoints[10].origin = (-104.872, -2042.89, -1.3744); +/* 1:57 */waypoints[10].type = "stand"; +/* 1:57 */waypoints[10].children[0] = 9; +/* 1:57 */waypoints[10].children[1] = 13; +/* 1:57 */waypoints[10].children[2] = 17; +/* 1:57 */waypoints[10].children[3] = 18; +/* 1:57 */waypoints[10].children[4] = 11; +/* 1:57 */waypoints[11] = spawnstruct(); +/* 1:57 */waypoints[11].origin = (191.92, -2025.04, 8.05081); +/* 1:57 */waypoints[11].type = "stand"; +/* 1:57 */waypoints[11].children[0] = 10; +/* 1:57 */waypoints[11].children[1] = 19; +/* 1:57 */waypoints[11].children[2] = 21; +/* 1:57 */waypoints[12] = spawnstruct(); +/* 1:57 */waypoints[12].origin = (-719.159, -1770.06, 0.125001); +/* 1:57 */waypoints[12].type = "stand"; +/* 1:57 */waypoints[12].children[0] = 4; +/* 1:57 */waypoints[12].children[1] = 13; +/* 1:57 */waypoints[13] = spawnstruct(); +/* 1:57 */waypoints[13].origin = (-97.5209, -1795.05, 0.0548061); +/* 1:57 */waypoints[13].type = "stand"; +/* 1:57 */waypoints[13].children[0] = 10; +/* 1:57 */waypoints[13].children[1] = 14; +/* 1:57 */waypoints[13].children[2] = 12; +/* 1:57 */waypoints[14] = spawnstruct(); +/* 1:57 */waypoints[14].origin = (-44.726, -1556.77, 0.224131); +/* 1:57 */waypoints[14].type = "stand"; +/* 1:57 */waypoints[14].children[0] = 13; +/* 1:57 */waypoints[14].children[1] = 15; +/* 1:57 */waypoints[14].children[2] = 23; +/* 1:57 */waypoints[14].children[3] = 134; +/* 1:57 */waypoints[15] = spawnstruct(); +/* 1:57 */waypoints[15].origin = (-833.944, -1567.15, -0.776241); +/* 1:57 */waypoints[15].type = "stand"; +/* 1:57 */waypoints[15].children[0] = 4; +/* 1:57 */waypoints[15].children[1] = 14; +/* 1:57 */waypoints[15].children[2] = 3; +/* 1:57 */waypoints[16] = spawnstruct(); +/* 1:57 */waypoints[16].origin = (-463.711, -2223.76, 1.0698); +/* 1:57 */waypoints[16].type = "stand"; +/* 1:57 */waypoints[16].children[0] = 17; +/* 1:57 */waypoints[16].children[1] = 18; +/* 1:57 */waypoints[17] = spawnstruct(); +/* 1:57 */waypoints[17].origin = (-164.482, -2246.67, 1.01016); +/* 1:57 */waypoints[17].type = "stand"; +/* 1:57 */waypoints[17].children[0] = 10; +/* 1:57 */waypoints[17].children[1] = 16; +/* 1:57 */waypoints[18] = spawnstruct(); +/* 1:57 */waypoints[18].origin = (-488.467, -2041.41, 0.108528); +/* 1:57 */waypoints[18].type = "stand"; +/* 1:57 */waypoints[18].children[0] = 16; +/* 1:57 */waypoints[18].children[1] = 9; +/* 1:57 */waypoints[18].children[2] = 10; +/* 1:57 */waypoints[19] = spawnstruct(); +/* 1:57 */waypoints[19].origin = (183.314, -1730.39, 3.83266); +/* 1:57 */waypoints[19].type = "stand"; +/* 1:57 */waypoints[19].children[0] = 11; +/* 1:57 */waypoints[19].children[1] = 20; +/* 1:57 */waypoints[20] = spawnstruct(); +/* 1:57 */waypoints[20].origin = (188.901, -1536.91, -72.4284); +/* 1:57 */waypoints[20].type = "stand"; +/* 1:57 */waypoints[20].children[0] = 19; +/* 1:57 */waypoints[20].children[1] = 24; +/* 1:57 */waypoints[21] = spawnstruct(); +/* 1:57 */waypoints[21].origin = (351.086, -2036.03, 8.125); +/* 1:57 */waypoints[21].type = "stand"; +/* 1:57 */waypoints[21].children[0] = 11; +/* 1:57 */waypoints[21].children[1] = 22; +/* 1:57 */waypoints[22] = spawnstruct(); +/* 1:57 */waypoints[22].origin = (377.2, -1778.54, 75.125); +/* 1:57 */waypoints[22].type = "stand"; +/* 1:57 */waypoints[22].children[0] = 21; +/* 1:57 */waypoints[22].children[1] = 91; +/* 1:57 */waypoints[23] = spawnstruct(); +/* 1:57 */waypoints[23].origin = (-44.0902, -1308.76, -73.8681); +/* 1:57 */waypoints[23].type = "stand"; +/* 1:57 */waypoints[23].children[0] = 14; +/* 1:57 */waypoints[23].children[1] = 24; +/* 1:57 */waypoints[23].children[2] = 25; +/* 1:57 */waypoints[23].children[3] = 26; +/* 1:57 */waypoints[24] = spawnstruct(); +/* 1:57 */waypoints[24].origin = (199.421, -1310.34, -70.9745); +/* 1:57 */waypoints[24].type = "stand"; +/* 1:57 */waypoints[24].children[0] = 23; +/* 1:57 */waypoints[24].children[1] = 20; +/* 1:57 */waypoints[24].children[2] = 80; +/* 1:57 */waypoints[24].children[3] = 93; +/* 1:57 */waypoints[24].children[4] = 97; +/* 1:57 */waypoints[25] = spawnstruct(); +/* 1:57 */waypoints[25].origin = (-254.998, -1149.12, -64.1706); +/* 1:57 */waypoints[25].type = "crouch"; +/* 1:57 */waypoints[25].children[0] = 23; +/* 1:57 */waypoints[25].angles = (5.61829, -31.4868, 0); +/* 1:57 */waypoints[26] = spawnstruct(); +/* 1:57 */waypoints[26].origin = (-126.272, -836.318, -75.6004); +/* 1:57 */waypoints[26].type = "stand"; +/* 1:57 */waypoints[26].children[0] = 23; +/* 1:57 */waypoints[26].children[1] = 27; +/* 1:57 */waypoints[26].children[2] = 30; +/* 1:57 */waypoints[26].children[3] = 80; +/* 1:57 */waypoints[26].children[4] = 83; +/* 1:57 */waypoints[26].children[5] = 120; +/* 1:57 */waypoints[26].children[6] = 138; +/* 1:57 */waypoints[27] = spawnstruct(); +/* 1:57 */waypoints[27].origin = (-834.366, -905.349, -67.875); +/* 1:57 */waypoints[27].type = "stand"; +/* 1:57 */waypoints[27].children[0] = 3; +/* 1:57 */waypoints[27].children[1] = 26; +/* 1:57 */waypoints[27].children[2] = 28; +/* 1:57 */waypoints[27].children[3] = 30; +/* 1:57 */waypoints[27].children[4] = 125; +/* 1:57 */waypoints[28] = spawnstruct(); +/* 1:57 */waypoints[28].origin = (-486.125, -986.875, -63.875); +/* 1:57 */waypoints[28].type = "crouch"; +/* 1:57 */waypoints[28].children[0] = 27; +/* 1:57 */waypoints[28].angles = (8.30994, 138.807, 0); +/* 1:57 */waypoints[29] = spawnstruct(); +/* 1:57 */waypoints[29].origin = (-570.108, -361.702, -67.875); +/* 1:57 */waypoints[29].type = "stand"; +/* 1:57 */waypoints[29].children[0] = 30; +/* 1:57 */waypoints[29].children[1] = 32; +/* 1:57 */waypoints[29].children[2] = 31; +/* 1:57 */waypoints[29].children[3] = 119; +/* 1:57 */waypoints[29].children[4] = 121; +/* 1:57 */waypoints[30] = spawnstruct(); +/* 1:57 */waypoints[30].origin = (-486.269, -835.867, -67.875); +/* 1:57 */waypoints[30].type = "stand"; +/* 1:57 */waypoints[30].children[0] = 26; +/* 1:57 */waypoints[30].children[1] = 27; +/* 1:57 */waypoints[30].children[2] = 29; +/* 1:57 */waypoints[30].children[3] = 119; +/* 1:57 */waypoints[30].children[4] = 121; +/* 1:57 */waypoints[31] = spawnstruct(); +/* 1:57 */waypoints[31].origin = (-834.103, -338.943, -67.875); +/* 1:57 */waypoints[31].type = "stand"; +/* 1:57 */waypoints[31].children[0] = 29; +/* 1:57 */waypoints[31].children[1] = 33; +/* 1:57 */waypoints[31].children[2] = 36; +/* 1:57 */waypoints[32] = spawnstruct(); +/* 1:57 */waypoints[32].origin = (-338.235, -69.5155, -67.875); +/* 1:57 */waypoints[32].type = "stand"; +/* 1:57 */waypoints[32].children[0] = 29; +/* 1:57 */waypoints[32].children[1] = 36; +/* 1:57 */waypoints[32].children[2] = 37; +/* 1:57 */waypoints[32].children[3] = 39; +/* 1:57 */waypoints[32].children[4] = 117; +/* 1:57 */waypoints[33] = spawnstruct(); +/* 1:57 */waypoints[33].origin = (-950.55, -20.533, -67.875); +/* 1:57 */waypoints[33].type = "climb"; +/* 1:57 */waypoints[33].children[0] = 31; +/* 1:57 */waypoints[33].children[1] = 34; +/* 1:57 */waypoints[33].angles = (49.635, 102.118, 0); +/* 1:57 */waypoints[34] = spawnstruct(); +/* 1:57 */waypoints[34].origin = (-936.013, 78.3586, -45.875); +/* 1:57 */waypoints[34].type = "crouch"; +/* 1:57 */waypoints[34].children[0] = 33; +/* 1:57 */waypoints[34].angles = (5.61829, -57.0245, 0); +/* 1:57 */waypoints[35] = spawnstruct(); +/* 1:57 */waypoints[35].origin = (-770.529, 565.735, -73.1214); +/* 1:57 */waypoints[35].type = "stand"; +/* 1:57 */waypoints[35].children[0] = 58; +/* 1:57 */waypoints[35].children[1] = 150; +/* 1:57 */waypoints[35].children[2] = 155; +/* 1:57 */waypoints[36] = spawnstruct(); +/* 1:57 */waypoints[36].origin = (-788.421, 12.6972, -67.8751); +/* 1:57 */waypoints[36].type = "stand"; +/* 1:57 */waypoints[36].children[0] = 31; +/* 1:57 */waypoints[36].children[1] = 32; +/* 1:57 */waypoints[36].children[2] = 117; +/* 1:57 */waypoints[36].children[3] = 118; +/* 1:57 */waypoints[36].children[4] = 150; +/* 1:57 */waypoints[37] = spawnstruct(); +/* 1:57 */waypoints[37].origin = (-33.7955, -65.6956, -67.875); +/* 1:57 */waypoints[37].type = "stand"; +/* 1:57 */waypoints[37].children[0] = 32; +/* 1:57 */waypoints[37].children[1] = 38; +/* 1:57 */waypoints[38] = spawnstruct(); +/* 1:57 */waypoints[38].origin = (122.761, -65.1861, -99.875); +/* 1:57 */waypoints[38].type = "stand"; +/* 1:57 */waypoints[38].children[0] = 37; +/* 1:57 */waypoints[38].children[1] = 81; +/* 1:57 */waypoints[38].children[2] = 78; +/* 1:57 */waypoints[38].children[3] = 82; +/* 1:57 */waypoints[39] = spawnstruct(); +/* 1:57 */waypoints[39].origin = (-498.681, -149.582, -61.7012); +/* 1:57 */waypoints[39].type = "stand"; +/* 1:57 */waypoints[39].children[0] = 32; +/* 1:57 */waypoints[39].children[1] = 40; +/* 1:57 */waypoints[40] = spawnstruct(); +/* 1:57 */waypoints[40].origin = (-740.451, -141.98, 78.125); +/* 1:57 */waypoints[40].type = "stand"; +/* 1:57 */waypoints[40].children[0] = 39; +/* 1:57 */waypoints[40].children[1] = 41; +/* 1:57 */waypoints[41] = spawnstruct(); +/* 1:57 */waypoints[41].origin = (-1022.09, -148.968, 78.125); +/* 1:57 */waypoints[41].type = "stand"; +/* 1:57 */waypoints[41].children[0] = 40; +/* 1:57 */waypoints[41].children[1] = 42; +/* 1:57 */waypoints[41].children[2] = 112; +/* 1:57 */waypoints[42] = spawnstruct(); +/* 1:57 */waypoints[42].origin = (-1029.62, -305.749, 78.125); +/* 1:57 */waypoints[42].type = "stand"; +/* 1:57 */waypoints[42].children[0] = 41; +/* 1:57 */waypoints[42].children[1] = 43; +/* 1:57 */waypoints[43] = spawnstruct(); +/* 1:57 */waypoints[43].origin = (-1267.3, -305.753, 78.125); +/* 1:57 */waypoints[43].type = "stand"; +/* 1:57 */waypoints[43].children[0] = 42; +/* 1:57 */waypoints[43].children[1] = 44; +/* 1:57 */waypoints[43].children[2] = 113; +/* 1:57 */waypoints[43].children[3] = 130; +/* 1:57 */waypoints[44] = spawnstruct(); +/* 1:57 */waypoints[44].origin = (-1262.62, -456.467, 78.125); +/* 1:57 */waypoints[44].type = "stand"; +/* 1:57 */waypoints[44].children[0] = 43; +/* 1:57 */waypoints[44].children[1] = 45; +/* 1:57 */waypoints[44].children[2] = 151; +/* 1:57 */waypoints[45] = spawnstruct(); +/* 1:57 */waypoints[45].origin = (-1262.08, -620.875, 78.125); +/* 1:57 */waypoints[45].type = "crouch"; +/* 1:57 */waypoints[45].children[0] = 44; +/* 1:57 */waypoints[45].angles = (9.4635, 58.1012, 0); +/* 1:57 */waypoints[46] = spawnstruct(); +/* 1:57 */waypoints[46].origin = (-1780.35, -476.77, 80.125); +/* 1:57 */waypoints[46].type = "stand"; +/* 1:57 */waypoints[46].children[0] = 1; +/* 1:57 */waypoints[46].children[1] = 47; +/* 1:57 */waypoints[46].children[2] = 54; +/* 1:57 */waypoints[46].children[3] = 128; +/* 1:57 */waypoints[46].children[4] = 129; +/* 1:57 */waypoints[47] = spawnstruct(); +/* 1:57 */waypoints[47].origin = (-2031.24, -473.158, 50.125); +/* 1:57 */waypoints[47].type = "stand"; +/* 1:57 */waypoints[47].children[0] = 46; +/* 1:57 */waypoints[47].children[1] = 49; +/* 1:57 */waypoints[48] = spawnstruct(); +/* 1:57 */waypoints[48].origin = (-2042.67, -45.5832, -44.2631); +/* 1:57 */waypoints[48].type = "stand"; +/* 1:57 */waypoints[48].children[0] = 49; +/* 1:57 */waypoints[48].children[1] = 50; +/* 1:57 */waypoints[48].children[2] = 114; +/* 1:57 */waypoints[48].children[3] = 116; +/* 1:57 */waypoints[49] = spawnstruct(); +/* 1:57 */waypoints[49].origin = (-2028.38, -286.548, 50.125); +/* 1:57 */waypoints[49].type = "stand"; +/* 1:57 */waypoints[49].children[0] = 47; +/* 1:57 */waypoints[49].children[1] = 48; +/* 1:57 */waypoints[50] = spawnstruct(); +/* 1:57 */waypoints[50].origin = (-2004.29, 160.867, -54.2892); +/* 1:57 */waypoints[50].type = "stand"; +/* 1:57 */waypoints[50].children[0] = 48; +/* 1:57 */waypoints[50].children[1] = 51; +/* 1:57 */waypoints[50].children[2] = 52; +/* 1:57 */waypoints[51] = spawnstruct(); +/* 1:57 */waypoints[51].origin = (-1980.04, 403.366, -53.5544); +/* 1:57 */waypoints[51].type = "stand"; +/* 1:57 */waypoints[51].children[0] = 50; +/* 1:57 */waypoints[51].children[1] = 68; +/* 1:57 */waypoints[52] = spawnstruct(); +/* 1:57 */waypoints[52].origin = (-1782.68, 255.129, -43.375); +/* 1:57 */waypoints[52].type = "stand"; +/* 1:57 */waypoints[52].children[0] = 50; +/* 1:57 */waypoints[52].children[1] = 53; +/* 1:57 */waypoints[53] = spawnstruct(); +/* 1:57 */waypoints[53].origin = (-1469.46, 495.483, -54.8467); +/* 1:57 */waypoints[53].type = "stand"; +/* 1:57 */waypoints[53].children[0] = 52; +/* 1:57 */waypoints[53].children[1] = 116; +/* 1:57 */waypoints[53].children[2] = 68; +/* 1:57 */waypoints[53].children[3] = 115; +/* 1:57 */waypoints[53].children[4] = 155; +/* 1:57 */waypoints[54] = spawnstruct(); +/* 1:57 */waypoints[54].origin = (-1712.44, -338.028, 80.125); +/* 1:57 */waypoints[54].type = "stand"; +/* 1:57 */waypoints[54].children[0] = 46; +/* 1:57 */waypoints[54].children[1] = 128; +/* 1:57 */waypoints[54].children[2] = 154; +/* 1:57 */waypoints[55] = spawnstruct(); +/* 1:57 */waypoints[55].origin = (-1607.71, -180.875, -44.481); +/* 1:57 */waypoints[55].type = "climb"; +/* 1:57 */waypoints[55].children[0] = 56; +/* 1:57 */waypoints[55].children[1] = 114; +/* 1:57 */waypoints[55].children[2] = 115; +/* 1:57 */waypoints[55].angles = (0.81728, -89.9744, 0); +/* 1:57 */waypoints[56] = spawnstruct(); +/* 1:57 */waypoints[56].origin = (-1655.59, -241.997, 20.125); +/* 1:57 */waypoints[56].type = "climb"; +/* 1:57 */waypoints[56].children[0] = 55; +/* 1:57 */waypoints[56].children[1] = 154; +/* 1:57 */waypoints[56].angles = (-16.3159, -90.3039, 0); +/* 1:57 */waypoints[57] = spawnstruct(); +/* 1:57 */waypoints[57].origin = (-497.794, 463.125, -69.2525); +/* 1:57 */waypoints[57].type = "crouch"; +/* 1:57 */waypoints[57].children[0] = 58; +/* 1:57 */waypoints[57].angles = (1.65773, 93.3435, 0); +/* 1:57 */waypoints[58] = spawnstruct(); +/* 1:57 */waypoints[58].origin = (-528.456, 669.273, -76.9483); +/* 1:57 */waypoints[58].type = "stand"; +/* 1:57 */waypoints[58].children[0] = 35; +/* 1:57 */waypoints[58].children[1] = 57; +/* 1:57 */waypoints[58].children[2] = 110; +/* 1:57 */waypoints[58].children[3] = 136; +/* 1:57 */waypoints[59] = spawnstruct(); +/* 1:57 */waypoints[59].origin = (-515.198, 1293.8, -95.875); +/* 1:57 */waypoints[59].type = "stand"; +/* 1:57 */waypoints[59].children[0] = 61; +/* 1:57 */waypoints[59].children[1] = 103; +/* 1:57 */waypoints[59].children[2] = 136; +/* 1:57 */waypoints[60] = spawnstruct(); +/* 1:57 */waypoints[60].origin = (327.061, 1240.83, -105.116); +/* 1:57 */waypoints[60].type = "stand"; +/* 1:57 */waypoints[60].children[0] = 73; +/* 1:57 */waypoints[60].children[1] = 75; +/* 1:57 */waypoints[60].children[2] = 102; +/* 1:57 */waypoints[60].children[3] = 104; +/* 1:57 */waypoints[61] = spawnstruct(); +/* 1:57 */waypoints[61].origin = (-575.497, 1401.55, -103.464); +/* 1:57 */waypoints[61].type = "stand"; +/* 1:57 */waypoints[61].children[0] = 59; +/* 1:57 */waypoints[61].children[1] = 62; +/* 1:57 */waypoints[61].children[2] = 63; +/* 1:57 */waypoints[61].children[3] = 106; +/* 1:57 */waypoints[61].children[4] = 107; +/* 1:57 */waypoints[61].children[5] = 136; +/* 1:57 */waypoints[61].children[6] = 103; +/* 1:57 */waypoints[62] = spawnstruct(); +/* 1:57 */waypoints[62].origin = (-573.765, 1666.76, -103.708); +/* 1:57 */waypoints[62].type = "stand"; +/* 1:57 */waypoints[62].children[0] = 61; +/* 1:57 */waypoints[62].children[1] = 64; +/* 1:57 */waypoints[62].children[2] = 71; +/* 1:57 */waypoints[62].children[3] = 72; +/* 1:57 */waypoints[62].children[4] = 107; +/* 1:57 */waypoints[63] = spawnstruct(); +/* 1:57 */waypoints[63].origin = (-1245.24, 1290.93, -95.875); +/* 1:57 */waypoints[63].type = "stand"; +/* 1:57 */waypoints[63].children[0] = 61; +/* 1:57 */waypoints[63].children[1] = 65; +/* 1:57 */waypoints[63].children[2] = 105; +/* 1:57 */waypoints[63].children[3] = 106; +/* 1:57 */waypoints[64] = spawnstruct(); +/* 1:57 */waypoints[64].origin = (-1067.37, 1818.92, -98.9286); +/* 1:57 */waypoints[64].type = "stand"; +/* 1:57 */waypoints[64].children[0] = 62; +/* 1:57 */waypoints[64].children[1] = 65; +/* 1:57 */waypoints[64].children[2] = 105; +/* 1:57 */waypoints[65] = spawnstruct(); +/* 1:57 */waypoints[65].origin = (-1327.01, 1504.98, -94.6092); +/* 1:57 */waypoints[65].type = "stand"; +/* 1:57 */waypoints[65].children[0] = 63; +/* 1:57 */waypoints[65].children[1] = 64; +/* 1:57 */waypoints[65].children[2] = 66; +/* 1:57 */waypoints[65].children[3] = 105; +/* 1:57 */waypoints[66] = spawnstruct(); +/* 1:57 */waypoints[66].origin = (-1558.16, 1489.6, -51.875); +/* 1:57 */waypoints[66].type = "stand"; +/* 1:57 */waypoints[66].children[0] = 65; +/* 1:57 */waypoints[66].children[1] = 67; +/* 1:57 */waypoints[66].children[2] = 152; +/* 1:57 */waypoints[67] = spawnstruct(); +/* 1:57 */waypoints[67].origin = (-1702.88, 1306.12, -51.875); +/* 1:57 */waypoints[67].type = "crouch"; +/* 1:57 */waypoints[67].children[0] = 66; +/* 1:57 */waypoints[67].angles = (3.31116, 29.5404, 0); +/* 1:57 */waypoints[68] = spawnstruct(); +/* 1:57 */waypoints[68].origin = (-1718.31, 464.22, -53.2537); +/* 1:57 */waypoints[68].type = "stand"; +/* 1:57 */waypoints[68].children[0] = 51; +/* 1:57 */waypoints[68].children[1] = 153; +/* 1:57 */waypoints[68].children[2] = 53; +/* 1:57 */waypoints[68].children[3] = 116; +/* 1:57 */waypoints[69] = spawnstruct(); +/* 1:57 */waypoints[69].origin = (-1422.18, 1032.5, -51.875); +/* 1:57 */waypoints[69].type = "crouch"; +/* 1:57 */waypoints[69].children[0] = 152; +/* 1:57 */waypoints[69].angles = (1.19629, -120.961, 0); +/* 1:57 */waypoints[70] = spawnstruct(); +/* 1:57 */waypoints[70].origin = (-1279.52, 358.234, -51.875); +/* 1:57 */waypoints[70].type = "crouch"; +/* 1:57 */waypoints[70].children[0] = 155; +/* 1:57 */waypoints[70].angles = (5.42053, 53.941, 0); +/* 1:57 */waypoints[71] = spawnstruct(); +/* 1:57 */waypoints[71].origin = (-290.065, 1717.01, -95.875); +/* 1:57 */waypoints[71].type = "stand"; +/* 1:57 */waypoints[71].children[0] = 62; +/* 1:57 */waypoints[71].children[1] = 72; +/* 1:57 */waypoints[72] = spawnstruct(); +/* 1:57 */waypoints[72].origin = (-298.71, 1561.68, -95.875); +/* 1:57 */waypoints[72].type = "stand"; +/* 1:57 */waypoints[72].children[0] = 62; +/* 1:57 */waypoints[72].children[1] = 71; +/* 1:57 */waypoints[72].children[2] = 103; +/* 1:57 */waypoints[73] = spawnstruct(); +/* 1:57 */waypoints[73].origin = (717.414, 1365.04, -101.461); +/* 1:57 */waypoints[73].type = "stand"; +/* 1:57 */waypoints[73].children[0] = 60; +/* 1:57 */waypoints[73].children[1] = 145; +/* 1:57 */waypoints[73].children[2] = 147; +/* 1:57 */waypoints[74] = spawnstruct(); +/* 1:57 */waypoints[74].origin = (691.344, 579.794, -98.599); +/* 1:57 */waypoints[74].type = "stand"; +/* 1:57 */waypoints[74].children[0] = 75; +/* 1:57 */waypoints[74].children[1] = 76; +/* 1:57 */waypoints[74].children[2] = 99; +/* 1:57 */waypoints[74].children[3] = 100; +/* 1:57 */waypoints[74].children[4] = 147; +/* 1:57 */waypoints[75] = spawnstruct(); +/* 1:57 */waypoints[75].origin = (211.821, 591.16, -95.875); +/* 1:57 */waypoints[75].type = "stand"; +/* 1:57 */waypoints[75].children[0] = 60; +/* 1:57 */waypoints[75].children[1] = 74; +/* 1:57 */waypoints[75].children[2] = 81; +/* 1:57 */waypoints[76] = spawnstruct(); +/* 1:57 */waypoints[76].origin = (673.657, 202.857, -90.2154); +/* 1:57 */waypoints[76].type = "stand"; +/* 1:57 */waypoints[76].children[0] = 77; +/* 1:57 */waypoints[76].children[1] = 74; +/* 1:57 */waypoints[76].children[2] = 84; +/* 1:57 */waypoints[76].children[3] = 98; +/* 1:57 */waypoints[76].children[4] = 101; +/* 1:57 */waypoints[77] = spawnstruct(); +/* 1:57 */waypoints[77].origin = (392.91, 204.878, -87.375); +/* 1:57 */waypoints[77].type = "stand"; +/* 1:57 */waypoints[77].children[0] = 78; +/* 1:57 */waypoints[77].children[1] = 76; +/* 1:57 */waypoints[78] = spawnstruct(); +/* 1:57 */waypoints[78].origin = (363.405, -64.8698, -81.9306); +/* 1:57 */waypoints[78].type = "stand"; +/* 1:57 */waypoints[78].children[0] = 79; +/* 1:57 */waypoints[78].children[1] = 77; +/* 1:57 */waypoints[78].children[2] = 38; +/* 1:57 */waypoints[78].children[3] = 111; +/* 1:57 */waypoints[79] = spawnstruct(); +/* 1:57 */waypoints[79].origin = (381.835, -661.061, -67.532); +/* 1:57 */waypoints[79].type = "stand"; +/* 1:57 */waypoints[79].children[0] = 80; +/* 1:57 */waypoints[79].children[1] = 78; +/* 1:57 */waypoints[79].children[2] = 82; +/* 1:57 */waypoints[79].children[3] = 85; +/* 1:57 */waypoints[79].children[4] = 87; +/* 1:57 */waypoints[80] = spawnstruct(); +/* 1:57 */waypoints[80].origin = (253.042, -1060.1, -69.4974); +/* 1:57 */waypoints[80].type = "stand"; +/* 1:57 */waypoints[80].children[0] = 26; +/* 1:57 */waypoints[80].children[1] = 24; +/* 1:57 */waypoints[80].children[2] = 79; +/* 1:57 */waypoints[80].children[3] = 97; +/* 1:57 */waypoints[80].children[4] = 143; +/* 1:57 */waypoints[81] = spawnstruct(); +/* 1:57 */waypoints[81].origin = (101.394, 253.778, -99.875); +/* 1:57 */waypoints[81].type = "stand"; +/* 1:57 */waypoints[81].children[0] = 75; +/* 1:57 */waypoints[81].children[1] = 38; +/* 1:57 */waypoints[82] = spawnstruct(); +/* 1:57 */waypoints[82].origin = (115.242, -673.603, -67.875); +/* 1:57 */waypoints[82].type = "stand"; +/* 1:57 */waypoints[82].children[0] = 38; +/* 1:57 */waypoints[82].children[1] = 79; +/* 1:57 */waypoints[82].children[2] = 83; +/* 1:57 */waypoints[83] = spawnstruct(); +/* 1:57 */waypoints[83].origin = (-53.7846, -673.771, -67.875); +/* 1:57 */waypoints[83].type = "stand"; +/* 1:57 */waypoints[83].children[0] = 26; +/* 1:57 */waypoints[83].children[1] = 82; +/* 1:57 */waypoints[84] = spawnstruct(); +/* 1:57 */waypoints[84].origin = (721.483, -325.302, -80.4851); +/* 1:57 */waypoints[84].type = "stand"; +/* 1:57 */waypoints[84].children[0] = 76; +/* 1:57 */waypoints[84].children[1] = 85; +/* 1:57 */waypoints[84].children[2] = 98; +/* 1:57 */waypoints[85] = spawnstruct(); +/* 1:57 */waypoints[85].origin = (724.811, -451.478, -78.8976); +/* 1:57 */waypoints[85].type = "stand"; +/* 1:57 */waypoints[85].children[0] = 84; +/* 1:57 */waypoints[85].children[1] = 79; +/* 1:57 */waypoints[85].children[2] = 86; +/* 1:57 */waypoints[86] = spawnstruct(); +/* 1:57 */waypoints[86].origin = (802.166, -581.686, -71.875); +/* 1:57 */waypoints[86].type = "stand"; +/* 1:57 */waypoints[86].children[0] = 85; +/* 1:57 */waypoints[86].children[1] = 87; +/* 1:57 */waypoints[86].children[2] = 98; +/* 1:57 */waypoints[87] = spawnstruct(); +/* 1:57 */waypoints[87].origin = (787.311, -878.944, -77.6298); +/* 1:57 */waypoints[87].type = "stand"; +/* 1:57 */waypoints[87].children[0] = 86; +/* 1:57 */waypoints[87].children[1] = 88; +/* 1:57 */waypoints[87].children[2] = 94; +/* 1:57 */waypoints[87].children[3] = 79; +/* 1:57 */waypoints[87].children[4] = 97; +/* 1:57 */waypoints[87].children[5] = 137; +/* 1:57 */waypoints[88] = spawnstruct(); +/* 1:57 */waypoints[88].origin = (767.869, -1336.48, -72.1795); +/* 1:57 */waypoints[88].type = "stand"; +/* 1:57 */waypoints[88].children[0] = 87; +/* 1:57 */waypoints[88].children[1] = 89; +/* 1:57 */waypoints[88].children[2] = 93; +/* 1:57 */waypoints[88].children[3] = 95; +/* 1:57 */waypoints[88].children[4] = 148; +/* 1:57 */waypoints[89] = spawnstruct(); +/* 1:57 */waypoints[89].origin = (761.876, -1468.87, -65.875); +/* 1:57 */waypoints[89].type = "climb"; +/* 1:57 */waypoints[89].children[0] = 88; +/* 1:57 */waypoints[89].children[1] = 90; +/* 1:57 */waypoints[89].angles = (8.11768, -94.6106, 0); +/* 1:57 */waypoints[90] = spawnstruct(); +/* 1:57 */waypoints[90].origin = (756.898, -1514.22, -60.875); +/* 1:57 */waypoints[90].type = "climb"; +/* 1:57 */waypoints[90].children[0] = 89; +/* 1:57 */waypoints[90].children[1] = 92; +/* 1:57 */waypoints[90].angles = (2.03674, 88.5645, 0); +/* 1:57 */waypoints[91] = spawnstruct(); +/* 1:57 */waypoints[91].origin = (364.092, -1594.84, 27.125); +/* 1:57 */waypoints[91].type = "stand"; +/* 1:57 */waypoints[91].children[0] = 22; +/* 1:57 */waypoints[91].children[1] = 92; +/* 1:57 */waypoints[92] = spawnstruct(); +/* 1:57 */waypoints[92].origin = (662.449, -1589.56, -60.875); +/* 1:57 */waypoints[92].type = "stand"; +/* 1:57 */waypoints[92].children[0] = 91; +/* 1:57 */waypoints[92].children[1] = 90; +/* 1:57 */waypoints[92].children[2] = 142; +/* 1:57 */waypoints[92].children[3] = 148; +/* 1:57 */waypoints[93] = spawnstruct(); +/* 1:57 */waypoints[93].origin = (649.893, -1323.68, -71.875); +/* 1:57 */waypoints[93].type = "stand"; +/* 1:57 */waypoints[93].children[0] = 24; +/* 1:57 */waypoints[93].children[1] = 88; +/* 1:57 */waypoints[93].children[2] = 95; +/* 1:57 */waypoints[93].children[3] = 148; +/* 1:57 */waypoints[94] = spawnstruct(); +/* 1:57 */waypoints[94].origin = (1106.54, -751.291, -71.875); +/* 1:57 */waypoints[94].type = "stand"; +/* 1:57 */waypoints[94].children[0] = 87; +/* 1:57 */waypoints[94].children[1] = 95; +/* 1:57 */waypoints[94].children[2] = 96; +/* 1:57 */waypoints[95] = spawnstruct(); +/* 1:57 */waypoints[95].origin = (1115.3, -1150.34, -70.0649); +/* 1:57 */waypoints[95].type = "stand"; +/* 1:57 */waypoints[95].children[0] = 94; +/* 1:57 */waypoints[95].children[1] = 88; +/* 1:57 */waypoints[95].children[2] = 93; +/* 1:57 */waypoints[96] = spawnstruct(); +/* 1:57 */waypoints[96].origin = (1222.88, -615.125, -61.875); +/* 1:57 */waypoints[96].type = "crouch"; +/* 1:57 */waypoints[96].children[0] = 94; +/* 1:57 */waypoints[96].angles = (0.619507, -140.314, 0); +/* 1:57 */waypoints[97] = spawnstruct(); +/* 1:57 */waypoints[97].origin = (545.295, -1197.95, -70.9087); +/* 1:57 */waypoints[97].type = "stand"; +/* 1:57 */waypoints[97].children[0] = 87; +/* 1:57 */waypoints[97].children[1] = 80; +/* 1:57 */waypoints[97].children[2] = 24; +/* 1:57 */waypoints[98] = spawnstruct(); +/* 1:57 */waypoints[98].origin = (787.154, -162.22, -82.8475); +/* 1:57 */waypoints[98].type = "stand"; +/* 1:57 */waypoints[98].children[0] = 84; +/* 1:57 */waypoints[98].children[1] = 86; +/* 1:57 */waypoints[98].children[2] = 76; +/* 1:57 */waypoints[99] = spawnstruct(); +/* 1:57 */waypoints[99].origin = (882.704, 648.628, -85.875); +/* 1:57 */waypoints[99].type = "stand"; +/* 1:57 */waypoints[99].children[0] = 100; +/* 1:57 */waypoints[99].children[1] = 74; +/* 1:57 */waypoints[100] = spawnstruct(); +/* 1:57 */waypoints[100].origin = (892.233, 434.935, -85.875); +/* 1:57 */waypoints[100].type = "stand"; +/* 1:57 */waypoints[100].children[0] = 101; +/* 1:57 */waypoints[100].children[1] = 99; +/* 1:57 */waypoints[100].children[2] = 74; +/* 1:57 */waypoints[101] = spawnstruct(); +/* 1:57 */waypoints[101].origin = (888.732, 192.113, -85.875); +/* 1:57 */waypoints[101].type = "stand"; +/* 1:57 */waypoints[101].children[0] = 76; +/* 1:57 */waypoints[101].children[1] = 100; +/* 1:57 */waypoints[102] = spawnstruct(); +/* 1:57 */waypoints[102].origin = (71.125, 1049.53, -92.875); +/* 1:57 */waypoints[102].type = "crouch"; +/* 1:57 */waypoints[102].children[0] = 60; +/* 1:57 */waypoints[102].angles = (3.70117, 2.00317, 0); +/* 1:57 */waypoints[103] = spawnstruct(); +/* 1:57 */waypoints[103].origin = (-297.967, 1323.86, -95.8752); +/* 1:57 */waypoints[103].type = "stand"; +/* 1:57 */waypoints[103].children[0] = 72; +/* 1:57 */waypoints[103].children[1] = 59; +/* 1:57 */waypoints[103].children[2] = 104; +/* 1:57 */waypoints[103].children[3] = 61; +/* 1:57 */waypoints[104] = spawnstruct(); +/* 1:57 */waypoints[104].origin = (11.1166, 1252.32, -95.875); +/* 1:57 */waypoints[104].type = "stand"; +/* 1:57 */waypoints[104].children[0] = 60; +/* 1:57 */waypoints[104].children[1] = 103; +/* 1:57 */waypoints[105] = spawnstruct(); +/* 1:57 */waypoints[105].origin = (-1120.71, 1569.39, -101.585); +/* 1:57 */waypoints[105].type = "stand"; +/* 1:57 */waypoints[105].children[0] = 63; +/* 1:57 */waypoints[105].children[1] = 64; +/* 1:57 */waypoints[105].children[2] = 106; +/* 1:57 */waypoints[105].children[3] = 108; +/* 1:57 */waypoints[105].children[4] = 65; +/* 1:57 */waypoints[106] = spawnstruct(); +/* 1:57 */waypoints[106].origin = (-1104.67, 1397.81, -102.387); +/* 1:57 */waypoints[106].type = "stand"; +/* 1:57 */waypoints[106].children[0] = 63; +/* 1:57 */waypoints[106].children[1] = 105; +/* 1:57 */waypoints[106].children[2] = 61; +/* 1:57 */waypoints[107] = spawnstruct(); +/* 1:57 */waypoints[107].origin = (-603.397, 1553.96, -103.724); +/* 1:57 */waypoints[107].type = "claymore"; +/* 1:57 */waypoints[107].children[0] = 62; +/* 1:57 */waypoints[107].children[1] = 61; +/* 1:57 */waypoints[107].angles = (46.7566, -77.9169, 0); +/* 1:57 */waypoints[108] = spawnstruct(); +/* 1:57 */waypoints[108].origin = (-1490.59, 1718.03, -89.875); +/* 1:57 */waypoints[108].type = "crouch"; +/* 1:57 */waypoints[108].children[0] = 105; +/* 1:57 */waypoints[108].angles = (-1.10533, -100.752, 0); +/* 1:57 */waypoints[109] = spawnstruct(); +/* 1:57 */waypoints[109].origin = (-1670.46, 546.998, -51.875); +/* 1:57 */waypoints[109].type = "claymore"; +/* 1:57 */waypoints[109].children[0] = 153; +/* 1:57 */waypoints[109].angles = (61.5552, 172.775, 0); +/* 1:57 */waypoints[110] = spawnstruct(); +/* 1:57 */waypoints[110].origin = (-604.862, 748.858, -74.8106); +/* 1:57 */waypoints[110].type = "claymore"; +/* 1:57 */waypoints[110].children[0] = 58; +/* 1:57 */waypoints[110].angles = (73.4808, -0.787354, 0); +/* 1:57 */waypoints[111] = spawnstruct(); +/* 1:57 */waypoints[111].origin = (327.541, -16.3796, -82.9684); +/* 1:57 */waypoints[111].type = "claymore"; +/* 1:57 */waypoints[111].children[0] = 78; +/* 1:57 */waypoints[111].angles = (55.0348, -93.8086, 0); +/* 1:57 */waypoints[112] = spawnstruct(); +/* 1:57 */waypoints[112].origin = (-1144.88, -84.125, 78.125); +/* 1:57 */waypoints[112].type = "crouch"; +/* 1:57 */waypoints[112].children[0] = 41; +/* 1:57 */waypoints[112].angles = (3.14638, -29.4177, 0); +/* 1:57 */waypoints[113] = spawnstruct(); +/* 1:57 */waypoints[113].origin = (-1416.88, -241.125, 80.171); +/* 1:57 */waypoints[113].type = "crouch"; +/* 1:57 */waypoints[113].children[0] = 43; +/* 1:57 */waypoints[113].angles = (4.84926, -51.5167, 0); +/* 1:57 */waypoints[114] = spawnstruct(); +/* 1:57 */waypoints[114].origin = (-1689.6, -74.565, -46.991); +/* 1:57 */waypoints[114].type = "stand"; +/* 1:57 */waypoints[114].children[0] = 48; +/* 1:57 */waypoints[114].children[1] = 55; +/* 1:57 */waypoints[114].children[2] = 115; +/* 1:57 */waypoints[114].children[3] = 139; +/* 1:57 */waypoints[115] = spawnstruct(); +/* 1:57 */waypoints[115].origin = (-1536.47, 7.8011, -49.2237); +/* 1:57 */waypoints[115].type = "stand"; +/* 1:57 */waypoints[115].children[0] = 116; +/* 1:57 */waypoints[115].children[1] = 114; +/* 1:57 */waypoints[115].children[2] = 55; +/* 1:57 */waypoints[115].children[3] = 53; +/* 1:57 */waypoints[116] = spawnstruct(); +/* 1:57 */waypoints[116].origin = (-1588.33, 259.217, -51.017); +/* 1:57 */waypoints[116].type = "stand"; +/* 1:57 */waypoints[116].children[0] = 48; +/* 1:57 */waypoints[116].children[1] = 115; +/* 1:57 */waypoints[116].children[2] = 53; +/* 1:57 */waypoints[116].children[3] = 68; +/* 1:57 */waypoints[117] = spawnstruct(); +/* 1:57 */waypoints[117].origin = (-408.432, 34.8685, -67.875); +/* 1:57 */waypoints[117].type = "stand"; +/* 1:57 */waypoints[117].children[0] = 36; +/* 1:57 */waypoints[117].children[1] = 32; +/* 1:57 */waypoints[117].children[2] = 141; +/* 1:57 */waypoints[118] = spawnstruct(); +/* 1:57 */waypoints[118].origin = (-943.717, -195.87, -67.8751); +/* 1:57 */waypoints[118].type = "claymore"; +/* 1:57 */waypoints[118].children[0] = 36; +/* 1:57 */waypoints[118].angles = (65.0214, 17.3236, 0); +/* 1:57 */waypoints[119] = spawnstruct(); +/* 1:57 */waypoints[119].origin = (-583.642, -619.002, -67.8751); +/* 1:57 */waypoints[119].type = "claymore"; +/* 1:57 */waypoints[119].children[0] = 29; +/* 1:57 */waypoints[119].children[1] = 30; +/* 1:57 */waypoints[119].angles = (71.9427, 13.2697, 0); +/* 1:57 */waypoints[120] = spawnstruct(); +/* 1:57 */waypoints[120].origin = (-292.558, -642.023, -67.8751); +/* 1:57 */waypoints[120].type = "stand"; +/* 1:57 */waypoints[120].children[0] = 121; +/* 1:57 */waypoints[120].children[1] = 26; +/* 1:57 */waypoints[121] = spawnstruct(); +/* 1:57 */waypoints[121].origin = (-471.129, -656.023, -67.8751); +/* 1:57 */waypoints[121].type = "stand"; +/* 1:57 */waypoints[121].children[0] = 30; +/* 1:57 */waypoints[121].children[1] = 29; +/* 1:57 */waypoints[121].children[2] = 120; +/* 1:57 */waypoints[122] = spawnstruct(); +/* 1:57 */waypoints[122].origin = (-992.086, -1364.65, 2.125); +/* 1:57 */waypoints[122].type = "stand"; +/* 1:57 */waypoints[122].children[0] = 8; +/* 1:57 */waypoints[122].children[1] = 123; +/* 1:57 */waypoints[123] = spawnstruct(); +/* 1:57 */waypoints[123].origin = (-980.447, -1067.51, 4.125); +/* 1:57 */waypoints[123].type = "stand"; +/* 1:57 */waypoints[123].children[0] = 122; +/* 1:57 */waypoints[124] = spawnstruct(); +/* 1:57 */waypoints[124].origin = (-1472.9, -873.882, 4.33376); +/* 1:57 */waypoints[124].type = "stand"; +/* 1:57 */waypoints[124].children[0] = 125; +/* 1:57 */waypoints[124].children[1] = 1; +/* 1:57 */waypoints[124].children[2] = 126; +/* 1:57 */waypoints[124].children[3] = 131; +/* 1:57 */waypoints[124].children[4] = 144; +/* 1:57 */waypoints[125] = spawnstruct(); +/* 1:57 */waypoints[125].origin = (-979.942, -831.746, -67.875); +/* 1:57 */waypoints[125].type = "stand"; +/* 1:57 */waypoints[125].children[0] = 27; +/* 1:57 */waypoints[125].children[1] = 124; +/* 1:57 */waypoints[126] = spawnstruct(); +/* 1:57 */waypoints[126].origin = (-1475.57, -1413.42, 2.125); +/* 1:57 */waypoints[126].type = "stand"; +/* 1:57 */waypoints[126].children[0] = 124; +/* 1:57 */waypoints[126].children[1] = 2; +/* 1:57 */waypoints[126].children[2] = 0; +/* 1:57 */waypoints[127] = spawnstruct(); +/* 1:57 */waypoints[127].origin = (-1599.26, -642.834, 80.125); +/* 1:57 */waypoints[127].type = "stand"; +/* 1:57 */waypoints[127].children[0] = 1; +/* 1:57 */waypoints[127].children[1] = 129; +/* 1:57 */waypoints[128] = spawnstruct(); +/* 1:57 */waypoints[128].origin = (-1630.98, -428.252, 80.125); +/* 1:57 */waypoints[128].type = "stand"; +/* 1:57 */waypoints[128].children[0] = 46; +/* 1:57 */waypoints[128].children[1] = 129; +/* 1:57 */waypoints[128].children[2] = 151; +/* 1:57 */waypoints[128].children[3] = 54; +/* 1:57 */waypoints[129] = spawnstruct(); +/* 1:57 */waypoints[129].origin = (-1521.7, -494.247, 80.125); +/* 1:57 */waypoints[129].type = "stand"; +/* 1:57 */waypoints[129].children[0] = 128; +/* 1:57 */waypoints[129].children[1] = 127; +/* 1:57 */waypoints[129].children[2] = 46; +/* 1:57 */waypoints[129].children[3] = 151; +/* 1:57 */waypoints[130] = spawnstruct(); +/* 1:57 */waypoints[130].origin = (-1416.88, -402.584, 80.1709); +/* 1:57 */waypoints[130].type = "claymore"; +/* 1:57 */waypoints[130].children[0] = 43; +/* 1:57 */waypoints[130].angles = (61.7529, -86.8652, 0); +/* 1:57 */waypoints[131] = spawnstruct(); +/* 1:57 */waypoints[131].origin = (-1735.95, -991.62, 16.6504); +/* 1:57 */waypoints[131].type = "claymore"; +/* 1:57 */waypoints[131].children[0] = 1; +/* 1:57 */waypoints[131].children[1] = 124; +/* 1:57 */waypoints[131].angles = (40.0275, 57.3083, 0); +/* 1:57 */waypoints[132] = spawnstruct(); +/* 1:57 */waypoints[132].origin = (-1301.58, -1614.79, 4.125); +/* 1:57 */waypoints[132].type = "stand"; +/* 1:57 */waypoints[132].children[0] = 5; +/* 1:57 */waypoints[132].children[1] = 133; +/* 1:57 */waypoints[132].children[2] = 149; +/* 1:57 */waypoints[133] = spawnstruct(); +/* 1:57 */waypoints[133].origin = (-1270.23, -1543.12, 4.125); +/* 1:57 */waypoints[133].type = "claymore"; +/* 1:57 */waypoints[133].children[0] = 132; +/* 1:57 */waypoints[133].angles = (73.2776, -175.75, 0); +/* 1:57 */waypoints[134] = spawnstruct(); +/* 1:57 */waypoints[134].origin = (-335.557, -1471.17, 11.2512); +/* 1:57 */waypoints[134].type = "crouch"; +/* 1:57 */waypoints[134].children[0] = 14; +/* 1:57 */waypoints[134].angles = (2.92664, -49.8688, 0); +/* 1:57 */waypoints[135] = spawnstruct(); +/* 1:57 */waypoints[135].origin = (-607.641, 796.06, -95.875); +/* 1:57 */waypoints[135].type = "claymore"; +/* 1:57 */waypoints[135].children[0] = 136; +/* 1:57 */waypoints[135].angles = (70.5914, 9.83093, 0); +/* 1:57 */waypoints[136] = spawnstruct(); +/* 1:57 */waypoints[136].origin = (-498.587, 822.432, -95.875); +/* 1:57 */waypoints[136].type = "stand"; +/* 1:57 */waypoints[136].children[0] = 135; +/* 1:57 */waypoints[136].children[1] = 58; +/* 1:57 */waypoints[136].children[2] = 61; +/* 1:57 */waypoints[136].children[3] = 59; +/* 1:57 */waypoints[137] = spawnstruct(); +/* 1:57 */waypoints[137].origin = (702.557, -894.281, -68.7618); +/* 1:57 */waypoints[137].type = "grenade"; +/* 1:57 */waypoints[137].children[0] = 87; +/* 1:57 */waypoints[137].angles = (-20.7159, 89.1687, 0); +/* 1:57 */waypoints[138] = spawnstruct(); +/* 1:57 */waypoints[138].origin = (-214.536, -940.646, -67.8172); +/* 1:57 */waypoints[138].type = "grenade"; +/* 1:57 */waypoints[138].children[0] = 26; +/* 1:57 */waypoints[138].angles = (-5.91736, 128.335, 0); +/* 1:57 */waypoints[139] = spawnstruct(); +/* 1:57 */waypoints[139].origin = (-1773.24, 23.1395, -46.1821); +/* 1:57 */waypoints[139].type = "grenade"; +/* 1:57 */waypoints[139].children[0] = 114; +/* 1:57 */waypoints[139].angles = (-18.4528, -87.486, 0); +/* 1:57 */waypoints[140] = spawnstruct(); +/* 1:57 */waypoints[140].origin = (-714.925, 165.125, -67.875); +/* 1:57 */waypoints[140].type = "crouch"; +/* 1:57 */waypoints[140].children[0] = 150; +/* 1:57 */waypoints[140].angles = (6.9751, 115.838, 0); +/* 1:57 */waypoints[141] = spawnstruct(); +/* 1:57 */waypoints[141].origin = (-435.07, 16.6627, -67.875); +/* 1:57 */waypoints[141].type = "grenade"; +/* 1:57 */waypoints[141].children[0] = 117; +/* 1:57 */waypoints[141].angles = (-22.0508, -156.118, 0); +/* 1:57 */waypoints[142] = spawnstruct(); +/* 1:57 */waypoints[142].origin = (614.728, -1721.55, -60.875); +/* 1:57 */waypoints[142].type = "stand"; +/* 1:57 */waypoints[142].children[0] = 92; +/* 1:57 */waypoints[143] = spawnstruct(); +/* 1:57 */waypoints[143].origin = (272.649, -994.08, -69.7291); +/* 1:57 */waypoints[143].type = "grenade"; +/* 1:57 */waypoints[143].children[0] = 80; +/* 1:57 */waypoints[143].angles = (-17.4475, 86.1969, 0); +/* 1:57 */waypoints[144] = spawnstruct(); +/* 1:57 */waypoints[144].origin = (-1453.29, -1127.88, 2.125); +/* 1:57 */waypoints[144].type = "grenade"; +/* 1:57 */waypoints[144].children[0] = 124; +/* 1:57 */waypoints[144].angles = (-17.5354, 123.056, 0.0384521); +/* 1:57 */waypoints[145] = spawnstruct(); +/* 1:57 */waypoints[145].origin = (997.568, 1330.96, -87.875); +/* 1:57 */waypoints[145].type = "stand"; +/* 1:57 */waypoints[145].children[0] = 73; +/* 1:57 */waypoints[145].children[1] = 146; +/* 1:57 */waypoints[146] = spawnstruct(); +/* 1:57 */waypoints[146].origin = (1003.47, 1111.62, -87.875); +/* 1:57 */waypoints[146].type = "stand"; +/* 1:57 */waypoints[146].children[0] = 145; +/* 1:57 */waypoints[146].children[1] = 147; +/* 1:57 */waypoints[147] = spawnstruct(); +/* 1:57 */waypoints[147].origin = (714.56, 1028.01, -99.8719); +/* 1:57 */waypoints[147].type = "stand"; +/* 1:57 */waypoints[147].children[0] = 146; +/* 1:57 */waypoints[147].children[1] = 73; +/* 1:57 */waypoints[147].children[2] = 74; +/* 1:57 */waypoints[148] = spawnstruct(); +/* 1:57 */waypoints[148].origin = (679.216, -1383.4, -73.3097); +/* 1:57 */waypoints[148].type = "stand"; +/* 1:57 */waypoints[148].children[0] = 93; +/* 1:57 */waypoints[148].children[1] = 92; +/* 1:57 */waypoints[148].children[2] = 88; +/* 1:57 */waypoints[149] = spawnstruct(); +/* 1:57 */waypoints[149].origin = (-1318.81, -1556.59, 4.125); +/* 1:57 */waypoints[149].type = "stand"; +/* 1:57 */waypoints[149].children[0] = 132; +/* 1:57 */waypoints[149].children[1] = 2; +/* 1:57 */waypoints[150] = spawnstruct(); +/* 1:57 */waypoints[150].origin = (-784.575, 170.894, -67.875); +/* 1:57 */waypoints[150].type = "stand"; +/* 1:57 */waypoints[150].children[0] = 140; +/* 1:57 */waypoints[150].children[1] = 36; +/* 1:57 */waypoints[150].children[2] = 35; +/* 1:57 */waypoints[151] = spawnstruct(); +/* 1:57 */waypoints[151].origin = (-1497.14, -456.128, 80.125); +/* 1:57 */waypoints[151].type = "stand"; +/* 1:57 */waypoints[151].children[0] = 129; +/* 1:57 */waypoints[151].children[1] = 44; +/* 1:57 */waypoints[151].children[2] = 128; +/* 1:57 */waypoints[152] = spawnstruct(); +/* 1:57 */waypoints[152].origin = (-1626.26, 1044.57, -51.875); +/* 1:57 */waypoints[152].type = "stand"; +/* 1:57 */waypoints[152].children[0] = 69; +/* 1:57 */waypoints[152].children[1] = 153; +/* 1:57 */waypoints[152].children[2] = 66; +/* 1:57 */waypoints[153] = spawnstruct(); +/* 1:57 */waypoints[153].origin = (-1704.74, 605.19, -51.875); +/* 1:57 */waypoints[153].type = "stand"; +/* 1:57 */waypoints[153].children[0] = 152; +/* 1:57 */waypoints[153].children[1] = 109; +/* 1:57 */waypoints[153].children[2] = 68; +/* 1:57 */waypoints[154] = spawnstruct(); +/* 1:57 */waypoints[154].origin = (-1657.27, -258.02, 79.9948); +/* 1:57 */waypoints[154].type = "climb"; +/* 1:57 */waypoints[154].children[0] = 56; +/* 1:57 */waypoints[154].children[1] = 54; +/* 1:57 */waypoints[154].angles = (1.9281, -90.2252, 0); +/* 1:57 */waypoints[155] = spawnstruct(); +/* 1:57 */waypoints[155].origin = (-1287.83, 522.259, -53.5349); +/* 1:57 */waypoints[155].type = "stand"; +/* 1:57 */waypoints[155].children[0] = 53; +/* 1:57 */waypoints[155].children[1] = 70; +/* 1:57 */waypoints[155].children[2] = 35; +/* 1:57 */return waypoints; +} \ No newline at end of file