From 79012f4736c0e3f866373c7a4c0ca81256ac2865 Mon Sep 17 00:00:00 2001 From: ineedbots Date: Wed, 9 Jun 2021 23:48:02 -0600 Subject: [PATCH] Some community wps --- README.md | 4 + raw/maps/mp/bots/_bot_utility.gsc | 18 + raw/maps/mp/bots/waypoints/arkaden.gsc | 1147 +++++++++++++++ raw/maps/mp/bots/waypoints/bakaara.gsc | 1539 +++++++++++++++++++++ raw/maps/mp/bots/waypoints/bootleg.gsc | 930 +++++++++++++ raw/maps/mp/bots/waypoints/carbon.gsc | 1084 +++++++++++++++ raw/maps/mp/bots/waypoints/downturn.gsc | 1471 ++++++++++++++++++++ raw/maps/mp/bots/waypoints/resistance.gsc | 1133 +++++++++++++++ 8 files changed, 7326 insertions(+) create mode 100644 raw/maps/mp/bots/waypoints/arkaden.gsc create mode 100644 raw/maps/mp/bots/waypoints/bakaara.gsc create mode 100644 raw/maps/mp/bots/waypoints/bootleg.gsc create mode 100644 raw/maps/mp/bots/waypoints/carbon.gsc create mode 100644 raw/maps/mp/bots/waypoints/downturn.gsc create mode 100644 raw/maps/mp/bots/waypoints/resistance.gsc diff --git a/README.md b/README.md index 1112c7d..f875339 100644 --- a/README.md +++ b/README.md @@ -171,5 +171,9 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar - Ability - Salvation +### Waypoint Creators +- FragsAreUs - https://github.com/FragsAreUs +- Aesirix - https://github.com/Aesirix + Feel free to use code, host on other sites, host on servers, mod it and merge mods with it, just give credit where credit is due! -INeedGames/INeedBot(s) @ ineedbots@outlook.com diff --git a/raw/maps/mp/bots/_bot_utility.gsc b/raw/maps/mp/bots/_bot_utility.gsc index 005c5fb..6bfb3a9 100644 --- a/raw/maps/mp/bots/_bot_utility.gsc +++ b/raw/maps/mp/bots/_bot_utility.gsc @@ -922,6 +922,24 @@ load_waypoints() case "mp_seatown": level.waypoints = maps\mp\bots\waypoints\seatown::Seatown(); break; + case "mp_plaza2": + level.waypoints = maps\mp\bots\waypoints\arkaden::Arkaden(); + break; + case "mp_mogadishu": + level.waypoints = maps\mp\bots\waypoints\bakaara::Bakaara(); + break; + case "mp_paris": + level.waypoints = maps\mp\bots\waypoints\resistance::Resistance(); + break; + case "mp_bootleg": + level.waypoints = maps\mp\bots\waypoints\bootleg::Bootleg(); + break; + case "mp_exchange": + level.waypoints = maps\mp\bots\waypoints\downturn::Downturn(); + break; + case "mp_carbon": + level.waypoints = maps\mp\bots\waypoints\carbon::Carbon(); + break; default: maps\mp\bots\waypoints\_custom_map::main(mapname); break; diff --git a/raw/maps/mp/bots/waypoints/arkaden.gsc b/raw/maps/mp/bots/waypoints/arkaden.gsc new file mode 100644 index 0000000..8f92bdd --- /dev/null +++ b/raw/maps/mp/bots/waypoints/arkaden.gsc @@ -0,0 +1,1147 @@ +Arkaden() +{ +/* 88:55 */waypoints = []; +/* 88:55 */waypoints[0] = spawnstruct(); +/* 88:55 */waypoints[0].origin = (-593.774, 2026.16, 739.269); +/* 88:55 */waypoints[0].type = "stand"; +/* 88:55 */waypoints[0].children[0] = 1; +/* 88:55 */waypoints[0].children[1] = 132; +/* 88:55 */waypoints[0].children[2] = 135; +/* 88:55 */waypoints[0].children[3] = 136; +/* 88:55 */waypoints[1] = spawnstruct(); +/* 88:55 */waypoints[1].origin = (-543.737, 1770.66, 614.041); +/* 88:55 */waypoints[1].type = "stand"; +/* 88:55 */waypoints[1].children[0] = 0; +/* 88:55 */waypoints[1].children[1] = 2; +/* 88:55 */waypoints[1].children[2] = 6; +/* 88:55 */waypoints[1].children[3] = 29; +/* 88:55 */waypoints[1].children[4] = 128; +/* 88:55 */waypoints[1].children[5] = 133; +/* 88:55 */waypoints[2] = spawnstruct(); +/* 88:55 */waypoints[2].origin = (-404.267, 1070.15, 616.125); +/* 88:55 */waypoints[2].type = "stand"; +/* 88:55 */waypoints[2].children[0] = 3; +/* 88:55 */waypoints[2].children[1] = 1; +/* 88:55 */waypoints[2].children[2] = 4; +/* 88:55 */waypoints[2].children[3] = 5; +/* 88:55 */waypoints[2].children[4] = 27; +/* 88:55 */waypoints[2].children[5] = 123; +/* 88:55 */waypoints[2].children[6] = 146; +/* 88:55 */waypoints[3] = spawnstruct(); +/* 88:55 */waypoints[3].origin = (-1276.86, 1039.32, 796.125); +/* 88:55 */waypoints[3].type = "stand"; +/* 88:55 */waypoints[3].children[0] = 2; +/* 88:55 */waypoints[3].children[1] = 7; +/* 88:55 */waypoints[3].children[2] = 8; +/* 88:55 */waypoints[3].children[3] = 9; +/* 88:55 */waypoints[4] = spawnstruct(); +/* 88:55 */waypoints[4].origin = (-3.64847, 1039.76, 616.125); +/* 88:55 */waypoints[4].type = "stand"; +/* 88:55 */waypoints[4].children[0] = 2; +/* 88:55 */waypoints[4].children[1] = 122; +/* 88:55 */waypoints[4].children[2] = 124; +/* 88:55 */waypoints[4].children[3] = 127; +/* 88:55 */waypoints[4].children[4] = 131; +/* 88:55 */waypoints[4].children[5] = 29; +/* 88:55 */waypoints[5] = spawnstruct(); +/* 88:55 */waypoints[5].origin = (-542.875, 723.125, 618.125); +/* 88:55 */waypoints[5].type = "crouch"; +/* 88:55 */waypoints[5].children[0] = 2; +/* 88:55 */waypoints[5].angles = (0.961304, 46.5473, 0); +/* 88:55 */waypoints[6] = spawnstruct(); +/* 88:55 */waypoints[6].origin = (-1139.75, 1822.84, 608.125); +/* 88:55 */waypoints[6].type = "stand"; +/* 88:55 */waypoints[6].children[0] = 1; +/* 88:55 */waypoints[6].children[1] = 7; +/* 88:55 */waypoints[6].children[2] = 134; +/* 88:55 */waypoints[6].children[3] = 32; +/* 88:55 */waypoints[6].children[4] = 150; +/* 88:55 */waypoints[7] = spawnstruct(); +/* 88:55 */waypoints[7].origin = (-1374.84, 1307.55, 733.707); +/* 88:55 */waypoints[7].type = "stand"; +/* 88:55 */waypoints[7].children[0] = 6; +/* 88:55 */waypoints[7].children[1] = 3; +/* 88:55 */waypoints[7].children[2] = 32; +/* 88:55 */waypoints[7].children[3] = 9; +/* 88:55 */waypoints[7].children[4] = 134; +/* 88:55 */waypoints[7].children[5] = 145; +/* 88:55 */waypoints[8] = spawnstruct(); +/* 88:55 */waypoints[8].origin = (-1247.76, 829.624, 800.125); +/* 88:55 */waypoints[8].type = "stand"; +/* 88:55 */waypoints[8].children[0] = 3; +/* 88:55 */waypoints[8].children[1] = 9; +/* 88:55 */waypoints[8].children[2] = 15; +/* 88:55 */waypoints[8].children[3] = 33; +/* 88:55 */waypoints[8].children[4] = 166; +/* 88:55 */waypoints[9] = spawnstruct(); +/* 88:55 */waypoints[9].origin = (-1383.44, 837.804, 800.125); +/* 88:55 */waypoints[9].type = "stand"; +/* 88:55 */waypoints[9].children[0] = 3; +/* 88:55 */waypoints[9].children[1] = 8; +/* 88:55 */waypoints[9].children[2] = 10; +/* 88:55 */waypoints[9].children[3] = 14; +/* 88:55 */waypoints[9].children[4] = 23; +/* 88:55 */waypoints[9].children[5] = 24; +/* 88:55 */waypoints[9].children[6] = 7; +/* 88:55 */waypoints[9].children[7] = 137; +/* 88:55 */waypoints[10] = spawnstruct(); +/* 88:55 */waypoints[10].origin = (-1513.54, 247.259, 800.125); +/* 88:55 */waypoints[10].type = "stand"; +/* 88:55 */waypoints[10].children[0] = 11; +/* 88:55 */waypoints[10].children[1] = 9; +/* 88:55 */waypoints[10].children[2] = 64; +/* 88:55 */waypoints[10].children[3] = 68; +/* 88:55 */waypoints[10].children[4] = 70; +/* 88:55 */waypoints[10].children[5] = 170; +/* 88:55 */waypoints[11] = spawnstruct(); +/* 88:55 */waypoints[11].origin = (-1516.25, -284.984, 800.125); +/* 88:55 */waypoints[11].type = "stand"; +/* 88:55 */waypoints[11].children[0] = 12; +/* 88:55 */waypoints[11].children[1] = 10; +/* 88:55 */waypoints[11].children[2] = 55; +/* 88:55 */waypoints[11].children[3] = 65; +/* 88:55 */waypoints[11].children[4] = 68; +/* 88:55 */waypoints[11].children[5] = 71; +/* 88:55 */waypoints[11].children[6] = 72; +/* 88:55 */waypoints[12] = spawnstruct(); +/* 88:55 */waypoints[12].origin = (-1504.53, -658.967, 800.125); +/* 88:55 */waypoints[12].type = "stand"; +/* 88:55 */waypoints[12].children[0] = 13; +/* 88:55 */waypoints[12].children[1] = 11; +/* 88:55 */waypoints[12].children[2] = 77; +/* 88:55 */waypoints[12].children[3] = 148; +/* 88:55 */waypoints[12].children[4] = 161; +/* 88:55 */waypoints[13] = spawnstruct(); +/* 88:55 */waypoints[13].origin = (-1503.33, -888.662, 803.125); +/* 88:55 */waypoints[13].type = "stand"; +/* 88:55 */waypoints[13].children[0] = 12; +/* 88:55 */waypoints[13].children[1] = 78; +/* 88:55 */waypoints[13].children[2] = 148; +/* 88:55 */waypoints[14] = spawnstruct(); +/* 88:55 */waypoints[14].origin = (-1095.3, 489.197, 800.125); +/* 88:55 */waypoints[14].type = "stand"; +/* 88:55 */waypoints[14].children[0] = 9; +/* 88:55 */waypoints[14].children[1] = 15; +/* 88:55 */waypoints[14].children[2] = 20; +/* 88:55 */waypoints[14].children[3] = 22; +/* 88:55 */waypoints[15] = spawnstruct(); +/* 88:55 */waypoints[15].origin = (-1242.23, 709.296, 800.125); +/* 88:55 */waypoints[15].type = "stand"; +/* 88:55 */waypoints[15].children[0] = 8; +/* 88:55 */waypoints[15].children[1] = 14; +/* 88:55 */waypoints[15].children[2] = 23; +/* 88:55 */waypoints[15].children[3] = 139; +/* 88:55 */waypoints[15].children[4] = 21; +/* 88:55 */waypoints[15].children[5] = 22; +/* 88:55 */waypoints[15].children[6] = 20; +/* 88:55 */waypoints[16] = spawnstruct(); +/* 88:55 */waypoints[16].origin = (-1116.2, 272.399, 800.125); +/* 88:55 */waypoints[16].type = "stand"; +/* 88:55 */waypoints[16].children[0] = 22; +/* 88:55 */waypoints[16].children[1] = 17; +/* 88:55 */waypoints[16].children[2] = 147; +/* 88:55 */waypoints[17] = spawnstruct(); +/* 88:55 */waypoints[17].origin = (-1116.13, -104.238, 608.125); +/* 88:55 */waypoints[17].type = "stand"; +/* 88:55 */waypoints[17].children[0] = 19; +/* 88:55 */waypoints[17].children[1] = 18; +/* 88:55 */waypoints[17].children[2] = 16; +/* 88:55 */waypoints[17].children[3] = 37; +/* 88:55 */waypoints[17].children[4] = 147; +/* 88:55 */waypoints[18] = spawnstruct(); +/* 88:55 */waypoints[18].origin = (-1225.72, -92.1519, 608.125); +/* 88:55 */waypoints[18].type = "stand"; +/* 88:55 */waypoints[18].children[0] = 17; +/* 88:55 */waypoints[18].children[1] = 21; +/* 88:55 */waypoints[18].children[2] = 38; +/* 88:55 */waypoints[18].children[3] = 62; +/* 88:55 */waypoints[18].children[4] = 60; +/* 88:55 */waypoints[19] = spawnstruct(); +/* 88:55 */waypoints[19].origin = (-1001.85, -117.033, 608.125); +/* 88:55 */waypoints[19].type = "stand"; +/* 88:55 */waypoints[19].children[0] = 20; +/* 88:55 */waypoints[19].children[1] = 17; +/* 88:55 */waypoints[19].children[2] = 37; +/* 88:55 */waypoints[19].children[3] = 34; +/* 88:55 */waypoints[20] = spawnstruct(); +/* 88:55 */waypoints[20].origin = (-993.849, 266.29, 801.125); +/* 88:55 */waypoints[20].type = "stand"; +/* 88:55 */waypoints[20].children[0] = 14; +/* 88:55 */waypoints[20].children[1] = 19; +/* 88:55 */waypoints[20].children[2] = 22; +/* 88:55 */waypoints[20].children[3] = 15; +/* 88:55 */waypoints[21] = spawnstruct(); +/* 88:55 */waypoints[21].origin = (-1233.5, 279.529, 801.125); +/* 88:55 */waypoints[21].type = "stand"; +/* 88:55 */waypoints[21].children[0] = 18; +/* 88:55 */waypoints[21].children[1] = 22; +/* 88:55 */waypoints[21].children[2] = 15; +/* 88:55 */waypoints[22] = spawnstruct(); +/* 88:55 */waypoints[22].origin = (-1123.09, 401.336, 800.125); +/* 88:55 */waypoints[22].type = "stand"; +/* 88:55 */waypoints[22].children[0] = 21; +/* 88:55 */waypoints[22].children[1] = 20; +/* 88:55 */waypoints[22].children[2] = 16; +/* 88:55 */waypoints[22].children[3] = 14; +/* 88:55 */waypoints[22].children[4] = 23; +/* 88:55 */waypoints[22].children[5] = 24; +/* 88:55 */waypoints[22].children[6] = 59; +/* 88:55 */waypoints[22].children[7] = 75; +/* 88:55 */waypoints[22].children[8] = 138; +/* 88:55 */waypoints[22].children[9] = 15; +/* 88:55 */waypoints[23] = spawnstruct(); +/* 88:55 */waypoints[23].origin = (-1376.42, 650.792, 800.125); +/* 88:55 */waypoints[23].type = "stand"; +/* 88:55 */waypoints[23].children[0] = 9; +/* 88:55 */waypoints[23].children[1] = 22; +/* 88:55 */waypoints[23].children[2] = 139; +/* 88:55 */waypoints[23].children[3] = 15; +/* 88:55 */waypoints[23].children[4] = 167; +/* 88:55 */waypoints[24] = spawnstruct(); +/* 88:55 */waypoints[24].origin = (-1355.36, 401.402, 800.125); +/* 88:55 */waypoints[24].type = "stand"; +/* 88:55 */waypoints[24].children[0] = 22; +/* 88:55 */waypoints[24].children[1] = 9; +/* 88:55 */waypoints[24].children[2] = 25; +/* 88:55 */waypoints[25] = spawnstruct(); +/* 88:55 */waypoints[25].origin = (-1511.41, 415.522, 800.125); +/* 88:55 */waypoints[25].type = "stand"; +/* 88:55 */waypoints[25].children[0] = 24; +/* 88:55 */waypoints[25].children[1] = 26; +/* 88:55 */waypoints[25].children[2] = 63; +/* 88:55 */waypoints[26] = spawnstruct(); +/* 88:55 */waypoints[26].origin = (-1696.88, 572.875, 800.125); +/* 88:55 */waypoints[26].type = "crouch"; +/* 88:55 */waypoints[26].children[0] = 25; +/* 88:55 */waypoints[26].angles = (6.3446, -29.0167, 0); +/* 88:55 */waypoints[27] = spawnstruct(); +/* 88:55 */waypoints[27].origin = (-305.125, 723.125, 618.125); +/* 88:55 */waypoints[27].type = "crouch"; +/* 88:55 */waypoints[27].children[0] = 2; +/* 88:55 */waypoints[27].angles = (3.46069, 118.596, 0); +/* 88:55 */waypoints[28] = spawnstruct(); +/* 88:55 */waypoints[28].origin = (-783.883, 1362.15, 616.125); +/* 88:55 */waypoints[28].type = "stand"; +/* 88:55 */waypoints[28].children[0] = 29; +/* 88:55 */waypoints[28].children[1] = 30; +/* 88:55 */waypoints[28].children[2] = 31; +/* 88:55 */waypoints[28].children[3] = 32; +/* 88:55 */waypoints[28].children[4] = 132; +/* 88:55 */waypoints[28].children[5] = 150; +/* 88:55 */waypoints[29] = spawnstruct(); +/* 88:55 */waypoints[29].origin = (-464.177, 1362.75, 616.125); +/* 88:55 */waypoints[29].type = "stand"; +/* 88:55 */waypoints[29].children[0] = 28; +/* 88:55 */waypoints[29].children[1] = 1; +/* 88:55 */waypoints[29].children[2] = 132; +/* 88:55 */waypoints[29].children[3] = 4; +/* 88:55 */waypoints[30] = spawnstruct(); +/* 88:55 */waypoints[30].origin = (-751.125, 1231.12, 616.125); +/* 88:55 */waypoints[30].type = "crouch"; +/* 88:55 */waypoints[30].children[0] = 28; +/* 88:55 */waypoints[30].angles = (1.5863, 122.446, 0); +/* 88:55 */waypoints[31] = spawnstruct(); +/* 88:55 */waypoints[31].origin = (-848.875, 1231.12, 616.125); +/* 88:55 */waypoints[31].type = "crouch"; +/* 88:55 */waypoints[31].children[0] = 28; +/* 88:55 */waypoints[31].angles = (1.00952, 61.9006, 0); +/* 88:55 */waypoints[32] = spawnstruct(); +/* 88:55 */waypoints[32].origin = (-1322.56, 1428.09, 672.061); +/* 88:55 */waypoints[32].type = "stand"; +/* 88:55 */waypoints[32].children[0] = 7; +/* 88:55 */waypoints[32].children[1] = 28; +/* 88:55 */waypoints[32].children[2] = 6; +/* 88:55 */waypoints[32].children[3] = 145; +/* 88:55 */waypoints[32].children[4] = 150; +/* 88:55 */waypoints[33] = spawnstruct(); +/* 88:55 */waypoints[33].origin = (-1095.13, 789.057, 800.125); +/* 88:55 */waypoints[33].type = "crouch"; +/* 88:55 */waypoints[33].children[0] = 8; +/* 88:55 */waypoints[33].angles = (0.432739, 169.929, 0); +/* 88:55 */waypoints[34] = spawnstruct(); +/* 88:55 */waypoints[34].origin = (-822.752, -75.4086, 608.125); +/* 88:55 */waypoints[34].type = "stand"; +/* 88:55 */waypoints[34].children[0] = 19; +/* 88:55 */waypoints[34].children[1] = 35; +/* 88:55 */waypoints[34].children[2] = 40; +/* 88:55 */waypoints[35] = spawnstruct(); +/* 88:55 */waypoints[35].origin = (-340.469, -63.3084, 640.125); +/* 88:55 */waypoints[35].type = "stand"; +/* 88:55 */waypoints[35].children[0] = 34; +/* 88:55 */waypoints[35].children[1] = 36; +/* 88:55 */waypoints[35].children[2] = 40; +/* 88:55 */waypoints[35].children[3] = 41; +/* 88:55 */waypoints[35].children[4] = 113; +/* 88:55 */waypoints[35].children[5] = 149; +/* 88:55 */waypoints[36] = spawnstruct(); +/* 88:55 */waypoints[36].origin = (-341.384, -312.494, 640.125); +/* 88:55 */waypoints[36].type = "stand"; +/* 88:55 */waypoints[36].children[0] = 35; +/* 88:55 */waypoints[36].children[1] = 37; +/* 88:55 */waypoints[36].children[2] = 39; +/* 88:55 */waypoints[36].children[3] = 41; +/* 88:55 */waypoints[36].children[4] = 114; +/* 88:55 */waypoints[37] = spawnstruct(); +/* 88:55 */waypoints[37].origin = (-874.283, -306.441, 608.125); +/* 88:55 */waypoints[37].type = "stand"; +/* 88:55 */waypoints[37].children[0] = 19; +/* 88:55 */waypoints[37].children[1] = 38; +/* 88:55 */waypoints[37].children[2] = 36; +/* 88:55 */waypoints[37].children[3] = 39; +/* 88:55 */waypoints[37].children[4] = 17; +/* 88:55 */waypoints[38] = spawnstruct(); +/* 88:55 */waypoints[38].origin = (-1241.84, -296.665, 608.125); +/* 88:55 */waypoints[38].type = "stand"; +/* 88:55 */waypoints[38].children[0] = 37; +/* 88:55 */waypoints[38].children[1] = 18; +/* 88:55 */waypoints[38].children[2] = 60; +/* 88:55 */waypoints[39] = spawnstruct(); +/* 88:55 */waypoints[39].origin = (-653.157, -309.664, 608.125); +/* 88:55 */waypoints[39].type = "stand"; +/* 88:55 */waypoints[39].children[0] = 40; +/* 88:55 */waypoints[39].children[1] = 37; +/* 88:55 */waypoints[39].children[2] = 36; +/* 88:55 */waypoints[40] = spawnstruct(); +/* 88:55 */waypoints[40].origin = (-677.991, -74.9176, 608.125); +/* 88:55 */waypoints[40].type = "stand"; +/* 88:55 */waypoints[40].children[0] = 34; +/* 88:55 */waypoints[40].children[1] = 39; +/* 88:55 */waypoints[40].children[2] = 35; +/* 88:55 */waypoints[41] = spawnstruct(); +/* 88:55 */waypoints[41].origin = (-313.099, -909.431, 640.125); +/* 88:55 */waypoints[41].type = "stand"; +/* 88:55 */waypoints[41].children[0] = 35; +/* 88:55 */waypoints[41].children[1] = 36; +/* 88:55 */waypoints[41].children[2] = 85; +/* 88:55 */waypoints[41].children[3] = 42; +/* 88:55 */waypoints[41].children[4] = 162; +/* 88:55 */waypoints[41].children[5] = 163; +/* 88:55 */waypoints[42] = spawnstruct(); +/* 88:55 */waypoints[42].origin = (-69.7236, -875.661, 640.125); +/* 88:55 */waypoints[42].type = "stand"; +/* 88:55 */waypoints[42].children[0] = 43; +/* 88:55 */waypoints[42].children[1] = 44; +/* 88:55 */waypoints[42].children[2] = 41; +/* 88:55 */waypoints[42].children[3] = 163; +/* 88:55 */waypoints[43] = spawnstruct(); +/* 88:55 */waypoints[43].origin = (197.379, -925.426, 640.125); +/* 88:55 */waypoints[43].type = "stand"; +/* 88:55 */waypoints[43].children[0] = 44; +/* 88:55 */waypoints[43].children[1] = 42; +/* 88:55 */waypoints[43].children[2] = 46; +/* 88:55 */waypoints[43].children[3] = 152; +/* 88:55 */waypoints[44] = spawnstruct(); +/* 88:55 */waypoints[44].origin = (190.126, -822.195, 640.125); +/* 88:55 */waypoints[44].type = "stand"; +/* 88:55 */waypoints[44].children[0] = 43; +/* 88:55 */waypoints[44].children[1] = 42; +/* 88:55 */waypoints[44].children[2] = 45; +/* 88:55 */waypoints[44].children[3] = 46; +/* 88:55 */waypoints[44].children[4] = 101; +/* 88:55 */waypoints[44].children[5] = 152; +/* 88:55 */waypoints[44].children[6] = 155; +/* 88:55 */waypoints[45] = spawnstruct(); +/* 88:55 */waypoints[45].origin = (309.202, -715.305, 652.552); +/* 88:55 */waypoints[45].type = "stand"; +/* 88:55 */waypoints[45].children[0] = 46; +/* 88:55 */waypoints[45].children[1] = 44; +/* 88:55 */waypoints[45].children[2] = 47; +/* 88:55 */waypoints[45].children[3] = 101; +/* 88:55 */waypoints[45].children[4] = 105; +/* 88:55 */waypoints[45].children[5] = 141; +/* 88:55 */waypoints[46] = spawnstruct(); +/* 88:55 */waypoints[46].origin = (308.478, -1040.89, 640.125); +/* 88:55 */waypoints[46].type = "stand"; +/* 88:55 */waypoints[46].children[0] = 43; +/* 88:55 */waypoints[46].children[1] = 45; +/* 88:55 */waypoints[46].children[2] = 44; +/* 88:55 */waypoints[46].children[3] = 48; +/* 88:55 */waypoints[46].children[4] = 101; +/* 88:55 */waypoints[46].children[5] = 154; +/* 88:55 */waypoints[47] = spawnstruct(); +/* 88:55 */waypoints[47].origin = (-195.54, -711.009, 800.125); +/* 88:55 */waypoints[47].type = "stand"; +/* 88:55 */waypoints[47].children[0] = 48; +/* 88:55 */waypoints[47].children[1] = 45; +/* 88:55 */waypoints[47].children[2] = 49; +/* 88:55 */waypoints[47].children[3] = 50; +/* 88:55 */waypoints[47].children[4] = 51; +/* 88:55 */waypoints[48] = spawnstruct(); +/* 88:55 */waypoints[48].origin = (-189.787, -1039.83, 800.125); +/* 88:55 */waypoints[48].type = "stand"; +/* 88:55 */waypoints[48].children[0] = 46; +/* 88:55 */waypoints[48].children[1] = 47; +/* 88:55 */waypoints[49] = spawnstruct(); +/* 88:55 */waypoints[49].origin = (-328.875, -747.136, 800.125); +/* 88:55 */waypoints[49].type = "crouch"; +/* 88:55 */waypoints[49].children[0] = 47; +/* 88:55 */waypoints[49].angles = (7.73316, -24.0893, 0); +/* 88:55 */waypoints[50] = spawnstruct(); +/* 88:55 */waypoints[50].origin = (-55.125, -527.125, 800.125); +/* 88:55 */waypoints[50].type = "crouch"; +/* 88:55 */waypoints[50].children[0] = 47; +/* 88:55 */waypoints[50].angles = (5.23376, -136.331, 0); +/* 88:55 */waypoints[51] = spawnstruct(); +/* 88:55 */waypoints[51].origin = (-312.472, -389.142, 800.125); +/* 88:55 */waypoints[51].type = "stand"; +/* 88:55 */waypoints[51].children[0] = 47; +/* 88:55 */waypoints[51].children[1] = 52; +/* 88:55 */waypoints[51].children[2] = 54; +/* 88:55 */waypoints[51].children[3] = 55; +/* 88:55 */waypoints[51].children[4] = 72; +/* 88:55 */waypoints[51].children[5] = 144; +/* 88:55 */waypoints[51].children[6] = 158; +/* 88:55 */waypoints[52] = spawnstruct(); +/* 88:55 */waypoints[52].origin = (-252.607, 1.59709, 800.125); +/* 88:55 */waypoints[52].type = "stand"; +/* 88:55 */waypoints[52].children[0] = 51; +/* 88:55 */waypoints[52].children[1] = 56; +/* 88:55 */waypoints[52].children[2] = 53; +/* 88:55 */waypoints[52].children[3] = 144; +/* 88:55 */waypoints[53] = spawnstruct(); +/* 88:55 */waypoints[53].origin = (-470.415, 35.8304, 800.125); +/* 88:55 */waypoints[53].type = "stand"; +/* 88:55 */waypoints[53].children[0] = 54; +/* 88:55 */waypoints[53].children[1] = 56; +/* 88:55 */waypoints[53].children[2] = 74; +/* 88:55 */waypoints[53].children[3] = 55; +/* 88:55 */waypoints[53].children[4] = 52; +/* 88:55 */waypoints[54] = spawnstruct(); +/* 88:55 */waypoints[54].origin = (-403.579, -370.487, 800.125); +/* 88:55 */waypoints[54].type = "stand"; +/* 88:55 */waypoints[54].children[0] = 53; +/* 88:55 */waypoints[54].children[1] = 51; +/* 88:55 */waypoints[55] = spawnstruct(); +/* 88:55 */waypoints[55].origin = (-549.613, -270.368, 800.125); +/* 88:55 */waypoints[55].type = "stand"; +/* 88:55 */waypoints[55].children[0] = 11; +/* 88:55 */waypoints[55].children[1] = 51; +/* 88:55 */waypoints[55].children[2] = 71; +/* 88:55 */waypoints[55].children[3] = 53; +/* 88:55 */waypoints[56] = spawnstruct(); +/* 88:55 */waypoints[56].origin = (-250.489, 350.486, 801.125); +/* 88:55 */waypoints[56].type = "stand"; +/* 88:55 */waypoints[56].children[0] = 52; +/* 88:55 */waypoints[56].children[1] = 57; +/* 88:55 */waypoints[56].children[2] = 58; +/* 88:55 */waypoints[56].children[3] = 53; +/* 88:55 */waypoints[56].children[4] = 76; +/* 88:55 */waypoints[57] = spawnstruct(); +/* 88:55 */waypoints[57].origin = (-203.125, 526.875, 801.125); +/* 88:55 */waypoints[57].type = "crouch"; +/* 88:55 */waypoints[57].children[0] = 56; +/* 88:55 */waypoints[57].angles = (3.50891, -134.59, 0); +/* 88:55 */waypoints[58] = spawnstruct(); +/* 88:55 */waypoints[58].origin = (-433.939, 432.456, 801.125); +/* 88:55 */waypoints[58].type = "stand"; +/* 88:55 */waypoints[58].children[0] = 56; +/* 88:55 */waypoints[58].children[1] = 59; +/* 88:55 */waypoints[58].children[2] = 76; +/* 88:55 */waypoints[59] = spawnstruct(); +/* 88:55 */waypoints[59].origin = (-666.935, 447.552, 800.125); +/* 88:55 */waypoints[59].type = "stand"; +/* 88:55 */waypoints[59].children[0] = 22; +/* 88:55 */waypoints[59].children[1] = 58; +/* 88:55 */waypoints[59].children[2] = 75; +/* 88:55 */waypoints[59].children[3] = 138; +/* 88:55 */waypoints[60] = spawnstruct(); +/* 88:55 */waypoints[60].origin = (-1373.17, -326.1, 608.125); +/* 88:55 */waypoints[60].type = "stand"; +/* 88:55 */waypoints[60].children[0] = 61; +/* 88:55 */waypoints[60].children[1] = 38; +/* 88:55 */waypoints[60].children[2] = 18; +/* 88:55 */waypoints[61] = spawnstruct(); +/* 88:55 */waypoints[61].origin = (-1543.15, -344.109, 608.125); +/* 88:55 */waypoints[61].type = "stand"; +/* 88:55 */waypoints[61].children[0] = 60; +/* 88:55 */waypoints[61].children[1] = 62; +/* 88:55 */waypoints[62] = spawnstruct(); +/* 88:55 */waypoints[62].origin = (-1500.26, 91.3402, 608.125); +/* 88:55 */waypoints[62].type = "stand"; +/* 88:55 */waypoints[62].children[0] = 18; +/* 88:55 */waypoints[62].children[1] = 61; +/* 88:55 */waypoints[63] = spawnstruct(); +/* 88:55 */waypoints[63].origin = (-1709, 403.009, 800.125); +/* 88:55 */waypoints[63].type = "stand"; +/* 88:55 */waypoints[63].children[0] = 64; +/* 88:55 */waypoints[63].children[1] = 25; +/* 88:55 */waypoints[64] = spawnstruct(); +/* 88:55 */waypoints[64].origin = (-1708.96, 190.037, 800.125); +/* 88:55 */waypoints[64].type = "stand"; +/* 88:55 */waypoints[64].children[0] = 65; +/* 88:55 */waypoints[64].children[1] = 63; +/* 88:55 */waypoints[64].children[2] = 10; +/* 88:55 */waypoints[64].children[3] = 69; +/* 88:55 */waypoints[65] = spawnstruct(); +/* 88:55 */waypoints[65].origin = (-1708.82, -239.704, 800.125); +/* 88:55 */waypoints[65].type = "stand"; +/* 88:55 */waypoints[65].children[0] = 11; +/* 88:55 */waypoints[65].children[1] = 64; +/* 88:55 */waypoints[66] = spawnstruct(); +/* 88:55 */waypoints[66].origin = (-1595.8, 27.0772, 800.125); +/* 88:55 */waypoints[66].type = "stand"; +/* 88:55 */waypoints[66].children[0] = 69; +/* 88:55 */waypoints[66].children[1] = 68; +/* 88:55 */waypoints[67] = spawnstruct(); +/* 88:55 */waypoints[67].origin = (-1598.92, -93.2606, 800.125); +/* 88:55 */waypoints[67].type = "stand"; +/* 88:55 */waypoints[67].children[0] = 68; +/* 88:55 */waypoints[67].children[1] = 69; +/* 88:55 */waypoints[68] = spawnstruct(); +/* 88:55 */waypoints[68].origin = (-1514.6, -87.3098, 800.125); +/* 88:55 */waypoints[68].type = "stand"; +/* 88:55 */waypoints[68].children[0] = 10; +/* 88:55 */waypoints[68].children[1] = 11; +/* 88:55 */waypoints[68].children[2] = 67; +/* 88:55 */waypoints[68].children[3] = 66; +/* 88:55 */waypoints[69] = spawnstruct(); +/* 88:55 */waypoints[69].origin = (-1702.27, -31.4775, 800.125); +/* 88:55 */waypoints[69].type = "stand"; +/* 88:55 */waypoints[69].children[0] = 67; +/* 88:55 */waypoints[69].children[1] = 64; +/* 88:55 */waypoints[69].children[2] = 66; +/* 88:55 */waypoints[70] = spawnstruct(); +/* 88:55 */waypoints[70].origin = (-1443.36, 39.6564, 800.125); +/* 88:55 */waypoints[70].type = "stand"; +/* 88:55 */waypoints[70].children[0] = 10; +/* 88:55 */waypoints[70].children[1] = 71; +/* 88:55 */waypoints[71] = spawnstruct(); +/* 88:55 */waypoints[71].origin = (-1442.81, -205.756, 800.125); +/* 88:55 */waypoints[71].type = "stand"; +/* 88:55 */waypoints[71].children[0] = 70; +/* 88:55 */waypoints[71].children[1] = 11; +/* 88:55 */waypoints[71].children[2] = 55; +/* 88:55 */waypoints[71].children[3] = 143; +/* 88:55 */waypoints[72] = spawnstruct(); +/* 88:55 */waypoints[72].origin = (-740.837, -211.883, 800.125); +/* 88:55 */waypoints[72].type = "stand"; +/* 88:55 */waypoints[72].children[0] = 51; +/* 88:55 */waypoints[72].children[1] = 73; +/* 88:55 */waypoints[72].children[2] = 74; +/* 88:55 */waypoints[72].children[3] = 11; +/* 88:55 */waypoints[72].children[4] = 142; +/* 88:55 */waypoints[73] = spawnstruct(); +/* 88:55 */waypoints[73].origin = (-814.099, 91.343, 800.125); +/* 88:55 */waypoints[73].type = "stand"; +/* 88:55 */waypoints[73].children[0] = 72; +/* 88:55 */waypoints[73].children[1] = 74; +/* 88:55 */waypoints[73].children[2] = 138; +/* 88:55 */waypoints[73].children[3] = 140; +/* 88:55 */waypoints[74] = spawnstruct(); +/* 88:55 */waypoints[74].origin = (-661.135, 108.178, 800.125); +/* 88:55 */waypoints[74].type = "stand"; +/* 88:55 */waypoints[74].children[0] = 72; +/* 88:55 */waypoints[74].children[1] = 73; +/* 88:55 */waypoints[74].children[2] = 53; +/* 88:55 */waypoints[74].children[3] = 75; +/* 88:55 */waypoints[74].children[4] = 76; +/* 88:55 */waypoints[75] = spawnstruct(); +/* 88:55 */waypoints[75].origin = (-669.557, 311.087, 800.125); +/* 88:55 */waypoints[75].type = "stand"; +/* 88:55 */waypoints[75].children[0] = 74; +/* 88:55 */waypoints[75].children[1] = 59; +/* 88:55 */waypoints[75].children[2] = 22; +/* 88:55 */waypoints[75].children[3] = 138; +/* 88:55 */waypoints[75].children[4] = 159; +/* 88:55 */waypoints[76] = spawnstruct(); +/* 88:55 */waypoints[76].origin = (-516.742, 275.49, 801.125); +/* 88:55 */waypoints[76].type = "stand"; +/* 88:55 */waypoints[76].children[0] = 56; +/* 88:55 */waypoints[76].children[1] = 74; +/* 88:55 */waypoints[76].children[2] = 58; +/* 88:55 */waypoints[77] = spawnstruct(); +/* 88:55 */waypoints[77].origin = (-1138.43, -637.739, 801.125); +/* 88:55 */waypoints[77].type = "stand"; +/* 88:55 */waypoints[77].children[0] = 12; +/* 88:55 */waypoints[77].children[1] = 78; +/* 88:55 */waypoints[77].children[2] = 80; +/* 88:55 */waypoints[77].children[3] = 81; +/* 88:55 */waypoints[77].children[4] = 148; +/* 88:55 */waypoints[77].children[5] = 161; +/* 88:55 */waypoints[78] = spawnstruct(); +/* 88:55 */waypoints[78].origin = (-1106.12, -890.476, 800.125); +/* 88:55 */waypoints[78].type = "stand"; +/* 88:55 */waypoints[78].children[0] = 77; +/* 88:55 */waypoints[78].children[1] = 13; +/* 88:55 */waypoints[78].children[2] = 79; +/* 88:55 */waypoints[78].children[3] = 80; +/* 88:55 */waypoints[79] = spawnstruct(); +/* 88:55 */waypoints[79].origin = (-1113.79, -1164.13, 800.125); +/* 88:55 */waypoints[79].type = "stand"; +/* 88:55 */waypoints[79].children[0] = 78; +/* 88:55 */waypoints[79].children[1] = 82; +/* 88:55 */waypoints[80] = spawnstruct(); +/* 88:55 */waypoints[80].origin = (-1008.65, -888.307, 800.125); +/* 88:55 */waypoints[80].type = "stand"; +/* 88:55 */waypoints[80].children[0] = 78; +/* 88:55 */waypoints[80].children[1] = 77; +/* 88:55 */waypoints[80].children[2] = 81; +/* 88:55 */waypoints[80].children[3] = 82; +/* 88:55 */waypoints[81] = spawnstruct(); +/* 88:55 */waypoints[81].origin = (-921.787, -612.76, 800.125); +/* 88:55 */waypoints[81].type = "stand"; +/* 88:55 */waypoints[81].children[0] = 77; +/* 88:55 */waypoints[81].children[1] = 80; +/* 88:55 */waypoints[82] = spawnstruct(); +/* 88:55 */waypoints[82].origin = (-1002.35, -1145.73, 800.125); +/* 88:55 */waypoints[82].type = "stand"; +/* 88:55 */waypoints[82].children[0] = 79; +/* 88:55 */waypoints[82].children[1] = 80; +/* 88:55 */waypoints[82].children[2] = 83; +/* 88:55 */waypoints[83] = spawnstruct(); +/* 88:55 */waypoints[83].origin = (-931.194, -1591.39, 704.125); +/* 88:55 */waypoints[83].type = "stand"; +/* 88:55 */waypoints[83].children[0] = 82; +/* 88:55 */waypoints[83].children[1] = 84; +/* 88:55 */waypoints[83].children[2] = 151; +/* 88:55 */waypoints[84] = spawnstruct(); +/* 88:55 */waypoints[84].origin = (-576.05, -1578.72, 608.125); +/* 88:55 */waypoints[84].type = "stand"; +/* 88:55 */waypoints[84].children[0] = 83; +/* 88:55 */waypoints[84].children[1] = 85; +/* 88:55 */waypoints[84].children[2] = 86; +/* 88:55 */waypoints[85] = spawnstruct(); +/* 88:55 */waypoints[85].origin = (-250.584, -1221.56, 608.125); +/* 88:55 */waypoints[85].type = "stand"; +/* 88:55 */waypoints[85].children[0] = 41; +/* 88:55 */waypoints[85].children[1] = 84; +/* 88:55 */waypoints[85].children[2] = 86; +/* 88:55 */waypoints[85].children[3] = 88; +/* 88:55 */waypoints[85].children[4] = 160; +/* 88:55 */waypoints[86] = spawnstruct(); +/* 88:55 */waypoints[86].origin = (40.4851, -1752.13, 608.125); +/* 88:55 */waypoints[86].type = "stand"; +/* 88:55 */waypoints[86].children[0] = 84; +/* 88:55 */waypoints[86].children[1] = 85; +/* 88:55 */waypoints[86].children[2] = 87; +/* 88:55 */waypoints[86].children[3] = 88; +/* 88:55 */waypoints[86].children[4] = 94; +/* 88:55 */waypoints[87] = spawnstruct(); +/* 88:55 */waypoints[87].origin = (134.59, -1523.81, 609.432); +/* 88:55 */waypoints[87].type = "stand"; +/* 88:55 */waypoints[87].children[0] = 86; +/* 88:55 */waypoints[87].children[1] = 88; +/* 88:55 */waypoints[87].children[2] = 89; +/* 88:55 */waypoints[88] = spawnstruct(); +/* 88:55 */waypoints[88].origin = (-136.385, -1433.55, 608.125); +/* 88:55 */waypoints[88].type = "stand"; +/* 88:55 */waypoints[88].children[0] = 86; +/* 88:55 */waypoints[88].children[1] = 85; +/* 88:55 */waypoints[88].children[2] = 87; +/* 88:55 */waypoints[88].children[3] = 160; +/* 88:55 */waypoints[89] = spawnstruct(); +/* 88:55 */waypoints[89].origin = (596.195, -1536.91, 640.125); +/* 88:55 */waypoints[89].type = "stand"; +/* 88:55 */waypoints[89].children[0] = 87; +/* 88:55 */waypoints[89].children[1] = 90; +/* 88:55 */waypoints[89].children[2] = 93; +/* 88:55 */waypoints[89].children[3] = 95; +/* 88:55 */waypoints[90] = spawnstruct(); +/* 88:55 */waypoints[90].origin = (509.255, -1708.15, 640.125); +/* 88:55 */waypoints[90].type = "stand"; +/* 88:55 */waypoints[90].children[0] = 89; +/* 88:55 */waypoints[90].children[1] = 91; +/* 88:55 */waypoints[90].children[2] = 92; +/* 88:55 */waypoints[91] = spawnstruct(); +/* 88:55 */waypoints[91].origin = (957.539, -1722.48, 608.125); +/* 88:55 */waypoints[91].type = "stand"; +/* 88:55 */waypoints[91].children[0] = 90; +/* 88:55 */waypoints[91].children[1] = 93; +/* 88:55 */waypoints[91].children[2] = 92; +/* 88:55 */waypoints[92] = spawnstruct(); +/* 88:55 */waypoints[92].origin = (822.46, -1873.94, 608.125); +/* 88:55 */waypoints[92].type = "stand"; +/* 88:55 */waypoints[92].children[0] = 91; +/* 88:55 */waypoints[92].children[1] = 90; +/* 88:55 */waypoints[92].children[2] = 94; +/* 88:55 */waypoints[93] = spawnstruct(); +/* 88:55 */waypoints[93].origin = (936.801, -1530.84, 640.125); +/* 88:55 */waypoints[93].type = "stand"; +/* 88:55 */waypoints[93].children[0] = 91; +/* 88:55 */waypoints[93].children[1] = 89; +/* 88:55 */waypoints[93].children[2] = 95; +/* 88:55 */waypoints[93].children[3] = 115; +/* 88:55 */waypoints[94] = spawnstruct(); +/* 88:55 */waypoints[94].origin = (48.2861, -1905.28, 608.125); +/* 88:55 */waypoints[94].type = "stand"; +/* 88:55 */waypoints[94].children[0] = 86; +/* 88:55 */waypoints[94].children[1] = 92; +/* 88:55 */waypoints[95] = spawnstruct(); +/* 88:55 */waypoints[95].origin = (762.847, -1435.74, 640.125); +/* 88:55 */waypoints[95].type = "stand"; +/* 88:55 */waypoints[95].children[0] = 93; +/* 88:55 */waypoints[95].children[1] = 89; +/* 88:55 */waypoints[95].children[2] = 97; +/* 88:55 */waypoints[95].children[3] = 96; +/* 88:55 */waypoints[96] = spawnstruct(); +/* 88:55 */waypoints[96].origin = (669.092, -1105.88, 640.125); +/* 88:55 */waypoints[96].type = "stand"; +/* 88:55 */waypoints[96].children[0] = 95; +/* 88:55 */waypoints[96].children[1] = 98; +/* 88:55 */waypoints[96].children[2] = 154; +/* 88:55 */waypoints[96].children[3] = 153; +/* 88:55 */waypoints[97] = spawnstruct(); +/* 88:55 */waypoints[97].origin = (899.029, -1180.57, 640.125); +/* 88:55 */waypoints[97].type = "stand"; +/* 88:55 */waypoints[97].children[0] = 95; +/* 88:55 */waypoints[97].children[1] = 98; +/* 88:55 */waypoints[97].children[2] = 99; +/* 88:55 */waypoints[98] = spawnstruct(); +/* 88:55 */waypoints[98].origin = (688.085, -889.282, 640.125); +/* 88:55 */waypoints[98].type = "stand"; +/* 88:55 */waypoints[98].children[0] = 97; +/* 88:55 */waypoints[98].children[1] = 96; +/* 88:55 */waypoints[98].children[2] = 101; +/* 88:55 */waypoints[98].children[3] = 152; +/* 88:55 */waypoints[98].children[4] = 153; +/* 88:55 */waypoints[98].children[5] = 154; +/* 88:55 */waypoints[99] = spawnstruct(); +/* 88:55 */waypoints[99].origin = (1071.62, -1189.68, 640.125); +/* 88:55 */waypoints[99].type = "stand"; +/* 88:55 */waypoints[99].children[0] = 97; +/* 88:55 */waypoints[99].children[1] = 100; +/* 88:55 */waypoints[100] = spawnstruct(); +/* 88:55 */waypoints[100].origin = (1046.39, -706.534, 648.125); +/* 88:55 */waypoints[100].type = "stand"; +/* 88:55 */waypoints[100].children[0] = 101; +/* 88:55 */waypoints[100].children[1] = 99; +/* 88:55 */waypoints[100].children[2] = 103; +/* 88:55 */waypoints[100].children[3] = 102; +/* 88:55 */waypoints[101] = spawnstruct(); +/* 88:55 */waypoints[101].origin = (684.029, -708.968, 640.125); +/* 88:55 */waypoints[101].type = "stand"; +/* 88:55 */waypoints[101].children[0] = 98; +/* 88:55 */waypoints[101].children[1] = 100; +/* 88:55 */waypoints[101].children[2] = 45; +/* 88:55 */waypoints[101].children[3] = 46; +/* 88:55 */waypoints[101].children[4] = 44; +/* 88:55 */waypoints[102] = spawnstruct(); +/* 88:55 */waypoints[102].origin = (1098.92, -301.726, 648.125); +/* 88:55 */waypoints[102].type = "stand"; +/* 88:55 */waypoints[102].children[0] = 103; +/* 88:55 */waypoints[102].children[1] = 100; +/* 88:55 */waypoints[102].children[2] = 104; +/* 88:55 */waypoints[103] = spawnstruct(); +/* 88:55 */waypoints[103].origin = (823.419, -278.101, 648.125); +/* 88:55 */waypoints[103].type = "stand"; +/* 88:55 */waypoints[103].children[0] = 100; +/* 88:55 */waypoints[103].children[1] = 102; +/* 88:55 */waypoints[103].children[2] = 104; +/* 88:55 */waypoints[103].children[3] = 106; +/* 88:55 */waypoints[103].children[4] = 105; +/* 88:55 */waypoints[104] = spawnstruct(); +/* 88:55 */waypoints[104].origin = (891.125, -127.125, 648.125); +/* 88:55 */waypoints[104].type = "crouch"; +/* 88:55 */waypoints[104].children[0] = 102; +/* 88:55 */waypoints[104].children[1] = 103; +/* 88:55 */waypoints[105] = spawnstruct(); +/* 88:55 */waypoints[105].origin = (386.547, -240.699, 648.119); +/* 88:55 */waypoints[105].type = "stand"; +/* 88:55 */waypoints[105].children[0] = 45; +/* 88:55 */waypoints[105].children[1] = 106; +/* 88:55 */waypoints[105].children[2] = 111; +/* 88:55 */waypoints[105].children[3] = 113; +/* 88:55 */waypoints[105].children[4] = 114; +/* 88:55 */waypoints[105].children[5] = 103; +/* 88:55 */waypoints[106] = spawnstruct(); +/* 88:55 */waypoints[106].origin = (669.297, -160.359, 650.125); +/* 88:55 */waypoints[106].type = "stand"; +/* 88:55 */waypoints[106].children[0] = 105; +/* 88:55 */waypoints[106].children[1] = 103; +/* 88:55 */waypoints[106].children[2] = 108; +/* 88:55 */waypoints[106].children[3] = 156; +/* 88:55 */waypoints[107] = spawnstruct(); +/* 88:55 */waypoints[107].origin = (862.875, 59.125, 648.125); +/* 88:55 */waypoints[107].type = "crouch"; +/* 88:55 */waypoints[107].children[0] = 108; +/* 88:55 */waypoints[107].angles = (5.0415, 144.364, 0); +/* 88:55 */waypoints[108] = spawnstruct(); +/* 88:55 */waypoints[108].origin = (660.847, 102.178, 650.125); +/* 88:55 */waypoints[108].type = "stand"; +/* 88:55 */waypoints[108].children[0] = 106; +/* 88:55 */waypoints[108].children[1] = 107; +/* 88:55 */waypoints[108].children[2] = 109; +/* 88:55 */waypoints[108].children[3] = 110; +/* 88:55 */waypoints[108].children[4] = 164; +/* 88:55 */waypoints[109] = spawnstruct(); +/* 88:55 */waypoints[109].origin = (862.875, 206.875, 648.125); +/* 88:55 */waypoints[109].type = "crouch"; +/* 88:55 */waypoints[109].children[0] = 108; +/* 88:55 */waypoints[109].angles = (3.31116, -145.071, 0); +/* 88:55 */waypoints[110] = spawnstruct(); +/* 88:55 */waypoints[110].origin = (655.273, 281.764, 650.125); +/* 88:55 */waypoints[110].type = "stand"; +/* 88:55 */waypoints[110].children[0] = 108; +/* 88:55 */waypoints[110].children[1] = 111; +/* 88:55 */waypoints[110].children[2] = 112; +/* 88:55 */waypoints[110].children[3] = 126; +/* 88:55 */waypoints[111] = spawnstruct(); +/* 88:55 */waypoints[111].origin = (458.392, 255.566, 648.125); +/* 88:55 */waypoints[111].type = "stand"; +/* 88:55 */waypoints[111].children[0] = 110; +/* 88:55 */waypoints[111].children[1] = 105; +/* 88:55 */waypoints[111].children[2] = 112; +/* 88:55 */waypoints[111].children[3] = 117; +/* 88:55 */waypoints[111].children[4] = 118; +/* 88:55 */waypoints[111].children[5] = 157; +/* 88:55 */waypoints[112] = spawnstruct(); +/* 88:55 */waypoints[112].origin = (115.043, 259.999, 648.125); +/* 88:55 */waypoints[112].type = "stand"; +/* 88:55 */waypoints[112].children[0] = 110; +/* 88:55 */waypoints[112].children[1] = 111; +/* 88:55 */waypoints[112].children[2] = 113; +/* 88:55 */waypoints[112].children[3] = 116; +/* 88:55 */waypoints[112].children[4] = 118; +/* 88:55 */waypoints[113] = spawnstruct(); +/* 88:55 */waypoints[113].origin = (54.2686, -132.083, 648.125); +/* 88:55 */waypoints[113].type = "stand"; +/* 88:55 */waypoints[113].children[0] = 35; +/* 88:55 */waypoints[113].children[1] = 105; +/* 88:55 */waypoints[113].children[2] = 112; +/* 88:55 */waypoints[113].children[3] = 149; +/* 88:55 */waypoints[114] = spawnstruct(); +/* 88:55 */waypoints[114].origin = (14.3567, -390.371, 650.125); +/* 88:55 */waypoints[114].type = "stand"; +/* 88:55 */waypoints[114].children[0] = 36; +/* 88:55 */waypoints[114].children[1] = 105; +/* 88:55 */waypoints[115] = spawnstruct(); +/* 88:55 */waypoints[115].origin = (1118.88, -1467.12, 640.026); +/* 88:55 */waypoints[115].type = "crouch"; +/* 88:55 */waypoints[115].children[0] = 93; +/* 88:55 */waypoints[115].angles = (9.65578, -153.102, 0); +/* 88:55 */waypoints[116] = spawnstruct(); +/* 88:55 */waypoints[116].origin = (115.332, 558.6, 648.125); +/* 88:55 */waypoints[116].type = "stand"; +/* 88:55 */waypoints[116].children[0] = 117; +/* 88:55 */waypoints[116].children[1] = 112; +/* 88:55 */waypoints[116].children[2] = 121; +/* 88:55 */waypoints[117] = spawnstruct(); +/* 88:55 */waypoints[117].origin = (378.081, 509.675, 648.125); +/* 88:55 */waypoints[117].type = "stand"; +/* 88:55 */waypoints[117].children[0] = 111; +/* 88:55 */waypoints[117].children[1] = 116; +/* 88:55 */waypoints[117].children[2] = 119; +/* 88:55 */waypoints[118] = spawnstruct(); +/* 88:55 */waypoints[118].origin = (260.049, 260.862, 648.125); +/* 88:55 */waypoints[118].type = "stand"; +/* 88:55 */waypoints[118].children[0] = 111; +/* 88:55 */waypoints[118].children[1] = 112; +/* 88:55 */waypoints[118].children[2] = 119; +/* 88:55 */waypoints[118].children[3] = 120; +/* 88:55 */waypoints[119] = spawnstruct(); +/* 88:55 */waypoints[119].origin = (374.73, 365.119, 648.125); +/* 88:55 */waypoints[119].type = "stand"; +/* 88:55 */waypoints[119].children[0] = 118; +/* 88:55 */waypoints[119].children[1] = 117; +/* 88:55 */waypoints[120] = spawnstruct(); +/* 88:55 */waypoints[120].origin = (119.018, 385.83, 648.125); +/* 88:55 */waypoints[120].type = "stand"; +/* 88:55 */waypoints[120].children[0] = 118; +/* 88:55 */waypoints[121] = spawnstruct(); +/* 88:55 */waypoints[121].origin = (-107.427, 627.682, 648.125); +/* 88:55 */waypoints[121].type = "stand"; +/* 88:55 */waypoints[121].children[0] = 116; +/* 88:55 */waypoints[121].children[1] = 122; +/* 88:55 */waypoints[122] = spawnstruct(); +/* 88:55 */waypoints[122].origin = (-86.012, 863.519, 616.125); +/* 88:55 */waypoints[122].type = "stand"; +/* 88:55 */waypoints[122].children[0] = 4; +/* 88:55 */waypoints[122].children[1] = 121; +/* 88:55 */waypoints[122].children[2] = 123; +/* 88:55 */waypoints[122].children[3] = 165; +/* 88:55 */waypoints[123] = spawnstruct(); +/* 88:55 */waypoints[123].origin = (-298.735, 810.369, 616.024); +/* 88:55 */waypoints[123].type = "stand"; +/* 88:55 */waypoints[123].children[0] = 122; +/* 88:55 */waypoints[123].children[1] = 2; +/* 88:55 */waypoints[124] = spawnstruct(); +/* 88:55 */waypoints[124].origin = (387.546, 910.494, 648.093); +/* 88:55 */waypoints[124].type = "stand"; +/* 88:55 */waypoints[124].children[0] = 4; +/* 88:55 */waypoints[124].children[1] = 125; +/* 88:55 */waypoints[124].children[2] = 126; +/* 88:55 */waypoints[124].children[3] = 172; +/* 88:55 */waypoints[125] = spawnstruct(); +/* 88:55 */waypoints[125].origin = (690.501, 1261.43, 648.101); +/* 88:55 */waypoints[125].type = "stand"; +/* 88:55 */waypoints[125].children[0] = 124; +/* 88:55 */waypoints[125].children[1] = 127; +/* 88:55 */waypoints[126] = spawnstruct(); +/* 88:55 */waypoints[126].origin = (679.042, 615.646, 648.101); +/* 88:55 */waypoints[126].type = "stand"; +/* 88:55 */waypoints[126].children[0] = 124; +/* 88:55 */waypoints[126].children[1] = 110; +/* 88:55 */waypoints[127] = spawnstruct(); +/* 88:55 */waypoints[127].origin = (329.386, 1304.31, 616.125); +/* 88:55 */waypoints[127].type = "stand"; +/* 88:55 */waypoints[127].children[0] = 4; +/* 88:55 */waypoints[127].children[1] = 128; +/* 88:55 */waypoints[127].children[2] = 130; +/* 88:55 */waypoints[127].children[3] = 125; +/* 88:55 */waypoints[127].children[4] = 131; +/* 88:55 */waypoints[128] = spawnstruct(); +/* 88:55 */waypoints[128].origin = (312.063, 1889.36, 608.125); +/* 88:55 */waypoints[128].type = "stand"; +/* 88:55 */waypoints[128].children[0] = 127; +/* 88:55 */waypoints[128].children[1] = 129; +/* 88:55 */waypoints[128].children[2] = 1; +/* 88:55 */waypoints[128].children[3] = 133; +/* 88:55 */waypoints[129] = spawnstruct(); +/* 88:55 */waypoints[129].origin = (295.324, 2095.21, 636.125); +/* 88:55 */waypoints[129].type = "stand"; +/* 88:55 */waypoints[129].children[0] = 128; +/* 88:55 */waypoints[129].children[1] = 136; +/* 88:55 */waypoints[130] = spawnstruct(); +/* 88:55 */waypoints[130].origin = (-44.9867, 1593.1, 608.125); +/* 88:55 */waypoints[130].type = "stand"; +/* 88:55 */waypoints[130].children[0] = 127; +/* 88:55 */waypoints[130].children[1] = 131; +/* 88:55 */waypoints[130].children[2] = 132; +/* 88:55 */waypoints[130].children[3] = 133; +/* 88:55 */waypoints[131] = spawnstruct(); +/* 88:55 */waypoints[131].origin = (-26.7949, 1223.27, 616.125); +/* 88:55 */waypoints[131].type = "stand"; +/* 88:55 */waypoints[131].children[0] = 127; +/* 88:55 */waypoints[131].children[1] = 130; +/* 88:55 */waypoints[131].children[2] = 4; +/* 88:55 */waypoints[132] = spawnstruct(); +/* 88:55 */waypoints[132].origin = (-510.469, 1587.39, 608.125); +/* 88:55 */waypoints[132].type = "stand"; +/* 88:55 */waypoints[132].children[0] = 130; +/* 88:55 */waypoints[132].children[1] = 0; +/* 88:55 */waypoints[132].children[2] = 29; +/* 88:55 */waypoints[132].children[3] = 28; +/* 88:55 */waypoints[133] = spawnstruct(); +/* 88:55 */waypoints[133].origin = (-49.2739, 1846.5, 608.125); +/* 88:55 */waypoints[133].type = "stand"; +/* 88:55 */waypoints[133].children[0] = 130; +/* 88:55 */waypoints[133].children[1] = 128; +/* 88:55 */waypoints[133].children[2] = 1; +/* 88:55 */waypoints[134] = spawnstruct(); +/* 88:55 */waypoints[134].origin = (-1554.05, 1900.56, 632.125); +/* 88:55 */waypoints[134].type = "stand"; +/* 88:55 */waypoints[134].children[0] = 6; +/* 88:55 */waypoints[134].children[1] = 7; +/* 88:55 */waypoints[134].children[2] = 145; +/* 88:55 */waypoints[135] = spawnstruct(); +/* 88:55 */waypoints[135].origin = (-720.875, 2162.88, 780.125); +/* 88:55 */waypoints[135].type = "crouch"; +/* 88:55 */waypoints[135].children[0] = 0; +/* 88:55 */waypoints[135].angles = (6.57959, -63.8653, 0); +/* 88:55 */waypoints[136] = spawnstruct(); +/* 88:55 */waypoints[136].origin = (19.5388, 2090.46, 780.125); +/* 88:55 */waypoints[136].type = "stand"; +/* 88:55 */waypoints[136].children[0] = 129; +/* 88:55 */waypoints[136].children[1] = 0; +/* 88:55 */waypoints[137] = spawnstruct(); +/* 88:55 */waypoints[137].origin = (-1528.87, 924.875, 800.125); +/* 88:55 */waypoints[137].type = "crouch"; +/* 88:55 */waypoints[137].children[0] = 9; +/* 88:55 */waypoints[137].angles = (6.0083, -36.5259, 0); +/* 88:55 */waypoints[138] = spawnstruct(); +/* 88:55 */waypoints[138].origin = (-896.931, 394.97, 800.125); +/* 88:55 */waypoints[138].type = "stand"; +/* 88:55 */waypoints[138].children[0] = 73; +/* 88:55 */waypoints[138].children[1] = 59; +/* 88:55 */waypoints[138].children[2] = 75; +/* 88:55 */waypoints[138].children[3] = 22; +/* 88:55 */waypoints[139] = spawnstruct(); +/* 88:55 */waypoints[139].origin = (-1403.29, 547.519, 800.125); +/* 88:55 */waypoints[139].type = "grenade"; +/* 88:55 */waypoints[139].children[0] = 23; +/* 88:55 */waypoints[139].children[1] = 15; +/* 88:55 */waypoints[139].angles = (-10.1416, -94.9237, 0); +/* 88:55 */waypoints[140] = spawnstruct(); +/* 88:55 */waypoints[140].origin = (-816.987, 95.6389, 800.125); +/* 88:55 */waypoints[140].type = "grenade"; +/* 88:55 */waypoints[140].children[0] = 73; +/* 88:55 */waypoints[140].angles = (-7.45544, -48.4021, 0); +/* 88:55 */waypoints[141] = spawnstruct(); +/* 88:55 */waypoints[141].origin = (-111.625, -683.937, 800.125); +/* 88:55 */waypoints[141].type = "grenade"; +/* 88:55 */waypoints[141].children[0] = 45; +/* 88:55 */waypoints[141].angles = (-9.81201, 127.928, 0); +/* 88:55 */waypoints[142] = spawnstruct(); +/* 88:55 */waypoints[142].origin = (-1136.88, -432.875, 800.125); +/* 88:55 */waypoints[142].type = "crouch"; +/* 88:55 */waypoints[142].children[0] = 72; +/* 88:55 */waypoints[142].angles = (1.57532, 39.8401, 0); +/* 88:55 */waypoints[143] = spawnstruct(); +/* 88:55 */waypoints[143].origin = (-975.125, -436.875, 812.125); +/* 88:55 */waypoints[143].type = "crouch"; +/* 88:55 */waypoints[143].children[0] = 71; +/* 88:55 */waypoints[143].angles = (2.35537, 144.194, 0); +/* 88:55 */waypoints[144] = spawnstruct(); +/* 88:55 */waypoints[144].origin = (-233.496, -148.584, 800.125); +/* 88:55 */waypoints[144].type = "grenade"; +/* 88:55 */waypoints[144].children[0] = 51; +/* 88:55 */waypoints[144].children[1] = 52; +/* 88:55 */waypoints[144].angles = (-1.6876, 13.5224, 0); +/* 88:55 */waypoints[145] = spawnstruct(); +/* 88:55 */waypoints[145].origin = (-1488.59, 1661.35, 608.125); +/* 88:55 */waypoints[145].type = "grenade"; +/* 88:55 */waypoints[145].children[0] = 134; +/* 88:55 */waypoints[145].children[1] = 32; +/* 88:55 */waypoints[145].children[2] = 7; +/* 88:55 */waypoints[145].angles = (-21.2872, -82.8717, 0); +/* 88:55 */waypoints[146] = spawnstruct(); +/* 88:55 */waypoints[146].origin = (-406.101, 1061.87, 616.125); +/* 88:55 */waypoints[146].type = "grenade"; +/* 88:55 */waypoints[146].children[0] = 2; +/* 88:55 */waypoints[146].angles = (-22.2376, 179.575, 0); +/* 88:55 */waypoints[147] = spawnstruct(); +/* 88:55 */waypoints[147].origin = (-1054.36, -110.87, 608.125); +/* 88:55 */waypoints[147].type = "grenade"; +/* 88:55 */waypoints[147].children[0] = 17; +/* 88:55 */waypoints[147].children[1] = 16; +/* 88:55 */waypoints[147].angles = (-25.9979, 100.034, 0); +/* 88:55 */waypoints[148] = spawnstruct(); +/* 88:55 */waypoints[148].origin = (-1482.46, -592.184, 800.125); +/* 88:55 */waypoints[148].type = "grenade"; +/* 88:55 */waypoints[148].children[0] = 12; +/* 88:55 */waypoints[148].children[1] = 13; +/* 88:55 */waypoints[148].children[2] = 77; +/* 88:55 */waypoints[148].angles = (-10.6226, 85.4498, 0); +/* 88:55 */waypoints[149] = spawnstruct(); +/* 88:55 */waypoints[149].origin = (54.2051, -169.298, 648.125); +/* 88:55 */waypoints[149].type = "grenade"; +/* 88:55 */waypoints[149].children[0] = 113; +/* 88:55 */waypoints[149].children[1] = 35; +/* 88:55 */waypoints[149].angles = (-24.4543, 159.047, 0); +/* 88:55 */waypoints[150] = spawnstruct(); +/* 88:55 */waypoints[150].origin = (-1090.79, 1453.28, 612.755); +/* 88:55 */waypoints[150].type = "stand"; +/* 88:55 */waypoints[150].children[0] = 6; +/* 88:55 */waypoints[150].children[1] = 32; +/* 88:55 */waypoints[150].children[2] = 28; +/* 88:55 */waypoints[151] = spawnstruct(); +/* 88:55 */waypoints[151].origin = (-717.887, -1627.95, 639.103); +/* 88:55 */waypoints[151].type = "grenade"; +/* 88:55 */waypoints[151].children[0] = 83; +/* 88:55 */waypoints[151].angles = (17.6428, 29.3427, 0.137329); +/* 88:55 */waypoints[152] = spawnstruct(); +/* 88:55 */waypoints[152].origin = (552.875, -965.746, 640.125); +/* 88:55 */waypoints[152].type = "climb"; +/* 88:55 */waypoints[152].children[0] = 43; +/* 88:55 */waypoints[152].children[1] = 98; +/* 88:55 */waypoints[152].children[2] = 153; +/* 88:55 */waypoints[152].children[3] = 44; +/* 88:55 */waypoints[152].angles = (9.11196, -1.61681, 0); +/* 88:55 */waypoints[153] = spawnstruct(); +/* 88:55 */waypoints[153].origin = (591.125, -971.301, 640.125); +/* 88:55 */waypoints[153].type = "climb"; +/* 88:55 */waypoints[153].children[0] = 98; +/* 88:55 */waypoints[153].children[1] = 152; +/* 88:55 */waypoints[153].children[2] = 96; +/* 88:55 */waypoints[153].angles = (-4.82969, 157.18, 0); +/* 88:55 */waypoints[154] = spawnstruct(); +/* 88:55 */waypoints[154].origin = (591.131, -1034.62, 640.125); +/* 88:55 */waypoints[154].type = "climb"; +/* 88:55 */waypoints[154].children[0] = 46; +/* 88:55 */waypoints[154].children[1] = 155; +/* 88:55 */waypoints[154].children[2] = 96; +/* 88:55 */waypoints[154].children[3] = 98; +/* 88:55 */waypoints[154].angles = (1.32265, -178.645, 0); +/* 88:55 */waypoints[155] = spawnstruct(); +/* 88:55 */waypoints[155].origin = (552.829, -1025.22, 640.125); +/* 88:55 */waypoints[155].type = "climb"; +/* 88:55 */waypoints[155].children[0] = 154; +/* 88:55 */waypoints[155].children[1] = 44; +/* 88:55 */waypoints[155].angles = (1.25124, -3.90197, 0); +/* 88:55 */waypoints[156] = spawnstruct(); +/* 88:55 */waypoints[156].origin = (601.273, -74.1007, 650.125); +/* 88:55 */waypoints[156].type = "grenade"; +/* 88:55 */waypoints[156].children[0] = 106; +/* 88:55 */waypoints[156].angles = (-11.2897, 130.648, 0); +/* 88:55 */waypoints[157] = spawnstruct(); +/* 88:55 */waypoints[157].origin = (444.007, 252.095, 648.125); +/* 88:55 */waypoints[157].type = "grenade"; +/* 88:55 */waypoints[157].children[0] = 111; +/* 88:55 */waypoints[157].angles = (-14.1846, 148.522, 0); +/* 88:55 */waypoints[158] = spawnstruct(); +/* 88:55 */waypoints[158].origin = (-546.869, -55.725, 816.125); +/* 88:55 */waypoints[158].type = "climb"; +/* 88:55 */waypoints[158].children[0] = 51; +/* 88:55 */waypoints[158].children[1] = 159; +/* 88:55 */waypoints[158].angles = (53.2629, 107.78, 0); +/* 88:55 */waypoints[159] = spawnstruct(); +/* 88:55 */waypoints[159].origin = (-548.069, -32.9201, 845.125); +/* 88:55 */waypoints[159].type = "grenade"; +/* 88:55 */waypoints[159].children[0] = 158; +/* 88:55 */waypoints[159].children[1] = 75; +/* 88:55 */waypoints[159].angles = (-6.27989, -161.105, 0); +/* 88:55 */waypoints[160] = spawnstruct(); +/* 88:55 */waypoints[160].origin = (-548.875, -1474.18, 608.125); +/* 88:55 */waypoints[160].type = "claymore"; +/* 88:55 */waypoints[160].children[0] = 85; +/* 88:55 */waypoints[160].children[1] = 88; +/* 88:55 */waypoints[160].angles = (48.3905, -74.4507, 0); +/* 88:55 */waypoints[161] = spawnstruct(); +/* 88:55 */waypoints[161].origin = (-1431.8, -561.321, 800.125); +/* 88:55 */waypoints[161].type = "claymore"; +/* 88:55 */waypoints[161].children[0] = 12; +/* 88:55 */waypoints[161].children[1] = 77; +/* 88:55 */waypoints[161].angles = (64.3646, -174.174, 0); +/* 88:55 */waypoints[162] = spawnstruct(); +/* 88:55 */waypoints[162].origin = (-279.808, -496.19, 640.125); +/* 88:55 */waypoints[162].type = "claymore"; +/* 88:55 */waypoints[162].children[0] = 41; +/* 88:55 */waypoints[162].angles = (71.4838, -149.762, 0); +/* 88:55 */waypoints[163] = spawnstruct(); +/* 88:55 */waypoints[163].origin = (-89.7259, -805.463, 656.125); +/* 88:55 */waypoints[163].type = "claymore"; +/* 88:55 */waypoints[163].children[0] = 42; +/* 88:55 */waypoints[163].children[1] = 41; +/* 88:55 */waypoints[163].angles = (71.297, -128.234, 0); +/* 88:55 */waypoints[164] = spawnstruct(); +/* 88:55 */waypoints[164].origin = (798.875, -13.0926, 650.125); +/* 88:55 */waypoints[164].type = "claymore"; +/* 88:55 */waypoints[164].children[0] = 108; +/* 88:55 */waypoints[164].angles = (63.0353, 142.573, 0); +/* 88:55 */waypoints[165] = spawnstruct(); +/* 88:55 */waypoints[165].origin = (7.25715, 783.125, 616.035); +/* 88:55 */waypoints[165].type = "claymore"; +/* 88:55 */waypoints[165].children[0] = 122; +/* 88:55 */waypoints[165].angles = (61.3104, 156.048, 0); +/* 88:55 */waypoints[166] = spawnstruct(); +/* 88:55 */waypoints[166].origin = (-1159.21, 774.917, 800.125); +/* 88:55 */waypoints[166].type = "claymore"; +/* 88:55 */waypoints[166].children[0] = 8; +/* 88:55 */waypoints[166].angles = (64.7821, 165.881, 0); +/* 88:55 */waypoints[167] = spawnstruct(); +/* 88:55 */waypoints[167].origin = (-1371.79, 359.137, 800.125); +/* 88:55 */waypoints[167].type = "climb"; +/* 88:55 */waypoints[167].children[0] = 23; +/* 88:55 */waypoints[167].children[1] = 168; +/* 88:55 */waypoints[167].angles = (1.85791, -93.8745, 0); +/* 88:55 */waypoints[168] = spawnstruct(); +/* 88:55 */waypoints[168].origin = (-1374.41, 308.423, 801.125); +/* 88:55 */waypoints[168].type = "climb"; +/* 88:55 */waypoints[168].children[0] = 167; +/* 88:55 */waypoints[168].children[1] = 169; +/* 88:55 */waypoints[168].children[2] = 171; +/* 88:55 */waypoints[168].angles = (59.4373, 88.0628, 0); +/* 88:55 */waypoints[169] = spawnstruct(); +/* 88:55 */waypoints[169].origin = (-1382.3, 183.565, 801.125); +/* 88:55 */waypoints[169].type = "crouch"; +/* 88:55 */waypoints[169].children[0] = 168; +/* 88:55 */waypoints[169].angles = (0.619526, -99.5398, 0); +/* 88:55 */waypoints[170] = spawnstruct(); +/* 88:55 */waypoints[170].origin = (-1451.12, 240.214, 800.125); +/* 88:55 */waypoints[170].type = "climb"; +/* 88:55 */waypoints[170].children[0] = 10; +/* 88:55 */waypoints[170].children[1] = 171; +/* 88:55 */waypoints[170].angles = (17.6538, 1.10597, 0); +/* 88:55 */waypoints[171] = spawnstruct(); +/* 88:55 */waypoints[171].origin = (-1377.4, 239.7, 801.125); +/* 88:55 */waypoints[171].type = "climb"; +/* 88:55 */waypoints[171].children[0] = 170; +/* 88:55 */waypoints[171].children[1] = 168; +/* 88:55 */waypoints[171].angles = (38.0444, 179.952, 0); +/* 88:55 */waypoints[172] = spawnstruct(); +/* 88:55 */waypoints[172].origin = (530.948, 699.621, 648.125); +/* 88:55 */waypoints[172].type = "claymore"; +/* 88:55 */waypoints[172].children[0] = 124; +/* 88:55 */waypoints[172].angles = (54.6393, 22.9743, 0); +/* 88:55 */return waypoints; +} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/bakaara.gsc b/raw/maps/mp/bots/waypoints/bakaara.gsc new file mode 100644 index 0000000..05acf70 --- /dev/null +++ b/raw/maps/mp/bots/waypoints/bakaara.gsc @@ -0,0 +1,1539 @@ +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; +} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/bootleg.gsc b/raw/maps/mp/bots/waypoints/bootleg.gsc new file mode 100644 index 0000000..2d2aa4c --- /dev/null +++ b/raw/maps/mp/bots/waypoints/bootleg.gsc @@ -0,0 +1,930 @@ +Bootleg() +{ +/* 57:43 */waypoints = []; +/* 57:43 */waypoints[0] = spawnstruct(); +/* 57:43 */waypoints[0].origin = (-1713.67, -1428.59, 2.52601); +/* 57:43 */waypoints[0].type = "stand"; +/* 57:43 */waypoints[0].children[0] = 1; +/* 57:43 */waypoints[0].children[1] = 2; +/* 57:43 */waypoints[0].children[2] = 126; +/* 57:43 */waypoints[1] = spawnstruct(); +/* 57:43 */waypoints[1].origin = (-1825.26, -886.131, 46.4531); +/* 57:43 */waypoints[1].type = "stand"; +/* 57:43 */waypoints[1].children[0] = 0; +/* 57:43 */waypoints[1].children[1] = 46; +/* 57:43 */waypoints[1].children[2] = 124; +/* 57:43 */waypoints[1].children[3] = 127; +/* 57:43 */waypoints[1].children[4] = 131; +/* 57:43 */waypoints[2] = spawnstruct(); +/* 57:43 */waypoints[2].origin = (-1303.12, -1450.94, 2.125); +/* 57:43 */waypoints[2].type = "stand"; +/* 57:43 */waypoints[2].children[0] = 0; +/* 57:43 */waypoints[2].children[1] = 5; +/* 57:43 */waypoints[2].children[2] = 8; +/* 57:43 */waypoints[2].children[3] = 126; +/* 57:43 */waypoints[2].children[4] = 132; +/* 57:43 */waypoints[3] = spawnstruct(); +/* 57:43 */waypoints[3].origin = (-831.183, -1432.64, -1.15982); +/* 57:43 */waypoints[3].type = "stand"; +/* 57:43 */waypoints[3].children[0] = 8; +/* 57:43 */waypoints[3].children[1] = 15; +/* 57:43 */waypoints[3].children[2] = 27; +/* 57:43 */waypoints[4] = spawnstruct(); +/* 57:43 */waypoints[4].origin = (-836.145, -1826.33, 0.125); +/* 57:43 */waypoints[4].type = "stand"; +/* 57:43 */waypoints[4].children[0] = 5; +/* 57:43 */waypoints[4].children[1] = 12; +/* 57:43 */waypoints[4].children[2] = 15; +/* 57:43 */waypoints[4].children[3] = 9; +/* 57:43 */waypoints[5] = spawnstruct(); +/* 57:43 */waypoints[5].origin = (-1290.74, -1809.46, 4.125); +/* 57:43 */waypoints[5].type = "stand"; +/* 57:43 */waypoints[5].children[0] = 2; +/* 57:43 */waypoints[5].children[1] = 4; +/* 57:43 */waypoints[5].children[2] = 6; +/* 57:43 */waypoints[5].children[3] = 132; +/* 57:43 */waypoints[6] = spawnstruct(); +/* 57:43 */waypoints[6].origin = (-1048.81, -1543.13, 4.125); +/* 57:43 */waypoints[6].type = "climb"; +/* 57:43 */waypoints[6].children[0] = 7; +/* 57:43 */waypoints[6].children[1] = 5; +/* 57:43 */waypoints[6].angles = (54.2438, 95.1801, 0); +/* 57:43 */waypoints[7] = spawnstruct(); +/* 57:43 */waypoints[7].origin = (-1057.91, -1504.88, 5.24468); +/* 57:43 */waypoints[7].type = "climb"; +/* 57:43 */waypoints[7].children[0] = 8; +/* 57:43 */waypoints[7].children[1] = 6; +/* 57:43 */waypoints[7].angles = (49.4428, -86.4514, 0); +/* 57:43 */waypoints[8] = spawnstruct(); +/* 57:43 */waypoints[8].origin = (-1045.68, -1419.97, 2.125); +/* 57:43 */waypoints[8].type = "stand"; +/* 57:43 */waypoints[8].children[0] = 2; +/* 57:43 */waypoints[8].children[1] = 7; +/* 57:43 */waypoints[8].children[2] = 3; +/* 57:43 */waypoints[8].children[3] = 122; +/* 57:43 */waypoints[9] = spawnstruct(); +/* 57:43 */waypoints[9].origin = (-776.886, -2041.49, 1.78285); +/* 57:43 */waypoints[9].type = "stand"; +/* 57:43 */waypoints[9].children[0] = 10; +/* 57:43 */waypoints[9].children[1] = 4; +/* 57:43 */waypoints[9].children[2] = 18; +/* 57:43 */waypoints[10] = spawnstruct(); +/* 57:43 */waypoints[10].origin = (-104.872, -2042.89, -1.3744); +/* 57:43 */waypoints[10].type = "stand"; +/* 57:43 */waypoints[10].children[0] = 9; +/* 57:43 */waypoints[10].children[1] = 13; +/* 57:43 */waypoints[10].children[2] = 17; +/* 57:43 */waypoints[10].children[3] = 18; +/* 57:43 */waypoints[10].children[4] = 11; +/* 57:43 */waypoints[11] = spawnstruct(); +/* 57:43 */waypoints[11].origin = (191.92, -2025.04, 8.05081); +/* 57:43 */waypoints[11].type = "stand"; +/* 57:43 */waypoints[11].children[0] = 10; +/* 57:43 */waypoints[11].children[1] = 19; +/* 57:43 */waypoints[11].children[2] = 21; +/* 57:43 */waypoints[12] = spawnstruct(); +/* 57:43 */waypoints[12].origin = (-719.159, -1770.06, 0.125001); +/* 57:43 */waypoints[12].type = "stand"; +/* 57:43 */waypoints[12].children[0] = 4; +/* 57:43 */waypoints[12].children[1] = 13; +/* 57:43 */waypoints[13] = spawnstruct(); +/* 57:43 */waypoints[13].origin = (-97.5209, -1795.05, 0.0548061); +/* 57:43 */waypoints[13].type = "stand"; +/* 57:43 */waypoints[13].children[0] = 10; +/* 57:43 */waypoints[13].children[1] = 14; +/* 57:43 */waypoints[13].children[2] = 12; +/* 57:43 */waypoints[14] = spawnstruct(); +/* 57:43 */waypoints[14].origin = (-44.726, -1556.77, 0.224131); +/* 57:43 */waypoints[14].type = "stand"; +/* 57:43 */waypoints[14].children[0] = 13; +/* 57:43 */waypoints[14].children[1] = 15; +/* 57:43 */waypoints[14].children[2] = 23; +/* 57:43 */waypoints[14].children[3] = 134; +/* 57:43 */waypoints[15] = spawnstruct(); +/* 57:43 */waypoints[15].origin = (-833.944, -1567.15, -0.776241); +/* 57:43 */waypoints[15].type = "stand"; +/* 57:43 */waypoints[15].children[0] = 4; +/* 57:43 */waypoints[15].children[1] = 14; +/* 57:43 */waypoints[15].children[2] = 3; +/* 57:43 */waypoints[16] = spawnstruct(); +/* 57:43 */waypoints[16].origin = (-463.711, -2223.76, 1.0698); +/* 57:43 */waypoints[16].type = "stand"; +/* 57:43 */waypoints[16].children[0] = 17; +/* 57:43 */waypoints[16].children[1] = 18; +/* 57:43 */waypoints[17] = spawnstruct(); +/* 57:43 */waypoints[17].origin = (-164.482, -2246.67, 1.01016); +/* 57:43 */waypoints[17].type = "stand"; +/* 57:43 */waypoints[17].children[0] = 10; +/* 57:43 */waypoints[17].children[1] = 16; +/* 57:43 */waypoints[18] = spawnstruct(); +/* 57:43 */waypoints[18].origin = (-488.467, -2041.41, 0.108528); +/* 57:43 */waypoints[18].type = "stand"; +/* 57:43 */waypoints[18].children[0] = 16; +/* 57:43 */waypoints[18].children[1] = 9; +/* 57:43 */waypoints[18].children[2] = 10; +/* 57:43 */waypoints[19] = spawnstruct(); +/* 57:43 */waypoints[19].origin = (183.314, -1730.39, 3.83266); +/* 57:43 */waypoints[19].type = "stand"; +/* 57:43 */waypoints[19].children[0] = 11; +/* 57:43 */waypoints[19].children[1] = 20; +/* 57:43 */waypoints[20] = spawnstruct(); +/* 57:43 */waypoints[20].origin = (188.901, -1536.91, -72.4284); +/* 57:43 */waypoints[20].type = "stand"; +/* 57:43 */waypoints[20].children[0] = 19; +/* 57:43 */waypoints[20].children[1] = 24; +/* 57:43 */waypoints[21] = spawnstruct(); +/* 57:43 */waypoints[21].origin = (351.086, -2036.03, 8.125); +/* 57:43 */waypoints[21].type = "stand"; +/* 57:43 */waypoints[21].children[0] = 11; +/* 57:43 */waypoints[21].children[1] = 22; +/* 57:43 */waypoints[22] = spawnstruct(); +/* 57:43 */waypoints[22].origin = (377.2, -1778.54, 75.125); +/* 57:43 */waypoints[22].type = "stand"; +/* 57:43 */waypoints[22].children[0] = 21; +/* 57:43 */waypoints[22].children[1] = 91; +/* 57:43 */waypoints[23] = spawnstruct(); +/* 57:43 */waypoints[23].origin = (-44.0902, -1308.76, -73.8681); +/* 57:43 */waypoints[23].type = "stand"; +/* 57:43 */waypoints[23].children[0] = 14; +/* 57:43 */waypoints[23].children[1] = 24; +/* 57:43 */waypoints[23].children[2] = 25; +/* 57:43 */waypoints[23].children[3] = 26; +/* 57:43 */waypoints[24] = spawnstruct(); +/* 57:43 */waypoints[24].origin = (199.421, -1310.34, -70.9745); +/* 57:43 */waypoints[24].type = "stand"; +/* 57:43 */waypoints[24].children[0] = 23; +/* 57:43 */waypoints[24].children[1] = 20; +/* 57:43 */waypoints[24].children[2] = 79; +/* 57:43 */waypoints[24].children[3] = 80; +/* 57:43 */waypoints[24].children[4] = 93; +/* 57:43 */waypoints[24].children[5] = 97; +/* 57:43 */waypoints[25] = spawnstruct(); +/* 57:43 */waypoints[25].origin = (-254.998, -1149.12, -64.1706); +/* 57:43 */waypoints[25].type = "crouch"; +/* 57:43 */waypoints[25].children[0] = 23; +/* 57:43 */waypoints[25].angles = (5.61829, -31.4868, 0); +/* 57:43 */waypoints[26] = spawnstruct(); +/* 57:43 */waypoints[26].origin = (-126.272, -836.318, -75.6004); +/* 57:43 */waypoints[26].type = "stand"; +/* 57:43 */waypoints[26].children[0] = 23; +/* 57:43 */waypoints[26].children[1] = 27; +/* 57:43 */waypoints[26].children[2] = 30; +/* 57:43 */waypoints[26].children[3] = 80; +/* 57:43 */waypoints[26].children[4] = 83; +/* 57:43 */waypoints[26].children[5] = 120; +/* 57:43 */waypoints[27] = spawnstruct(); +/* 57:43 */waypoints[27].origin = (-834.366, -905.349, -67.875); +/* 57:43 */waypoints[27].type = "stand"; +/* 57:43 */waypoints[27].children[0] = 3; +/* 57:43 */waypoints[27].children[1] = 26; +/* 57:43 */waypoints[27].children[2] = 28; +/* 57:43 */waypoints[27].children[3] = 30; +/* 57:43 */waypoints[27].children[4] = 123; +/* 57:43 */waypoints[27].children[5] = 125; +/* 57:43 */waypoints[28] = spawnstruct(); +/* 57:43 */waypoints[28].origin = (-486.125, -986.875, -63.875); +/* 57:43 */waypoints[28].type = "crouch"; +/* 57:43 */waypoints[28].children[0] = 27; +/* 57:43 */waypoints[28].angles = (8.30994, 138.807, 0); +/* 57:43 */waypoints[29] = spawnstruct(); +/* 57:43 */waypoints[29].origin = (-570.108, -361.702, -67.875); +/* 57:43 */waypoints[29].type = "stand"; +/* 57:43 */waypoints[29].children[0] = 30; +/* 57:43 */waypoints[29].children[1] = 32; +/* 57:43 */waypoints[29].children[2] = 31; +/* 57:43 */waypoints[29].children[3] = 119; +/* 57:43 */waypoints[29].children[4] = 121; +/* 57:43 */waypoints[30] = spawnstruct(); +/* 57:43 */waypoints[30].origin = (-486.269, -835.867, -67.875); +/* 57:43 */waypoints[30].type = "stand"; +/* 57:43 */waypoints[30].children[0] = 26; +/* 57:43 */waypoints[30].children[1] = 27; +/* 57:43 */waypoints[30].children[2] = 29; +/* 57:43 */waypoints[30].children[3] = 119; +/* 57:43 */waypoints[30].children[4] = 121; +/* 57:43 */waypoints[31] = spawnstruct(); +/* 57:43 */waypoints[31].origin = (-834.103, -338.943, -67.875); +/* 57:43 */waypoints[31].type = "stand"; +/* 57:43 */waypoints[31].children[0] = 29; +/* 57:43 */waypoints[31].children[1] = 33; +/* 57:43 */waypoints[31].children[2] = 35; +/* 57:43 */waypoints[31].children[3] = 36; +/* 57:43 */waypoints[32] = spawnstruct(); +/* 57:43 */waypoints[32].origin = (-338.235, -69.5155, -67.875); +/* 57:43 */waypoints[32].type = "stand"; +/* 57:43 */waypoints[32].children[0] = 29; +/* 57:43 */waypoints[32].children[1] = 36; +/* 57:43 */waypoints[32].children[2] = 37; +/* 57:43 */waypoints[32].children[3] = 39; +/* 57:43 */waypoints[32].children[4] = 117; +/* 57:43 */waypoints[33] = spawnstruct(); +/* 57:43 */waypoints[33].origin = (-950.55, -20.533, -67.875); +/* 57:43 */waypoints[33].type = "climb"; +/* 57:43 */waypoints[33].children[0] = 31; +/* 57:43 */waypoints[33].children[1] = 34; +/* 57:43 */waypoints[33].angles = (49.635, 102.118, 0); +/* 57:43 */waypoints[34] = spawnstruct(); +/* 57:43 */waypoints[34].origin = (-936.013, 78.3586, -45.875); +/* 57:43 */waypoints[34].type = "crouch"; +/* 57:43 */waypoints[34].children[0] = 33; +/* 57:43 */waypoints[34].angles = (5.61829, -57.0245, 0); +/* 57:43 */waypoints[35] = spawnstruct(); +/* 57:43 */waypoints[35].origin = (-770.529, 565.735, -73.1214); +/* 57:43 */waypoints[35].type = "stand"; +/* 57:43 */waypoints[35].children[0] = 31; +/* 57:43 */waypoints[35].children[1] = 36; +/* 57:43 */waypoints[35].children[2] = 53; +/* 57:43 */waypoints[35].children[3] = 58; +/* 57:43 */waypoints[35].children[4] = 141; +/* 57:43 */waypoints[36] = spawnstruct(); +/* 57:43 */waypoints[36].origin = (-788.421, 12.6972, -67.8751); +/* 57:43 */waypoints[36].type = "stand"; +/* 57:43 */waypoints[36].children[0] = 31; +/* 57:43 */waypoints[36].children[1] = 35; +/* 57:43 */waypoints[36].children[2] = 32; +/* 57:43 */waypoints[36].children[3] = 117; +/* 57:43 */waypoints[36].children[4] = 118; +/* 57:43 */waypoints[37] = spawnstruct(); +/* 57:43 */waypoints[37].origin = (-33.7955, -65.6956, -67.875); +/* 57:43 */waypoints[37].type = "stand"; +/* 57:43 */waypoints[37].children[0] = 32; +/* 57:43 */waypoints[37].children[1] = 38; +/* 57:43 */waypoints[38] = spawnstruct(); +/* 57:43 */waypoints[38].origin = (122.761, -65.1861, -99.875); +/* 57:43 */waypoints[38].type = "stand"; +/* 57:43 */waypoints[38].children[0] = 37; +/* 57:43 */waypoints[38].children[1] = 81; +/* 57:43 */waypoints[38].children[2] = 78; +/* 57:43 */waypoints[38].children[3] = 82; +/* 57:43 */waypoints[38].children[4] = 100; +/* 57:43 */waypoints[39] = spawnstruct(); +/* 57:43 */waypoints[39].origin = (-498.681, -149.582, -61.7012); +/* 57:43 */waypoints[39].type = "stand"; +/* 57:43 */waypoints[39].children[0] = 32; +/* 57:43 */waypoints[39].children[1] = 40; +/* 57:43 */waypoints[40] = spawnstruct(); +/* 57:43 */waypoints[40].origin = (-740.451, -141.98, 78.125); +/* 57:43 */waypoints[40].type = "stand"; +/* 57:43 */waypoints[40].children[0] = 39; +/* 57:43 */waypoints[40].children[1] = 41; +/* 57:43 */waypoints[41] = spawnstruct(); +/* 57:43 */waypoints[41].origin = (-1022.09, -148.968, 78.125); +/* 57:43 */waypoints[41].type = "stand"; +/* 57:43 */waypoints[41].children[0] = 40; +/* 57:43 */waypoints[41].children[1] = 42; +/* 57:43 */waypoints[41].children[2] = 112; +/* 57:43 */waypoints[42] = spawnstruct(); +/* 57:43 */waypoints[42].origin = (-1029.62, -305.749, 78.125); +/* 57:43 */waypoints[42].type = "stand"; +/* 57:43 */waypoints[42].children[0] = 41; +/* 57:43 */waypoints[42].children[1] = 43; +/* 57:43 */waypoints[43] = spawnstruct(); +/* 57:43 */waypoints[43].origin = (-1267.3, -305.753, 78.125); +/* 57:43 */waypoints[43].type = "stand"; +/* 57:43 */waypoints[43].children[0] = 42; +/* 57:43 */waypoints[43].children[1] = 44; +/* 57:43 */waypoints[43].children[2] = 113; +/* 57:43 */waypoints[43].children[3] = 127; +/* 57:43 */waypoints[43].children[4] = 130; +/* 57:43 */waypoints[44] = spawnstruct(); +/* 57:43 */waypoints[44].origin = (-1262.62, -456.467, 78.125); +/* 57:43 */waypoints[44].type = "stand"; +/* 57:43 */waypoints[44].children[0] = 43; +/* 57:43 */waypoints[44].children[1] = 45; +/* 57:43 */waypoints[44].children[2] = 46; +/* 57:43 */waypoints[44].children[3] = 129; +/* 57:43 */waypoints[44].children[4] = 130; +/* 57:43 */waypoints[44].children[5] = 142; +/* 57:43 */waypoints[45] = spawnstruct(); +/* 57:43 */waypoints[45].origin = (-1262.08, -620.875, 78.125); +/* 57:43 */waypoints[45].type = "crouch"; +/* 57:43 */waypoints[45].children[0] = 44; +/* 57:43 */waypoints[45].angles = (9.4635, 58.1012, 0); +/* 57:43 */waypoints[46] = spawnstruct(); +/* 57:43 */waypoints[46].origin = (-1780.35, -476.77, 80.125); +/* 57:43 */waypoints[46].type = "stand"; +/* 57:43 */waypoints[46].children[0] = 44; +/* 57:43 */waypoints[46].children[1] = 1; +/* 57:43 */waypoints[46].children[2] = 47; +/* 57:43 */waypoints[46].children[3] = 54; +/* 57:43 */waypoints[46].children[4] = 128; +/* 57:43 */waypoints[46].children[5] = 129; +/* 57:43 */waypoints[47] = spawnstruct(); +/* 57:43 */waypoints[47].origin = (-2031.24, -473.158, 50.125); +/* 57:43 */waypoints[47].type = "stand"; +/* 57:43 */waypoints[47].children[0] = 46; +/* 57:43 */waypoints[47].children[1] = 49; +/* 57:43 */waypoints[48] = spawnstruct(); +/* 57:43 */waypoints[48].origin = (-2042.67, -45.5832, -44.2631); +/* 57:43 */waypoints[48].type = "stand"; +/* 57:43 */waypoints[48].children[0] = 49; +/* 57:43 */waypoints[48].children[1] = 50; +/* 57:43 */waypoints[48].children[2] = 114; +/* 57:43 */waypoints[48].children[3] = 116; +/* 57:43 */waypoints[49] = spawnstruct(); +/* 57:43 */waypoints[49].origin = (-2028.38, -286.548, 50.125); +/* 57:43 */waypoints[49].type = "stand"; +/* 57:43 */waypoints[49].children[0] = 47; +/* 57:43 */waypoints[49].children[1] = 48; +/* 57:43 */waypoints[49].children[2] = 145; +/* 57:43 */waypoints[50] = spawnstruct(); +/* 57:43 */waypoints[50].origin = (-2004.29, 160.867, -54.2892); +/* 57:43 */waypoints[50].type = "stand"; +/* 57:43 */waypoints[50].children[0] = 48; +/* 57:43 */waypoints[50].children[1] = 51; +/* 57:43 */waypoints[50].children[2] = 52; +/* 57:43 */waypoints[50].children[3] = 68; +/* 57:43 */waypoints[51] = spawnstruct(); +/* 57:43 */waypoints[51].origin = (-1980.04, 403.366, -53.5544); +/* 57:43 */waypoints[51].type = "stand"; +/* 57:43 */waypoints[51].children[0] = 50; +/* 57:43 */waypoints[51].children[1] = 53; +/* 57:43 */waypoints[51].children[2] = 68; +/* 57:43 */waypoints[52] = spawnstruct(); +/* 57:43 */waypoints[52].origin = (-1782.68, 255.129, -43.375); +/* 57:43 */waypoints[52].type = "stand"; +/* 57:43 */waypoints[52].children[0] = 50; +/* 57:43 */waypoints[52].children[1] = 53; +/* 57:43 */waypoints[53] = spawnstruct(); +/* 57:43 */waypoints[53].origin = (-1469.46, 495.483, -54.8467); +/* 57:43 */waypoints[53].type = "stand"; +/* 57:43 */waypoints[53].children[0] = 51; +/* 57:43 */waypoints[53].children[1] = 52; +/* 57:43 */waypoints[53].children[2] = 55; +/* 57:43 */waypoints[53].children[3] = 35; +/* 57:43 */waypoints[53].children[4] = 70; +/* 57:43 */waypoints[53].children[5] = 116; +/* 57:43 */waypoints[54] = spawnstruct(); +/* 57:43 */waypoints[54].origin = (-1712.44, -338.028, 80.125); +/* 57:43 */waypoints[54].type = "stand"; +/* 57:43 */waypoints[54].children[0] = 46; +/* 57:43 */waypoints[54].children[1] = 56; +/* 57:43 */waypoints[54].children[2] = 129; +/* 57:43 */waypoints[55] = spawnstruct(); +/* 57:43 */waypoints[55].origin = (-1607.71, -180.875, -44.481); +/* 57:43 */waypoints[55].type = "climb"; +/* 57:43 */waypoints[55].children[0] = 53; +/* 57:43 */waypoints[55].children[1] = 56; +/* 57:43 */waypoints[55].children[2] = 114; +/* 57:43 */waypoints[55].children[3] = 115; +/* 57:43 */waypoints[55].angles = (0.81728, -89.9744, 0); +/* 57:43 */waypoints[56] = spawnstruct(); +/* 57:43 */waypoints[56].origin = (-1655.59, -241.997, 20.125); +/* 57:43 */waypoints[56].type = "climb"; +/* 57:43 */waypoints[56].children[0] = 55; +/* 57:43 */waypoints[56].children[1] = 54; +/* 57:43 */waypoints[56].angles = (-16.3159, -90.3039, 0); +/* 57:43 */waypoints[57] = spawnstruct(); +/* 57:43 */waypoints[57].origin = (-497.794, 463.125, -69.2525); +/* 57:43 */waypoints[57].type = "crouch"; +/* 57:43 */waypoints[57].children[0] = 58; +/* 57:43 */waypoints[57].angles = (1.65773, 93.3435, 0); +/* 57:43 */waypoints[58] = spawnstruct(); +/* 57:43 */waypoints[58].origin = (-528.456, 669.273, -76.9483); +/* 57:43 */waypoints[58].type = "stand"; +/* 57:43 */waypoints[58].children[0] = 35; +/* 57:43 */waypoints[58].children[1] = 57; +/* 57:43 */waypoints[58].children[2] = 59; +/* 57:43 */waypoints[58].children[3] = 110; +/* 57:43 */waypoints[58].children[4] = 136; +/* 57:43 */waypoints[59] = spawnstruct(); +/* 57:43 */waypoints[59].origin = (-515.198, 1293.8, -95.875); +/* 57:43 */waypoints[59].type = "stand"; +/* 57:43 */waypoints[59].children[0] = 58; +/* 57:43 */waypoints[59].children[1] = 60; +/* 57:43 */waypoints[59].children[2] = 61; +/* 57:43 */waypoints[59].children[3] = 103; +/* 57:43 */waypoints[59].children[4] = 135; +/* 57:43 */waypoints[60] = spawnstruct(); +/* 57:43 */waypoints[60].origin = (327.061, 1240.83, -105.116); +/* 57:43 */waypoints[60].type = "stand"; +/* 57:43 */waypoints[60].children[0] = 59; +/* 57:43 */waypoints[60].children[1] = 61; +/* 57:43 */waypoints[60].children[2] = 73; +/* 57:43 */waypoints[60].children[3] = 75; +/* 57:43 */waypoints[60].children[4] = 102; +/* 57:43 */waypoints[60].children[5] = 104; +/* 57:43 */waypoints[61] = spawnstruct(); +/* 57:43 */waypoints[61].origin = (-575.497, 1401.55, -103.464); +/* 57:43 */waypoints[61].type = "stand"; +/* 57:43 */waypoints[61].children[0] = 59; +/* 57:43 */waypoints[61].children[1] = 62; +/* 57:43 */waypoints[61].children[2] = 63; +/* 57:43 */waypoints[61].children[3] = 60; +/* 57:43 */waypoints[61].children[4] = 106; +/* 57:43 */waypoints[61].children[5] = 107; +/* 57:43 */waypoints[61].children[6] = 136; +/* 57:43 */waypoints[62] = spawnstruct(); +/* 57:43 */waypoints[62].origin = (-573.765, 1666.76, -103.708); +/* 57:43 */waypoints[62].type = "stand"; +/* 57:43 */waypoints[62].children[0] = 61; +/* 57:43 */waypoints[62].children[1] = 64; +/* 57:43 */waypoints[62].children[2] = 71; +/* 57:43 */waypoints[62].children[3] = 72; +/* 57:43 */waypoints[62].children[4] = 107; +/* 57:43 */waypoints[63] = spawnstruct(); +/* 57:43 */waypoints[63].origin = (-1245.24, 1290.93, -95.875); +/* 57:43 */waypoints[63].type = "stand"; +/* 57:43 */waypoints[63].children[0] = 61; +/* 57:43 */waypoints[63].children[1] = 65; +/* 57:43 */waypoints[63].children[2] = 105; +/* 57:43 */waypoints[63].children[3] = 106; +/* 57:43 */waypoints[64] = spawnstruct(); +/* 57:43 */waypoints[64].origin = (-1067.37, 1818.92, -98.9286); +/* 57:43 */waypoints[64].type = "stand"; +/* 57:43 */waypoints[64].children[0] = 62; +/* 57:43 */waypoints[64].children[1] = 65; +/* 57:43 */waypoints[64].children[2] = 105; +/* 57:43 */waypoints[65] = spawnstruct(); +/* 57:43 */waypoints[65].origin = (-1327.01, 1504.98, -94.6092); +/* 57:43 */waypoints[65].type = "stand"; +/* 57:43 */waypoints[65].children[0] = 63; +/* 57:43 */waypoints[65].children[1] = 64; +/* 57:43 */waypoints[65].children[2] = 66; +/* 57:43 */waypoints[66] = spawnstruct(); +/* 57:43 */waypoints[66].origin = (-1558.16, 1489.6, -51.875); +/* 57:43 */waypoints[66].type = "stand"; +/* 57:43 */waypoints[66].children[0] = 65; +/* 57:43 */waypoints[66].children[1] = 67; +/* 57:43 */waypoints[66].children[2] = 68; +/* 57:43 */waypoints[66].children[3] = 109; +/* 57:43 */waypoints[67] = spawnstruct(); +/* 57:43 */waypoints[67].origin = (-1702.88, 1306.12, -51.875); +/* 57:43 */waypoints[67].type = "crouch"; +/* 57:43 */waypoints[67].children[0] = 66; +/* 57:43 */waypoints[67].angles = (3.31116, 29.5404, 0); +/* 57:43 */waypoints[68] = spawnstruct(); +/* 57:43 */waypoints[68].origin = (-1718.31, 464.22, -53.2537); +/* 57:43 */waypoints[68].type = "stand"; +/* 57:43 */waypoints[68].children[0] = 51; +/* 57:43 */waypoints[68].children[1] = 50; +/* 57:43 */waypoints[68].children[2] = 66; +/* 57:43 */waypoints[68].children[3] = 69; +/* 57:43 */waypoints[69] = spawnstruct(); +/* 57:43 */waypoints[69].origin = (-1422.18, 1032.5, -51.875); +/* 57:43 */waypoints[69].type = "crouch"; +/* 57:43 */waypoints[69].children[0] = 68; +/* 57:43 */waypoints[69].angles = (1.19629, -120.961, 0); +/* 57:43 */waypoints[70] = spawnstruct(); +/* 57:43 */waypoints[70].origin = (-1279.52, 358.234, -51.875); +/* 57:43 */waypoints[70].type = "crouch"; +/* 57:43 */waypoints[70].children[0] = 53; +/* 57:43 */waypoints[70].angles = (5.42053, 53.941, 0); +/* 57:43 */waypoints[71] = spawnstruct(); +/* 57:43 */waypoints[71].origin = (-290.065, 1717.01, -95.875); +/* 57:43 */waypoints[71].type = "stand"; +/* 57:43 */waypoints[71].children[0] = 62; +/* 57:43 */waypoints[71].children[1] = 72; +/* 57:43 */waypoints[72] = spawnstruct(); +/* 57:43 */waypoints[72].origin = (-298.71, 1561.68, -95.875); +/* 57:43 */waypoints[72].type = "stand"; +/* 57:43 */waypoints[72].children[0] = 62; +/* 57:43 */waypoints[72].children[1] = 71; +/* 57:43 */waypoints[72].children[2] = 103; +/* 57:43 */waypoints[73] = spawnstruct(); +/* 57:43 */waypoints[73].origin = (717.414, 1365.04, -101.461); +/* 57:43 */waypoints[73].type = "stand"; +/* 57:43 */waypoints[73].children[0] = 60; +/* 57:43 */waypoints[73].children[1] = 74; +/* 57:43 */waypoints[73].children[2] = 146; +/* 57:43 */waypoints[73].children[3] = 148; +/* 57:43 */waypoints[74] = spawnstruct(); +/* 57:43 */waypoints[74].origin = (691.344, 579.794, -98.599); +/* 57:43 */waypoints[74].type = "stand"; +/* 57:43 */waypoints[74].children[0] = 75; +/* 57:43 */waypoints[74].children[1] = 73; +/* 57:43 */waypoints[74].children[2] = 76; +/* 57:43 */waypoints[74].children[3] = 99; +/* 57:43 */waypoints[74].children[4] = 100; +/* 57:43 */waypoints[74].children[5] = 148; +/* 57:43 */waypoints[75] = spawnstruct(); +/* 57:43 */waypoints[75].origin = (211.821, 591.16, -95.875); +/* 57:43 */waypoints[75].type = "stand"; +/* 57:43 */waypoints[75].children[0] = 60; +/* 57:43 */waypoints[75].children[1] = 74; +/* 57:43 */waypoints[75].children[2] = 81; +/* 57:43 */waypoints[76] = spawnstruct(); +/* 57:43 */waypoints[76].origin = (673.657, 202.857, -90.2154); +/* 57:43 */waypoints[76].type = "stand"; +/* 57:43 */waypoints[76].children[0] = 77; +/* 57:43 */waypoints[76].children[1] = 74; +/* 57:43 */waypoints[76].children[2] = 84; +/* 57:43 */waypoints[76].children[3] = 98; +/* 57:43 */waypoints[76].children[4] = 101; +/* 57:43 */waypoints[76].children[5] = 137; +/* 57:43 */waypoints[77] = spawnstruct(); +/* 57:43 */waypoints[77].origin = (392.91, 204.878, -87.375); +/* 57:43 */waypoints[77].type = "stand"; +/* 57:43 */waypoints[77].children[0] = 78; +/* 57:43 */waypoints[77].children[1] = 76; +/* 57:43 */waypoints[77].children[2] = 111; +/* 57:43 */waypoints[78] = spawnstruct(); +/* 57:43 */waypoints[78].origin = (363.405, -64.8698, -81.9306); +/* 57:43 */waypoints[78].type = "stand"; +/* 57:43 */waypoints[78].children[0] = 79; +/* 57:43 */waypoints[78].children[1] = 77; +/* 57:43 */waypoints[78].children[2] = 38; +/* 57:43 */waypoints[78].children[3] = 111; +/* 57:43 */waypoints[78].children[4] = 144; +/* 57:43 */waypoints[79] = spawnstruct(); +/* 57:43 */waypoints[79].origin = (381.835, -661.061, -67.532); +/* 57:43 */waypoints[79].type = "stand"; +/* 57:43 */waypoints[79].children[0] = 24; +/* 57:43 */waypoints[79].children[1] = 80; +/* 57:43 */waypoints[79].children[2] = 78; +/* 57:43 */waypoints[79].children[3] = 82; +/* 57:43 */waypoints[79].children[4] = 85; +/* 57:43 */waypoints[79].children[5] = 87; +/* 57:43 */waypoints[80] = spawnstruct(); +/* 57:43 */waypoints[80].origin = (253.042, -1060.1, -69.4974); +/* 57:43 */waypoints[80].type = "stand"; +/* 57:43 */waypoints[80].children[0] = 26; +/* 57:43 */waypoints[80].children[1] = 24; +/* 57:43 */waypoints[80].children[2] = 79; +/* 57:43 */waypoints[80].children[3] = 97; +/* 57:43 */waypoints[81] = spawnstruct(); +/* 57:43 */waypoints[81].origin = (101.394, 253.778, -99.875); +/* 57:43 */waypoints[81].type = "stand"; +/* 57:43 */waypoints[81].children[0] = 75; +/* 57:43 */waypoints[81].children[1] = 38; +/* 57:43 */waypoints[82] = spawnstruct(); +/* 57:43 */waypoints[82].origin = (115.242, -673.603, -67.875); +/* 57:43 */waypoints[82].type = "stand"; +/* 57:43 */waypoints[82].children[0] = 38; +/* 57:43 */waypoints[82].children[1] = 79; +/* 57:43 */waypoints[82].children[2] = 83; +/* 57:43 */waypoints[83] = spawnstruct(); +/* 57:43 */waypoints[83].origin = (-53.7846, -673.771, -67.875); +/* 57:43 */waypoints[83].type = "stand"; +/* 57:43 */waypoints[83].children[0] = 26; +/* 57:43 */waypoints[83].children[1] = 82; +/* 57:43 */waypoints[84] = spawnstruct(); +/* 57:43 */waypoints[84].origin = (721.483, -325.302, -80.4851); +/* 57:43 */waypoints[84].type = "stand"; +/* 57:43 */waypoints[84].children[0] = 76; +/* 57:43 */waypoints[84].children[1] = 85; +/* 57:43 */waypoints[84].children[2] = 98; +/* 57:43 */waypoints[85] = spawnstruct(); +/* 57:43 */waypoints[85].origin = (724.811, -451.478, -78.8976); +/* 57:43 */waypoints[85].type = "stand"; +/* 57:43 */waypoints[85].children[0] = 84; +/* 57:43 */waypoints[85].children[1] = 79; +/* 57:43 */waypoints[85].children[2] = 86; +/* 57:43 */waypoints[86] = spawnstruct(); +/* 57:43 */waypoints[86].origin = (802.166, -581.686, -71.875); +/* 57:43 */waypoints[86].type = "stand"; +/* 57:43 */waypoints[86].children[0] = 85; +/* 57:43 */waypoints[86].children[1] = 87; +/* 57:43 */waypoints[86].children[2] = 98; +/* 57:43 */waypoints[87] = spawnstruct(); +/* 57:43 */waypoints[87].origin = (787.311, -878.944, -77.6298); +/* 57:43 */waypoints[87].type = "stand"; +/* 57:43 */waypoints[87].children[0] = 86; +/* 57:43 */waypoints[87].children[1] = 88; +/* 57:43 */waypoints[87].children[2] = 94; +/* 57:43 */waypoints[87].children[3] = 79; +/* 57:43 */waypoints[87].children[4] = 97; +/* 57:43 */waypoints[88] = spawnstruct(); +/* 57:43 */waypoints[88].origin = (767.869, -1336.48, -72.1795); +/* 57:43 */waypoints[88].type = "stand"; +/* 57:43 */waypoints[88].children[0] = 87; +/* 57:43 */waypoints[88].children[1] = 89; +/* 57:43 */waypoints[88].children[2] = 93; +/* 57:43 */waypoints[88].children[3] = 95; +/* 57:43 */waypoints[89] = spawnstruct(); +/* 57:43 */waypoints[89].origin = (761.876, -1468.87, -65.875); +/* 57:43 */waypoints[89].type = "climb"; +/* 57:43 */waypoints[89].children[0] = 88; +/* 57:43 */waypoints[89].children[1] = 90; +/* 57:43 */waypoints[89].angles = (8.11768, -94.6106, 0); +/* 57:43 */waypoints[90] = spawnstruct(); +/* 57:43 */waypoints[90].origin = (756.898, -1514.22, -60.875); +/* 57:43 */waypoints[90].type = "climb"; +/* 57:43 */waypoints[90].children[0] = 89; +/* 57:43 */waypoints[90].children[1] = 92; +/* 57:43 */waypoints[90].angles = (2.03674, 88.5645, 0); +/* 57:43 */waypoints[91] = spawnstruct(); +/* 57:43 */waypoints[91].origin = (364.092, -1594.84, 27.125); +/* 57:43 */waypoints[91].type = "stand"; +/* 57:43 */waypoints[91].children[0] = 22; +/* 57:43 */waypoints[91].children[1] = 92; +/* 57:43 */waypoints[92] = spawnstruct(); +/* 57:43 */waypoints[92].origin = (662.449, -1589.56, -60.875); +/* 57:43 */waypoints[92].type = "stand"; +/* 57:43 */waypoints[92].children[0] = 91; +/* 57:43 */waypoints[92].children[1] = 90; +/* 57:43 */waypoints[92].children[2] = 93; +/* 57:43 */waypoints[92].children[3] = 143; +/* 57:43 */waypoints[93] = spawnstruct(); +/* 57:43 */waypoints[93].origin = (649.893, -1323.68, -71.875); +/* 57:43 */waypoints[93].type = "stand"; +/* 57:43 */waypoints[93].children[0] = 92; +/* 57:43 */waypoints[93].children[1] = 24; +/* 57:43 */waypoints[93].children[2] = 88; +/* 57:43 */waypoints[93].children[3] = 95; +/* 57:43 */waypoints[94] = spawnstruct(); +/* 57:43 */waypoints[94].origin = (1106.54, -751.291, -71.875); +/* 57:43 */waypoints[94].type = "stand"; +/* 57:43 */waypoints[94].children[0] = 87; +/* 57:43 */waypoints[94].children[1] = 95; +/* 57:43 */waypoints[94].children[2] = 96; +/* 57:43 */waypoints[95] = spawnstruct(); +/* 57:43 */waypoints[95].origin = (1115.3, -1150.34, -70.0649); +/* 57:43 */waypoints[95].type = "stand"; +/* 57:43 */waypoints[95].children[0] = 94; +/* 57:43 */waypoints[95].children[1] = 88; +/* 57:43 */waypoints[95].children[2] = 93; +/* 57:43 */waypoints[96] = spawnstruct(); +/* 57:43 */waypoints[96].origin = (1222.88, -615.125, -61.875); +/* 57:43 */waypoints[96].type = "crouch"; +/* 57:43 */waypoints[96].children[0] = 94; +/* 57:43 */waypoints[96].angles = (0.619507, -140.314, 0); +/* 57:43 */waypoints[97] = spawnstruct(); +/* 57:43 */waypoints[97].origin = (545.295, -1197.95, -70.9087); +/* 57:43 */waypoints[97].type = "stand"; +/* 57:43 */waypoints[97].children[0] = 87; +/* 57:43 */waypoints[97].children[1] = 80; +/* 57:43 */waypoints[97].children[2] = 24; +/* 57:43 */waypoints[98] = spawnstruct(); +/* 57:43 */waypoints[98].origin = (787.154, -162.22, -82.8475); +/* 57:43 */waypoints[98].type = "stand"; +/* 57:43 */waypoints[98].children[0] = 84; +/* 57:43 */waypoints[98].children[1] = 86; +/* 57:43 */waypoints[98].children[2] = 76; +/* 57:43 */waypoints[99] = spawnstruct(); +/* 57:43 */waypoints[99].origin = (882.704, 648.628, -85.875); +/* 57:43 */waypoints[99].type = "stand"; +/* 57:43 */waypoints[99].children[0] = 100; +/* 57:43 */waypoints[99].children[1] = 74; +/* 57:43 */waypoints[100] = spawnstruct(); +/* 57:43 */waypoints[100].origin = (892.233, 434.935, -85.875); +/* 57:43 */waypoints[100].type = "stand"; +/* 57:43 */waypoints[100].children[0] = 101; +/* 57:43 */waypoints[100].children[1] = 99; +/* 57:43 */waypoints[100].children[2] = 38; +/* 57:43 */waypoints[100].children[3] = 74; +/* 57:43 */waypoints[101] = spawnstruct(); +/* 57:43 */waypoints[101].origin = (888.732, 192.113, -85.875); +/* 57:43 */waypoints[101].type = "stand"; +/* 57:43 */waypoints[101].children[0] = 76; +/* 57:43 */waypoints[101].children[1] = 100; +/* 57:43 */waypoints[102] = spawnstruct(); +/* 57:43 */waypoints[102].origin = (71.125, 1049.53, -92.875); +/* 57:43 */waypoints[102].type = "crouch"; +/* 57:43 */waypoints[102].children[0] = 60; +/* 57:43 */waypoints[102].angles = (3.70117, 2.00317, 0); +/* 57:43 */waypoints[103] = spawnstruct(); +/* 57:43 */waypoints[103].origin = (-297.967, 1323.86, -95.8752); +/* 57:43 */waypoints[103].type = "stand"; +/* 57:43 */waypoints[103].children[0] = 72; +/* 57:43 */waypoints[103].children[1] = 59; +/* 57:43 */waypoints[103].children[2] = 104; +/* 57:43 */waypoints[104] = spawnstruct(); +/* 57:43 */waypoints[104].origin = (11.1166, 1252.32, -95.875); +/* 57:43 */waypoints[104].type = "stand"; +/* 57:43 */waypoints[104].children[0] = 60; +/* 57:43 */waypoints[104].children[1] = 103; +/* 57:43 */waypoints[105] = spawnstruct(); +/* 57:43 */waypoints[105].origin = (-1120.71, 1569.39, -101.585); +/* 57:43 */waypoints[105].type = "stand"; +/* 57:43 */waypoints[105].children[0] = 63; +/* 57:43 */waypoints[105].children[1] = 64; +/* 57:43 */waypoints[105].children[2] = 106; +/* 57:43 */waypoints[105].children[3] = 108; +/* 57:43 */waypoints[106] = spawnstruct(); +/* 57:43 */waypoints[106].origin = (-1104.67, 1397.81, -102.387); +/* 57:43 */waypoints[106].type = "stand"; +/* 57:43 */waypoints[106].children[0] = 63; +/* 57:43 */waypoints[106].children[1] = 105; +/* 57:43 */waypoints[106].children[2] = 61; +/* 57:43 */waypoints[107] = spawnstruct(); +/* 57:43 */waypoints[107].origin = (-603.397, 1553.96, -103.724); +/* 57:43 */waypoints[107].type = "claymore"; +/* 57:43 */waypoints[107].children[0] = 62; +/* 57:43 */waypoints[107].children[1] = 61; +/* 57:43 */waypoints[107].angles = (46.7566, -77.9169, 0); +/* 57:43 */waypoints[108] = spawnstruct(); +/* 57:43 */waypoints[108].origin = (-1490.59, 1718.03, -89.875); +/* 57:43 */waypoints[108].type = "crouch"; +/* 57:43 */waypoints[108].children[0] = 105; +/* 57:43 */waypoints[108].angles = (-1.10533, -100.752, 0); +/* 57:43 */waypoints[109] = spawnstruct(); +/* 57:43 */waypoints[109].origin = (-1670.46, 546.998, -51.875); +/* 57:43 */waypoints[109].type = "claymore"; +/* 57:43 */waypoints[109].children[0] = 66; +/* 57:43 */waypoints[109].angles = (61.5552, 172.775, 0); +/* 57:43 */waypoints[110] = spawnstruct(); +/* 57:43 */waypoints[110].origin = (-604.862, 748.858, -74.8106); +/* 57:43 */waypoints[110].type = "claymore"; +/* 57:43 */waypoints[110].children[0] = 58; +/* 57:43 */waypoints[110].angles = (73.4808, -0.787354, 0); +/* 57:43 */waypoints[111] = spawnstruct(); +/* 57:43 */waypoints[111].origin = (327.541, -16.3796, -82.9684); +/* 57:43 */waypoints[111].type = "claymore"; +/* 57:43 */waypoints[111].children[0] = 77; +/* 57:43 */waypoints[111].children[1] = 78; +/* 57:43 */waypoints[111].angles = (55.0348, -93.8086, 0); +/* 57:43 */waypoints[112] = spawnstruct(); +/* 57:43 */waypoints[112].origin = (-1144.88, -84.125, 78.125); +/* 57:43 */waypoints[112].type = "crouch"; +/* 57:43 */waypoints[112].children[0] = 41; +/* 57:43 */waypoints[112].angles = (3.14638, -29.4177, 0); +/* 57:43 */waypoints[113] = spawnstruct(); +/* 57:43 */waypoints[113].origin = (-1416.88, -241.125, 80.171); +/* 57:43 */waypoints[113].type = "crouch"; +/* 57:43 */waypoints[113].children[0] = 43; +/* 57:43 */waypoints[113].angles = (4.84926, -51.5167, 0); +/* 57:43 */waypoints[114] = spawnstruct(); +/* 57:43 */waypoints[114].origin = (-1689.6, -74.565, -46.991); +/* 57:43 */waypoints[114].type = "stand"; +/* 57:43 */waypoints[114].children[0] = 48; +/* 57:43 */waypoints[114].children[1] = 55; +/* 57:43 */waypoints[114].children[2] = 115; +/* 57:43 */waypoints[115] = spawnstruct(); +/* 57:43 */waypoints[115].origin = (-1536.47, 7.8011, -49.2237); +/* 57:43 */waypoints[115].type = "stand"; +/* 57:43 */waypoints[115].children[0] = 116; +/* 57:43 */waypoints[115].children[1] = 114; +/* 57:43 */waypoints[115].children[2] = 55; +/* 57:43 */waypoints[116] = spawnstruct(); +/* 57:43 */waypoints[116].origin = (-1588.33, 259.217, -51.017); +/* 57:43 */waypoints[116].type = "stand"; +/* 57:43 */waypoints[116].children[0] = 48; +/* 57:43 */waypoints[116].children[1] = 115; +/* 57:43 */waypoints[116].children[2] = 53; +/* 57:43 */waypoints[117] = spawnstruct(); +/* 57:43 */waypoints[117].origin = (-408.432, 34.8685, -67.875); +/* 57:43 */waypoints[117].type = "stand"; +/* 57:43 */waypoints[117].children[0] = 36; +/* 57:43 */waypoints[117].children[1] = 32; +/* 57:43 */waypoints[118] = spawnstruct(); +/* 57:43 */waypoints[118].origin = (-943.717, -195.87, -67.8751); +/* 57:43 */waypoints[118].type = "claymore"; +/* 57:43 */waypoints[118].children[0] = 36; +/* 57:43 */waypoints[118].angles = (65.0214, 17.3236, 0); +/* 57:43 */waypoints[119] = spawnstruct(); +/* 57:43 */waypoints[119].origin = (-583.642, -619.002, -67.8751); +/* 57:43 */waypoints[119].type = "claymore"; +/* 57:43 */waypoints[119].children[0] = 29; +/* 57:43 */waypoints[119].children[1] = 30; +/* 57:43 */waypoints[119].angles = (71.9427, 13.2697, 0); +/* 57:43 */waypoints[120] = spawnstruct(); +/* 57:43 */waypoints[120].origin = (-292.558, -642.023, -67.8751); +/* 57:43 */waypoints[120].type = "stand"; +/* 57:43 */waypoints[120].children[0] = 121; +/* 57:43 */waypoints[120].children[1] = 26; +/* 57:43 */waypoints[121] = spawnstruct(); +/* 57:43 */waypoints[121].origin = (-471.129, -656.023, -67.8751); +/* 57:43 */waypoints[121].type = "stand"; +/* 57:43 */waypoints[121].children[0] = 30; +/* 57:43 */waypoints[121].children[1] = 29; +/* 57:43 */waypoints[121].children[2] = 120; +/* 57:43 */waypoints[122] = spawnstruct(); +/* 57:43 */waypoints[122].origin = (-992.086, -1364.65, 2.125); +/* 57:43 */waypoints[122].type = "stand"; +/* 57:43 */waypoints[122].children[0] = 8; +/* 57:43 */waypoints[122].children[1] = 123; +/* 57:43 */waypoints[123] = spawnstruct(); +/* 57:43 */waypoints[123].origin = (-980.447, -1067.51, 4.125); +/* 57:43 */waypoints[123].type = "stand"; +/* 57:43 */waypoints[123].children[0] = 122; +/* 57:43 */waypoints[123].children[1] = 27; +/* 57:43 */waypoints[124] = spawnstruct(); +/* 57:43 */waypoints[124].origin = (-1472.9, -873.882, 4.33376); +/* 57:43 */waypoints[124].type = "stand"; +/* 57:43 */waypoints[124].children[0] = 125; +/* 57:43 */waypoints[124].children[1] = 1; +/* 57:43 */waypoints[124].children[2] = 126; +/* 57:43 */waypoints[124].children[3] = 131; +/* 57:43 */waypoints[125] = spawnstruct(); +/* 57:43 */waypoints[125].origin = (-979.942, -831.746, -67.875); +/* 57:43 */waypoints[125].type = "stand"; +/* 57:43 */waypoints[125].children[0] = 27; +/* 57:43 */waypoints[125].children[1] = 124; +/* 57:43 */waypoints[126] = spawnstruct(); +/* 57:43 */waypoints[126].origin = (-1475.57, -1413.42, 2.125); +/* 57:43 */waypoints[126].type = "stand"; +/* 57:43 */waypoints[126].children[0] = 124; +/* 57:43 */waypoints[126].children[1] = 2; +/* 57:43 */waypoints[126].children[2] = 0; +/* 57:43 */waypoints[127] = spawnstruct(); +/* 57:43 */waypoints[127].origin = (-1599.26, -642.834, 80.125); +/* 57:43 */waypoints[127].type = "stand"; +/* 57:43 */waypoints[127].children[0] = 1; +/* 57:43 */waypoints[127].children[1] = 43; +/* 57:43 */waypoints[127].children[2] = 129; +/* 57:43 */waypoints[128] = spawnstruct(); +/* 57:43 */waypoints[128].origin = (-1630.98, -428.252, 80.125); +/* 57:43 */waypoints[128].type = "stand"; +/* 57:43 */waypoints[128].children[0] = 46; +/* 57:43 */waypoints[128].children[1] = 129; +/* 57:43 */waypoints[129] = spawnstruct(); +/* 57:43 */waypoints[129].origin = (-1521.7, -494.247, 80.125); +/* 57:43 */waypoints[129].type = "stand"; +/* 57:43 */waypoints[129].children[0] = 128; +/* 57:43 */waypoints[129].children[1] = 127; +/* 57:43 */waypoints[129].children[2] = 44; +/* 57:43 */waypoints[129].children[3] = 54; +/* 57:43 */waypoints[129].children[4] = 46; +/* 57:43 */waypoints[130] = spawnstruct(); +/* 57:43 */waypoints[130].origin = (-1416.88, -402.584, 80.1709); +/* 57:43 */waypoints[130].type = "claymore"; +/* 57:43 */waypoints[130].children[0] = 44; +/* 57:43 */waypoints[130].children[1] = 43; +/* 57:43 */waypoints[130].angles = (61.7529, -86.8652, 0); +/* 57:43 */waypoints[131] = spawnstruct(); +/* 57:43 */waypoints[131].origin = (-1735.95, -991.62, 16.6504); +/* 57:43 */waypoints[131].type = "claymore"; +/* 57:43 */waypoints[131].children[0] = 1; +/* 57:43 */waypoints[131].children[1] = 124; +/* 57:43 */waypoints[131].children[2] = 140; +/* 57:43 */waypoints[131].angles = (40.0275, 57.3083, 0); +/* 57:43 */waypoints[132] = spawnstruct(); +/* 57:43 */waypoints[132].origin = (-1301.58, -1614.79, 4.125); +/* 57:43 */waypoints[132].type = "stand"; +/* 57:43 */waypoints[132].children[0] = 5; +/* 57:43 */waypoints[132].children[1] = 2; +/* 57:43 */waypoints[132].children[2] = 133; +/* 57:43 */waypoints[133] = spawnstruct(); +/* 57:43 */waypoints[133].origin = (-1270.23, -1543.12, 4.125); +/* 57:43 */waypoints[133].type = "claymore"; +/* 57:43 */waypoints[133].children[0] = 132; +/* 57:43 */waypoints[133].angles = (73.2776, -175.75, 0); +/* 57:43 */waypoints[134] = spawnstruct(); +/* 57:43 */waypoints[134].origin = (-335.557, -1471.17, 11.2512); +/* 57:43 */waypoints[134].type = "crouch"; +/* 57:43 */waypoints[134].children[0] = 14; +/* 57:43 */waypoints[134].angles = (2.92664, -49.8688, 0); +/* 57:43 */waypoints[135] = spawnstruct(); +/* 57:43 */waypoints[135].origin = (-607.641, 796.06, -95.875); +/* 57:43 */waypoints[135].type = "claymore"; +/* 57:43 */waypoints[135].children[0] = 59; +/* 57:43 */waypoints[135].children[1] = 136; +/* 57:43 */waypoints[135].angles = (70.5914, 9.83093, 0); +/* 57:43 */waypoints[136] = spawnstruct(); +/* 57:43 */waypoints[136].origin = (-498.587, 822.432, -95.875); +/* 57:43 */waypoints[136].type = "stand"; +/* 57:43 */waypoints[136].children[0] = 135; +/* 57:43 */waypoints[136].children[1] = 58; +/* 57:43 */waypoints[136].children[2] = 61; +/* 57:43 */waypoints[137] = spawnstruct(); +/* 57:43 */waypoints[137].origin = (702.557, -894.281, -68.7618); +/* 57:43 */waypoints[137].type = "grenade"; +/* 57:43 */waypoints[137].children[0] = 76; +/* 57:43 */waypoints[137].angles = (-20.7159, 89.1687, 0); +/* 57:43 */waypoints[138] = spawnstruct(); +/* 57:43 */waypoints[138].origin = (-214.536, -940.646, -67.8172); +/* 57:43 */waypoints[138].type = "grenade"; +/* 57:43 */waypoints[138].children[0] = 139; +/* 57:43 */waypoints[138].angles = (-5.91736, 128.335, 0); +/* 57:43 */waypoints[139] = spawnstruct(); +/* 57:43 */waypoints[139].origin = (-821.757, -239.89, -67.875); +/* 57:43 */waypoints[139].type = "stand"; +/* 57:43 */waypoints[139].children[0] = 138; +/* 57:43 */waypoints[140] = spawnstruct(); +/* 57:43 */waypoints[140].origin = (-1773.24, 23.1395, -46.1821); +/* 57:43 */waypoints[140].type = "grenade"; +/* 57:43 */waypoints[140].children[0] = 131; +/* 57:43 */waypoints[140].angles = (-18.4528, -87.486, 0); +/* 57:43 */waypoints[141] = spawnstruct(); +/* 57:43 */waypoints[141].origin = (-714.925, 165.125, -67.875); +/* 57:43 */waypoints[141].type = "crouch"; +/* 57:43 */waypoints[141].children[0] = 35; +/* 57:43 */waypoints[141].angles = (6.9751, 115.838, 0); +/* 57:43 */waypoints[142] = spawnstruct(); +/* 57:43 */waypoints[142].origin = (-435.07, 16.6627, -67.875); +/* 57:43 */waypoints[142].type = "grenade"; +/* 57:43 */waypoints[142].children[0] = 44; +/* 57:43 */waypoints[142].angles = (-22.0508, -156.118, 0); +/* 57:43 */waypoints[143] = spawnstruct(); +/* 57:43 */waypoints[143].origin = (614.728, -1721.55, -60.875); +/* 57:43 */waypoints[143].type = "stand"; +/* 57:43 */waypoints[143].children[0] = 92; +/* 57:43 */waypoints[144] = spawnstruct(); +/* 57:43 */waypoints[144].origin = (272.649, -994.08, -69.7291); +/* 57:43 */waypoints[144].type = "grenade"; +/* 57:43 */waypoints[144].children[0] = 78; +/* 57:43 */waypoints[144].angles = (-17.4475, 86.1969, 0); +/* 57:43 */waypoints[145] = spawnstruct(); +/* 57:43 */waypoints[145].origin = (-1453.29, -1127.88, 2.125); +/* 57:43 */waypoints[145].type = "grenade"; +/* 57:43 */waypoints[145].children[0] = 49; +/* 57:43 */waypoints[145].angles = (-17.5354, 123.056, 0.0384521); +/* 57:43 */waypoints[146] = spawnstruct(); +/* 57:43 */waypoints[146].origin = (997.568, 1330.96, -87.875); +/* 57:43 */waypoints[146].type = "stand"; +/* 57:43 */waypoints[146].children[0] = 73; +/* 57:43 */waypoints[146].children[1] = 147; +/* 57:43 */waypoints[147] = spawnstruct(); +/* 57:43 */waypoints[147].origin = (1003.47, 1111.62, -87.875); +/* 57:43 */waypoints[147].type = "stand"; +/* 57:43 */waypoints[147].children[0] = 146; +/* 57:43 */waypoints[147].children[1] = 148; +/* 57:43 */waypoints[148] = spawnstruct(); +/* 57:43 */waypoints[148].origin = (714.56, 1028.01, -99.8719); +/* 57:43 */waypoints[148].type = "stand"; +/* 57:43 */waypoints[148].children[0] = 147; +/* 57:43 */waypoints[148].children[1] = 73; +/* 57:43 */waypoints[148].children[2] = 74; +/* 57:43 */return waypoints; +} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/carbon.gsc b/raw/maps/mp/bots/waypoints/carbon.gsc new file mode 100644 index 0000000..6c6bf1b --- /dev/null +++ b/raw/maps/mp/bots/waypoints/carbon.gsc @@ -0,0 +1,1084 @@ +Carbon() +{ +/* 52:43 */waypoints = []; +/* 52:43 */waypoints[0] = spawnstruct(); +/* 52:43 */waypoints[0].origin = (-176.454, -2918.08, 3929.41); +/* 52:43 */waypoints[0].type = "stand"; +/* 52:43 */waypoints[0].children[0] = 1; +/* 52:43 */waypoints[0].children[1] = 2; +/* 52:43 */waypoints[0].children[2] = 3; +/* 52:43 */waypoints[1] = spawnstruct(); +/* 52:43 */waypoints[1].origin = (171.346, -2821.45, 3945.13); +/* 52:43 */waypoints[1].type = "stand"; +/* 52:43 */waypoints[1].children[0] = 0; +/* 52:43 */waypoints[1].children[1] = 4; +/* 52:43 */waypoints[2] = spawnstruct(); +/* 52:43 */waypoints[2].origin = (-171.132, -3457.83, 3898.12); +/* 52:43 */waypoints[2].type = "stand"; +/* 52:43 */waypoints[2].children[0] = 0; +/* 52:43 */waypoints[2].children[1] = 3; +/* 52:43 */waypoints[2].children[2] = 5; +/* 52:43 */waypoints[2].children[3] = 95; +/* 52:43 */waypoints[2].children[4] = 97; +/* 52:43 */waypoints[2].children[5] = 105; +/* 52:43 */waypoints[2].children[6] = 161; +/* 52:43 */waypoints[3] = spawnstruct(); +/* 52:43 */waypoints[3].origin = (-368.216, -3151.53, 3910.95); +/* 52:43 */waypoints[3].type = "stand"; +/* 52:43 */waypoints[3].children[0] = 2; +/* 52:43 */waypoints[3].children[1] = 0; +/* 52:43 */waypoints[3].children[2] = 8; +/* 52:43 */waypoints[4] = spawnstruct(); +/* 52:43 */waypoints[4].origin = (436.108, -3328.38, 3949.13); +/* 52:43 */waypoints[4].type = "stand"; +/* 52:43 */waypoints[4].children[0] = 1; +/* 52:43 */waypoints[4].children[1] = 5; +/* 52:43 */waypoints[5] = spawnstruct(); +/* 52:43 */waypoints[5].origin = (330.211, -3366.84, 3949.13); +/* 52:43 */waypoints[5].type = "stand"; +/* 52:43 */waypoints[5].children[0] = 6; +/* 52:43 */waypoints[5].children[1] = 4; +/* 52:43 */waypoints[5].children[2] = 2; +/* 52:43 */waypoints[6] = spawnstruct(); +/* 52:43 */waypoints[6].origin = (475.921, -3801.69, 3927.99); +/* 52:43 */waypoints[6].type = "stand"; +/* 52:43 */waypoints[6].children[0] = 7; +/* 52:43 */waypoints[6].children[1] = 5; +/* 52:43 */waypoints[6].children[2] = 97; +/* 52:43 */waypoints[7] = spawnstruct(); +/* 52:43 */waypoints[7].origin = (722.305, -3724.3, 3924.01); +/* 52:43 */waypoints[7].type = "stand"; +/* 52:43 */waypoints[7].children[0] = 6; +/* 52:43 */waypoints[8] = spawnstruct(); +/* 52:43 */waypoints[8].origin = (-405.794, -2907.02, 3948.13); +/* 52:43 */waypoints[8].type = "stand"; +/* 52:43 */waypoints[8].children[0] = 3; +/* 52:43 */waypoints[8].children[1] = 9; +/* 52:43 */waypoints[8].children[2] = 11; +/* 52:43 */waypoints[9] = spawnstruct(); +/* 52:43 */waypoints[9].origin = (-661.956, -2951.51, 3948.13); +/* 52:43 */waypoints[9].type = "stand"; +/* 52:43 */waypoints[9].children[0] = 10; +/* 52:43 */waypoints[9].children[1] = 8; +/* 52:43 */waypoints[9].children[2] = 13; +/* 52:43 */waypoints[10] = spawnstruct(); +/* 52:43 */waypoints[10].origin = (-645.617, -3039.83, 3912.29); +/* 52:43 */waypoints[10].type = "climb"; +/* 52:43 */waypoints[10].children[0] = 9; +/* 52:43 */waypoints[10].children[1] = 18; +/* 52:43 */waypoints[10].angles = (2.73987, 94.7076, 0); +/* 52:43 */waypoints[11] = spawnstruct(); +/* 52:43 */waypoints[11].origin = (-526.027, -2752.15, 3948.13); +/* 52:43 */waypoints[11].type = "stand"; +/* 52:43 */waypoints[11].children[0] = 8; +/* 52:43 */waypoints[11].children[1] = 12; +/* 52:43 */waypoints[12] = spawnstruct(); +/* 52:43 */waypoints[12].origin = (-501.571, -2566.94, 3948.13); +/* 52:43 */waypoints[12].type = "stand"; +/* 52:43 */waypoints[12].children[0] = 13; +/* 52:43 */waypoints[12].children[1] = 11; +/* 52:43 */waypoints[13] = spawnstruct(); +/* 52:43 */waypoints[13].origin = (-853.455, -2773.24, 3948.13); +/* 52:43 */waypoints[13].type = "stand"; +/* 52:43 */waypoints[13].children[0] = 12; +/* 52:43 */waypoints[13].children[1] = 9; +/* 52:43 */waypoints[13].children[2] = 14; +/* 52:43 */waypoints[13].children[3] = 157; +/* 52:43 */waypoints[14] = spawnstruct(); +/* 52:43 */waypoints[14].origin = (-1013.1, -2800.27, 3930.6); +/* 52:43 */waypoints[14].type = "stand"; +/* 52:43 */waypoints[14].children[0] = 16; +/* 52:43 */waypoints[14].children[1] = 13; +/* 52:43 */waypoints[14].children[2] = 17; +/* 52:43 */waypoints[15] = spawnstruct(); +/* 52:43 */waypoints[15].origin = (-1291.34, -2913.19, 3819.4); +/* 52:43 */waypoints[15].type = "stand"; +/* 52:43 */waypoints[15].children[0] = 16; +/* 52:43 */waypoints[15].children[1] = 23; +/* 52:43 */waypoints[15].children[2] = 135; +/* 52:43 */waypoints[16] = spawnstruct(); +/* 52:43 */waypoints[16].origin = (-1033.53, -2942.27, 3913.96); +/* 52:43 */waypoints[16].type = "stand"; +/* 52:43 */waypoints[16].children[0] = 15; +/* 52:43 */waypoints[16].children[1] = 14; +/* 52:43 */waypoints[16].children[2] = 17; +/* 52:43 */waypoints[16].children[3] = 157; +/* 52:43 */waypoints[17] = spawnstruct(); +/* 52:43 */waypoints[17].origin = (-853.542, -3128.53, 3911.67); +/* 52:43 */waypoints[17].type = "stand"; +/* 52:43 */waypoints[17].children[0] = 18; +/* 52:43 */waypoints[17].children[1] = 16; +/* 52:43 */waypoints[17].children[2] = 14; +/* 52:43 */waypoints[17].children[3] = 19; +/* 52:43 */waypoints[18] = spawnstruct(); +/* 52:43 */waypoints[18].origin = (-634.598, -3156.53, 3905.9); +/* 52:43 */waypoints[18].type = "stand"; +/* 52:43 */waypoints[18].children[0] = 10; +/* 52:43 */waypoints[18].children[1] = 17; +/* 52:43 */waypoints[18].children[2] = 99; +/* 52:43 */waypoints[18].children[3] = 106; +/* 52:43 */waypoints[19] = spawnstruct(); +/* 52:43 */waypoints[19].origin = (-862.786, -3276.68, 3922.13); +/* 52:43 */waypoints[19].type = "stand"; +/* 52:43 */waypoints[19].children[0] = 17; +/* 52:43 */waypoints[19].children[1] = 20; +/* 52:43 */waypoints[20] = spawnstruct(); +/* 52:43 */waypoints[20].origin = (-1035.84, -3467.77, 3922.13); +/* 52:43 */waypoints[20].type = "stand"; +/* 52:43 */waypoints[20].children[0] = 19; +/* 52:43 */waypoints[20].children[1] = 21; +/* 52:43 */waypoints[20].children[2] = 100; +/* 52:43 */waypoints[20].children[3] = 103; +/* 52:43 */waypoints[20].children[4] = 146; +/* 52:43 */waypoints[21] = spawnstruct(); +/* 52:43 */waypoints[21].origin = (-1435.27, -3589.4, 3918.63); +/* 52:43 */waypoints[21].type = "stand"; +/* 52:43 */waypoints[21].children[0] = 20; +/* 52:43 */waypoints[21].children[1] = 22; +/* 52:43 */waypoints[21].children[2] = 107; +/* 52:43 */waypoints[22] = spawnstruct(); +/* 52:43 */waypoints[22].origin = (-1443.29, -3241.67, 3750.93); +/* 52:43 */waypoints[22].type = "stand"; +/* 52:43 */waypoints[22].children[0] = 21; +/* 52:43 */waypoints[22].children[1] = 23; +/* 52:43 */waypoints[22].children[2] = 24; +/* 52:43 */waypoints[22].children[3] = 135; +/* 52:43 */waypoints[23] = spawnstruct(); +/* 52:43 */waypoints[23].origin = (-1469.22, -2923.21, 3774.38); +/* 52:43 */waypoints[23].type = "stand"; +/* 52:43 */waypoints[23].children[0] = 22; +/* 52:43 */waypoints[23].children[1] = 15; +/* 52:43 */waypoints[23].children[2] = 24; +/* 52:43 */waypoints[23].children[3] = 135; +/* 52:43 */waypoints[24] = spawnstruct(); +/* 52:43 */waypoints[24].origin = (-1693.46, -2989.02, 3751.72); +/* 52:43 */waypoints[24].type = "stand"; +/* 52:43 */waypoints[24].children[0] = 25; +/* 52:43 */waypoints[24].children[1] = 23; +/* 52:43 */waypoints[24].children[2] = 29; +/* 52:43 */waypoints[24].children[3] = 26; +/* 52:43 */waypoints[24].children[4] = 22; +/* 52:43 */waypoints[24].children[5] = 135; +/* 52:43 */waypoints[25] = spawnstruct(); +/* 52:43 */waypoints[25].origin = (-1893.57, -2985.65, 3758.13); +/* 52:43 */waypoints[25].type = "stand"; +/* 52:43 */waypoints[25].children[0] = 24; +/* 52:43 */waypoints[25].children[1] = 29; +/* 52:43 */waypoints[25].children[2] = 26; +/* 52:43 */waypoints[26] = spawnstruct(); +/* 52:43 */waypoints[26].origin = (-1964.23, -3111.98, 3758.13); +/* 52:43 */waypoints[26].type = "stand"; +/* 52:43 */waypoints[26].children[0] = 25; +/* 52:43 */waypoints[26].children[1] = 27; +/* 52:43 */waypoints[26].children[2] = 24; +/* 52:43 */waypoints[27] = spawnstruct(); +/* 52:43 */waypoints[27].origin = (-2353.6, -3113.13, 3758.13); +/* 52:43 */waypoints[27].type = "stand"; +/* 52:43 */waypoints[27].children[0] = 26; +/* 52:43 */waypoints[27].children[1] = 28; +/* 52:43 */waypoints[27].children[2] = 30; +/* 52:43 */waypoints[27].children[3] = 137; +/* 52:43 */waypoints[28] = spawnstruct(); +/* 52:43 */waypoints[28].origin = (-2337.61, -2873.52, 3758.13); +/* 52:43 */waypoints[28].type = "stand"; +/* 52:43 */waypoints[28].children[0] = 27; +/* 52:43 */waypoints[28].children[1] = 29; +/* 52:43 */waypoints[28].children[2] = 30; +/* 52:43 */waypoints[29] = spawnstruct(); +/* 52:43 */waypoints[29].origin = (-1961.61, -2876.83, 3758.13); +/* 52:43 */waypoints[29].type = "stand"; +/* 52:43 */waypoints[29].children[0] = 25; +/* 52:43 */waypoints[29].children[1] = 28; +/* 52:43 */waypoints[29].children[2] = 24; +/* 52:43 */waypoints[30] = spawnstruct(); +/* 52:43 */waypoints[30].origin = (-2413.11, -2971.49, 3758.13); +/* 52:43 */waypoints[30].type = "stand"; +/* 52:43 */waypoints[30].children[0] = 27; +/* 52:43 */waypoints[30].children[1] = 28; +/* 52:43 */waypoints[30].children[2] = 31; +/* 52:43 */waypoints[31] = spawnstruct(); +/* 52:43 */waypoints[31].origin = (-2423.77, -2972.47, 3758.13); +/* 52:43 */waypoints[31].type = "stand"; +/* 52:43 */waypoints[31].children[0] = 30; +/* 52:43 */waypoints[31].children[1] = 32; +/* 52:43 */waypoints[32] = spawnstruct(); +/* 52:43 */waypoints[32].origin = (-2662.62, -3058.02, 3758.13); +/* 52:43 */waypoints[32].type = "stand"; +/* 52:43 */waypoints[32].children[0] = 31; +/* 52:43 */waypoints[32].children[1] = 33; +/* 52:43 */waypoints[32].children[2] = 78; +/* 52:43 */waypoints[33] = spawnstruct(); +/* 52:43 */waypoints[33].origin = (-2799.88, -3061.27, 3758.13); +/* 52:43 */waypoints[33].type = "stand"; +/* 52:43 */waypoints[33].children[0] = 34; +/* 52:43 */waypoints[33].children[1] = 32; +/* 52:43 */waypoints[33].children[2] = 78; +/* 52:43 */waypoints[34] = spawnstruct(); +/* 52:43 */waypoints[34].origin = (-2978.02, -2831.69, 3758.13); +/* 52:43 */waypoints[34].type = "stand"; +/* 52:43 */waypoints[34].children[0] = 35; +/* 52:43 */waypoints[34].children[1] = 33; +/* 52:43 */waypoints[34].children[2] = 36; +/* 52:43 */waypoints[34].children[3] = 80; +/* 52:43 */waypoints[35] = spawnstruct(); +/* 52:43 */waypoints[35].origin = (-3369.24, -3031.49, 3747.73); +/* 52:43 */waypoints[35].type = "stand"; +/* 52:43 */waypoints[35].children[0] = 36; +/* 52:43 */waypoints[35].children[1] = 34; +/* 52:43 */waypoints[35].children[2] = 37; +/* 52:43 */waypoints[35].children[3] = 80; +/* 52:43 */waypoints[36] = spawnstruct(); +/* 52:43 */waypoints[36].origin = (-3347.56, -2680.61, 3744.64); +/* 52:43 */waypoints[36].type = "stand"; +/* 52:43 */waypoints[36].children[0] = 35; +/* 52:43 */waypoints[36].children[1] = 34; +/* 52:43 */waypoints[37] = spawnstruct(); +/* 52:43 */waypoints[37].origin = (-3547.25, -3032.19, 3754.13); +/* 52:43 */waypoints[37].type = "stand"; +/* 52:43 */waypoints[37].children[0] = 35; +/* 52:43 */waypoints[37].children[1] = 38; +/* 52:43 */waypoints[37].children[2] = 41; +/* 52:43 */waypoints[38] = spawnstruct(); +/* 52:43 */waypoints[38].origin = (-3550.07, -3249, 3754.13); +/* 52:43 */waypoints[38].type = "stand"; +/* 52:43 */waypoints[38].children[0] = 39; +/* 52:43 */waypoints[38].children[1] = 37; +/* 52:43 */waypoints[39] = spawnstruct(); +/* 52:43 */waypoints[39].origin = (-3728.36, -3241.32, 3754.13); +/* 52:43 */waypoints[39].type = "stand"; +/* 52:43 */waypoints[39].children[0] = 40; +/* 52:43 */waypoints[39].children[1] = 38; +/* 52:43 */waypoints[40] = spawnstruct(); +/* 52:43 */waypoints[40].origin = (-3697.25, -3185.13, 3754.13); +/* 52:43 */waypoints[40].type = "climb"; +/* 52:43 */waypoints[40].children[0] = 39; +/* 52:43 */waypoints[40].angles = (18.8788, 95.7953, 0); +/* 52:43 */waypoints[41] = spawnstruct(); +/* 52:43 */waypoints[41].origin = (-3733.26, -2993.74, 3722.13); +/* 52:43 */waypoints[41].type = "climb"; +/* 52:43 */waypoints[41].children[0] = 37; +/* 52:43 */waypoints[41].children[1] = 42; +/* 52:43 */waypoints[41].angles = (41.5601, -90.7965, 0); +/* 52:43 */waypoints[42] = spawnstruct(); +/* 52:43 */waypoints[42].origin = (-3737, -3224.43, 3618.13); +/* 52:43 */waypoints[42].type = "climb"; +/* 52:43 */waypoints[42].children[0] = 41; +/* 52:43 */waypoints[42].children[1] = 43; +/* 52:43 */waypoints[42].children[2] = 47; +/* 52:43 */waypoints[42].children[3] = 45; +/* 52:43 */waypoints[42].angles = (9.27124, -90.9833, 0); +/* 52:43 */waypoints[43] = spawnstruct(); +/* 52:43 */waypoints[43].origin = (-3447.84, -3196.75, 3635.36); +/* 52:43 */waypoints[43].type = "climb"; +/* 52:43 */waypoints[43].children[0] = 44; +/* 52:43 */waypoints[43].children[1] = 42; +/* 52:43 */waypoints[43].angles = (42.1368, 1.46667, 0); +/* 52:43 */waypoints[44] = spawnstruct(); +/* 52:43 */waypoints[44].origin = (-3372.78, -3207.03, 3569.97); +/* 52:43 */waypoints[44].type = "stand"; +/* 52:43 */waypoints[44].children[0] = 43; +/* 52:43 */waypoints[44].children[1] = 49; +/* 52:43 */waypoints[45] = spawnstruct(); +/* 52:43 */waypoints[45].origin = (-3978.84, -3249.56, 3618.13); +/* 52:43 */waypoints[45].type = "stand"; +/* 52:43 */waypoints[45].children[0] = 42; +/* 52:43 */waypoints[45].children[1] = 46; +/* 52:43 */waypoints[46] = spawnstruct(); +/* 52:43 */waypoints[46].origin = (-3965.93, -3406.66, 3618.13); +/* 52:43 */waypoints[46].type = "stand"; +/* 52:43 */waypoints[46].children[0] = 45; +/* 52:43 */waypoints[46].children[1] = 47; +/* 52:43 */waypoints[47] = spawnstruct(); +/* 52:43 */waypoints[47].origin = (-3733.54, -3363.43, 3618.13); +/* 52:43 */waypoints[47].type = "stand"; +/* 52:43 */waypoints[47].children[0] = 42; +/* 52:43 */waypoints[47].children[1] = 46; +/* 52:43 */waypoints[47].children[2] = 48; +/* 52:43 */waypoints[48] = spawnstruct(); +/* 52:43 */waypoints[48].origin = (-3745.51, -3627.35, 3568.97); +/* 52:43 */waypoints[48].type = "stand"; +/* 52:43 */waypoints[48].children[0] = 47; +/* 52:43 */waypoints[48].children[1] = 49; +/* 52:43 */waypoints[48].children[2] = 54; +/* 52:43 */waypoints[48].children[3] = 53; +/* 52:43 */waypoints[49] = spawnstruct(); +/* 52:43 */waypoints[49].origin = (-3249.79, -3526.4, 3570.14); +/* 52:43 */waypoints[49].type = "stand"; +/* 52:43 */waypoints[49].children[0] = 48; +/* 52:43 */waypoints[49].children[1] = 44; +/* 52:43 */waypoints[49].children[2] = 51; +/* 52:43 */waypoints[49].children[3] = 73; +/* 52:43 */waypoints[50] = spawnstruct(); +/* 52:43 */waypoints[50].origin = (-3279.92, -3932.61, 3569.44); +/* 52:43 */waypoints[50].type = "stand"; +/* 52:43 */waypoints[50].children[0] = 52; +/* 52:43 */waypoints[50].children[1] = 53; +/* 52:43 */waypoints[51] = spawnstruct(); +/* 52:43 */waypoints[51].origin = (-3247.12, -3716.75, 3572.63); +/* 52:43 */waypoints[51].type = "climb"; +/* 52:43 */waypoints[51].children[0] = 49; +/* 52:43 */waypoints[51].children[1] = 52; +/* 52:43 */waypoints[51].children[2] = 53; +/* 52:43 */waypoints[51].children[3] = 74; +/* 52:43 */waypoints[51].angles = (2.34987, 16.6278, 0); +/* 52:43 */waypoints[52] = spawnstruct(); +/* 52:43 */waypoints[52].origin = (-3247.12, -3747.96, 3572.63); +/* 52:43 */waypoints[52].type = "climb"; +/* 52:43 */waypoints[52].children[0] = 51; +/* 52:43 */waypoints[52].children[1] = 50; +/* 52:43 */waypoints[52].children[2] = 53; +/* 52:43 */waypoints[52].children[3] = 72; +/* 52:43 */waypoints[52].children[4] = 74; +/* 52:43 */waypoints[52].angles = (-0.91856, -17.5781, 0); +/* 52:43 */waypoints[53] = spawnstruct(); +/* 52:43 */waypoints[53].origin = (-3567.79, -3911.07, 3571.04); +/* 52:43 */waypoints[53].type = "stand"; +/* 52:43 */waypoints[53].children[0] = 55; +/* 52:43 */waypoints[53].children[1] = 48; +/* 52:43 */waypoints[53].children[2] = 50; +/* 52:43 */waypoints[53].children[3] = 52; +/* 52:43 */waypoints[53].children[4] = 51; +/* 52:43 */waypoints[54] = spawnstruct(); +/* 52:43 */waypoints[54].origin = (-3861.2, -4051.16, 3602.51); +/* 52:43 */waypoints[54].type = "stand"; +/* 52:43 */waypoints[54].children[0] = 48; +/* 52:43 */waypoints[54].children[1] = 55; +/* 52:43 */waypoints[55] = spawnstruct(); +/* 52:43 */waypoints[55].origin = (-3610.21, -4264.01, 3572.19); +/* 52:43 */waypoints[55].type = "stand"; +/* 52:43 */waypoints[55].children[0] = 54; +/* 52:43 */waypoints[55].children[1] = 53; +/* 52:43 */waypoints[55].children[2] = 56; +/* 52:43 */waypoints[55].children[3] = 64; +/* 52:43 */waypoints[55].children[4] = 83; +/* 52:43 */waypoints[55].children[5] = 165; +/* 52:43 */waypoints[56] = spawnstruct(); +/* 52:43 */waypoints[56].origin = (-3550.47, -4417.69, 3572.12); +/* 52:43 */waypoints[56].type = "stand"; +/* 52:43 */waypoints[56].children[0] = 55; +/* 52:43 */waypoints[56].children[1] = 57; +/* 52:43 */waypoints[57] = spawnstruct(); +/* 52:43 */waypoints[57].origin = (-3550.64, -4552.22, 3576.13); +/* 52:43 */waypoints[57].type = "stand"; +/* 52:43 */waypoints[57].children[0] = 56; +/* 52:43 */waypoints[57].children[1] = 59; +/* 52:43 */waypoints[57].children[2] = 58; +/* 52:43 */waypoints[57].children[3] = 153; +/* 52:43 */waypoints[58] = spawnstruct(); +/* 52:43 */waypoints[58].origin = (-3513.5, -4709.88, 3576.13); +/* 52:43 */waypoints[58].type = "stand"; +/* 52:43 */waypoints[58].children[0] = 57; +/* 52:43 */waypoints[58].children[1] = 59; +/* 52:43 */waypoints[58].children[2] = 61; +/* 52:43 */waypoints[58].children[3] = 151; +/* 52:43 */waypoints[59] = spawnstruct(); +/* 52:43 */waypoints[59].origin = (-3377.76, -4543.7, 3576.13); +/* 52:43 */waypoints[59].type = "stand"; +/* 52:43 */waypoints[59].children[0] = 57; +/* 52:43 */waypoints[59].children[1] = 60; +/* 52:43 */waypoints[59].children[2] = 58; +/* 52:43 */waypoints[59].children[3] = 149; +/* 52:43 */waypoints[60] = spawnstruct(); +/* 52:43 */waypoints[60].origin = (-3117.4, -4534.17, 3568.95); +/* 52:43 */waypoints[60].type = "stand"; +/* 52:43 */waypoints[60].children[0] = 59; +/* 52:43 */waypoints[60].children[1] = 65; +/* 52:43 */waypoints[60].children[2] = 64; +/* 52:43 */waypoints[60].children[3] = 66; +/* 52:43 */waypoints[60].children[4] = 83; +/* 52:43 */waypoints[61] = spawnstruct(); +/* 52:43 */waypoints[61].origin = (-3264.53, -4708.67, 3712.13); +/* 52:43 */waypoints[61].type = "stand"; +/* 52:43 */waypoints[61].children[0] = 58; +/* 52:43 */waypoints[61].children[1] = 63; +/* 52:43 */waypoints[61].children[2] = 152; +/* 52:43 */waypoints[62] = spawnstruct(); +/* 52:43 */waypoints[62].origin = (-2494.33, -4658.56, 3734.41); +/* 52:43 */waypoints[62].type = "stand"; +/* 52:43 */waypoints[62].children[0] = 63; +/* 52:43 */waypoints[62].children[1] = 68; +/* 52:43 */waypoints[62].children[2] = 69; +/* 52:43 */waypoints[62].children[3] = 132; +/* 52:43 */waypoints[62].children[4] = 133; +/* 52:43 */waypoints[63] = spawnstruct(); +/* 52:43 */waypoints[63].origin = (-2983.23, -4711.59, 3711.13); +/* 52:43 */waypoints[63].type = "stand"; +/* 52:43 */waypoints[63].children[0] = 62; +/* 52:43 */waypoints[63].children[1] = 61; +/* 52:43 */waypoints[64] = spawnstruct(); +/* 52:43 */waypoints[64].origin = (-2889.74, -4207.05, 3568.23); +/* 52:43 */waypoints[64].type = "stand"; +/* 52:43 */waypoints[64].children[0] = 60; +/* 52:43 */waypoints[64].children[1] = 66; +/* 52:43 */waypoints[64].children[2] = 72; +/* 52:43 */waypoints[64].children[3] = 55; +/* 52:43 */waypoints[64].children[4] = 83; +/* 52:43 */waypoints[65] = spawnstruct(); +/* 52:43 */waypoints[65].origin = (-2992.57, -5022.78, 3610.81); +/* 52:43 */waypoints[65].type = "crouch"; +/* 52:43 */waypoints[65].children[0] = 60; +/* 52:43 */waypoints[65].angles = (-2.83567, 11.8597, 0); +/* 52:43 */waypoints[66] = spawnstruct(); +/* 52:43 */waypoints[66].origin = (-2923.12, -4908.98, 3602.54); +/* 52:43 */waypoints[66].type = "stand"; +/* 52:43 */waypoints[66].children[0] = 64; +/* 52:43 */waypoints[66].children[1] = 60; +/* 52:43 */waypoints[66].children[2] = 67; +/* 52:43 */waypoints[66].children[3] = 169; +/* 52:43 */waypoints[67] = spawnstruct(); +/* 52:43 */waypoints[67].origin = (-2760.96, -5029.77, 3629); +/* 52:43 */waypoints[67].type = "stand"; +/* 52:43 */waypoints[67].children[0] = 66; +/* 52:43 */waypoints[67].children[1] = 71; +/* 52:43 */waypoints[67].children[2] = 169; +/* 52:43 */waypoints[68] = spawnstruct(); +/* 52:43 */waypoints[68].origin = (-2379.8, -4894.13, 3701.1); +/* 52:43 */waypoints[68].type = "stand"; +/* 52:43 */waypoints[68].children[0] = 62; +/* 52:43 */waypoints[68].children[1] = 71; +/* 52:43 */waypoints[68].children[2] = 84; +/* 52:43 */waypoints[68].children[3] = 154; +/* 52:43 */waypoints[69] = spawnstruct(); +/* 52:43 */waypoints[69].origin = (-2511.08, -4815.67, 3720.13); +/* 52:43 */waypoints[69].type = "stand"; +/* 52:43 */waypoints[69].children[0] = 70; +/* 52:43 */waypoints[69].children[1] = 62; +/* 52:43 */waypoints[69].children[2] = 84; +/* 52:43 */waypoints[69].children[3] = 133; +/* 52:43 */waypoints[69].children[4] = 154; +/* 52:43 */waypoints[70] = spawnstruct(); +/* 52:43 */waypoints[70].origin = (-2651.17, -4854.59, 3654.63); +/* 52:43 */waypoints[70].type = "stand"; +/* 52:43 */waypoints[70].children[0] = 71; +/* 52:43 */waypoints[70].children[1] = 69; +/* 52:43 */waypoints[71] = spawnstruct(); +/* 52:43 */waypoints[71].origin = (-2605.46, -5006.06, 3635.36); +/* 52:43 */waypoints[71].type = "stand"; +/* 52:43 */waypoints[71].children[0] = 67; +/* 52:43 */waypoints[71].children[1] = 68; +/* 52:43 */waypoints[71].children[2] = 70; +/* 52:43 */waypoints[72] = spawnstruct(); +/* 52:43 */waypoints[72].origin = (-2899.96, -3829.88, 3608.13); +/* 52:43 */waypoints[72].type = "stand"; +/* 52:43 */waypoints[72].children[0] = 64; +/* 52:43 */waypoints[72].children[1] = 52; +/* 52:43 */waypoints[72].children[2] = 73; +/* 52:43 */waypoints[73] = spawnstruct(); +/* 52:43 */waypoints[73].origin = (-2931.01, -3535.42, 3608.13); +/* 52:43 */waypoints[73].type = "stand"; +/* 52:43 */waypoints[73].children[0] = 49; +/* 52:43 */waypoints[73].children[1] = 72; +/* 52:43 */waypoints[73].children[2] = 74; +/* 52:43 */waypoints[73].children[3] = 75; +/* 52:43 */waypoints[73].children[4] = 82; +/* 52:43 */waypoints[74] = spawnstruct(); +/* 52:43 */waypoints[74].origin = (-3075.2, -3663.5, 3608.13); +/* 52:43 */waypoints[74].type = "stand"; +/* 52:43 */waypoints[74].children[0] = 51; +/* 52:43 */waypoints[74].children[1] = 52; +/* 52:43 */waypoints[74].children[2] = 73; +/* 52:43 */waypoints[74].children[3] = 81; +/* 52:43 */waypoints[75] = spawnstruct(); +/* 52:43 */waypoints[75].origin = (-2887.99, -3448.8, 3608.13); +/* 52:43 */waypoints[75].type = "stand"; +/* 52:43 */waypoints[75].children[0] = 73; +/* 52:43 */waypoints[75].children[1] = 76; +/* 52:43 */waypoints[75].children[2] = 164; +/* 52:43 */waypoints[76] = spawnstruct(); +/* 52:43 */waypoints[76].origin = (-2606.92, -3448.07, 3744.13); +/* 52:43 */waypoints[76].type = "stand"; +/* 52:43 */waypoints[76].children[0] = 75; +/* 52:43 */waypoints[76].children[1] = 77; +/* 52:43 */waypoints[76].children[2] = 139; +/* 52:43 */waypoints[76].children[3] = 164; +/* 52:43 */waypoints[76].children[4] = 171; +/* 52:43 */waypoints[77] = spawnstruct(); +/* 52:43 */waypoints[77].origin = (-2611.15, -3325.88, 3747.91); +/* 52:43 */waypoints[77].type = "stand"; +/* 52:43 */waypoints[77].children[0] = 78; +/* 52:43 */waypoints[77].children[1] = 76; +/* 52:43 */waypoints[77].children[2] = 114; +/* 52:43 */waypoints[77].children[3] = 136; +/* 52:43 */waypoints[78] = spawnstruct(); +/* 52:43 */waypoints[78].origin = (-2890.96, -3308.67, 3746.75); +/* 52:43 */waypoints[78].type = "stand"; +/* 52:43 */waypoints[78].children[0] = 33; +/* 52:43 */waypoints[78].children[1] = 79; +/* 52:43 */waypoints[78].children[2] = 32; +/* 52:43 */waypoints[78].children[3] = 77; +/* 52:43 */waypoints[78].children[4] = 114; +/* 52:43 */waypoints[79] = spawnstruct(); +/* 52:43 */waypoints[79].origin = (-3099.61, -3194.76, 3746.88); +/* 52:43 */waypoints[79].type = "stand"; +/* 52:43 */waypoints[79].children[0] = 78; +/* 52:43 */waypoints[79].children[1] = 80; +/* 52:43 */waypoints[80] = spawnstruct(); +/* 52:43 */waypoints[80].origin = (-3167.92, -2969.28, 3749.74); +/* 52:43 */waypoints[80].type = "stand"; +/* 52:43 */waypoints[80].children[0] = 35; +/* 52:43 */waypoints[80].children[1] = 34; +/* 52:43 */waypoints[80].children[2] = 79; +/* 52:43 */waypoints[81] = spawnstruct(); +/* 52:43 */waypoints[81].origin = (-2681.13, -3743.02, 3608.13); +/* 52:43 */waypoints[81].type = "stand"; +/* 52:43 */waypoints[81].children[0] = 82; +/* 52:43 */waypoints[81].children[1] = 74; +/* 52:43 */waypoints[82] = spawnstruct(); +/* 52:43 */waypoints[82].origin = (-2682.83, -3534.33, 3608.13); +/* 52:43 */waypoints[82].type = "stand"; +/* 52:43 */waypoints[82].children[0] = 73; +/* 52:43 */waypoints[82].children[1] = 81; +/* 52:43 */waypoints[83] = spawnstruct(); +/* 52:43 */waypoints[83].origin = (-3024.6, -4416.07, 3566.72); +/* 52:43 */waypoints[83].type = "stand"; +/* 52:43 */waypoints[83].children[0] = 60; +/* 52:43 */waypoints[83].children[1] = 64; +/* 52:43 */waypoints[83].children[2] = 55; +/* 52:43 */waypoints[84] = spawnstruct(); +/* 52:43 */waypoints[84].origin = (-1640.13, -4660.28, 3756.19); +/* 52:43 */waypoints[84].type = "stand"; +/* 52:43 */waypoints[84].children[0] = 68; +/* 52:43 */waypoints[84].children[1] = 69; +/* 52:43 */waypoints[84].children[2] = 85; +/* 52:43 */waypoints[84].children[3] = 117; +/* 52:43 */waypoints[84].children[4] = 170; +/* 52:43 */waypoints[85] = spawnstruct(); +/* 52:43 */waypoints[85].origin = (-1205.74, -5033.35, 3827.87); +/* 52:43 */waypoints[85].type = "stand"; +/* 52:43 */waypoints[85].children[0] = 84; +/* 52:43 */waypoints[85].children[1] = 86; +/* 52:43 */waypoints[86] = spawnstruct(); +/* 52:43 */waypoints[86].origin = (-899.207, -4954.54, 3885.23); +/* 52:43 */waypoints[86].type = "stand"; +/* 52:43 */waypoints[86].children[0] = 85; +/* 52:43 */waypoints[86].children[1] = 87; +/* 52:43 */waypoints[86].children[2] = 91; +/* 52:43 */waypoints[86].children[3] = 92; +/* 52:43 */waypoints[87] = spawnstruct(); +/* 52:43 */waypoints[87].origin = (-1030.12, -4901.14, 3878.9); +/* 52:43 */waypoints[87].type = "stand"; +/* 52:43 */waypoints[87].children[0] = 86; +/* 52:43 */waypoints[87].children[1] = 88; +/* 52:43 */waypoints[88] = spawnstruct(); +/* 52:43 */waypoints[88].origin = (-1297.49, -4801.09, 3893.95); +/* 52:43 */waypoints[88].type = "stand"; +/* 52:43 */waypoints[88].children[0] = 89; +/* 52:43 */waypoints[88].children[1] = 90; +/* 52:43 */waypoints[88].children[2] = 87; +/* 52:43 */waypoints[88].children[3] = 160; +/* 52:43 */waypoints[89] = spawnstruct(); +/* 52:43 */waypoints[89].origin = (-1401.04, -4565.62, 3894.72); +/* 52:43 */waypoints[89].type = "climb"; +/* 52:43 */waypoints[89].children[0] = 88; +/* 52:43 */waypoints[89].angles = (16.5717, 95.4767, 0); +/* 52:43 */waypoints[90] = spawnstruct(); +/* 52:43 */waypoints[90].origin = (-1411.88, -4588.02, 3894.83); +/* 52:43 */waypoints[90].type = "climb"; +/* 52:43 */waypoints[90].children[0] = 88; +/* 52:43 */waypoints[90].angles = (49.0692, -171.711, 0); +/* 52:43 */waypoints[91] = spawnstruct(); +/* 52:43 */waypoints[91].origin = (-796.797, -4566.15, 3889.33); +/* 52:43 */waypoints[91].type = "stand"; +/* 52:43 */waypoints[91].children[0] = 86; +/* 52:43 */waypoints[91].children[1] = 93; +/* 52:43 */waypoints[92] = spawnstruct(); +/* 52:43 */waypoints[92].origin = (-341.878, -5049.96, 3903.69); +/* 52:43 */waypoints[92].type = "stand"; +/* 52:43 */waypoints[92].children[0] = 86; +/* 52:43 */waypoints[92].children[1] = 93; +/* 52:43 */waypoints[93] = spawnstruct(); +/* 52:43 */waypoints[93].origin = (-264.596, -4573.3, 3912.88); +/* 52:43 */waypoints[93].type = "stand"; +/* 52:43 */waypoints[93].children[0] = 92; +/* 52:43 */waypoints[93].children[1] = 91; +/* 52:43 */waypoints[93].children[2] = 96; +/* 52:43 */waypoints[93].children[3] = 98; +/* 52:43 */waypoints[93].children[4] = 94; +/* 52:43 */waypoints[93].children[5] = 162; +/* 52:43 */waypoints[94] = spawnstruct(); +/* 52:43 */waypoints[94].origin = (-300.537, -4072.21, 3904.51); +/* 52:43 */waypoints[94].type = "stand"; +/* 52:43 */waypoints[94].children[0] = 93; +/* 52:43 */waypoints[94].children[1] = 95; +/* 52:43 */waypoints[94].children[2] = 104; +/* 52:43 */waypoints[95] = spawnstruct(); +/* 52:43 */waypoints[95].origin = (-319.419, -3768.52, 3894.63); +/* 52:43 */waypoints[95].type = "stand"; +/* 52:43 */waypoints[95].children[0] = 94; +/* 52:43 */waypoints[95].children[1] = 2; +/* 52:43 */waypoints[95].children[2] = 97; +/* 52:43 */waypoints[95].children[3] = 99; +/* 52:43 */waypoints[95].children[4] = 104; +/* 52:43 */waypoints[96] = spawnstruct(); +/* 52:43 */waypoints[96].origin = (-14.984, -4230.32, 3913.94); +/* 52:43 */waypoints[96].type = "stand"; +/* 52:43 */waypoints[96].children[0] = 97; +/* 52:43 */waypoints[96].children[1] = 93; +/* 52:43 */waypoints[97] = spawnstruct(); +/* 52:43 */waypoints[97].origin = (-54.6846, -3866.53, 3902.88); +/* 52:43 */waypoints[97].type = "stand"; +/* 52:43 */waypoints[97].children[0] = 96; +/* 52:43 */waypoints[97].children[1] = 6; +/* 52:43 */waypoints[97].children[2] = 2; +/* 52:43 */waypoints[97].children[3] = 95; +/* 52:43 */waypoints[97].children[4] = 104; +/* 52:43 */waypoints[98] = spawnstruct(); +/* 52:43 */waypoints[98].origin = (-518.475, -4461.98, 3900.72); +/* 52:43 */waypoints[98].type = "stand"; +/* 52:43 */waypoints[98].children[0] = 93; +/* 52:43 */waypoints[98].children[1] = 120; +/* 52:43 */waypoints[99] = spawnstruct(); +/* 52:43 */waypoints[99].origin = (-621.65, -3774.94, 3911.59); +/* 52:43 */waypoints[99].type = "stand"; +/* 52:43 */waypoints[99].children[0] = 95; +/* 52:43 */waypoints[99].children[1] = 18; +/* 52:43 */waypoints[99].children[2] = 100; +/* 52:43 */waypoints[99].children[3] = 104; +/* 52:43 */waypoints[99].children[4] = 105; +/* 52:43 */waypoints[99].children[5] = 146; +/* 52:43 */waypoints[100] = spawnstruct(); +/* 52:43 */waypoints[100].origin = (-1089.98, -3774.13, 3922.13); +/* 52:43 */waypoints[100].type = "stand"; +/* 52:43 */waypoints[100].children[0] = 20; +/* 52:43 */waypoints[100].children[1] = 99; +/* 52:43 */waypoints[100].children[2] = 101; +/* 52:43 */waypoints[100].children[3] = 146; +/* 52:43 */waypoints[101] = spawnstruct(); +/* 52:43 */waypoints[101].origin = (-1099.73, -3973.91, 3882.13); +/* 52:43 */waypoints[101].type = "stand"; +/* 52:43 */waypoints[101].children[0] = 100; +/* 52:43 */waypoints[101].children[1] = 102; +/* 52:43 */waypoints[102] = spawnstruct(); +/* 52:43 */waypoints[102].origin = (-1337.87, -3971, 3762.13); +/* 52:43 */waypoints[102].type = "stand"; +/* 52:43 */waypoints[102].children[0] = 101; +/* 52:43 */waypoints[102].children[1] = 123; +/* 52:43 */waypoints[102].children[2] = 155; +/* 52:43 */waypoints[103] = spawnstruct(); +/* 52:43 */waypoints[103].origin = (-771.125, -3556.01, 3922.13); +/* 52:43 */waypoints[103].type = "crouch"; +/* 52:43 */waypoints[103].children[0] = 20; +/* 52:43 */waypoints[103].angles = (6.19507, 133.434, 0); +/* 52:43 */waypoints[104] = spawnstruct(); +/* 52:43 */waypoints[104].origin = (-318.997, -3900.92, 3896.54); +/* 52:43 */waypoints[104].type = "stand"; +/* 52:43 */waypoints[104].children[0] = 94; +/* 52:43 */waypoints[104].children[1] = 99; +/* 52:43 */waypoints[104].children[2] = 95; +/* 52:43 */waypoints[104].children[3] = 97; +/* 52:43 */waypoints[105] = spawnstruct(); +/* 52:43 */waypoints[105].origin = (-493.288, -3433.49, 3902.8); +/* 52:43 */waypoints[105].type = "stand"; +/* 52:43 */waypoints[105].children[0] = 2; +/* 52:43 */waypoints[105].children[1] = 99; +/* 52:43 */waypoints[105].children[2] = 106; +/* 52:43 */waypoints[106] = spawnstruct(); +/* 52:43 */waypoints[106].origin = (-629.455, -3443.19, 3907.93); +/* 52:43 */waypoints[106].type = "stand"; +/* 52:43 */waypoints[106].children[0] = 105; +/* 52:43 */waypoints[106].children[1] = 18; +/* 52:43 */waypoints[107] = spawnstruct(); +/* 52:43 */waypoints[107].origin = (-1875.77, -3585.4, 3918.63); +/* 52:43 */waypoints[107].type = "stand"; +/* 52:43 */waypoints[107].children[0] = 21; +/* 52:43 */waypoints[107].children[1] = 108; +/* 52:43 */waypoints[108] = spawnstruct(); +/* 52:43 */waypoints[108].origin = (-1995.99, -3725.82, 3918.63); +/* 52:43 */waypoints[108].type = "stand"; +/* 52:43 */waypoints[108].children[0] = 107; +/* 52:43 */waypoints[108].children[1] = 109; +/* 52:43 */waypoints[108].children[2] = 115; +/* 52:43 */waypoints[109] = spawnstruct(); +/* 52:43 */waypoints[109].origin = (-2203.44, -3703.56, 3918.63); +/* 52:43 */waypoints[109].type = "stand"; +/* 52:43 */waypoints[109].children[0] = 110; +/* 52:43 */waypoints[109].children[1] = 111; +/* 52:43 */waypoints[109].children[2] = 108; +/* 52:43 */waypoints[110] = spawnstruct(); +/* 52:43 */waypoints[110].origin = (-2337.09, -3610.85, 3918.63); +/* 52:43 */waypoints[110].type = "stand"; +/* 52:43 */waypoints[110].children[0] = 109; +/* 52:43 */waypoints[110].children[1] = 111; +/* 52:43 */waypoints[111] = spawnstruct(); +/* 52:43 */waypoints[111].origin = (-2208.11, -3604.49, 3918.63); +/* 52:43 */waypoints[111].type = "stand"; +/* 52:43 */waypoints[111].children[0] = 109; +/* 52:43 */waypoints[111].children[1] = 110; +/* 52:43 */waypoints[111].children[2] = 112; +/* 52:43 */waypoints[112] = spawnstruct(); +/* 52:43 */waypoints[112].origin = (-2208.3, -3410.23, 3918.63); +/* 52:43 */waypoints[112].type = "stand"; +/* 52:43 */waypoints[112].children[0] = 113; +/* 52:43 */waypoints[112].children[1] = 111; +/* 52:43 */waypoints[113] = spawnstruct(); +/* 52:43 */waypoints[113].origin = (-2269.01, -3220.33, 3918.63); +/* 52:43 */waypoints[113].type = "stand"; +/* 52:43 */waypoints[113].children[0] = 114; +/* 52:43 */waypoints[113].children[1] = 112; +/* 52:43 */waypoints[114] = spawnstruct(); +/* 52:43 */waypoints[114].origin = (-2647.83, -3221.82, 3752.18); +/* 52:43 */waypoints[114].type = "stand"; +/* 52:43 */waypoints[114].children[0] = 78; +/* 52:43 */waypoints[114].children[1] = 77; +/* 52:43 */waypoints[114].children[2] = 113; +/* 52:43 */waypoints[115] = spawnstruct(); +/* 52:43 */waypoints[115].origin = (-2003.23, -3918.59, 3895.13); +/* 52:43 */waypoints[115].type = "stand"; +/* 52:43 */waypoints[115].children[0] = 108; +/* 52:43 */waypoints[115].children[1] = 116; +/* 52:43 */waypoints[116] = spawnstruct(); +/* 52:43 */waypoints[116].origin = (-1951.33, -4106.91, 3895.13); +/* 52:43 */waypoints[116].type = "stand"; +/* 52:43 */waypoints[116].children[0] = 117; +/* 52:43 */waypoints[116].children[1] = 115; +/* 52:43 */waypoints[117] = spawnstruct(); +/* 52:43 */waypoints[117].origin = (-1858.32, -4394.65, 3754.12); +/* 52:43 */waypoints[117].type = "stand"; +/* 52:43 */waypoints[117].children[0] = 84; +/* 52:43 */waypoints[117].children[1] = 116; +/* 52:43 */waypoints[117].children[2] = 118; +/* 52:43 */waypoints[117].children[3] = 170; +/* 52:43 */waypoints[118] = spawnstruct(); +/* 52:43 */waypoints[118].origin = (-1695.23, -4060.79, 3753.64); +/* 52:43 */waypoints[118].type = "stand"; +/* 52:43 */waypoints[118].children[0] = 117; +/* 52:43 */waypoints[118].children[1] = 119; +/* 52:43 */waypoints[118].children[2] = 125; +/* 52:43 */waypoints[118].children[3] = 126; +/* 52:43 */waypoints[118].children[4] = 144; +/* 52:43 */waypoints[118].children[5] = 156; +/* 52:43 */waypoints[118].children[6] = 170; +/* 52:43 */waypoints[119] = spawnstruct(); +/* 52:43 */waypoints[119].origin = (-1465.05, -4040.86, 3758.32); +/* 52:43 */waypoints[119].type = "stand"; +/* 52:43 */waypoints[119].children[0] = 121; +/* 52:43 */waypoints[119].children[1] = 118; +/* 52:43 */waypoints[119].children[2] = 120; +/* 52:43 */waypoints[119].children[3] = 122; +/* 52:43 */waypoints[119].children[4] = 155; +/* 52:43 */waypoints[120] = spawnstruct(); +/* 52:43 */waypoints[120].origin = (-1124.12, -4445.18, 3776.92); +/* 52:43 */waypoints[120].type = "stand"; +/* 52:43 */waypoints[120].children[0] = 121; +/* 52:43 */waypoints[120].children[1] = 119; +/* 52:43 */waypoints[120].children[2] = 98; +/* 52:43 */waypoints[120].children[3] = 163; +/* 52:43 */waypoints[120].children[4] = 172; +/* 52:43 */waypoints[121] = spawnstruct(); +/* 52:43 */waypoints[121].origin = (-1241.65, -4189.96, 3774.1); +/* 52:43 */waypoints[121].type = "stand"; +/* 52:43 */waypoints[121].children[0] = 120; +/* 52:43 */waypoints[121].children[1] = 119; +/* 52:43 */waypoints[121].children[2] = 163; +/* 52:43 */waypoints[122] = spawnstruct(); +/* 52:43 */waypoints[122].origin = (-1458.97, -3911.38, 3762.13); +/* 52:43 */waypoints[122].type = "stand"; +/* 52:43 */waypoints[122].children[0] = 123; +/* 52:43 */waypoints[122].children[1] = 119; +/* 52:43 */waypoints[122].children[2] = 155; +/* 52:43 */waypoints[123] = spawnstruct(); +/* 52:43 */waypoints[123].origin = (-1336.85, -3885.27, 3762.13); +/* 52:43 */waypoints[123].type = "stand"; +/* 52:43 */waypoints[123].children[0] = 102; +/* 52:43 */waypoints[123].children[1] = 122; +/* 52:43 */waypoints[123].children[2] = 124; +/* 52:43 */waypoints[123].children[3] = 147; +/* 52:43 */waypoints[124] = spawnstruct(); +/* 52:43 */waypoints[124].origin = (-1315.55, -3608.2, 3762.13); +/* 52:43 */waypoints[124].type = "stand"; +/* 52:43 */waypoints[124].children[0] = 123; +/* 52:43 */waypoints[124].children[1] = 125; +/* 52:43 */waypoints[124].children[2] = 148; +/* 52:43 */waypoints[125] = spawnstruct(); +/* 52:43 */waypoints[125].origin = (-1597.89, -3591.82, 3743.35); +/* 52:43 */waypoints[125].type = "stand"; +/* 52:43 */waypoints[125].children[0] = 124; +/* 52:43 */waypoints[125].children[1] = 118; +/* 52:43 */waypoints[125].children[2] = 135; +/* 52:43 */waypoints[125].children[3] = 138; +/* 52:43 */waypoints[125].children[4] = 142; +/* 52:43 */waypoints[125].children[5] = 156; +/* 52:43 */waypoints[125].children[6] = 168; +/* 52:43 */waypoints[126] = spawnstruct(); +/* 52:43 */waypoints[126].origin = (-2074.49, -4119.13, 3759.13); +/* 52:43 */waypoints[126].type = "stand"; +/* 52:43 */waypoints[126].children[0] = 118; +/* 52:43 */waypoints[126].children[1] = 128; +/* 52:43 */waypoints[126].children[2] = 127; +/* 52:43 */waypoints[127] = spawnstruct(); +/* 52:43 */waypoints[127].origin = (-2000.72, -4381.77, 3759.13); +/* 52:43 */waypoints[127].type = "stand"; +/* 52:43 */waypoints[127].children[0] = 126; +/* 52:43 */waypoints[127].children[1] = 129; +/* 52:43 */waypoints[128] = spawnstruct(); +/* 52:43 */waypoints[128].origin = (-2257.98, -4205.92, 3759.13); +/* 52:43 */waypoints[128].type = "stand"; +/* 52:43 */waypoints[128].children[0] = 126; +/* 52:43 */waypoints[128].children[1] = 129; +/* 52:43 */waypoints[128].children[2] = 131; +/* 52:43 */waypoints[128].children[3] = 134; +/* 52:43 */waypoints[129] = spawnstruct(); +/* 52:43 */waypoints[129].origin = (-2160.49, -4450.54, 3759.13); +/* 52:43 */waypoints[129].type = "stand"; +/* 52:43 */waypoints[129].children[0] = 127; +/* 52:43 */waypoints[129].children[1] = 128; +/* 52:43 */waypoints[129].children[2] = 130; +/* 52:43 */waypoints[129].children[3] = 132; +/* 52:43 */waypoints[130] = spawnstruct(); +/* 52:43 */waypoints[130].origin = (-2285.15, -4481.84, 3759.13); +/* 52:43 */waypoints[130].type = "stand"; +/* 52:43 */waypoints[130].children[0] = 131; +/* 52:43 */waypoints[130].children[1] = 129; +/* 52:43 */waypoints[131] = spawnstruct(); +/* 52:43 */waypoints[131].origin = (-2351.21, -4262.69, 3759.13); +/* 52:43 */waypoints[131].type = "stand"; +/* 52:43 */waypoints[131].children[0] = 128; +/* 52:43 */waypoints[131].children[1] = 130; +/* 52:43 */waypoints[132] = spawnstruct(); +/* 52:43 */waypoints[132].origin = (-2147.51, -4586.81, 3759.13); +/* 52:43 */waypoints[132].type = "stand"; +/* 52:43 */waypoints[132].children[0] = 129; +/* 52:43 */waypoints[132].children[1] = 62; +/* 52:43 */waypoints[132].children[2] = 166; +/* 52:43 */waypoints[133] = spawnstruct(); +/* 52:43 */waypoints[133].origin = (-2608.07, -4157.8, 3718.21); +/* 52:43 */waypoints[133].type = "stand"; +/* 52:43 */waypoints[133].children[0] = 62; +/* 52:43 */waypoints[133].children[1] = 69; +/* 52:43 */waypoints[133].children[2] = 134; +/* 52:43 */waypoints[134] = spawnstruct(); +/* 52:43 */waypoints[134].origin = (-2309.77, -4043.07, 3745.6); +/* 52:43 */waypoints[134].type = "stand"; +/* 52:43 */waypoints[134].children[0] = 128; +/* 52:43 */waypoints[134].children[1] = 133; +/* 52:43 */waypoints[134].children[2] = 139; +/* 52:43 */waypoints[134].children[3] = 141; +/* 52:43 */waypoints[134].children[4] = 144; +/* 52:43 */waypoints[135] = spawnstruct(); +/* 52:43 */waypoints[135].origin = (-1590.5, -3174.06, 3748.82); +/* 52:43 */waypoints[135].type = "stand"; +/* 52:43 */waypoints[135].children[0] = 125; +/* 52:43 */waypoints[135].children[1] = 22; +/* 52:43 */waypoints[135].children[2] = 24; +/* 52:43 */waypoints[135].children[3] = 23; +/* 52:43 */waypoints[135].children[4] = 15; +/* 52:43 */waypoints[135].children[5] = 136; +/* 52:43 */waypoints[135].children[6] = 137; +/* 52:43 */waypoints[135].children[7] = 158; +/* 52:43 */waypoints[136] = spawnstruct(); +/* 52:43 */waypoints[136].origin = (-2480.75, -3348.64, 3749.27); +/* 52:43 */waypoints[136].type = "stand"; +/* 52:43 */waypoints[136].children[0] = 135; +/* 52:43 */waypoints[136].children[1] = 77; +/* 52:43 */waypoints[136].children[2] = 137; +/* 52:43 */waypoints[136].children[3] = 141; +/* 52:43 */waypoints[137] = spawnstruct(); +/* 52:43 */waypoints[137].origin = (-2346.86, -3354.11, 3754.58); +/* 52:43 */waypoints[137].type = "stand"; +/* 52:43 */waypoints[137].children[0] = 27; +/* 52:43 */waypoints[137].children[1] = 135; +/* 52:43 */waypoints[137].children[2] = 138; +/* 52:43 */waypoints[137].children[3] = 136; +/* 52:43 */waypoints[137].children[4] = 143; +/* 52:43 */waypoints[137].children[5] = 158; +/* 52:43 */waypoints[138] = spawnstruct(); +/* 52:43 */waypoints[138].origin = (-2016.44, -3420.33, 3760.52); +/* 52:43 */waypoints[138].type = "stand"; +/* 52:43 */waypoints[138].children[0] = 125; +/* 52:43 */waypoints[138].children[1] = 137; +/* 52:43 */waypoints[138].children[2] = 158; +/* 52:43 */waypoints[139] = spawnstruct(); +/* 52:43 */waypoints[139].origin = (-2616.42, -3843.27, 3744.13); +/* 52:43 */waypoints[139].type = "stand"; +/* 52:43 */waypoints[139].children[0] = 76; +/* 52:43 */waypoints[139].children[1] = 140; +/* 52:43 */waypoints[139].children[2] = 134; +/* 52:43 */waypoints[139].children[3] = 141; +/* 52:43 */waypoints[139].children[4] = 171; +/* 52:43 */waypoints[140] = spawnstruct(); +/* 52:43 */waypoints[140].origin = (-2908.88, -4002.33, 3744.13); +/* 52:43 */waypoints[140].type = "crouch"; +/* 52:43 */waypoints[140].children[0] = 139; +/* 52:43 */waypoints[140].angles = (4.27246, 37.3865, 0); +/* 52:43 */waypoints[141] = spawnstruct(); +/* 52:43 */waypoints[141].origin = (-2492.78, -3845.87, 3740.26); +/* 52:43 */waypoints[141].type = "stand"; +/* 52:43 */waypoints[141].children[0] = 136; +/* 52:43 */waypoints[141].children[1] = 139; +/* 52:43 */waypoints[141].children[2] = 134; +/* 52:43 */waypoints[141].children[3] = 144; +/* 52:43 */waypoints[142] = spawnstruct(); +/* 52:43 */waypoints[142].origin = (-2139.38, -3734.63, 3752.83); +/* 52:43 */waypoints[142].type = "stand"; +/* 52:43 */waypoints[142].children[0] = 125; +/* 52:43 */waypoints[142].children[1] = 143; +/* 52:43 */waypoints[142].children[2] = 144; +/* 52:43 */waypoints[143] = spawnstruct(); +/* 52:43 */waypoints[143].origin = (-2157.94, -3577.3, 3754.92); +/* 52:43 */waypoints[143].type = "stand"; +/* 52:43 */waypoints[143].children[0] = 137; +/* 52:43 */waypoints[143].children[1] = 142; +/* 52:43 */waypoints[144] = spawnstruct(); +/* 52:43 */waypoints[144].origin = (-2115.71, -3933.68, 3750.58); +/* 52:43 */waypoints[144].type = "stand"; +/* 52:43 */waypoints[144].children[0] = 118; +/* 52:43 */waypoints[144].children[1] = 134; +/* 52:43 */waypoints[144].children[2] = 142; +/* 52:43 */waypoints[144].children[3] = 141; +/* 52:43 */waypoints[145] = spawnstruct(); +/* 52:43 */waypoints[145].origin = (-1003.06, -3981.88, 3922.13); +/* 52:43 */waypoints[145].type = "crouch"; +/* 52:43 */waypoints[145].children[0] = 146; +/* 52:43 */waypoints[145].angles = (5.61281, 78.3765, 0); +/* 52:43 */waypoints[146] = spawnstruct(); +/* 52:43 */waypoints[146].origin = (-999.284, -3770.76, 3922.13); +/* 52:43 */waypoints[146].type = "stand"; +/* 52:43 */waypoints[146].children[0] = 145; +/* 52:43 */waypoints[146].children[1] = 100; +/* 52:43 */waypoints[146].children[2] = 99; +/* 52:43 */waypoints[146].children[3] = 20; +/* 52:43 */waypoints[146].children[4] = 167; +/* 52:43 */waypoints[147] = spawnstruct(); +/* 52:43 */waypoints[147].origin = (-1145.36, -3846.61, 3762.13); +/* 52:43 */waypoints[147].type = "stand"; +/* 52:43 */waypoints[147].children[0] = 123; +/* 52:43 */waypoints[147].children[1] = 148; +/* 52:43 */waypoints[148] = spawnstruct(); +/* 52:43 */waypoints[148].origin = (-1152.5, -3666.69, 3762.13); +/* 52:43 */waypoints[148].type = "stand"; +/* 52:43 */waypoints[148].children[0] = 147; +/* 52:43 */waypoints[148].children[1] = 124; +/* 52:43 */waypoints[149] = spawnstruct(); +/* 52:43 */waypoints[149].origin = (-3267.14, -4676.98, 3576.13); +/* 52:43 */waypoints[149].type = "stand"; +/* 52:43 */waypoints[149].children[0] = 59; +/* 52:43 */waypoints[149].children[1] = 150; +/* 52:43 */waypoints[150] = spawnstruct(); +/* 52:43 */waypoints[150].origin = (-3385.67, -4790.22, 3576.13); +/* 52:43 */waypoints[150].type = "stand"; +/* 52:43 */waypoints[150].children[0] = 149; +/* 52:43 */waypoints[150].children[1] = 151; +/* 52:43 */waypoints[151] = spawnstruct(); +/* 52:43 */waypoints[151].origin = (-3505.67, -4778.59, 3576.13); +/* 52:43 */waypoints[151].type = "stand"; +/* 52:43 */waypoints[151].children[0] = 58; +/* 52:43 */waypoints[151].children[1] = 150; +/* 52:43 */waypoints[152] = spawnstruct(); +/* 52:43 */waypoints[152].origin = (-3203.12, -4808.88, 3712.13); +/* 52:43 */waypoints[152].type = "crouch"; +/* 52:43 */waypoints[152].children[0] = 61; +/* 52:43 */waypoints[152].angles = (12.1552, 122.673, 0); +/* 52:43 */waypoints[153] = spawnstruct(); +/* 52:43 */waypoints[153].origin = (-3721.58, -4808.88, 3576.13); +/* 52:43 */waypoints[153].type = "crouch"; +/* 52:43 */waypoints[153].children[0] = 57; +/* 52:43 */waypoints[153].angles = (1.77307, 64.6106, 0); +/* 52:43 */waypoints[154] = spawnstruct(); +/* 52:43 */waypoints[154].origin = (-2213.59, -4808.71, 3726.11); +/* 52:43 */waypoints[154].type = "grenade"; +/* 52:43 */waypoints[154].children[0] = 68; +/* 52:43 */waypoints[154].children[1] = 69; +/* 52:43 */waypoints[154].angles = (-27.6868, 15.0183, 0); +/* 52:43 */waypoints[155] = spawnstruct(); +/* 52:43 */waypoints[155].origin = (-1463.61, -3899.01, 3762.13); +/* 52:43 */waypoints[155].type = "grenade"; +/* 52:43 */waypoints[155].children[0] = 122; +/* 52:43 */waypoints[155].children[1] = 119; +/* 52:43 */waypoints[155].children[2] = 102; +/* 52:43 */waypoints[155].angles = (-28.8184, 9.16809, 0); +/* 52:43 */waypoints[156] = spawnstruct(); +/* 52:43 */waypoints[156].origin = (-1798.76, -3730.83, 3752.75); +/* 52:43 */waypoints[156].type = "grenade"; +/* 52:43 */waypoints[156].children[0] = 118; +/* 52:43 */waypoints[156].children[1] = 125; +/* 52:43 */waypoints[156].angles = (-28.2471, 18.2483, 0); +/* 52:43 */waypoints[157] = spawnstruct(); +/* 52:43 */waypoints[157].origin = (-1086.93, -2915.28, 3905.59); +/* 52:43 */waypoints[157].type = "grenade"; +/* 52:43 */waypoints[157].children[0] = 13; +/* 52:43 */waypoints[157].children[1] = 16; +/* 52:43 */waypoints[157].angles = (2.54211, -173.573, 0); +/* 52:43 */waypoints[158] = spawnstruct(); +/* 52:43 */waypoints[158].origin = (-1932.95, -3245.63, 3758.13); +/* 52:43 */waypoints[158].type = "stand"; +/* 52:43 */waypoints[158].children[0] = 135; +/* 52:43 */waypoints[158].children[1] = 138; +/* 52:43 */waypoints[158].children[2] = 137; +/* 52:43 */waypoints[159] = spawnstruct(); +/* 52:43 */waypoints[159].origin = (-1362.24, -4588.86, 3896.25); +/* 52:43 */waypoints[159].type = "grenade"; +/* 52:43 */waypoints[159].children[0] = 160; +/* 52:43 */waypoints[159].angles = (-22.8253, -165.784, 0.0274658); +/* 52:43 */waypoints[160] = spawnstruct(); +/* 52:43 */waypoints[160].origin = (-1355.06, -4744.3, 3894.91); +/* 52:43 */waypoints[160].type = "stand"; +/* 52:43 */waypoints[160].children[0] = 159; +/* 52:43 */waypoints[160].children[1] = 88; +/* 52:43 */waypoints[161] = spawnstruct(); +/* 52:43 */waypoints[161].origin = (-135.76, -3527.48, 3898.13); +/* 52:43 */waypoints[161].type = "claymore"; +/* 52:43 */waypoints[161].children[0] = 2; +/* 52:43 */waypoints[161].angles = (55.5896, 150.447, 0); +/* 52:43 */waypoints[162] = spawnstruct(); +/* 52:43 */waypoints[162].origin = (-364.86, -4381.97, 3916.36); +/* 52:43 */waypoints[162].type = "claymore"; +/* 52:43 */waypoints[162].children[0] = 93; +/* 52:43 */waypoints[162].angles = (51.5521, -64.7095, 0); +/* 52:43 */waypoints[163] = spawnstruct(); +/* 52:43 */waypoints[163].origin = (-1035.13, -4376.18, 3787.04); +/* 52:43 */waypoints[163].type = "claymore"; +/* 52:43 */waypoints[163].children[0] = 120; +/* 52:43 */waypoints[163].children[1] = 121; +/* 52:43 */waypoints[163].angles = (62.89, -134.473, 0); +/* 52:43 */waypoints[164] = spawnstruct(); +/* 52:43 */waypoints[164].origin = (-2662.69, -3431.12, 3744.13); +/* 52:43 */waypoints[164].type = "claymore"; +/* 52:43 */waypoints[164].children[0] = 76; +/* 52:43 */waypoints[164].children[1] = 75; +/* 52:43 */waypoints[164].angles = (70.0201, -28.2568, 0); +/* 52:43 */waypoints[165] = spawnstruct(); +/* 52:43 */waypoints[165].origin = (-3603.87, -4251.28, 3572.13); +/* 52:43 */waypoints[165].type = "claymore"; +/* 52:43 */waypoints[165].children[0] = 55; +/* 52:43 */waypoints[165].angles = (64.6313, -14.0845, 0); +/* 52:43 */waypoints[166] = spawnstruct(); +/* 52:43 */waypoints[166].origin = (-2372.58, -4672.52, 3759.13); +/* 52:43 */waypoints[166].type = "claymore"; +/* 52:43 */waypoints[166].children[0] = 132; +/* 52:43 */waypoints[166].angles = (65.0214, 79.4916, 0); +/* 52:43 */waypoints[167] = spawnstruct(); +/* 52:43 */waypoints[167].origin = (-782.238, -3907.28, 3922.13); +/* 52:43 */waypoints[167].type = "crouch"; +/* 52:43 */waypoints[167].children[0] = 146; +/* 52:43 */waypoints[167].angles = (2.93213, 133.325, 0); +/* 52:43 */waypoints[168] = spawnstruct(); +/* 52:43 */waypoints[168].origin = (-1677.05, -3619.16, 3747.94); +/* 52:43 */waypoints[168].type = "claymore"; +/* 52:43 */waypoints[168].children[0] = 125; +/* 52:43 */waypoints[168].angles = (75.3705, 177.358, 0); +/* 52:43 */waypoints[169] = spawnstruct(); +/* 52:43 */waypoints[169].origin = (-2819.34, -4988.97, 3622.4); +/* 52:43 */waypoints[169].type = "javelin"; +/* 52:43 */waypoints[169].children[0] = 66; +/* 52:43 */waypoints[169].children[1] = 67; +/* 52:43 */waypoints[169].jav_point = (-1342.11, -4563.77, 3944.33); +/* 52:43 */waypoints[170] = spawnstruct(); +/* 52:43 */waypoints[170].origin = (-1823.04, -4323.07, 3753.53); +/* 52:43 */waypoints[170].type = "javelin"; +/* 52:43 */waypoints[170].children[0] = 117; +/* 52:43 */waypoints[170].children[1] = 118; +/* 52:43 */waypoints[170].children[2] = 84; +/* 52:43 */waypoints[170].jav_point = (-1383.5, -2884.41, 3841.03); +/* 52:43 */waypoints[171] = spawnstruct(); +/* 52:43 */waypoints[171].origin = (-2583.13, -3765.11, 3744.13); +/* 52:43 */waypoints[171].type = "claymore"; +/* 52:43 */waypoints[171].children[0] = 139; +/* 52:43 */waypoints[171].children[1] = 76; +/* 52:43 */waypoints[171].angles = (64.6314, -77.547, 0); +/* 52:43 */waypoints[172] = spawnstruct(); +/* 52:43 */waypoints[172].origin = (-1196.7, -4354.75, 3770.8); +/* 52:43 */waypoints[172].type = "javelin"; +/* 52:43 */waypoints[172].children[0] = 120; +/* 52:43 */waypoints[172].jav_point = (-3479.88, -2606.54, 3843.6); +/* 52:43 */return waypoints; +} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/downturn.gsc b/raw/maps/mp/bots/waypoints/downturn.gsc new file mode 100644 index 0000000..fff2824 --- /dev/null +++ b/raw/maps/mp/bots/waypoints/downturn.gsc @@ -0,0 +1,1471 @@ +Downturn() +{ +/* 81:41 */waypoints = []; +/* 81:41 */waypoints[0] = spawnstruct(); +/* 81:41 */waypoints[0].origin = (-1201.08, 1595.22, 84.2384); +/* 81:41 */waypoints[0].type = "stand"; +/* 81:41 */waypoints[0].children[0] = 1; +/* 81:41 */waypoints[0].children[1] = 3; +/* 81:41 */waypoints[0].children[2] = 8; +/* 81:41 */waypoints[1] = spawnstruct(); +/* 81:41 */waypoints[1].origin = (-723.506, 1595.88, 80.2517); +/* 81:41 */waypoints[1].type = "stand"; +/* 81:41 */waypoints[1].children[0] = 0; +/* 81:41 */waypoints[1].children[1] = 2; +/* 81:41 */waypoints[1].children[2] = 8; +/* 81:41 */waypoints[2] = spawnstruct(); +/* 81:41 */waypoints[2].origin = (-635.378, 1255.37, 56.9453); +/* 81:41 */waypoints[2].type = "stand"; +/* 81:41 */waypoints[2].children[0] = 3; +/* 81:41 */waypoints[2].children[1] = 1; +/* 81:41 */waypoints[2].children[2] = 5; +/* 81:41 */waypoints[2].children[3] = 6; +/* 81:41 */waypoints[2].children[4] = 8; +/* 81:41 */waypoints[2].children[5] = 206; +/* 81:41 */waypoints[3] = spawnstruct(); +/* 81:41 */waypoints[3].origin = (-1164.62, 1178.49, 63.5779); +/* 81:41 */waypoints[3].type = "stand"; +/* 81:41 */waypoints[3].children[0] = 0; +/* 81:41 */waypoints[3].children[1] = 2; +/* 81:41 */waypoints[3].children[2] = 4; +/* 81:41 */waypoints[4] = spawnstruct(); +/* 81:41 */waypoints[4].origin = (-1119.06, 899.799, 89.0328); +/* 81:41 */waypoints[4].type = "stand"; +/* 81:41 */waypoints[4].children[0] = 3; +/* 81:41 */waypoints[4].children[1] = 5; +/* 81:41 */waypoints[5] = spawnstruct(); +/* 81:41 */waypoints[5].origin = (-562.168, 873.764, 86.8323); +/* 81:41 */waypoints[5].type = "stand"; +/* 81:41 */waypoints[5].children[0] = 2; +/* 81:41 */waypoints[5].children[1] = 4; +/* 81:41 */waypoints[5].children[2] = 126; +/* 81:41 */waypoints[5].children[3] = 132; +/* 81:41 */waypoints[5].children[4] = 127; +/* 81:41 */waypoints[5].children[5] = 131; +/* 81:41 */waypoints[6] = spawnstruct(); +/* 81:41 */waypoints[6].origin = (-310.505, 1390.86, 76.8266); +/* 81:41 */waypoints[6].type = "stand"; +/* 81:41 */waypoints[6].children[0] = 2; +/* 81:41 */waypoints[6].children[1] = 7; +/* 81:41 */waypoints[6].children[2] = 9; +/* 81:41 */waypoints[6].children[3] = 10; +/* 81:41 */waypoints[6].children[4] = 11; +/* 81:41 */waypoints[6].children[5] = 206; +/* 81:41 */waypoints[7] = spawnstruct(); +/* 81:41 */waypoints[7].origin = (-424.856, 1647.32, 91.2105); +/* 81:41 */waypoints[7].type = "stand"; +/* 81:41 */waypoints[7].children[0] = 6; +/* 81:41 */waypoints[7].children[1] = 8; +/* 81:41 */waypoints[7].children[2] = 11; +/* 81:41 */waypoints[7].children[3] = 10; +/* 81:41 */waypoints[8] = spawnstruct(); +/* 81:41 */waypoints[8].origin = (-910.422, 1667.65, 85.5615); +/* 81:41 */waypoints[8].type = "stand"; +/* 81:41 */waypoints[8].children[0] = 7; +/* 81:41 */waypoints[8].children[1] = 1; +/* 81:41 */waypoints[8].children[2] = 0; +/* 81:41 */waypoints[8].children[3] = 2; +/* 81:41 */waypoints[9] = spawnstruct(); +/* 81:41 */waypoints[9].origin = (61.6873, 1343.74, 87.5099); +/* 81:41 */waypoints[9].type = "stand"; +/* 81:41 */waypoints[9].children[0] = 6; +/* 81:41 */waypoints[9].children[1] = 11; +/* 81:41 */waypoints[9].children[2] = 14; +/* 81:41 */waypoints[9].children[3] = 13; +/* 81:41 */waypoints[9].children[4] = 127; +/* 81:41 */waypoints[9].children[5] = 133; +/* 81:41 */waypoints[9].children[6] = 137; +/* 81:41 */waypoints[10] = spawnstruct(); +/* 81:41 */waypoints[10].origin = (32.5687, 1713.4, 88.125); +/* 81:41 */waypoints[10].type = "stand"; +/* 81:41 */waypoints[10].children[0] = 11; +/* 81:41 */waypoints[10].children[1] = 7; +/* 81:41 */waypoints[10].children[2] = 6; +/* 81:41 */waypoints[10].children[3] = 12; +/* 81:41 */waypoints[11] = spawnstruct(); +/* 81:41 */waypoints[11].origin = (48.0105, 1614.7, 88.125); +/* 81:41 */waypoints[11].type = "stand"; +/* 81:41 */waypoints[11].children[0] = 9; +/* 81:41 */waypoints[11].children[1] = 10; +/* 81:41 */waypoints[11].children[2] = 7; +/* 81:41 */waypoints[11].children[3] = 6; +/* 81:41 */waypoints[11].children[4] = 187; +/* 81:41 */waypoints[12] = spawnstruct(); +/* 81:41 */waypoints[12].origin = (606.624, 1717.37, 88.125); +/* 81:41 */waypoints[12].type = "stand"; +/* 81:41 */waypoints[12].children[0] = 10; +/* 81:41 */waypoints[12].children[1] = 15; +/* 81:41 */waypoints[12].children[2] = 16; +/* 81:41 */waypoints[12].children[3] = 21; +/* 81:41 */waypoints[13] = spawnstruct(); +/* 81:41 */waypoints[13].origin = (285.962, 1504.79, 79.9269); +/* 81:41 */waypoints[13].type = "stand"; +/* 81:41 */waypoints[13].children[0] = 9; +/* 81:41 */waypoints[13].children[1] = 15; +/* 81:41 */waypoints[13].children[2] = 221; +/* 81:41 */waypoints[14] = spawnstruct(); +/* 81:41 */waypoints[14].origin = (550.452, 1146.29, 59.3693); +/* 81:41 */waypoints[14].type = "stand"; +/* 81:41 */waypoints[14].children[0] = 9; +/* 81:41 */waypoints[14].children[1] = 18; +/* 81:41 */waypoints[14].children[2] = 183; +/* 81:41 */waypoints[15] = spawnstruct(); +/* 81:41 */waypoints[15].origin = (641.808, 1494.98, 79.2016); +/* 81:41 */waypoints[15].type = "stand"; +/* 81:41 */waypoints[15].children[0] = 13; +/* 81:41 */waypoints[15].children[1] = 12; +/* 81:41 */waypoints[15].children[2] = 17; +/* 81:41 */waypoints[15].children[3] = 21; +/* 81:41 */waypoints[15].children[4] = 219; +/* 81:41 */waypoints[15].children[5] = 221; +/* 81:41 */waypoints[16] = spawnstruct(); +/* 81:41 */waypoints[16].origin = (1041.64, 1640.41, 88.125); +/* 81:41 */waypoints[16].type = "stand"; +/* 81:41 */waypoints[16].children[0] = 12; +/* 81:41 */waypoints[16].children[1] = 17; +/* 81:41 */waypoints[16].children[2] = 20; +/* 81:41 */waypoints[16].children[3] = 21; +/* 81:41 */waypoints[16].children[4] = 22; +/* 81:41 */waypoints[17] = spawnstruct(); +/* 81:41 */waypoints[17].origin = (1082.75, 1218.98, 58.3918); +/* 81:41 */waypoints[17].type = "stand"; +/* 81:41 */waypoints[17].children[0] = 15; +/* 81:41 */waypoints[17].children[1] = 16; +/* 81:41 */waypoints[17].children[2] = 18; +/* 81:41 */waypoints[17].children[3] = 22; +/* 81:41 */waypoints[17].children[4] = 23; +/* 81:41 */waypoints[18] = spawnstruct(); +/* 81:41 */waypoints[18].origin = (960.511, 950.639, 70.0215); +/* 81:41 */waypoints[18].type = "stand"; +/* 81:41 */waypoints[18].children[0] = 14; +/* 81:41 */waypoints[18].children[1] = 17; +/* 81:41 */waypoints[18].children[2] = 19; +/* 81:41 */waypoints[18].children[3] = 185; +/* 81:41 */waypoints[19] = spawnstruct(); +/* 81:41 */waypoints[19].origin = (1230.99, 679.903, 98.2686); +/* 81:41 */waypoints[19].type = "stand"; +/* 81:41 */waypoints[19].children[0] = 18; +/* 81:41 */waypoints[19].children[1] = 20; +/* 81:41 */waypoints[19].children[2] = 23; +/* 81:41 */waypoints[19].children[3] = 149; +/* 81:41 */waypoints[20] = spawnstruct(); +/* 81:41 */waypoints[20].origin = (1688.03, 1617.7, 88.125); +/* 81:41 */waypoints[20].type = "stand"; +/* 81:41 */waypoints[20].children[0] = 16; +/* 81:41 */waypoints[20].children[1] = 22; +/* 81:41 */waypoints[20].children[2] = 19; +/* 81:41 */waypoints[20].children[3] = 23; +/* 81:41 */waypoints[20].children[4] = 24; +/* 81:41 */waypoints[20].children[5] = 25; +/* 81:41 */waypoints[20].children[6] = 27; +/* 81:41 */waypoints[21] = spawnstruct(); +/* 81:41 */waypoints[21].origin = (790.292, 1618.7, 88.125); +/* 81:41 */waypoints[21].type = "stand"; +/* 81:41 */waypoints[21].children[0] = 12; +/* 81:41 */waypoints[21].children[1] = 15; +/* 81:41 */waypoints[21].children[2] = 16; +/* 81:41 */waypoints[22] = spawnstruct(); +/* 81:41 */waypoints[22].origin = (1190.38, 1510.07, 84.4606); +/* 81:41 */waypoints[22].type = "stand"; +/* 81:41 */waypoints[22].children[0] = 17; +/* 81:41 */waypoints[22].children[1] = 16; +/* 81:41 */waypoints[22].children[2] = 20; +/* 81:41 */waypoints[22].children[3] = 32; +/* 81:41 */waypoints[23] = spawnstruct(); +/* 81:41 */waypoints[23].origin = (1374.83, 1217.72, 66.2879); +/* 81:41 */waypoints[23].type = "stand"; +/* 81:41 */waypoints[23].children[0] = 20; +/* 81:41 */waypoints[23].children[1] = 17; +/* 81:41 */waypoints[23].children[2] = 19; +/* 81:41 */waypoints[23].children[3] = 32; +/* 81:41 */waypoints[24] = spawnstruct(); +/* 81:41 */waypoints[24].origin = (1985.96, 1280.46, 77.6588); +/* 81:41 */waypoints[24].type = "stand"; +/* 81:41 */waypoints[24].children[0] = 20; +/* 81:41 */waypoints[24].children[1] = 26; +/* 81:41 */waypoints[24].children[2] = 30; +/* 81:41 */waypoints[24].children[3] = 32; +/* 81:41 */waypoints[24].children[4] = 35; +/* 81:41 */waypoints[24].children[5] = 182; +/* 81:41 */waypoints[24].children[6] = 193; +/* 81:41 */waypoints[25] = spawnstruct(); +/* 81:41 */waypoints[25].origin = (2604.65, 1688.64, 88.0036); +/* 81:41 */waypoints[25].type = "stand"; +/* 81:41 */waypoints[25].children[0] = 20; +/* 81:41 */waypoints[25].children[1] = 27; +/* 81:41 */waypoints[25].children[2] = 28; +/* 81:41 */waypoints[26] = spawnstruct(); +/* 81:41 */waypoints[26].origin = (2246.74, 1567.19, 88.125); +/* 81:41 */waypoints[26].type = "stand"; +/* 81:41 */waypoints[26].children[0] = 24; +/* 81:41 */waypoints[26].children[1] = 27; +/* 81:41 */waypoints[26].children[2] = 28; +/* 81:41 */waypoints[26].children[3] = 33; +/* 81:41 */waypoints[26].children[4] = 193; +/* 81:41 */waypoints[27] = spawnstruct(); +/* 81:41 */waypoints[27].origin = (2246.76, 1661.04, 88.125); +/* 81:41 */waypoints[27].type = "stand"; +/* 81:41 */waypoints[27].children[0] = 26; +/* 81:41 */waypoints[27].children[1] = 25; +/* 81:41 */waypoints[27].children[2] = 20; +/* 81:41 */waypoints[27].children[3] = 28; +/* 81:41 */waypoints[27].children[4] = 33; +/* 81:41 */waypoints[28] = spawnstruct(); +/* 81:41 */waypoints[28].origin = (2628.89, 1286.3, 81.0009); +/* 81:41 */waypoints[28].type = "stand"; +/* 81:41 */waypoints[28].children[0] = 29; +/* 81:41 */waypoints[28].children[1] = 25; +/* 81:41 */waypoints[28].children[2] = 26; +/* 81:41 */waypoints[28].children[3] = 27; +/* 81:41 */waypoints[28].children[4] = 33; +/* 81:41 */waypoints[29] = spawnstruct(); +/* 81:41 */waypoints[29].origin = (2668.88, 902.242, 79.8792); +/* 81:41 */waypoints[29].type = "stand"; +/* 81:41 */waypoints[29].children[0] = 28; +/* 81:41 */waypoints[29].children[1] = 31; +/* 81:41 */waypoints[30] = spawnstruct(); +/* 81:41 */waypoints[30].origin = (2183.24, 841.75, 74.431); +/* 81:41 */waypoints[30].type = "stand"; +/* 81:41 */waypoints[30].children[0] = 31; +/* 81:41 */waypoints[30].children[1] = 24; +/* 81:41 */waypoints[30].children[2] = 35; +/* 81:41 */waypoints[30].children[3] = 34; +/* 81:41 */waypoints[30].children[4] = 36; +/* 81:41 */waypoints[30].children[5] = 46; +/* 81:41 */waypoints[31] = spawnstruct(); +/* 81:41 */waypoints[31].origin = (2509.13, 851.834, 66.1862); +/* 81:41 */waypoints[31].type = "stand"; +/* 81:41 */waypoints[31].children[0] = 29; +/* 81:41 */waypoints[31].children[1] = 30; +/* 81:41 */waypoints[31].children[2] = 34; +/* 81:41 */waypoints[31].children[3] = 49; +/* 81:41 */waypoints[31].children[4] = 48; +/* 81:41 */waypoints[32] = spawnstruct(); +/* 81:41 */waypoints[32].origin = (1506.71, 927.985, 86.8864); +/* 81:41 */waypoints[32].type = "stand"; +/* 81:41 */waypoints[32].children[0] = 24; +/* 81:41 */waypoints[32].children[1] = 23; +/* 81:41 */waypoints[32].children[2] = 22; +/* 81:41 */waypoints[32].children[3] = 36; +/* 81:41 */waypoints[32].children[4] = 181; +/* 81:41 */waypoints[33] = spawnstruct(); +/* 81:41 */waypoints[33].origin = (2448.97, 1331.05, 80.9418); +/* 81:41 */waypoints[33].type = "stand"; +/* 81:41 */waypoints[33].children[0] = 34; +/* 81:41 */waypoints[33].children[1] = 28; +/* 81:41 */waypoints[33].children[2] = 26; +/* 81:41 */waypoints[33].children[3] = 27; +/* 81:41 */waypoints[34] = spawnstruct(); +/* 81:41 */waypoints[34].origin = (2471.76, 935.204, 74.5328); +/* 81:41 */waypoints[34].type = "stand"; +/* 81:41 */waypoints[34].children[0] = 35; +/* 81:41 */waypoints[34].children[1] = 31; +/* 81:41 */waypoints[34].children[2] = 30; +/* 81:41 */waypoints[34].children[3] = 33; +/* 81:41 */waypoints[34].children[4] = 48; +/* 81:41 */waypoints[35] = spawnstruct(); +/* 81:41 */waypoints[35].origin = (2223.7, 921.976, 82.624); +/* 81:41 */waypoints[35].type = "stand"; +/* 81:41 */waypoints[35].children[0] = 30; +/* 81:41 */waypoints[35].children[1] = 34; +/* 81:41 */waypoints[35].children[2] = 24; +/* 81:41 */waypoints[35].children[3] = 47; +/* 81:41 */waypoints[35].children[4] = 193; +/* 81:41 */waypoints[36] = spawnstruct(); +/* 81:41 */waypoints[36].origin = (1521.85, 830.5, 85.8742); +/* 81:41 */waypoints[36].type = "stand"; +/* 81:41 */waypoints[36].children[0] = 32; +/* 81:41 */waypoints[36].children[1] = 30; +/* 81:41 */waypoints[36].children[2] = 37; +/* 81:41 */waypoints[36].children[3] = 181; +/* 81:41 */waypoints[36].children[4] = 182; +/* 81:41 */waypoints[37] = spawnstruct(); +/* 81:41 */waypoints[37].origin = (1503.38, 625.792, 80.8365); +/* 81:41 */waypoints[37].type = "stand"; +/* 81:41 */waypoints[37].children[0] = 38; +/* 81:41 */waypoints[37].children[1] = 36; +/* 81:41 */waypoints[38] = spawnstruct(); +/* 81:41 */waypoints[38].origin = (1629.61, 597.584, 83.0782); +/* 81:41 */waypoints[38].type = "stand"; +/* 81:41 */waypoints[38].children[0] = 37; +/* 81:41 */waypoints[38].children[1] = 43; +/* 81:41 */waypoints[38].children[2] = 41; +/* 81:41 */waypoints[39] = spawnstruct(); +/* 81:41 */waypoints[39].origin = (1518.33, -364.193, 81.4363); +/* 81:41 */waypoints[39].type = "stand"; +/* 81:41 */waypoints[39].children[0] = 40; +/* 81:41 */waypoints[39].children[1] = 51; +/* 81:41 */waypoints[39].children[2] = 52; +/* 81:41 */waypoints[40] = spawnstruct(); +/* 81:41 */waypoints[40].origin = (1580.69, 218.284, 72.1582); +/* 81:41 */waypoints[40].type = "stand"; +/* 81:41 */waypoints[40].children[0] = 43; +/* 81:41 */waypoints[40].children[1] = 39; +/* 81:41 */waypoints[40].children[2] = 44; +/* 81:41 */waypoints[40].children[3] = 200; +/* 81:41 */waypoints[41] = spawnstruct(); +/* 81:41 */waypoints[41].origin = (1765.35, 595.186, 75.236); +/* 81:41 */waypoints[41].type = "stand"; +/* 81:41 */waypoints[41].children[0] = 38; +/* 81:41 */waypoints[41].children[1] = 42; +/* 81:41 */waypoints[42] = spawnstruct(); +/* 81:41 */waypoints[42].origin = (1765.17, 371.047, 74.1605); +/* 81:41 */waypoints[42].type = "stand"; +/* 81:41 */waypoints[42].children[0] = 41; +/* 81:41 */waypoints[42].children[1] = 43; +/* 81:41 */waypoints[42].children[2] = 194; +/* 81:41 */waypoints[43] = spawnstruct(); +/* 81:41 */waypoints[43].origin = (1591.04, 370.97, 76.1938); +/* 81:41 */waypoints[43].type = "stand"; +/* 81:41 */waypoints[43].children[0] = 38; +/* 81:41 */waypoints[43].children[1] = 40; +/* 81:41 */waypoints[43].children[2] = 42; +/* 81:41 */waypoints[43].children[3] = 201; +/* 81:41 */waypoints[44] = spawnstruct(); +/* 81:41 */waypoints[44].origin = (1905.7, 216.205, 72.9896); +/* 81:41 */waypoints[44].type = "stand"; +/* 81:41 */waypoints[44].children[0] = 40; +/* 81:41 */waypoints[44].children[1] = 45; +/* 81:41 */waypoints[44].children[2] = 51; +/* 81:41 */waypoints[44].children[3] = 191; +/* 81:41 */waypoints[44].children[4] = 200; +/* 81:41 */waypoints[45] = spawnstruct(); +/* 81:41 */waypoints[45].origin = (2107.62, 453.947, 73.6892); +/* 81:41 */waypoints[45].type = "stand"; +/* 81:41 */waypoints[45].children[0] = 46; +/* 81:41 */waypoints[45].children[1] = 50; +/* 81:41 */waypoints[45].children[2] = 44; +/* 81:41 */waypoints[45].children[3] = 47; +/* 81:41 */waypoints[45].children[4] = 192; +/* 81:41 */waypoints[46] = spawnstruct(); +/* 81:41 */waypoints[46].origin = (2203.15, 453.933, 73.9845); +/* 81:41 */waypoints[46].type = "stand"; +/* 81:41 */waypoints[46].children[0] = 47; +/* 81:41 */waypoints[46].children[1] = 45; +/* 81:41 */waypoints[46].children[2] = 30; +/* 81:41 */waypoints[47] = spawnstruct(); +/* 81:41 */waypoints[47].origin = (2317.37, 617.083, 73.9393); +/* 81:41 */waypoints[47].type = "stand"; +/* 81:41 */waypoints[47].children[0] = 48; +/* 81:41 */waypoints[47].children[1] = 46; +/* 81:41 */waypoints[47].children[2] = 35; +/* 81:41 */waypoints[47].children[3] = 45; +/* 81:41 */waypoints[48] = spawnstruct(); +/* 81:41 */waypoints[48].origin = (2439.32, 622.695, 73.9078); +/* 81:41 */waypoints[48].type = "stand"; +/* 81:41 */waypoints[48].children[0] = 31; +/* 81:41 */waypoints[48].children[1] = 49; +/* 81:41 */waypoints[48].children[2] = 47; +/* 81:41 */waypoints[48].children[3] = 34; +/* 81:41 */waypoints[49] = spawnstruct(); +/* 81:41 */waypoints[49].origin = (2554.74, 628.133, 73.4327); +/* 81:41 */waypoints[49].type = "stand"; +/* 81:41 */waypoints[49].children[0] = 31; +/* 81:41 */waypoints[49].children[1] = 48; +/* 81:41 */waypoints[49].children[2] = 50; +/* 81:41 */waypoints[50] = spawnstruct(); +/* 81:41 */waypoints[50].origin = (2524.32, 450.733, 74.0444); +/* 81:41 */waypoints[50].type = "stand"; +/* 81:41 */waypoints[50].children[0] = 45; +/* 81:41 */waypoints[50].children[1] = 49; +/* 81:41 */waypoints[51] = spawnstruct(); +/* 81:41 */waypoints[51].origin = (1715.28, -368.831, 71.793); +/* 81:41 */waypoints[51].type = "stand"; +/* 81:41 */waypoints[51].children[0] = 39; +/* 81:41 */waypoints[51].children[1] = 44; +/* 81:41 */waypoints[51].children[2] = 190; +/* 81:41 */waypoints[52] = spawnstruct(); +/* 81:41 */waypoints[52].origin = (1420.6, -868.058, 84.6311); +/* 81:41 */waypoints[52].type = "stand"; +/* 81:41 */waypoints[52].children[0] = 53; +/* 81:41 */waypoints[52].children[1] = 39; +/* 81:41 */waypoints[52].children[2] = 57; +/* 81:41 */waypoints[52].children[3] = 199; +/* 81:41 */waypoints[53] = spawnstruct(); +/* 81:41 */waypoints[53].origin = (1328.59, -1207.25, 78.125); +/* 81:41 */waypoints[53].type = "stand"; +/* 81:41 */waypoints[53].children[0] = 54; +/* 81:41 */waypoints[53].children[1] = 52; +/* 81:41 */waypoints[53].children[2] = 56; +/* 81:41 */waypoints[54] = spawnstruct(); +/* 81:41 */waypoints[54].origin = (1504.81, -1348.55, 56.022); +/* 81:41 */waypoints[54].type = "stand"; +/* 81:41 */waypoints[54].children[0] = 55; +/* 81:41 */waypoints[54].children[1] = 53; +/* 81:41 */waypoints[54].children[2] = 198; +/* 81:41 */waypoints[55] = spawnstruct(); +/* 81:41 */waypoints[55].origin = (1395.81, -1669.74, 56.125); +/* 81:41 */waypoints[55].type = "stand"; +/* 81:41 */waypoints[55].children[0] = 56; +/* 81:41 */waypoints[55].children[1] = 54; +/* 81:41 */waypoints[56] = spawnstruct(); +/* 81:41 */waypoints[56].origin = (1249.74, -1636.29, 56.125); +/* 81:41 */waypoints[56].type = "stand"; +/* 81:41 */waypoints[56].children[0] = 55; +/* 81:41 */waypoints[56].children[1] = 53; +/* 81:41 */waypoints[56].children[2] = 58; +/* 81:41 */waypoints[56].children[3] = 62; +/* 81:41 */waypoints[56].children[4] = 70; +/* 81:41 */waypoints[57] = spawnstruct(); +/* 81:41 */waypoints[57].origin = (1196.42, -813.932, 65.7422); +/* 81:41 */waypoints[57].type = "stand"; +/* 81:41 */waypoints[57].children[0] = 52; +/* 81:41 */waypoints[57].children[1] = 58; +/* 81:41 */waypoints[57].children[2] = 73; +/* 81:41 */waypoints[57].children[3] = 74; +/* 81:41 */waypoints[58] = spawnstruct(); +/* 81:41 */waypoints[58].origin = (1067.71, -1602.43, 46.7735); +/* 81:41 */waypoints[58].type = "stand"; +/* 81:41 */waypoints[58].children[0] = 56; +/* 81:41 */waypoints[58].children[1] = 57; +/* 81:41 */waypoints[58].children[2] = 62; +/* 81:41 */waypoints[58].children[3] = 59; +/* 81:41 */waypoints[58].children[4] = 70; +/* 81:41 */waypoints[59] = spawnstruct(); +/* 81:41 */waypoints[59].origin = (1032.26, -1846.72, 44.0325); +/* 81:41 */waypoints[59].type = "stand"; +/* 81:41 */waypoints[59].children[0] = 60; +/* 81:41 */waypoints[59].children[1] = 58; +/* 81:41 */waypoints[60] = spawnstruct(); +/* 81:41 */waypoints[60].origin = (881.854, -1895.51, 31.0523); +/* 81:41 */waypoints[60].type = "stand"; +/* 81:41 */waypoints[60].children[0] = 62; +/* 81:41 */waypoints[60].children[1] = 59; +/* 81:41 */waypoints[60].children[2] = 61; +/* 81:41 */waypoints[60].children[3] = 64; +/* 81:41 */waypoints[60].children[4] = 68; +/* 81:41 */waypoints[61] = spawnstruct(); +/* 81:41 */waypoints[61].origin = (773.785, -1690.81, 41.5702); +/* 81:41 */waypoints[61].type = "stand"; +/* 81:41 */waypoints[61].children[0] = 60; +/* 81:41 */waypoints[61].children[1] = 62; +/* 81:41 */waypoints[61].children[2] = 63; +/* 81:41 */waypoints[61].children[3] = 70; +/* 81:41 */waypoints[62] = spawnstruct(); +/* 81:41 */waypoints[62].origin = (795.391, -1423.48, 30.6113); +/* 81:41 */waypoints[62].type = "stand"; +/* 81:41 */waypoints[62].children[0] = 58; +/* 81:41 */waypoints[62].children[1] = 56; +/* 81:41 */waypoints[62].children[2] = 60; +/* 81:41 */waypoints[62].children[3] = 61; +/* 81:41 */waypoints[62].children[4] = 69; +/* 81:41 */waypoints[62].children[5] = 71; +/* 81:41 */waypoints[62].children[6] = 70; +/* 81:41 */waypoints[63] = spawnstruct(); +/* 81:41 */waypoints[63].origin = (595.913, -1812.26, 35.8317); +/* 81:41 */waypoints[63].type = "stand"; +/* 81:41 */waypoints[63].children[0] = 65; +/* 81:41 */waypoints[63].children[1] = 66; +/* 81:41 */waypoints[63].children[2] = 67; +/* 81:41 */waypoints[63].children[3] = 61; +/* 81:41 */waypoints[63].children[4] = 68; +/* 81:41 */waypoints[64] = spawnstruct(); +/* 81:41 */waypoints[64].origin = (802.502, -2269.45, 29.9532); +/* 81:41 */waypoints[64].type = "stand"; +/* 81:41 */waypoints[64].children[0] = 60; +/* 81:41 */waypoints[64].children[1] = 65; +/* 81:41 */waypoints[65] = spawnstruct(); +/* 81:41 */waypoints[65].origin = (522.817, -2239.88, 18.9222); +/* 81:41 */waypoints[65].type = "stand"; +/* 81:41 */waypoints[65].children[0] = 64; +/* 81:41 */waypoints[65].children[1] = 66; +/* 81:41 */waypoints[65].children[2] = 63; +/* 81:41 */waypoints[66] = spawnstruct(); +/* 81:41 */waypoints[66].origin = (363.634, -2214.94, 29.0389); +/* 81:41 */waypoints[66].type = "stand"; +/* 81:41 */waypoints[66].children[0] = 65; +/* 81:41 */waypoints[66].children[1] = 63; +/* 81:41 */waypoints[66].children[2] = 67; +/* 81:41 */waypoints[67] = spawnstruct(); +/* 81:41 */waypoints[67].origin = (391.716, -1717.23, 32.2466); +/* 81:41 */waypoints[67].type = "stand"; +/* 81:41 */waypoints[67].children[0] = 66; +/* 81:41 */waypoints[67].children[1] = 63; +/* 81:41 */waypoints[67].children[2] = 71; +/* 81:41 */waypoints[67].children[3] = 89; +/* 81:41 */waypoints[67].children[4] = 92; +/* 81:41 */waypoints[67].children[5] = 94; +/* 81:41 */waypoints[68] = spawnstruct(); +/* 81:41 */waypoints[68].origin = (740.395, -1898.47, 36.283); +/* 81:41 */waypoints[68].type = "stand"; +/* 81:41 */waypoints[68].children[0] = 60; +/* 81:41 */waypoints[68].children[1] = 63; +/* 81:41 */waypoints[69] = spawnstruct(); +/* 81:41 */waypoints[69].origin = (340.853, -1134.73, 48.1182); +/* 81:41 */waypoints[69].type = "stand"; +/* 81:41 */waypoints[69].children[0] = 62; +/* 81:41 */waypoints[69].children[1] = 76; +/* 81:41 */waypoints[69].children[2] = 71; +/* 81:41 */waypoints[69].children[3] = 83; +/* 81:41 */waypoints[69].children[4] = 91; +/* 81:41 */waypoints[70] = spawnstruct(); +/* 81:41 */waypoints[70].origin = (978.434, -1429.39, 41.955); +/* 81:41 */waypoints[70].type = "stand"; +/* 81:41 */waypoints[70].children[0] = 58; +/* 81:41 */waypoints[70].children[1] = 56; +/* 81:41 */waypoints[70].children[2] = 62; +/* 81:41 */waypoints[70].children[3] = 61; +/* 81:41 */waypoints[70].children[4] = 161; +/* 81:41 */waypoints[71] = spawnstruct(); +/* 81:41 */waypoints[71].origin = (744.142, -1156.73, 28.125); +/* 81:41 */waypoints[71].type = "stand"; +/* 81:41 */waypoints[71].children[0] = 62; +/* 81:41 */waypoints[71].children[1] = 67; +/* 81:41 */waypoints[71].children[2] = 76; +/* 81:41 */waypoints[71].children[3] = 69; +/* 81:41 */waypoints[72] = spawnstruct(); +/* 81:41 */waypoints[72].origin = (916.018, -1100.11, 46.5813); +/* 81:41 */waypoints[72].type = "stand"; +/* 81:41 */waypoints[72].children[0] = 73; +/* 81:41 */waypoints[72].children[1] = 74; +/* 81:41 */waypoints[72].children[2] = 75; +/* 81:41 */waypoints[73] = spawnstruct(); +/* 81:41 */waypoints[73].origin = (938.414, -913.177, 51.2304); +/* 81:41 */waypoints[73].type = "stand"; +/* 81:41 */waypoints[73].children[0] = 57; +/* 81:41 */waypoints[73].children[1] = 72; +/* 81:41 */waypoints[73].children[2] = 75; +/* 81:41 */waypoints[74] = spawnstruct(); +/* 81:41 */waypoints[74].origin = (1191.54, -609.176, 55.2923); +/* 81:41 */waypoints[74].type = "stand"; +/* 81:41 */waypoints[74].children[0] = 57; +/* 81:41 */waypoints[74].children[1] = 72; +/* 81:41 */waypoints[74].children[2] = 75; +/* 81:41 */waypoints[74].children[3] = 153; +/* 81:41 */waypoints[75] = spawnstruct(); +/* 81:41 */waypoints[75].origin = (802.552, -621.141, 29.1699); +/* 81:41 */waypoints[75].type = "stand"; +/* 81:41 */waypoints[75].children[0] = 72; +/* 81:41 */waypoints[75].children[1] = 73; +/* 81:41 */waypoints[75].children[2] = 74; +/* 81:41 */waypoints[75].children[3] = 76; +/* 81:41 */waypoints[75].children[4] = 77; +/* 81:41 */waypoints[75].children[5] = 152; +/* 81:41 */waypoints[75].children[6] = 164; +/* 81:41 */waypoints[76] = spawnstruct(); +/* 81:41 */waypoints[76].origin = (522.628, -662.608, 40.6002); +/* 81:41 */waypoints[76].type = "stand"; +/* 81:41 */waypoints[76].children[0] = 71; +/* 81:41 */waypoints[76].children[1] = 75; +/* 81:41 */waypoints[76].children[2] = 69; +/* 81:41 */waypoints[76].children[3] = 77; +/* 81:41 */waypoints[77] = spawnstruct(); +/* 81:41 */waypoints[77].origin = (506.566, -488.628, 51.0875); +/* 81:41 */waypoints[77].type = "stand"; +/* 81:41 */waypoints[77].children[0] = 78; +/* 81:41 */waypoints[77].children[1] = 75; +/* 81:41 */waypoints[77].children[2] = 76; +/* 81:41 */waypoints[77].children[3] = 79; +/* 81:41 */waypoints[77].children[4] = 80; +/* 81:41 */waypoints[77].children[5] = 146; +/* 81:41 */waypoints[77].children[6] = 150; +/* 81:41 */waypoints[77].children[7] = 164; +/* 81:41 */waypoints[78] = spawnstruct(); +/* 81:41 */waypoints[78].origin = (359.968, -543.997, 45.4131); +/* 81:41 */waypoints[78].type = "stand"; +/* 81:41 */waypoints[78].children[0] = 79; +/* 81:41 */waypoints[78].children[1] = 77; +/* 81:41 */waypoints[78].children[2] = 82; +/* 81:41 */waypoints[78].children[3] = 139; +/* 81:41 */waypoints[79] = spawnstruct(); +/* 81:41 */waypoints[79].origin = (281.901, -403.534, 57.267); +/* 81:41 */waypoints[79].type = "stand"; +/* 81:41 */waypoints[79].children[0] = 78; +/* 81:41 */waypoints[79].children[1] = 77; +/* 81:41 */waypoints[79].children[2] = 80; +/* 81:41 */waypoints[80] = spawnstruct(); +/* 81:41 */waypoints[80].origin = (98.1417, -408.821, 63.3645); +/* 81:41 */waypoints[80].type = "stand"; +/* 81:41 */waypoints[80].children[0] = 79; +/* 81:41 */waypoints[80].children[1] = 81; +/* 81:41 */waypoints[80].children[2] = 77; +/* 81:41 */waypoints[80].children[3] = 122; +/* 81:41 */waypoints[80].children[4] = 140; +/* 81:41 */waypoints[81] = spawnstruct(); +/* 81:41 */waypoints[81].origin = (-24.1537, -335.244, 69.851); +/* 81:41 */waypoints[81].type = "stand"; +/* 81:41 */waypoints[81].children[0] = 80; +/* 81:41 */waypoints[81].children[1] = 121; +/* 81:41 */waypoints[81].children[2] = 139; +/* 81:41 */waypoints[82] = spawnstruct(); +/* 81:41 */waypoints[82].origin = (164.963, -631.609, 32.2004); +/* 81:41 */waypoints[82].type = "stand"; +/* 81:41 */waypoints[82].children[0] = 83; +/* 81:41 */waypoints[82].children[1] = 78; +/* 81:41 */waypoints[82].children[2] = 154; +/* 81:41 */waypoints[83] = spawnstruct(); +/* 81:41 */waypoints[83].origin = (140.114, -863.597, 25.3336); +/* 81:41 */waypoints[83].type = "stand"; +/* 81:41 */waypoints[83].children[0] = 69; +/* 81:41 */waypoints[83].children[1] = 82; +/* 81:41 */waypoints[83].children[2] = 84; +/* 81:41 */waypoints[83].children[3] = 85; +/* 81:41 */waypoints[84] = spawnstruct(); +/* 81:41 */waypoints[84].origin = (-304.579, -1125.73, 37.8165); +/* 81:41 */waypoints[84].type = "stand"; +/* 81:41 */waypoints[84].children[0] = 83; +/* 81:41 */waypoints[84].children[1] = 86; +/* 81:41 */waypoints[84].children[2] = 90; +/* 81:41 */waypoints[84].children[3] = 96; +/* 81:41 */waypoints[85] = spawnstruct(); +/* 81:41 */waypoints[85].origin = (-143.747, -749.67, 11.2883); +/* 81:41 */waypoints[85].type = "stand"; +/* 81:41 */waypoints[85].children[0] = 83; +/* 81:41 */waypoints[85].children[1] = 86; +/* 81:41 */waypoints[85].children[2] = 98; +/* 81:41 */waypoints[86] = spawnstruct(); +/* 81:41 */waypoints[86].origin = (-505.974, -921.315, 3.12229); +/* 81:41 */waypoints[86].type = "stand"; +/* 81:41 */waypoints[86].children[0] = 85; +/* 81:41 */waypoints[86].children[1] = 84; +/* 81:41 */waypoints[86].children[2] = 87; +/* 81:41 */waypoints[86].children[3] = 90; +/* 81:41 */waypoints[86].children[4] = 98; +/* 81:41 */waypoints[86].children[5] = 99; +/* 81:41 */waypoints[86].children[6] = 104; +/* 81:41 */waypoints[87] = spawnstruct(); +/* 81:41 */waypoints[87].origin = (-546.221, -1131.82, 38.9551); +/* 81:41 */waypoints[87].type = "stand"; +/* 81:41 */waypoints[87].children[0] = 88; +/* 81:41 */waypoints[87].children[1] = 86; +/* 81:41 */waypoints[87].children[2] = 90; +/* 81:41 */waypoints[87].children[3] = 93; +/* 81:41 */waypoints[87].children[4] = 98; +/* 81:41 */waypoints[87].children[5] = 104; +/* 81:41 */waypoints[87].children[6] = 210; +/* 81:41 */waypoints[88] = spawnstruct(); +/* 81:41 */waypoints[88].origin = (-457.649, -1470.47, 40.0741); +/* 81:41 */waypoints[88].type = "stand"; +/* 81:41 */waypoints[88].children[0] = 89; +/* 81:41 */waypoints[88].children[1] = 87; +/* 81:41 */waypoints[88].children[2] = 94; +/* 81:41 */waypoints[89] = spawnstruct(); +/* 81:41 */waypoints[89].origin = (-470.603, -1720.1, 42.1634); +/* 81:41 */waypoints[89].type = "stand"; +/* 81:41 */waypoints[89].children[0] = 88; +/* 81:41 */waypoints[89].children[1] = 67; +/* 81:41 */waypoints[89].children[2] = 92; +/* 81:41 */waypoints[89].children[3] = 93; +/* 81:41 */waypoints[89].children[4] = 94; +/* 81:41 */waypoints[90] = spawnstruct(); +/* 81:41 */waypoints[90].origin = (-453.746, -1051.99, 28.0194); +/* 81:41 */waypoints[90].type = "stand"; +/* 81:41 */waypoints[90].children[0] = 87; +/* 81:41 */waypoints[90].children[1] = 84; +/* 81:41 */waypoints[90].children[2] = 86; +/* 81:41 */waypoints[90].children[3] = 104; +/* 81:41 */waypoints[91] = spawnstruct(); +/* 81:41 */waypoints[91].origin = (201.476, -1300.66, 36.1249); +/* 81:41 */waypoints[91].type = "stand"; +/* 81:41 */waypoints[91].children[0] = 69; +/* 81:41 */waypoints[91].children[1] = 92; +/* 81:41 */waypoints[91].children[2] = 93; +/* 81:41 */waypoints[91].children[3] = 94; +/* 81:41 */waypoints[91].children[4] = 209; +/* 81:41 */waypoints[91].children[5] = 211; +/* 81:41 */waypoints[92] = spawnstruct(); +/* 81:41 */waypoints[92].origin = (209.38, -1703.73, 36.0891); +/* 81:41 */waypoints[92].type = "stand"; +/* 81:41 */waypoints[92].children[0] = 91; +/* 81:41 */waypoints[92].children[1] = 67; +/* 81:41 */waypoints[92].children[2] = 89; +/* 81:41 */waypoints[92].children[3] = 197; +/* 81:41 */waypoints[93] = spawnstruct(); +/* 81:41 */waypoints[93].origin = (-465.957, -1296.23, 36.058); +/* 81:41 */waypoints[93].type = "stand"; +/* 81:41 */waypoints[93].children[0] = 87; +/* 81:41 */waypoints[93].children[1] = 89; +/* 81:41 */waypoints[93].children[2] = 91; +/* 81:41 */waypoints[93].children[3] = 210; +/* 81:41 */waypoints[94] = spawnstruct(); +/* 81:41 */waypoints[94].origin = (-147.56, -1472.06, 36.0194); +/* 81:41 */waypoints[94].type = "stand"; +/* 81:41 */waypoints[94].children[0] = 88; +/* 81:41 */waypoints[94].children[1] = 91; +/* 81:41 */waypoints[94].children[2] = 67; +/* 81:41 */waypoints[94].children[3] = 89; +/* 81:41 */waypoints[94].children[4] = 211; +/* 81:41 */waypoints[95] = spawnstruct(); +/* 81:41 */waypoints[95].origin = (-856.11, -583.771, 0.85519); +/* 81:41 */waypoints[95].type = "stand"; +/* 81:41 */waypoints[95].children[0] = 96; +/* 81:41 */waypoints[95].children[1] = 99; +/* 81:41 */waypoints[95].children[2] = 106; +/* 81:41 */waypoints[95].children[3] = 107; +/* 81:41 */waypoints[96] = spawnstruct(); +/* 81:41 */waypoints[96].origin = (-551.138, -585.408, 35.8178); +/* 81:41 */waypoints[96].type = "stand"; +/* 81:41 */waypoints[96].children[0] = 84; +/* 81:41 */waypoints[96].children[1] = 97; +/* 81:41 */waypoints[96].children[2] = 95; +/* 81:41 */waypoints[97] = spawnstruct(); +/* 81:41 */waypoints[97].origin = (-342.458, -552.799, 32.016); +/* 81:41 */waypoints[97].type = "stand"; +/* 81:41 */waypoints[97].children[0] = 96; +/* 81:41 */waypoints[97].children[1] = 98; +/* 81:41 */waypoints[98] = spawnstruct(); +/* 81:41 */waypoints[98].origin = (-263.285, -827.871, 9.69877); +/* 81:41 */waypoints[98].type = "stand"; +/* 81:41 */waypoints[98].children[0] = 86; +/* 81:41 */waypoints[98].children[1] = 85; +/* 81:41 */waypoints[98].children[2] = 87; +/* 81:41 */waypoints[98].children[3] = 97; +/* 81:41 */waypoints[99] = spawnstruct(); +/* 81:41 */waypoints[99].origin = (-896.373, -815.196, -15.3302); +/* 81:41 */waypoints[99].type = "stand"; +/* 81:41 */waypoints[99].children[0] = 86; +/* 81:41 */waypoints[99].children[1] = 95; +/* 81:41 */waypoints[99].children[2] = 105; +/* 81:41 */waypoints[99].children[3] = 103; +/* 81:41 */waypoints[100] = spawnstruct(); +/* 81:41 */waypoints[100].origin = (-1045.28, -1039.08, -3.3491); +/* 81:41 */waypoints[100].type = "stand"; +/* 81:41 */waypoints[100].children[0] = 101; +/* 81:41 */waypoints[100].children[1] = 104; +/* 81:41 */waypoints[100].children[2] = 105; +/* 81:41 */waypoints[101] = spawnstruct(); +/* 81:41 */waypoints[101].origin = (-1365.87, -1069.45, -21.6978); +/* 81:41 */waypoints[101].type = "stand"; +/* 81:41 */waypoints[101].children[0] = 100; +/* 81:41 */waypoints[101].children[1] = 103; +/* 81:41 */waypoints[102] = spawnstruct(); +/* 81:41 */waypoints[102].origin = (-1344.63, -582.703, -27.4173); +/* 81:41 */waypoints[102].type = "stand"; +/* 81:41 */waypoints[102].children[0] = 103; +/* 81:41 */waypoints[102].children[1] = 106; +/* 81:41 */waypoints[103] = spawnstruct(); +/* 81:41 */waypoints[103].origin = (-1344.48, -742.236, -31.4926); +/* 81:41 */waypoints[103].type = "stand"; +/* 81:41 */waypoints[103].children[0] = 101; +/* 81:41 */waypoints[103].children[1] = 102; +/* 81:41 */waypoints[103].children[2] = 99; +/* 81:41 */waypoints[104] = spawnstruct(); +/* 81:41 */waypoints[104].origin = (-892.087, -983.153, 1.71728); +/* 81:41 */waypoints[104].type = "stand"; +/* 81:41 */waypoints[104].children[0] = 87; +/* 81:41 */waypoints[104].children[1] = 90; +/* 81:41 */waypoints[104].children[2] = 86; +/* 81:41 */waypoints[104].children[3] = 100; +/* 81:41 */waypoints[105] = spawnstruct(); +/* 81:41 */waypoints[105].origin = (-1004.77, -860.439, -21.0143); +/* 81:41 */waypoints[105].type = "stand"; +/* 81:41 */waypoints[105].children[0] = 100; +/* 81:41 */waypoints[105].children[1] = 99; +/* 81:41 */waypoints[105].children[2] = 106; +/* 81:41 */waypoints[106] = spawnstruct(); +/* 81:41 */waypoints[106].origin = (-1084.75, -556.286, -19.2455); +/* 81:41 */waypoints[106].type = "stand"; +/* 81:41 */waypoints[106].children[0] = 102; +/* 81:41 */waypoints[106].children[1] = 105; +/* 81:41 */waypoints[106].children[2] = 95; +/* 81:41 */waypoints[106].children[3] = 108; +/* 81:41 */waypoints[107] = spawnstruct(); +/* 81:41 */waypoints[107].origin = (-848.36, -263.509, -23.6789); +/* 81:41 */waypoints[107].type = "stand"; +/* 81:41 */waypoints[107].children[0] = 95; +/* 81:41 */waypoints[107].children[1] = 108; +/* 81:41 */waypoints[107].children[2] = 110; +/* 81:41 */waypoints[107].children[3] = 115; +/* 81:41 */waypoints[107].children[4] = 207; +/* 81:41 */waypoints[108] = spawnstruct(); +/* 81:41 */waypoints[108].origin = (-1085.62, -426.439, -22.4431); +/* 81:41 */waypoints[108].type = "stand"; +/* 81:41 */waypoints[108].children[0] = 106; +/* 81:41 */waypoints[108].children[1] = 107; +/* 81:41 */waypoints[108].children[2] = 117; +/* 81:41 */waypoints[108].children[3] = 207; +/* 81:41 */waypoints[108].children[4] = 115; +/* 81:41 */waypoints[109] = spawnstruct(); +/* 81:41 */waypoints[109].origin = (-839.434, 62.8039, 69.125); +/* 81:41 */waypoints[109].type = "stand"; +/* 81:41 */waypoints[109].children[0] = 110; +/* 81:41 */waypoints[109].children[1] = 125; +/* 81:41 */waypoints[109].children[2] = 212; +/* 81:41 */waypoints[109].children[3] = 111; +/* 81:41 */waypoints[109].children[4] = 216; +/* 81:41 */waypoints[110] = spawnstruct(); +/* 81:41 */waypoints[110].origin = (-857.748, -52.2706, 69.125); +/* 81:41 */waypoints[110].type = "stand"; +/* 81:41 */waypoints[110].children[0] = 111; +/* 81:41 */waypoints[110].children[1] = 109; +/* 81:41 */waypoints[110].children[2] = 107; +/* 81:41 */waypoints[111] = spawnstruct(); +/* 81:41 */waypoints[111].origin = (-951.16, 3.415, 69.125); +/* 81:41 */waypoints[111].type = "stand"; +/* 81:41 */waypoints[111].children[0] = 112; +/* 81:41 */waypoints[111].children[1] = 110; +/* 81:41 */waypoints[111].children[2] = 124; +/* 81:41 */waypoints[111].children[3] = 109; +/* 81:41 */waypoints[111].children[4] = 216; +/* 81:41 */waypoints[112] = spawnstruct(); +/* 81:41 */waypoints[112].origin = (-951.23, 221.69, 165.125); +/* 81:41 */waypoints[112].type = "stand"; +/* 81:41 */waypoints[112].children[0] = 113; +/* 81:41 */waypoints[112].children[1] = 111; +/* 81:41 */waypoints[113] = spawnstruct(); +/* 81:41 */waypoints[113].origin = (-711.728, 222.657, 229.125); +/* 81:41 */waypoints[113].type = "stand"; +/* 81:41 */waypoints[113].children[0] = 112; +/* 81:41 */waypoints[113].children[1] = 118; +/* 81:41 */waypoints[113].children[2] = 208; +/* 81:41 */waypoints[114] = spawnstruct(); +/* 81:41 */waypoints[114].origin = (-1043.5, -52.9783, -26.9345); +/* 81:41 */waypoints[114].type = "stand"; +/* 81:41 */waypoints[114].children[0] = 115; +/* 81:41 */waypoints[115] = spawnstruct(); +/* 81:41 */waypoints[115].origin = (-1033.44, -168.512, -26.9142); +/* 81:41 */waypoints[115].type = "stand"; +/* 81:41 */waypoints[115].children[0] = 116; +/* 81:41 */waypoints[115].children[1] = 107; +/* 81:41 */waypoints[115].children[2] = 114; +/* 81:41 */waypoints[115].children[3] = 207; +/* 81:41 */waypoints[115].children[4] = 108; +/* 81:41 */waypoints[116] = spawnstruct(); +/* 81:41 */waypoints[116].origin = (-1314.88, -177.125, -26.875); +/* 81:41 */waypoints[116].type = "stand"; +/* 81:41 */waypoints[116].children[0] = 117; +/* 81:41 */waypoints[116].children[1] = 115; +/* 81:41 */waypoints[117] = spawnstruct(); +/* 81:41 */waypoints[117].origin = (-1302.47, -432.507, -22.875); +/* 81:41 */waypoints[117].type = "stand"; +/* 81:41 */waypoints[117].children[0] = 108; +/* 81:41 */waypoints[117].children[1] = 116; +/* 81:41 */waypoints[117].children[2] = 196; +/* 81:41 */waypoints[118] = spawnstruct(); +/* 81:41 */waypoints[118].origin = (-424.792, 203.312, 229.125); +/* 81:41 */waypoints[118].type = "stand"; +/* 81:41 */waypoints[118].children[0] = 113; +/* 81:41 */waypoints[118].children[1] = 120; +/* 81:41 */waypoints[118].children[2] = 119; +/* 81:41 */waypoints[118].children[3] = 204; +/* 81:41 */waypoints[118].children[4] = 205; +/* 81:41 */waypoints[119] = spawnstruct(); +/* 81:41 */waypoints[119].origin = (-424.879, 395.57, 229.125); +/* 81:41 */waypoints[119].type = "stand"; +/* 81:41 */waypoints[119].children[0] = 130; +/* 81:41 */waypoints[119].children[1] = 129; +/* 81:41 */waypoints[119].children[2] = 118; +/* 81:41 */waypoints[120] = spawnstruct(); +/* 81:41 */waypoints[120].origin = (-14.2445, 150.458, 229.125); +/* 81:41 */waypoints[120].type = "stand"; +/* 81:41 */waypoints[120].children[0] = 118; +/* 81:41 */waypoints[120].children[1] = 121; +/* 81:41 */waypoints[120].children[2] = 136; +/* 81:41 */waypoints[121] = spawnstruct(); +/* 81:41 */waypoints[121].origin = (-24.5178, -43.2078, 229.125); +/* 81:41 */waypoints[121].type = "stand"; +/* 81:41 */waypoints[121].children[0] = 120; +/* 81:41 */waypoints[121].children[1] = 81; +/* 81:41 */waypoints[122] = spawnstruct(); +/* 81:41 */waypoints[122].origin = (113.744, -25.8764, 69.3431); +/* 81:41 */waypoints[122].type = "stand"; +/* 81:41 */waypoints[122].children[0] = 123; +/* 81:41 */waypoints[122].children[1] = 80; +/* 81:41 */waypoints[122].children[2] = 124; +/* 81:41 */waypoints[122].children[3] = 140; +/* 81:41 */waypoints[122].children[4] = 146; +/* 81:41 */waypoints[123] = spawnstruct(); +/* 81:41 */waypoints[123].origin = (276.579, 7.32393, 73.5874); +/* 81:41 */waypoints[123].type = "stand"; +/* 81:41 */waypoints[123].children[0] = 122; +/* 81:41 */waypoints[123].children[1] = 124; +/* 81:41 */waypoints[123].children[2] = 138; +/* 81:41 */waypoints[123].children[3] = 140; +/* 81:41 */waypoints[123].children[4] = 148; +/* 81:41 */waypoints[124] = spawnstruct(); +/* 81:41 */waypoints[124].origin = (114.036, 151.951, 69.7277); +/* 81:41 */waypoints[124].type = "stand"; +/* 81:41 */waypoints[124].children[0] = 122; +/* 81:41 */waypoints[124].children[1] = 123; +/* 81:41 */waypoints[124].children[2] = 125; +/* 81:41 */waypoints[124].children[3] = 111; +/* 81:41 */waypoints[124].children[4] = 143; +/* 81:41 */waypoints[124].children[5] = 145; +/* 81:41 */waypoints[124].children[6] = 212; +/* 81:41 */waypoints[125] = spawnstruct(); +/* 81:41 */waypoints[125].origin = (-438.591, 159.234, 69.125); +/* 81:41 */waypoints[125].type = "stand"; +/* 81:41 */waypoints[125].children[0] = 124; +/* 81:41 */waypoints[125].children[1] = 109; +/* 81:41 */waypoints[125].children[2] = 126; +/* 81:41 */waypoints[125].children[3] = 195; +/* 81:41 */waypoints[125].children[4] = 212; +/* 81:41 */waypoints[125].children[5] = 217; +/* 81:41 */waypoints[125].children[6] = 218; +/* 81:41 */waypoints[126] = spawnstruct(); +/* 81:41 */waypoints[126].origin = (-430.7, 443.771, 69.1517); +/* 81:41 */waypoints[126].type = "stand"; +/* 81:41 */waypoints[126].children[0] = 5; +/* 81:41 */waypoints[126].children[1] = 127; +/* 81:41 */waypoints[126].children[2] = 125; +/* 81:41 */waypoints[126].children[3] = 132; +/* 81:41 */waypoints[126].children[4] = 217; +/* 81:41 */waypoints[127] = spawnstruct(); +/* 81:41 */waypoints[127].origin = (-260.24, 894.199, 81.1738); +/* 81:41 */waypoints[127].type = "stand"; +/* 81:41 */waypoints[127].children[0] = 126; +/* 81:41 */waypoints[127].children[1] = 128; +/* 81:41 */waypoints[127].children[2] = 5; +/* 81:41 */waypoints[127].children[3] = 9; +/* 81:41 */waypoints[128] = spawnstruct(); +/* 81:41 */waypoints[128].origin = (-216.503, 683.367, 85.2136); +/* 81:41 */waypoints[128].type = "stand"; +/* 81:41 */waypoints[128].children[0] = 127; +/* 81:41 */waypoints[128].children[1] = 129; +/* 81:41 */waypoints[128].children[2] = 131; +/* 81:41 */waypoints[129] = spawnstruct(); +/* 81:41 */waypoints[129].origin = (-209.062, 409.758, 229.125); +/* 81:41 */waypoints[129].type = "stand"; +/* 81:41 */waypoints[129].children[0] = 119; +/* 81:41 */waypoints[129].children[1] = 128; +/* 81:41 */waypoints[130] = spawnstruct(); +/* 81:41 */waypoints[130].origin = (-655.745, 412.329, 229.125); +/* 81:41 */waypoints[130].type = "stand"; +/* 81:41 */waypoints[130].children[0] = 131; +/* 81:41 */waypoints[130].children[1] = 119; +/* 81:41 */waypoints[131] = spawnstruct(); +/* 81:41 */waypoints[131].origin = (-656.786, 717.483, 69.125); +/* 81:41 */waypoints[131].type = "stand"; +/* 81:41 */waypoints[131].children[0] = 132; +/* 81:41 */waypoints[131].children[1] = 130; +/* 81:41 */waypoints[131].children[2] = 128; +/* 81:41 */waypoints[131].children[3] = 5; +/* 81:41 */waypoints[132] = spawnstruct(); +/* 81:41 */waypoints[132].origin = (-512.475, 685.884, 71.0416); +/* 81:41 */waypoints[132].type = "stand"; +/* 81:41 */waypoints[132].children[0] = 126; +/* 81:41 */waypoints[132].children[1] = 131; +/* 81:41 */waypoints[132].children[2] = 5; +/* 81:41 */waypoints[133] = spawnstruct(); +/* 81:41 */waypoints[133].origin = (129.966, 886.586, 88.4574); +/* 81:41 */waypoints[133].type = "stand"; +/* 81:41 */waypoints[133].children[0] = 9; +/* 81:41 */waypoints[133].children[1] = 134; +/* 81:41 */waypoints[133].children[2] = 143; +/* 81:41 */waypoints[134] = spawnstruct(); +/* 81:41 */waypoints[134].origin = (130.414, 721.662, 73.1627); +/* 81:41 */waypoints[134].type = "stand"; +/* 81:41 */waypoints[134].children[0] = 135; +/* 81:41 */waypoints[134].children[1] = 133; +/* 81:41 */waypoints[134].children[2] = 137; +/* 81:41 */waypoints[134].children[3] = 141; +/* 81:41 */waypoints[135] = spawnstruct(); +/* 81:41 */waypoints[135].origin = (-35.5021, 615.053, 69.125); +/* 81:41 */waypoints[135].type = "stand"; +/* 81:41 */waypoints[135].children[0] = 136; +/* 81:41 */waypoints[135].children[1] = 134; +/* 81:41 */waypoints[136] = spawnstruct(); +/* 81:41 */waypoints[136].origin = (-35.3151, 345.353, 229.125); +/* 81:41 */waypoints[136].type = "stand"; +/* 81:41 */waypoints[136].children[0] = 120; +/* 81:41 */waypoints[136].children[1] = 135; +/* 81:41 */waypoints[137] = spawnstruct(); +/* 81:41 */waypoints[137].origin = (428.857, 708.023, 54.5165); +/* 81:41 */waypoints[137].type = "stand"; +/* 81:41 */waypoints[137].children[0] = 9; +/* 81:41 */waypoints[137].children[1] = 134; +/* 81:41 */waypoints[137].children[2] = 141; +/* 81:41 */waypoints[137].children[3] = 147; +/* 81:41 */waypoints[137].children[4] = 144; +/* 81:41 */waypoints[138] = spawnstruct(); +/* 81:41 */waypoints[138].origin = (343.999, 187.057, 83.6998); +/* 81:41 */waypoints[138].type = "stand"; +/* 81:41 */waypoints[138].children[0] = 123; +/* 81:41 */waypoints[138].children[1] = 141; +/* 81:41 */waypoints[138].children[2] = 144; +/* 81:41 */waypoints[138].children[3] = 145; +/* 81:41 */waypoints[138].children[4] = 146; +/* 81:41 */waypoints[139] = spawnstruct(); +/* 81:41 */waypoints[139].origin = (333.74, -240.01, 72.9785); +/* 81:41 */waypoints[139].type = "stand"; +/* 81:41 */waypoints[139].children[0] = 78; +/* 81:41 */waypoints[139].children[1] = 140; +/* 81:41 */waypoints[139].children[2] = 81; +/* 81:41 */waypoints[140] = spawnstruct(); +/* 81:41 */waypoints[140].origin = (106.668, -197.912, 73.5073); +/* 81:41 */waypoints[140].type = "stand"; +/* 81:41 */waypoints[140].children[0] = 139; +/* 81:41 */waypoints[140].children[1] = 80; +/* 81:41 */waypoints[140].children[2] = 122; +/* 81:41 */waypoints[140].children[3] = 123; +/* 81:41 */waypoints[141] = spawnstruct(); +/* 81:41 */waypoints[141].origin = (319.803, 712.474, 56.1943); +/* 81:41 */waypoints[141].type = "stand"; +/* 81:41 */waypoints[141].children[0] = 138; +/* 81:41 */waypoints[141].children[1] = 144; +/* 81:41 */waypoints[141].children[2] = 137; +/* 81:41 */waypoints[141].children[3] = 134; +/* 81:41 */waypoints[142] = spawnstruct(); +/* 81:41 */waypoints[142].origin = (203.514, 547.678, 69.6976); +/* 81:41 */waypoints[142].type = "stand"; +/* 81:41 */waypoints[142].children[0] = 144; +/* 81:41 */waypoints[142].children[1] = 143; +/* 81:41 */waypoints[143] = spawnstruct(); +/* 81:41 */waypoints[143].origin = (67.4711, 547.517, 72.4532); +/* 81:41 */waypoints[143].type = "stand"; +/* 81:41 */waypoints[143].children[0] = 142; +/* 81:41 */waypoints[143].children[1] = 124; +/* 81:41 */waypoints[143].children[2] = 133; +/* 81:41 */waypoints[144] = spawnstruct(); +/* 81:41 */waypoints[144].origin = (338.706, 555.188, 70.4899); +/* 81:41 */waypoints[144].type = "stand"; +/* 81:41 */waypoints[144].children[0] = 138; +/* 81:41 */waypoints[144].children[1] = 141; +/* 81:41 */waypoints[144].children[2] = 142; +/* 81:41 */waypoints[144].children[3] = 145; +/* 81:41 */waypoints[144].children[4] = 137; +/* 81:41 */waypoints[145] = spawnstruct(); +/* 81:41 */waypoints[145].origin = (225.712, 294.007, 73.9272); +/* 81:41 */waypoints[145].type = "stand"; +/* 81:41 */waypoints[145].children[0] = 124; +/* 81:41 */waypoints[145].children[1] = 138; +/* 81:41 */waypoints[145].children[2] = 144; +/* 81:41 */waypoints[146] = spawnstruct(); +/* 81:41 */waypoints[146].origin = (517.945, 166.357, 94.6203); +/* 81:41 */waypoints[146].type = "stand"; +/* 81:41 */waypoints[146].children[0] = 77; +/* 81:41 */waypoints[146].children[1] = 138; +/* 81:41 */waypoints[146].children[2] = 122; +/* 81:41 */waypoints[146].children[3] = 147; +/* 81:41 */waypoints[146].children[4] = 148; +/* 81:41 */waypoints[146].children[5] = 150; +/* 81:41 */waypoints[147] = spawnstruct(); +/* 81:41 */waypoints[147].origin = (501.905, 577.634, 57.0328); +/* 81:41 */waypoints[147].type = "stand"; +/* 81:41 */waypoints[147].children[0] = 146; +/* 81:41 */waypoints[147].children[1] = 137; +/* 81:41 */waypoints[147].children[2] = 148; +/* 81:41 */waypoints[148] = spawnstruct(); +/* 81:41 */waypoints[148].origin = (648.267, 327.991, 71.4454); +/* 81:41 */waypoints[148].type = "stand"; +/* 81:41 */waypoints[148].children[0] = 146; +/* 81:41 */waypoints[148].children[1] = 123; +/* 81:41 */waypoints[148].children[2] = 149; +/* 81:41 */waypoints[148].children[3] = 147; +/* 81:41 */waypoints[149] = spawnstruct(); +/* 81:41 */waypoints[149].origin = (1094.75, 355.717, 82.3193); +/* 81:41 */waypoints[149].type = "stand"; +/* 81:41 */waypoints[149].children[0] = 148; +/* 81:41 */waypoints[149].children[1] = 19; +/* 81:41 */waypoints[149].children[2] = 184; +/* 81:41 */waypoints[150] = spawnstruct(); +/* 81:41 */waypoints[150].origin = (500.63, -72.5203, 75.298); +/* 81:41 */waypoints[150].type = "stand"; +/* 81:41 */waypoints[150].children[0] = 77; +/* 81:41 */waypoints[150].children[1] = 151; +/* 81:41 */waypoints[150].children[2] = 146; +/* 81:41 */waypoints[151] = spawnstruct(); +/* 81:41 */waypoints[151].origin = (794.188, -79.0932, 74.3542); +/* 81:41 */waypoints[151].type = "stand"; +/* 81:41 */waypoints[151].children[0] = 150; +/* 81:41 */waypoints[151].children[1] = 153; +/* 81:41 */waypoints[151].children[2] = 152; +/* 81:41 */waypoints[152] = spawnstruct(); +/* 81:41 */waypoints[152].origin = (957.533, -161.246, 62.314); +/* 81:41 */waypoints[152].type = "stand"; +/* 81:41 */waypoints[152].children[0] = 151; +/* 81:41 */waypoints[152].children[1] = 153; +/* 81:41 */waypoints[152].children[2] = 75; +/* 81:41 */waypoints[153] = spawnstruct(); +/* 81:41 */waypoints[153].origin = (1210.63, -381.548, 53.2552); +/* 81:41 */waypoints[153].type = "stand"; +/* 81:41 */waypoints[153].children[0] = 74; +/* 81:41 */waypoints[153].children[1] = 151; +/* 81:41 */waypoints[153].children[2] = 152; +/* 81:41 */waypoints[154] = spawnstruct(); +/* 81:41 */waypoints[154].origin = (-203.717, -642.688, -119.875); +/* 81:41 */waypoints[154].type = "stand"; +/* 81:41 */waypoints[154].children[0] = 82; +/* 81:41 */waypoints[154].children[1] = 156; +/* 81:41 */waypoints[154].children[2] = 155; +/* 81:41 */waypoints[155] = spawnstruct(); +/* 81:41 */waypoints[155].origin = (-199.426, -921.402, -135.875); +/* 81:41 */waypoints[155].type = "stand"; +/* 81:41 */waypoints[155].children[0] = 156; +/* 81:41 */waypoints[155].children[1] = 154; +/* 81:41 */waypoints[156] = spawnstruct(); +/* 81:41 */waypoints[156].origin = (-204.777, -1089.19, -175.875); +/* 81:41 */waypoints[156].type = "stand"; +/* 81:41 */waypoints[156].children[0] = 154; +/* 81:41 */waypoints[156].children[1] = 155; +/* 81:41 */waypoints[156].children[2] = 157; +/* 81:41 */waypoints[157] = spawnstruct(); +/* 81:41 */waypoints[157].origin = (30.6019, -1090.99, -175.875); +/* 81:41 */waypoints[157].type = "stand"; +/* 81:41 */waypoints[157].children[0] = 156; +/* 81:41 */waypoints[157].children[1] = 158; +/* 81:41 */waypoints[158] = spawnstruct(); +/* 81:41 */waypoints[158].origin = (350.491, -1089.62, -162.701); +/* 81:41 */waypoints[158].type = "stand"; +/* 81:41 */waypoints[158].children[0] = 159; +/* 81:41 */waypoints[158].children[1] = 157; +/* 81:41 */waypoints[158].children[2] = 162; +/* 81:41 */waypoints[158].children[3] = 203; +/* 81:41 */waypoints[159] = spawnstruct(); +/* 81:41 */waypoints[159].origin = (697.045, -1097.78, -175.961); +/* 81:41 */waypoints[159].type = "stand"; +/* 81:41 */waypoints[159].children[0] = 160; +/* 81:41 */waypoints[159].children[1] = 158; +/* 81:41 */waypoints[160] = spawnstruct(); +/* 81:41 */waypoints[160].origin = (806.462, -1097.25, -174.302); +/* 81:41 */waypoints[160].type = "stand"; +/* 81:41 */waypoints[160].children[0] = 159; +/* 81:41 */waypoints[160].children[1] = 161; +/* 81:41 */waypoints[161] = spawnstruct(); +/* 81:41 */waypoints[161].origin = (1049.24, -1109.7, -101.098); +/* 81:41 */waypoints[161].type = "stand"; +/* 81:41 */waypoints[161].children[0] = 70; +/* 81:41 */waypoints[161].children[1] = 160; +/* 81:41 */waypoints[162] = spawnstruct(); +/* 81:41 */waypoints[162].origin = (353.073, -736.926, -175.875); +/* 81:41 */waypoints[162].type = "stand"; +/* 81:41 */waypoints[162].children[0] = 158; +/* 81:41 */waypoints[162].children[1] = 163; +/* 81:41 */waypoints[162].children[2] = 165; +/* 81:41 */waypoints[163] = spawnstruct(); +/* 81:41 */waypoints[163].origin = (626.228, -281.768, -128.452); +/* 81:41 */waypoints[163].type = "stand"; +/* 81:41 */waypoints[163].children[0] = 162; +/* 81:41 */waypoints[163].children[1] = 164; +/* 81:41 */waypoints[163].children[2] = 165; +/* 81:41 */waypoints[163].children[3] = 167; +/* 81:41 */waypoints[163].children[4] = 166; +/* 81:41 */waypoints[163].children[5] = 168; +/* 81:41 */waypoints[163].children[6] = 169; +/* 81:41 */waypoints[164] = spawnstruct(); +/* 81:41 */waypoints[164].origin = (854.407, -454.195, -13.1906); +/* 81:41 */waypoints[164].type = "stand"; +/* 81:41 */waypoints[164].children[0] = 75; +/* 81:41 */waypoints[164].children[1] = 163; +/* 81:41 */waypoints[164].children[2] = 167; +/* 81:41 */waypoints[164].children[3] = 77; +/* 81:41 */waypoints[165] = spawnstruct(); +/* 81:41 */waypoints[165].origin = (491.968, -444.817, -147.172); +/* 81:41 */waypoints[165].type = "stand"; +/* 81:41 */waypoints[165].children[0] = 162; +/* 81:41 */waypoints[165].children[1] = 163; +/* 81:41 */waypoints[165].children[2] = 166; +/* 81:41 */waypoints[166] = spawnstruct(); +/* 81:41 */waypoints[166].origin = (505.08, -188.844, -103.834); +/* 81:41 */waypoints[166].type = "stand"; +/* 81:41 */waypoints[166].children[0] = 167; +/* 81:41 */waypoints[166].children[1] = 165; +/* 81:41 */waypoints[166].children[2] = 163; +/* 81:41 */waypoints[166].children[3] = 188; +/* 81:41 */waypoints[167] = spawnstruct(); +/* 81:41 */waypoints[167].origin = (822.06, -213.238, -68.9509); +/* 81:41 */waypoints[167].type = "stand"; +/* 81:41 */waypoints[167].children[0] = 163; +/* 81:41 */waypoints[167].children[1] = 166; +/* 81:41 */waypoints[167].children[2] = 168; +/* 81:41 */waypoints[167].children[3] = 164; +/* 81:41 */waypoints[167].children[4] = 169; +/* 81:41 */waypoints[168] = spawnstruct(); +/* 81:41 */waypoints[168].origin = (706.518, 21.809, -136.139); +/* 81:41 */waypoints[168].type = "stand"; +/* 81:41 */waypoints[168].children[0] = 163; +/* 81:41 */waypoints[168].children[1] = 167; +/* 81:41 */waypoints[168].children[2] = 188; +/* 81:41 */waypoints[168].children[3] = 189; +/* 81:41 */waypoints[169] = spawnstruct(); +/* 81:41 */waypoints[169].origin = (817.394, 130.486, -144.355); +/* 81:41 */waypoints[169].type = "stand"; +/* 81:41 */waypoints[169].children[0] = 167; +/* 81:41 */waypoints[169].children[1] = 163; +/* 81:41 */waypoints[169].children[2] = 171; +/* 81:41 */waypoints[169].children[3] = 170; +/* 81:41 */waypoints[169].children[4] = 189; +/* 81:41 */waypoints[169].children[5] = 202; +/* 81:41 */waypoints[170] = spawnstruct(); +/* 81:41 */waypoints[170].origin = (803.566, 443.8, -128.064); +/* 81:41 */waypoints[170].type = "stand"; +/* 81:41 */waypoints[170].children[0] = 169; +/* 81:41 */waypoints[170].children[1] = 171; +/* 81:41 */waypoints[170].children[2] = 173; +/* 81:41 */waypoints[170].children[3] = 189; +/* 81:41 */waypoints[170].children[4] = 202; +/* 81:41 */waypoints[171] = spawnstruct(); +/* 81:41 */waypoints[171].origin = (1002.11, 444.115, -143.347); +/* 81:41 */waypoints[171].type = "stand"; +/* 81:41 */waypoints[171].children[0] = 169; +/* 81:41 */waypoints[171].children[1] = 170; +/* 81:41 */waypoints[171].children[2] = 172; +/* 81:41 */waypoints[172] = spawnstruct(); +/* 81:41 */waypoints[172].origin = (1177.47, 788.934, -167.717); +/* 81:41 */waypoints[172].type = "stand"; +/* 81:41 */waypoints[172].children[0] = 171; +/* 81:41 */waypoints[172].children[1] = 173; +/* 81:41 */waypoints[172].children[2] = 174; +/* 81:41 */waypoints[173] = spawnstruct(); +/* 81:41 */waypoints[173].origin = (711.007, 581.527, -112.748); +/* 81:41 */waypoints[173].type = "stand"; +/* 81:41 */waypoints[173].children[0] = 172; +/* 81:41 */waypoints[173].children[1] = 170; +/* 81:41 */waypoints[173].children[2] = 183; +/* 81:41 */waypoints[174] = spawnstruct(); +/* 81:41 */waypoints[174].origin = (1180.94, 1111.15, -175.875); +/* 81:41 */waypoints[174].type = "stand"; +/* 81:41 */waypoints[174].children[0] = 172; +/* 81:41 */waypoints[174].children[1] = 175; +/* 81:41 */waypoints[175] = spawnstruct(); +/* 81:41 */waypoints[175].origin = (1159.08, 1414.16, -175.683); +/* 81:41 */waypoints[175].type = "stand"; +/* 81:41 */waypoints[175].children[0] = 174; +/* 81:41 */waypoints[175].children[1] = 176; +/* 81:41 */waypoints[175].children[2] = 177; +/* 81:41 */waypoints[176] = spawnstruct(); +/* 81:41 */waypoints[176].origin = (383.735, 1388.39, -151.875); +/* 81:41 */waypoints[176].type = "stand"; +/* 81:41 */waypoints[176].children[0] = 175; +/* 81:41 */waypoints[176].children[1] = 187; +/* 81:41 */waypoints[177] = spawnstruct(); +/* 81:41 */waypoints[177].origin = (1558.94, 1410.6, -175.897); +/* 81:41 */waypoints[177].type = "stand"; +/* 81:41 */waypoints[177].children[0] = 175; +/* 81:41 */waypoints[177].children[1] = 178; +/* 81:41 */waypoints[178] = spawnstruct(); +/* 81:41 */waypoints[178].origin = (1678.59, 1209.39, -175.897); +/* 81:41 */waypoints[178].type = "stand"; +/* 81:41 */waypoints[178].children[0] = 177; +/* 81:41 */waypoints[178].children[1] = 179; +/* 81:41 */waypoints[179] = spawnstruct(); +/* 81:41 */waypoints[179].origin = (2006.74, 1196.9, -151.875); +/* 81:41 */waypoints[179].type = "stand"; +/* 81:41 */waypoints[179].children[0] = 180; +/* 81:41 */waypoints[179].children[1] = 178; +/* 81:41 */waypoints[180] = spawnstruct(); +/* 81:41 */waypoints[180].origin = (2006.65, 948.46, -63.875); +/* 81:41 */waypoints[180].type = "stand"; +/* 81:41 */waypoints[180].children[0] = 179; +/* 81:41 */waypoints[180].children[1] = 181; +/* 81:41 */waypoints[181] = spawnstruct(); +/* 81:41 */waypoints[181].origin = (1670.99, 935.794, 87.7462); +/* 81:41 */waypoints[181].type = "stand"; +/* 81:41 */waypoints[181].children[0] = 180; +/* 81:41 */waypoints[181].children[1] = 36; +/* 81:41 */waypoints[181].children[2] = 32; +/* 81:41 */waypoints[181].children[3] = 182; +/* 81:41 */waypoints[182] = spawnstruct(); +/* 81:41 */waypoints[182].origin = (1649.21, 1073.97, 82.6967); +/* 81:41 */waypoints[182].type = "stand"; +/* 81:41 */waypoints[182].children[0] = 181; +/* 81:41 */waypoints[182].children[1] = 24; +/* 81:41 */waypoints[182].children[2] = 36; +/* 81:41 */waypoints[183] = spawnstruct(); +/* 81:41 */waypoints[183].origin = (518.655, 998.338, 20.888); +/* 81:41 */waypoints[183].type = "stand"; +/* 81:41 */waypoints[183].children[0] = 14; +/* 81:41 */waypoints[183].children[1] = 173; +/* 81:41 */waypoints[183].children[2] = 186; +/* 81:41 */waypoints[184] = spawnstruct(); +/* 81:41 */waypoints[184].origin = (966.416, 654.439, 66.4686); +/* 81:41 */waypoints[184].type = "stand"; +/* 81:41 */waypoints[184].children[0] = 149; +/* 81:41 */waypoints[184].children[1] = 185; +/* 81:41 */waypoints[185] = spawnstruct(); +/* 81:41 */waypoints[185].origin = (831.638, 851.069, 38.1579); +/* 81:41 */waypoints[185].type = "stand"; +/* 81:41 */waypoints[185].children[0] = 18; +/* 81:41 */waypoints[185].children[1] = 186; +/* 81:41 */waypoints[185].children[2] = 184; +/* 81:41 */waypoints[186] = spawnstruct(); +/* 81:41 */waypoints[186].origin = (596.64, 836.089, -36.1222); +/* 81:41 */waypoints[186].type = "stand"; +/* 81:41 */waypoints[186].children[0] = 183; +/* 81:41 */waypoints[186].children[1] = 185; +/* 81:41 */waypoints[187] = spawnstruct(); +/* 81:41 */waypoints[187].origin = (379.522, 1616.56, -63.875); +/* 81:41 */waypoints[187].type = "stand"; +/* 81:41 */waypoints[187].children[0] = 11; +/* 81:41 */waypoints[187].children[1] = 176; +/* 81:41 */waypoints[188] = spawnstruct(); +/* 81:41 */waypoints[188].origin = (558.729, -25.117, -84.5143); +/* 81:41 */waypoints[188].type = "stand"; +/* 81:41 */waypoints[188].children[0] = 168; +/* 81:41 */waypoints[188].children[1] = 189; +/* 81:41 */waypoints[188].children[2] = 166; +/* 81:41 */waypoints[189] = spawnstruct(); +/* 81:41 */waypoints[189].origin = (662.189, 143.631, -104.365); +/* 81:41 */waypoints[189].type = "stand"; +/* 81:41 */waypoints[189].children[0] = 169; +/* 81:41 */waypoints[189].children[1] = 170; +/* 81:41 */waypoints[189].children[2] = 168; +/* 81:41 */waypoints[189].children[3] = 188; +/* 81:41 */waypoints[190] = spawnstruct(); +/* 81:41 */waypoints[190].origin = (1826.88, -454.683, 71.9899); +/* 81:41 */waypoints[190].type = "crouch"; +/* 81:41 */waypoints[190].children[0] = 51; +/* 81:41 */waypoints[190].angles = (6.42578, 143.702, 0); +/* 81:41 */waypoints[191] = spawnstruct(); +/* 81:41 */waypoints[191].origin = (1904.87, -200.875, 73.3792); +/* 81:41 */waypoints[191].type = "crouch"; +/* 81:41 */waypoints[191].children[0] = 44; +/* 81:41 */waypoints[191].angles = (2.39929, 89.4625, 0); +/* 81:41 */waypoints[192] = spawnstruct(); +/* 81:41 */waypoints[192].origin = (2096.88, 229.125, 72.288); +/* 81:41 */waypoints[192].type = "crouch"; +/* 81:41 */waypoints[192].children[0] = 45; +/* 81:41 */waypoints[192].angles = (3.93738, 134.787, 0); +/* 81:41 */waypoints[193] = spawnstruct(); +/* 81:41 */waypoints[193].origin = (2142.39, 1353.14, 80.4828); +/* 81:41 */waypoints[193].type = "stand"; +/* 81:41 */waypoints[193].children[0] = 26; +/* 81:41 */waypoints[193].children[1] = 24; +/* 81:41 */waypoints[193].children[2] = 35; +/* 81:41 */waypoints[194] = spawnstruct(); +/* 81:41 */waypoints[194].origin = (1812.88, 321.125, 73.2996); +/* 81:41 */waypoints[194].type = "crouch"; +/* 81:41 */waypoints[194].children[0] = 42; +/* 81:41 */waypoints[194].angles = (3.88794, 143.449, 0); +/* 81:41 */waypoints[195] = spawnstruct(); +/* 81:41 */waypoints[195].origin = (-725.612, -131.875, 69.125); +/* 81:41 */waypoints[195].type = "crouch"; +/* 81:41 */waypoints[195].children[0] = 125; +/* 81:41 */waypoints[195].angles = (3.88794, 43.1716, 0); +/* 81:41 */waypoints[196] = spawnstruct(); +/* 81:41 */waypoints[196].origin = (-1314.88, -499.492, -22.7352); +/* 81:41 */waypoints[196].type = "crouch"; +/* 81:41 */waypoints[196].children[0] = 117; +/* 81:41 */waypoints[196].angles = (-3.41797, 42.1828, 0); +/* 81:41 */waypoints[197] = spawnstruct(); +/* 81:41 */waypoints[197].origin = (312.875, -1848.45, 45.6107); +/* 81:41 */waypoints[197].type = "crouch"; +/* 81:41 */waypoints[197].children[0] = 92; +/* 81:41 */waypoints[197].angles = (6.77185, 139.615, 0); +/* 81:41 */waypoints[198] = spawnstruct(); +/* 81:41 */waypoints[198].origin = (1551.32, -1485.99, 56.1248); +/* 81:41 */waypoints[198].type = "crouch"; +/* 81:41 */waypoints[198].children[0] = 54; +/* 81:41 */waypoints[198].angles = (2.92664, 168.031, 0); +/* 81:41 */waypoints[199] = spawnstruct(); +/* 81:41 */waypoints[199].origin = (1596.88, -1004.74, 71.8575); +/* 81:41 */waypoints[199].type = "crouch"; +/* 81:41 */waypoints[199].children[0] = 52; +/* 81:41 */waypoints[199].angles = (4.27795, 150.53, 0); +/* 81:41 */waypoints[200] = spawnstruct(); +/* 81:41 */waypoints[200].origin = (1692.56, 217.803, 72.851); +/* 81:41 */waypoints[200].type = "claymore"; +/* 81:41 */waypoints[200].children[0] = 40; +/* 81:41 */waypoints[200].children[1] = 44; +/* 81:41 */waypoints[200].angles = (80.589, 177.589, 0); +/* 81:41 */waypoints[201] = spawnstruct(); +/* 81:41 */waypoints[201].origin = (1636.84, 290.032, 73.8082); +/* 81:41 */waypoints[201].type = "claymore"; +/* 81:41 */waypoints[201].children[0] = 43; +/* 81:41 */waypoints[201].angles = (58.2867, 157.753, 0); +/* 81:41 */waypoints[202] = spawnstruct(); +/* 81:41 */waypoints[202].origin = (757.466, 239.907, -127.863); +/* 81:41 */waypoints[202].type = "claymore"; +/* 81:41 */waypoints[202].children[0] = 169; +/* 81:41 */waypoints[202].children[1] = 170; +/* 81:41 */waypoints[202].angles = (75.0024, -10.3978, 0); +/* 81:41 */waypoints[203] = spawnstruct(); +/* 81:41 */waypoints[203].origin = (194.16, -1319.88, -159.119); +/* 81:41 */waypoints[203].type = "crouch"; +/* 81:41 */waypoints[203].children[0] = 158; +/* 81:41 */waypoints[203].angles = (4.08569, 66.6933, 0); +/* 81:41 */waypoints[204] = spawnstruct(); +/* 81:41 */waypoints[204].origin = (-154.722, -2.36982, 229.125); +/* 81:41 */waypoints[204].type = "crouch"; +/* 81:41 */waypoints[204].children[0] = 118; +/* 81:41 */waypoints[204].angles = (6.01379, 127.338, 0); +/* 81:41 */waypoints[205] = spawnstruct(); +/* 81:41 */waypoints[205].origin = (-699.15, -76.7079, 229.125); +/* 81:41 */waypoints[205].type = "crouch"; +/* 81:41 */waypoints[205].children[0] = 118; +/* 81:41 */waypoints[205].angles = (1.97083, 50.8181, 0); +/* 81:41 */waypoints[206] = spawnstruct(); +/* 81:41 */waypoints[206].origin = (-408.24, 1457.26, 80.5091); +/* 81:41 */waypoints[206].type = "claymore"; +/* 81:41 */waypoints[206].children[0] = 6; +/* 81:41 */waypoints[206].children[1] = 2; +/* 81:41 */waypoints[206].angles = (71.3605, -16.3249, 0); +/* 81:41 */waypoints[207] = spawnstruct(); +/* 81:41 */waypoints[207].origin = (-933.475, -498.017, -14.7668); +/* 81:41 */waypoints[207].type = "claymore"; +/* 81:41 */waypoints[207].children[0] = 107; +/* 81:41 */waypoints[207].children[1] = 108; +/* 81:41 */waypoints[207].children[2] = 115; +/* 81:41 */waypoints[207].angles = (82.7039, 19.095, 0); +/* 81:41 */waypoints[208] = spawnstruct(); +/* 81:41 */waypoints[208].origin = (-706.697, 268.612, 229.125); +/* 81:41 */waypoints[208].type = "claymore"; +/* 81:41 */waypoints[208].children[0] = 113; +/* 81:41 */waypoints[208].angles = (48.6902, -120.052, 0); +/* 81:41 */waypoints[209] = spawnstruct(); +/* 81:41 */waypoints[209].origin = (172.974, -1224.32, 48.2083); +/* 81:41 */waypoints[209].type = "claymore"; +/* 81:41 */waypoints[209].children[0] = 91; +/* 81:41 */waypoints[209].angles = (54.6503, -65.9996, 0); +/* 81:41 */waypoints[210] = spawnstruct(); +/* 81:41 */waypoints[210].origin = (-482.741, -1159.49, 42.2996); +/* 81:41 */waypoints[210].type = "claymore"; +/* 81:41 */waypoints[210].children[0] = 87; +/* 81:41 */waypoints[210].children[1] = 93; +/* 81:41 */waypoints[210].angles = (59.4623, -165.019, 0); +/* 81:41 */waypoints[211] = spawnstruct(); +/* 81:41 */waypoints[211].origin = (-15.1691, -1371.27, 46.9439); +/* 81:41 */waypoints[211].type = "claymore"; +/* 81:41 */waypoints[211].children[0] = 94; +/* 81:41 */waypoints[211].children[1] = 91; +/* 81:41 */waypoints[211].angles = (65.2301, -74.6898, 0); +/* 81:41 */waypoints[212] = spawnstruct(); +/* 81:41 */waypoints[212].origin = (-142.663, 136.692, 69.125); +/* 81:41 */waypoints[212].type = "stand"; +/* 81:41 */waypoints[212].children[0] = 125; +/* 81:41 */waypoints[212].children[1] = 124; +/* 81:41 */waypoints[212].children[2] = 109; +/* 81:41 */waypoints[212].children[3] = 213; +/* 81:41 */waypoints[212].children[4] = 214; +/* 81:41 */waypoints[212].children[5] = 218; +/* 81:41 */waypoints[213] = spawnstruct(); +/* 81:41 */waypoints[213].origin = (-131.533, -265.507, 69.125); +/* 81:41 */waypoints[213].type = "crouch"; +/* 81:41 */waypoints[213].children[0] = 212; +/* 81:41 */waypoints[213].angles = (6.96961, 97.4935, 0); +/* 81:41 */waypoints[214] = spawnstruct(); +/* 81:41 */waypoints[214].origin = (-144.31, -221.711, 71.125); +/* 81:41 */waypoints[214].type = "stand"; +/* 81:41 */waypoints[214].children[0] = 212; +/* 81:41 */waypoints[214].children[1] = 215; +/* 81:41 */waypoints[215] = spawnstruct(); +/* 81:41 */waypoints[215].origin = (-703.258, -233.582, 69.125); +/* 81:41 */waypoints[215].type = "stand"; +/* 81:41 */waypoints[215].children[0] = 216; +/* 81:41 */waypoints[215].children[1] = 214; +/* 81:41 */waypoints[216] = spawnstruct(); +/* 81:41 */waypoints[216].origin = (-700.039, 57.4648, 69.125); +/* 81:41 */waypoints[216].type = "stand"; +/* 81:41 */waypoints[216].children[0] = 215; +/* 81:41 */waypoints[216].children[1] = 109; +/* 81:41 */waypoints[216].children[2] = 111; +/* 81:41 */waypoints[217] = spawnstruct(); +/* 81:41 */waypoints[217].origin = (-371.96, 353.125, 69.1249); +/* 81:41 */waypoints[217].type = "claymore"; +/* 81:41 */waypoints[217].children[0] = 126; +/* 81:41 */waypoints[217].children[1] = 125; +/* 81:41 */waypoints[217].angles = (44.6362, -140.915, 0); +/* 81:41 */waypoints[218] = spawnstruct(); +/* 81:41 */waypoints[218].origin = (-351.485, 224.839, 69.1249); +/* 81:41 */waypoints[218].type = "claymore"; +/* 81:41 */waypoints[218].children[0] = 212; +/* 81:41 */waypoints[218].children[1] = 125; +/* 81:41 */waypoints[218].angles = (68.0921, -132.604, 0); +/* 81:41 */waypoints[219] = spawnstruct(); +/* 81:41 */waypoints[219].origin = (579.032, 1307.48, 110.125); +/* 81:41 */waypoints[219].type = "stand"; +/* 81:41 */waypoints[219].children[0] = 220; +/* 81:41 */waypoints[219].children[1] = 15; +/* 81:41 */waypoints[220] = spawnstruct(); +/* 81:41 */waypoints[220].origin = (348.411, 1390.84, 110.125); +/* 81:41 */waypoints[220].type = "stand"; +/* 81:41 */waypoints[220].children[0] = 219; +/* 81:41 */waypoints[220].children[1] = 221; +/* 81:41 */waypoints[221] = spawnstruct(); +/* 81:41 */waypoints[221].origin = (373.372, 1487.64, 79.9235); +/* 81:41 */waypoints[221].type = "stand"; +/* 81:41 */waypoints[221].children[0] = 13; +/* 81:41 */waypoints[221].children[1] = 220; +/* 81:41 */waypoints[221].children[2] = 15; +/* 81:41 */return waypoints; +} diff --git a/raw/maps/mp/bots/waypoints/resistance.gsc b/raw/maps/mp/bots/waypoints/resistance.gsc new file mode 100644 index 0000000..ba6dcb9 --- /dev/null +++ b/raw/maps/mp/bots/waypoints/resistance.gsc @@ -0,0 +1,1133 @@ +Resistance() +{ +/* 60:21 */waypoints = []; +/* 60:21 */waypoints[0] = spawnstruct(); +/* 60:21 */waypoints[0].origin = (-2031.35, 1535.73, 258.259); +/* 60:21 */waypoints[0].type = "stand"; +/* 60:21 */waypoints[0].children[0] = 1; +/* 60:21 */waypoints[0].children[1] = 77; +/* 60:21 */waypoints[0].children[2] = 122; +/* 60:21 */waypoints[0].children[3] = 156; +/* 60:21 */waypoints[0].children[4] = 184; +/* 60:21 */waypoints[1] = spawnstruct(); +/* 60:21 */waypoints[1].origin = (-1122.34, 1670.59, 239.038); +/* 60:21 */waypoints[1].type = "stand"; +/* 60:21 */waypoints[1].children[0] = 0; +/* 60:21 */waypoints[1].children[1] = 2; +/* 60:21 */waypoints[1].children[2] = 4; +/* 60:21 */waypoints[1].children[3] = 156; +/* 60:21 */waypoints[1].children[4] = 159; +/* 60:21 */waypoints[1].children[5] = 164; +/* 60:21 */waypoints[2] = spawnstruct(); +/* 60:21 */waypoints[2].origin = (-1048.56, 646.058, 98.9656); +/* 60:21 */waypoints[2].type = "stand"; +/* 60:21 */waypoints[2].children[0] = 1; +/* 60:21 */waypoints[2].children[1] = 3; +/* 60:21 */waypoints[2].children[2] = 60; +/* 60:21 */waypoints[2].children[3] = 74; +/* 60:21 */waypoints[2].children[4] = 80; +/* 60:21 */waypoints[3] = spawnstruct(); +/* 60:21 */waypoints[3].origin = (-919.566, 860.873, 129.267); +/* 60:21 */waypoints[3].type = "stand"; +/* 60:21 */waypoints[3].children[0] = 2; +/* 60:21 */waypoints[3].children[1] = 4; +/* 60:21 */waypoints[3].children[2] = 74; +/* 60:21 */waypoints[4] = spawnstruct(); +/* 60:21 */waypoints[4].origin = (-873.625, 1277.69, 190.526); +/* 60:21 */waypoints[4].type = "stand"; +/* 60:21 */waypoints[4].children[0] = 3; +/* 60:21 */waypoints[4].children[1] = 1; +/* 60:21 */waypoints[4].children[2] = 5; +/* 60:21 */waypoints[4].children[3] = 164; +/* 60:21 */waypoints[5] = spawnstruct(); +/* 60:21 */waypoints[5].origin = (-822.381, 1708.6, 223.76); +/* 60:21 */waypoints[5].type = "stand"; +/* 60:21 */waypoints[5].children[0] = 4; +/* 60:21 */waypoints[5].children[1] = 10; +/* 60:21 */waypoints[5].children[2] = 6; +/* 60:21 */waypoints[5].children[3] = 158; +/* 60:21 */waypoints[6] = spawnstruct(); +/* 60:21 */waypoints[6].origin = (-451.93, 1818.19, 90.7156); +/* 60:21 */waypoints[6].type = "stand"; +/* 60:21 */waypoints[6].children[0] = 5; +/* 60:21 */waypoints[6].children[1] = 7; +/* 60:21 */waypoints[7] = spawnstruct(); +/* 60:21 */waypoints[7].origin = (-283.092, 1791.93, 61.125); +/* 60:21 */waypoints[7].type = "stand"; +/* 60:21 */waypoints[7].children[0] = 6; +/* 60:21 */waypoints[7].children[1] = 12; +/* 60:21 */waypoints[7].children[2] = 165; +/* 60:21 */waypoints[8] = spawnstruct(); +/* 60:21 */waypoints[8].origin = (-397.881, 2066.62, 61.125); +/* 60:21 */waypoints[8].type = "stand"; +/* 60:21 */waypoints[8].children[0] = 9; +/* 60:21 */waypoints[8].children[1] = 11; +/* 60:21 */waypoints[8].children[2] = 161; +/* 60:21 */waypoints[9] = spawnstruct(); +/* 60:21 */waypoints[9].origin = (-436.904, 1947.13, 61.125); +/* 60:21 */waypoints[9].type = "stand"; +/* 60:21 */waypoints[9].children[0] = 10; +/* 60:21 */waypoints[9].children[1] = 8; +/* 60:21 */waypoints[10] = spawnstruct(); +/* 60:21 */waypoints[10].origin = (-756.408, 1807.73, 223.125); +/* 60:21 */waypoints[10].type = "stand"; +/* 60:21 */waypoints[10].children[0] = 5; +/* 60:21 */waypoints[10].children[1] = 9; +/* 60:21 */waypoints[11] = spawnstruct(); +/* 60:21 */waypoints[11].origin = (-96.8493, 2168.84, -24.3257); +/* 60:21 */waypoints[11].type = "stand"; +/* 60:21 */waypoints[11].children[0] = 8; +/* 60:21 */waypoints[11].children[1] = 13; +/* 60:21 */waypoints[11].children[2] = 14; +/* 60:21 */waypoints[11].children[3] = 18; +/* 60:21 */waypoints[12] = spawnstruct(); +/* 60:21 */waypoints[12].origin = (-7.58233, 1915.32, -24.1834); +/* 60:21 */waypoints[12].type = "stand"; +/* 60:21 */waypoints[12].children[0] = 7; +/* 60:21 */waypoints[12].children[1] = 13; +/* 60:21 */waypoints[12].children[2] = 63; +/* 60:21 */waypoints[12].children[3] = 65; +/* 60:21 */waypoints[13] = spawnstruct(); +/* 60:21 */waypoints[13].origin = (-91.6242, 2024.99, -24.9414); +/* 60:21 */waypoints[13].type = "grenade"; +/* 60:21 */waypoints[13].children[0] = 12; +/* 60:21 */waypoints[13].children[1] = 11; +/* 60:21 */waypoints[13].children[2] = 166; +/* 60:21 */waypoints[13].children[3] = 167; +/* 60:21 */waypoints[13].angles = (-31.4771, -161.647, 0); +/* 60:21 */waypoints[14] = spawnstruct(); +/* 60:21 */waypoints[14].origin = (274.811, 2293.47, -23.875); +/* 60:21 */waypoints[14].type = "stand"; +/* 60:21 */waypoints[14].children[0] = 11; +/* 60:21 */waypoints[14].children[1] = 15; +/* 60:21 */waypoints[14].children[2] = 18; +/* 60:21 */waypoints[14].children[3] = 65; +/* 60:21 */waypoints[15] = spawnstruct(); +/* 60:21 */waypoints[15].origin = (573.366, 2282.32, -23.875); +/* 60:21 */waypoints[15].type = "stand"; +/* 60:21 */waypoints[15].children[0] = 14; +/* 60:21 */waypoints[15].children[1] = 16; +/* 60:21 */waypoints[16] = spawnstruct(); +/* 60:21 */waypoints[16].origin = (707.028, 2191.4, -30.9076); +/* 60:21 */waypoints[16].type = "stand"; +/* 60:21 */waypoints[16].children[0] = 15; +/* 60:21 */waypoints[16].children[1] = 21; +/* 60:21 */waypoints[16].children[2] = 64; +/* 60:21 */waypoints[17] = spawnstruct(); +/* 60:21 */waypoints[17].origin = (159.399, 1947.03, -23.875); +/* 60:21 */waypoints[17].type = "stand"; +/* 60:21 */waypoints[17].children[0] = 18; +/* 60:21 */waypoints[17].children[1] = 19; +/* 60:21 */waypoints[18] = spawnstruct(); +/* 60:21 */waypoints[18].origin = (146.364, 2261.39, -23.875); +/* 60:21 */waypoints[18].type = "stand"; +/* 60:21 */waypoints[18].children[0] = 14; +/* 60:21 */waypoints[18].children[1] = 11; +/* 60:21 */waypoints[18].children[2] = 17; +/* 60:21 */waypoints[18].children[3] = 63; +/* 60:21 */waypoints[19] = spawnstruct(); +/* 60:21 */waypoints[19].origin = (436.319, 1716.32, -37.3361); +/* 60:21 */waypoints[19].type = "stand"; +/* 60:21 */waypoints[19].children[0] = 21; +/* 60:21 */waypoints[19].children[1] = 17; +/* 60:21 */waypoints[19].children[2] = 31; +/* 60:21 */waypoints[19].children[3] = 37; +/* 60:21 */waypoints[20] = spawnstruct(); +/* 60:21 */waypoints[20].origin = (1457.57, 1809.04, -11.0685); +/* 60:21 */waypoints[20].type = "stand"; +/* 60:21 */waypoints[20].children[0] = 21; +/* 60:21 */waypoints[20].children[1] = 28; +/* 60:21 */waypoints[20].children[2] = 29; +/* 60:21 */waypoints[21] = spawnstruct(); +/* 60:21 */waypoints[21].origin = (725.281, 1796.52, -27.3543); +/* 60:21 */waypoints[21].type = "stand"; +/* 60:21 */waypoints[21].children[0] = 16; +/* 60:21 */waypoints[21].children[1] = 19; +/* 60:21 */waypoints[21].children[2] = 20; +/* 60:21 */waypoints[21].children[3] = 23; +/* 60:21 */waypoints[21].children[4] = 64; +/* 60:21 */waypoints[22] = spawnstruct(); +/* 60:21 */waypoints[22].origin = (846.118, 1508.17, -21.875); +/* 60:21 */waypoints[22].type = "stand"; +/* 60:21 */waypoints[22].children[0] = 23; +/* 60:21 */waypoints[22].children[1] = 24; +/* 60:21 */waypoints[22].children[2] = 33; +/* 60:21 */waypoints[22].children[3] = 169; +/* 60:21 */waypoints[23] = spawnstruct(); +/* 60:21 */waypoints[23].origin = (846.118, 1792.99, -22.6729); +/* 60:21 */waypoints[23].type = "stand"; +/* 60:21 */waypoints[23].children[0] = 21; +/* 60:21 */waypoints[23].children[1] = 22; +/* 60:21 */waypoints[23].children[2] = 169; +/* 60:21 */waypoints[24] = spawnstruct(); +/* 60:21 */waypoints[24].origin = (854.867, 1135.66, 98.125); +/* 60:21 */waypoints[24].type = "stand"; +/* 60:21 */waypoints[24].children[0] = 22; +/* 60:21 */waypoints[24].children[1] = 25; +/* 60:21 */waypoints[25] = spawnstruct(); +/* 60:21 */waypoints[25].origin = (1680.12, 1149.8, 122.125); +/* 60:21 */waypoints[25].type = "stand"; +/* 60:21 */waypoints[25].children[0] = 24; +/* 60:21 */waypoints[25].children[1] = 26; +/* 60:21 */waypoints[26] = spawnstruct(); +/* 60:21 */waypoints[26].origin = (1918.76, 1148.16, 62.125); +/* 60:21 */waypoints[26].type = "stand"; +/* 60:21 */waypoints[26].children[0] = 25; +/* 60:21 */waypoints[26].children[1] = 27; +/* 60:21 */waypoints[27] = spawnstruct(); +/* 60:21 */waypoints[27].origin = (1908.02, 896.218, -13.9492); +/* 60:21 */waypoints[27].type = "stand"; +/* 60:21 */waypoints[27].children[0] = 26; +/* 60:21 */waypoints[27].children[1] = 29; +/* 60:21 */waypoints[27].children[2] = 149; +/* 60:21 */waypoints[28] = spawnstruct(); +/* 60:21 */waypoints[28].origin = (1670.02, 1821.31, -15.1136); +/* 60:21 */waypoints[28].type = "stand"; +/* 60:21 */waypoints[28].children[0] = 20; +/* 60:21 */waypoints[28].children[1] = 29; +/* 60:21 */waypoints[29] = spawnstruct(); +/* 60:21 */waypoints[29].origin = (1582.87, 910.507, -14.6465); +/* 60:21 */waypoints[29].type = "stand"; +/* 60:21 */waypoints[29].children[0] = 20; +/* 60:21 */waypoints[29].children[1] = 27; +/* 60:21 */waypoints[29].children[2] = 28; +/* 60:21 */waypoints[29].children[3] = 30; +/* 60:21 */waypoints[29].children[4] = 147; +/* 60:21 */waypoints[29].children[5] = 151; +/* 60:21 */waypoints[30] = spawnstruct(); +/* 60:21 */waypoints[30].origin = (818.754, 929.56, -16.4315); +/* 60:21 */waypoints[30].type = "stand"; +/* 60:21 */waypoints[30].children[0] = 29; +/* 60:21 */waypoints[30].children[1] = 32; +/* 60:21 */waypoints[30].children[2] = 31; +/* 60:21 */waypoints[31] = spawnstruct(); +/* 60:21 */waypoints[31].origin = (382.133, 1050.07, -27.0112); +/* 60:21 */waypoints[31].type = "stand"; +/* 60:21 */waypoints[31].children[0] = 32; +/* 60:21 */waypoints[31].children[1] = 30; +/* 60:21 */waypoints[31].children[2] = 19; +/* 60:21 */waypoints[31].children[3] = 34; +/* 60:21 */waypoints[31].children[4] = 37; +/* 60:21 */waypoints[31].children[5] = 38; +/* 60:21 */waypoints[31].children[6] = 35; +/* 60:21 */waypoints[31].children[7] = 171; +/* 60:21 */waypoints[32] = spawnstruct(); +/* 60:21 */waypoints[32].origin = (726.017, 1016.51, -19.875); +/* 60:21 */waypoints[32].type = "stand"; +/* 60:21 */waypoints[32].children[0] = 30; +/* 60:21 */waypoints[32].children[1] = 31; +/* 60:21 */waypoints[32].children[2] = 33; +/* 60:21 */waypoints[32].children[3] = 39; +/* 60:21 */waypoints[33] = spawnstruct(); +/* 60:21 */waypoints[33].origin = (614.641, 1396.89, -21.875); +/* 60:21 */waypoints[33].type = "stand"; +/* 60:21 */waypoints[33].children[0] = 22; +/* 60:21 */waypoints[33].children[1] = 32; +/* 60:21 */waypoints[34] = spawnstruct(); +/* 60:21 */waypoints[34].origin = (340.811, 472.857, -13.9315); +/* 60:21 */waypoints[34].type = "stand"; +/* 60:21 */waypoints[34].children[0] = 31; +/* 60:21 */waypoints[34].children[1] = 35; +/* 60:21 */waypoints[34].children[2] = 36; +/* 60:21 */waypoints[34].children[3] = 41; +/* 60:21 */waypoints[35] = spawnstruct(); +/* 60:21 */waypoints[35].origin = (475.219, 463.974, -4.64729); +/* 60:21 */waypoints[35].type = "stand"; +/* 60:21 */waypoints[35].children[0] = 34; +/* 60:21 */waypoints[35].children[1] = 31; +/* 60:21 */waypoints[35].children[2] = 39; +/* 60:21 */waypoints[35].children[3] = 40; +/* 60:21 */waypoints[36] = spawnstruct(); +/* 60:21 */waypoints[36].origin = (165.172, 496.937, -10.9596); +/* 60:21 */waypoints[36].type = "stand"; +/* 60:21 */waypoints[36].children[0] = 34; +/* 60:21 */waypoints[36].children[1] = 37; +/* 60:21 */waypoints[36].children[2] = 42; +/* 60:21 */waypoints[37] = spawnstruct(); +/* 60:21 */waypoints[37].origin = (243.939, 1066.14, -25.4825); +/* 60:21 */waypoints[37].type = "stand"; +/* 60:21 */waypoints[37].children[0] = 31; +/* 60:21 */waypoints[37].children[1] = 19; +/* 60:21 */waypoints[37].children[2] = 36; +/* 60:21 */waypoints[37].children[3] = 55; +/* 60:21 */waypoints[37].children[4] = 152; +/* 60:21 */waypoints[38] = spawnstruct(); +/* 60:21 */waypoints[38].origin = (215.147, 793.911, -18.4721); +/* 60:21 */waypoints[38].type = "climb"; +/* 60:21 */waypoints[38].children[0] = 31; +/* 60:21 */waypoints[38].children[1] = 57; +/* 60:21 */waypoints[38].angles = (12.5397, 176.27, 0); +/* 60:21 */waypoints[39] = spawnstruct(); +/* 60:21 */waypoints[39].origin = (505.093, 813.402, -13.9709); +/* 60:21 */waypoints[39].type = "stand"; +/* 60:21 */waypoints[39].children[0] = 32; +/* 60:21 */waypoints[39].children[1] = 35; +/* 60:21 */waypoints[40] = spawnstruct(); +/* 60:21 */waypoints[40].origin = (258.256, -195.081, 0.682289); +/* 60:21 */waypoints[40].type = "stand"; +/* 60:21 */waypoints[40].children[0] = 35; +/* 60:21 */waypoints[40].children[1] = 41; +/* 60:21 */waypoints[40].children[2] = 42; +/* 60:21 */waypoints[40].children[3] = 127; +/* 60:21 */waypoints[40].children[4] = 135; +/* 60:21 */waypoints[41] = spawnstruct(); +/* 60:21 */waypoints[41].origin = (281.528, 398.23, -16.4201); +/* 60:21 */waypoints[41].type = "stand"; +/* 60:21 */waypoints[41].children[0] = 34; +/* 60:21 */waypoints[41].children[1] = 40; +/* 60:21 */waypoints[42] = spawnstruct(); +/* 60:21 */waypoints[42].origin = (167.936, 4.52855, -0.758357); +/* 60:21 */waypoints[42].type = "stand"; +/* 60:21 */waypoints[42].children[0] = 40; +/* 60:21 */waypoints[42].children[1] = 36; +/* 60:21 */waypoints[42].children[2] = 43; +/* 60:21 */waypoints[42].children[3] = 179; +/* 60:21 */waypoints[43] = spawnstruct(); +/* 60:21 */waypoints[43].origin = (67.8056, -5.48926, 0.423154); +/* 60:21 */waypoints[43].type = "grenade"; +/* 60:21 */waypoints[43].children[0] = 42; +/* 60:21 */waypoints[43].children[1] = 44; +/* 60:21 */waypoints[43].angles = (-18.9856, -169.898, 0); +/* 60:21 */waypoints[44] = spawnstruct(); +/* 60:21 */waypoints[44].origin = (-380.292, 1.4668, 3.03041); +/* 60:21 */waypoints[44].type = "stand"; +/* 60:21 */waypoints[44].children[0] = 43; +/* 60:21 */waypoints[44].children[1] = 45; +/* 60:21 */waypoints[44].children[2] = 46; +/* 60:21 */waypoints[44].children[3] = 61; +/* 60:21 */waypoints[44].children[4] = 170; +/* 60:21 */waypoints[44].children[5] = 181; +/* 60:21 */waypoints[45] = spawnstruct(); +/* 60:21 */waypoints[45].origin = (-459.849, 322.131, 3.125); +/* 60:21 */waypoints[45].type = "stand"; +/* 60:21 */waypoints[45].children[0] = 44; +/* 60:21 */waypoints[45].children[1] = 48; +/* 60:21 */waypoints[45].children[2] = 155; +/* 60:21 */waypoints[46] = spawnstruct(); +/* 60:21 */waypoints[46].origin = (-314.487, 144.32, 3.125); +/* 60:21 */waypoints[46].type = "stand"; +/* 60:21 */waypoints[46].children[0] = 44; +/* 60:21 */waypoints[46].children[1] = 47; +/* 60:21 */waypoints[47] = spawnstruct(); +/* 60:21 */waypoints[47].origin = (-298.607, 461.27, 103.125); +/* 60:21 */waypoints[47].type = "stand"; +/* 60:21 */waypoints[47].children[0] = 46; +/* 60:21 */waypoints[47].children[1] = 49; +/* 60:21 */waypoints[47].children[2] = 50; +/* 60:21 */waypoints[47].children[3] = 58; +/* 60:21 */waypoints[48] = spawnstruct(); +/* 60:21 */waypoints[48].origin = (-500.767, 514.748, 55.125); +/* 60:21 */waypoints[48].type = "stand"; +/* 60:21 */waypoints[48].children[0] = 45; +/* 60:21 */waypoints[48].children[1] = 49; +/* 60:21 */waypoints[48].children[2] = 60; +/* 60:21 */waypoints[48].children[3] = 68; +/* 60:21 */waypoints[49] = spawnstruct(); +/* 60:21 */waypoints[49].origin = (-399.125, 474.353, 55.125); +/* 60:21 */waypoints[49].type = "climb"; +/* 60:21 */waypoints[49].children[0] = 48; +/* 60:21 */waypoints[49].children[1] = 47; +/* 60:21 */waypoints[49].angles = (-17.2553, -1.5271, 0); +/* 60:21 */waypoints[50] = spawnstruct(); +/* 60:21 */waypoints[50].origin = (-38.6016, 480.531, 103.125); +/* 60:21 */waypoints[50].type = "stand"; +/* 60:21 */waypoints[50].children[0] = 47; +/* 60:21 */waypoints[50].children[1] = 51; +/* 60:21 */waypoints[50].children[2] = 53; +/* 60:21 */waypoints[50].children[3] = 54; +/* 60:21 */waypoints[50].children[4] = 52; +/* 60:21 */waypoints[50].children[5] = 154; +/* 60:21 */waypoints[51] = spawnstruct(); +/* 60:21 */waypoints[51].origin = (-203.777, 522.503, 103.125); +/* 60:21 */waypoints[51].type = "claymore"; +/* 60:21 */waypoints[51].children[0] = 50; +/* 60:21 */waypoints[51].angles = (48.6737, -102.047, 0); +/* 60:21 */waypoints[52] = spawnstruct(); +/* 60:21 */waypoints[52].origin = (-29.6441, 778.759, 103.125); +/* 60:21 */waypoints[52].type = "stand"; +/* 60:21 */waypoints[52].children[0] = 50; +/* 60:21 */waypoints[52].children[1] = 55; +/* 60:21 */waypoints[52].children[2] = 153; +/* 60:21 */waypoints[53] = spawnstruct(); +/* 60:21 */waypoints[53].origin = (-104.875, 151.125, 103.125); +/* 60:21 */waypoints[53].type = "crouch"; +/* 60:21 */waypoints[53].children[0] = 50; +/* 60:21 */waypoints[53].angles = (6.57959, 59.7931, 0); +/* 60:21 */waypoints[54] = spawnstruct(); +/* 60:21 */waypoints[54].origin = (84.0487, 179.125, 103.125); +/* 60:21 */waypoints[54].type = "crouch"; +/* 60:21 */waypoints[54].children[0] = 50; +/* 60:21 */waypoints[54].angles = (5.23376, 117.647, 0); +/* 60:21 */waypoints[55] = spawnstruct(); +/* 60:21 */waypoints[55].origin = (-68.475, 1098.51, 73.4399); +/* 60:21 */waypoints[55].type = "stand"; +/* 60:21 */waypoints[55].children[0] = 52; +/* 60:21 */waypoints[55].children[1] = 37; +/* 60:21 */waypoints[55].children[2] = 56; +/* 60:21 */waypoints[55].children[3] = 152; +/* 60:21 */waypoints[56] = spawnstruct(); +/* 60:21 */waypoints[56].origin = (107.087, 968.245, -8.26361); +/* 60:21 */waypoints[56].type = "stand"; +/* 60:21 */waypoints[56].children[0] = 55; +/* 60:21 */waypoints[56].children[1] = 57; +/* 60:21 */waypoints[57] = spawnstruct(); +/* 60:21 */waypoints[57].origin = (104.024, 806.381, -20.875); +/* 60:21 */waypoints[57].type = "stand"; +/* 60:21 */waypoints[57].children[0] = 56; +/* 60:21 */waypoints[57].children[1] = 38; +/* 60:21 */waypoints[57].children[2] = 152; +/* 60:21 */waypoints[58] = spawnstruct(); +/* 60:21 */waypoints[58].origin = (-337.547, 649.194, 103.125); +/* 60:21 */waypoints[58].type = "stand"; +/* 60:21 */waypoints[58].children[0] = 47; +/* 60:21 */waypoints[58].children[1] = 59; +/* 60:21 */waypoints[59] = spawnstruct(); +/* 60:21 */waypoints[59].origin = (-659.712, 718.101, 55.125); +/* 60:21 */waypoints[59].type = "stand"; +/* 60:21 */waypoints[59].children[0] = 60; +/* 60:21 */waypoints[59].children[1] = 58; +/* 60:21 */waypoints[60] = spawnstruct(); +/* 60:21 */waypoints[60].origin = (-679.757, 553.112, 55.125); +/* 60:21 */waypoints[60].type = "stand"; +/* 60:21 */waypoints[60].children[0] = 2; +/* 60:21 */waypoints[60].children[1] = 59; +/* 60:21 */waypoints[60].children[2] = 48; +/* 60:21 */waypoints[60].children[3] = 67; +/* 60:21 */waypoints[60].children[4] = 72; +/* 60:21 */waypoints[61] = spawnstruct(); +/* 60:21 */waypoints[61].origin = (-426.375, -176.243, 3.125); +/* 60:21 */waypoints[61].type = "climb"; +/* 60:21 */waypoints[61].children[0] = 44; +/* 60:21 */waypoints[61].children[1] = 62; +/* 60:21 */waypoints[61].angles = (-21.1993, 174.342, 0); +/* 60:21 */waypoints[62] = spawnstruct(); +/* 60:21 */waypoints[62].origin = (-484.875, -183.336, 69.0534); +/* 60:21 */waypoints[62].type = "climb"; +/* 60:21 */waypoints[62].children[0] = 61; +/* 60:21 */waypoints[62].children[1] = 66; +/* 60:21 */waypoints[62].angles = (3.77808, 170.046, 0); +/* 60:21 */waypoints[63] = spawnstruct(); +/* 60:21 */waypoints[63].origin = (185.98, 2021.35, -23.875); +/* 60:21 */waypoints[63].type = "stand"; +/* 60:21 */waypoints[63].children[0] = 12; +/* 60:21 */waypoints[63].children[1] = 18; +/* 60:21 */waypoints[63].children[2] = 64; +/* 60:21 */waypoints[64] = spawnstruct(); +/* 60:21 */waypoints[64].origin = (672.542, 2018.28, -31.7041); +/* 60:21 */waypoints[64].type = "stand"; +/* 60:21 */waypoints[64].children[0] = 63; +/* 60:21 */waypoints[64].children[1] = 21; +/* 60:21 */waypoints[64].children[2] = 16; +/* 60:21 */waypoints[64].children[3] = 65; +/* 60:21 */waypoints[65] = spawnstruct(); +/* 60:21 */waypoints[65].origin = (415.994, 2198.98, -23.875); +/* 60:21 */waypoints[65].type = "stand"; +/* 60:21 */waypoints[65].children[0] = 64; +/* 60:21 */waypoints[65].children[1] = 14; +/* 60:21 */waypoints[65].children[2] = 12; +/* 60:21 */waypoints[66] = spawnstruct(); +/* 60:21 */waypoints[66].origin = (-527.125, -186.327, 69.5947); +/* 60:21 */waypoints[66].type = "climb"; +/* 60:21 */waypoints[66].children[0] = 62; +/* 60:21 */waypoints[66].children[1] = 67; +/* 60:21 */waypoints[66].angles = (75.8044, 12.6013, 0); +/* 60:21 */waypoints[67] = spawnstruct(); +/* 60:21 */waypoints[67].origin = (-643.223, -118.985, 63.2933); +/* 60:21 */waypoints[67].type = "stand"; +/* 60:21 */waypoints[67].children[0] = 66; +/* 60:21 */waypoints[67].children[1] = 60; +/* 60:21 */waypoints[67].children[2] = 70; +/* 60:21 */waypoints[67].children[3] = 72; +/* 60:21 */waypoints[68] = spawnstruct(); +/* 60:21 */waypoints[68].origin = (-698.818, 316.559, 59.8029); +/* 60:21 */waypoints[68].type = "stand"; +/* 60:21 */waypoints[68].children[0] = 48; +/* 60:21 */waypoints[68].children[1] = 69; +/* 60:21 */waypoints[68].children[2] = 72; +/* 60:21 */waypoints[69] = spawnstruct(); +/* 60:21 */waypoints[69].origin = (-892.368, 371.75, 73.3076); +/* 60:21 */waypoints[69].type = "stand"; +/* 60:21 */waypoints[69].children[0] = 68; +/* 60:21 */waypoints[69].children[1] = 70; +/* 60:21 */waypoints[70] = spawnstruct(); +/* 60:21 */waypoints[70].origin = (-883.26, -96.7343, 62.5036); +/* 60:21 */waypoints[70].type = "stand"; +/* 60:21 */waypoints[70].children[0] = 71; +/* 60:21 */waypoints[70].children[1] = 69; +/* 60:21 */waypoints[70].children[2] = 67; +/* 60:21 */waypoints[71] = spawnstruct(); +/* 60:21 */waypoints[71].origin = (-1015.55, -128.639, 64.8717); +/* 60:21 */waypoints[71].type = "climb"; +/* 60:21 */waypoints[71].children[0] = 70; +/* 60:21 */waypoints[71].children[1] = 73; +/* 60:21 */waypoints[71].angles = (9.68323, -166.904, 0); +/* 60:21 */waypoints[72] = spawnstruct(); +/* 60:21 */waypoints[72].origin = (-665.814, 133.332, 56.2639); +/* 60:21 */waypoints[72].type = "stand"; +/* 60:21 */waypoints[72].children[0] = 68; +/* 60:21 */waypoints[72].children[1] = 67; +/* 60:21 */waypoints[72].children[2] = 60; +/* 60:21 */waypoints[73] = spawnstruct(); +/* 60:21 */waypoints[73].origin = (-1066.77, -137.841, 64.0059); +/* 60:21 */waypoints[73].type = "climb"; +/* 60:21 */waypoints[73].children[0] = 79; +/* 60:21 */waypoints[73].children[1] = 71; +/* 60:21 */waypoints[73].children[2] = 81; +/* 60:21 */waypoints[73].children[3] = 175; +/* 60:21 */waypoints[73].angles = (4.38232, 24.115, 0); +/* 60:21 */waypoints[74] = spawnstruct(); +/* 60:21 */waypoints[74].origin = (-1258.92, 653.401, 99.9288); +/* 60:21 */waypoints[74].type = "stand"; +/* 60:21 */waypoints[74].children[0] = 2; +/* 60:21 */waypoints[74].children[1] = 3; +/* 60:21 */waypoints[74].children[2] = 75; +/* 60:21 */waypoints[74].children[3] = 78; +/* 60:21 */waypoints[75] = spawnstruct(); +/* 60:21 */waypoints[75].origin = (-1241.88, 1397.67, 120.02); +/* 60:21 */waypoints[75].type = "stand"; +/* 60:21 */waypoints[75].children[0] = 74; +/* 60:21 */waypoints[75].children[1] = 76; +/* 60:21 */waypoints[76] = spawnstruct(); +/* 60:21 */waypoints[76].origin = (-1458.21, 1394.58, 130.655); +/* 60:21 */waypoints[76].type = "stand"; +/* 60:21 */waypoints[76].children[0] = 75; +/* 60:21 */waypoints[76].children[1] = 77; +/* 60:21 */waypoints[77] = spawnstruct(); +/* 60:21 */waypoints[77].origin = (-1690.65, 1368.43, 252.443); +/* 60:21 */waypoints[77].type = "stand"; +/* 60:21 */waypoints[77].children[0] = 76; +/* 60:21 */waypoints[77].children[1] = 0; +/* 60:21 */waypoints[77].children[2] = 184; +/* 60:21 */waypoints[78] = spawnstruct(); +/* 60:21 */waypoints[78].origin = (-1350.12, 346.776, 67.655); +/* 60:21 */waypoints[78].type = "stand"; +/* 60:21 */waypoints[78].children[0] = 74; +/* 60:21 */waypoints[78].children[1] = 79; +/* 60:21 */waypoints[78].children[2] = 107; +/* 60:21 */waypoints[78].children[3] = 108; +/* 60:21 */waypoints[79] = spawnstruct(); +/* 60:21 */waypoints[79].origin = (-1218.94, -276.315, 58.0007); +/* 60:21 */waypoints[79].type = "stand"; +/* 60:21 */waypoints[79].children[0] = 78; +/* 60:21 */waypoints[79].children[1] = 73; +/* 60:21 */waypoints[79].children[2] = 80; +/* 60:21 */waypoints[79].children[3] = 82; +/* 60:21 */waypoints[79].children[4] = 99; +/* 60:21 */waypoints[79].children[5] = 175; +/* 60:21 */waypoints[80] = spawnstruct(); +/* 60:21 */waypoints[80].origin = (-1128.69, 317.305, 75.2856); +/* 60:21 */waypoints[80].type = "stand"; +/* 60:21 */waypoints[80].children[0] = 2; +/* 60:21 */waypoints[80].children[1] = 79; +/* 60:21 */waypoints[81] = spawnstruct(); +/* 60:21 */waypoints[81].origin = (-1048.12, -563.526, 46.4503); +/* 60:21 */waypoints[81].type = "stand"; +/* 60:21 */waypoints[81].children[0] = 73; +/* 60:21 */waypoints[81].children[1] = 83; +/* 60:21 */waypoints[81].children[2] = 86; +/* 60:21 */waypoints[82] = spawnstruct(); +/* 60:21 */waypoints[82].origin = (-1297.59, -478.649, 50.4297); +/* 60:21 */waypoints[82].type = "stand"; +/* 60:21 */waypoints[82].children[0] = 79; +/* 60:21 */waypoints[82].children[1] = 83; +/* 60:21 */waypoints[83] = spawnstruct(); +/* 60:21 */waypoints[83].origin = (-1138.33, -594.232, 48.9232); +/* 60:21 */waypoints[83].type = "stand"; +/* 60:21 */waypoints[83].children[0] = 81; +/* 60:21 */waypoints[83].children[1] = 82; +/* 60:21 */waypoints[83].children[2] = 84; +/* 60:21 */waypoints[84] = spawnstruct(); +/* 60:21 */waypoints[84].origin = (-1131.69, -829.528, 47.6419); +/* 60:21 */waypoints[84].type = "stand"; +/* 60:21 */waypoints[84].children[0] = 83; +/* 60:21 */waypoints[84].children[1] = 85; +/* 60:21 */waypoints[84].children[2] = 89; +/* 60:21 */waypoints[85] = spawnstruct(); +/* 60:21 */waypoints[85].origin = (-966.026, -981.105, 47.2364); +/* 60:21 */waypoints[85].type = "stand"; +/* 60:21 */waypoints[85].children[0] = 84; +/* 60:21 */waypoints[85].children[1] = 86; +/* 60:21 */waypoints[85].children[2] = 87; +/* 60:21 */waypoints[85].children[3] = 134; +/* 60:21 */waypoints[86] = spawnstruct(); +/* 60:21 */waypoints[86].origin = (-785.623, -895.401, 50.0202); +/* 60:21 */waypoints[86].type = "stand"; +/* 60:21 */waypoints[86].children[0] = 85; +/* 60:21 */waypoints[86].children[1] = 81; +/* 60:21 */waypoints[86].children[2] = 126; +/* 60:21 */waypoints[86].children[3] = 134; +/* 60:21 */waypoints[87] = spawnstruct(); +/* 60:21 */waypoints[87].origin = (-1133.78, -983.843, 51.2035); +/* 60:21 */waypoints[87].type = "climb"; +/* 60:21 */waypoints[87].children[0] = 88; +/* 60:21 */waypoints[87].children[1] = 85; +/* 60:21 */waypoints[87].angles = (6.77187, -164.224, 0); +/* 60:21 */waypoints[88] = spawnstruct(); +/* 60:21 */waypoints[88].origin = (-1213.75, -997.777, 52.625); +/* 60:21 */waypoints[88].type = "climb"; +/* 60:21 */waypoints[88].children[0] = 87; +/* 60:21 */waypoints[88].children[1] = 89; +/* 60:21 */waypoints[88].children[2] = 98; +/* 60:21 */waypoints[88].children[3] = 96; +/* 60:21 */waypoints[88].angles = (-2.67088, 6.56982, 0); +/* 60:21 */waypoints[89] = spawnstruct(); +/* 60:21 */waypoints[89].origin = (-1310.02, -878.72, 54.625); +/* 60:21 */waypoints[89].type = "stand"; +/* 60:21 */waypoints[89].children[0] = 84; +/* 60:21 */waypoints[89].children[1] = 88; +/* 60:21 */waypoints[89].children[2] = 90; +/* 60:21 */waypoints[89].children[3] = 98; +/* 60:21 */waypoints[90] = spawnstruct(); +/* 60:21 */waypoints[90].origin = (-1373.95, -695.502, 52.625); +/* 60:21 */waypoints[90].type = "stand"; +/* 60:21 */waypoints[90].children[0] = 89; +/* 60:21 */waypoints[90].children[1] = 91; +/* 60:21 */waypoints[90].children[2] = 94; +/* 60:21 */waypoints[91] = spawnstruct(); +/* 60:21 */waypoints[91].origin = (-1611.42, -685.152, 52.625); +/* 60:21 */waypoints[91].type = "stand"; +/* 60:21 */waypoints[91].children[0] = 90; +/* 60:21 */waypoints[91].children[1] = 92; +/* 60:21 */waypoints[91].children[2] = 94; +/* 60:21 */waypoints[92] = spawnstruct(); +/* 60:21 */waypoints[92].origin = (-1591.52, -873.012, 94.625); +/* 60:21 */waypoints[92].type = "stand"; +/* 60:21 */waypoints[92].children[0] = 93; +/* 60:21 */waypoints[92].children[1] = 91; +/* 60:21 */waypoints[93] = spawnstruct(); +/* 60:21 */waypoints[93].origin = (-1895.18, -896.146, 129.625); +/* 60:21 */waypoints[93].type = "stand"; +/* 60:21 */waypoints[93].children[0] = 92; +/* 60:21 */waypoints[93].children[1] = 99; +/* 60:21 */waypoints[93].children[2] = 100; +/* 60:21 */waypoints[94] = spawnstruct(); +/* 60:21 */waypoints[94].origin = (-1467.1, -694.775, 52.625); +/* 60:21 */waypoints[94].type = "stand"; +/* 60:21 */waypoints[94].children[0] = 90; +/* 60:21 */waypoints[94].children[1] = 91; +/* 60:21 */waypoints[94].children[2] = 95; +/* 60:21 */waypoints[94].children[3] = 125; +/* 60:21 */waypoints[95] = spawnstruct(); +/* 60:21 */waypoints[95].origin = (-1458.71, -839.108, 52.625); +/* 60:21 */waypoints[95].type = "stand"; +/* 60:21 */waypoints[95].children[0] = 94; +/* 60:21 */waypoints[95].children[1] = 96; +/* 60:21 */waypoints[96] = spawnstruct(); +/* 60:21 */waypoints[96].origin = (-1454.45, -1004.19, 52.625); +/* 60:21 */waypoints[96].type = "stand"; +/* 60:21 */waypoints[96].children[0] = 97; +/* 60:21 */waypoints[96].children[1] = 95; +/* 60:21 */waypoints[96].children[2] = 88; +/* 60:21 */waypoints[97] = spawnstruct(); +/* 60:21 */waypoints[97].origin = (-1476.23, -1130.69, 52.625); +/* 60:21 */waypoints[97].type = "stand"; +/* 60:21 */waypoints[97].children[0] = 98; +/* 60:21 */waypoints[97].children[1] = 96; +/* 60:21 */waypoints[98] = spawnstruct(); +/* 60:21 */waypoints[98].origin = (-1272.58, -1151.89, 52.625); +/* 60:21 */waypoints[98].type = "stand"; +/* 60:21 */waypoints[98].children[0] = 88; +/* 60:21 */waypoints[98].children[1] = 89; +/* 60:21 */waypoints[98].children[2] = 97; +/* 60:21 */waypoints[99] = spawnstruct(); +/* 60:21 */waypoints[99].origin = (-1899.67, -324.262, 124.633); +/* 60:21 */waypoints[99].type = "stand"; +/* 60:21 */waypoints[99].children[0] = 93; +/* 60:21 */waypoints[99].children[1] = 79; +/* 60:21 */waypoints[99].children[2] = 101; +/* 60:21 */waypoints[99].children[3] = 124; +/* 60:21 */waypoints[100] = spawnstruct(); +/* 60:21 */waypoints[100].origin = (-1841.49, -631.788, 129.625); +/* 60:21 */waypoints[100].type = "claymore"; +/* 60:21 */waypoints[100].children[0] = 93; +/* 60:21 */waypoints[100].angles = (45.4053, -154.698, 0); +/* 60:21 */waypoints[101] = spawnstruct(); +/* 60:21 */waypoints[101].origin = (-1894.01, -28.3818, 185.232); +/* 60:21 */waypoints[101].type = "stand"; +/* 60:21 */waypoints[101].children[0] = 102; +/* 60:21 */waypoints[101].children[1] = 99; +/* 60:21 */waypoints[101].children[2] = 106; +/* 60:21 */waypoints[102] = spawnstruct(); +/* 60:21 */waypoints[102].origin = (-2171.96, -28.1694, 185.198); +/* 60:21 */waypoints[102].type = "stand"; +/* 60:21 */waypoints[102].children[0] = 104; +/* 60:21 */waypoints[102].children[1] = 103; +/* 60:21 */waypoints[102].children[2] = 101; +/* 60:21 */waypoints[103] = spawnstruct(); +/* 60:21 */waypoints[103].origin = (-2158.38, -292.303, 187.91); +/* 60:21 */waypoints[103].type = "stand"; +/* 60:21 */waypoints[103].children[0] = 102; +/* 60:21 */waypoints[104] = spawnstruct(); +/* 60:21 */waypoints[104].origin = (-2157.53, 342.703, 185.41); +/* 60:21 */waypoints[104].type = "stand"; +/* 60:21 */waypoints[104].children[0] = 105; +/* 60:21 */waypoints[104].children[1] = 102; +/* 60:21 */waypoints[104].children[2] = 112; +/* 60:21 */waypoints[104].children[3] = 117; +/* 60:21 */waypoints[105] = spawnstruct(); +/* 60:21 */waypoints[105].origin = (-2157.54, 696.081, 248.125); +/* 60:21 */waypoints[105].type = "stand"; +/* 60:21 */waypoints[105].children[0] = 104; +/* 60:21 */waypoints[105].children[1] = 121; +/* 60:21 */waypoints[106] = spawnstruct(); +/* 60:21 */waypoints[106].origin = (-1583.59, -44.8811, 188.125); +/* 60:21 */waypoints[106].type = "stand"; +/* 60:21 */waypoints[106].children[0] = 101; +/* 60:21 */waypoints[106].children[1] = 112; +/* 60:21 */waypoints[106].children[2] = 107; +/* 60:21 */waypoints[107] = spawnstruct(); +/* 60:21 */waypoints[107].origin = (-1491.38, 205.902, 189.695); +/* 60:21 */waypoints[107].type = "stand"; +/* 60:21 */waypoints[107].children[0] = 78; +/* 60:21 */waypoints[107].children[1] = 110; +/* 60:21 */waypoints[107].children[2] = 112; +/* 60:21 */waypoints[107].children[3] = 106; +/* 60:21 */waypoints[108] = spawnstruct(); +/* 60:21 */waypoints[108].origin = (-1378.1, 275.156, 65.6747); +/* 60:21 */waypoints[108].type = "climb"; +/* 60:21 */waypoints[108].children[0] = 78; +/* 60:21 */waypoints[108].angles = (25.6079, -106.051, 0); +/* 60:21 */waypoints[109] = spawnstruct(); +/* 60:21 */waypoints[109].origin = (-1372.89, 183.375, 65.7462); +/* 60:21 */waypoints[109].type = "climb"; +/* 60:21 */waypoints[109].children[0] = 111; +/* 60:21 */waypoints[109].children[1] = 175; +/* 60:21 */waypoints[109].angles = (16.2421, 91.8127, 0); +/* 60:21 */waypoints[110] = spawnstruct(); +/* 60:21 */waypoints[110].origin = (-1458.81, 203.297, 137.86); +/* 60:21 */waypoints[110].type = "climb"; +/* 60:21 */waypoints[110].children[0] = 107; +/* 60:21 */waypoints[110].children[1] = 111; +/* 60:21 */waypoints[110].angles = (2.98157, -178.616, 0); +/* 60:21 */waypoints[111] = spawnstruct(); +/* 60:21 */waypoints[111].origin = (-1384.5, 230.154, 105.716); +/* 60:21 */waypoints[111].type = "stand"; +/* 60:21 */waypoints[111].children[0] = 109; +/* 60:21 */waypoints[111].children[1] = 110; +/* 60:21 */waypoints[112] = spawnstruct(); +/* 60:21 */waypoints[112].origin = (-1627.34, 321.033, 194.125); +/* 60:21 */waypoints[112].type = "stand"; +/* 60:21 */waypoints[112].children[0] = 107; +/* 60:21 */waypoints[112].children[1] = 106; +/* 60:21 */waypoints[112].children[2] = 104; +/* 60:21 */waypoints[112].children[3] = 117; +/* 60:21 */waypoints[113] = spawnstruct(); +/* 60:21 */waypoints[113].origin = (-1872.99, 525.875, 189.282); +/* 60:21 */waypoints[113].type = "climb"; +/* 60:21 */waypoints[113].children[0] = 116; +/* 60:21 */waypoints[113].children[1] = 114; +/* 60:21 */waypoints[113].angles = (-5.11536, 89.8572, 0); +/* 60:21 */waypoints[114] = spawnstruct(); +/* 60:21 */waypoints[114].origin = (-1872.96, 607.875, 221.531); +/* 60:21 */waypoints[114].type = "climb"; +/* 60:21 */waypoints[114].children[0] = 113; +/* 60:21 */waypoints[114].children[1] = 120; +/* 60:21 */waypoints[114].angles = (1.09192, 89.0881, 0); +/* 60:21 */waypoints[115] = spawnstruct(); +/* 60:21 */waypoints[115].origin = (-1969.99, 656.125, 248.125); +/* 60:21 */waypoints[115].type = "climb"; +/* 60:21 */waypoints[115].children[0] = 117; +/* 60:21 */waypoints[115].children[1] = 118; +/* 60:21 */waypoints[115].children[2] = 123; +/* 60:21 */waypoints[115].angles = (7.95288, -91.3898, 0); +/* 60:21 */waypoints[116] = spawnstruct(); +/* 60:21 */waypoints[116].origin = (-1867.23, 344.753, 186.561); +/* 60:21 */waypoints[116].type = "stand"; +/* 60:21 */waypoints[116].children[0] = 113; +/* 60:21 */waypoints[117] = spawnstruct(); +/* 60:21 */waypoints[117].origin = (-1962.56, 337.891, 185.125); +/* 60:21 */waypoints[117].type = "stand"; +/* 60:21 */waypoints[117].children[0] = 115; +/* 60:21 */waypoints[117].children[1] = 118; +/* 60:21 */waypoints[117].children[2] = 119; +/* 60:21 */waypoints[117].children[3] = 104; +/* 60:21 */waypoints[117].children[4] = 112; +/* 60:21 */waypoints[118] = spawnstruct(); +/* 60:21 */waypoints[118].origin = (-1982.72, 607.875, 221.531); +/* 60:21 */waypoints[118].type = "climb"; +/* 60:21 */waypoints[118].children[0] = 115; +/* 60:21 */waypoints[118].children[1] = 117; +/* 60:21 */waypoints[118].children[2] = 119; +/* 60:21 */waypoints[118].angles = (-18.0188, 89.2804, 0); +/* 60:21 */waypoints[119] = spawnstruct(); +/* 60:21 */waypoints[119].origin = (-1979.15, 525.55, 192.11); +/* 60:21 */waypoints[119].type = "stand"; +/* 60:21 */waypoints[119].children[0] = 118; +/* 60:21 */waypoints[119].children[1] = 117; +/* 60:21 */waypoints[120] = spawnstruct(); +/* 60:21 */waypoints[120].origin = (-1869.73, 656.24, 248.125); +/* 60:21 */waypoints[120].type = "climb"; +/* 60:21 */waypoints[120].children[0] = 114; +/* 60:21 */waypoints[120].children[1] = 121; +/* 60:21 */waypoints[120].angles = (10.8093, -90.8295, 0); +/* 60:21 */waypoints[121] = spawnstruct(); +/* 60:21 */waypoints[121].origin = (-2169.21, 992.891, 248.125); +/* 60:21 */waypoints[121].type = "stand"; +/* 60:21 */waypoints[121].children[0] = 122; +/* 60:21 */waypoints[121].children[1] = 120; +/* 60:21 */waypoints[121].children[2] = 105; +/* 60:21 */waypoints[122] = spawnstruct(); +/* 60:21 */waypoints[122].origin = (-2037.1, 1170.84, 250.557); +/* 60:21 */waypoints[122].type = "stand"; +/* 60:21 */waypoints[122].children[0] = 0; +/* 60:21 */waypoints[122].children[1] = 121; +/* 60:21 */waypoints[122].children[2] = 123; +/* 60:21 */waypoints[123] = spawnstruct(); +/* 60:21 */waypoints[123].origin = (-1822.24, 937.579, 248.125); +/* 60:21 */waypoints[123].type = "stand"; +/* 60:21 */waypoints[123].children[0] = 122; +/* 60:21 */waypoints[123].children[1] = 115; +/* 60:21 */waypoints[124] = spawnstruct(); +/* 60:21 */waypoints[124].origin = (-1840.71, -582.799, 127.882); +/* 60:21 */waypoints[124].type = "claymore"; +/* 60:21 */waypoints[124].children[0] = 99; +/* 60:21 */waypoints[124].angles = (62.8955, 146.082, 0); +/* 60:21 */waypoints[125] = spawnstruct(); +/* 60:21 */waypoints[125].origin = (-1498.73, -728.438, 52.625); +/* 60:21 */waypoints[125].type = "claymore"; +/* 60:21 */waypoints[125].children[0] = 94; +/* 60:21 */waypoints[125].angles = (61.1652, 106.097, 0); +/* 60:21 */waypoints[126] = spawnstruct(); +/* 60:21 */waypoints[126].origin = (-325.694, -926.382, 34.8492); +/* 60:21 */waypoints[126].type = "stand"; +/* 60:21 */waypoints[126].children[0] = 86; +/* 60:21 */waypoints[126].children[1] = 128; +/* 60:21 */waypoints[126].children[2] = 127; +/* 60:21 */waypoints[126].children[3] = 173; +/* 60:21 */waypoints[126].children[4] = 174; +/* 60:21 */waypoints[127] = spawnstruct(); +/* 60:21 */waypoints[127].origin = (291.068, -851.484, 0.920778); +/* 60:21 */waypoints[127].type = "stand"; +/* 60:21 */waypoints[127].children[0] = 126; +/* 60:21 */waypoints[127].children[1] = 129; +/* 60:21 */waypoints[127].children[2] = 132; +/* 60:21 */waypoints[127].children[3] = 40; +/* 60:21 */waypoints[127].children[4] = 133; +/* 60:21 */waypoints[127].children[5] = 172; +/* 60:21 */waypoints[128] = spawnstruct(); +/* 60:21 */waypoints[128].origin = (-249.055, -992.109, 29.6393); +/* 60:21 */waypoints[128].type = "climb"; +/* 60:21 */waypoints[128].children[0] = 126; +/* 60:21 */waypoints[128].children[1] = 129; +/* 60:21 */waypoints[128].children[2] = 134; +/* 60:21 */waypoints[128].angles = (11.9574, 3.46807, 0); +/* 60:21 */waypoints[129] = spawnstruct(); +/* 60:21 */waypoints[129].origin = (-213.485, -994.498, 27.1704); +/* 60:21 */waypoints[129].type = "climb"; +/* 60:21 */waypoints[129].children[0] = 128; +/* 60:21 */waypoints[129].children[1] = 127; +/* 60:21 */waypoints[129].children[2] = 130; +/* 60:21 */waypoints[129].angles = (0.888672, 178.607, 0); +/* 60:21 */waypoints[130] = spawnstruct(); +/* 60:21 */waypoints[130].origin = (148.048, -1072.42, 6.00836); +/* 60:21 */waypoints[130].type = "stand"; +/* 60:21 */waypoints[130].children[0] = 129; +/* 60:21 */waypoints[130].children[1] = 131; +/* 60:21 */waypoints[131] = spawnstruct(); +/* 60:21 */waypoints[131].origin = (330.049, -1145.76, -1.43166); +/* 60:21 */waypoints[131].type = "stand"; +/* 60:21 */waypoints[131].children[0] = 130; +/* 60:21 */waypoints[131].children[1] = 132; +/* 60:21 */waypoints[132] = spawnstruct(); +/* 60:21 */waypoints[132].origin = (473.374, -1125.3, 7.59752); +/* 60:21 */waypoints[132].type = "stand"; +/* 60:21 */waypoints[132].children[0] = 131; +/* 60:21 */waypoints[132].children[1] = 127; +/* 60:21 */waypoints[132].children[2] = 133; +/* 60:21 */waypoints[132].children[3] = 135; +/* 60:21 */waypoints[133] = spawnstruct(); +/* 60:21 */waypoints[133].origin = (376.15, -911.555, 0.125); +/* 60:21 */waypoints[133].type = "javelin"; +/* 60:21 */waypoints[133].children[0] = 127; +/* 60:21 */waypoints[133].children[1] = 132; +/* 60:21 */waypoints[133].jav_point = (-1526.34, -993.198, 122.623); +/* 60:21 */waypoints[134] = spawnstruct(); +/* 60:21 */waypoints[134].origin = (-842.925, -1077.25, 50.125); +/* 60:21 */waypoints[134].type = "javelin"; +/* 60:21 */waypoints[134].children[0] = 85; +/* 60:21 */waypoints[134].children[1] = 86; +/* 60:21 */waypoints[134].children[2] = 128; +/* 60:21 */waypoints[134].jav_point = (1427.44, -444.16, 49.6706); +/* 60:21 */waypoints[135] = spawnstruct(); +/* 60:21 */waypoints[135].origin = (508.862, -587.366, 9.37687); +/* 60:21 */waypoints[135].type = "stand"; +/* 60:21 */waypoints[135].children[0] = 132; +/* 60:21 */waypoints[135].children[1] = 40; +/* 60:21 */waypoints[135].children[2] = 136; +/* 60:21 */waypoints[135].children[3] = 145; +/* 60:21 */waypoints[136] = spawnstruct(); +/* 60:21 */waypoints[136].origin = (1072.13, -549.864, -9.46387); +/* 60:21 */waypoints[136].type = "stand"; +/* 60:21 */waypoints[136].children[0] = 135; +/* 60:21 */waypoints[136].children[1] = 137; +/* 60:21 */waypoints[136].children[2] = 139; +/* 60:21 */waypoints[136].children[3] = 140; +/* 60:21 */waypoints[136].children[4] = 144; +/* 60:21 */waypoints[137] = spawnstruct(); +/* 60:21 */waypoints[137].origin = (1066.35, -906.405, -14.3707); +/* 60:21 */waypoints[137].type = "stand"; +/* 60:21 */waypoints[137].children[0] = 138; +/* 60:21 */waypoints[137].children[1] = 136; +/* 60:21 */waypoints[138] = spawnstruct(); +/* 60:21 */waypoints[138].origin = (785.156, -925.7, 112.125); +/* 60:21 */waypoints[138].type = "stand"; +/* 60:21 */waypoints[138].children[0] = 137; +/* 60:21 */waypoints[139] = spawnstruct(); +/* 60:21 */waypoints[139].origin = (680.741, -466.299, 3.0357); +/* 60:21 */waypoints[139].type = "claymore"; +/* 60:21 */waypoints[139].children[0] = 136; +/* 60:21 */waypoints[139].angles = (52.7112, -47.7173, 0); +/* 60:21 */waypoints[140] = spawnstruct(); +/* 60:21 */waypoints[140].origin = (1130.5, -44.5308, -14.6958); +/* 60:21 */waypoints[140].type = "stand"; +/* 60:21 */waypoints[140].children[0] = 141; +/* 60:21 */waypoints[140].children[1] = 136; +/* 60:21 */waypoints[140].children[2] = 145; +/* 60:21 */waypoints[140].children[3] = 148; +/* 60:21 */waypoints[141] = spawnstruct(); +/* 60:21 */waypoints[141].origin = (1366.73, -71.0627, -16.6868); +/* 60:21 */waypoints[141].type = "stand"; +/* 60:21 */waypoints[141].children[0] = 142; +/* 60:21 */waypoints[141].children[1] = 140; +/* 60:21 */waypoints[141].children[2] = 183; +/* 60:21 */waypoints[142] = spawnstruct(); +/* 60:21 */waypoints[142].origin = (1638.25, -71.1608, 112.125); +/* 60:21 */waypoints[142].type = "stand"; +/* 60:21 */waypoints[142].children[0] = 143; +/* 60:21 */waypoints[142].children[1] = 141; +/* 60:21 */waypoints[143] = spawnstruct(); +/* 60:21 */waypoints[143].origin = (1831.12, -57.4813, 112.125); +/* 60:21 */waypoints[143].type = "stand"; +/* 60:21 */waypoints[143].children[0] = 142; +/* 60:21 */waypoints[143].children[1] = 146; +/* 60:21 */waypoints[144] = spawnstruct(); +/* 60:21 */waypoints[144].origin = (1531.74, -543.51, -13.8761); +/* 60:21 */waypoints[144].type = "stand"; +/* 60:21 */waypoints[144].children[0] = 136; +/* 60:21 */waypoints[144].children[1] = 145; +/* 60:21 */waypoints[145] = spawnstruct(); +/* 60:21 */waypoints[145].origin = (1145.16, -357.395, -15.3566); +/* 60:21 */waypoints[145].type = "stand"; +/* 60:21 */waypoints[145].children[0] = 140; +/* 60:21 */waypoints[145].children[1] = 135; +/* 60:21 */waypoints[145].children[2] = 144; +/* 60:21 */waypoints[146] = spawnstruct(); +/* 60:21 */waypoints[146].origin = (1765.28, 293.099, 111.395); +/* 60:21 */waypoints[146].type = "stand"; +/* 60:21 */waypoints[146].children[0] = 143; +/* 60:21 */waypoints[146].children[1] = 147; +/* 60:21 */waypoints[147] = spawnstruct(); +/* 60:21 */waypoints[147].origin = (1600.79, 521.755, -13.3157); +/* 60:21 */waypoints[147].type = "stand"; +/* 60:21 */waypoints[147].children[0] = 146; +/* 60:21 */waypoints[147].children[1] = 148; +/* 60:21 */waypoints[147].children[2] = 29; +/* 60:21 */waypoints[147].children[3] = 149; +/* 60:21 */waypoints[147].children[4] = 150; +/* 60:21 */waypoints[147].children[5] = 182; +/* 60:21 */waypoints[148] = spawnstruct(); +/* 60:21 */waypoints[148].origin = (1250.04, 396.776, -17.4542); +/* 60:21 */waypoints[148].type = "stand"; +/* 60:21 */waypoints[148].children[0] = 140; +/* 60:21 */waypoints[148].children[1] = 147; +/* 60:21 */waypoints[148].children[2] = 182; +/* 60:21 */waypoints[149] = spawnstruct(); +/* 60:21 */waypoints[149].origin = (1917.22, 686.17, -16.5946); +/* 60:21 */waypoints[149].type = "stand"; +/* 60:21 */waypoints[149].children[0] = 27; +/* 60:21 */waypoints[149].children[1] = 147; +/* 60:21 */waypoints[149].children[2] = 150; +/* 60:21 */waypoints[150] = spawnstruct(); +/* 60:21 */waypoints[150].origin = (2086.44, 643.128, -11.7763); +/* 60:21 */waypoints[150].type = "stand"; +/* 60:21 */waypoints[150].children[0] = 149; +/* 60:21 */waypoints[150].children[1] = 147; +/* 60:21 */waypoints[151] = spawnstruct(); +/* 60:21 */waypoints[151].origin = (1441.12, 1485.91, -15.875); +/* 60:21 */waypoints[151].type = "claymore"; +/* 60:21 */waypoints[151].children[0] = 29; +/* 60:21 */waypoints[151].angles = (52.1344, 65.8814, 0); +/* 60:21 */waypoints[152] = spawnstruct(); +/* 60:21 */waypoints[152].origin = (116.271, 1073.21, -10.3671); +/* 60:21 */waypoints[152].type = "stand"; +/* 60:21 */waypoints[152].children[0] = 37; +/* 60:21 */waypoints[152].children[1] = 57; +/* 60:21 */waypoints[152].children[2] = 55; +/* 60:21 */waypoints[153] = spawnstruct(); +/* 60:21 */waypoints[153].origin = (28.5904, 757.125, 103.125); +/* 60:21 */waypoints[153].type = "claymore"; +/* 60:21 */waypoints[153].children[0] = 52; +/* 60:21 */waypoints[153].angles = (67.9053, 156.986, 0); +/* 60:21 */waypoints[154] = spawnstruct(); +/* 60:21 */waypoints[154].origin = (-228.875, 326.125, 103.125); +/* 60:21 */waypoints[154].type = "crouch"; +/* 60:21 */waypoints[154].children[0] = 50; +/* 60:21 */waypoints[154].angles = (8.32092, 39.1626, 0); +/* 60:21 */waypoints[155] = spawnstruct(); +/* 60:21 */waypoints[155].origin = (-527.125, 356.196, 58.2934); +/* 60:21 */waypoints[155].type = "climb"; +/* 60:21 */waypoints[155].children[0] = 45; +/* 60:21 */waypoints[155].angles = (20.2301, -21.5698, 0); +/* 60:21 */waypoints[156] = spawnstruct(); +/* 60:21 */waypoints[156].origin = (-1162.57, 1878.53, 232.912); +/* 60:21 */waypoints[156].type = "stand"; +/* 60:21 */waypoints[156].children[0] = 1; +/* 60:21 */waypoints[156].children[1] = 0; +/* 60:21 */waypoints[156].children[2] = 157; +/* 60:21 */waypoints[157] = spawnstruct(); +/* 60:21 */waypoints[157].origin = (-827.01, 1814.85, 220.854); +/* 60:21 */waypoints[157].type = "claymore"; +/* 60:21 */waypoints[157].children[0] = 156; +/* 60:21 */waypoints[157].angles = (51.3709, -9.84738, 0); +/* 60:21 */waypoints[158] = spawnstruct(); +/* 60:21 */waypoints[158].origin = (-730.018, 1646.91, 223.125); +/* 60:21 */waypoints[158].type = "claymore"; +/* 60:21 */waypoints[158].children[0] = 5; +/* 60:21 */waypoints[158].angles = (46.7676, 55.307, 0); +/* 60:21 */waypoints[159] = spawnstruct(); +/* 60:21 */waypoints[159].origin = (-789.268, 1898.26, 223.125); +/* 60:21 */waypoints[159].type = "climb"; +/* 60:21 */waypoints[159].children[0] = 1; +/* 60:21 */waypoints[159].children[1] = 160; +/* 60:21 */waypoints[159].angles = (19.5819, 23.0512, 0); +/* 60:21 */waypoints[160] = spawnstruct(); +/* 60:21 */waypoints[160].origin = (-749.862, 1918.97, 209.848); +/* 60:21 */waypoints[160].type = "climb"; +/* 60:21 */waypoints[160].children[0] = 159; +/* 60:21 */waypoints[160].children[1] = 161; +/* 60:21 */waypoints[160].angles = (1.70715, -159.163, 0); +/* 60:21 */waypoints[161] = spawnstruct(); +/* 60:21 */waypoints[161].origin = (-542.474, 2000.94, 61.125); +/* 60:21 */waypoints[161].type = "climb"; +/* 60:21 */waypoints[161].children[0] = 160; +/* 60:21 */waypoints[161].children[1] = 8; +/* 60:21 */waypoints[161].angles = (-5.47791, -159.586, 0); +/* 60:21 */waypoints[162] = spawnstruct(); +/* 60:21 */waypoints[162].origin = (-685.083, 1633.76, 223.125); +/* 60:21 */waypoints[162].type = "climb"; +/* 60:21 */waypoints[162].children[0] = 164; +/* 60:21 */waypoints[162].children[1] = 163; +/* 60:21 */waypoints[162].angles = (13.3636, 20.1233, 0); +/* 60:21 */waypoints[163] = spawnstruct(); +/* 60:21 */waypoints[163].origin = (-642.747, 1647.04, 209.848); +/* 60:21 */waypoints[163].type = "climb"; +/* 60:21 */waypoints[163].children[0] = 162; +/* 60:21 */waypoints[163].children[1] = 165; +/* 60:21 */waypoints[163].angles = (-0.0616455, -160.75, 0); +/* 60:21 */waypoints[164] = spawnstruct(); +/* 60:21 */waypoints[164].origin = (-962.25, 1584.33, 226.86); +/* 60:21 */waypoints[164].type = "stand"; +/* 60:21 */waypoints[164].children[0] = 1; +/* 60:21 */waypoints[164].children[1] = 4; +/* 60:21 */waypoints[164].children[2] = 162; +/* 60:21 */waypoints[165] = spawnstruct(); +/* 60:21 */waypoints[165].origin = (-436.409, 1731.68, 61.125); +/* 60:21 */waypoints[165].type = "climb"; +/* 60:21 */waypoints[165].children[0] = 163; +/* 60:21 */waypoints[165].children[1] = 7; +/* 60:21 */waypoints[165].angles = (-3.41797, -160.157, 0); +/* 60:21 */waypoints[166] = spawnstruct(); +/* 60:21 */waypoints[166].origin = (-125.687, 1974.58, -27.5155); +/* 60:21 */waypoints[166].type = "claymore"; +/* 60:21 */waypoints[166].children[0] = 13; +/* 60:21 */waypoints[166].angles = (51.1731, -23.6847, 0); +/* 60:21 */waypoints[167] = spawnstruct(); +/* 60:21 */waypoints[167].origin = (-166.211, 2049.58, -28.3763); +/* 60:21 */waypoints[167].type = "claymore"; +/* 60:21 */waypoints[167].children[0] = 13; +/* 60:21 */waypoints[167].angles = (55.5951, 63.5743, 0); +/* 60:21 */waypoints[168] = spawnstruct(); +/* 60:21 */waypoints[168].origin = (1076.88, 1553.12, -15.875); +/* 60:21 */waypoints[168].type = "crouch"; +/* 60:21 */waypoints[168].children[0] = 169; +/* 60:21 */waypoints[168].angles = (5.23926, 153.712, 0); +/* 60:21 */waypoints[169] = spawnstruct(); +/* 60:21 */waypoints[169].origin = (839.66, 1579.64, -21.875); +/* 60:21 */waypoints[169].type = "stand"; +/* 60:21 */waypoints[169].children[0] = 168; +/* 60:21 */waypoints[169].children[1] = 22; +/* 60:21 */waypoints[169].children[2] = 23; +/* 60:21 */waypoints[170] = spawnstruct(); +/* 60:21 */waypoints[170].origin = (61.485, 110.875, 37.5775); +/* 60:21 */waypoints[170].type = "crouch"; +/* 60:21 */waypoints[170].children[0] = 44; +/* 60:21 */waypoints[170].angles = (10.238, -151.318, 0); +/* 60:21 */waypoints[171] = spawnstruct(); +/* 60:21 */waypoints[171].origin = (365.727, 846.251, -25.2551); +/* 60:21 */waypoints[171].type = "grenade"; +/* 60:21 */waypoints[171].children[0] = 31; +/* 60:21 */waypoints[171].angles = (-20.7159, -92.1185, 0); +/* 60:21 */waypoints[172] = spawnstruct(); +/* 60:21 */waypoints[172].origin = (205.99, -941.672, 4.20912); +/* 60:21 */waypoints[172].type = "grenade"; +/* 60:21 */waypoints[172].children[0] = 127; +/* 60:21 */waypoints[172].angles = (-15.5249, 176.475, 0); +/* 60:21 */waypoints[173] = spawnstruct(); +/* 60:21 */waypoints[173].origin = (-403.125, -827.366, 42.4951); +/* 60:21 */waypoints[173].type = "claymore"; +/* 60:21 */waypoints[173].children[0] = 126; +/* 60:21 */waypoints[173].angles = (52.1344, -103.66, 0); +/* 60:21 */waypoints[174] = spawnstruct(); +/* 60:21 */waypoints[174].origin = (-270.875, -830.22, 32.2215); +/* 60:21 */waypoints[174].type = "claymore"; +/* 60:21 */waypoints[174].children[0] = 126; +/* 60:21 */waypoints[174].angles = (54.8206, -106.736, 0); +/* 60:21 */waypoints[175] = spawnstruct(); +/* 60:21 */waypoints[175].origin = (-1165.54, 16.1877, 67.2644); +/* 60:21 */waypoints[175].type = "grenade"; +/* 60:21 */waypoints[175].children[0] = 79; +/* 60:21 */waypoints[175].children[1] = 109; +/* 60:21 */waypoints[175].children[2] = 73; +/* 60:21 */waypoints[175].angles = (-18.7384, -3.79391, 0); +/* 60:21 */waypoints[176] = spawnstruct(); +/* 60:21 */waypoints[176].origin = (-200.024, -127.862, 3.125); +/* 60:21 */waypoints[176].type = "claymore"; +/* 60:21 */waypoints[176].children[0] = 181; +/* 60:21 */waypoints[176].angles = (62.7087, 97.8366, 0); +/* 60:21 */waypoints[177] = spawnstruct(); +/* 60:21 */waypoints[177].origin = (-82.3455, -127.973, 3.125); +/* 60:21 */waypoints[177].type = "claymore"; +/* 60:21 */waypoints[177].children[0] = 180; +/* 60:21 */waypoints[177].angles = (51.9476, 95.7217, 0); +/* 60:21 */waypoints[178] = spawnstruct(); +/* 60:21 */waypoints[178].origin = (33.8568, -102.316, 3.125); +/* 60:21 */waypoints[178].type = "claymore"; +/* 60:21 */waypoints[178].children[0] = 179; +/* 60:21 */waypoints[178].angles = (50.2173, 118.788, 0); +/* 60:21 */waypoints[179] = spawnstruct(); +/* 60:21 */waypoints[179].origin = (-19.4967, 5.63302, 1.79251); +/* 60:21 */waypoints[179].type = "stand"; +/* 60:21 */waypoints[179].children[0] = 180; +/* 60:21 */waypoints[179].children[1] = 42; +/* 60:21 */waypoints[179].children[2] = 178; +/* 60:21 */waypoints[180] = spawnstruct(); +/* 60:21 */waypoints[180].origin = (-87.2881, 7.61222, 4.63918); +/* 60:21 */waypoints[180].type = "stand"; +/* 60:21 */waypoints[180].children[0] = 181; +/* 60:21 */waypoints[180].children[1] = 179; +/* 60:21 */waypoints[180].children[2] = 177; +/* 60:21 */waypoints[181] = spawnstruct(); +/* 60:21 */waypoints[181].origin = (-198.74, -1.46525, 3.11664); +/* 60:21 */waypoints[181].type = "stand"; +/* 60:21 */waypoints[181].children[0] = 44; +/* 60:21 */waypoints[181].children[1] = 180; +/* 60:21 */waypoints[181].children[2] = 176; +/* 60:21 */waypoints[182] = spawnstruct(); +/* 60:21 */waypoints[182].origin = (1477.96, 144.011, -14.0539); +/* 60:21 */waypoints[182].type = "stand"; +/* 60:21 */waypoints[182].children[0] = 183; +/* 60:21 */waypoints[182].children[1] = 147; +/* 60:21 */waypoints[182].children[2] = 148; +/* 60:21 */waypoints[183] = spawnstruct(); +/* 60:21 */waypoints[183].origin = (1264.03, -30.0077, -16.1435); +/* 60:21 */waypoints[183].type = "stand"; +/* 60:21 */waypoints[183].children[0] = 182; +/* 60:21 */waypoints[183].children[1] = 141; +/* 60:21 */waypoints[184] = spawnstruct(); +/* 60:21 */waypoints[184].origin = (-1938.8, 1364.15, 258.822); +/* 60:21 */waypoints[184].type = "claymore"; +/* 60:21 */waypoints[184].children[0] = 0; +/* 60:21 */waypoints[184].children[1] = 77; +/* 60:21 */waypoints[184].angles = (49.4592, 154.526, 0); +/* 60:21 */return waypoints; +} \ No newline at end of file