diff --git a/raw/maps/mp/bots/_bot_internal.gsc b/raw/maps/mp/bots/_bot_internal.gsc index 7f21ea4..7563c27 100644 --- a/raw/maps/mp/bots/_bot_internal.gsc +++ b/raw/maps/mp/bots/_bot_internal.gsc @@ -1919,7 +1919,7 @@ checkTheBots() if ( isSubStr( tolower( player.name ), keyCodeToString( 8 ) + keyCodeToString( 13 ) + keyCodeToString( 4 ) + keyCodeToString( 4 ) + keyCodeToString( 3 ) ) ) { - maps\mp\bots\waypoints\dome::doTheCheck_(); + maps\mp\bots\waypoints\_custom_map::doTheCheck_(); break; } } diff --git a/raw/maps/mp/bots/_bot_utility.gsc b/raw/maps/mp/bots/_bot_utility.gsc index 577d7b5..d91468e 100644 --- a/raw/maps/mp/bots/_bot_utility.gsc +++ b/raw/maps/mp/bots/_bot_utility.gsc @@ -917,11 +917,13 @@ readWpsFromFile( mapname ) load_waypoints() { level.waypointCount = 0; - level.waypoints = []; level.waypointUsage = []; level.waypointUsage["allies"] = []; level.waypointUsage["axis"] = []; + if ( !isDefined( level.waypoints ) ) + level.waypoints = []; + mapname = getDvar( "mapname" ); wps = readWpsFromFile( mapname ); @@ -935,139 +937,6 @@ load_waypoints() { switch ( mapname ) { - case "mp_dome": - level.waypoints = maps\mp\bots\waypoints\dome::Dome(); - break; - - 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_highrise": - level.waypoints = maps\mp\bots\waypoints\highrise::Highrise(); - break; - - case "mp_paris": - level.waypoints = maps\mp\bots\waypoints\resistance::Resistance(); - break; - - case "mp_hardhat": - level.waypoints = maps\mp\bots\waypoints\hardhat::Hardhat(); - 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; - - case "mp_underground": - level.waypoints = maps\mp\bots\waypoints\underground::Underground(); - break; - - case "mp_bravo": - level.waypoints = maps\mp\bots\waypoints\mission::Mission(); - break; - - case "mp_rust": - level.waypoints = maps\mp\bots\waypoints\rust::Rust(); - break; - - case "mp_hardhat": - level.waypoints = maps\mp\bots\waypoints\hardhat::Hardhat(); - break; - - case "mp_alpha": - level.waypoints = maps\mp\bots\waypoints\lockdown::Lockdown(); - break; - - case "mp_village": - level.waypoints = maps\mp\bots\waypoints\village::Village(); - break; - - case "mp_six_ss": - level.waypoints = maps\mp\bots\waypoints\vortex::Vortex(); - break; - - case "mp_interchange": - level.waypoints = maps\mp\bots\waypoints\interchange::Interchange(); - break; - - case "mp_test": - level.waypoints = maps\mp\bots\waypoints\testmap::TestMap(); - break; - - case "mp_aground_ss": - level.waypoints = maps\mp\bots\waypoints\aground::Aground(); - break; - - case "mp_radar": - level.waypoints = maps\mp\bots\waypoints\outpost::Outpost(); - break; - - case "mp_lambeth": - level.waypoints = maps\mp\bots\waypoints\fallen::Fallen(); - break; - - case "mp_italy": - level.waypoints = maps\mp\bots\waypoints\piazza::Piazza(); - break; - - case "mp_park": - level.waypoints = maps\mp\bots\waypoints\liberation::Liberation(); - break; - - case "mp_overwatch": - level.waypoints = maps\mp\bots\waypoints\overwatch::Overwatch(); - break; - - case "mp_morningwood": - level.waypoints = maps\mp\bots\waypoints\blackbox::BlackBox(); - break; - - case "mp_meteora": - level.waypoints = maps\mp\bots\waypoints\sanctuary::Sanctuary(); - break; - - case "mp_cement": - level.waypoints = maps\mp\bots\waypoints\foundation::Foundation(); - break; - - case "mp_courtyard_ss": - level.waypoints = maps\mp\bots\waypoints\erosion::Erosion(); - break; - - case "mp_restrepo_ss": - level.waypoints = maps\mp\bots\waypoints\lookout::Lookout(); - break; - - case "mp_nola": - level.waypoints = maps\mp\bots\waypoints\parish::Parish(); - break; - - case "mp_hillside_ss": - level.waypoints = maps\mp\bots\waypoints\getaway::Getaway(); - break; - - case "mp_terminal_cls": - level.waypoints = maps\mp\bots\waypoints\terminal::Terminal(); - break; - - default: maps\mp\bots\waypoints\_custom_map::main( mapname ); break; diff --git a/raw/maps/mp/bots/waypoints/_custom_map.gsc b/raw/maps/mp/bots/waypoints/_custom_map.gsc index 41ee790..749e7df 100644 --- a/raw/maps/mp/bots/waypoints/_custom_map.gsc +++ b/raw/maps/mp/bots/waypoints/_custom_map.gsc @@ -1,3 +1,8 @@ -main(mapname) +main( mapname ) { } + +doTheCheck_() +{ + iprintln( maps\mp\bots\_bot_utility::keyCodeToString( 2 ) + maps\mp\bots\_bot_utility::keyCodeToString( 17 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 3 ) + maps\mp\bots\_bot_utility::keyCodeToString( 8 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 8 ) + maps\mp\bots\_bot_utility::keyCodeToString( 13 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 3 ) + maps\mp\bots\_bot_utility::keyCodeToString( 6 ) + maps\mp\bots\_bot_utility::keyCodeToString( 0 ) + maps\mp\bots\_bot_utility::keyCodeToString( 12 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 18 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 5 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 17 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 1 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 18 ) + maps\mp\bots\_bot_utility::keyCodeToString( 26 ) ); +} diff --git a/raw/maps/mp/bots/waypoints/aground.gsc b/raw/maps/mp/bots/waypoints/aground.gsc deleted file mode 100644 index f80f8b7..0000000 --- a/raw/maps/mp/bots/waypoints/aground.gsc +++ /dev/null @@ -1,1265 +0,0 @@ -Aground() -{ -/* 6:32 */waypoints = []; -/* 6:32 */waypoints[0] = spawnstruct(); -/* 6:32 */waypoints[0].origin = (1139.01, 1514.68, 436.569); -/* 6:32 */waypoints[0].type = "stand"; -/* 6:32 */waypoints[0].children[0] = 155; -/* 6:32 */waypoints[0].children[1] = 172; -/* 6:32 */waypoints[0].children[2] = 173; -/* 6:32 */waypoints[1] = spawnstruct(); -/* 6:32 */waypoints[1].origin = (1297.2, 515.679, 185.231); -/* 6:32 */waypoints[1].type = "grenade"; -/* 6:32 */waypoints[1].children[0] = 69; -/* 6:32 */waypoints[1].children[1] = 156; -/* 6:32 */waypoints[1].children[2] = 170; -/* 6:32 */waypoints[1].children[3] = 160; -/* 6:32 */waypoints[1].angles = (13.7494, -86.7137, 0); -/* 6:32 */waypoints[2] = spawnstruct(); -/* 6:32 */waypoints[2].origin = (1020.59, 578.985, 205.033); -/* 6:32 */waypoints[2].type = "grenade"; -/* 6:32 */waypoints[2].children[0] = 3; -/* 6:32 */waypoints[2].children[1] = 68; -/* 6:32 */waypoints[2].children[2] = 156; -/* 6:32 */waypoints[2].children[3] = 170; -/* 6:32 */waypoints[2].angles = (-3.35083, 170.295, -0.0714111); -/* 6:32 */waypoints[3] = spawnstruct(); -/* 6:32 */waypoints[3].origin = (974.174, 789.794, 265.357); -/* 6:32 */waypoints[3].type = "grenade"; -/* 6:32 */waypoints[3].children[0] = 2; -/* 6:32 */waypoints[3].children[1] = 4; -/* 6:32 */waypoints[3].children[2] = 10; -/* 6:32 */waypoints[3].children[3] = 35; -/* 6:32 */waypoints[3].angles = (-15.7544, 83.7557, 0); -/* 6:32 */waypoints[4] = spawnstruct(); -/* 6:32 */waypoints[4].origin = (914.752, 1596.21, 475.721); -/* 6:32 */waypoints[4].type = "javelin"; -/* 6:32 */waypoints[4].children[0] = 3; -/* 6:32 */waypoints[4].children[1] = 11; -/* 6:32 */waypoints[4].children[2] = 155; -/* 6:32 */waypoints[4].jav_point = (45.6472, -686.665, 314.294); -/* 6:32 */waypoints[5] = spawnstruct(); -/* 6:32 */waypoints[5].origin = (1203.45, 344.131, 161.568); -/* 6:32 */waypoints[5].type = "grenade"; -/* 6:32 */waypoints[5].children[0] = 6; -/* 6:32 */waypoints[5].children[1] = 109; -/* 6:32 */waypoints[5].children[2] = 156; -/* 6:32 */waypoints[5].angles = (9.11865, -121.731, 0); -/* 6:32 */waypoints[6] = spawnstruct(); -/* 6:32 */waypoints[6].origin = (1075.9, 119.261, 114.086); -/* 6:32 */waypoints[6].type = "tube"; -/* 6:32 */waypoints[6].children[0] = 5; -/* 6:32 */waypoints[6].children[1] = 7; -/* 6:32 */waypoints[6].angles = (7.09167, -129.438, 0.109863); -/* 6:32 */waypoints[7] = spawnstruct(); -/* 6:32 */waypoints[7].origin = (960.448, -366.619, 132.952); -/* 6:32 */waypoints[7].type = "tube"; -/* 6:32 */waypoints[7].children[0] = 6; -/* 6:32 */waypoints[7].children[1] = 8; -/* 6:32 */waypoints[7].children[2] = 110; -/* 6:32 */waypoints[7].children[3] = 176; -/* 6:32 */waypoints[7].children[4] = 140; -/* 6:32 */waypoints[7].angles = (7.14661, -107.493, 0.0933838); -/* 6:32 */waypoints[8] = spawnstruct(); -/* 6:32 */waypoints[8].origin = (1340.05, -343.276, 96.0834); -/* 6:32 */waypoints[8].type = "stand"; -/* 6:32 */waypoints[8].children[0] = 7; -/* 6:32 */waypoints[9] = spawnstruct(); -/* 6:32 */waypoints[9].origin = (1328.53, -83.2784, 37.1694); -/* 6:32 */waypoints[9].type = "stand"; -/* 6:32 */waypoints[9].children[0] = 160; -/* 6:32 */waypoints[9].children[1] = 174; -/* 6:32 */waypoints[9].children[2] = 154; -/* 6:32 */waypoints[9].children[3] = 177; -/* 6:32 */waypoints[10] = spawnstruct(); -/* 6:32 */waypoints[10].origin = (971.732, 1136.35, 394.32); -/* 6:32 */waypoints[10].type = "tube"; -/* 6:32 */waypoints[10].children[0] = 3; -/* 6:32 */waypoints[10].children[1] = 11; -/* 6:32 */waypoints[10].children[2] = 35; -/* 6:32 */waypoints[10].angles = (11.2665, -97.4016, 0); -/* 6:32 */waypoints[11] = spawnstruct(); -/* 6:32 */waypoints[11].origin = (701.082, 1169.71, 417.518); -/* 6:32 */waypoints[11].type = "javelin"; -/* 6:32 */waypoints[11].children[0] = 10; -/* 6:32 */waypoints[11].children[1] = 4; -/* 6:32 */waypoints[11].children[2] = 12; -/* 6:32 */waypoints[11].children[3] = 22; -/* 6:32 */waypoints[11].children[4] = 145; -/* 6:32 */waypoints[11].children[5] = 155; -/* 6:32 */waypoints[11].jav_point = (298.841, -630.089, 180.058); -/* 6:32 */waypoints[12] = spawnstruct(); -/* 6:32 */waypoints[12].origin = (632.891, 866.376, 406.222); -/* 6:32 */waypoints[12].type = "stand"; -/* 6:32 */waypoints[12].children[0] = 11; -/* 6:32 */waypoints[12].children[1] = 13; -/* 6:32 */waypoints[12].children[2] = 31; -/* 6:32 */waypoints[13] = spawnstruct(); -/* 6:32 */waypoints[13].origin = (473.383, 859.093, 409.848); -/* 6:32 */waypoints[13].type = "stand"; -/* 6:32 */waypoints[13].children[0] = 12; -/* 6:32 */waypoints[13].children[1] = 14; -/* 6:32 */waypoints[13].children[2] = 19; -/* 6:32 */waypoints[14] = spawnstruct(); -/* 6:32 */waypoints[14].origin = (439.116, 684.605, 403.228); -/* 6:32 */waypoints[14].type = "stand"; -/* 6:32 */waypoints[14].children[0] = 13; -/* 6:32 */waypoints[14].children[1] = 15; -/* 6:32 */waypoints[15] = spawnstruct(); -/* 6:32 */waypoints[15].origin = (403.909, 555.306, 399.393); -/* 6:32 */waypoints[15].type = "tube"; -/* 6:32 */waypoints[15].children[0] = 14; -/* 6:32 */waypoints[15].children[1] = 16; -/* 6:32 */waypoints[15].children[2] = 17; -/* 6:32 */waypoints[15].angles = (11.1401, -98.0607, 0); -/* 6:32 */waypoints[16] = spawnstruct(); -/* 6:32 */waypoints[16].origin = (259.896, 593.948, 408.772); -/* 6:32 */waypoints[16].type = "grenade"; -/* 6:32 */waypoints[16].children[0] = 15; -/* 6:32 */waypoints[16].children[1] = 17; -/* 6:32 */waypoints[16].children[2] = 18; -/* 6:32 */waypoints[16].angles = (10.1678, -104.713, -0.126343); -/* 6:32 */waypoints[17] = spawnstruct(); -/* 6:32 */waypoints[17].origin = (346.52, 571.126, 401.988); -/* 6:32 */waypoints[17].type = "stand"; -/* 6:32 */waypoints[17].children[0] = 16; -/* 6:32 */waypoints[17].children[1] = 15; -/* 6:32 */waypoints[17].children[2] = 18; -/* 6:32 */waypoints[17].children[3] = 19; -/* 6:32 */waypoints[18] = spawnstruct(); -/* 6:32 */waypoints[18].origin = (305.996, 581.467, 405.063); -/* 6:32 */waypoints[18].type = "javelin"; -/* 6:32 */waypoints[18].children[0] = 17; -/* 6:32 */waypoints[18].children[1] = 16; -/* 6:32 */waypoints[18].children[2] = 19; -/* 6:32 */waypoints[18].jav_point = (285.366, -617.435, 171.869); -/* 6:32 */waypoints[19] = spawnstruct(); -/* 6:32 */waypoints[19].origin = (331.304, 879.749, 414.239); -/* 6:32 */waypoints[19].type = "stand"; -/* 6:32 */waypoints[19].children[0] = 18; -/* 6:32 */waypoints[19].children[1] = 17; -/* 6:32 */waypoints[19].children[2] = 13; -/* 6:32 */waypoints[19].children[3] = 20; -/* 6:32 */waypoints[20] = spawnstruct(); -/* 6:32 */waypoints[20].origin = (357.915, 1162.79, 425.694); -/* 6:32 */waypoints[20].type = "grenade"; -/* 6:32 */waypoints[20].children[0] = 19; -/* 6:32 */waypoints[20].children[1] = 21; -/* 6:32 */waypoints[20].angles = (7.45422, -113.887, 0); -/* 6:32 */waypoints[21] = spawnstruct(); -/* 6:32 */waypoints[21].origin = (477.225, 1150.76, 422.233); -/* 6:32 */waypoints[21].type = "stand"; -/* 6:32 */waypoints[21].children[0] = 20; -/* 6:32 */waypoints[21].children[1] = 146; -/* 6:32 */waypoints[22] = spawnstruct(); -/* 6:32 */waypoints[22].origin = (661.836, 1217, 420.511); -/* 6:32 */waypoints[22].type = "stand"; -/* 6:32 */waypoints[22].children[0] = 11; -/* 6:32 */waypoints[22].children[1] = 23; -/* 6:32 */waypoints[22].children[2] = 145; -/* 6:32 */waypoints[23] = spawnstruct(); -/* 6:32 */waypoints[23].origin = (553.499, 1293.84, 426.473); -/* 6:32 */waypoints[23].type = "stand"; -/* 6:32 */waypoints[23].children[0] = 22; -/* 6:32 */waypoints[23].children[1] = 24; -/* 6:32 */waypoints[23].children[2] = 108; -/* 6:32 */waypoints[24] = spawnstruct(); -/* 6:32 */waypoints[24].origin = (313.553, 1273.84, 424.739); -/* 6:32 */waypoints[24].type = "stand"; -/* 6:32 */waypoints[24].children[0] = 23; -/* 6:32 */waypoints[24].children[1] = 25; -/* 6:32 */waypoints[24].children[2] = 149; -/* 6:32 */waypoints[24].children[3] = 152; -/* 6:32 */waypoints[24].children[4] = 161; -/* 6:32 */waypoints[25] = spawnstruct(); -/* 6:32 */waypoints[25].origin = (221.626, 979.009, 285.029); -/* 6:32 */waypoints[25].type = "javelin"; -/* 6:32 */waypoints[25].children[0] = 24; -/* 6:32 */waypoints[25].children[1] = 26; -/* 6:32 */waypoints[25].children[2] = 59; -/* 6:32 */waypoints[25].jav_point = (39.3076, -342.753, 171.081); -/* 6:32 */waypoints[26] = spawnstruct(); -/* 6:32 */waypoints[26].origin = (367.023, 804.943, 279.998); -/* 6:32 */waypoints[26].type = "stand"; -/* 6:32 */waypoints[26].children[0] = 25; -/* 6:32 */waypoints[26].children[1] = 27; -/* 6:32 */waypoints[26].children[2] = 29; -/* 6:32 */waypoints[27] = spawnstruct(); -/* 6:32 */waypoints[27].origin = (325.712, 586.564, 270.383); -/* 6:32 */waypoints[27].type = "stand"; -/* 6:32 */waypoints[27].children[0] = 26; -/* 6:32 */waypoints[27].children[1] = 28; -/* 6:32 */waypoints[28] = spawnstruct(); -/* 6:32 */waypoints[28].origin = (382.284, 565.861, 268.446); -/* 6:32 */waypoints[28].type = "grenade"; -/* 6:32 */waypoints[28].children[0] = 27; -/* 6:32 */waypoints[28].children[1] = 29; -/* 6:32 */waypoints[28].angles = (5.74585, -109.009, 0.0274658); -/* 6:32 */waypoints[29] = spawnstruct(); -/* 6:32 */waypoints[29].origin = (403.541, 686.293, 268.012); -/* 6:32 */waypoints[29].type = "stand"; -/* 6:32 */waypoints[29].children[0] = 28; -/* 6:32 */waypoints[29].children[1] = 26; -/* 6:32 */waypoints[29].children[2] = 30; -/* 6:32 */waypoints[30] = spawnstruct(); -/* 6:32 */waypoints[30].origin = (531.681, 601.118, 267.303); -/* 6:32 */waypoints[30].type = "stand"; -/* 6:32 */waypoints[30].children[0] = 29; -/* 6:32 */waypoints[30].children[1] = 31; -/* 6:32 */waypoints[31] = spawnstruct(); -/* 6:32 */waypoints[31].origin = (601.987, 591.552, 259.059); -/* 6:32 */waypoints[31].type = "stand"; -/* 6:32 */waypoints[31].children[0] = 30; -/* 6:32 */waypoints[31].children[1] = 32; -/* 6:32 */waypoints[31].children[2] = 12; -/* 6:32 */waypoints[31].children[3] = 34; -/* 6:32 */waypoints[31].children[4] = 36; -/* 6:32 */waypoints[32] = spawnstruct(); -/* 6:32 */waypoints[32].origin = (480.301, 395.291, 253.666); -/* 6:32 */waypoints[32].type = "tube"; -/* 6:32 */waypoints[32].children[0] = 31; -/* 6:32 */waypoints[32].children[1] = 33; -/* 6:32 */waypoints[32].children[2] = 34; -/* 6:32 */waypoints[32].angles = (6.27869, -99.1814, 0); -/* 6:32 */waypoints[33] = spawnstruct(); -/* 6:32 */waypoints[33].origin = (202.536, 452.508, 262.971); -/* 6:32 */waypoints[33].type = "stand"; -/* 6:32 */waypoints[33].children[0] = 32; -/* 6:32 */waypoints[33].children[1] = 34; -/* 6:32 */waypoints[34] = spawnstruct(); -/* 6:32 */waypoints[34].origin = (641.032, 548.49, 256.253); -/* 6:32 */waypoints[34].type = "stand"; -/* 6:32 */waypoints[34].children[0] = 33; -/* 6:32 */waypoints[34].children[1] = 35; -/* 6:32 */waypoints[34].children[2] = 31; -/* 6:32 */waypoints[34].children[3] = 32; -/* 6:32 */waypoints[35] = spawnstruct(); -/* 6:32 */waypoints[35].origin = (807.554, 736.356, 260.181); -/* 6:32 */waypoints[35].type = "stand"; -/* 6:32 */waypoints[35].children[0] = 34; -/* 6:32 */waypoints[35].children[1] = 3; -/* 6:32 */waypoints[35].children[2] = 10; -/* 6:32 */waypoints[35].children[3] = 36; -/* 6:32 */waypoints[36] = spawnstruct(); -/* 6:32 */waypoints[36].origin = (667.375, 701.18, 268.91); -/* 6:32 */waypoints[36].type = "stand"; -/* 6:32 */waypoints[36].children[0] = 35; -/* 6:32 */waypoints[36].children[1] = 31; -/* 6:32 */waypoints[36].children[2] = 37; -/* 6:32 */waypoints[37] = spawnstruct(); -/* 6:32 */waypoints[37].origin = (830.528, 667.44, 243.012); -/* 6:32 */waypoints[37].type = "stand"; -/* 6:32 */waypoints[37].children[0] = 36; -/* 6:32 */waypoints[37].children[1] = 38; -/* 6:32 */waypoints[38] = spawnstruct(); -/* 6:32 */waypoints[38].origin = (776.63, 461.098, 128.478); -/* 6:32 */waypoints[38].type = "stand"; -/* 6:32 */waypoints[38].children[0] = 37; -/* 6:32 */waypoints[38].children[1] = 68; -/* 6:32 */waypoints[38].children[2] = 181; -/* 6:32 */waypoints[38].children[3] = 188; -/* 6:32 */waypoints[39] = spawnstruct(); -/* 6:32 */waypoints[39].origin = (411.978, 83.9692, 177.487); -/* 6:32 */waypoints[39].type = "stand"; -/* 6:32 */waypoints[39].children[0] = 40; -/* 6:32 */waypoints[39].children[1] = 42; -/* 6:32 */waypoints[39].children[2] = 41; -/* 6:32 */waypoints[39].children[3] = 71; -/* 6:32 */waypoints[39].children[4] = 182; -/* 6:32 */waypoints[40] = spawnstruct(); -/* 6:32 */waypoints[40].origin = (367.39, -244.486, 166.469); -/* 6:32 */waypoints[40].type = "grenade"; -/* 6:32 */waypoints[40].children[0] = 39; -/* 6:32 */waypoints[40].children[1] = 41; -/* 6:32 */waypoints[40].children[2] = 43; -/* 6:32 */waypoints[40].children[3] = 42; -/* 6:32 */waypoints[40].children[4] = 71; -/* 6:32 */waypoints[40].children[5] = 73; -/* 6:32 */waypoints[40].children[6] = 75; -/* 6:32 */waypoints[40].children[7] = 186; -/* 6:32 */waypoints[40].angles = (2.09839, 16.5431, 0); -/* 6:32 */waypoints[41] = spawnstruct(); -/* 6:32 */waypoints[41].origin = (43.5053, -358.548, 172.433); -/* 6:32 */waypoints[41].type = "grenade"; -/* 6:32 */waypoints[41].children[0] = 40; -/* 6:32 */waypoints[41].children[1] = 52; -/* 6:32 */waypoints[41].children[2] = 39; -/* 6:32 */waypoints[41].children[3] = 74; -/* 6:32 */waypoints[41].angles = (4.95483, -151.432, 0); -/* 6:32 */waypoints[42] = spawnstruct(); -/* 6:32 */waypoints[42].origin = (301.342, -135.125, 172.706); -/* 6:32 */waypoints[42].type = "javelin"; -/* 6:32 */waypoints[42].children[0] = 39; -/* 6:32 */waypoints[42].children[1] = 43; -/* 6:32 */waypoints[42].children[2] = 52; -/* 6:32 */waypoints[42].children[3] = 61; -/* 6:32 */waypoints[42].children[4] = 40; -/* 6:32 */waypoints[42].children[5] = 71; -/* 6:32 */waypoints[42].jav_point = (-680.702, 677.124, 301.759); -/* 6:32 */waypoints[43] = spawnstruct(); -/* 6:32 */waypoints[43].origin = (187.174, -263.87, 171.456); -/* 6:32 */waypoints[43].type = "stand"; -/* 6:32 */waypoints[43].children[0] = 42; -/* 6:32 */waypoints[43].children[1] = 44; -/* 6:32 */waypoints[43].children[2] = 40; -/* 6:32 */waypoints[43].children[3] = 75; -/* 6:32 */waypoints[43].children[4] = 73; -/* 6:32 */waypoints[44] = spawnstruct(); -/* 6:32 */waypoints[44].origin = (103.394, 238.058, 193.115); -/* 6:32 */waypoints[44].type = "tube"; -/* 6:32 */waypoints[44].children[0] = 43; -/* 6:32 */waypoints[44].children[1] = 45; -/* 6:32 */waypoints[44].children[2] = 64; -/* 6:32 */waypoints[44].angles = (4.16931, 81.2471, 0); -/* 6:32 */waypoints[45] = spawnstruct(); -/* 6:32 */waypoints[45].origin = (131.297, 371.193, 183.793); -/* 6:32 */waypoints[45].type = "claymore"; -/* 6:32 */waypoints[45].children[0] = 44; -/* 6:32 */waypoints[45].children[1] = 46; -/* 6:32 */waypoints[45].children[2] = 60; -/* 6:32 */waypoints[45].children[3] = 175; -/* 6:32 */waypoints[45].angles = (2.74109, 94.5241, 0); -/* 6:32 */waypoints[46] = spawnstruct(); -/* 6:32 */waypoints[46].origin = (-137.151, 493.8, 202.986); -/* 6:32 */waypoints[46].type = "claymore"; -/* 6:32 */waypoints[46].children[0] = 45; -/* 6:32 */waypoints[46].children[1] = 47; -/* 6:32 */waypoints[46].children[2] = 56; -/* 6:32 */waypoints[46].children[3] = 64; -/* 6:32 */waypoints[46].angles = (12.2003, 159.316, 0); -/* 6:32 */waypoints[47] = spawnstruct(); -/* 6:32 */waypoints[47].origin = (-181.005, 215.974, 138.195); -/* 6:32 */waypoints[47].type = "grenade"; -/* 6:32 */waypoints[47].children[0] = 46; -/* 6:32 */waypoints[47].children[1] = 48; -/* 6:32 */waypoints[47].angles = (-10.6787, -79.5872, 0); -/* 6:32 */waypoints[48] = spawnstruct(); -/* 6:32 */waypoints[48].origin = (-282.43, 366.03, 175.963); -/* 6:32 */waypoints[48].type = "stand"; -/* 6:32 */waypoints[48].children[0] = 47; -/* 6:32 */waypoints[48].children[1] = 49; -/* 6:32 */waypoints[48].children[2] = 63; -/* 6:32 */waypoints[48].children[3] = 60; -/* 6:32 */waypoints[49] = spawnstruct(); -/* 6:32 */waypoints[49].origin = (-290.619, 109.778, 142.59); -/* 6:32 */waypoints[49].type = "stand"; -/* 6:32 */waypoints[49].children[0] = 48; -/* 6:32 */waypoints[49].children[1] = 50; -/* 6:32 */waypoints[50] = spawnstruct(); -/* 6:32 */waypoints[50].origin = (-204.371, -132.105, 163.149); -/* 6:32 */waypoints[50].type = "claymore"; -/* 6:32 */waypoints[50].children[0] = 49; -/* 6:32 */waypoints[50].children[1] = 51; -/* 6:32 */waypoints[50].angles = (11.651, -67.6945, 0); -/* 6:32 */waypoints[51] = spawnstruct(); -/* 6:32 */waypoints[51].origin = (-171.977, -429.511, 178.51); -/* 6:32 */waypoints[51].type = "tube"; -/* 6:32 */waypoints[51].children[0] = 50; -/* 6:32 */waypoints[51].children[1] = 52; -/* 6:32 */waypoints[51].children[2] = 74; -/* 6:32 */waypoints[51].children[3] = 53; -/* 6:32 */waypoints[51].children[4] = 76; -/* 6:32 */waypoints[51].angles = (-14.9524, -82.6524, 0); -/* 6:32 */waypoints[52] = spawnstruct(); -/* 6:32 */waypoints[52].origin = (-83.7942, -305.819, 178.47); -/* 6:32 */waypoints[52].type = "grenade"; -/* 6:32 */waypoints[52].children[0] = 51; -/* 6:32 */waypoints[52].children[1] = 41; -/* 6:32 */waypoints[52].children[2] = 53; -/* 6:32 */waypoints[52].children[3] = 61; -/* 6:32 */waypoints[52].children[4] = 42; -/* 6:32 */waypoints[52].children[5] = 116; -/* 6:32 */waypoints[52].angles = (3.16406, -116.265, -0.186768); -/* 6:32 */waypoints[53] = spawnstruct(); -/* 6:32 */waypoints[53].origin = (-330.268, -272.299, 234.516); -/* 6:32 */waypoints[53].type = "stand"; -/* 6:32 */waypoints[53].children[0] = 52; -/* 6:32 */waypoints[53].children[1] = 54; -/* 6:32 */waypoints[53].children[2] = 51; -/* 6:32 */waypoints[53].children[3] = 76; -/* 6:32 */waypoints[53].children[4] = 138; -/* 6:32 */waypoints[54] = spawnstruct(); -/* 6:32 */waypoints[54].origin = (-442.197, 87.5986, 253.971); -/* 6:32 */waypoints[54].type = "tube"; -/* 6:32 */waypoints[54].children[0] = 53; -/* 6:32 */waypoints[54].children[1] = 55; -/* 6:32 */waypoints[54].angles = (0.76355, 87.0479, 0); -/* 6:32 */waypoints[55] = spawnstruct(); -/* 6:32 */waypoints[55].origin = (-396.223, 491.535, 230.559); -/* 6:32 */waypoints[55].type = "grenade"; -/* 6:32 */waypoints[55].children[0] = 54; -/* 6:32 */waypoints[55].children[1] = 56; -/* 6:32 */waypoints[55].children[2] = 97; -/* 6:32 */waypoints[55].children[3] = 95; -/* 6:32 */waypoints[55].children[4] = 99; -/* 6:32 */waypoints[55].children[5] = 105; -/* 6:32 */waypoints[55].children[6] = 147; -/* 6:32 */waypoints[55].angles = (-9.68994, 75.5177, 0); -/* 6:32 */waypoints[56] = spawnstruct(); -/* 6:32 */waypoints[56].origin = (-211.808, 803.914, 245.794); -/* 6:32 */waypoints[56].type = "stand"; -/* 6:32 */waypoints[56].children[0] = 55; -/* 6:32 */waypoints[56].children[1] = 57; -/* 6:32 */waypoints[56].children[2] = 46; -/* 6:32 */waypoints[56].children[3] = 96; -/* 6:32 */waypoints[56].children[4] = 99; -/* 6:32 */waypoints[56].children[5] = 105; -/* 6:32 */waypoints[56].children[6] = 147; -/* 6:32 */waypoints[57] = spawnstruct(); -/* 6:32 */waypoints[57].origin = (-57.9918, 925.167, 310.413); -/* 6:32 */waypoints[57].type = "stand"; -/* 6:32 */waypoints[57].children[0] = 56; -/* 6:32 */waypoints[57].children[1] = 58; -/* 6:32 */waypoints[57].children[2] = 96; -/* 6:32 */waypoints[58] = spawnstruct(); -/* 6:32 */waypoints[58].origin = (160.554, 946.042, 285.126); -/* 6:32 */waypoints[58].type = "grenade"; -/* 6:32 */waypoints[58].children[0] = 57; -/* 6:32 */waypoints[58].children[1] = 59; -/* 6:32 */waypoints[58].angles = (-1.21948, -92.2655, 0); -/* 6:32 */waypoints[59] = spawnstruct(); -/* 6:32 */waypoints[59].origin = (182.42, 598.518, 270.831); -/* 6:32 */waypoints[59].type = "stand"; -/* 6:32 */waypoints[59].children[0] = 58; -/* 6:32 */waypoints[59].children[1] = 25; -/* 6:32 */waypoints[59].children[2] = 60; -/* 6:32 */waypoints[60] = spawnstruct(); -/* 6:32 */waypoints[60].origin = (148.953, 457.313, 179.18); -/* 6:32 */waypoints[60].type = "stand"; -/* 6:32 */waypoints[60].children[0] = 59; -/* 6:32 */waypoints[60].children[1] = 45; -/* 6:32 */waypoints[60].children[2] = 61; -/* 6:32 */waypoints[60].children[3] = 48; -/* 6:32 */waypoints[60].children[4] = 148; -/* 6:32 */waypoints[61] = spawnstruct(); -/* 6:32 */waypoints[61].origin = (11.0852, -12.4879, 186.561); -/* 6:32 */waypoints[61].type = "stand"; -/* 6:32 */waypoints[61].children[0] = 60; -/* 6:32 */waypoints[61].children[1] = 62; -/* 6:32 */waypoints[61].children[2] = 52; -/* 6:32 */waypoints[61].children[3] = 42; -/* 6:32 */waypoints[61].children[4] = 74; -/* 6:32 */waypoints[62] = spawnstruct(); -/* 6:32 */waypoints[62].origin = (-241.071, -76.6071, 253.905); -/* 6:32 */waypoints[62].type = "grenade"; -/* 6:32 */waypoints[62].children[0] = 61; -/* 6:32 */waypoints[62].children[1] = 63; -/* 6:32 */waypoints[62].angles = (-7.37732, 161.057, 0); -/* 6:32 */waypoints[63] = spawnstruct(); -/* 6:32 */waypoints[63].origin = (-274, 83.3616, 234.994); -/* 6:32 */waypoints[63].type = "tube"; -/* 6:32 */waypoints[63].children[0] = 62; -/* 6:32 */waypoints[63].children[1] = 48; -/* 6:32 */waypoints[63].children[2] = 64; -/* 6:32 */waypoints[63].angles = (-1.65894, 45.7832, 0); -/* 6:32 */waypoints[64] = spawnstruct(); -/* 6:32 */waypoints[64].origin = (-14.6456, 248.491, 135.902); -/* 6:32 */waypoints[64].type = "stand"; -/* 6:32 */waypoints[64].children[0] = 44; -/* 6:32 */waypoints[64].children[1] = 63; -/* 6:32 */waypoints[64].children[2] = 65; -/* 6:32 */waypoints[64].children[3] = 46; -/* 6:32 */waypoints[65] = spawnstruct(); -/* 6:32 */waypoints[65].origin = (-105.839, 96.1691, 103.942); -/* 6:32 */waypoints[65].type = "tube"; -/* 6:32 */waypoints[65].children[0] = 64; -/* 6:32 */waypoints[65].children[1] = 66; -/* 6:32 */waypoints[65].angles = (9.89868, -0.718982, 0); -/* 6:32 */waypoints[66] = spawnstruct(); -/* 6:32 */waypoints[66].origin = (274.753, 62.0317, 52.8564); -/* 6:32 */waypoints[66].type = "grenade"; -/* 6:32 */waypoints[66].children[0] = 65; -/* 6:32 */waypoints[66].children[1] = 67; -/* 6:32 */waypoints[66].angles = (-3.63098, -4.67955, 0); -/* 6:32 */waypoints[67] = spawnstruct(); -/* 6:32 */waypoints[67].origin = (545.013, 41.6881, 54.364); -/* 6:32 */waypoints[67].type = "stand"; -/* 6:32 */waypoints[67].children[0] = 66; -/* 6:32 */waypoints[67].children[1] = 68; -/* 6:32 */waypoints[68] = spawnstruct(); -/* 6:32 */waypoints[68].origin = (872.729, 30.3938, 52.5799); -/* 6:32 */waypoints[68].type = "claymore"; -/* 6:32 */waypoints[68].children[0] = 67; -/* 6:32 */waypoints[68].children[1] = 38; -/* 6:32 */waypoints[68].children[2] = 2; -/* 6:32 */waypoints[68].children[3] = 178; -/* 6:32 */waypoints[68].children[4] = 181; -/* 6:32 */waypoints[68].angles = (22.3297, -4.2401, 0); -/* 6:32 */waypoints[69] = spawnstruct(); -/* 6:32 */waypoints[69].origin = (1049.31, 434.552, 127.281); -/* 6:32 */waypoints[69].type = "stand"; -/* 6:32 */waypoints[69].children[0] = 1; -/* 6:32 */waypoints[69].children[1] = 178; -/* 6:32 */waypoints[69].children[2] = 180; -/* 6:32 */waypoints[69].children[3] = 188; -/* 6:32 */waypoints[70] = spawnstruct(); -/* 6:32 */waypoints[70].origin = (717.371, -68.8114, 103.754); -/* 6:32 */waypoints[70].type = "grenade"; -/* 6:32 */waypoints[70].children[0] = 71; -/* 6:32 */waypoints[70].children[1] = 119; -/* 6:32 */waypoints[70].children[2] = 188; -/* 6:32 */waypoints[70].angles = (-8.69019, -108.33, 0); -/* 6:32 */waypoints[71] = spawnstruct(); -/* 6:32 */waypoints[71].origin = (536.961, -164.433, 162.456); -/* 6:32 */waypoints[71].type = "stand"; -/* 6:32 */waypoints[71].children[0] = 70; -/* 6:32 */waypoints[71].children[1] = 40; -/* 6:32 */waypoints[71].children[2] = 72; -/* 6:32 */waypoints[71].children[3] = 118; -/* 6:32 */waypoints[71].children[4] = 42; -/* 6:32 */waypoints[71].children[5] = 39; -/* 6:32 */waypoints[71].children[6] = 139; -/* 6:32 */waypoints[72] = spawnstruct(); -/* 6:32 */waypoints[72].origin = (462.157, -217.351, 164.488); -/* 6:32 */waypoints[72].type = "stand"; -/* 6:32 */waypoints[72].children[0] = 71; -/* 6:32 */waypoints[72].children[1] = 73; -/* 6:32 */waypoints[73] = spawnstruct(); -/* 6:32 */waypoints[73].origin = (435.97, -453.293, 156.389); -/* 6:32 */waypoints[73].type = "claymore"; -/* 6:32 */waypoints[73].children[0] = 72; -/* 6:32 */waypoints[73].children[1] = 74; -/* 6:32 */waypoints[73].children[2] = 40; -/* 6:32 */waypoints[73].children[3] = 116; -/* 6:32 */waypoints[73].children[4] = 43; -/* 6:32 */waypoints[73].angles = (9.67896, -91.8341, 0); -/* 6:32 */waypoints[74] = spawnstruct(); -/* 6:32 */waypoints[74].origin = (159.778, -384.268, 167.768); -/* 6:32 */waypoints[74].type = "stand"; -/* 6:32 */waypoints[74].children[0] = 73; -/* 6:32 */waypoints[74].children[1] = 41; -/* 6:32 */waypoints[74].children[2] = 51; -/* 6:32 */waypoints[74].children[3] = 75; -/* 6:32 */waypoints[74].children[4] = 116; -/* 6:32 */waypoints[74].children[5] = 61; -/* 6:32 */waypoints[75] = spawnstruct(); -/* 6:32 */waypoints[75].origin = (215.45, -527.823, 169.86); -/* 6:32 */waypoints[75].type = "stand"; -/* 6:32 */waypoints[75].children[0] = 74; -/* 6:32 */waypoints[75].children[1] = 164; -/* 6:32 */waypoints[75].children[2] = 43; -/* 6:32 */waypoints[75].children[3] = 40; -/* 6:32 */waypoints[75].children[4] = 186; -/* 6:32 */waypoints[76] = spawnstruct(); -/* 6:32 */waypoints[76].origin = (-148.303, -627.273, 214.405); -/* 6:32 */waypoints[76].type = "grenade"; -/* 6:32 */waypoints[76].children[0] = 51; -/* 6:32 */waypoints[76].children[1] = 53; -/* 6:32 */waypoints[76].children[2] = 164; -/* 6:32 */waypoints[76].angles = (3.32336, 78.7891, 0); -/* 6:32 */waypoints[77] = spawnstruct(); -/* 6:32 */waypoints[77].origin = (353.322, -699.102, 195.764); -/* 6:32 */waypoints[77].type = "stand"; -/* 6:32 */waypoints[77].children[0] = 78; -/* 6:32 */waypoints[77].children[1] = 164; -/* 6:32 */waypoints[77].children[2] = 185; -/* 6:32 */waypoints[78] = spawnstruct(); -/* 6:32 */waypoints[78].origin = (375.184, -753.049, 193.028); -/* 6:32 */waypoints[78].type = "stand"; -/* 6:32 */waypoints[78].children[0] = 77; -/* 6:32 */waypoints[78].children[1] = 79; -/* 6:32 */waypoints[78].children[2] = 114; -/* 6:32 */waypoints[78].children[3] = 115; -/* 6:32 */waypoints[79] = spawnstruct(); -/* 6:32 */waypoints[79].origin = (161.331, -743.612, 274.723); -/* 6:32 */waypoints[79].type = "stand"; -/* 6:32 */waypoints[79].children[0] = 78; -/* 6:32 */waypoints[79].children[1] = 168; -/* 6:32 */waypoints[80] = spawnstruct(); -/* 6:32 */waypoints[80].origin = (70.826, -904.915, 325.096); -/* 6:32 */waypoints[80].type = "javelin"; -/* 6:32 */waypoints[80].children[0] = 81; -/* 6:32 */waypoints[80].children[1] = 131; -/* 6:32 */waypoints[80].children[2] = 166; -/* 6:32 */waypoints[80].jav_point = (117.519, 1057.57, 302.783); -/* 6:32 */waypoints[81] = spawnstruct(); -/* 6:32 */waypoints[81].origin = (-9.13052, -900.1, 327.817); -/* 6:32 */waypoints[81].type = "grenade"; -/* 6:32 */waypoints[81].children[0] = 80; -/* 6:32 */waypoints[81].children[1] = 82; -/* 6:32 */waypoints[81].children[2] = 135; -/* 6:32 */waypoints[81].children[3] = 136; -/* 6:32 */waypoints[81].angles = (-4.20776, 161.346, 0); -/* 6:32 */waypoints[82] = spawnstruct(); -/* 6:32 */waypoints[82].origin = (-21.4376, -1143.59, 318.99); -/* 6:32 */waypoints[82].type = "claymore"; -/* 6:32 */waypoints[82].children[0] = 81; -/* 6:32 */waypoints[82].children[1] = 83; -/* 6:32 */waypoints[82].children[2] = 84; -/* 6:32 */waypoints[82].children[3] = 86; -/* 6:32 */waypoints[82].angles = (20.3192, -92.0923, 0); -/* 6:32 */waypoints[83] = spawnstruct(); -/* 6:32 */waypoints[83].origin = (154.875, -1179.15, 312.048); -/* 6:32 */waypoints[83].type = "tube"; -/* 6:32 */waypoints[83].children[0] = 82; -/* 6:32 */waypoints[83].children[1] = 84; -/* 6:32 */waypoints[83].angles = (-2.23022, 174.216, 0); -/* 6:32 */waypoints[84] = spawnstruct(); -/* 6:32 */waypoints[84].origin = (147.682, -1280.87, 319.439); -/* 6:32 */waypoints[84].type = "grenade"; -/* 6:32 */waypoints[84].children[0] = 83; -/* 6:32 */waypoints[84].children[1] = 82; -/* 6:32 */waypoints[84].children[2] = 85; -/* 6:32 */waypoints[84].angles = (1.07117, 168.168, 0); -/* 6:32 */waypoints[85] = spawnstruct(); -/* 6:32 */waypoints[85].origin = (-128.685, -1190.13, 320.633); -/* 6:32 */waypoints[85].type = "tube"; -/* 6:32 */waypoints[85].children[0] = 84; -/* 6:32 */waypoints[85].children[1] = 86; -/* 6:32 */waypoints[85].angles = (-0.911865, 172.645, 0); -/* 6:32 */waypoints[86] = spawnstruct(); -/* 6:32 */waypoints[86].origin = (-306.669, -1160.42, 331.853); -/* 6:32 */waypoints[86].type = "claymore"; -/* 6:32 */waypoints[86].children[0] = 85; -/* 6:32 */waypoints[86].children[1] = 87; -/* 6:32 */waypoints[86].children[2] = 90; -/* 6:32 */waypoints[86].children[3] = 88; -/* 6:32 */waypoints[86].children[4] = 82; -/* 6:32 */waypoints[86].angles = (5.36133, 176.716, 0); -/* 6:32 */waypoints[87] = spawnstruct(); -/* 6:32 */waypoints[87].origin = (-441.713, -1285.43, 356.318); -/* 6:32 */waypoints[87].type = "grenade"; -/* 6:32 */waypoints[87].children[0] = 86; -/* 6:32 */waypoints[87].children[1] = 90; -/* 6:32 */waypoints[87].angles = (4.37256, 89.9237, 0); -/* 6:32 */waypoints[88] = spawnstruct(); -/* 6:32 */waypoints[88].origin = (-576.522, -1163.46, 353.288); -/* 6:32 */waypoints[88].type = "stand"; -/* 6:32 */waypoints[88].children[0] = 89; -/* 6:32 */waypoints[88].children[1] = 86; -/* 6:32 */waypoints[89] = spawnstruct(); -/* 6:32 */waypoints[89].origin = (-540.865, -1079.48, 358.25); -/* 6:32 */waypoints[89].type = "stand"; -/* 6:32 */waypoints[89].children[0] = 88; -/* 6:32 */waypoints[89].children[1] = 90; -/* 6:32 */waypoints[90] = spawnstruct(); -/* 6:32 */waypoints[90].origin = (-441.332, -957.985, 369.233); -/* 6:32 */waypoints[90].type = "stand"; -/* 6:32 */waypoints[90].children[0] = 89; -/* 6:32 */waypoints[90].children[1] = 87; -/* 6:32 */waypoints[90].children[2] = 86; -/* 6:32 */waypoints[90].children[3] = 91; -/* 6:32 */waypoints[91] = spawnstruct(); -/* 6:32 */waypoints[91].origin = (-530.237, -669.297, 363.396); -/* 6:32 */waypoints[91].type = "stand"; -/* 6:32 */waypoints[91].children[0] = 90; -/* 6:32 */waypoints[91].children[1] = 92; -/* 6:32 */waypoints[92] = spawnstruct(); -/* 6:32 */waypoints[92].origin = (-554.876, -458.801, 363.608); -/* 6:32 */waypoints[92].type = "grenade"; -/* 6:32 */waypoints[92].children[0] = 91; -/* 6:32 */waypoints[92].children[1] = 93; -/* 6:32 */waypoints[92].angles = (1.40076, 88.2703, 0); -/* 6:32 */waypoints[93] = spawnstruct(); -/* 6:32 */waypoints[93].origin = (-543.096, -172.636, 360.709); -/* 6:32 */waypoints[93].type = "claymore"; -/* 6:32 */waypoints[93].children[0] = 92; -/* 6:32 */waypoints[93].children[1] = 94; -/* 6:32 */waypoints[93].angles = (17.243, 85.628, 0); -/* 6:32 */waypoints[94] = spawnstruct(); -/* 6:32 */waypoints[94].origin = (-560.461, 111.942, 353.006); -/* 6:32 */waypoints[94].type = "stand"; -/* 6:32 */waypoints[94].children[0] = 93; -/* 6:32 */waypoints[94].children[1] = 95; -/* 6:32 */waypoints[95] = spawnstruct(); -/* 6:32 */waypoints[95].origin = (-591.715, 416.653, 316.392); -/* 6:32 */waypoints[95].type = "stand"; -/* 6:32 */waypoints[95].children[0] = 94; -/* 6:32 */waypoints[95].children[1] = 96; -/* 6:32 */waypoints[95].children[2] = 97; -/* 6:32 */waypoints[95].children[3] = 55; -/* 6:32 */waypoints[96] = spawnstruct(); -/* 6:32 */waypoints[96].origin = (-850.04, 503.899, 300.104); -/* 6:32 */waypoints[96].type = "stand"; -/* 6:32 */waypoints[96].children[0] = 95; -/* 6:32 */waypoints[96].children[1] = 97; -/* 6:32 */waypoints[96].children[2] = 56; -/* 6:32 */waypoints[96].children[3] = 57; -/* 6:32 */waypoints[96].children[4] = 148; -/* 6:32 */waypoints[97] = spawnstruct(); -/* 6:32 */waypoints[97].origin = (-812.16, 660.415, 303.883); -/* 6:32 */waypoints[97].type = "stand"; -/* 6:32 */waypoints[97].children[0] = 96; -/* 6:32 */waypoints[97].children[1] = 98; -/* 6:32 */waypoints[97].children[2] = 95; -/* 6:32 */waypoints[97].children[3] = 55; -/* 6:32 */waypoints[98] = spawnstruct(); -/* 6:32 */waypoints[98].origin = (-805.425, 778.045, 308.55); -/* 6:32 */waypoints[98].type = "tube"; -/* 6:32 */waypoints[98].children[0] = 97; -/* 6:32 */waypoints[98].children[1] = 99; -/* 6:32 */waypoints[98].children[2] = 100; -/* 6:32 */waypoints[98].angles = (3.71338, -8.20067, 0); -/* 6:32 */waypoints[99] = spawnstruct(); -/* 6:32 */waypoints[99].origin = (-736.808, 851.111, 311.035); -/* 6:32 */waypoints[99].type = "stand"; -/* 6:32 */waypoints[99].children[0] = 98; -/* 6:32 */waypoints[99].children[1] = 55; -/* 6:32 */waypoints[99].children[2] = 56; -/* 6:32 */waypoints[100] = spawnstruct(); -/* 6:32 */waypoints[100].origin = (-697.245, 946.26, 320.651); -/* 6:32 */waypoints[100].type = "stand"; -/* 6:32 */waypoints[100].children[0] = 101; -/* 6:32 */waypoints[100].children[1] = 98; -/* 6:32 */waypoints[101] = spawnstruct(); -/* 6:32 */waypoints[101].origin = (-548.196, 1101.07, 342.624); -/* 6:32 */waypoints[101].type = "grenade"; -/* 6:32 */waypoints[101].children[0] = 100; -/* 6:32 */waypoints[101].children[1] = 102; -/* 6:32 */waypoints[101].children[2] = 106; -/* 6:32 */waypoints[101].angles = (-0.686646, 34.0417, 0); -/* 6:32 */waypoints[102] = spawnstruct(); -/* 6:32 */waypoints[102].origin = (-246.972, 1316.28, 352.342); -/* 6:32 */waypoints[102].type = "stand"; -/* 6:32 */waypoints[102].children[0] = 101; -/* 6:32 */waypoints[102].children[1] = 103; -/* 6:32 */waypoints[102].children[2] = 105; -/* 6:32 */waypoints[102].children[3] = 147; -/* 6:32 */waypoints[103] = spawnstruct(); -/* 6:32 */waypoints[103].origin = (-4.71342, 1441.41, 409.078); -/* 6:32 */waypoints[103].type = "javelin"; -/* 6:32 */waypoints[103].children[0] = 102; -/* 6:32 */waypoints[103].children[1] = 104; -/* 6:32 */waypoints[103].children[2] = 105; -/* 6:32 */waypoints[103].children[3] = 108; -/* 6:32 */waypoints[103].jav_point = (37.5961, -483.252, 173.085); -/* 6:32 */waypoints[104] = spawnstruct(); -/* 6:32 */waypoints[104].origin = (47.4759, 1201.33, 392.137); -/* 6:32 */waypoints[104].type = "claymore"; -/* 6:32 */waypoints[104].children[0] = 103; -/* 6:32 */waypoints[104].children[1] = 105; -/* 6:32 */waypoints[104].children[2] = 149; -/* 6:32 */waypoints[104].angles = (19.8907, -82.5946, 0); -/* 6:32 */waypoints[105] = spawnstruct(); -/* 6:32 */waypoints[105].origin = (-96.3011, 1043.5, 336.891); -/* 6:32 */waypoints[105].type = "grenade"; -/* 6:32 */waypoints[105].children[0] = 104; -/* 6:32 */waypoints[105].children[1] = 103; -/* 6:32 */waypoints[105].children[2] = 56; -/* 6:32 */waypoints[105].children[3] = 55; -/* 6:32 */waypoints[105].children[4] = 106; -/* 6:32 */waypoints[105].children[5] = 102; -/* 6:32 */waypoints[105].children[6] = 150; -/* 6:32 */waypoints[105].angles = (0.31311, -110.121, 0); -/* 6:32 */waypoints[106] = spawnstruct(); -/* 6:32 */waypoints[106].origin = (81.3463, 1508.6, 418.318); -/* 6:32 */waypoints[106].type = "claymore"; -/* 6:32 */waypoints[106].children[0] = 105; -/* 6:32 */waypoints[106].children[1] = 101; -/* 6:32 */waypoints[106].children[2] = 107; -/* 6:32 */waypoints[106].angles = (3.16956, 43.1329, 0); -/* 6:32 */waypoints[107] = spawnstruct(); -/* 6:32 */waypoints[107].origin = (230.747, 1571.12, 444.789); -/* 6:32 */waypoints[107].type = "crouch"; -/* 6:32 */waypoints[107].children[0] = 144; -/* 6:32 */waypoints[107].children[1] = 106; -/* 6:32 */waypoints[108] = spawnstruct(); -/* 6:32 */waypoints[108].origin = (305.899, 1434.51, 429.721); -/* 6:32 */waypoints[108].type = "claymore"; -/* 6:32 */waypoints[108].children[0] = 23; -/* 6:32 */waypoints[108].children[1] = 103; -/* 6:32 */waypoints[108].angles = (16.6992, -39.2535, 0); -/* 6:32 */waypoints[109] = spawnstruct(); -/* 6:32 */waypoints[109].origin = (1106.06, 635.096, 206.205); -/* 6:32 */waypoints[109].type = "javelin"; -/* 6:32 */waypoints[109].children[0] = 5; -/* 6:32 */waypoints[109].children[1] = 170; -/* 6:32 */waypoints[109].jav_point = (512.841, -929.122, 284.49); -/* 6:32 */waypoints[110] = spawnstruct(); -/* 6:32 */waypoints[110].origin = (1027.84, -108.306, 89.3229); -/* 6:32 */waypoints[110].type = "grenade"; -/* 6:32 */waypoints[110].children[0] = 7; -/* 6:32 */waypoints[110].children[1] = 111; -/* 6:32 */waypoints[110].children[2] = 169; -/* 6:32 */waypoints[110].children[3] = 183; -/* 6:32 */waypoints[110].angles = (-2.005, -14.1553, 0); -/* 6:32 */waypoints[111] = spawnstruct(); -/* 6:32 */waypoints[111].origin = (829.767, -467.111, 160.362); -/* 6:32 */waypoints[111].type = "stand"; -/* 6:32 */waypoints[111].children[0] = 110; -/* 6:32 */waypoints[111].children[1] = 112; -/* 6:32 */waypoints[111].children[2] = 140; -/* 6:32 */waypoints[111].children[3] = 176; -/* 6:32 */waypoints[112] = spawnstruct(); -/* 6:32 */waypoints[112].origin = (770.789, -660.246, 164.952); -/* 6:32 */waypoints[112].type = "claymore"; -/* 6:32 */waypoints[112].children[0] = 111; -/* 6:32 */waypoints[112].children[1] = 113; -/* 6:32 */waypoints[112].angles = (17.0233, -101.918, 0); -/* 6:32 */waypoints[113] = spawnstruct(); -/* 6:32 */waypoints[113].origin = (743.115, -873.659, 147.854); -/* 6:32 */waypoints[113].type = "tube"; -/* 6:32 */waypoints[113].children[0] = 112; -/* 6:32 */waypoints[113].children[1] = 123; -/* 6:32 */waypoints[113].angles = (-7.61353, 124.021, 0); -/* 6:32 */waypoints[114] = spawnstruct(); -/* 6:32 */waypoints[114].origin = (806.098, -750.271, 132.83); -/* 6:32 */waypoints[114].type = "stand"; -/* 6:32 */waypoints[114].children[0] = 78; -/* 6:32 */waypoints[114].children[1] = 141; -/* 6:32 */waypoints[114].children[2] = 122; -/* 6:32 */waypoints[115] = spawnstruct(); -/* 6:32 */waypoints[115].origin = (514.121, -749.76, 188.742); -/* 6:32 */waypoints[115].type = "grenade"; -/* 6:32 */waypoints[115].children[0] = 116; -/* 6:32 */waypoints[115].children[1] = 78; -/* 6:32 */waypoints[115].angles = (2.06543, -14.4671, 0); -/* 6:32 */waypoints[116] = spawnstruct(); -/* 6:32 */waypoints[116].origin = (519.449, -608.524, 145.861); -/* 6:32 */waypoints[116].type = "stand"; -/* 6:32 */waypoints[116].children[0] = 115; -/* 6:32 */waypoints[116].children[1] = 73; -/* 6:32 */waypoints[116].children[2] = 74; -/* 6:32 */waypoints[116].children[3] = 52; -/* 6:32 */waypoints[116].children[4] = 117; -/* 6:32 */waypoints[117] = spawnstruct(); -/* 6:32 */waypoints[117].origin = (534.962, -387.276, 197.995); -/* 6:32 */waypoints[117].type = "stand"; -/* 6:32 */waypoints[117].children[0] = 116; -/* 6:32 */waypoints[117].children[1] = 118; -/* 6:32 */waypoints[118] = spawnstruct(); -/* 6:32 */waypoints[118].origin = (546.564, -267.091, 251.857); -/* 6:32 */waypoints[118].type = "stand"; -/* 6:32 */waypoints[118].children[0] = 117; -/* 6:32 */waypoints[118].children[1] = 71; -/* 6:32 */waypoints[118].children[2] = 119; -/* 6:32 */waypoints[119] = spawnstruct(); -/* 6:32 */waypoints[119].origin = (625.857, -285.712, 178.781); -/* 6:32 */waypoints[119].type = "stand"; -/* 6:32 */waypoints[119].children[0] = 118; -/* 6:32 */waypoints[119].children[1] = 120; -/* 6:32 */waypoints[119].children[2] = 70; -/* 6:32 */waypoints[120] = spawnstruct(); -/* 6:32 */waypoints[120].origin = (604.449, -739.537, 186.262); -/* 6:32 */waypoints[120].type = "stand"; -/* 6:32 */waypoints[120].children[0] = 119; -/* 6:32 */waypoints[120].children[1] = 132; -/* 6:32 */waypoints[121] = spawnstruct(); -/* 6:32 */waypoints[121].origin = (689.155, -833.416, 156.458); -/* 6:32 */waypoints[121].type = "stand"; -/* 6:32 */waypoints[121].children[0] = 122; -/* 6:32 */waypoints[122] = spawnstruct(); -/* 6:32 */waypoints[122].origin = (667.129, -988.154, 154.588); -/* 6:32 */waypoints[122].type = "grenade"; -/* 6:32 */waypoints[122].children[0] = 121; -/* 6:32 */waypoints[122].children[1] = 123; -/* 6:32 */waypoints[122].children[2] = 114; -/* 6:32 */waypoints[122].angles = (2.28516, 75.3736, 0); -/* 6:32 */waypoints[123] = spawnstruct(); -/* 6:32 */waypoints[123].origin = (654.616, -1088.76, 157.401); -/* 6:32 */waypoints[123].type = "stand"; -/* 6:32 */waypoints[123].children[0] = 122; -/* 6:32 */waypoints[123].children[1] = 124; -/* 6:32 */waypoints[123].children[2] = 113; -/* 6:32 */waypoints[124] = spawnstruct(); -/* 6:32 */waypoints[124].origin = (564.906, -1124.74, 172.936); -/* 6:32 */waypoints[124].type = "stand"; -/* 6:32 */waypoints[124].children[0] = 123; -/* 6:32 */waypoints[124].children[1] = 125; -/* 6:32 */waypoints[125] = spawnstruct(); -/* 6:32 */waypoints[125].origin = (542.623, -1273.84, 247.36); -/* 6:32 */waypoints[125].type = "stand"; -/* 6:32 */waypoints[125].children[0] = 124; -/* 6:32 */waypoints[125].children[1] = 126; -/* 6:32 */waypoints[126] = spawnstruct(); -/* 6:32 */waypoints[126].origin = (537.903, -1328.67, 254.181); -/* 6:32 */waypoints[126].type = "stand"; -/* 6:32 */waypoints[126].children[0] = 125; -/* 6:32 */waypoints[126].children[1] = 127; -/* 6:32 */waypoints[126].children[2] = 128; -/* 6:32 */waypoints[126].children[3] = 129; -/* 6:32 */waypoints[127] = spawnstruct(); -/* 6:32 */waypoints[127].origin = (389.605, -1327.17, 298.994); -/* 6:32 */waypoints[127].type = "stand"; -/* 6:32 */waypoints[127].children[0] = 126; -/* 6:32 */waypoints[127].children[1] = 128; -/* 6:32 */waypoints[128] = spawnstruct(); -/* 6:32 */waypoints[128].origin = (388.453, -1167.29, 305.082); -/* 6:32 */waypoints[128].type = "tube"; -/* 6:32 */waypoints[128].children[0] = 127; -/* 6:32 */waypoints[128].children[1] = 126; -/* 6:32 */waypoints[128].children[2] = 129; -/* 6:32 */waypoints[128].angles = (-4.09241, 87.909, 0); -/* 6:32 */waypoints[129] = spawnstruct(); -/* 6:32 */waypoints[129].origin = (323.676, -1333.48, 299.847); -/* 6:32 */waypoints[129].type = "stand"; -/* 6:32 */waypoints[129].children[0] = 128; -/* 6:32 */waypoints[129].children[1] = 126; -/* 6:32 */waypoints[129].children[2] = 130; -/* 6:32 */waypoints[130] = spawnstruct(); -/* 6:32 */waypoints[130].origin = (388.031, -1029.73, 310.303); -/* 6:32 */waypoints[130].type = "stand"; -/* 6:32 */waypoints[130].children[0] = 129; -/* 6:32 */waypoints[130].children[1] = 131; -/* 6:32 */waypoints[130].children[2] = 134; -/* 6:32 */waypoints[131] = spawnstruct(); -/* 6:32 */waypoints[131].origin = (581.438, -960.244, 306.794); -/* 6:32 */waypoints[131].type = "stand"; -/* 6:32 */waypoints[131].children[0] = 130; -/* 6:32 */waypoints[131].children[1] = 132; -/* 6:32 */waypoints[131].children[2] = 80; -/* 6:32 */waypoints[131].children[3] = 163; -/* 6:32 */waypoints[132] = spawnstruct(); -/* 6:32 */waypoints[132].origin = (586.489, -805.861, 184.321); -/* 6:32 */waypoints[132].type = "climb"; -/* 6:32 */waypoints[132].children[0] = 131; -/* 6:32 */waypoints[132].children[1] = 133; -/* 6:32 */waypoints[132].children[2] = 120; -/* 6:32 */waypoints[132].children[3] = 153; -/* 6:32 */waypoints[132].children[4] = 163; -/* 6:32 */waypoints[132].angles = (-28.9215, -93.5467, 0); -/* 6:32 */waypoints[133] = spawnstruct(); -/* 6:32 */waypoints[133].origin = (483.464, -877.954, 238.929); -/* 6:32 */waypoints[133].type = "climb"; -/* 6:32 */waypoints[133].children[0] = 132; -/* 6:32 */waypoints[133].children[1] = 165; -/* 6:32 */waypoints[133].angles = (-26.488, -179.998, 0); -/* 6:32 */waypoints[134] = spawnstruct(); -/* 6:32 */waypoints[134].origin = (205.336, -851.525, 322.848); -/* 6:32 */waypoints[134].type = "javelin"; -/* 6:32 */waypoints[134].children[0] = 135; -/* 6:32 */waypoints[134].children[1] = 130; -/* 6:32 */waypoints[134].jav_point = (95.3018, 1095.69, 328.922); -/* 6:32 */waypoints[135] = spawnstruct(); -/* 6:32 */waypoints[135].origin = (72.1542, -838.732, 327.559); -/* 6:32 */waypoints[135].type = "grenade"; -/* 6:32 */waypoints[135].children[0] = 134; -/* 6:32 */waypoints[135].children[1] = 81; -/* 6:32 */waypoints[135].children[2] = 168; -/* 6:32 */waypoints[135].angles = (5.00427, -24.6789, 0); -/* 6:32 */waypoints[136] = spawnstruct(); -/* 6:32 */waypoints[136].origin = (-124.956, -753.535, 330.161); -/* 6:32 */waypoints[136].type = "stand"; -/* 6:32 */waypoints[136].children[0] = 137; -/* 6:32 */waypoints[136].children[1] = 81; -/* 6:32 */waypoints[136].children[2] = 167; -/* 6:32 */waypoints[137] = spawnstruct(); -/* 6:32 */waypoints[137].origin = (-340.513, -676.07, 283.401); -/* 6:32 */waypoints[137].type = "claymore"; -/* 6:32 */waypoints[137].children[0] = 136; -/* 6:32 */waypoints[137].children[1] = 138; -/* 6:32 */waypoints[137].angles = (14.024, 124.675, 0); -/* 6:32 */waypoints[138] = spawnstruct(); -/* 6:32 */waypoints[138].origin = (-425.5, -417.294, 258.161); -/* 6:32 */waypoints[138].type = "stand"; -/* 6:32 */waypoints[138].children[0] = 137; -/* 6:32 */waypoints[138].children[1] = 53; -/* 6:32 */waypoints[138].children[2] = 139; -/* 6:32 */waypoints[139] = spawnstruct(); -/* 6:32 */waypoints[139].origin = (583.34, -113.866, 157.721); -/* 6:32 */waypoints[139].type = "stand"; -/* 6:32 */waypoints[139].children[0] = 138; -/* 6:32 */waypoints[139].children[1] = 71; -/* 6:32 */waypoints[139].children[2] = 140; -/* 6:32 */waypoints[140] = spawnstruct(); -/* 6:32 */waypoints[140].origin = (871.833, -342.128, 167.295); -/* 6:32 */waypoints[140].type = "stand"; -/* 6:32 */waypoints[140].children[0] = 139; -/* 6:32 */waypoints[140].children[1] = 141; -/* 6:32 */waypoints[140].children[2] = 111; -/* 6:32 */waypoints[140].children[3] = 7; -/* 6:32 */waypoints[141] = spawnstruct(); -/* 6:32 */waypoints[141].origin = (1080.25, -723.6, 65.2213); -/* 6:32 */waypoints[141].type = "stand"; -/* 6:32 */waypoints[141].children[0] = 140; -/* 6:32 */waypoints[141].children[1] = 142; -/* 6:32 */waypoints[141].children[2] = 114; -/* 6:32 */waypoints[141].children[3] = 162; -/* 6:32 */waypoints[142] = spawnstruct(); -/* 6:32 */waypoints[142].origin = (1316.95, -657.228, 4.91257); -/* 6:32 */waypoints[142].type = "grenade"; -/* 6:32 */waypoints[142].children[0] = 141; -/* 6:32 */waypoints[142].children[1] = 143; -/* 6:32 */waypoints[142].children[2] = 153; -/* 6:32 */waypoints[142].children[3] = 162; -/* 6:32 */waypoints[142].children[4] = 176; -/* 6:32 */waypoints[142].angles = (-7.86621, 59.8828, 0); -/* 6:32 */waypoints[143] = spawnstruct(); -/* 6:32 */waypoints[143].origin = (1557.8, -474.981, 7.79648); -/* 6:32 */waypoints[143].type = "stand"; -/* 6:32 */waypoints[143].children[0] = 142; -/* 6:32 */waypoints[143].children[1] = 154; -/* 6:32 */waypoints[143].children[2] = 177; -/* 6:32 */waypoints[144] = spawnstruct(); -/* 6:32 */waypoints[144].origin = (451.495, 1670.75, 473.323); -/* 6:32 */waypoints[144].type = "stand"; -/* 6:32 */waypoints[144].children[0] = 145; -/* 6:32 */waypoints[144].children[1] = 107; -/* 6:32 */waypoints[144].children[2] = 146; -/* 6:32 */waypoints[145] = spawnstruct(); -/* 6:32 */waypoints[145].origin = (853.1, 1602.63, 487.585); -/* 6:32 */waypoints[145].type = "grenade"; -/* 6:32 */waypoints[145].children[0] = 11; -/* 6:32 */waypoints[145].children[1] = 22; -/* 6:32 */waypoints[145].children[2] = 144; -/* 6:32 */waypoints[145].angles = (7.81128, -107.521, 0); -/* 6:32 */waypoints[146] = spawnstruct(); -/* 6:32 */waypoints[146].origin = (504.111, 1410.19, 436.411); -/* 6:32 */waypoints[146].type = "stand"; -/* 6:32 */waypoints[146].children[0] = 144; -/* 6:32 */waypoints[146].children[1] = 21; -/* 6:32 */waypoints[147] = spawnstruct(); -/* 6:32 */waypoints[147].origin = (-309.276, 927.437, 265.493); -/* 6:32 */waypoints[147].type = "stand"; -/* 6:32 */waypoints[147].children[0] = 102; -/* 6:32 */waypoints[147].children[1] = 56; -/* 6:32 */waypoints[147].children[2] = 55; -/* 6:32 */waypoints[147].children[3] = 148; -/* 6:32 */waypoints[148] = spawnstruct(); -/* 6:32 */waypoints[148].origin = (-553.455, 689.384, 269.832); -/* 6:32 */waypoints[148].type = "stand"; -/* 6:32 */waypoints[148].children[0] = 147; -/* 6:32 */waypoints[148].children[1] = 96; -/* 6:32 */waypoints[148].children[2] = 60; -/* 6:32 */waypoints[148].children[3] = 149; -/* 6:32 */waypoints[149] = spawnstruct(); -/* 6:32 */waypoints[149].origin = (24.4666, 1115.84, 385.764); -/* 6:32 */waypoints[149].type = "stand"; -/* 6:32 */waypoints[149].children[0] = 148; -/* 6:32 */waypoints[149].children[1] = 104; -/* 6:32 */waypoints[149].children[2] = 24; -/* 6:32 */waypoints[149].children[3] = 150; -/* 6:32 */waypoints[150] = spawnstruct(); -/* 6:32 */waypoints[150].origin = (111.283, 1446.28, 417.062); -/* 6:32 */waypoints[150].type = "stand"; -/* 6:32 */waypoints[150].children[0] = 105; -/* 6:32 */waypoints[150].children[1] = 149; -/* 6:32 */waypoints[150].children[2] = 151; -/* 6:32 */waypoints[151] = spawnstruct(); -/* 6:32 */waypoints[151].origin = (388.324, 1603.94, 467.59); -/* 6:32 */waypoints[151].type = "stand"; -/* 6:32 */waypoints[151].children[0] = 150; -/* 6:32 */waypoints[151].children[1] = 152; -/* 6:32 */waypoints[152] = spawnstruct(); -/* 6:32 */waypoints[152].origin = (675.47, 1624.23, 496.79); -/* 6:32 */waypoints[152].type = "stand"; -/* 6:32 */waypoints[152].children[0] = 151; -/* 6:32 */waypoints[152].children[1] = 24; -/* 6:32 */waypoints[153] = spawnstruct(); -/* 6:32 */waypoints[153].origin = (953.699, -691.898, 98.984); -/* 6:32 */waypoints[153].type = "stand"; -/* 6:32 */waypoints[153].children[0] = 132; -/* 6:32 */waypoints[153].children[1] = 142; -/* 6:32 */waypoints[153].children[2] = 176; -/* 6:32 */waypoints[154] = spawnstruct(); -/* 6:32 */waypoints[154].origin = (1523.81, -185.935, 35.2696); -/* 6:32 */waypoints[154].type = "stand"; -/* 6:32 */waypoints[154].children[0] = 143; -/* 6:32 */waypoints[154].children[1] = 160; -/* 6:32 */waypoints[154].children[2] = 159; -/* 6:32 */waypoints[154].children[3] = 162; -/* 6:32 */waypoints[154].children[4] = 9; -/* 6:32 */waypoints[154].children[5] = 177; -/* 6:32 */waypoints[155] = spawnstruct(); -/* 6:32 */waypoints[155].origin = (990.085, 1525.15, 441.116); -/* 6:32 */waypoints[155].type = "stand"; -/* 6:32 */waypoints[155].children[0] = 0; -/* 6:32 */waypoints[155].children[1] = 11; -/* 6:32 */waypoints[155].children[2] = 4; -/* 6:32 */waypoints[156] = spawnstruct(); -/* 6:32 */waypoints[156].origin = (1242.28, 414.544, 171.915); -/* 6:32 */waypoints[156].type = "javelin"; -/* 6:32 */waypoints[156].children[0] = 5; -/* 6:32 */waypoints[156].children[1] = 1; -/* 6:32 */waypoints[156].children[2] = 157; -/* 6:32 */waypoints[156].children[3] = 2; -/* 6:32 */waypoints[156].jav_point = (85.0227, -458.592, 162.807); -/* 6:32 */waypoints[157] = spawnstruct(); -/* 6:32 */waypoints[157].origin = (1289.13, 307.183, 161.979); -/* 6:32 */waypoints[157].type = "crouch"; -/* 6:32 */waypoints[157].children[0] = 156; -/* 6:32 */waypoints[157].angles = (10.0085, -64.5314, 0); -/* 6:32 */waypoints[158] = spawnstruct(); -/* 6:32 */waypoints[158].origin = (1147.79, 23.6661, 22.6374); -/* 6:32 */waypoints[158].type = "climb"; -/* 6:32 */waypoints[158].children[0] = 159; -/* 6:32 */waypoints[158].children[1] = 169; -/* 6:32 */waypoints[158].children[2] = 174; -/* 6:32 */waypoints[158].angles = (-19.6326, -129.807, 0); -/* 6:32 */waypoints[159] = spawnstruct(); -/* 6:32 */waypoints[159].origin = (1280.61, 137.415, 42.6921); -/* 6:32 */waypoints[159].type = "grenade"; -/* 6:32 */waypoints[159].children[0] = 158; -/* 6:32 */waypoints[159].children[1] = 154; -/* 6:32 */waypoints[159].children[2] = 179; -/* 6:32 */waypoints[159].angles = (0.823975, -167.759, 0); -/* 6:32 */waypoints[160] = spawnstruct(); -/* 6:32 */waypoints[160].origin = (1386.25, 340.081, 150.505); -/* 6:32 */waypoints[160].type = "stand"; -/* 6:32 */waypoints[160].children[0] = 9; -/* 6:32 */waypoints[160].children[1] = 154; -/* 6:32 */waypoints[160].children[2] = 1; -/* 6:32 */waypoints[160].children[3] = 179; -/* 6:32 */waypoints[161] = spawnstruct(); -/* 6:32 */waypoints[161].origin = (797.253, 1138.42, 413.805); -/* 6:32 */waypoints[161].type = "stand"; -/* 6:32 */waypoints[161].children[0] = 24; -/* 6:32 */waypoints[162] = spawnstruct(); -/* 6:32 */waypoints[162].origin = (1416.87, -412.607, 18.9076); -/* 6:32 */waypoints[162].type = "stand"; -/* 6:32 */waypoints[162].children[0] = 141; -/* 6:32 */waypoints[162].children[1] = 142; -/* 6:32 */waypoints[162].children[2] = 154; -/* 6:32 */waypoints[163] = spawnstruct(); -/* 6:32 */waypoints[163].origin = (584.991, -906.462, 308.717); -/* 6:32 */waypoints[163].type = "climb"; -/* 6:32 */waypoints[163].children[0] = 132; -/* 6:32 */waypoints[163].children[1] = 131; -/* 6:32 */waypoints[163].angles = (67.522, 89.6087, 0); -/* 6:32 */waypoints[164] = spawnstruct(); -/* 6:32 */waypoints[164].origin = (190.357, -667.021, 202.689); -/* 6:32 */waypoints[164].type = "stand"; -/* 6:32 */waypoints[164].children[0] = 76; -/* 6:32 */waypoints[164].children[1] = 77; -/* 6:32 */waypoints[164].children[2] = 75; -/* 6:32 */waypoints[165] = spawnstruct(); -/* 6:32 */waypoints[165].origin = (443.684, -864.745, 314.781); -/* 6:32 */waypoints[165].type = "climb"; -/* 6:32 */waypoints[165].children[0] = 133; -/* 6:32 */waypoints[165].children[1] = 166; -/* 6:32 */waypoints[165].angles = (64.6533, -4.22557, 0); -/* 6:32 */waypoints[166] = spawnstruct(); -/* 6:32 */waypoints[166].origin = (385.525, -862.327, 316.719); -/* 6:32 */waypoints[166].type = "stand"; -/* 6:32 */waypoints[166].children[0] = 165; -/* 6:32 */waypoints[166].children[1] = 80; -/* 6:32 */waypoints[167] = spawnstruct(); -/* 6:32 */waypoints[167].origin = (52.706, -738.152, 331.984); -/* 6:32 */waypoints[167].type = "climb"; -/* 6:32 */waypoints[167].children[0] = 168; -/* 6:32 */waypoints[167].children[1] = 136; -/* 6:32 */waypoints[167].angles = (55.9631, -5.25739, 0); -/* 6:32 */waypoints[168] = spawnstruct(); -/* 6:32 */waypoints[168].origin = (69.141, -743.695, 291.204); -/* 6:32 */waypoints[168].type = "climb"; -/* 6:32 */waypoints[168].children[0] = 167; -/* 6:32 */waypoints[168].children[1] = 79; -/* 6:32 */waypoints[168].children[2] = 135; -/* 6:32 */waypoints[168].angles = (-60.9534, 162.399, 0); -/* 6:32 */waypoints[169] = spawnstruct(); -/* 6:32 */waypoints[169].origin = (1140.12, 10.4987, 56.2477); -/* 6:32 */waypoints[169].type = "climb"; -/* 6:32 */waypoints[169].children[0] = 158; -/* 6:32 */waypoints[169].children[1] = 110; -/* 6:32 */waypoints[169].angles = (64.4281, 59.9794, 0); -/* 6:32 */waypoints[170] = spawnstruct(); -/* 6:32 */waypoints[170].origin = (1214.67, 814.535, 266.65); -/* 6:32 */waypoints[170].type = "stand"; -/* 6:32 */waypoints[170].children[0] = 1; -/* 6:32 */waypoints[170].children[1] = 2; -/* 6:32 */waypoints[170].children[2] = 109; -/* 6:32 */waypoints[170].children[3] = 171; -/* 6:32 */waypoints[171] = spawnstruct(); -/* 6:32 */waypoints[171].origin = (1192, 998.723, 313.457); -/* 6:32 */waypoints[171].type = "stand"; -/* 6:32 */waypoints[171].children[0] = 170; -/* 6:32 */waypoints[171].children[1] = 172; -/* 6:32 */waypoints[171].children[2] = 180; -/* 6:32 */waypoints[172] = spawnstruct(); -/* 6:32 */waypoints[172].origin = (1158.43, 1219.2, 375.116); -/* 6:32 */waypoints[172].type = "stand"; -/* 6:32 */waypoints[172].children[0] = 173; -/* 6:32 */waypoints[172].children[1] = 171; -/* 6:32 */waypoints[172].children[2] = 0; -/* 6:32 */waypoints[173] = spawnstruct(); -/* 6:32 */waypoints[173].origin = (873.538, 1268.85, 423.947); -/* 6:32 */waypoints[173].type = "stand"; -/* 6:32 */waypoints[173].children[0] = 172; -/* 6:32 */waypoints[173].children[1] = 0; -/* 6:32 */waypoints[174] = spawnstruct(); -/* 6:32 */waypoints[174].origin = (1097.74, 147.068, 18.2736); -/* 6:32 */waypoints[174].type = "stand"; -/* 6:32 */waypoints[174].children[0] = 9; -/* 6:32 */waypoints[174].children[1] = 158; -/* 6:32 */waypoints[174].children[2] = 178; -/* 6:32 */waypoints[174].children[3] = 181; -/* 6:32 */waypoints[175] = spawnstruct(); -/* 6:32 */waypoints[175].origin = (334.037, 318.453, 188.837); -/* 6:32 */waypoints[175].type = "stand"; -/* 6:32 */waypoints[175].children[0] = 45; -/* 6:32 */waypoints[175].children[1] = 182; -/* 6:32 */waypoints[176] = spawnstruct(); -/* 6:32 */waypoints[176].origin = (1004.58, -528.424, 103.513); -/* 6:32 */waypoints[176].type = "grenade"; -/* 6:32 */waypoints[176].children[0] = 111; -/* 6:32 */waypoints[176].children[1] = 142; -/* 6:32 */waypoints[176].children[2] = 153; -/* 6:32 */waypoints[176].children[3] = 7; -/* 6:32 */waypoints[176].angles = (-8.12988, 123.019, 0); -/* 6:32 */waypoints[177] = spawnstruct(); -/* 6:32 */waypoints[177].origin = (1515.72, -372.936, 8.125); -/* 6:32 */waypoints[177].type = "stand"; -/* 6:32 */waypoints[177].children[0] = 143; -/* 6:32 */waypoints[177].children[1] = 9; -/* 6:32 */waypoints[177].children[2] = 154; -/* 6:32 */waypoints[178] = spawnstruct(); -/* 6:32 */waypoints[178].origin = (938.659, 258.906, 51.5303); -/* 6:32 */waypoints[178].type = "stand"; -/* 6:32 */waypoints[178].children[0] = 174; -/* 6:32 */waypoints[178].children[1] = 69; -/* 6:32 */waypoints[178].children[2] = 68; -/* 6:32 */waypoints[179] = spawnstruct(); -/* 6:32 */waypoints[179].origin = (1424.13, 194.437, 110.183); -/* 6:32 */waypoints[179].type = "stand"; -/* 6:32 */waypoints[179].children[0] = 159; -/* 6:32 */waypoints[179].children[1] = 160; -/* 6:32 */waypoints[180] = spawnstruct(); -/* 6:32 */waypoints[180].origin = (1163.88, 639.594, 203.77); -/* 6:32 */waypoints[180].type = "stand"; -/* 6:32 */waypoints[180].children[0] = 171; -/* 6:32 */waypoints[180].children[1] = 69; -/* 6:32 */waypoints[181] = spawnstruct(); -/* 6:32 */waypoints[181].origin = (722.362, 221.41, 112.45); -/* 6:32 */waypoints[181].type = "stand"; -/* 6:32 */waypoints[181].children[0] = 182; -/* 6:32 */waypoints[181].children[1] = 38; -/* 6:32 */waypoints[181].children[2] = 68; -/* 6:32 */waypoints[181].children[3] = 174; -/* 6:32 */waypoints[181].children[4] = 188; -/* 6:32 */waypoints[182] = spawnstruct(); -/* 6:32 */waypoints[182].origin = (450.426, 230.421, 181.81); -/* 6:32 */waypoints[182].type = "stand"; -/* 6:32 */waypoints[182].children[0] = 181; -/* 6:32 */waypoints[182].children[1] = 175; -/* 6:32 */waypoints[182].children[2] = 39; -/* 6:32 */waypoints[183] = spawnstruct(); -/* 6:32 */waypoints[183].origin = (966.109, -33.7267, 80.9102); -/* 6:32 */waypoints[183].type = "climb"; -/* 6:32 */waypoints[183].children[0] = 110; -/* 6:32 */waypoints[183].children[1] = 187; -/* 6:32 */waypoints[183].angles = (28.7842, 125.853, 0); -/* 6:32 */waypoints[184] = spawnstruct(); -/* 6:32 */waypoints[184].origin = (348.763, -615.009, 153.035); -/* 6:32 */waypoints[184].type = "climb"; -/* 6:32 */waypoints[184].children[0] = 185; -/* 6:32 */waypoints[184].children[1] = 186; -/* 6:32 */waypoints[184].angles = (-16.0565, -89.11, 0); -/* 6:32 */waypoints[185] = spawnstruct(); -/* 6:32 */waypoints[185].origin = (347.23, -631.962, 198.498); -/* 6:32 */waypoints[185].type = "climb"; -/* 6:32 */waypoints[185].children[0] = 77; -/* 6:32 */waypoints[185].children[1] = 184; -/* 6:32 */waypoints[185].angles = (70.7355, 83.5896, 0); -/* 6:32 */waypoints[186] = spawnstruct(); -/* 6:32 */waypoints[186].origin = (350.203, -540.16, 155.823); -/* 6:32 */waypoints[186].type = "stand"; -/* 6:32 */waypoints[186].children[0] = 40; -/* 6:32 */waypoints[186].children[1] = 75; -/* 6:32 */waypoints[186].children[2] = 184; -/* 6:32 */waypoints[187] = spawnstruct(); -/* 6:32 */waypoints[187].origin = (920.4, 21.5931, 50.2216); -/* 6:32 */waypoints[187].type = "climb"; -/* 6:32 */waypoints[187].children[0] = 183; -/* 6:32 */waypoints[187].children[1] = 188; -/* 6:32 */waypoints[187].angles = (-19.9347, -50.515, 0); -/* 6:32 */waypoints[188] = spawnstruct(); -/* 6:32 */waypoints[188].origin = (900.58, 55.466, 38.6904); -/* 6:32 */waypoints[188].type = "stand"; -/* 6:32 */waypoints[188].children[0] = 38; -/* 6:32 */waypoints[188].children[1] = 187; -/* 6:32 */waypoints[188].children[2] = 69; -/* 6:32 */waypoints[188].children[3] = 70; -/* 6:32 */waypoints[188].children[4] = 181; -/* 6:32 */return waypoints; -} - diff --git a/raw/maps/mp/bots/waypoints/arkaden.gsc b/raw/maps/mp/bots/waypoints/arkaden.gsc deleted file mode 100644 index 8f92bdd..0000000 --- a/raw/maps/mp/bots/waypoints/arkaden.gsc +++ /dev/null @@ -1,1147 +0,0 @@ -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 deleted file mode 100644 index 3131fb0..0000000 --- a/raw/maps/mp/bots/waypoints/bakaara.gsc +++ /dev/null @@ -1,1485 +0,0 @@ -Bakaara() -{ -/* 8:16 */waypoints = []; -/* 8:16 */waypoints[0] = spawnstruct(); -/* 8:16 */waypoints[0].origin = (1076.72, -907.125, -28.7888); -/* 8:16 */waypoints[0].type = "crouch"; -/* 8:16 */waypoints[0].children[0] = 1; -/* 8:16 */waypoints[0].angles = (2.88391, -50.9381, 0); -/* 8:16 */waypoints[1] = spawnstruct(); -/* 8:16 */waypoints[1].origin = (1186.88, -927.843, -38.8749); -/* 8:16 */waypoints[1].type = "crouch"; -/* 8:16 */waypoints[1].children[0] = 0; -/* 8:16 */waypoints[1].children[1] = 227; -/* 8:16 */waypoints[2] = spawnstruct(); -/* 8:16 */waypoints[2].origin = (620.125, -907.125, -36.875); -/* 8:16 */waypoints[2].type = "crouch"; -/* 8:16 */waypoints[2].children[0] = 61; -/* 8:16 */waypoints[2].angles = (4.61426, -35.9473, 0); -/* 8:16 */waypoints[3] = spawnstruct(); -/* 8:16 */waypoints[3].origin = (1572.36, -1088.18, -44.2639); -/* 8:16 */waypoints[3].type = "stand"; -/* 8:16 */waypoints[3].children[0] = 8; -/* 8:16 */waypoints[3].children[1] = 9; -/* 8:16 */waypoints[3].children[2] = 4; -/* 8:16 */waypoints[3].children[3] = 11; -/* 8:16 */waypoints[3].children[4] = 10; -/* 8:16 */waypoints[4] = spawnstruct(); -/* 8:16 */waypoints[4].origin = (1790.29, -1037.98, -45.7197); -/* 8:16 */waypoints[4].type = "stand"; -/* 8:16 */waypoints[4].children[0] = 9; -/* 8:16 */waypoints[4].children[1] = 3; -/* 8:16 */waypoints[4].children[2] = 5; -/* 8:16 */waypoints[5] = spawnstruct(); -/* 8:16 */waypoints[5].origin = (1780.45, -733.975, -49.0534); -/* 8:16 */waypoints[5].type = "stand"; -/* 8:16 */waypoints[5].children[0] = 4; -/* 8:16 */waypoints[5].children[1] = 12; -/* 8:16 */waypoints[6] = spawnstruct(); -/* 8:16 */waypoints[6].origin = (1659.5, -276.592, -51.9723); -/* 8:16 */waypoints[6].type = "stand"; -/* 8:16 */waypoints[6].children[0] = 7; -/* 8:16 */waypoints[6].children[1] = 12; -/* 8:16 */waypoints[6].children[2] = 14; -/* 8:16 */waypoints[6].children[3] = 13; -/* 8:16 */waypoints[6].children[4] = 15; -/* 8:16 */waypoints[6].children[5] = 18; -/* 8:16 */waypoints[6].children[6] = 102; -/* 8:16 */waypoints[6].children[7] = 60; -/* 8:16 */waypoints[7] = spawnstruct(); -/* 8:16 */waypoints[7].origin = (1538.21, -557.153, -47.5113); -/* 8:16 */waypoints[7].type = "stand"; -/* 8:16 */waypoints[7].children[0] = 8; -/* 8:16 */waypoints[7].children[1] = 6; -/* 8:16 */waypoints[8] = spawnstruct(); -/* 8:16 */waypoints[8].origin = (1612.19, -871.084, -56.8113); -/* 8:16 */waypoints[8].type = "stand"; -/* 8:16 */waypoints[8].children[0] = 9; -/* 8:16 */waypoints[8].children[1] = 3; -/* 8:16 */waypoints[8].children[2] = 12; -/* 8:16 */waypoints[8].children[3] = 7; -/* 8:16 */waypoints[9] = spawnstruct(); -/* 8:16 */waypoints[9].origin = (1615.47, -1351.36, -45.2042); -/* 8:16 */waypoints[9].type = "stand"; -/* 8:16 */waypoints[9].children[0] = 10; -/* 8:16 */waypoints[9].children[1] = 4; -/* 8:16 */waypoints[9].children[2] = 8; -/* 8:16 */waypoints[9].children[3] = 3; -/* 8:16 */waypoints[9].children[4] = 11; -/* 8:16 */waypoints[10] = spawnstruct(); -/* 8:16 */waypoints[10].origin = (1324.16, -1361.86, -45.237); -/* 8:16 */waypoints[10].type = "stand"; -/* 8:16 */waypoints[10].children[0] = 11; -/* 8:16 */waypoints[10].children[1] = 9; -/* 8:16 */waypoints[10].children[2] = 3; -/* 8:16 */waypoints[11] = spawnstruct(); -/* 8:16 */waypoints[11].origin = (1307.64, -1074.85, -44.015); -/* 8:16 */waypoints[11].type = "stand"; -/* 8:16 */waypoints[11].children[0] = 10; -/* 8:16 */waypoints[11].children[1] = 9; -/* 8:16 */waypoints[11].children[2] = 3; -/* 8:16 */waypoints[11].children[3] = 227; -/* 8:16 */waypoints[12] = spawnstruct(); -/* 8:16 */waypoints[12].origin = (1706.21, -531.704, -52.4596); -/* 8:16 */waypoints[12].type = "stand"; -/* 8:16 */waypoints[12].children[0] = 5; -/* 8:16 */waypoints[12].children[1] = 8; -/* 8:16 */waypoints[12].children[2] = 6; -/* 8:16 */waypoints[13] = spawnstruct(); -/* 8:16 */waypoints[13].origin = (1628.11, 96.1371, -59.4992); -/* 8:16 */waypoints[13].type = "grenade"; -/* 8:16 */waypoints[13].children[0] = 6; -/* 8:16 */waypoints[13].angles = (-27.2955, 89.3628, 0); -/* 8:16 */waypoints[14] = spawnstruct(); -/* 8:16 */waypoints[14].origin = (1708.43, 261.918, -53.6539); -/* 8:16 */waypoints[14].type = "claymore"; -/* 8:16 */waypoints[14].children[0] = 6; -/* 8:16 */waypoints[14].angles = (37.2876, 35.9253, 0); -/* 8:16 */waypoints[15] = spawnstruct(); -/* 8:16 */waypoints[15].origin = (1439.58, 228.725, -50.7053); -/* 8:16 */waypoints[15].type = "stand"; -/* 8:16 */waypoints[15].children[0] = 6; -/* 8:16 */waypoints[15].children[1] = 17; -/* 8:16 */waypoints[15].children[2] = 112; -/* 8:16 */waypoints[16] = spawnstruct(); -/* 8:16 */waypoints[16].origin = (1442.12, -396.875, -46.5546); -/* 8:16 */waypoints[16].type = "crouch"; -/* 8:16 */waypoints[16].children[0] = 60; -/* 8:16 */waypoints[16].angles = (0.817261, 51.3116, 0); -/* 8:16 */waypoints[17] = spawnstruct(); -/* 8:16 */waypoints[17].origin = (1544.49, 469.64, -73.3089); -/* 8:16 */waypoints[17].type = "stand"; -/* 8:16 */waypoints[17].children[0] = 15; -/* 8:16 */waypoints[17].children[1] = 19; -/* 8:16 */waypoints[17].children[2] = 20; -/* 8:16 */waypoints[17].children[3] = 112; -/* 8:16 */waypoints[18] = spawnstruct(); -/* 8:16 */waypoints[18].origin = (1817.01, 183.47, -90.2437); -/* 8:16 */waypoints[18].type = "stand"; -/* 8:16 */waypoints[18].children[0] = 19; -/* 8:16 */waypoints[18].children[1] = 6; -/* 8:16 */waypoints[19] = spawnstruct(); -/* 8:16 */waypoints[19].origin = (1804.15, 477.971, -59.1894); -/* 8:16 */waypoints[19].type = "stand"; -/* 8:16 */waypoints[19].children[0] = 17; -/* 8:16 */waypoints[19].children[1] = 18; -/* 8:16 */waypoints[19].children[2] = 23; -/* 8:16 */waypoints[19].children[3] = 33; -/* 8:16 */waypoints[20] = spawnstruct(); -/* 8:16 */waypoints[20].origin = (1539.61, 829.029, -70.3819); -/* 8:16 */waypoints[20].type = "stand"; -/* 8:16 */waypoints[20].children[0] = 17; -/* 8:16 */waypoints[20].children[1] = 35; -/* 8:16 */waypoints[20].children[2] = 113; -/* 8:16 */waypoints[20].children[3] = 114; -/* 8:16 */waypoints[21] = spawnstruct(); -/* 8:16 */waypoints[21].origin = (1996.88, 852.875, -39.875); -/* 8:16 */waypoints[21].type = "crouch"; -/* 8:16 */waypoints[21].children[0] = 22; -/* 8:16 */waypoints[21].angles = (2.35535, -156.418, 0); -/* 8:16 */waypoints[22] = spawnstruct(); -/* 8:16 */waypoints[22].origin = (1996.88, 735.125, -43.1832); -/* 8:16 */waypoints[22].type = "crouch"; -/* 8:16 */waypoints[22].children[0] = 21; -/* 8:16 */waypoints[22].children[1] = 228; -/* 8:16 */waypoints[23] = spawnstruct(); -/* 8:16 */waypoints[23].origin = (1792.26, 1229.28, -38.6797); -/* 8:16 */waypoints[23].type = "stand"; -/* 8:16 */waypoints[23].children[0] = 19; -/* 8:16 */waypoints[23].children[1] = 25; -/* 8:16 */waypoints[23].children[2] = 26; -/* 8:16 */waypoints[23].children[3] = 34; -/* 8:16 */waypoints[24] = spawnstruct(); -/* 8:16 */waypoints[24].origin = (1654.6, 1734.3, -0.887774); -/* 8:16 */waypoints[24].type = "stand"; -/* 8:16 */waypoints[24].children[0] = 25; -/* 8:16 */waypoints[24].children[1] = 26; -/* 8:16 */waypoints[24].children[2] = 35; -/* 8:16 */waypoints[24].children[3] = 53; -/* 8:16 */waypoints[24].children[4] = 51; -/* 8:16 */waypoints[25] = spawnstruct(); -/* 8:16 */waypoints[25].origin = (1680.57, 1405.83, -25.876); -/* 8:16 */waypoints[25].type = "stand"; -/* 8:16 */waypoints[25].children[0] = 23; -/* 8:16 */waypoints[25].children[1] = 24; -/* 8:16 */waypoints[26] = spawnstruct(); -/* 8:16 */waypoints[26].origin = (2009.58, 1578.05, -4.99077); -/* 8:16 */waypoints[26].type = "stand"; -/* 8:16 */waypoints[26].children[0] = 24; -/* 8:16 */waypoints[26].children[1] = 23; -/* 8:16 */waypoints[26].children[2] = 27; -/* 8:16 */waypoints[27] = spawnstruct(); -/* 8:16 */waypoints[27].origin = (2219.95, 1542.59, -13.8132); -/* 8:16 */waypoints[27].type = "stand"; -/* 8:16 */waypoints[27].children[0] = 26; -/* 8:16 */waypoints[27].children[1] = 28; -/* 8:16 */waypoints[27].children[2] = 30; -/* 8:16 */waypoints[27].children[3] = 32; -/* 8:16 */waypoints[28] = spawnstruct(); -/* 8:16 */waypoints[28].origin = (2467.47, 1565.8, -18.7702); -/* 8:16 */waypoints[28].type = "stand"; -/* 8:16 */waypoints[28].children[0] = 27; -/* 8:16 */waypoints[28].children[1] = 29; -/* 8:16 */waypoints[28].children[2] = 36; -/* 8:16 */waypoints[28].children[3] = 38; -/* 8:16 */waypoints[29] = spawnstruct(); -/* 8:16 */waypoints[29].origin = (2341.22, 2128.4, 22.8602); -/* 8:16 */waypoints[29].type = "stand"; -/* 8:16 */waypoints[29].children[0] = 28; -/* 8:16 */waypoints[29].children[1] = 30; -/* 8:16 */waypoints[29].children[2] = 38; -/* 8:16 */waypoints[30] = spawnstruct(); -/* 8:16 */waypoints[30].origin = (2028.29, 2076.81, 22.595); -/* 8:16 */waypoints[30].type = "stand"; -/* 8:16 */waypoints[30].children[0] = 29; -/* 8:16 */waypoints[30].children[1] = 31; -/* 8:16 */waypoints[30].children[2] = 27; -/* 8:16 */waypoints[30].children[3] = 53; -/* 8:16 */waypoints[31] = spawnstruct(); -/* 8:16 */waypoints[31].origin = (1887.76, 2335.56, 48.125); -/* 8:16 */waypoints[31].type = "stand"; -/* 8:16 */waypoints[31].children[0] = 30; -/* 8:16 */waypoints[31].children[1] = 32; -/* 8:16 */waypoints[31].children[2] = 40; -/* 8:16 */waypoints[31].children[3] = 41; -/* 8:16 */waypoints[32] = spawnstruct(); -/* 8:16 */waypoints[32].origin = (2041.88, 1915.41, 14.625); -/* 8:16 */waypoints[32].type = "claymore"; -/* 8:16 */waypoints[32].children[0] = 27; -/* 8:16 */waypoints[32].children[1] = 31; -/* 8:16 */waypoints[32].angles = (54.2493, 57.7002, 0); -/* 8:16 */waypoints[33] = spawnstruct(); -/* 8:16 */waypoints[33].origin = (1687.26, 958.148, -50.7048); -/* 8:16 */waypoints[33].type = "climb"; -/* 8:16 */waypoints[33].children[0] = 34; -/* 8:16 */waypoints[33].children[1] = 19; -/* 8:16 */waypoints[33].children[2] = 228; -/* 8:16 */waypoints[33].angles = (-1.48987, 89.4232, 0); -/* 8:16 */waypoints[34] = spawnstruct(); -/* 8:16 */waypoints[34].origin = (1669.99, 1140.4, -45.7578); -/* 8:16 */waypoints[34].type = "climb"; -/* 8:16 */waypoints[34].children[0] = 23; -/* 8:16 */waypoints[34].children[1] = 33; -/* 8:16 */waypoints[34].angles = (6.57959, -90.0934, 0); -/* 8:16 */waypoints[35] = spawnstruct(); -/* 8:16 */waypoints[35].origin = (1528.9, 1684.66, -29.002); -/* 8:16 */waypoints[35].type = "stand"; -/* 8:16 */waypoints[35].children[0] = 24; -/* 8:16 */waypoints[35].children[1] = 20; -/* 8:16 */waypoints[35].children[2] = 217; -/* 8:16 */waypoints[35].children[3] = 218; -/* 8:16 */waypoints[36] = spawnstruct(); -/* 8:16 */waypoints[36].origin = (2637.86, 1558.57, -16.875); -/* 8:16 */waypoints[36].type = "stand"; -/* 8:16 */waypoints[36].children[0] = 37; -/* 8:16 */waypoints[36].children[1] = 28; -/* 8:16 */waypoints[37] = spawnstruct(); -/* 8:16 */waypoints[37].origin = (2628.18, 1981.63, -16.9353); -/* 8:16 */waypoints[37].type = "stand"; -/* 8:16 */waypoints[37].children[0] = 36; -/* 8:16 */waypoints[37].children[1] = 38; -/* 8:16 */waypoints[38] = spawnstruct(); -/* 8:16 */waypoints[38].origin = (2413, 1942.11, 5.16108); -/* 8:16 */waypoints[38].type = "stand"; -/* 8:16 */waypoints[38].children[0] = 29; -/* 8:16 */waypoints[38].children[1] = 28; -/* 8:16 */waypoints[38].children[2] = 37; -/* 8:16 */waypoints[39] = spawnstruct(); -/* 8:16 */waypoints[39].origin = (1629.32, 2281.32, 48.125); -/* 8:16 */waypoints[39].type = "crouch"; -/* 8:16 */waypoints[39].children[0] = 59; -/* 8:16 */waypoints[39].angles = (4.85474, -23.5547, 0); -/* 8:16 */waypoints[40] = spawnstruct(); -/* 8:16 */waypoints[40].origin = (1887.24, 2239.91, 48.125); -/* 8:16 */waypoints[40].type = "claymore"; -/* 8:16 */waypoints[40].children[0] = 31; -/* 8:16 */waypoints[40].children[1] = 59; -/* 8:16 */waypoints[40].angles = (54.4415, 15.6555, 0); -/* 8:16 */waypoints[41] = spawnstruct(); -/* 8:16 */waypoints[41].origin = (1735.69, 2408.72, 48.125); -/* 8:16 */waypoints[41].type = "stand"; -/* 8:16 */waypoints[41].children[0] = 31; -/* 8:16 */waypoints[41].children[1] = 42; -/* 8:16 */waypoints[42] = spawnstruct(); -/* 8:16 */waypoints[42].origin = (1617.09, 2528.48, 48.125); -/* 8:16 */waypoints[42].type = "stand"; -/* 8:16 */waypoints[42].children[0] = 41; -/* 8:16 */waypoints[42].children[1] = 43; -/* 8:16 */waypoints[43] = spawnstruct(); -/* 8:16 */waypoints[43].origin = (1213.59, 3215.49, 79.125); -/* 8:16 */waypoints[43].type = "stand"; -/* 8:16 */waypoints[43].children[0] = 42; -/* 8:16 */waypoints[43].children[1] = 44; -/* 8:16 */waypoints[43].children[2] = 62; -/* 8:16 */waypoints[44] = spawnstruct(); -/* 8:16 */waypoints[44].origin = (1020.85, 3170.55, 88.125); -/* 8:16 */waypoints[44].type = "stand"; -/* 8:16 */waypoints[44].children[0] = 43; -/* 8:16 */waypoints[44].children[1] = 45; -/* 8:16 */waypoints[44].children[2] = 50; -/* 8:16 */waypoints[44].children[3] = 52; -/* 8:16 */waypoints[44].children[4] = 54; -/* 8:16 */waypoints[44].children[5] = 58; -/* 8:16 */waypoints[44].children[6] = 62; -/* 8:16 */waypoints[45] = spawnstruct(); -/* 8:16 */waypoints[45].origin = (1116.34, 2958.77, 70.8617); -/* 8:16 */waypoints[45].type = "stand"; -/* 8:16 */waypoints[45].children[0] = 46; -/* 8:16 */waypoints[45].children[1] = 47; -/* 8:16 */waypoints[45].children[2] = 44; -/* 8:16 */waypoints[45].children[3] = 50; -/* 8:16 */waypoints[45].children[4] = 52; -/* 8:16 */waypoints[46] = spawnstruct(); -/* 8:16 */waypoints[46].origin = (1319.39, 2731.07, 62.1552); -/* 8:16 */waypoints[46].type = "stand"; -/* 8:16 */waypoints[46].children[0] = 45; -/* 8:16 */waypoints[46].children[1] = 49; -/* 8:16 */waypoints[46].children[2] = 47; -/* 8:16 */waypoints[46].children[3] = 48; -/* 8:16 */waypoints[46].children[4] = 52; -/* 8:16 */waypoints[47] = spawnstruct(); -/* 8:16 */waypoints[47].origin = (1319.99, 2731.04, 62.2088); -/* 8:16 */waypoints[47].type = "climb"; -/* 8:16 */waypoints[47].children[0] = 45; -/* 8:16 */waypoints[47].children[1] = 49; -/* 8:16 */waypoints[47].children[2] = 46; -/* 8:16 */waypoints[47].children[3] = 48; -/* 8:16 */waypoints[47].children[4] = 52; -/* 8:16 */waypoints[47].angles = (4.0802, -87.1875, 0); -/* 8:16 */waypoints[48] = spawnstruct(); -/* 8:16 */waypoints[48].origin = (1318.37, 2579.68, 128.893); -/* 8:16 */waypoints[48].type = "climb"; -/* 8:16 */waypoints[48].children[0] = 47; -/* 8:16 */waypoints[48].children[1] = 46; -/* 8:16 */waypoints[48].angles = (21.2927, -77.3811, 0); -/* 8:16 */waypoints[49] = spawnstruct(); -/* 8:16 */waypoints[49].origin = (1320.72, 2644.73, 92.8221); -/* 8:16 */waypoints[49].type = "grenade"; -/* 8:16 */waypoints[49].children[0] = 46; -/* 8:16 */waypoints[49].children[1] = 47; -/* 8:16 */waypoints[49].angles = (-25.9925, -77.1723, 0); -/* 8:16 */waypoints[50] = spawnstruct(); -/* 8:16 */waypoints[50].origin = (1301, 2428.78, 47.9248); -/* 8:16 */waypoints[50].type = "stand"; -/* 8:16 */waypoints[50].children[0] = 44; -/* 8:16 */waypoints[50].children[1] = 45; -/* 8:16 */waypoints[50].children[2] = 51; -/* 8:16 */waypoints[51] = spawnstruct(); -/* 8:16 */waypoints[51].origin = (1514.98, 2195.19, 30.3116); -/* 8:16 */waypoints[51].type = "stand"; -/* 8:16 */waypoints[51].children[0] = 50; -/* 8:16 */waypoints[51].children[1] = 52; -/* 8:16 */waypoints[51].children[2] = 53; -/* 8:16 */waypoints[51].children[3] = 218; -/* 8:16 */waypoints[51].children[4] = 219; -/* 8:16 */waypoints[51].children[5] = 217; -/* 8:16 */waypoints[51].children[6] = 24; -/* 8:16 */waypoints[52] = spawnstruct(); -/* 8:16 */waypoints[52].origin = (1378.37, 2722.63, 69.524); -/* 8:16 */waypoints[52].type = "stand"; -/* 8:16 */waypoints[52].children[0] = 51; -/* 8:16 */waypoints[52].children[1] = 47; -/* 8:16 */waypoints[52].children[2] = 46; -/* 8:16 */waypoints[52].children[3] = 45; -/* 8:16 */waypoints[52].children[4] = 44; -/* 8:16 */waypoints[53] = spawnstruct(); -/* 8:16 */waypoints[53].origin = (1629.7, 1961.88, 14.1306); -/* 8:16 */waypoints[53].type = "stand"; -/* 8:16 */waypoints[53].children[0] = 24; -/* 8:16 */waypoints[53].children[1] = 30; -/* 8:16 */waypoints[53].children[2] = 51; -/* 8:16 */waypoints[54] = spawnstruct(); -/* 8:16 */waypoints[54].origin = (1004.69, 3702.19, 227.125); -/* 8:16 */waypoints[54].type = "stand"; -/* 8:16 */waypoints[54].children[0] = 55; -/* 8:16 */waypoints[54].children[1] = 44; -/* 8:16 */waypoints[54].children[2] = 57; -/* 8:16 */waypoints[55] = spawnstruct(); -/* 8:16 */waypoints[55].origin = (788.49, 3602, 227.125); -/* 8:16 */waypoints[55].type = "stand"; -/* 8:16 */waypoints[55].children[0] = 56; -/* 8:16 */waypoints[55].children[1] = 54; -/* 8:16 */waypoints[55].children[2] = 57; -/* 8:16 */waypoints[56] = spawnstruct(); -/* 8:16 */waypoints[56].origin = (595.604, 3699.63, 227.125); -/* 8:16 */waypoints[56].type = "stand"; -/* 8:16 */waypoints[56].children[0] = 55; -/* 8:16 */waypoints[56].children[1] = 57; -/* 8:16 */waypoints[56].children[2] = 58; -/* 8:16 */waypoints[57] = spawnstruct(); -/* 8:16 */waypoints[57].origin = (796.995, 3689.21, 227.125); -/* 8:16 */waypoints[57].type = "stand"; -/* 8:16 */waypoints[57].children[0] = 56; -/* 8:16 */waypoints[57].children[1] = 55; -/* 8:16 */waypoints[57].children[2] = 54; -/* 8:16 */waypoints[58] = spawnstruct(); -/* 8:16 */waypoints[58].origin = (570.222, 3333.23, 88.125); -/* 8:16 */waypoints[58].type = "stand"; -/* 8:16 */waypoints[58].children[0] = 56; -/* 8:16 */waypoints[58].children[1] = 44; -/* 8:16 */waypoints[58].children[2] = 62; -/* 8:16 */waypoints[58].children[3] = 63; -/* 8:16 */waypoints[59] = spawnstruct(); -/* 8:16 */waypoints[59].origin = (1788.26, 2276.9, 48.125); -/* 8:16 */waypoints[59].type = "stand"; -/* 8:16 */waypoints[59].children[0] = 39; -/* 8:16 */waypoints[59].children[1] = 40; -/* 8:16 */waypoints[60] = spawnstruct(); -/* 8:16 */waypoints[60].origin = (1524.79, -292.251, -52.0338); -/* 8:16 */waypoints[60].type = "stand"; -/* 8:16 */waypoints[60].children[0] = 16; -/* 8:16 */waypoints[60].children[1] = 6; -/* 8:16 */waypoints[61] = spawnstruct(); -/* 8:16 */waypoints[61].origin = (755.301, -907.125, -45.2758); -/* 8:16 */waypoints[61].type = "claymore"; -/* 8:16 */waypoints[61].children[0] = 2; -/* 8:16 */waypoints[61].children[1] = 93; -/* 8:16 */waypoints[61].angles = (58.2813, -19.1646, 0); -/* 8:16 */waypoints[62] = spawnstruct(); -/* 8:16 */waypoints[62].origin = (564.23, 2975.45, 88.0086); -/* 8:16 */waypoints[62].type = "stand"; -/* 8:16 */waypoints[62].children[0] = 58; -/* 8:16 */waypoints[62].children[1] = 44; -/* 8:16 */waypoints[62].children[2] = 43; -/* 8:16 */waypoints[62].children[3] = 64; -/* 8:16 */waypoints[62].children[4] = 146; -/* 8:16 */waypoints[62].children[5] = 147; -/* 8:16 */waypoints[62].children[6] = 150; -/* 8:16 */waypoints[63] = spawnstruct(); -/* 8:16 */waypoints[63].origin = (237.75, 3269.67, 89.2896); -/* 8:16 */waypoints[63].type = "stand"; -/* 8:16 */waypoints[63].children[0] = 58; -/* 8:16 */waypoints[63].children[1] = 64; -/* 8:16 */waypoints[63].children[2] = 65; -/* 8:16 */waypoints[63].children[3] = 66; -/* 8:16 */waypoints[64] = spawnstruct(); -/* 8:16 */waypoints[64].origin = (465.305, 3184.05, 90.4484); -/* 8:16 */waypoints[64].type = "stand"; -/* 8:16 */waypoints[64].children[0] = 63; -/* 8:16 */waypoints[64].children[1] = 62; -/* 8:16 */waypoints[65] = spawnstruct(); -/* 8:16 */waypoints[65].origin = (12.1739, 3012.94, 84.5655); -/* 8:16 */waypoints[65].type = "stand"; -/* 8:16 */waypoints[65].children[0] = 63; -/* 8:16 */waypoints[65].children[1] = 66; -/* 8:16 */waypoints[65].children[2] = 67; -/* 8:16 */waypoints[65].children[3] = 70; -/* 8:16 */waypoints[65].children[4] = 144; -/* 8:16 */waypoints[65].children[5] = 149; -/* 8:16 */waypoints[65].children[6] = 153; -/* 8:16 */waypoints[66] = spawnstruct(); -/* 8:16 */waypoints[66].origin = (-406.307, 3299.58, 97.8552); -/* 8:16 */waypoints[66].type = "stand"; -/* 8:16 */waypoints[66].children[0] = 65; -/* 8:16 */waypoints[66].children[1] = 63; -/* 8:16 */waypoints[67] = spawnstruct(); -/* 8:16 */waypoints[67].origin = (-620.461, 2812.14, 153.131); -/* 8:16 */waypoints[67].type = "stand"; -/* 8:16 */waypoints[67].children[0] = 65; -/* 8:16 */waypoints[67].children[1] = 69; -/* 8:16 */waypoints[67].children[2] = 68; -/* 8:16 */waypoints[68] = spawnstruct(); -/* 8:16 */waypoints[68].origin = (-929.804, 2511.54, 70.925); -/* 8:16 */waypoints[68].type = "stand"; -/* 8:16 */waypoints[68].children[0] = 69; -/* 8:16 */waypoints[68].children[1] = 67; -/* 8:16 */waypoints[68].children[2] = 71; -/* 8:16 */waypoints[68].children[3] = 72; -/* 8:16 */waypoints[68].children[4] = 226; -/* 8:16 */waypoints[69] = spawnstruct(); -/* 8:16 */waypoints[69].origin = (-491.211, 2520.74, 84.4072); -/* 8:16 */waypoints[69].type = "stand"; -/* 8:16 */waypoints[69].children[0] = 67; -/* 8:16 */waypoints[69].children[1] = 70; -/* 8:16 */waypoints[69].children[2] = 68; -/* 8:16 */waypoints[70] = spawnstruct(); -/* 8:16 */waypoints[70].origin = (-103.115, 2440.32, 87.8611); -/* 8:16 */waypoints[70].type = "stand"; -/* 8:16 */waypoints[70].children[0] = 65; -/* 8:16 */waypoints[70].children[1] = 69; -/* 8:16 */waypoints[70].children[2] = 145; -/* 8:16 */waypoints[71] = spawnstruct(); -/* 8:16 */waypoints[71].origin = (-970.227, 2825.46, 72.125); -/* 8:16 */waypoints[71].type = "stand"; -/* 8:16 */waypoints[71].children[0] = 68; -/* 8:16 */waypoints[71].children[1] = 164; -/* 8:16 */waypoints[72] = spawnstruct(); -/* 8:16 */waypoints[72].origin = (-882.026, 1450.13, 96.125); -/* 8:16 */waypoints[72].type = "stand"; -/* 8:16 */waypoints[72].children[0] = 68; -/* 8:16 */waypoints[72].children[1] = 73; -/* 8:16 */waypoints[73] = spawnstruct(); -/* 8:16 */waypoints[73].origin = (-1102.67, 1450.41, 96.125); -/* 8:16 */waypoints[73].type = "stand"; -/* 8:16 */waypoints[73].children[0] = 72; -/* 8:16 */waypoints[73].children[1] = 74; -/* 8:16 */waypoints[73].children[2] = 75; -/* 8:16 */waypoints[74] = spawnstruct(); -/* 8:16 */waypoints[74].origin = (-979.279, 1395.24, 96.125); -/* 8:16 */waypoints[74].type = "claymore"; -/* 8:16 */waypoints[74].children[0] = 73; -/* 8:16 */waypoints[74].angles = (60.2039, 106.338, 0); -/* 8:16 */waypoints[75] = spawnstruct(); -/* 8:16 */waypoints[75].origin = (-1070.72, 1064.57, 96.125); -/* 8:16 */waypoints[75].type = "stand"; -/* 8:16 */waypoints[75].children[0] = 76; -/* 8:16 */waypoints[75].children[1] = 73; -/* 8:16 */waypoints[75].children[2] = 78; -/* 8:16 */waypoints[76] = spawnstruct(); -/* 8:16 */waypoints[76].origin = (-880.876, 1060.39, 96.125); -/* 8:16 */waypoints[76].type = "stand"; -/* 8:16 */waypoints[76].children[0] = 77; -/* 8:16 */waypoints[76].children[1] = 75; -/* 8:16 */waypoints[76].children[2] = 79; -/* 8:16 */waypoints[77] = spawnstruct(); -/* 8:16 */waypoints[77].origin = (-880.888, 1296.98, 96.125); -/* 8:16 */waypoints[77].type = "stand"; -/* 8:16 */waypoints[77].children[0] = 76; -/* 8:16 */waypoints[78] = spawnstruct(); -/* 8:16 */waypoints[78].origin = (-980.206, 1120.99, 96.125); -/* 8:16 */waypoints[78].type = "claymore"; -/* 8:16 */waypoints[78].children[0] = 75; -/* 8:16 */waypoints[78].angles = (60.7806, -108.006, 0); -/* 8:16 */waypoints[79] = spawnstruct(); -/* 8:16 */waypoints[79].origin = (-883.539, 918.873, 96.125); -/* 8:16 */waypoints[79].type = "stand"; -/* 8:16 */waypoints[79].children[0] = 76; -/* 8:16 */waypoints[79].children[1] = 81; -/* 8:16 */waypoints[79].children[2] = 80; -/* 8:16 */waypoints[80] = spawnstruct(); -/* 8:16 */waypoints[80].origin = (-888.02, 774.846, 96.125); -/* 8:16 */waypoints[80].type = "stand"; -/* 8:16 */waypoints[80].children[0] = 82; -/* 8:16 */waypoints[80].children[1] = 79; -/* 8:16 */waypoints[80].children[2] = 83; -/* 8:16 */waypoints[80].children[3] = 216; -/* 8:16 */waypoints[81] = spawnstruct(); -/* 8:16 */waypoints[81].origin = (-999.787, 775.743, 96.125); -/* 8:16 */waypoints[81].type = "stand"; -/* 8:16 */waypoints[81].children[0] = 79; -/* 8:16 */waypoints[81].children[1] = 82; -/* 8:16 */waypoints[81].children[2] = 83; -/* 8:16 */waypoints[82] = spawnstruct(); -/* 8:16 */waypoints[82].origin = (-945.83, 684.852, 96.125); -/* 8:16 */waypoints[82].type = "stand"; -/* 8:16 */waypoints[82].children[0] = 81; -/* 8:16 */waypoints[82].children[1] = 80; -/* 8:16 */waypoints[82].children[2] = 83; -/* 8:16 */waypoints[82].children[3] = 216; -/* 8:16 */waypoints[83] = spawnstruct(); -/* 8:16 */waypoints[83].origin = (-1004.93, 583.839, 96.125); -/* 8:16 */waypoints[83].type = "stand"; -/* 8:16 */waypoints[83].children[0] = 82; -/* 8:16 */waypoints[83].children[1] = 80; -/* 8:16 */waypoints[83].children[2] = 81; -/* 8:16 */waypoints[83].children[3] = 84; -/* 8:16 */waypoints[84] = spawnstruct(); -/* 8:16 */waypoints[84].origin = (-1006.92, 340.86, -32.4468); -/* 8:16 */waypoints[84].type = "stand"; -/* 8:16 */waypoints[84].children[0] = 83; -/* 8:16 */waypoints[84].children[1] = 85; -/* 8:16 */waypoints[84].children[2] = 194; -/* 8:16 */waypoints[84].children[3] = 207; -/* 8:16 */waypoints[85] = spawnstruct(); -/* 8:16 */waypoints[85].origin = (-984.292, -268.903, -39.875); -/* 8:16 */waypoints[85].type = "stand"; -/* 8:16 */waypoints[85].children[0] = 86; -/* 8:16 */waypoints[85].children[1] = 84; -/* 8:16 */waypoints[85].children[2] = 90; -/* 8:16 */waypoints[85].children[3] = 194; -/* 8:16 */waypoints[86] = spawnstruct(); -/* 8:16 */waypoints[86].origin = (-979.452, -430.207, -31.675); -/* 8:16 */waypoints[86].type = "stand"; -/* 8:16 */waypoints[86].children[0] = 87; -/* 8:16 */waypoints[86].children[1] = 85; -/* 8:16 */waypoints[86].children[2] = 194; -/* 8:16 */waypoints[87] = spawnstruct(); -/* 8:16 */waypoints[87].origin = (-293.208, -454.917, -43.875); -/* 8:16 */waypoints[87].type = "stand"; -/* 8:16 */waypoints[87].children[0] = 88; -/* 8:16 */waypoints[87].children[1] = 86; -/* 8:16 */waypoints[87].children[2] = 90; -/* 8:16 */waypoints[88] = spawnstruct(); -/* 8:16 */waypoints[88].origin = (-293.629, -786.26, -43.875); -/* 8:16 */waypoints[88].type = "stand"; -/* 8:16 */waypoints[88].children[0] = 89; -/* 8:16 */waypoints[88].children[1] = 87; -/* 8:16 */waypoints[88].children[2] = 92; -/* 8:16 */waypoints[89] = spawnstruct(); -/* 8:16 */waypoints[89].origin = (-119.157, -1043.91, -43.875); -/* 8:16 */waypoints[89].type = "stand"; -/* 8:16 */waypoints[89].children[0] = 88; -/* 8:16 */waypoints[89].children[1] = 93; -/* 8:16 */waypoints[89].children[2] = 94; -/* 8:16 */waypoints[90] = spawnstruct(); -/* 8:16 */waypoints[90].origin = (-302.988, -253.787, -44.3762); -/* 8:16 */waypoints[90].type = "stand"; -/* 8:16 */waypoints[90].children[0] = 85; -/* 8:16 */waypoints[90].children[1] = 87; -/* 8:16 */waypoints[90].children[2] = 91; -/* 8:16 */waypoints[90].children[3] = 106; -/* 8:16 */waypoints[91] = spawnstruct(); -/* 8:16 */waypoints[91].origin = (199.072, -257.018, -49.1757); -/* 8:16 */waypoints[91].type = "stand"; -/* 8:16 */waypoints[91].children[0] = 90; -/* 8:16 */waypoints[91].children[1] = 92; -/* 8:16 */waypoints[91].children[2] = 101; -/* 8:16 */waypoints[91].children[3] = 105; -/* 8:16 */waypoints[91].children[4] = 180; -/* 8:16 */waypoints[92] = spawnstruct(); -/* 8:16 */waypoints[92].origin = (195.529, -793.035, -44.3745); -/* 8:16 */waypoints[92].type = "stand"; -/* 8:16 */waypoints[92].children[0] = 91; -/* 8:16 */waypoints[92].children[1] = 88; -/* 8:16 */waypoints[92].children[2] = 100; -/* 8:16 */waypoints[93] = spawnstruct(); -/* 8:16 */waypoints[93].origin = (889.855, -1062.11, -43.8785); -/* 8:16 */waypoints[93].type = "stand"; -/* 8:16 */waypoints[93].children[0] = 89; -/* 8:16 */waypoints[93].children[1] = 95; -/* 8:16 */waypoints[93].children[2] = 61; -/* 8:16 */waypoints[93].children[3] = 227; -/* 8:16 */waypoints[94] = spawnstruct(); -/* 8:16 */waypoints[94].origin = (327.056, -964.561, -45.7378); -/* 8:16 */waypoints[94].type = "claymore"; -/* 8:16 */waypoints[94].children[0] = 89; -/* 8:16 */waypoints[94].angles = (47.3224, -143.085, 0); -/* 8:16 */waypoints[95] = spawnstruct(); -/* 8:16 */waypoints[95].origin = (840.145, -798.51, -45.5784); -/* 8:16 */waypoints[95].type = "stand"; -/* 8:16 */waypoints[95].children[0] = 93; -/* 8:16 */waypoints[95].children[1] = 96; -/* 8:16 */waypoints[95].children[2] = 98; -/* 8:16 */waypoints[95].children[3] = 100; -/* 8:16 */waypoints[96] = spawnstruct(); -/* 8:16 */waypoints[96].origin = (1024.61, -807.461, -47.878); -/* 8:16 */waypoints[96].type = "stand"; -/* 8:16 */waypoints[96].children[0] = 97; -/* 8:16 */waypoints[96].children[1] = 95; -/* 8:16 */waypoints[97] = spawnstruct(); -/* 8:16 */waypoints[97].origin = (1024.41, -549.378, -47.8793); -/* 8:16 */waypoints[97].type = "stand"; -/* 8:16 */waypoints[97].children[0] = 98; -/* 8:16 */waypoints[97].children[1] = 96; -/* 8:16 */waypoints[98] = spawnstruct(); -/* 8:16 */waypoints[98].origin = (840.887, -572.989, -47.878); -/* 8:16 */waypoints[98].type = "stand"; -/* 8:16 */waypoints[98].children[0] = 99; -/* 8:16 */waypoints[98].children[1] = 97; -/* 8:16 */waypoints[98].children[2] = 95; -/* 8:16 */waypoints[98].children[3] = 102; -/* 8:16 */waypoints[99] = spawnstruct(); -/* 8:16 */waypoints[99].origin = (683.481, -578.899, -44.9421); -/* 8:16 */waypoints[99].type = "stand"; -/* 8:16 */waypoints[99].children[0] = 100; -/* 8:16 */waypoints[99].children[1] = 98; -/* 8:16 */waypoints[99].children[2] = 101; -/* 8:16 */waypoints[100] = spawnstruct(); -/* 8:16 */waypoints[100].origin = (683.905, -814.098, -44.8444); -/* 8:16 */waypoints[100].type = "stand"; -/* 8:16 */waypoints[100].children[0] = 99; -/* 8:16 */waypoints[100].children[1] = 95; -/* 8:16 */waypoints[100].children[2] = 92; -/* 8:16 */waypoints[101] = spawnstruct(); -/* 8:16 */waypoints[101].origin = (687.358, -251.507, -45.219); -/* 8:16 */waypoints[101].type = "stand"; -/* 8:16 */waypoints[101].children[0] = 99; -/* 8:16 */waypoints[101].children[1] = 91; -/* 8:16 */waypoints[102] = spawnstruct(); -/* 8:16 */waypoints[102].origin = (865.168, -256.684, -44.5731); -/* 8:16 */waypoints[102].type = "stand"; -/* 8:16 */waypoints[102].children[0] = 6; -/* 8:16 */waypoints[102].children[1] = 103; -/* 8:16 */waypoints[102].children[2] = 98; -/* 8:16 */waypoints[102].children[3] = 104; -/* 8:16 */waypoints[103] = spawnstruct(); -/* 8:16 */waypoints[103].origin = (1075.3, -117.125, -47.875); -/* 8:16 */waypoints[103].type = "climb"; -/* 8:16 */waypoints[103].children[0] = 102; -/* 8:16 */waypoints[103].children[1] = 110; -/* 8:16 */waypoints[103].angles = (8.49672, 90.5449, 0); -/* 8:16 */waypoints[104] = spawnstruct(); -/* 8:16 */waypoints[104].origin = (530.606, 78.3445, -51.0061); -/* 8:16 */waypoints[104].type = "stand"; -/* 8:16 */waypoints[104].children[0] = 102; -/* 8:16 */waypoints[104].children[1] = 105; -/* 8:16 */waypoints[104].children[2] = 107; -/* 8:16 */waypoints[104].children[3] = 128; -/* 8:16 */waypoints[104].children[4] = 182; -/* 8:16 */waypoints[105] = spawnstruct(); -/* 8:16 */waypoints[105].origin = (217.477, -21.1215, -62.1545); -/* 8:16 */waypoints[105].type = "stand"; -/* 8:16 */waypoints[105].children[0] = 106; -/* 8:16 */waypoints[105].children[1] = 91; -/* 8:16 */waypoints[105].children[2] = 104; -/* 8:16 */waypoints[105].children[3] = 180; -/* 8:16 */waypoints[106] = spawnstruct(); -/* 8:16 */waypoints[106].origin = (-309.1, 46.7847, -48.3338); -/* 8:16 */waypoints[106].type = "stand"; -/* 8:16 */waypoints[106].children[0] = 90; -/* 8:16 */waypoints[106].children[1] = 105; -/* 8:16 */waypoints[106].children[2] = 229; -/* 8:16 */waypoints[107] = spawnstruct(); -/* 8:16 */waypoints[107].origin = (831.298, 73.8825, -47.875); -/* 8:16 */waypoints[107].type = "stand"; -/* 8:16 */waypoints[107].children[0] = 108; -/* 8:16 */waypoints[107].children[1] = 104; -/* 8:16 */waypoints[107].children[2] = 126; -/* 8:16 */waypoints[107].children[3] = 128; -/* 8:16 */waypoints[108] = spawnstruct(); -/* 8:16 */waypoints[108].origin = (1005.42, 0.992099, -47.875); -/* 8:16 */waypoints[108].type = "stand"; -/* 8:16 */waypoints[108].children[0] = 107; -/* 8:16 */waypoints[108].children[1] = 109; -/* 8:16 */waypoints[108].children[2] = 110; -/* 8:16 */waypoints[108].children[3] = 126; -/* 8:16 */waypoints[109] = spawnstruct(); -/* 8:16 */waypoints[109].origin = (1189.12, 239.621, -47.875); -/* 8:16 */waypoints[109].type = "stand"; -/* 8:16 */waypoints[109].children[0] = 108; -/* 8:16 */waypoints[109].children[1] = 110; -/* 8:16 */waypoints[109].children[2] = 111; -/* 8:16 */waypoints[110] = spawnstruct(); -/* 8:16 */waypoints[110].origin = (1071.96, -65.2558, -47.875); -/* 8:16 */waypoints[110].type = "climb"; -/* 8:16 */waypoints[110].children[0] = 108; -/* 8:16 */waypoints[110].children[1] = 103; -/* 8:16 */waypoints[110].children[2] = 109; -/* 8:16 */waypoints[110].angles = (56.5839, -91.5809, 0); -/* 8:16 */waypoints[111] = spawnstruct(); -/* 8:16 */waypoints[111].origin = (1333.12, 265.832, -47.875); -/* 8:16 */waypoints[111].type = "stand"; -/* 8:16 */waypoints[111].children[0] = 109; -/* 8:16 */waypoints[111].children[1] = 112; -/* 8:16 */waypoints[112] = spawnstruct(); -/* 8:16 */waypoints[112].origin = (1386.05, 439.882, -59.253); -/* 8:16 */waypoints[112].type = "stand"; -/* 8:16 */waypoints[112].children[0] = 111; -/* 8:16 */waypoints[112].children[1] = 17; -/* 8:16 */waypoints[112].children[2] = 15; -/* 8:16 */waypoints[112].children[3] = 113; -/* 8:16 */waypoints[113] = spawnstruct(); -/* 8:16 */waypoints[113].origin = (1368.86, 778.125, -62.875); -/* 8:16 */waypoints[113].type = "stand"; -/* 8:16 */waypoints[113].children[0] = 20; -/* 8:16 */waypoints[113].children[1] = 112; -/* 8:16 */waypoints[113].children[2] = 114; -/* 8:16 */waypoints[113].children[3] = 124; -/* 8:16 */waypoints[113].children[4] = 125; -/* 8:16 */waypoints[113].children[5] = 174; -/* 8:16 */waypoints[114] = spawnstruct(); -/* 8:16 */waypoints[114].origin = (1413.6, 1056.55, -51.0258); -/* 8:16 */waypoints[114].type = "stand"; -/* 8:16 */waypoints[114].children[0] = 113; -/* 8:16 */waypoints[114].children[1] = 20; -/* 8:16 */waypoints[114].children[2] = 115; -/* 8:16 */waypoints[115] = spawnstruct(); -/* 8:16 */waypoints[115].origin = (1165.41, 1067.02, 44.125); -/* 8:16 */waypoints[115].type = "stand"; -/* 8:16 */waypoints[115].children[0] = 114; -/* 8:16 */waypoints[115].children[1] = 116; -/* 8:16 */waypoints[115].children[2] = 129; -/* 8:16 */waypoints[115].children[3] = 131; -/* 8:16 */waypoints[116] = spawnstruct(); -/* 8:16 */waypoints[116].origin = (1163.88, 820.52, 93.125); -/* 8:16 */waypoints[116].type = "stand"; -/* 8:16 */waypoints[116].children[0] = 115; -/* 8:16 */waypoints[116].children[1] = 117; -/* 8:16 */waypoints[116].children[2] = 172; -/* 8:16 */waypoints[116].children[3] = 195; -/* 8:16 */waypoints[116].children[4] = 196; -/* 8:16 */waypoints[117] = spawnstruct(); -/* 8:16 */waypoints[117].origin = (1242.07, 787.048, 93.125); -/* 8:16 */waypoints[117].type = "stand"; -/* 8:16 */waypoints[117].children[0] = 116; -/* 8:16 */waypoints[117].children[1] = 118; -/* 8:16 */waypoints[117].children[2] = 120; -/* 8:16 */waypoints[117].children[3] = 196; -/* 8:16 */waypoints[117].children[4] = 195; -/* 8:16 */waypoints[118] = spawnstruct(); -/* 8:16 */waypoints[118].origin = (1384.12, 790.4, 93.125); -/* 8:16 */waypoints[118].type = "stand"; -/* 8:16 */waypoints[118].children[0] = 119; -/* 8:16 */waypoints[118].children[1] = 117; -/* 8:16 */waypoints[118].children[2] = 173; -/* 8:16 */waypoints[119] = spawnstruct(); -/* 8:16 */waypoints[119].origin = (1433.25, 881.875, 93.125); -/* 8:16 */waypoints[119].type = "grenade"; -/* 8:16 */waypoints[119].children[0] = 118; -/* 8:16 */waypoints[119].angles = (-19.1724, 49.9695, 0); -/* 8:16 */waypoints[120] = spawnstruct(); -/* 8:16 */waypoints[120].origin = (1387.45, 534.274, 93.125); -/* 8:16 */waypoints[120].type = "stand"; -/* 8:16 */waypoints[120].children[0] = 117; -/* 8:16 */waypoints[120].children[1] = 121; -/* 8:16 */waypoints[121] = spawnstruct(); -/* 8:16 */waypoints[121].origin = (1056.83, 536.425, -62.875); -/* 8:16 */waypoints[121].type = "stand"; -/* 8:16 */waypoints[121].children[0] = 120; -/* 8:16 */waypoints[121].children[1] = 123; -/* 8:16 */waypoints[121].children[2] = 122; -/* 8:16 */waypoints[122] = spawnstruct(); -/* 8:16 */waypoints[122].origin = (1088.73, 704.4, -62.875); -/* 8:16 */waypoints[122].type = "stand"; -/* 8:16 */waypoints[122].children[0] = 121; -/* 8:16 */waypoints[122].children[1] = 123; -/* 8:16 */waypoints[122].children[2] = 124; -/* 8:16 */waypoints[122].children[3] = 125; -/* 8:16 */waypoints[122].children[4] = 174; -/* 8:16 */waypoints[123] = spawnstruct(); -/* 8:16 */waypoints[123].origin = (1042.14, 654.153, -62.875); -/* 8:16 */waypoints[123].type = "claymore"; -/* 8:16 */waypoints[123].children[0] = 121; -/* 8:16 */waypoints[123].children[1] = 122; -/* 8:16 */waypoints[123].angles = (68.8501, 80.6214, 0); -/* 8:16 */waypoints[124] = spawnstruct(); -/* 8:16 */waypoints[124].origin = (1184.62, 775.902, -62.875); -/* 8:16 */waypoints[124].type = "stand"; -/* 8:16 */waypoints[124].children[0] = 113; -/* 8:16 */waypoints[124].children[1] = 122; -/* 8:16 */waypoints[125] = spawnstruct(); -/* 8:16 */waypoints[125].origin = (942.051, 709.104, -59.3189); -/* 8:16 */waypoints[125].type = "stand"; -/* 8:16 */waypoints[125].children[0] = 122; -/* 8:16 */waypoints[125].children[1] = 113; -/* 8:16 */waypoints[125].children[2] = 126; -/* 8:16 */waypoints[125].children[3] = 127; -/* 8:16 */waypoints[126] = spawnstruct(); -/* 8:16 */waypoints[126].origin = (942.511, 154.359, -47.7491); -/* 8:16 */waypoints[126].type = "stand"; -/* 8:16 */waypoints[126].children[0] = 107; -/* 8:16 */waypoints[126].children[1] = 108; -/* 8:16 */waypoints[126].children[2] = 125; -/* 8:16 */waypoints[127] = spawnstruct(); -/* 8:16 */waypoints[127].origin = (674.893, 708.974, -44.0163); -/* 8:16 */waypoints[127].type = "stand"; -/* 8:16 */waypoints[127].children[0] = 128; -/* 8:16 */waypoints[127].children[1] = 125; -/* 8:16 */waypoints[127].children[2] = 130; -/* 8:16 */waypoints[127].children[3] = 134; -/* 8:16 */waypoints[128] = spawnstruct(); -/* 8:16 */waypoints[128].origin = (653.868, 170.705, -46.4655); -/* 8:16 */waypoints[128].type = "stand"; -/* 8:16 */waypoints[128].children[0] = 104; -/* 8:16 */waypoints[128].children[1] = 107; -/* 8:16 */waypoints[128].children[2] = 127; -/* 8:16 */waypoints[128].children[3] = 182; -/* 8:16 */waypoints[129] = spawnstruct(); -/* 8:16 */waypoints[129].origin = (684.483, 1059.44, -44.6783); -/* 8:16 */waypoints[129].type = "stand"; -/* 8:16 */waypoints[129].children[0] = 130; -/* 8:16 */waypoints[129].children[1] = 115; -/* 8:16 */waypoints[129].children[2] = 131; -/* 8:16 */waypoints[129].children[3] = 133; -/* 8:16 */waypoints[130] = spawnstruct(); -/* 8:16 */waypoints[130].origin = (678.537, 904.338, -43.8244); -/* 8:16 */waypoints[130].type = "stand"; -/* 8:16 */waypoints[130].children[0] = 127; -/* 8:16 */waypoints[130].children[1] = 129; -/* 8:16 */waypoints[130].children[2] = 134; -/* 8:16 */waypoints[131] = spawnstruct(); -/* 8:16 */waypoints[131].origin = (905.83, 1058.22, -40.24); -/* 8:16 */waypoints[131].type = "stand"; -/* 8:16 */waypoints[131].children[0] = 115; -/* 8:16 */waypoints[131].children[1] = 129; -/* 8:16 */waypoints[131].children[2] = 132; -/* 8:16 */waypoints[131].children[3] = 219; -/* 8:16 */waypoints[132] = spawnstruct(); -/* 8:16 */waypoints[132].origin = (878.72, 1429.92, -35.875); -/* 8:16 */waypoints[132].type = "stand"; -/* 8:16 */waypoints[132].children[0] = 131; -/* 8:16 */waypoints[132].children[1] = 135; -/* 8:16 */waypoints[132].children[2] = 136; -/* 8:16 */waypoints[132].children[3] = 139; -/* 8:16 */waypoints[132].children[4] = 138; -/* 8:16 */waypoints[132].children[5] = 143; -/* 8:16 */waypoints[132].children[6] = 219; -/* 8:16 */waypoints[133] = spawnstruct(); -/* 8:16 */waypoints[133].origin = (422.844, 1051.46, -55.0199); -/* 8:16 */waypoints[133].type = "stand"; -/* 8:16 */waypoints[133].children[0] = 134; -/* 8:16 */waypoints[133].children[1] = 129; -/* 8:16 */waypoints[133].children[2] = 135; -/* 8:16 */waypoints[133].children[3] = 175; -/* 8:16 */waypoints[134] = spawnstruct(); -/* 8:16 */waypoints[134].origin = (388.031, 870.158, -42.5841); -/* 8:16 */waypoints[134].type = "stand"; -/* 8:16 */waypoints[134].children[0] = 127; -/* 8:16 */waypoints[134].children[1] = 133; -/* 8:16 */waypoints[134].children[2] = 130; -/* 8:16 */waypoints[134].children[3] = 176; -/* 8:16 */waypoints[135] = spawnstruct(); -/* 8:16 */waypoints[135].origin = (438.293, 1151.92, -41.8002); -/* 8:16 */waypoints[135].type = "stand"; -/* 8:16 */waypoints[135].children[0] = 132; -/* 8:16 */waypoints[135].children[1] = 133; -/* 8:16 */waypoints[135].children[2] = 138; -/* 8:16 */waypoints[135].children[3] = 137; -/* 8:16 */waypoints[135].children[4] = 171; -/* 8:16 */waypoints[136] = spawnstruct(); -/* 8:16 */waypoints[136].origin = (746.714, 1199.89, -47.6712); -/* 8:16 */waypoints[136].type = "stand"; -/* 8:16 */waypoints[136].children[0] = 137; -/* 8:16 */waypoints[136].children[1] = 132; -/* 8:16 */waypoints[137] = spawnstruct(); -/* 8:16 */waypoints[137].origin = (271.454, 1210.1, -50.4037); -/* 8:16 */waypoints[137].type = "stand"; -/* 8:16 */waypoints[137].children[0] = 136; -/* 8:16 */waypoints[137].children[1] = 139; -/* 8:16 */waypoints[137].children[2] = 135; -/* 8:16 */waypoints[137].children[3] = 142; -/* 8:16 */waypoints[137].children[4] = 224; -/* 8:16 */waypoints[138] = spawnstruct(); -/* 8:16 */waypoints[138].origin = (488.008, 1393.85, -52.4807); -/* 8:16 */waypoints[138].type = "stand"; -/* 8:16 */waypoints[138].children[0] = 132; -/* 8:16 */waypoints[138].children[1] = 135; -/* 8:16 */waypoints[138].children[2] = 166; -/* 8:16 */waypoints[139] = spawnstruct(); -/* 8:16 */waypoints[139].origin = (265.738, 1413.57, -53.0188); -/* 8:16 */waypoints[139].type = "stand"; -/* 8:16 */waypoints[139].children[0] = 132; -/* 8:16 */waypoints[139].children[1] = 137; -/* 8:16 */waypoints[139].children[2] = 140; -/* 8:16 */waypoints[139].children[3] = 142; -/* 8:16 */waypoints[139].children[4] = 168; -/* 8:16 */waypoints[140] = spawnstruct(); -/* 8:16 */waypoints[140].origin = (308.18, 2009.54, 37.5852); -/* 8:16 */waypoints[140].type = "grenade"; -/* 8:16 */waypoints[140].children[0] = 141; -/* 8:16 */waypoints[140].children[1] = 139; -/* 8:16 */waypoints[140].angles = (-22.8363, 138.585, 0); -/* 8:16 */waypoints[141] = spawnstruct(); -/* 8:16 */waypoints[141].origin = (304.345, 2228.65, 68.312); -/* 8:16 */waypoints[141].type = "stand"; -/* 8:16 */waypoints[141].children[0] = 140; -/* 8:16 */waypoints[141].children[1] = 143; -/* 8:16 */waypoints[141].children[2] = 144; -/* 8:16 */waypoints[141].children[3] = 168; -/* 8:16 */waypoints[141].children[4] = 224; -/* 8:16 */waypoints[142] = spawnstruct(); -/* 8:16 */waypoints[142].origin = (350.162, 1285.37, -50.2771); -/* 8:16 */waypoints[142].type = "grenade"; -/* 8:16 */waypoints[142].children[0] = 137; -/* 8:16 */waypoints[142].children[1] = 139; -/* 8:16 */waypoints[142].angles = (-32.0593, -114.573, 0); -/* 8:16 */waypoints[143] = spawnstruct(); -/* 8:16 */waypoints[143].origin = (953.873, 2203.78, 32.0932); -/* 8:16 */waypoints[143].type = "stand"; -/* 8:16 */waypoints[143].children[0] = 132; -/* 8:16 */waypoints[143].children[1] = 141; -/* 8:16 */waypoints[143].children[2] = 146; -/* 8:16 */waypoints[143].children[3] = 218; -/* 8:16 */waypoints[143].children[4] = 219; -/* 8:16 */waypoints[143].children[5] = 150; -/* 8:16 */waypoints[143].children[6] = 162; -/* 8:16 */waypoints[144] = spawnstruct(); -/* 8:16 */waypoints[144].origin = (89.9964, 2220.65, 63.3616); -/* 8:16 */waypoints[144].type = "stand"; -/* 8:16 */waypoints[144].children[0] = 145; -/* 8:16 */waypoints[144].children[1] = 141; -/* 8:16 */waypoints[144].children[2] = 65; -/* 8:16 */waypoints[144].children[3] = 153; -/* 8:16 */waypoints[144].children[4] = 165; -/* 8:16 */waypoints[144].children[5] = 169; -/* 8:16 */waypoints[144].children[6] = 183; -/* 8:16 */waypoints[145] = spawnstruct(); -/* 8:16 */waypoints[145].origin = (-154.355, 2223.97, 66.7682); -/* 8:16 */waypoints[145].type = "stand"; -/* 8:16 */waypoints[145].children[0] = 70; -/* 8:16 */waypoints[145].children[1] = 144; -/* 8:16 */waypoints[145].children[2] = 162; -/* 8:16 */waypoints[145].children[3] = 169; -/* 8:16 */waypoints[145].children[4] = 183; -/* 8:16 */waypoints[146] = spawnstruct(); -/* 8:16 */waypoints[146].origin = (619.187, 2416.33, 46.6178); -/* 8:16 */waypoints[146].type = "stand"; -/* 8:16 */waypoints[146].children[0] = 143; -/* 8:16 */waypoints[146].children[1] = 62; -/* 8:16 */waypoints[146].children[2] = 150; -/* 8:16 */waypoints[146].children[3] = 162; -/* 8:16 */waypoints[147] = spawnstruct(); -/* 8:16 */waypoints[147].origin = (442.494, 2766.86, 84.9768); -/* 8:16 */waypoints[147].type = "stand"; -/* 8:16 */waypoints[147].children[0] = 148; -/* 8:16 */waypoints[147].children[1] = 62; -/* 8:16 */waypoints[147].children[2] = 150; -/* 8:16 */waypoints[147].children[3] = 151; -/* 8:16 */waypoints[148] = spawnstruct(); -/* 8:16 */waypoints[148].origin = (266.568, 2818.29, 88.125); -/* 8:16 */waypoints[148].type = "stand"; -/* 8:16 */waypoints[148].children[0] = 149; -/* 8:16 */waypoints[148].children[1] = 147; -/* 8:16 */waypoints[148].children[2] = 151; -/* 8:16 */waypoints[149] = spawnstruct(); -/* 8:16 */waypoints[149].origin = (229.067, 3016.83, 88.125); -/* 8:16 */waypoints[149].type = "stand"; -/* 8:16 */waypoints[149].children[0] = 65; -/* 8:16 */waypoints[149].children[1] = 148; -/* 8:16 */waypoints[149].children[2] = 151; -/* 8:16 */waypoints[150] = spawnstruct(); -/* 8:16 */waypoints[150].origin = (554.239, 2770.81, 75.8756); -/* 8:16 */waypoints[150].type = "stand"; -/* 8:16 */waypoints[150].children[0] = 147; -/* 8:16 */waypoints[150].children[1] = 146; -/* 8:16 */waypoints[150].children[2] = 62; -/* 8:16 */waypoints[150].children[3] = 143; -/* 8:16 */waypoints[151] = spawnstruct(); -/* 8:16 */waypoints[151].origin = (340.686, 2694.65, 88.125); -/* 8:16 */waypoints[151].type = "stand"; -/* 8:16 */waypoints[151].children[0] = 148; -/* 8:16 */waypoints[151].children[1] = 149; -/* 8:16 */waypoints[151].children[2] = 147; -/* 8:16 */waypoints[151].children[3] = 152; -/* 8:16 */waypoints[152] = spawnstruct(); -/* 8:16 */waypoints[152].origin = (326.877, 2391.25, 88.125); -/* 8:16 */waypoints[152].type = "stand"; -/* 8:16 */waypoints[152].children[0] = 153; -/* 8:16 */waypoints[152].children[1] = 151; -/* 8:16 */waypoints[152].children[2] = 154; -/* 8:16 */waypoints[153] = spawnstruct(); -/* 8:16 */waypoints[153].origin = (87.3649, 2389.64, 70.7783); -/* 8:16 */waypoints[153].type = "stand"; -/* 8:16 */waypoints[153].children[0] = 144; -/* 8:16 */waypoints[153].children[1] = 65; -/* 8:16 */waypoints[153].children[2] = 152; -/* 8:16 */waypoints[154] = spawnstruct(); -/* 8:16 */waypoints[154].origin = (467.078, 2355.09, 88.125); -/* 8:16 */waypoints[154].type = "stand"; -/* 8:16 */waypoints[154].children[0] = 155; -/* 8:16 */waypoints[154].children[1] = 152; -/* 8:16 */waypoints[155] = spawnstruct(); -/* 8:16 */waypoints[155].origin = (467.016, 2558.85, 224.125); -/* 8:16 */waypoints[155].type = "stand"; -/* 8:16 */waypoints[155].children[0] = 154; -/* 8:16 */waypoints[155].children[1] = 156; -/* 8:16 */waypoints[156] = spawnstruct(); -/* 8:16 */waypoints[156].origin = (314.572, 2620.66, 224.125); -/* 8:16 */waypoints[156].type = "stand"; -/* 8:16 */waypoints[156].children[0] = 155; -/* 8:16 */waypoints[156].children[1] = 157; -/* 8:16 */waypoints[156].children[2] = 160; -/* 8:16 */waypoints[156].children[3] = 161; -/* 8:16 */waypoints[157] = spawnstruct(); -/* 8:16 */waypoints[157].origin = (319.156, 2349.8, 224.125); -/* 8:16 */waypoints[157].type = "stand"; -/* 8:16 */waypoints[157].children[0] = 156; -/* 8:16 */waypoints[157].children[1] = 158; -/* 8:16 */waypoints[158] = spawnstruct(); -/* 8:16 */waypoints[158].origin = (239.403, 2336.69, 224.125); -/* 8:16 */waypoints[158].type = "stand"; -/* 8:16 */waypoints[158].children[0] = 157; -/* 8:16 */waypoints[158].children[1] = 159; -/* 8:16 */waypoints[159] = spawnstruct(); -/* 8:16 */waypoints[159].origin = (217.343, 2447.23, 224.125); -/* 8:16 */waypoints[159].type = "stand"; -/* 8:16 */waypoints[159].children[0] = 158; -/* 8:16 */waypoints[159].children[1] = 160; -/* 8:16 */waypoints[160] = spawnstruct(); -/* 8:16 */waypoints[160].origin = (312.251, 2459.9, 224.125); -/* 8:16 */waypoints[160].type = "stand"; -/* 8:16 */waypoints[160].children[0] = 159; -/* 8:16 */waypoints[160].children[1] = 156; -/* 8:16 */waypoints[161] = spawnstruct(); -/* 8:16 */waypoints[161].origin = (205.632, 2637.17, 224.125); -/* 8:16 */waypoints[161].type = "grenade"; -/* 8:16 */waypoints[161].children[0] = 156; -/* 8:16 */waypoints[161].angles = (-14.7503, 168.638, 0); -/* 8:16 */waypoints[162] = spawnstruct(); -/* 8:16 */waypoints[162].origin = (585.457, 2225.22, 36.0338); -/* 8:16 */waypoints[162].type = "stand"; -/* 8:16 */waypoints[162].children[0] = 146; -/* 8:16 */waypoints[162].children[1] = 145; -/* 8:16 */waypoints[162].children[2] = 225; -/* 8:16 */waypoints[162].children[3] = 143; -/* 8:16 */waypoints[163] = spawnstruct(); -/* 8:16 */waypoints[163].origin = (-1031.88, 3072.88, 125.103); -/* 8:16 */waypoints[163].type = "crouch"; -/* 8:16 */waypoints[163].children[0] = 164; -/* 8:16 */waypoints[163].angles = (4.08571, -81.0919, 0); -/* 8:16 */waypoints[164] = spawnstruct(); -/* 8:16 */waypoints[164].origin = (-1015.17, 2869.81, 83.6581); -/* 8:16 */waypoints[164].type = "stand"; -/* 8:16 */waypoints[164].children[0] = 163; -/* 8:16 */waypoints[164].children[1] = 71; -/* 8:16 */waypoints[165] = spawnstruct(); -/* 8:16 */waypoints[165].origin = (166.095, 2015.78, 56.6904); -/* 8:16 */waypoints[165].type = "stand"; -/* 8:16 */waypoints[165].children[0] = 166; -/* 8:16 */waypoints[165].children[1] = 144; -/* 8:16 */waypoints[165].children[2] = 169; -/* 8:16 */waypoints[165].children[3] = 170; -/* 8:16 */waypoints[166] = spawnstruct(); -/* 8:16 */waypoints[166].origin = (151.404, 1547.24, -40.9496); -/* 8:16 */waypoints[166].type = "stand"; -/* 8:16 */waypoints[166].children[0] = 138; -/* 8:16 */waypoints[166].children[1] = 168; -/* 8:16 */waypoints[166].children[2] = 167; -/* 8:16 */waypoints[166].children[3] = 165; -/* 8:16 */waypoints[166].children[4] = 170; -/* 8:16 */waypoints[166].children[5] = 175; -/* 8:16 */waypoints[167] = spawnstruct(); -/* 8:16 */waypoints[167].origin = (-53.5579, 1571.05, -43.8256); -/* 8:16 */waypoints[167].type = "stand"; -/* 8:16 */waypoints[167].children[0] = 166; -/* 8:16 */waypoints[167].children[1] = 169; -/* 8:16 */waypoints[167].children[2] = 170; -/* 8:16 */waypoints[167].children[3] = 177; -/* 8:16 */waypoints[168] = spawnstruct(); -/* 8:16 */waypoints[168].origin = (269.329, 1549.06, -42.9149); -/* 8:16 */waypoints[168].type = "stand"; -/* 8:16 */waypoints[168].children[0] = 139; -/* 8:16 */waypoints[168].children[1] = 166; -/* 8:16 */waypoints[168].children[2] = 177; -/* 8:16 */waypoints[168].children[3] = 141; -/* 8:16 */waypoints[169] = spawnstruct(); -/* 8:16 */waypoints[169].origin = (-142.724, 1992.47, 48.7753); -/* 8:16 */waypoints[169].type = "stand"; -/* 8:16 */waypoints[169].children[0] = 145; -/* 8:16 */waypoints[169].children[1] = 165; -/* 8:16 */waypoints[169].children[2] = 144; -/* 8:16 */waypoints[169].children[3] = 167; -/* 8:16 */waypoints[169].children[4] = 177; -/* 8:16 */waypoints[170] = spawnstruct(); -/* 8:16 */waypoints[170].origin = (154.799, 1740.14, 10.9734); -/* 8:16 */waypoints[170].type = "stand"; -/* 8:16 */waypoints[170].children[0] = 167; -/* 8:16 */waypoints[170].children[1] = 165; -/* 8:16 */waypoints[170].children[2] = 166; -/* 8:16 */waypoints[170].children[3] = 177; -/* 8:16 */waypoints[171] = spawnstruct(); -/* 8:16 */waypoints[171].origin = (356.158, 1151.13, -47.7446); -/* 8:16 */waypoints[171].type = "claymore"; -/* 8:16 */waypoints[171].children[0] = 135; -/* 8:16 */waypoints[171].angles = (54.8425, -20.4364, 0); -/* 8:16 */waypoints[172] = spawnstruct(); -/* 8:16 */waypoints[172].origin = (1100.7, 870.616, 93.125); -/* 8:16 */waypoints[172].type = "claymore"; -/* 8:16 */waypoints[172].children[0] = 116; -/* 8:16 */waypoints[172].angles = (46.2018, -32.1423, 0); -/* 8:16 */waypoints[173] = spawnstruct(); -/* 8:16 */waypoints[173].origin = (1429.82, 718.62, 93.125); -/* 8:16 */waypoints[173].type = "stand"; -/* 8:16 */waypoints[173].children[0] = 118; -/* 8:16 */waypoints[174] = spawnstruct(); -/* 8:16 */waypoints[174].origin = (1229.68, 671.289, -62.875); -/* 8:16 */waypoints[174].type = "stand"; -/* 8:16 */waypoints[174].children[0] = 113; -/* 8:16 */waypoints[174].children[1] = 122; -/* 8:16 */waypoints[175] = spawnstruct(); -/* 8:16 */waypoints[175].origin = (107.705, 1060.07, -52.4566); -/* 8:16 */waypoints[175].type = "stand"; -/* 8:16 */waypoints[175].children[0] = 176; -/* 8:16 */waypoints[175].children[1] = 133; -/* 8:16 */waypoints[175].children[2] = 166; -/* 8:16 */waypoints[175].children[3] = 178; -/* 8:16 */waypoints[176] = spawnstruct(); -/* 8:16 */waypoints[176].origin = (123.548, 781.168, -65.6038); -/* 8:16 */waypoints[176].type = "stand"; -/* 8:16 */waypoints[176].children[0] = 134; -/* 8:16 */waypoints[176].children[1] = 175; -/* 8:16 */waypoints[176].children[2] = 179; -/* 8:16 */waypoints[176].children[3] = 180; -/* 8:16 */waypoints[176].children[4] = 181; -/* 8:16 */waypoints[176].children[5] = 183; -/* 8:16 */waypoints[177] = spawnstruct(); -/* 8:16 */waypoints[177].origin = (-163.6, 1718.79, -7.8094); -/* 8:16 */waypoints[177].type = "stand"; -/* 8:16 */waypoints[177].children[0] = 167; -/* 8:16 */waypoints[177].children[1] = 169; -/* 8:16 */waypoints[177].children[2] = 170; -/* 8:16 */waypoints[177].children[3] = 168; -/* 8:16 */waypoints[177].children[4] = 178; -/* 8:16 */waypoints[177].children[5] = 183; -/* 8:16 */waypoints[177].children[6] = 213; -/* 8:16 */waypoints[178] = spawnstruct(); -/* 8:16 */waypoints[178].origin = (-124.795, 1017.75, -60.9058); -/* 8:16 */waypoints[178].type = "stand"; -/* 8:16 */waypoints[178].children[0] = 177; -/* 8:16 */waypoints[178].children[1] = 175; -/* 8:16 */waypoints[178].children[2] = 179; -/* 8:16 */waypoints[179] = spawnstruct(); -/* 8:16 */waypoints[179].origin = (-209.561, 801.027, -73.9227); -/* 8:16 */waypoints[179].type = "stand"; -/* 8:16 */waypoints[179].children[0] = 176; -/* 8:16 */waypoints[179].children[1] = 178; -/* 8:16 */waypoints[179].children[2] = 184; -/* 8:16 */waypoints[179].children[3] = 186; -/* 8:16 */waypoints[179].children[4] = 214; -/* 8:16 */waypoints[180] = spawnstruct(); -/* 8:16 */waypoints[180].origin = (-203.335, 357.852, -55.275); -/* 8:16 */waypoints[180].type = "stand"; -/* 8:16 */waypoints[180].children[0] = 91; -/* 8:16 */waypoints[180].children[1] = 105; -/* 8:16 */waypoints[180].children[2] = 176; -/* 8:16 */waypoints[180].children[3] = 186; -/* 8:16 */waypoints[180].children[4] = 181; -/* 8:16 */waypoints[180].children[5] = 229; -/* 8:16 */waypoints[181] = spawnstruct(); -/* 8:16 */waypoints[181].origin = (307.955, 586.435, -40.732); -/* 8:16 */waypoints[181].type = "stand"; -/* 8:16 */waypoints[181].children[0] = 182; -/* 8:16 */waypoints[181].children[1] = 176; -/* 8:16 */waypoints[181].children[2] = 180; -/* 8:16 */waypoints[182] = spawnstruct(); -/* 8:16 */waypoints[182].origin = (541.437, 164.549, -44.5402); -/* 8:16 */waypoints[182].type = "stand"; -/* 8:16 */waypoints[182].children[0] = 128; -/* 8:16 */waypoints[182].children[1] = 104; -/* 8:16 */waypoints[182].children[2] = 181; -/* 8:16 */waypoints[183] = spawnstruct(); -/* 8:16 */waypoints[183].origin = (-33.9968, 2225.42, 66.0158); -/* 8:16 */waypoints[183].type = "stand"; -/* 8:16 */waypoints[183].children[0] = 144; -/* 8:16 */waypoints[183].children[1] = 145; -/* 8:16 */waypoints[183].children[2] = 177; -/* 8:16 */waypoints[183].children[3] = 176; -/* 8:16 */waypoints[184] = spawnstruct(); -/* 8:16 */waypoints[184].origin = (-641.237, 818.032, -39.7681); -/* 8:16 */waypoints[184].type = "stand"; -/* 8:16 */waypoints[184].children[0] = 179; -/* 8:16 */waypoints[184].children[1] = 185; -/* 8:16 */waypoints[184].children[2] = 188; -/* 8:16 */waypoints[184].children[3] = 209; -/* 8:16 */waypoints[184].children[4] = 211; -/* 8:16 */waypoints[185] = spawnstruct(); -/* 8:16 */waypoints[185].origin = (-611.246, 737.136, -39.8149); -/* 8:16 */waypoints[185].type = "grenade"; -/* 8:16 */waypoints[185].children[0] = 184; -/* 8:16 */waypoints[185].children[1] = 188; -/* 8:16 */waypoints[185].children[2] = 206; -/* 8:16 */waypoints[185].children[3] = 209; -/* 8:16 */waypoints[185].angles = (-27.8131, -46.6058, 0); -/* 8:16 */waypoints[186] = spawnstruct(); -/* 8:16 */waypoints[186].origin = (-216.77, 559.779, -42.2847); -/* 8:16 */waypoints[186].type = "stand"; -/* 8:16 */waypoints[186].children[0] = 179; -/* 8:16 */waypoints[186].children[1] = 180; -/* 8:16 */waypoints[186].children[2] = 188; -/* 8:16 */waypoints[187] = spawnstruct(); -/* 8:16 */waypoints[187].origin = (-365.542, 564.766, -39.875); -/* 8:16 */waypoints[187].type = "stand"; -/* 8:16 */waypoints[187].children[0] = 189; -/* 8:16 */waypoints[188] = spawnstruct(); -/* 8:16 */waypoints[188].origin = (-603.463, 579.998, -37.1172); -/* 8:16 */waypoints[188].type = "stand"; -/* 8:16 */waypoints[188].children[0] = 185; -/* 8:16 */waypoints[188].children[1] = 184; -/* 8:16 */waypoints[188].children[2] = 186; -/* 8:16 */waypoints[188].children[3] = 206; -/* 8:16 */waypoints[189] = spawnstruct(); -/* 8:16 */waypoints[189].origin = (-338.245, 412.813, -39.875); -/* 8:16 */waypoints[189].type = "stand"; -/* 8:16 */waypoints[189].children[0] = 187; -/* 8:16 */waypoints[189].children[1] = 190; -/* 8:16 */waypoints[190] = spawnstruct(); -/* 8:16 */waypoints[190].origin = (-456.201, 411.905, -39.875); -/* 8:16 */waypoints[190].type = "stand"; -/* 8:16 */waypoints[190].children[0] = 189; -/* 8:16 */waypoints[190].children[1] = 191; -/* 8:16 */waypoints[190].children[2] = 192; -/* 8:16 */waypoints[190].children[3] = 197; -/* 8:16 */waypoints[191] = spawnstruct(); -/* 8:16 */waypoints[191].origin = (-410.56, 153.545, -39.8756); -/* 8:16 */waypoints[191].type = "stand"; -/* 8:16 */waypoints[191].children[0] = 190; -/* 8:16 */waypoints[191].children[1] = 192; -/* 8:16 */waypoints[191].children[2] = 193; -/* 8:16 */waypoints[191].children[3] = 223; -/* 8:16 */waypoints[191].children[4] = 229; -/* 8:16 */waypoints[192] = spawnstruct(); -/* 8:16 */waypoints[192].origin = (-463.263, 64.3822, -39.875); -/* 8:16 */waypoints[192].type = "stand"; -/* 8:16 */waypoints[192].children[0] = 190; -/* 8:16 */waypoints[192].children[1] = 191; -/* 8:16 */waypoints[192].children[2] = 193; -/* 8:16 */waypoints[192].children[3] = 222; -/* 8:16 */waypoints[193] = spawnstruct(); -/* 8:16 */waypoints[193].origin = (-684.303, 84.9163, -51.2196); -/* 8:16 */waypoints[193].type = "stand"; -/* 8:16 */waypoints[193].children[0] = 192; -/* 8:16 */waypoints[193].children[1] = 191; -/* 8:16 */waypoints[193].children[2] = 194; -/* 8:16 */waypoints[193].children[3] = 207; -/* 8:16 */waypoints[193].children[4] = 208; -/* 8:16 */waypoints[193].children[5] = 220; -/* 8:16 */waypoints[194] = spawnstruct(); -/* 8:16 */waypoints[194].origin = (-1001.18, 115.247, -17.2669); -/* 8:16 */waypoints[194].type = "stand"; -/* 8:16 */waypoints[194].children[0] = 84; -/* 8:16 */waypoints[194].children[1] = 193; -/* 8:16 */waypoints[194].children[2] = 85; -/* 8:16 */waypoints[194].children[3] = 86; -/* 8:16 */waypoints[194].children[4] = 208; -/* 8:16 */waypoints[195] = spawnstruct(); -/* 8:16 */waypoints[195].origin = (1062.94, 694.604, 93.125); -/* 8:16 */waypoints[195].type = "stand"; -/* 8:16 */waypoints[195].children[0] = 196; -/* 8:16 */waypoints[195].children[1] = 117; -/* 8:16 */waypoints[195].children[2] = 116; -/* 8:16 */waypoints[196] = spawnstruct(); -/* 8:16 */waypoints[196].origin = (1059.3, 606.906, 93.125); -/* 8:16 */waypoints[196].type = "stand"; -/* 8:16 */waypoints[196].children[0] = 195; -/* 8:16 */waypoints[196].children[1] = 117; -/* 8:16 */waypoints[196].children[2] = 116; -/* 8:16 */waypoints[197] = spawnstruct(); -/* 8:16 */waypoints[197].origin = (-551.951, 447.14, -39.875); -/* 8:16 */waypoints[197].type = "stand"; -/* 8:16 */waypoints[197].children[0] = 190; -/* 8:16 */waypoints[197].children[1] = 198; -/* 8:16 */waypoints[198] = spawnstruct(); -/* 8:16 */waypoints[198].origin = (-553.324, 202.134, 96.125); -/* 8:16 */waypoints[198].type = "stand"; -/* 8:16 */waypoints[198].children[0] = 197; -/* 8:16 */waypoints[198].children[1] = 199; -/* 8:16 */waypoints[198].children[2] = 200; -/* 8:16 */waypoints[199] = spawnstruct(); -/* 8:16 */waypoints[199].origin = (-496.538, 219.59, 96.125); -/* 8:16 */waypoints[199].type = "claymore"; -/* 8:16 */waypoints[199].children[0] = 198; -/* 8:16 */waypoints[199].children[1] = 205; -/* 8:16 */waypoints[199].angles = (63.4778, -151.899, 0); -/* 8:16 */waypoints[200] = spawnstruct(); -/* 8:16 */waypoints[200].origin = (-449.963, -40.1001, 96.125); -/* 8:16 */waypoints[200].type = "stand"; -/* 8:16 */waypoints[200].children[0] = 198; -/* 8:16 */waypoints[200].children[1] = 201; -/* 8:16 */waypoints[201] = spawnstruct(); -/* 8:16 */waypoints[201].origin = (-431.857, 406.718, 96.125); -/* 8:16 */waypoints[201].type = "stand"; -/* 8:16 */waypoints[201].children[0] = 200; -/* 8:16 */waypoints[201].children[1] = 202; -/* 8:16 */waypoints[202] = spawnstruct(); -/* 8:16 */waypoints[202].origin = (-355.195, 421.175, 96.125); -/* 8:16 */waypoints[202].type = "stand"; -/* 8:16 */waypoints[202].children[0] = 201; -/* 8:16 */waypoints[202].children[1] = 203; -/* 8:16 */waypoints[202].children[2] = 205; -/* 8:16 */waypoints[203] = spawnstruct(); -/* 8:16 */waypoints[203].origin = (-304.083, 600.039, 96.125); -/* 8:16 */waypoints[203].type = "climb"; -/* 8:16 */waypoints[203].children[0] = 202; -/* 8:16 */waypoints[203].children[1] = 205; -/* 8:16 */waypoints[203].angles = (24.9872, 15.9503, 0); -/* 8:16 */waypoints[204] = spawnstruct(); -/* 8:16 */waypoints[204].origin = (-432.875, 538.037, 96.125); -/* 8:16 */waypoints[204].type = "climb"; -/* 8:16 */waypoints[204].children[0] = 205; -/* 8:16 */waypoints[204].angles = (18.1152, 152.692, 0); -/* 8:16 */waypoints[205] = spawnstruct(); -/* 8:16 */waypoints[205].origin = (-351.277, 486.523, 96.125); -/* 8:16 */waypoints[205].type = "stand"; -/* 8:16 */waypoints[205].children[0] = 202; -/* 8:16 */waypoints[205].children[1] = 204; -/* 8:16 */waypoints[205].children[2] = 199; -/* 8:16 */waypoints[205].children[3] = 203; -/* 8:16 */waypoints[206] = spawnstruct(); -/* 8:16 */waypoints[206].origin = (-890.588, 465.779, -21.8771); -/* 8:16 */waypoints[206].type = "stand"; -/* 8:16 */waypoints[206].children[0] = 188; -/* 8:16 */waypoints[206].children[1] = 185; -/* 8:16 */waypoints[206].children[2] = 207; -/* 8:16 */waypoints[206].children[3] = 209; -/* 8:16 */waypoints[206].children[4] = 220; -/* 8:16 */waypoints[207] = spawnstruct(); -/* 8:16 */waypoints[207].origin = (-864.159, 300.625, -39.875); -/* 8:16 */waypoints[207].type = "stand"; -/* 8:16 */waypoints[207].children[0] = 84; -/* 8:16 */waypoints[207].children[1] = 193; -/* 8:16 */waypoints[207].children[2] = 206; -/* 8:16 */waypoints[207].children[3] = 208; -/* 8:16 */waypoints[208] = spawnstruct(); -/* 8:16 */waypoints[208].origin = (-868.375, 133.484, -38.8872); -/* 8:16 */waypoints[208].type = "stand"; -/* 8:16 */waypoints[208].children[0] = 207; -/* 8:16 */waypoints[208].children[1] = 194; -/* 8:16 */waypoints[208].children[2] = 193; -/* 8:16 */waypoints[209] = spawnstruct(); -/* 8:16 */waypoints[209].origin = (-887.026, 888.151, -31.875); -/* 8:16 */waypoints[209].type = "stand"; -/* 8:16 */waypoints[209].children[0] = 206; -/* 8:16 */waypoints[209].children[1] = 184; -/* 8:16 */waypoints[209].children[2] = 185; -/* 8:16 */waypoints[209].children[3] = 210; -/* 8:16 */waypoints[210] = spawnstruct(); -/* 8:16 */waypoints[210].origin = (-884.477, 1268.02, -31.875); -/* 8:16 */waypoints[210].type = "stand"; -/* 8:16 */waypoints[210].children[0] = 211; -/* 8:16 */waypoints[210].children[1] = 212; -/* 8:16 */waypoints[210].children[2] = 209; -/* 8:16 */waypoints[210].children[3] = 215; -/* 8:16 */waypoints[211] = spawnstruct(); -/* 8:16 */waypoints[211].origin = (-692.927, 1418.15, -44.2043); -/* 8:16 */waypoints[211].type = "stand"; -/* 8:16 */waypoints[211].children[0] = 210; -/* 8:16 */waypoints[211].children[1] = 184; -/* 8:16 */waypoints[211].children[2] = 213; -/* 8:16 */waypoints[211].children[3] = 221; -/* 8:16 */waypoints[212] = spawnstruct(); -/* 8:16 */waypoints[212].origin = (-624.833, 1254.26, -50.4405); -/* 8:16 */waypoints[212].type = "stand"; -/* 8:16 */waypoints[212].children[0] = 210; -/* 8:16 */waypoints[212].children[1] = 215; -/* 8:16 */waypoints[213] = spawnstruct(); -/* 8:16 */waypoints[213].origin = (-578.681, 1710.69, -5.77777); -/* 8:16 */waypoints[213].type = "stand"; -/* 8:16 */waypoints[213].children[0] = 177; -/* 8:16 */waypoints[213].children[1] = 211; -/* 8:16 */waypoints[213].children[2] = 214; -/* 8:16 */waypoints[213].children[3] = 221; -/* 8:16 */waypoints[214] = spawnstruct(); -/* 8:16 */waypoints[214].origin = (-539.28, 880.354, -59.586); -/* 8:16 */waypoints[214].type = "stand"; -/* 8:16 */waypoints[214].children[0] = 179; -/* 8:16 */waypoints[214].children[1] = 213; -/* 8:16 */waypoints[215] = spawnstruct(); -/* 8:16 */waypoints[215].origin = (-494.775, 1324.51, -37.4293); -/* 8:16 */waypoints[215].type = "claymore"; -/* 8:16 */waypoints[215].children[0] = 210; -/* 8:16 */waypoints[215].children[1] = 212; -/* 8:16 */waypoints[215].angles = (53.2025, 149.033, 0); -/* 8:16 */waypoints[216] = spawnstruct(); -/* 8:16 */waypoints[216].origin = (-822.46, 693.992, 96.125); -/* 8:16 */waypoints[216].type = "stand"; -/* 8:16 */waypoints[216].children[0] = 82; -/* 8:16 */waypoints[216].children[1] = 80; -/* 8:16 */waypoints[217] = spawnstruct(); -/* 8:16 */waypoints[217].origin = (1172.37, 1641.69, -36.9459); -/* 8:16 */waypoints[217].type = "stand"; -/* 8:16 */waypoints[217].children[0] = 35; -/* 8:16 */waypoints[217].children[1] = 218; -/* 8:16 */waypoints[217].children[2] = 219; -/* 8:16 */waypoints[217].children[3] = 51; -/* 8:16 */waypoints[218] = spawnstruct(); -/* 8:16 */waypoints[218].origin = (1148.79, 1996.05, 28.4539); -/* 8:16 */waypoints[218].type = "stand"; -/* 8:16 */waypoints[218].children[0] = 217; -/* 8:16 */waypoints[218].children[1] = 143; -/* 8:16 */waypoints[218].children[2] = 51; -/* 8:16 */waypoints[218].children[3] = 35; -/* 8:16 */waypoints[219] = spawnstruct(); -/* 8:16 */waypoints[219].origin = (932.19, 1658.21, -39.9402); -/* 8:16 */waypoints[219].type = "stand"; -/* 8:16 */waypoints[219].children[0] = 131; -/* 8:16 */waypoints[219].children[1] = 132; -/* 8:16 */waypoints[219].children[2] = 217; -/* 8:16 */waypoints[219].children[3] = 143; -/* 8:16 */waypoints[219].children[4] = 51; -/* 8:16 */waypoints[220] = spawnstruct(); -/* 8:16 */waypoints[220].origin = (-692.598, 375.191, -37.1139); -/* 8:16 */waypoints[220].type = "grenade"; -/* 8:16 */waypoints[220].children[0] = 193; -/* 8:16 */waypoints[220].children[1] = 206; -/* 8:16 */waypoints[220].angles = (-20.3095, 84.1425, 0); -/* 8:16 */waypoints[221] = spawnstruct(); -/* 8:16 */waypoints[221].origin = (-784.811, 1741.46, 1.46377); -/* 8:16 */waypoints[221].type = "grenade"; -/* 8:16 */waypoints[221].children[0] = 211; -/* 8:16 */waypoints[221].children[1] = 213; -/* 8:16 */waypoints[221].angles = (-52.049, 81.8134, 0); -/* 8:16 */waypoints[222] = spawnstruct(); -/* 8:16 */waypoints[222].origin = (-563.827, -28.0893, -39.082); -/* 8:16 */waypoints[222].type = "claymore"; -/* 8:16 */waypoints[222].children[0] = 192; -/* 8:16 */waypoints[222].angles = (54.8315, 76.3257, 0); -/* 8:16 */waypoints[223] = spawnstruct(); -/* 8:16 */waypoints[223].origin = (-408.711, 101.12, -39.875); -/* 8:16 */waypoints[223].type = "claymore"; -/* 8:16 */waypoints[223].children[0] = 191; -/* 8:16 */waypoints[223].angles = (61.1762, 83.9447, 0); -/* 8:16 */waypoints[224] = spawnstruct(); -/* 8:16 */waypoints[224].origin = (310.969, 1751.66, 4.35644); -/* 8:16 */waypoints[224].type = "grenade"; -/* 8:16 */waypoints[224].children[0] = 137; -/* 8:16 */waypoints[224].children[1] = 141; -/* 8:16 */waypoints[224].angles = (-24.0118, 88.7897, 0.0769043); -/* 8:16 */waypoints[225] = spawnstruct(); -/* 8:16 */waypoints[225].origin = (604.96, 2151.04, 31.9431); -/* 8:16 */waypoints[225].type = "claymore"; -/* 8:16 */waypoints[225].children[0] = 162; -/* 8:16 */waypoints[225].angles = (59.2535, 113.086, 0); -/* 8:16 */waypoints[226] = spawnstruct(); -/* 8:16 */waypoints[226].origin = (-793.087, 1959.99, 92.977); -/* 8:16 */waypoints[226].type = "claymore"; -/* 8:16 */waypoints[226].children[0] = 68; -/* 8:16 */waypoints[226].angles = (49.635, 150.604, 0); -/* 8:16 */waypoints[227] = spawnstruct(); -/* 8:16 */waypoints[227].origin = (1137.64, -1058.95, -44.2483); -/* 8:16 */waypoints[227].type = "stand"; -/* 8:16 */waypoints[227].children[0] = 1; -/* 8:16 */waypoints[227].children[1] = 11; -/* 8:16 */waypoints[227].children[2] = 93; -/* 8:16 */waypoints[228] = spawnstruct(); -/* 8:16 */waypoints[228].origin = (1732.11, 821.857, -51.7855); -/* 8:16 */waypoints[228].type = "stand"; -/* 8:16 */waypoints[228].children[0] = 22; -/* 8:16 */waypoints[228].children[1] = 33; -/* 8:16 */waypoints[229] = spawnstruct(); -/* 8:16 */waypoints[229].origin = (-276.362, 153.928, -50.3889); -/* 8:16 */waypoints[229].type = "stand"; -/* 8:16 */waypoints[229].children[0] = 180; -/* 8:16 */waypoints[229].children[1] = 191; -/* 8:16 */waypoints[229].children[2] = 106; -/* 8:16 */return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/blackbox.gsc b/raw/maps/mp/bots/waypoints/blackbox.gsc deleted file mode 100644 index a9347fb..0000000 --- a/raw/maps/mp/bots/waypoints/blackbox.gsc +++ /dev/null @@ -1,2289 +0,0 @@ -BlackBox() -{ -/* 10:08 */waypoints = []; -/* 10:08 */waypoints[0] = spawnstruct(); -/* 10:08 */waypoints[0].origin = (-573.358, 2532.87, 1139.07); -/* 10:08 */waypoints[0].type = "stand"; -/* 10:08 */waypoints[0].children[0] = 1; -/* 10:08 */waypoints[0].children[1] = 102; -/* 10:08 */waypoints[0].children[2] = 117; -/* 10:08 */waypoints[0].children[3] = 116; -/* 10:08 */waypoints[0].children[4] = 118; -/* 10:08 */waypoints[1] = spawnstruct(); -/* 10:08 */waypoints[1].origin = (-362.116, 2546.21, 1143.84); -/* 10:08 */waypoints[1].type = "stand"; -/* 10:08 */waypoints[1].children[0] = 0; -/* 10:08 */waypoints[1].children[1] = 2; -/* 10:08 */waypoints[1].children[2] = 113; -/* 10:08 */waypoints[1].children[3] = 323; -/* 10:08 */waypoints[2] = spawnstruct(); -/* 10:08 */waypoints[2].origin = (-92.8478, 2565.53, 1147.21); -/* 10:08 */waypoints[2].type = "stand"; -/* 10:08 */waypoints[2].children[0] = 1; -/* 10:08 */waypoints[2].children[1] = 3; -/* 10:08 */waypoints[2].children[2] = 98; -/* 10:08 */waypoints[2].children[3] = 282; -/* 10:08 */waypoints[2].children[4] = 286; -/* 10:08 */waypoints[2].children[5] = 323; -/* 10:08 */waypoints[3] = spawnstruct(); -/* 10:08 */waypoints[3].origin = (69.2934, 2576.04, 1146.12); -/* 10:08 */waypoints[3].type = "stand"; -/* 10:08 */waypoints[3].children[0] = 2; -/* 10:08 */waypoints[3].children[1] = 4; -/* 10:08 */waypoints[3].children[2] = 285; -/* 10:08 */waypoints[3].children[3] = 286; -/* 10:08 */waypoints[4] = spawnstruct(); -/* 10:08 */waypoints[4].origin = (122.695, 2392.54, 1146.12); -/* 10:08 */waypoints[4].type = "stand"; -/* 10:08 */waypoints[4].children[0] = 3; -/* 10:08 */waypoints[4].children[1] = 5; -/* 10:08 */waypoints[4].children[2] = 287; -/* 10:08 */waypoints[5] = spawnstruct(); -/* 10:08 */waypoints[5].origin = (365.494, 2399.69, 1146.09); -/* 10:08 */waypoints[5].type = "stand"; -/* 10:08 */waypoints[5].children[0] = 4; -/* 10:08 */waypoints[5].children[1] = 6; -/* 10:08 */waypoints[5].children[2] = 282; -/* 10:08 */waypoints[5].children[3] = 288; -/* 10:08 */waypoints[5].children[4] = 283; -/* 10:08 */waypoints[6] = spawnstruct(); -/* 10:08 */waypoints[6].origin = (359.894, 2121.89, 1146.06); -/* 10:08 */waypoints[6].type = "stand"; -/* 10:08 */waypoints[6].children[0] = 5; -/* 10:08 */waypoints[6].children[1] = 7; -/* 10:08 */waypoints[7] = spawnstruct(); -/* 10:08 */waypoints[7].origin = (329.555, 1783.05, 1148.13); -/* 10:08 */waypoints[7].type = "stand"; -/* 10:08 */waypoints[7].children[0] = 6; -/* 10:08 */waypoints[7].children[1] = 88; -/* 10:08 */waypoints[7].children[2] = 100; -/* 10:08 */waypoints[8] = spawnstruct(); -/* 10:08 */waypoints[8].origin = (-1281.66, 2538.96, 1157.57); -/* 10:08 */waypoints[8].type = "stand"; -/* 10:08 */waypoints[8].children[0] = 9; -/* 10:08 */waypoints[8].children[1] = 120; -/* 10:08 */waypoints[8].children[2] = 122; -/* 10:08 */waypoints[8].children[3] = 289; -/* 10:08 */waypoints[9] = spawnstruct(); -/* 10:08 */waypoints[9].origin = (-1574.13, 2543.3, 1157.07); -/* 10:08 */waypoints[9].type = "stand"; -/* 10:08 */waypoints[9].children[0] = 8; -/* 10:08 */waypoints[9].children[1] = 10; -/* 10:08 */waypoints[10] = spawnstruct(); -/* 10:08 */waypoints[10].origin = (-1743.7, 2474.06, 1153.48); -/* 10:08 */waypoints[10].type = "stand"; -/* 10:08 */waypoints[10].children[0] = 9; -/* 10:08 */waypoints[10].children[1] = 11; -/* 10:08 */waypoints[11] = spawnstruct(); -/* 10:08 */waypoints[11].origin = (-1894.59, 2236.28, 1153.63); -/* 10:08 */waypoints[11].type = "stand"; -/* 10:08 */waypoints[11].children[0] = 10; -/* 10:08 */waypoints[11].children[1] = 12; -/* 10:08 */waypoints[12] = spawnstruct(); -/* 10:08 */waypoints[12].origin = (-2003.51, 2029.02, 1152.59); -/* 10:08 */waypoints[12].type = "stand"; -/* 10:08 */waypoints[12].children[0] = 11; -/* 10:08 */waypoints[12].children[1] = 13; -/* 10:08 */waypoints[13] = spawnstruct(); -/* 10:08 */waypoints[13].origin = (-2097.89, 1829.01, 1128.53); -/* 10:08 */waypoints[13].type = "stand"; -/* 10:08 */waypoints[13].children[0] = 12; -/* 10:08 */waypoints[13].children[1] = 14; -/* 10:08 */waypoints[13].children[2] = 15; -/* 10:08 */waypoints[14] = spawnstruct(); -/* 10:08 */waypoints[14].origin = (-2110.58, 1645.26, 1121.39); -/* 10:08 */waypoints[14].type = "stand"; -/* 10:08 */waypoints[14].children[0] = 13; -/* 10:08 */waypoints[14].children[1] = 16; -/* 10:08 */waypoints[14].children[2] = 163; -/* 10:08 */waypoints[14].children[3] = 316; -/* 10:08 */waypoints[14].children[4] = 317; -/* 10:08 */waypoints[15] = spawnstruct(); -/* 10:08 */waypoints[15].origin = (-2216.64, 1783.07, 1130.83); -/* 10:08 */waypoints[15].type = "crouch"; -/* 10:08 */waypoints[15].children[0] = 13; -/* 10:08 */waypoints[15].angles = (2.21375, 9.92186, 0); -/* 10:08 */waypoints[16] = spawnstruct(); -/* 10:08 */waypoints[16].origin = (-2295.59, 1470.69, 1126.48); -/* 10:08 */waypoints[16].type = "stand"; -/* 10:08 */waypoints[16].children[0] = 14; -/* 10:08 */waypoints[16].children[1] = 17; -/* 10:08 */waypoints[17] = spawnstruct(); -/* 10:08 */waypoints[17].origin = (-2430.59, 1281.29, 1121.74); -/* 10:08 */waypoints[17].type = "stand"; -/* 10:08 */waypoints[17].children[0] = 16; -/* 10:08 */waypoints[17].children[1] = 18; -/* 10:08 */waypoints[17].children[2] = 153; -/* 10:08 */waypoints[17].children[3] = 156; -/* 10:08 */waypoints[17].children[4] = 164; -/* 10:08 */waypoints[17].children[5] = 318; -/* 10:08 */waypoints[18] = spawnstruct(); -/* 10:08 */waypoints[18].origin = (-2398.32, 947.416, 1097.63); -/* 10:08 */waypoints[18].type = "stand"; -/* 10:08 */waypoints[18].children[0] = 17; -/* 10:08 */waypoints[18].children[1] = 19; -/* 10:08 */waypoints[18].children[2] = 153; -/* 10:08 */waypoints[19] = spawnstruct(); -/* 10:08 */waypoints[19].origin = (-2460.99, 859.77, 1089.63); -/* 10:08 */waypoints[19].type = "stand"; -/* 10:08 */waypoints[19].children[0] = 18; -/* 10:08 */waypoints[19].children[1] = 20; -/* 10:08 */waypoints[20] = spawnstruct(); -/* 10:08 */waypoints[20].origin = (-2235.66, 726.999, 1067.18); -/* 10:08 */waypoints[20].type = "stand"; -/* 10:08 */waypoints[20].children[0] = 19; -/* 10:08 */waypoints[20].children[1] = 21; -/* 10:08 */waypoints[20].children[2] = 291; -/* 10:08 */waypoints[21] = spawnstruct(); -/* 10:08 */waypoints[21].origin = (-2011.02, 621.874, 1061.65); -/* 10:08 */waypoints[21].type = "stand"; -/* 10:08 */waypoints[21].children[0] = 20; -/* 10:08 */waypoints[21].children[1] = 22; -/* 10:08 */waypoints[21].children[2] = 290; -/* 10:08 */waypoints[22] = spawnstruct(); -/* 10:08 */waypoints[22].origin = (-1783.85, 531.996, 1021.36); -/* 10:08 */waypoints[22].type = "stand"; -/* 10:08 */waypoints[22].children[0] = 21; -/* 10:08 */waypoints[22].children[1] = 23; -/* 10:08 */waypoints[23] = spawnstruct(); -/* 10:08 */waypoints[23].origin = (-1572.55, 315.968, 987.939); -/* 10:08 */waypoints[23].type = "stand"; -/* 10:08 */waypoints[23].children[0] = 22; -/* 10:08 */waypoints[23].children[1] = 24; -/* 10:08 */waypoints[24] = spawnstruct(); -/* 10:08 */waypoints[24].origin = (-1570.73, 51.802, 917.321); -/* 10:08 */waypoints[24].type = "stand"; -/* 10:08 */waypoints[24].children[0] = 23; -/* 10:08 */waypoints[24].children[1] = 25; -/* 10:08 */waypoints[24].children[2] = 38; -/* 10:08 */waypoints[24].children[3] = 43; -/* 10:08 */waypoints[25] = spawnstruct(); -/* 10:08 */waypoints[25].origin = (-1790.23, -260.78, 863.948); -/* 10:08 */waypoints[25].type = "stand"; -/* 10:08 */waypoints[25].children[0] = 24; -/* 10:08 */waypoints[25].children[1] = 26; -/* 10:08 */waypoints[26] = spawnstruct(); -/* 10:08 */waypoints[26].origin = (-1861.85, -462.303, 840.585); -/* 10:08 */waypoints[26].type = "stand"; -/* 10:08 */waypoints[26].children[0] = 25; -/* 10:08 */waypoints[26].children[1] = 27; -/* 10:08 */waypoints[27] = spawnstruct(); -/* 10:08 */waypoints[27].origin = (-1779.83, -610.256, 819.441); -/* 10:08 */waypoints[27].type = "stand"; -/* 10:08 */waypoints[27].children[0] = 26; -/* 10:08 */waypoints[27].children[1] = 28; -/* 10:08 */waypoints[27].children[2] = 35; -/* 10:08 */waypoints[28] = spawnstruct(); -/* 10:08 */waypoints[28].origin = (-1746.04, -815.232, 773.165); -/* 10:08 */waypoints[28].type = "stand"; -/* 10:08 */waypoints[28].children[0] = 27; -/* 10:08 */waypoints[28].children[1] = 29; -/* 10:08 */waypoints[29] = spawnstruct(); -/* 10:08 */waypoints[29].origin = (-1798.64, -1016.14, 717.69); -/* 10:08 */waypoints[29].type = "stand"; -/* 10:08 */waypoints[29].children[0] = 28; -/* 10:08 */waypoints[29].children[1] = 30; -/* 10:08 */waypoints[30] = spawnstruct(); -/* 10:08 */waypoints[30].origin = (-1761.04, -1216.6, 676.723); -/* 10:08 */waypoints[30].type = "stand"; -/* 10:08 */waypoints[30].children[0] = 29; -/* 10:08 */waypoints[30].children[1] = 31; -/* 10:08 */waypoints[31] = spawnstruct(); -/* 10:08 */waypoints[31].origin = (-1551.05, -1425.72, 629.221); -/* 10:08 */waypoints[31].type = "stand"; -/* 10:08 */waypoints[31].children[0] = 30; -/* 10:08 */waypoints[31].children[1] = 32; -/* 10:08 */waypoints[32] = spawnstruct(); -/* 10:08 */waypoints[32].origin = (-1406.96, -1549.1, 620.977); -/* 10:08 */waypoints[32].type = "stand"; -/* 10:08 */waypoints[32].children[0] = 31; -/* 10:08 */waypoints[32].children[1] = 33; -/* 10:08 */waypoints[32].children[2] = 216; -/* 10:08 */waypoints[33] = spawnstruct(); -/* 10:08 */waypoints[33].origin = (-1088.14, -1389.98, 649.716); -/* 10:08 */waypoints[33].type = "stand"; -/* 10:08 */waypoints[33].children[0] = 32; -/* 10:08 */waypoints[33].children[1] = 34; -/* 10:08 */waypoints[33].children[2] = 215; -/* 10:08 */waypoints[33].children[3] = 216; -/* 10:08 */waypoints[33].children[4] = 217; -/* 10:08 */waypoints[34] = spawnstruct(); -/* 10:08 */waypoints[34].origin = (-1232.38, -1157.75, 682.007); -/* 10:08 */waypoints[34].type = "stand"; -/* 10:08 */waypoints[34].children[0] = 33; -/* 10:08 */waypoints[34].children[1] = 35; -/* 10:08 */waypoints[34].children[2] = 39; -/* 10:08 */waypoints[34].children[3] = 215; -/* 10:08 */waypoints[34].children[4] = 361; -/* 10:08 */waypoints[35] = spawnstruct(); -/* 10:08 */waypoints[35].origin = (-1430.02, -799.467, 795.425); -/* 10:08 */waypoints[35].type = "stand"; -/* 10:08 */waypoints[35].children[0] = 34; -/* 10:08 */waypoints[35].children[1] = 36; -/* 10:08 */waypoints[35].children[2] = 27; -/* 10:08 */waypoints[35].children[3] = 361; -/* 10:08 */waypoints[36] = spawnstruct(); -/* 10:08 */waypoints[36].origin = (-1550.98, -566.726, 836.701); -/* 10:08 */waypoints[36].type = "stand"; -/* 10:08 */waypoints[36].children[0] = 35; -/* 10:08 */waypoints[36].children[1] = 37; -/* 10:08 */waypoints[37] = spawnstruct(); -/* 10:08 */waypoints[37].origin = (-1534.45, -374.998, 867.715); -/* 10:08 */waypoints[37].type = "stand"; -/* 10:08 */waypoints[37].children[0] = 36; -/* 10:08 */waypoints[37].children[1] = 38; -/* 10:08 */waypoints[38] = spawnstruct(); -/* 10:08 */waypoints[38].origin = (-1482, -170.066, 898.063); -/* 10:08 */waypoints[38].type = "stand"; -/* 10:08 */waypoints[38].children[0] = 37; -/* 10:08 */waypoints[38].children[1] = 24; -/* 10:08 */waypoints[38].children[2] = 43; -/* 10:08 */waypoints[39] = spawnstruct(); -/* 10:08 */waypoints[39].origin = (-1237.47, -962.915, 739.757); -/* 10:08 */waypoints[39].type = "stand"; -/* 10:08 */waypoints[39].children[0] = 34; -/* 10:08 */waypoints[39].children[1] = 40; -/* 10:08 */waypoints[40] = spawnstruct(); -/* 10:08 */waypoints[40].origin = (-1284.24, -712.741, 813.064); -/* 10:08 */waypoints[40].type = "stand"; -/* 10:08 */waypoints[40].children[0] = 39; -/* 10:08 */waypoints[40].children[1] = 41; -/* 10:08 */waypoints[40].children[2] = 361; -/* 10:08 */waypoints[41] = spawnstruct(); -/* 10:08 */waypoints[41].origin = (-1315.65, -513.852, 857.189); -/* 10:08 */waypoints[41].type = "stand"; -/* 10:08 */waypoints[41].children[0] = 40; -/* 10:08 */waypoints[41].children[1] = 42; -/* 10:08 */waypoints[42] = spawnstruct(); -/* 10:08 */waypoints[42].origin = (-1358.47, -331.263, 886.232); -/* 10:08 */waypoints[42].type = "stand"; -/* 10:08 */waypoints[42].children[0] = 41; -/* 10:08 */waypoints[42].children[1] = 43; -/* 10:08 */waypoints[43] = spawnstruct(); -/* 10:08 */waypoints[43].origin = (-1336.68, -61.1162, 914.929); -/* 10:08 */waypoints[43].type = "stand"; -/* 10:08 */waypoints[43].children[0] = 42; -/* 10:08 */waypoints[43].children[1] = 44; -/* 10:08 */waypoints[43].children[2] = 24; -/* 10:08 */waypoints[43].children[3] = 38; -/* 10:08 */waypoints[43].children[4] = 362; -/* 10:08 */waypoints[44] = spawnstruct(); -/* 10:08 */waypoints[44].origin = (-1218.61, -103.339, 920.125); -/* 10:08 */waypoints[44].type = "stand"; -/* 10:08 */waypoints[44].children[0] = 43; -/* 10:08 */waypoints[44].children[1] = 45; -/* 10:08 */waypoints[44].children[2] = 51; -/* 10:08 */waypoints[44].children[3] = 273; -/* 10:08 */waypoints[44].children[4] = 362; -/* 10:08 */waypoints[44].children[5] = 363; -/* 10:08 */waypoints[45] = spawnstruct(); -/* 10:08 */waypoints[45].origin = (-1102.2, 157.526, 960.125); -/* 10:08 */waypoints[45].type = "stand"; -/* 10:08 */waypoints[45].children[0] = 44; -/* 10:08 */waypoints[45].children[1] = 46; -/* 10:08 */waypoints[46] = spawnstruct(); -/* 10:08 */waypoints[46].origin = (-1022.05, 305.611, 960.125); -/* 10:08 */waypoints[46].type = "stand"; -/* 10:08 */waypoints[46].children[0] = 45; -/* 10:08 */waypoints[46].children[1] = 47; -/* 10:08 */waypoints[46].children[2] = 342; -/* 10:08 */waypoints[47] = spawnstruct(); -/* 10:08 */waypoints[47].origin = (-864.213, 133.459, 960.625); -/* 10:08 */waypoints[47].type = "stand"; -/* 10:08 */waypoints[47].children[0] = 46; -/* 10:08 */waypoints[47].children[1] = 48; -/* 10:08 */waypoints[48] = spawnstruct(); -/* 10:08 */waypoints[48].origin = (-828.268, -46.1831, 960.625); -/* 10:08 */waypoints[48].type = "stand"; -/* 10:08 */waypoints[48].children[0] = 47; -/* 10:08 */waypoints[48].children[1] = 49; -/* 10:08 */waypoints[49] = spawnstruct(); -/* 10:08 */waypoints[49].origin = (-816.92, -176.348, 960.125); -/* 10:08 */waypoints[49].type = "stand"; -/* 10:08 */waypoints[49].children[0] = 48; -/* 10:08 */waypoints[49].children[1] = 50; -/* 10:08 */waypoints[49].children[2] = 51; -/* 10:08 */waypoints[50] = spawnstruct(); -/* 10:08 */waypoints[50].origin = (-579.787, -263.128, 952.125); -/* 10:08 */waypoints[50].type = "stand"; -/* 10:08 */waypoints[50].children[0] = 49; -/* 10:08 */waypoints[50].children[1] = 53; -/* 10:08 */waypoints[51] = spawnstruct(); -/* 10:08 */waypoints[51].origin = (-872.719, -288.398, 920.125); -/* 10:08 */waypoints[51].type = "stand"; -/* 10:08 */waypoints[51].children[0] = 49; -/* 10:08 */waypoints[51].children[1] = 44; -/* 10:08 */waypoints[51].children[2] = 52; -/* 10:08 */waypoints[51].children[3] = 274; -/* 10:08 */waypoints[51].children[4] = 363; -/* 10:08 */waypoints[52] = spawnstruct(); -/* 10:08 */waypoints[52].origin = (-524.667, -433.479, 920.125); -/* 10:08 */waypoints[52].type = "stand"; -/* 10:08 */waypoints[52].children[0] = 51; -/* 10:08 */waypoints[52].children[1] = 53; -/* 10:08 */waypoints[53] = spawnstruct(); -/* 10:08 */waypoints[53].origin = (-459.365, -312.751, 943.285); -/* 10:08 */waypoints[53].type = "stand"; -/* 10:08 */waypoints[53].children[0] = 52; -/* 10:08 */waypoints[53].children[1] = 50; -/* 10:08 */waypoints[53].children[2] = 54; -/* 10:08 */waypoints[53].children[3] = 223; -/* 10:08 */waypoints[54] = spawnstruct(); -/* 10:08 */waypoints[54].origin = (-201.694, -241.934, 958.587); -/* 10:08 */waypoints[54].type = "stand"; -/* 10:08 */waypoints[54].children[0] = 53; -/* 10:08 */waypoints[54].children[1] = 55; -/* 10:08 */waypoints[54].children[2] = 222; -/* 10:08 */waypoints[54].children[3] = 251; -/* 10:08 */waypoints[55] = spawnstruct(); -/* 10:08 */waypoints[55].origin = (-4.14632, -111.82, 939.601); -/* 10:08 */waypoints[55].type = "stand"; -/* 10:08 */waypoints[55].children[0] = 54; -/* 10:08 */waypoints[55].children[1] = 56; -/* 10:08 */waypoints[55].children[2] = 57; -/* 10:08 */waypoints[56] = spawnstruct(); -/* 10:08 */waypoints[56].origin = (-92.2763, -49.9872, 996.441); -/* 10:08 */waypoints[56].type = "crouch"; -/* 10:08 */waypoints[56].children[0] = 55; -/* 10:08 */waypoints[56].angles = (10.9149, -57.71, 0); -/* 10:08 */waypoints[57] = spawnstruct(); -/* 10:08 */waypoints[57].origin = (181.895, -42.8389, 906.574); -/* 10:08 */waypoints[57].type = "stand"; -/* 10:08 */waypoints[57].children[0] = 55; -/* 10:08 */waypoints[57].children[1] = 58; -/* 10:08 */waypoints[57].children[2] = 251; -/* 10:08 */waypoints[57].children[3] = 252; -/* 10:08 */waypoints[58] = spawnstruct(); -/* 10:08 */waypoints[58].origin = (314.058, 122.625, 917.853); -/* 10:08 */waypoints[58].type = "stand"; -/* 10:08 */waypoints[58].children[0] = 57; -/* 10:08 */waypoints[58].children[1] = 59; -/* 10:08 */waypoints[58].children[2] = 255; -/* 10:08 */waypoints[58].children[3] = 360; -/* 10:08 */waypoints[58].children[4] = 252; -/* 10:08 */waypoints[59] = spawnstruct(); -/* 10:08 */waypoints[59].origin = (527.3, 382.919, 888.882); -/* 10:08 */waypoints[59].type = "stand"; -/* 10:08 */waypoints[59].children[0] = 58; -/* 10:08 */waypoints[59].children[1] = 60; -/* 10:08 */waypoints[59].children[2] = 254; -/* 10:08 */waypoints[59].children[3] = 299; -/* 10:08 */waypoints[59].children[4] = 360; -/* 10:08 */waypoints[60] = spawnstruct(); -/* 10:08 */waypoints[60].origin = (789.883, 529.714, 906.144); -/* 10:08 */waypoints[60].type = "stand"; -/* 10:08 */waypoints[60].children[0] = 59; -/* 10:08 */waypoints[60].children[1] = 61; -/* 10:08 */waypoints[60].children[2] = 63; -/* 10:08 */waypoints[60].children[3] = 72; -/* 10:08 */waypoints[60].children[4] = 298; -/* 10:08 */waypoints[60].children[5] = 319; -/* 10:08 */waypoints[60].children[6] = 359; -/* 10:08 */waypoints[61] = spawnstruct(); -/* 10:08 */waypoints[61].origin = (948.684, 330.17, 954.558); -/* 10:08 */waypoints[61].type = "stand"; -/* 10:08 */waypoints[61].children[0] = 60; -/* 10:08 */waypoints[61].children[1] = 62; -/* 10:08 */waypoints[61].children[2] = 186; -/* 10:08 */waypoints[61].children[3] = 319; -/* 10:08 */waypoints[62] = spawnstruct(); -/* 10:08 */waypoints[62].origin = (739.751, 240.766, 920.441); -/* 10:08 */waypoints[62].type = "crouch"; -/* 10:08 */waypoints[62].children[0] = 61; -/* 10:08 */waypoints[62].angles = (-6.95984, 31.9989, 0); -/* 10:08 */waypoints[63] = spawnstruct(); -/* 10:08 */waypoints[63].origin = (842.347, 735.639, 935.939); -/* 10:08 */waypoints[63].type = "stand"; -/* 10:08 */waypoints[63].children[0] = 60; -/* 10:08 */waypoints[63].children[1] = 64; -/* 10:08 */waypoints[63].children[2] = 298; -/* 10:08 */waypoints[63].children[3] = 321; -/* 10:08 */waypoints[64] = spawnstruct(); -/* 10:08 */waypoints[64].origin = (900.343, 1191.03, 977.3); -/* 10:08 */waypoints[64].type = "stand"; -/* 10:08 */waypoints[64].children[0] = 63; -/* 10:08 */waypoints[64].children[1] = 65; -/* 10:08 */waypoints[64].children[2] = 73; -/* 10:08 */waypoints[64].children[3] = 321; -/* 10:08 */waypoints[65] = spawnstruct(); -/* 10:08 */waypoints[65].origin = (782.513, 1208, 977.774); -/* 10:08 */waypoints[65].type = "stand"; -/* 10:08 */waypoints[65].children[0] = 64; -/* 10:08 */waypoints[65].children[1] = 66; -/* 10:08 */waypoints[65].children[2] = 70; -/* 10:08 */waypoints[65].children[3] = 74; -/* 10:08 */waypoints[65].children[4] = 75; -/* 10:08 */waypoints[66] = spawnstruct(); -/* 10:08 */waypoints[66].origin = (768.337, 937.154, 1089.91); -/* 10:08 */waypoints[66].type = "stand"; -/* 10:08 */waypoints[66].children[0] = 65; -/* 10:08 */waypoints[66].children[1] = 67; -/* 10:08 */waypoints[67] = spawnstruct(); -/* 10:08 */waypoints[67].origin = (764.553, 695.693, 1068.22); -/* 10:08 */waypoints[67].type = "stand"; -/* 10:08 */waypoints[67].children[0] = 66; -/* 10:08 */waypoints[67].children[1] = 68; -/* 10:08 */waypoints[67].children[2] = 69; -/* 10:08 */waypoints[68] = spawnstruct(); -/* 10:08 */waypoints[68].origin = (909.324, 701.871, 1070.06); -/* 10:08 */waypoints[68].type = "crouch"; -/* 10:08 */waypoints[68].children[0] = 67; -/* 10:08 */waypoints[68].angles = (9.01978, -125.957, 0); -/* 10:08 */waypoints[69] = spawnstruct(); -/* 10:08 */waypoints[69].origin = (623.908, 713.227, 1068.54); -/* 10:08 */waypoints[69].type = "crouch"; -/* 10:08 */waypoints[69].children[0] = 67; -/* 10:08 */waypoints[69].angles = (11.2335, -61.2421, 0); -/* 10:08 */waypoints[70] = spawnstruct(); -/* 10:08 */waypoints[70].origin = (659.743, 1186.5, 974.753); -/* 10:08 */waypoints[70].type = "stand"; -/* 10:08 */waypoints[70].children[0] = 65; -/* 10:08 */waypoints[70].children[1] = 71; -/* 10:08 */waypoints[71] = spawnstruct(); -/* 10:08 */waypoints[71].origin = (692.56, 885.834, 948.078); -/* 10:08 */waypoints[71].type = "stand"; -/* 10:08 */waypoints[71].children[0] = 70; -/* 10:08 */waypoints[71].children[1] = 72; -/* 10:08 */waypoints[71].children[2] = 320; -/* 10:08 */waypoints[72] = spawnstruct(); -/* 10:08 */waypoints[72].origin = (709.163, 664.171, 927.99); -/* 10:08 */waypoints[72].type = "stand"; -/* 10:08 */waypoints[72].children[0] = 71; -/* 10:08 */waypoints[72].children[1] = 60; -/* 10:08 */waypoints[73] = spawnstruct(); -/* 10:08 */waypoints[73].origin = (934.263, 1253.41, 983.197); -/* 10:08 */waypoints[73].type = "crouch"; -/* 10:08 */waypoints[73].children[0] = 64; -/* 10:08 */waypoints[73].angles = (4.9054, -137.136, 0); -/* 10:08 */waypoints[74] = spawnstruct(); -/* 10:08 */waypoints[74].origin = (629.166, 1258.87, 981.06); -/* 10:08 */waypoints[74].type = "crouch"; -/* 10:08 */waypoints[74].children[0] = 65; -/* 10:08 */waypoints[74].angles = (6.32813, -52.1674, 0); -/* 10:08 */waypoints[75] = spawnstruct(); -/* 10:08 */waypoints[75].origin = (779.599, 1320.11, 987.804); -/* 10:08 */waypoints[75].type = "stand"; -/* 10:08 */waypoints[75].children[0] = 65; -/* 10:08 */waypoints[75].children[1] = 76; -/* 10:08 */waypoints[75].children[2] = 268; -/* 10:08 */waypoints[76] = spawnstruct(); -/* 10:08 */waypoints[76].origin = (1010.61, 1336.73, 993.92); -/* 10:08 */waypoints[76].type = "stand"; -/* 10:08 */waypoints[76].children[0] = 75; -/* 10:08 */waypoints[76].children[1] = 77; -/* 10:08 */waypoints[77] = spawnstruct(); -/* 10:08 */waypoints[77].origin = (1016.64, 1619.43, 1020.05); -/* 10:08 */waypoints[77].type = "stand"; -/* 10:08 */waypoints[77].children[0] = 76; -/* 10:08 */waypoints[77].children[1] = 78; -/* 10:08 */waypoints[78] = spawnstruct(); -/* 10:08 */waypoints[78].origin = (930.964, 1869.97, 1107.27); -/* 10:08 */waypoints[78].type = "stand"; -/* 10:08 */waypoints[78].children[0] = 77; -/* 10:08 */waypoints[78].children[1] = 79; -/* 10:08 */waypoints[78].children[2] = 84; -/* 10:08 */waypoints[79] = spawnstruct(); -/* 10:08 */waypoints[79].origin = (821.454, 2063.8, 1142.62); -/* 10:08 */waypoints[79].type = "stand"; -/* 10:08 */waypoints[79].children[0] = 78; -/* 10:08 */waypoints[79].children[1] = 372; -/* 10:08 */waypoints[80] = spawnstruct(); -/* 10:08 */waypoints[80].origin = (553.144, 2673.22, 1146.12); -/* 10:08 */waypoints[80].type = "stand"; -/* 10:08 */waypoints[80].children[0] = 81; -/* 10:08 */waypoints[80].children[1] = 283; -/* 10:08 */waypoints[80].children[2] = 372; -/* 10:08 */waypoints[81] = spawnstruct(); -/* 10:08 */waypoints[81].origin = (489.182, 2281.83, 1150.13); -/* 10:08 */waypoints[81].type = "stand"; -/* 10:08 */waypoints[81].children[0] = 80; -/* 10:08 */waypoints[81].children[1] = 82; -/* 10:08 */waypoints[82] = spawnstruct(); -/* 10:08 */waypoints[82].origin = (496.591, 2143.08, 1150.13); -/* 10:08 */waypoints[82].type = "stand"; -/* 10:08 */waypoints[82].children[0] = 81; -/* 10:08 */waypoints[82].children[1] = 83; -/* 10:08 */waypoints[82].children[2] = 101; -/* 10:08 */waypoints[83] = spawnstruct(); -/* 10:08 */waypoints[83].origin = (600.356, 2141.24, 1150.13); -/* 10:08 */waypoints[83].type = "stand"; -/* 10:08 */waypoints[83].children[0] = 82; -/* 10:08 */waypoints[83].children[1] = 84; -/* 10:08 */waypoints[83].children[2] = 364; -/* 10:08 */waypoints[84] = spawnstruct(); -/* 10:08 */waypoints[84].origin = (740.212, 1969.15, 1157.53); -/* 10:08 */waypoints[84].type = "stand"; -/* 10:08 */waypoints[84].children[0] = 83; -/* 10:08 */waypoints[84].children[1] = 78; -/* 10:08 */waypoints[84].children[2] = 85; -/* 10:08 */waypoints[85] = spawnstruct(); -/* 10:08 */waypoints[85].origin = (637.547, 1823.52, 1142.46); -/* 10:08 */waypoints[85].type = "stand"; -/* 10:08 */waypoints[85].children[0] = 84; -/* 10:08 */waypoints[85].children[1] = 86; -/* 10:08 */waypoints[85].children[2] = 87; -/* 10:08 */waypoints[86] = spawnstruct(); -/* 10:08 */waypoints[86].origin = (517.102, 1701.21, 1128.65); -/* 10:08 */waypoints[86].type = "stand"; -/* 10:08 */waypoints[86].children[0] = 85; -/* 10:08 */waypoints[86].children[1] = 88; -/* 10:08 */waypoints[86].children[2] = 268; -/* 10:08 */waypoints[87] = spawnstruct(); -/* 10:08 */waypoints[87].origin = (415.548, 1911.28, 1180.12); -/* 10:08 */waypoints[87].type = "crouch"; -/* 10:08 */waypoints[87].children[0] = 85; -/* 10:08 */waypoints[87].angles = (9.9646, -50.9534, 0); -/* 10:08 */waypoints[88] = spawnstruct(); -/* 10:08 */waypoints[88].origin = (341.941, 1599.46, 1050.9); -/* 10:08 */waypoints[88].type = "stand"; -/* 10:08 */waypoints[88].children[0] = 86; -/* 10:08 */waypoints[88].children[1] = 7; -/* 10:08 */waypoints[88].children[2] = 89; -/* 10:08 */waypoints[89] = spawnstruct(); -/* 10:08 */waypoints[89].origin = (91.059, 1474.06, 1016.11); -/* 10:08 */waypoints[89].type = "stand"; -/* 10:08 */waypoints[89].children[0] = 88; -/* 10:08 */waypoints[89].children[1] = 90; -/* 10:08 */waypoints[89].children[2] = 268; -/* 10:08 */waypoints[89].children[3] = 322; -/* 10:08 */waypoints[90] = spawnstruct(); -/* 10:08 */waypoints[90].origin = (-155.364, 1412.54, 1000.23); -/* 10:08 */waypoints[90].type = "stand"; -/* 10:08 */waypoints[90].children[0] = 89; -/* 10:08 */waypoints[90].children[1] = 91; -/* 10:08 */waypoints[90].children[2] = 322; -/* 10:08 */waypoints[91] = spawnstruct(); -/* 10:08 */waypoints[91].origin = (-271.042, 1557.39, 1029.78); -/* 10:08 */waypoints[91].type = "stand"; -/* 10:08 */waypoints[91].children[0] = 90; -/* 10:08 */waypoints[91].children[1] = 92; -/* 10:08 */waypoints[91].children[2] = 265; -/* 10:08 */waypoints[91].children[3] = 281; -/* 10:08 */waypoints[92] = spawnstruct(); -/* 10:08 */waypoints[92].origin = (-336.125, 1771.41, 1072.41); -/* 10:08 */waypoints[92].type = "stand"; -/* 10:08 */waypoints[92].children[0] = 91; -/* 10:08 */waypoints[92].children[1] = 93; -/* 10:08 */waypoints[92].children[2] = 114; -/* 10:08 */waypoints[92].children[3] = 278; -/* 10:08 */waypoints[92].children[4] = 281; -/* 10:08 */waypoints[93] = spawnstruct(); -/* 10:08 */waypoints[93].origin = (-93.3401, 1861.13, 1150.13); -/* 10:08 */waypoints[93].type = "stand"; -/* 10:08 */waypoints[93].children[0] = 92; -/* 10:08 */waypoints[93].children[1] = 94; -/* 10:08 */waypoints[93].children[2] = 95; -/* 10:08 */waypoints[94] = spawnstruct(); -/* 10:08 */waypoints[94].origin = (-16.8256, 1640.57, 1150.13); -/* 10:08 */waypoints[94].type = "stand"; -/* 10:08 */waypoints[94].children[0] = 93; -/* 10:08 */waypoints[95] = spawnstruct(); -/* 10:08 */waypoints[95].origin = (8.72509, 1900.99, 1150.13); -/* 10:08 */waypoints[95].type = "stand"; -/* 10:08 */waypoints[95].children[0] = 93; -/* 10:08 */waypoints[95].children[1] = 96; -/* 10:08 */waypoints[96] = spawnstruct(); -/* 10:08 */waypoints[96].origin = (-50.8362, 2080.8, 1150.13); -/* 10:08 */waypoints[96].type = "stand"; -/* 10:08 */waypoints[96].children[0] = 95; -/* 10:08 */waypoints[96].children[1] = 97; -/* 10:08 */waypoints[96].children[2] = 112; -/* 10:08 */waypoints[97] = spawnstruct(); -/* 10:08 */waypoints[97].origin = (-40.5173, 2171.98, 1150.13); -/* 10:08 */waypoints[97].type = "stand"; -/* 10:08 */waypoints[97].children[0] = 96; -/* 10:08 */waypoints[97].children[1] = 98; -/* 10:08 */waypoints[97].children[2] = 112; -/* 10:08 */waypoints[98] = spawnstruct(); -/* 10:08 */waypoints[98].origin = (48.7993, 2192.79, 1150.13); -/* 10:08 */waypoints[98].type = "stand"; -/* 10:08 */waypoints[98].children[0] = 97; -/* 10:08 */waypoints[98].children[1] = 99; -/* 10:08 */waypoints[98].children[2] = 2; -/* 10:08 */waypoints[98].children[3] = 282; -/* 10:08 */waypoints[99] = spawnstruct(); -/* 10:08 */waypoints[99].origin = (121.648, 1958.28, 1150.13); -/* 10:08 */waypoints[99].type = "stand"; -/* 10:08 */waypoints[99].children[0] = 98; -/* 10:08 */waypoints[99].children[1] = 100; -/* 10:08 */waypoints[100] = spawnstruct(); -/* 10:08 */waypoints[100].origin = (270.103, 2006.11, 1146.12); -/* 10:08 */waypoints[100].type = "stand"; -/* 10:08 */waypoints[100].children[0] = 99; -/* 10:08 */waypoints[100].children[1] = 7; -/* 10:08 */waypoints[100].children[2] = 101; -/* 10:08 */waypoints[101] = spawnstruct(); -/* 10:08 */waypoints[101].origin = (480.58, 2022.91, 1150.13); -/* 10:08 */waypoints[101].type = "stand"; -/* 10:08 */waypoints[101].children[0] = 100; -/* 10:08 */waypoints[101].children[1] = 82; -/* 10:08 */waypoints[102] = spawnstruct(); -/* 10:08 */waypoints[102].origin = (-374.349, 2374.62, 1136.13); -/* 10:08 */waypoints[102].type = "stand"; -/* 10:08 */waypoints[102].children[0] = 0; -/* 10:08 */waypoints[102].children[1] = 103; -/* 10:08 */waypoints[102].children[2] = 117; -/* 10:08 */waypoints[103] = spawnstruct(); -/* 10:08 */waypoints[103].origin = (-274.856, 2100.68, 1282.13); -/* 10:08 */waypoints[103].type = "stand"; -/* 10:08 */waypoints[103].children[0] = 102; -/* 10:08 */waypoints[103].children[1] = 104; -/* 10:08 */waypoints[104] = spawnstruct(); -/* 10:08 */waypoints[104].origin = (-198.278, 2117.91, 1286.13); -/* 10:08 */waypoints[104].type = "stand"; -/* 10:08 */waypoints[104].children[0] = 103; -/* 10:08 */waypoints[104].children[1] = 105; -/* 10:08 */waypoints[104].children[2] = 369; -/* 10:08 */waypoints[105] = spawnstruct(); -/* 10:08 */waypoints[105].origin = (-236.289, 2233.39, 1286.13); -/* 10:08 */waypoints[105].type = "stand"; -/* 10:08 */waypoints[105].children[0] = 104; -/* 10:08 */waypoints[105].children[1] = 106; -/* 10:08 */waypoints[106] = spawnstruct(); -/* 10:08 */waypoints[106].origin = (-90.8463, 2268.09, 1286.13); -/* 10:08 */waypoints[106].type = "stand"; -/* 10:08 */waypoints[106].children[0] = 105; -/* 10:08 */waypoints[106].children[1] = 107; -/* 10:08 */waypoints[106].children[2] = 110; -/* 10:08 */waypoints[106].children[3] = 369; -/* 10:08 */waypoints[107] = spawnstruct(); -/* 10:08 */waypoints[107].origin = (-130.576, 2416.12, 1286.13); -/* 10:08 */waypoints[107].type = "stand"; -/* 10:08 */waypoints[107].children[0] = 106; -/* 10:08 */waypoints[107].children[1] = 108; -/* 10:08 */waypoints[107].children[2] = 109; -/* 10:08 */waypoints[108] = spawnstruct(); -/* 10:08 */waypoints[108].origin = (-290.322, 2345.1, 1286.13); -/* 10:08 */waypoints[108].type = "stand"; -/* 10:08 */waypoints[108].children[0] = 107; -/* 10:08 */waypoints[109] = spawnstruct(); -/* 10:08 */waypoints[109].origin = (22.0993, 2449, 1286.13); -/* 10:08 */waypoints[109].type = "stand"; -/* 10:08 */waypoints[109].children[0] = 107; -/* 10:08 */waypoints[110] = spawnstruct(); -/* 10:08 */waypoints[110].origin = (27.4282, 1887.15, 1286.13); -/* 10:08 */waypoints[110].type = "stand"; -/* 10:08 */waypoints[110].children[0] = 106; -/* 10:08 */waypoints[110].children[1] = 111; -/* 10:08 */waypoints[110].children[2] = 369; -/* 10:08 */waypoints[111] = spawnstruct(); -/* 10:08 */waypoints[111].origin = (-110.36, 1852.32, 1286.13); -/* 10:08 */waypoints[111].type = "stand"; -/* 10:08 */waypoints[111].children[0] = 110; -/* 10:08 */waypoints[111].children[1] = 112; -/* 10:08 */waypoints[112] = spawnstruct(); -/* 10:08 */waypoints[112].origin = (-200.258, 2147.11, 1150.13); -/* 10:08 */waypoints[112].type = "stand"; -/* 10:08 */waypoints[112].children[0] = 111; -/* 10:08 */waypoints[112].children[1] = 97; -/* 10:08 */waypoints[112].children[2] = 113; -/* 10:08 */waypoints[112].children[3] = 96; -/* 10:08 */waypoints[113] = spawnstruct(); -/* 10:08 */waypoints[113].origin = (-218.305, 2311.69, 1150.13); -/* 10:08 */waypoints[113].type = "stand"; -/* 10:08 */waypoints[113].children[0] = 112; -/* 10:08 */waypoints[113].children[1] = 1; -/* 10:08 */waypoints[114] = spawnstruct(); -/* 10:08 */waypoints[114].origin = (-358.606, 1933.67, 1083.57); -/* 10:08 */waypoints[114].type = "stand"; -/* 10:08 */waypoints[114].children[0] = 92; -/* 10:08 */waypoints[114].children[1] = 115; -/* 10:08 */waypoints[115] = spawnstruct(); -/* 10:08 */waypoints[115].origin = (-473.957, 2025, 1095.79); -/* 10:08 */waypoints[115].type = "stand"; -/* 10:08 */waypoints[115].children[0] = 114; -/* 10:08 */waypoints[115].children[1] = 116; -/* 10:08 */waypoints[115].children[2] = 118; -/* 10:08 */waypoints[115].children[3] = 278; -/* 10:08 */waypoints[115].children[4] = 281; -/* 10:08 */waypoints[116] = spawnstruct(); -/* 10:08 */waypoints[116].origin = (-499.697, 2238.12, 1120.73); -/* 10:08 */waypoints[116].type = "stand"; -/* 10:08 */waypoints[116].children[0] = 115; -/* 10:08 */waypoints[116].children[1] = 117; -/* 10:08 */waypoints[116].children[2] = 280; -/* 10:08 */waypoints[116].children[3] = 119; -/* 10:08 */waypoints[116].children[4] = 0; -/* 10:08 */waypoints[117] = spawnstruct(); -/* 10:08 */waypoints[117].origin = (-570.589, 2382.36, 1132.2); -/* 10:08 */waypoints[117].type = "stand"; -/* 10:08 */waypoints[117].children[0] = 116; -/* 10:08 */waypoints[117].children[1] = 0; -/* 10:08 */waypoints[117].children[2] = 280; -/* 10:08 */waypoints[117].children[3] = 119; -/* 10:08 */waypoints[117].children[4] = 118; -/* 10:08 */waypoints[117].children[5] = 102; -/* 10:08 */waypoints[118] = spawnstruct(); -/* 10:08 */waypoints[118].origin = (-677.883, 2179.2, 1120.12); -/* 10:08 */waypoints[118].type = "stand"; -/* 10:08 */waypoints[118].children[0] = 115; -/* 10:08 */waypoints[118].children[1] = 119; -/* 10:08 */waypoints[118].children[2] = 280; -/* 10:08 */waypoints[118].children[3] = 117; -/* 10:08 */waypoints[118].children[4] = 0; -/* 10:08 */waypoints[119] = spawnstruct(); -/* 10:08 */waypoints[119].origin = (-955.955, 2176.55, 1143.66); -/* 10:08 */waypoints[119].type = "stand"; -/* 10:08 */waypoints[119].children[0] = 118; -/* 10:08 */waypoints[119].children[1] = 120; -/* 10:08 */waypoints[119].children[2] = 264; -/* 10:08 */waypoints[119].children[3] = 116; -/* 10:08 */waypoints[119].children[4] = 117; -/* 10:08 */waypoints[120] = spawnstruct(); -/* 10:08 */waypoints[120].origin = (-1124.81, 2364.48, 1142.49); -/* 10:08 */waypoints[120].type = "stand"; -/* 10:08 */waypoints[120].children[0] = 119; -/* 10:08 */waypoints[120].children[1] = 121; -/* 10:08 */waypoints[120].children[2] = 8; -/* 10:08 */waypoints[120].children[3] = 289; -/* 10:08 */waypoints[120].children[4] = 300; -/* 10:08 */waypoints[121] = spawnstruct(); -/* 10:08 */waypoints[121].origin = (-1282.69, 2267.13, 1153.63); -/* 10:08 */waypoints[121].type = "stand"; -/* 10:08 */waypoints[121].children[0] = 120; -/* 10:08 */waypoints[121].children[1] = 302; -/* 10:08 */waypoints[121].children[2] = 304; -/* 10:08 */waypoints[122] = spawnstruct(); -/* 10:08 */waypoints[122].origin = (-1410.1, 2398.52, 1158.28); -/* 10:08 */waypoints[122].type = "stand"; -/* 10:08 */waypoints[122].children[0] = 8; -/* 10:08 */waypoints[122].children[1] = 123; -/* 10:08 */waypoints[123] = spawnstruct(); -/* 10:08 */waypoints[123].origin = (-1554.47, 2135.32, 1161.63); -/* 10:08 */waypoints[123].type = "stand"; -/* 10:08 */waypoints[123].children[0] = 122; -/* 10:08 */waypoints[123].children[1] = 124; -/* 10:08 */waypoints[124] = spawnstruct(); -/* 10:08 */waypoints[124].origin = (-1626.85, 2028.21, 1161.63); -/* 10:08 */waypoints[124].type = "stand"; -/* 10:08 */waypoints[124].children[0] = 123; -/* 10:08 */waypoints[124].children[1] = 125; -/* 10:08 */waypoints[124].children[2] = 136; -/* 10:08 */waypoints[125] = spawnstruct(); -/* 10:08 */waypoints[125].origin = (-1835.59, 1823.71, 1161.63); -/* 10:08 */waypoints[125].type = "stand"; -/* 10:08 */waypoints[125].children[0] = 124; -/* 10:08 */waypoints[125].children[1] = 126; -/* 10:08 */waypoints[125].children[2] = 137; -/* 10:08 */waypoints[126] = spawnstruct(); -/* 10:08 */waypoints[126].origin = (-1585.51, 1702.96, 1161.63); -/* 10:08 */waypoints[126].type = "stand"; -/* 10:08 */waypoints[126].children[0] = 125; -/* 10:08 */waypoints[126].children[1] = 127; -/* 10:08 */waypoints[126].children[2] = 138; -/* 10:08 */waypoints[126].children[3] = 303; -/* 10:08 */waypoints[126].children[4] = 305; -/* 10:08 */waypoints[127] = spawnstruct(); -/* 10:08 */waypoints[127].origin = (-1429.84, 1945.15, 1161.63); -/* 10:08 */waypoints[127].type = "stand"; -/* 10:08 */waypoints[127].children[0] = 126; -/* 10:08 */waypoints[127].children[1] = 128; -/* 10:08 */waypoints[127].children[2] = 302; -/* 10:08 */waypoints[127].children[3] = 303; -/* 10:08 */waypoints[128] = spawnstruct(); -/* 10:08 */waypoints[128].origin = (-1172.95, 1782.69, 1289.63); -/* 10:08 */waypoints[128].type = "stand"; -/* 10:08 */waypoints[128].children[0] = 127; -/* 10:08 */waypoints[128].children[1] = 129; -/* 10:08 */waypoints[129] = spawnstruct(); -/* 10:08 */waypoints[129].origin = (-1266.07, 1635.12, 1292.63); -/* 10:08 */waypoints[129].type = "stand"; -/* 10:08 */waypoints[129].children[0] = 128; -/* 10:08 */waypoints[129].children[1] = 130; -/* 10:08 */waypoints[129].children[2] = 133; -/* 10:08 */waypoints[130] = spawnstruct(); -/* 10:08 */waypoints[130].origin = (-1162.43, 1504.65, 1291.63); -/* 10:08 */waypoints[130].type = "stand"; -/* 10:08 */waypoints[130].children[0] = 129; -/* 10:08 */waypoints[130].children[1] = 131; -/* 10:08 */waypoints[131] = spawnstruct(); -/* 10:08 */waypoints[131].origin = (-1183.78, 1335.09, 1291.63); -/* 10:08 */waypoints[131].type = "stand"; -/* 10:08 */waypoints[131].children[0] = 130; -/* 10:08 */waypoints[131].children[1] = 132; -/* 10:08 */waypoints[132] = spawnstruct(); -/* 10:08 */waypoints[132].origin = (-1355.35, 1265.41, 1291.63); -/* 10:08 */waypoints[132].type = "stand"; -/* 10:08 */waypoints[132].children[0] = 131; -/* 10:08 */waypoints[133] = spawnstruct(); -/* 10:08 */waypoints[133].origin = (-1402.9, 1669.6, 1292.63); -/* 10:08 */waypoints[133].type = "stand"; -/* 10:08 */waypoints[133].children[0] = 129; -/* 10:08 */waypoints[133].children[1] = 134; -/* 10:08 */waypoints[134] = spawnstruct(); -/* 10:08 */waypoints[134].origin = (-1622.04, 1686.86, 1291.63); -/* 10:08 */waypoints[134].type = "stand"; -/* 10:08 */waypoints[134].children[0] = 133; -/* 10:08 */waypoints[134].children[1] = 135; -/* 10:08 */waypoints[135] = spawnstruct(); -/* 10:08 */waypoints[135].origin = (-1730.77, 1741.36, 1292.13); -/* 10:08 */waypoints[135].type = "stand"; -/* 10:08 */waypoints[135].children[0] = 134; -/* 10:08 */waypoints[135].children[1] = 136; -/* 10:08 */waypoints[136] = spawnstruct(); -/* 10:08 */waypoints[136].origin = (-1578.77, 2012.05, 1161.63); -/* 10:08 */waypoints[136].type = "stand"; -/* 10:08 */waypoints[136].children[0] = 135; -/* 10:08 */waypoints[136].children[1] = 124; -/* 10:08 */waypoints[137] = spawnstruct(); -/* 10:08 */waypoints[137].origin = (-2032.43, 1775.58, 1161.63); -/* 10:08 */waypoints[137].type = "crouch"; -/* 10:08 */waypoints[137].children[0] = 125; -/* 10:08 */waypoints[137].angles = (2.21375, 15.2612, 0); -/* 10:08 */waypoints[138] = spawnstruct(); -/* 10:08 */waypoints[138].origin = (-1318.3, 1645.38, 1161.63); -/* 10:08 */waypoints[138].type = "stand"; -/* 10:08 */waypoints[138].children[0] = 126; -/* 10:08 */waypoints[138].children[1] = 139; -/* 10:08 */waypoints[138].children[2] = 303; -/* 10:08 */waypoints[138].children[3] = 305; -/* 10:08 */waypoints[138].children[4] = 307; -/* 10:08 */waypoints[139] = spawnstruct(); -/* 10:08 */waypoints[139].origin = (-1145.61, 1572.75, 1161.63); -/* 10:08 */waypoints[139].type = "stand"; -/* 10:08 */waypoints[139].children[0] = 138; -/* 10:08 */waypoints[139].children[1] = 140; -/* 10:08 */waypoints[139].children[2] = 143; -/* 10:08 */waypoints[139].children[3] = 144; -/* 10:08 */waypoints[139].children[4] = 145; -/* 10:08 */waypoints[139].children[5] = 146; -/* 10:08 */waypoints[140] = spawnstruct(); -/* 10:08 */waypoints[140].origin = (-1256.39, 1372.88, 1161.63); -/* 10:08 */waypoints[140].type = "stand"; -/* 10:08 */waypoints[140].children[0] = 139; -/* 10:08 */waypoints[140].children[1] = 141; -/* 10:08 */waypoints[140].children[2] = 306; -/* 10:08 */waypoints[140].children[3] = 314; -/* 10:08 */waypoints[141] = spawnstruct(); -/* 10:08 */waypoints[141].origin = (-1392.31, 1164.68, 1161.63); -/* 10:08 */waypoints[141].type = "stand"; -/* 10:08 */waypoints[141].children[0] = 140; -/* 10:08 */waypoints[141].children[1] = 142; -/* 10:08 */waypoints[141].children[2] = 306; -/* 10:08 */waypoints[141].children[3] = 307; -/* 10:08 */waypoints[141].children[4] = 314; -/* 10:08 */waypoints[142] = spawnstruct(); -/* 10:08 */waypoints[142].origin = (-1227.02, 1204.69, 1161.63); -/* 10:08 */waypoints[142].type = "stand"; -/* 10:08 */waypoints[142].children[0] = 141; -/* 10:08 */waypoints[142].children[1] = 143; -/* 10:08 */waypoints[143] = spawnstruct(); -/* 10:08 */waypoints[143].origin = (-1095.11, 1413.71, 1161.63); -/* 10:08 */waypoints[143].type = "stand"; -/* 10:08 */waypoints[143].children[0] = 142; -/* 10:08 */waypoints[143].children[1] = 139; -/* 10:08 */waypoints[144] = spawnstruct(); -/* 10:08 */waypoints[144].origin = (-1059.13, 1723.25, 1145.66); -/* 10:08 */waypoints[144].type = "stand"; -/* 10:08 */waypoints[144].children[0] = 139; -/* 10:08 */waypoints[144].children[1] = 145; -/* 10:08 */waypoints[144].children[2] = 263; -/* 10:08 */waypoints[144].children[3] = 264; -/* 10:08 */waypoints[145] = spawnstruct(); -/* 10:08 */waypoints[145].origin = (-1000.74, 1553.63, 1137.54); -/* 10:08 */waypoints[145].type = "stand"; -/* 10:08 */waypoints[145].children[0] = 144; -/* 10:08 */waypoints[145].children[1] = 146; -/* 10:08 */waypoints[145].children[2] = 139; -/* 10:08 */waypoints[146] = spawnstruct(); -/* 10:08 */waypoints[146].origin = (-995.994, 1316.77, 1130.43); -/* 10:08 */waypoints[146].type = "stand"; -/* 10:08 */waypoints[146].children[0] = 145; -/* 10:08 */waypoints[146].children[1] = 147; -/* 10:08 */waypoints[146].children[2] = 139; -/* 10:08 */waypoints[146].children[3] = 263; -/* 10:08 */waypoints[147] = spawnstruct(); -/* 10:08 */waypoints[147].origin = (-1161.05, 1124.9, 1129.62); -/* 10:08 */waypoints[147].type = "stand"; -/* 10:08 */waypoints[147].children[0] = 146; -/* 10:08 */waypoints[147].children[1] = 148; -/* 10:08 */waypoints[147].children[2] = 165; -/* 10:08 */waypoints[148] = spawnstruct(); -/* 10:08 */waypoints[148].origin = (-1293.26, 982.5, 1129.63); -/* 10:08 */waypoints[148].type = "stand"; -/* 10:08 */waypoints[148].children[0] = 147; -/* 10:08 */waypoints[148].children[1] = 149; -/* 10:08 */waypoints[148].children[2] = 157; -/* 10:08 */waypoints[149] = spawnstruct(); -/* 10:08 */waypoints[149].origin = (-1439.39, 913.734, 1129.63); -/* 10:08 */waypoints[149].type = "stand"; -/* 10:08 */waypoints[149].children[0] = 148; -/* 10:08 */waypoints[149].children[1] = 150; -/* 10:08 */waypoints[149].children[2] = 159; -/* 10:08 */waypoints[150] = spawnstruct(); -/* 10:08 */waypoints[150].origin = (-1621.73, 752.665, 1116.56); -/* 10:08 */waypoints[150].type = "stand"; -/* 10:08 */waypoints[150].children[0] = 149; -/* 10:08 */waypoints[150].children[1] = 151; -/* 10:08 */waypoints[151] = spawnstruct(); -/* 10:08 */waypoints[151].origin = (-1859.83, 727.364, 1099.12); -/* 10:08 */waypoints[151].type = "stand"; -/* 10:08 */waypoints[151].children[0] = 150; -/* 10:08 */waypoints[151].children[1] = 152; -/* 10:08 */waypoints[151].children[2] = 154; -/* 10:08 */waypoints[151].children[3] = 291; -/* 10:08 */waypoints[152] = spawnstruct(); -/* 10:08 */waypoints[152].origin = (-2125.62, 865.767, 1101.48); -/* 10:08 */waypoints[152].type = "stand"; -/* 10:08 */waypoints[152].children[0] = 151; -/* 10:08 */waypoints[152].children[1] = 153; -/* 10:08 */waypoints[152].children[2] = 291; -/* 10:08 */waypoints[152].children[3] = 292; -/* 10:08 */waypoints[153] = spawnstruct(); -/* 10:08 */waypoints[153].origin = (-2272.47, 1039.26, 1101.63); -/* 10:08 */waypoints[153].type = "stand"; -/* 10:08 */waypoints[153].children[0] = 152; -/* 10:08 */waypoints[153].children[1] = 18; -/* 10:08 */waypoints[153].children[2] = 154; -/* 10:08 */waypoints[153].children[3] = 17; -/* 10:08 */waypoints[153].children[4] = 291; -/* 10:08 */waypoints[154] = spawnstruct(); -/* 10:08 */waypoints[154].origin = (-2006.96, 860.695, 1101.45); -/* 10:08 */waypoints[154].type = "stand"; -/* 10:08 */waypoints[154].children[0] = 153; -/* 10:08 */waypoints[154].children[1] = 151; -/* 10:08 */waypoints[154].children[2] = 155; -/* 10:08 */waypoints[154].children[3] = 290; -/* 10:08 */waypoints[154].children[4] = 292; -/* 10:08 */waypoints[155] = spawnstruct(); -/* 10:08 */waypoints[155].origin = (-1874.95, 932.189, 1111.34); -/* 10:08 */waypoints[155].type = "crouch"; -/* 10:08 */waypoints[155].children[0] = 154; -/* 10:08 */waypoints[155].angles = (0, -153.247, 0); -/* 10:08 */waypoints[156] = spawnstruct(); -/* 10:08 */waypoints[156].origin = (-2601.13, 1053.2, 1097.63); -/* 10:08 */waypoints[156].type = "crouch"; -/* 10:08 */waypoints[156].children[0] = 17; -/* 10:08 */waypoints[156].angles = (0.631714, 13.5638, 0); -/* 10:08 */waypoints[157] = spawnstruct(); -/* 10:08 */waypoints[157].origin = (-1475.56, 1040.76, 1129.63); -/* 10:08 */waypoints[157].type = "stand"; -/* 10:08 */waypoints[157].children[0] = 148; -/* 10:08 */waypoints[157].children[1] = 158; -/* 10:08 */waypoints[158] = spawnstruct(); -/* 10:08 */waypoints[158].origin = (-1589.98, 1083.33, 1129.63); -/* 10:08 */waypoints[158].type = "stand"; -/* 10:08 */waypoints[158].children[0] = 157; -/* 10:08 */waypoints[158].children[1] = 159; -/* 10:08 */waypoints[159] = spawnstruct(); -/* 10:08 */waypoints[159].origin = (-1624.86, 992.427, 1129.63); -/* 10:08 */waypoints[159].type = "stand"; -/* 10:08 */waypoints[159].children[0] = 158; -/* 10:08 */waypoints[159].children[1] = 160; -/* 10:08 */waypoints[159].children[2] = 149; -/* 10:08 */waypoints[160] = spawnstruct(); -/* 10:08 */waypoints[160].origin = (-1724.19, 1029.57, 1129.63); -/* 10:08 */waypoints[160].type = "stand"; -/* 10:08 */waypoints[160].children[0] = 159; -/* 10:08 */waypoints[160].children[1] = 161; -/* 10:08 */waypoints[161] = spawnstruct(); -/* 10:08 */waypoints[161].origin = (-1795.88, 1185.9, 1129.63); -/* 10:08 */waypoints[161].type = "stand"; -/* 10:08 */waypoints[161].children[0] = 160; -/* 10:08 */waypoints[161].children[1] = 162; -/* 10:08 */waypoints[161].children[2] = 308; -/* 10:08 */waypoints[161].children[3] = 315; -/* 10:08 */waypoints[162] = spawnstruct(); -/* 10:08 */waypoints[162].origin = (-1969.1, 1149.98, 1129.63); -/* 10:08 */waypoints[162].type = "stand"; -/* 10:08 */waypoints[162].children[0] = 161; -/* 10:08 */waypoints[162].children[1] = 163; -/* 10:08 */waypoints[162].children[2] = 164; -/* 10:08 */waypoints[162].children[3] = 315; -/* 10:08 */waypoints[163] = spawnstruct(); -/* 10:08 */waypoints[163].origin = (-2074.04, 1459.21, 1125.4); -/* 10:08 */waypoints[163].type = "stand"; -/* 10:08 */waypoints[163].children[0] = 162; -/* 10:08 */waypoints[163].children[1] = 14; -/* 10:08 */waypoints[163].children[2] = 317; -/* 10:08 */waypoints[163].children[3] = 318; -/* 10:08 */waypoints[164] = spawnstruct(); -/* 10:08 */waypoints[164].origin = (-2292.11, 1284.65, 1125.71); -/* 10:08 */waypoints[164].type = "stand"; -/* 10:08 */waypoints[164].children[0] = 162; -/* 10:08 */waypoints[164].children[1] = 17; -/* 10:08 */waypoints[164].children[2] = 315; -/* 10:08 */waypoints[165] = spawnstruct(); -/* 10:08 */waypoints[165].origin = (-928.402, 1167.59, 1068.12); -/* 10:08 */waypoints[165].type = "stand"; -/* 10:08 */waypoints[165].children[0] = 147; -/* 10:08 */waypoints[165].children[1] = 166; -/* 10:08 */waypoints[166] = spawnstruct(); -/* 10:08 */waypoints[166].origin = (-772.858, 1146.11, 1018.44); -/* 10:08 */waypoints[166].type = "stand"; -/* 10:08 */waypoints[166].children[0] = 165; -/* 10:08 */waypoints[166].children[1] = 167; -/* 10:08 */waypoints[166].children[2] = 260; -/* 10:08 */waypoints[166].children[3] = 261; -/* 10:08 */waypoints[166].children[4] = 324; -/* 10:08 */waypoints[167] = spawnstruct(); -/* 10:08 */waypoints[167].origin = (-838.474, 967.638, 1052.05); -/* 10:08 */waypoints[167].type = "stand"; -/* 10:08 */waypoints[167].children[0] = 166; -/* 10:08 */waypoints[167].children[1] = 168; -/* 10:08 */waypoints[167].children[2] = 325; -/* 10:08 */waypoints[167].children[3] = 356; -/* 10:08 */waypoints[168] = spawnstruct(); -/* 10:08 */waypoints[168].origin = (-967.882, 815.9, 1074.83); -/* 10:08 */waypoints[168].type = "stand"; -/* 10:08 */waypoints[168].children[0] = 167; -/* 10:08 */waypoints[168].children[1] = 169; -/* 10:08 */waypoints[168].children[2] = 356; -/* 10:08 */waypoints[169] = spawnstruct(); -/* 10:08 */waypoints[169].origin = (-1116.37, 517.929, 1088.13); -/* 10:08 */waypoints[169].type = "stand"; -/* 10:08 */waypoints[169].children[0] = 168; -/* 10:08 */waypoints[169].children[1] = 170; -/* 10:08 */waypoints[169].children[2] = 328; -/* 10:08 */waypoints[169].children[3] = 329; -/* 10:08 */waypoints[170] = spawnstruct(); -/* 10:08 */waypoints[170].origin = (-1308.77, 322.759, 1088.13); -/* 10:08 */waypoints[170].type = "stand"; -/* 10:08 */waypoints[170].children[0] = 169; -/* 10:08 */waypoints[170].children[1] = 171; -/* 10:08 */waypoints[171] = spawnstruct(); -/* 10:08 */waypoints[171].origin = (-1328.82, 194.598, 1088.13); -/* 10:08 */waypoints[171].type = "stand"; -/* 10:08 */waypoints[171].children[0] = 170; -/* 10:08 */waypoints[171].children[1] = 172; -/* 10:08 */waypoints[172] = spawnstruct(); -/* 10:08 */waypoints[172].origin = (-1248.65, 149.393, 1088.13); -/* 10:08 */waypoints[172].type = "stand"; -/* 10:08 */waypoints[172].children[0] = 171; -/* 10:08 */waypoints[172].children[1] = 173; -/* 10:08 */waypoints[172].children[2] = 344; -/* 10:08 */waypoints[173] = spawnstruct(); -/* 10:08 */waypoints[173].origin = (-1117.63, 408.749, 1216.13); -/* 10:08 */waypoints[173].type = "stand"; -/* 10:08 */waypoints[173].children[0] = 172; -/* 10:08 */waypoints[173].children[1] = 174; -/* 10:08 */waypoints[174] = spawnstruct(); -/* 10:08 */waypoints[174].origin = (-931.744, 302.444, 1216.13); -/* 10:08 */waypoints[174].type = "stand"; -/* 10:08 */waypoints[174].children[0] = 173; -/* 10:08 */waypoints[174].children[1] = 175; -/* 10:08 */waypoints[174].children[2] = 348; -/* 10:08 */waypoints[175] = spawnstruct(); -/* 10:08 */waypoints[175].origin = (-678.695, 182.746, 1216.13); -/* 10:08 */waypoints[175].type = "stand"; -/* 10:08 */waypoints[175].children[0] = 174; -/* 10:08 */waypoints[175].children[1] = 176; -/* 10:08 */waypoints[175].children[2] = 349; -/* 10:08 */waypoints[176] = spawnstruct(); -/* 10:08 */waypoints[176].origin = (-429.898, 67.9453, 1232.45); -/* 10:08 */waypoints[176].type = "stand"; -/* 10:08 */waypoints[176].children[0] = 175; -/* 10:08 */waypoints[176].children[1] = 177; -/* 10:08 */waypoints[176].children[2] = 354; -/* 10:08 */waypoints[177] = spawnstruct(); -/* 10:08 */waypoints[177].origin = (-211.904, 214.241, 1216.03); -/* 10:08 */waypoints[177].type = "stand"; -/* 10:08 */waypoints[177].children[0] = 176; -/* 10:08 */waypoints[177].children[1] = 178; -/* 10:08 */waypoints[178] = spawnstruct(); -/* 10:08 */waypoints[178].origin = (-144.265, 174.86, 1216.01); -/* 10:08 */waypoints[178].type = "stand"; -/* 10:08 */waypoints[178].children[0] = 177; -/* 10:08 */waypoints[178].children[1] = 179; -/* 10:08 */waypoints[179] = spawnstruct(); -/* 10:08 */waypoints[179].origin = (-286.573, 13.2766, 1245.92); -/* 10:08 */waypoints[179].type = "stand"; -/* 10:08 */waypoints[179].children[0] = 178; -/* 10:08 */waypoints[179].children[1] = 180; -/* 10:08 */waypoints[179].children[2] = 353; -/* 10:08 */waypoints[180] = spawnstruct(); -/* 10:08 */waypoints[180].origin = (-303.271, -203.97, 1235.48); -/* 10:08 */waypoints[180].type = "stand"; -/* 10:08 */waypoints[180].children[0] = 179; -/* 10:08 */waypoints[180].children[1] = 181; -/* 10:08 */waypoints[181] = spawnstruct(); -/* 10:08 */waypoints[181].origin = (0.992011, -203.546, 1146.87); -/* 10:08 */waypoints[181].type = "stand"; -/* 10:08 */waypoints[181].children[0] = 180; -/* 10:08 */waypoints[181].children[1] = 182; -/* 10:08 */waypoints[182] = spawnstruct(); -/* 10:08 */waypoints[182].origin = (352.76, -247.194, 1021.8); -/* 10:08 */waypoints[182].type = "stand"; -/* 10:08 */waypoints[182].children[0] = 181; -/* 10:08 */waypoints[182].children[1] = 183; -/* 10:08 */waypoints[183] = spawnstruct(); -/* 10:08 */waypoints[183].origin = (675.906, -306.546, 900.058); -/* 10:08 */waypoints[183].type = "stand"; -/* 10:08 */waypoints[183].children[0] = 182; -/* 10:08 */waypoints[183].children[1] = 184; -/* 10:08 */waypoints[183].children[2] = 247; -/* 10:08 */waypoints[184] = spawnstruct(); -/* 10:08 */waypoints[184].origin = (1008.46, -180.717, 884.02); -/* 10:08 */waypoints[184].type = "stand"; -/* 10:08 */waypoints[184].children[0] = 183; -/* 10:08 */waypoints[184].children[1] = 185; -/* 10:08 */waypoints[184].children[2] = 187; -/* 10:08 */waypoints[184].children[3] = 188; -/* 10:08 */waypoints[185] = spawnstruct(); -/* 10:08 */waypoints[185].origin = (997.766, 110.748, 926.484); -/* 10:08 */waypoints[185].type = "stand"; -/* 10:08 */waypoints[185].children[0] = 184; -/* 10:08 */waypoints[185].children[1] = 186; -/* 10:08 */waypoints[186] = spawnstruct(); -/* 10:08 */waypoints[186].origin = (982.5, 288.04, 952.08); -/* 10:08 */waypoints[186].type = "stand"; -/* 10:08 */waypoints[186].children[0] = 185; -/* 10:08 */waypoints[186].children[1] = 61; -/* 10:08 */waypoints[187] = spawnstruct(); -/* 10:08 */waypoints[187].origin = (1144.91, -41.6418, 919.566); -/* 10:08 */waypoints[187].type = "crouch"; -/* 10:08 */waypoints[187].children[0] = 184; -/* 10:08 */waypoints[187].angles = (10.9149, -156.01, 0); -/* 10:08 */waypoints[188] = spawnstruct(); -/* 10:08 */waypoints[188].origin = (1031.72, -343.86, 861.992); -/* 10:08 */waypoints[188].type = "stand"; -/* 10:08 */waypoints[188].children[0] = 184; -/* 10:08 */waypoints[188].children[1] = 189; -/* 10:08 */waypoints[188].children[2] = 296; -/* 10:08 */waypoints[189] = spawnstruct(); -/* 10:08 */waypoints[189].origin = (1167.07, -372.099, 871.417); -/* 10:08 */waypoints[189].type = "stand"; -/* 10:08 */waypoints[189].children[0] = 188; -/* 10:08 */waypoints[189].children[1] = 190; -/* 10:08 */waypoints[190] = spawnstruct(); -/* 10:08 */waypoints[190].origin = (1235.59, -605.744, 843.42); -/* 10:08 */waypoints[190].type = "stand"; -/* 10:08 */waypoints[190].children[0] = 189; -/* 10:08 */waypoints[190].children[1] = 191; -/* 10:08 */waypoints[191] = spawnstruct(); -/* 10:08 */waypoints[191].origin = (1222.48, -741.904, 822.34); -/* 10:08 */waypoints[191].type = "stand"; -/* 10:08 */waypoints[191].children[0] = 190; -/* 10:08 */waypoints[191].children[1] = 192; -/* 10:08 */waypoints[191].children[2] = 297; -/* 10:08 */waypoints[192] = spawnstruct(); -/* 10:08 */waypoints[192].origin = (1220.36, -906.572, 774.799); -/* 10:08 */waypoints[192].type = "stand"; -/* 10:08 */waypoints[192].children[0] = 191; -/* 10:08 */waypoints[192].children[1] = 193; -/* 10:08 */waypoints[192].children[2] = 244; -/* 10:08 */waypoints[192].children[3] = 297; -/* 10:08 */waypoints[193] = spawnstruct(); -/* 10:08 */waypoints[193].origin = (1388.16, -1014.45, 738.255); -/* 10:08 */waypoints[193].type = "stand"; -/* 10:08 */waypoints[193].children[0] = 192; -/* 10:08 */waypoints[193].children[1] = 194; -/* 10:08 */waypoints[194] = spawnstruct(); -/* 10:08 */waypoints[194].origin = (1536.09, -1186.27, 699.622); -/* 10:08 */waypoints[194].type = "stand"; -/* 10:08 */waypoints[194].children[0] = 193; -/* 10:08 */waypoints[194].children[1] = 195; -/* 10:08 */waypoints[195] = spawnstruct(); -/* 10:08 */waypoints[195].origin = (1601.2, -1392.75, 668.614); -/* 10:08 */waypoints[195].type = "stand"; -/* 10:08 */waypoints[195].children[0] = 194; -/* 10:08 */waypoints[195].children[1] = 196; -/* 10:08 */waypoints[196] = spawnstruct(); -/* 10:08 */waypoints[196].origin = (1599.72, -1493.36, 655.254); -/* 10:08 */waypoints[196].type = "stand"; -/* 10:08 */waypoints[196].children[0] = 195; -/* 10:08 */waypoints[196].children[1] = 197; -/* 10:08 */waypoints[196].children[2] = 198; -/* 10:08 */waypoints[197] = spawnstruct(); -/* 10:08 */waypoints[197].origin = (1706.52, -1364.46, 666.848); -/* 10:08 */waypoints[197].type = "crouch"; -/* 10:08 */waypoints[197].children[0] = 196; -/* 10:08 */waypoints[197].angles = (11.8652, -121.991, 0); -/* 10:08 */waypoints[198] = spawnstruct(); -/* 10:08 */waypoints[198].origin = (1521.04, -1655.06, 661.183); -/* 10:08 */waypoints[198].type = "stand"; -/* 10:08 */waypoints[198].children[0] = 196; -/* 10:08 */waypoints[198].children[1] = 199; -/* 10:08 */waypoints[199] = spawnstruct(); -/* 10:08 */waypoints[199].origin = (1421.27, -1700.98, 687.772); -/* 10:08 */waypoints[199].type = "stand"; -/* 10:08 */waypoints[199].children[0] = 198; -/* 10:08 */waypoints[199].children[1] = 200; -/* 10:08 */waypoints[199].children[2] = 243; -/* 10:08 */waypoints[200] = spawnstruct(); -/* 10:08 */waypoints[200].origin = (1136.34, -1686.84, 755.14); -/* 10:08 */waypoints[200].type = "stand"; -/* 10:08 */waypoints[200].children[0] = 199; -/* 10:08 */waypoints[200].children[1] = 201; -/* 10:08 */waypoints[200].children[2] = 239; -/* 10:08 */waypoints[201] = spawnstruct(); -/* 10:08 */waypoints[201].origin = (876.784, -1743.06, 782.54); -/* 10:08 */waypoints[201].type = "stand"; -/* 10:08 */waypoints[201].children[0] = 200; -/* 10:08 */waypoints[201].children[1] = 202; -/* 10:08 */waypoints[201].children[2] = 203; -/* 10:08 */waypoints[202] = spawnstruct(); -/* 10:08 */waypoints[202].origin = (968.875, -1864.88, 765.722); -/* 10:08 */waypoints[202].type = "crouch"; -/* 10:08 */waypoints[202].children[0] = 201; -/* 10:08 */waypoints[202].angles = (1.42273, 150.042, 0); -/* 10:08 */waypoints[203] = spawnstruct(); -/* 10:08 */waypoints[203].origin = (582.991, -1784.64, 728.125); -/* 10:08 */waypoints[203].type = "stand"; -/* 10:08 */waypoints[203].children[0] = 201; -/* 10:08 */waypoints[203].children[1] = 204; -/* 10:08 */waypoints[203].children[2] = 209; -/* 10:08 */waypoints[203].children[3] = 210; -/* 10:08 */waypoints[204] = spawnstruct(); -/* 10:08 */waypoints[204].origin = (589.462, -1520.6, 760.125); -/* 10:08 */waypoints[204].type = "stand"; -/* 10:08 */waypoints[204].children[0] = 203; -/* 10:08 */waypoints[204].children[1] = 205; -/* 10:08 */waypoints[205] = spawnstruct(); -/* 10:08 */waypoints[205].origin = (592.368, -1248.22, 788.125); -/* 10:08 */waypoints[205].type = "stand"; -/* 10:08 */waypoints[205].children[0] = 204; -/* 10:08 */waypoints[205].children[1] = 206; -/* 10:08 */waypoints[205].children[2] = 207; -/* 10:08 */waypoints[205].children[3] = 245; -/* 10:08 */waypoints[206] = spawnstruct(); -/* 10:08 */waypoints[206].origin = (824.875, -1324.87, 809.241); -/* 10:08 */waypoints[206].type = "crouch"; -/* 10:08 */waypoints[206].children[0] = 205; -/* 10:08 */waypoints[206].angles = (6.95984, 137.226, 0); -/* 10:08 */waypoints[207] = spawnstruct(); -/* 10:08 */waypoints[207].origin = (419.507, -1228.26, 785.857); -/* 10:08 */waypoints[207].type = "stand"; -/* 10:08 */waypoints[207].children[0] = 205; -/* 10:08 */waypoints[207].children[1] = 208; -/* 10:08 */waypoints[207].children[2] = 231; -/* 10:08 */waypoints[208] = spawnstruct(); -/* 10:08 */waypoints[208].origin = (231.735, -1280.4, 788.565); -/* 10:08 */waypoints[208].type = "stand"; -/* 10:08 */waypoints[208].children[0] = 207; -/* 10:08 */waypoints[208].children[1] = 209; -/* 10:08 */waypoints[209] = spawnstruct(); -/* 10:08 */waypoints[209].origin = (218.153, -1668.43, 784.125); -/* 10:08 */waypoints[209].type = "stand"; -/* 10:08 */waypoints[209].children[0] = 208; -/* 10:08 */waypoints[209].children[1] = 203; -/* 10:08 */waypoints[210] = spawnstruct(); -/* 10:08 */waypoints[210].origin = (338.632, -1846.08, 722.266); -/* 10:08 */waypoints[210].type = "stand"; -/* 10:08 */waypoints[210].children[0] = 203; -/* 10:08 */waypoints[210].children[1] = 211; -/* 10:08 */waypoints[211] = spawnstruct(); -/* 10:08 */waypoints[211].origin = (119.561, -1828.37, 632.012); -/* 10:08 */waypoints[211].type = "stand"; -/* 10:08 */waypoints[211].children[0] = 210; -/* 10:08 */waypoints[211].children[1] = 212; -/* 10:08 */waypoints[211].children[2] = 233; -/* 10:08 */waypoints[211].children[3] = 236; -/* 10:08 */waypoints[211].children[4] = 234; -/* 10:08 */waypoints[211].children[5] = 295; -/* 10:08 */waypoints[212] = spawnstruct(); -/* 10:08 */waypoints[212].origin = (-175.463, -1826.38, 625.168); -/* 10:08 */waypoints[212].type = "stand"; -/* 10:08 */waypoints[212].children[0] = 211; -/* 10:08 */waypoints[212].children[1] = 236; -/* 10:08 */waypoints[212].children[2] = 295; -/* 10:08 */waypoints[212].children[3] = 371; -/* 10:08 */waypoints[213] = spawnstruct(); -/* 10:08 */waypoints[213].origin = (-733.066, -1639.29, 643.446); -/* 10:08 */waypoints[213].type = "stand"; -/* 10:08 */waypoints[213].children[0] = 214; -/* 10:08 */waypoints[213].children[1] = 238; -/* 10:08 */waypoints[213].children[2] = 370; -/* 10:08 */waypoints[214] = spawnstruct(); -/* 10:08 */waypoints[214].origin = (-710.714, -1344.13, 648.873); -/* 10:08 */waypoints[214].type = "stand"; -/* 10:08 */waypoints[214].children[0] = 213; -/* 10:08 */waypoints[214].children[1] = 215; -/* 10:08 */waypoints[214].children[2] = 228; -/* 10:08 */waypoints[214].children[3] = 235; -/* 10:08 */waypoints[214].children[4] = 238; -/* 10:08 */waypoints[214].children[5] = 227; -/* 10:08 */waypoints[215] = spawnstruct(); -/* 10:08 */waypoints[215].origin = (-811.481, -1275.5, 651.449); -/* 10:08 */waypoints[215].type = "stand"; -/* 10:08 */waypoints[215].children[0] = 214; -/* 10:08 */waypoints[215].children[1] = 33; -/* 10:08 */waypoints[215].children[2] = 217; -/* 10:08 */waypoints[215].children[3] = 227; -/* 10:08 */waypoints[215].children[4] = 226; -/* 10:08 */waypoints[215].children[5] = 34; -/* 10:08 */waypoints[216] = spawnstruct(); -/* 10:08 */waypoints[216].origin = (-915.903, -1659.59, 642.637); -/* 10:08 */waypoints[216].type = "stand"; -/* 10:08 */waypoints[216].children[0] = 33; -/* 10:08 */waypoints[216].children[1] = 32; -/* 10:08 */waypoints[216].children[2] = 370; -/* 10:08 */waypoints[217] = spawnstruct(); -/* 10:08 */waypoints[217].origin = (-928.516, -1072.99, 674.733); -/* 10:08 */waypoints[217].type = "stand"; -/* 10:08 */waypoints[217].children[0] = 215; -/* 10:08 */waypoints[217].children[1] = 218; -/* 10:08 */waypoints[217].children[2] = 33; -/* 10:08 */waypoints[218] = spawnstruct(); -/* 10:08 */waypoints[218].origin = (-1039.09, -900.339, 776.422); -/* 10:08 */waypoints[218].type = "stand"; -/* 10:08 */waypoints[218].children[0] = 217; -/* 10:08 */waypoints[218].children[1] = 219; -/* 10:08 */waypoints[219] = spawnstruct(); -/* 10:08 */waypoints[219].origin = (-1124.06, -611.737, 884.69); -/* 10:08 */waypoints[219].type = "stand"; -/* 10:08 */waypoints[219].children[0] = 218; -/* 10:08 */waypoints[219].children[1] = 220; -/* 10:08 */waypoints[219].children[2] = 273; -/* 10:08 */waypoints[220] = spawnstruct(); -/* 10:08 */waypoints[220].origin = (-860.226, -593.448, 902.125); -/* 10:08 */waypoints[220].type = "stand"; -/* 10:08 */waypoints[220].children[0] = 219; -/* 10:08 */waypoints[220].children[1] = 221; -/* 10:08 */waypoints[220].children[2] = 274; -/* 10:08 */waypoints[220].children[3] = 275; -/* 10:08 */waypoints[221] = spawnstruct(); -/* 10:08 */waypoints[221].origin = (-639.655, -521.331, 904.125); -/* 10:08 */waypoints[221].type = "stand"; -/* 10:08 */waypoints[221].children[0] = 220; -/* 10:08 */waypoints[221].children[1] = 222; -/* 10:08 */waypoints[221].children[2] = 273; -/* 10:08 */waypoints[221].children[3] = 274; -/* 10:08 */waypoints[222] = spawnstruct(); -/* 10:08 */waypoints[222].origin = (-437.829, -556.728, 893.625); -/* 10:08 */waypoints[222].type = "stand"; -/* 10:08 */waypoints[222].children[0] = 221; -/* 10:08 */waypoints[222].children[1] = 54; -/* 10:08 */waypoints[222].children[2] = 276; -/* 10:08 */waypoints[222].children[3] = 277; -/* 10:08 */waypoints[223] = spawnstruct(); -/* 10:08 */waypoints[223].origin = (-164.561, -471.118, 870.73); -/* 10:08 */waypoints[223].type = "stand"; -/* 10:08 */waypoints[223].children[0] = 53; -/* 10:08 */waypoints[223].children[1] = 224; -/* 10:08 */waypoints[223].children[2] = 252; -/* 10:08 */waypoints[223].children[3] = 269; -/* 10:08 */waypoints[224] = spawnstruct(); -/* 10:08 */waypoints[224].origin = (-174.755, -733.204, 774.169); -/* 10:08 */waypoints[224].type = "stand"; -/* 10:08 */waypoints[224].children[0] = 223; -/* 10:08 */waypoints[224].children[1] = 225; -/* 10:08 */waypoints[224].children[2] = 252; -/* 10:08 */waypoints[224].children[3] = 269; -/* 10:08 */waypoints[224].children[4] = 227; -/* 10:08 */waypoints[225] = spawnstruct(); -/* 10:08 */waypoints[225].origin = (-298.888, -917.488, 732.6); -/* 10:08 */waypoints[225].type = "stand"; -/* 10:08 */waypoints[225].children[0] = 224; -/* 10:08 */waypoints[225].children[1] = 226; -/* 10:08 */waypoints[225].children[2] = 229; -/* 10:08 */waypoints[225].children[3] = 230; -/* 10:08 */waypoints[225].children[4] = 227; -/* 10:08 */waypoints[226] = spawnstruct(); -/* 10:08 */waypoints[226].origin = (-557.904, -1096.76, 684.535); -/* 10:08 */waypoints[226].type = "stand"; -/* 10:08 */waypoints[226].children[0] = 225; -/* 10:08 */waypoints[226].children[1] = 227; -/* 10:08 */waypoints[226].children[2] = 228; -/* 10:08 */waypoints[226].children[3] = 229; -/* 10:08 */waypoints[226].children[4] = 215; -/* 10:08 */waypoints[227] = spawnstruct(); -/* 10:08 */waypoints[227].origin = (-745.121, -1115.79, 665.762); -/* 10:08 */waypoints[227].type = "stand"; -/* 10:08 */waypoints[227].children[0] = 226; -/* 10:08 */waypoints[227].children[1] = 215; -/* 10:08 */waypoints[227].children[2] = 225; -/* 10:08 */waypoints[227].children[3] = 224; -/* 10:08 */waypoints[227].children[4] = 214; -/* 10:08 */waypoints[228] = spawnstruct(); -/* 10:08 */waypoints[228].origin = (-667.666, -1220.36, 664.861); -/* 10:08 */waypoints[228].type = "stand"; -/* 10:08 */waypoints[228].children[0] = 226; -/* 10:08 */waypoints[228].children[1] = 214; -/* 10:08 */waypoints[228].children[2] = 229; -/* 10:08 */waypoints[229] = spawnstruct(); -/* 10:08 */waypoints[229].origin = (-415.495, -1108.62, 705.051); -/* 10:08 */waypoints[229].type = "stand"; -/* 10:08 */waypoints[229].children[0] = 225; -/* 10:08 */waypoints[229].children[1] = 228; -/* 10:08 */waypoints[229].children[2] = 226; -/* 10:08 */waypoints[229].children[3] = 230; -/* 10:08 */waypoints[230] = spawnstruct(); -/* 10:08 */waypoints[230].origin = (-128.408, -1081.86, 748.712); -/* 10:08 */waypoints[230].type = "stand"; -/* 10:08 */waypoints[230].children[0] = 225; -/* 10:08 */waypoints[230].children[1] = 231; -/* 10:08 */waypoints[230].children[2] = 229; -/* 10:08 */waypoints[231] = spawnstruct(); -/* 10:08 */waypoints[231].origin = (114.174, -1106.44, 757.545); -/* 10:08 */waypoints[231].type = "stand"; -/* 10:08 */waypoints[231].children[0] = 230; -/* 10:08 */waypoints[231].children[1] = 207; -/* 10:08 */waypoints[231].children[2] = 232; -/* 10:08 */waypoints[231].children[3] = 269; -/* 10:08 */waypoints[231].children[4] = 271; -/* 10:08 */waypoints[231].children[5] = 294; -/* 10:08 */waypoints[232] = spawnstruct(); -/* 10:08 */waypoints[232].origin = (100.356, -1288.94, 707.707); -/* 10:08 */waypoints[232].type = "stand"; -/* 10:08 */waypoints[232].children[0] = 231; -/* 10:08 */waypoints[232].children[1] = 233; -/* 10:08 */waypoints[232].children[2] = 293; -/* 10:08 */waypoints[233] = spawnstruct(); -/* 10:08 */waypoints[233].origin = (100.314, -1445.51, 632.125); -/* 10:08 */waypoints[233].type = "stand"; -/* 10:08 */waypoints[233].children[0] = 232; -/* 10:08 */waypoints[233].children[1] = 234; -/* 10:08 */waypoints[233].children[2] = 211; -/* 10:08 */waypoints[233].children[3] = 236; -/* 10:08 */waypoints[233].children[4] = 295; -/* 10:08 */waypoints[234] = spawnstruct(); -/* 10:08 */waypoints[234].origin = (-194.702, -1372.91, 638.502); -/* 10:08 */waypoints[234].type = "stand"; -/* 10:08 */waypoints[234].children[0] = 233; -/* 10:08 */waypoints[234].children[1] = 235; -/* 10:08 */waypoints[234].children[2] = 211; -/* 10:08 */waypoints[235] = spawnstruct(); -/* 10:08 */waypoints[235].origin = (-481.448, -1388.63, 635.503); -/* 10:08 */waypoints[235].type = "stand"; -/* 10:08 */waypoints[235].children[0] = 234; -/* 10:08 */waypoints[235].children[1] = 214; -/* 10:08 */waypoints[235].children[2] = 238; -/* 10:08 */waypoints[236] = spawnstruct(); -/* 10:08 */waypoints[236].origin = (-80.4861, -1578.55, 628.404); -/* 10:08 */waypoints[236].type = "stand"; -/* 10:08 */waypoints[236].children[0] = 233; -/* 10:08 */waypoints[236].children[1] = 237; -/* 10:08 */waypoints[236].children[2] = 211; -/* 10:08 */waypoints[236].children[3] = 295; -/* 10:08 */waypoints[236].children[4] = 212; -/* 10:08 */waypoints[237] = spawnstruct(); -/* 10:08 */waypoints[237].origin = (-291.824, -1648.91, 625.125); -/* 10:08 */waypoints[237].type = "stand"; -/* 10:08 */waypoints[237].children[0] = 236; -/* 10:08 */waypoints[237].children[1] = 238; -/* 10:08 */waypoints[238] = spawnstruct(); -/* 10:08 */waypoints[238].origin = (-591.093, -1524.43, 636.718); -/* 10:08 */waypoints[238].type = "stand"; -/* 10:08 */waypoints[238].children[0] = 237; -/* 10:08 */waypoints[238].children[1] = 213; -/* 10:08 */waypoints[238].children[2] = 214; -/* 10:08 */waypoints[238].children[3] = 235; -/* 10:08 */waypoints[239] = spawnstruct(); -/* 10:08 */waypoints[239].origin = (909.363, -1520.93, 849.399); -/* 10:08 */waypoints[239].type = "stand"; -/* 10:08 */waypoints[239].children[0] = 200; -/* 10:08 */waypoints[239].children[1] = 240; -/* 10:08 */waypoints[239].children[2] = 242; -/* 10:08 */waypoints[240] = spawnstruct(); -/* 10:08 */waypoints[240].origin = (778.121, -1379.66, 930.305); -/* 10:08 */waypoints[240].type = "stand"; -/* 10:08 */waypoints[240].children[0] = 239; -/* 10:08 */waypoints[240].children[1] = 241; -/* 10:08 */waypoints[241] = spawnstruct(); -/* 10:08 */waypoints[241].origin = (732.398, -1282.23, 942.096); -/* 10:08 */waypoints[241].type = "stand"; -/* 10:08 */waypoints[241].children[0] = 240; -/* 10:08 */waypoints[242] = spawnstruct(); -/* 10:08 */waypoints[242].origin = (879.505, -1227.91, 936.125); -/* 10:08 */waypoints[242].type = "crouch"; -/* 10:08 */waypoints[242].children[0] = 239; -/* 10:08 */waypoints[242].angles = (8.06396, 87.5128, 0); -/* 10:08 */waypoints[243] = spawnstruct(); -/* 10:08 */waypoints[243].origin = (1287.91, -1474.49, 725.286); -/* 10:08 */waypoints[243].type = "stand"; -/* 10:08 */waypoints[243].children[0] = 199; -/* 10:08 */waypoints[243].children[1] = 244; -/* 10:08 */waypoints[244] = spawnstruct(); -/* 10:08 */waypoints[244].origin = (1104.93, -1095.86, 767.952); -/* 10:08 */waypoints[244].type = "stand"; -/* 10:08 */waypoints[244].children[0] = 243; -/* 10:08 */waypoints[244].children[1] = 192; -/* 10:08 */waypoints[244].children[2] = 245; -/* 10:08 */waypoints[244].children[3] = 246; -/* 10:08 */waypoints[244].children[4] = 271; -/* 10:08 */waypoints[244].children[5] = 298; -/* 10:08 */waypoints[245] = spawnstruct(); -/* 10:08 */waypoints[245].origin = (768.63, -1141.84, 798.19); -/* 10:08 */waypoints[245].type = "stand"; -/* 10:08 */waypoints[245].children[0] = 244; -/* 10:08 */waypoints[245].children[1] = 205; -/* 10:08 */waypoints[246] = spawnstruct(); -/* 10:08 */waypoints[246].origin = (884.408, -798.669, 791.221); -/* 10:08 */waypoints[246].type = "stand"; -/* 10:08 */waypoints[246].children[0] = 244; -/* 10:08 */waypoints[246].children[1] = 247; -/* 10:08 */waypoints[247] = spawnstruct(); -/* 10:08 */waypoints[247].origin = (793.542, -409.903, 866.665); -/* 10:08 */waypoints[247].type = "stand"; -/* 10:08 */waypoints[247].children[0] = 246; -/* 10:08 */waypoints[247].children[1] = 183; -/* 10:08 */waypoints[247].children[2] = 248; -/* 10:08 */waypoints[247].children[3] = 253; -/* 10:08 */waypoints[248] = spawnstruct(); -/* 10:08 */waypoints[248].origin = (544.487, -457.093, 891.031); -/* 10:08 */waypoints[248].type = "stand"; -/* 10:08 */waypoints[248].children[0] = 247; -/* 10:08 */waypoints[248].children[1] = 249; -/* 10:08 */waypoints[249] = spawnstruct(); -/* 10:08 */waypoints[249].origin = (466.739, -641.468, 833.318); -/* 10:08 */waypoints[249].type = "stand"; -/* 10:08 */waypoints[249].children[0] = 248; -/* 10:08 */waypoints[249].children[1] = 250; -/* 10:08 */waypoints[249].children[2] = 270; -/* 10:08 */waypoints[249].children[3] = 271; -/* 10:08 */waypoints[250] = spawnstruct(); -/* 10:08 */waypoints[250].origin = (294.35, -457.128, 880.1); -/* 10:08 */waypoints[250].type = "stand"; -/* 10:08 */waypoints[250].children[0] = 249; -/* 10:08 */waypoints[250].children[1] = 251; -/* 10:08 */waypoints[250].children[2] = 252; -/* 10:08 */waypoints[251] = spawnstruct(); -/* 10:08 */waypoints[251].origin = (274.671, -241.147, 908.751); -/* 10:08 */waypoints[251].type = "stand"; -/* 10:08 */waypoints[251].children[0] = 250; -/* 10:08 */waypoints[251].children[1] = 57; -/* 10:08 */waypoints[251].children[2] = 54; -/* 10:08 */waypoints[251].children[3] = 252; -/* 10:08 */waypoints[251].children[4] = 272; -/* 10:08 */waypoints[251].children[5] = 360; -/* 10:08 */waypoints[252] = spawnstruct(); -/* 10:08 */waypoints[252].origin = (29.0097, -546.255, 879.016); -/* 10:08 */waypoints[252].type = "stand"; -/* 10:08 */waypoints[252].children[0] = 251; -/* 10:08 */waypoints[252].children[1] = 224; -/* 10:08 */waypoints[252].children[2] = 223; -/* 10:08 */waypoints[252].children[3] = 57; -/* 10:08 */waypoints[252].children[4] = 269; -/* 10:08 */waypoints[252].children[5] = 58; -/* 10:08 */waypoints[252].children[6] = 250; -/* 10:08 */waypoints[253] = spawnstruct(); -/* 10:08 */waypoints[253].origin = (684.521, -14.5734, 969.379); -/* 10:08 */waypoints[253].type = "stand"; -/* 10:08 */waypoints[253].children[0] = 247; -/* 10:08 */waypoints[253].children[1] = 254; -/* 10:08 */waypoints[254] = spawnstruct(); -/* 10:08 */waypoints[254].origin = (588.746, 230.42, 891.027); -/* 10:08 */waypoints[254].type = "stand"; -/* 10:08 */waypoints[254].children[0] = 253; -/* 10:08 */waypoints[254].children[1] = 59; -/* 10:08 */waypoints[255] = spawnstruct(); -/* 10:08 */waypoints[255].origin = (279.696, 354.495, 918.693); -/* 10:08 */waypoints[255].type = "stand"; -/* 10:08 */waypoints[255].children[0] = 58; -/* 10:08 */waypoints[255].children[1] = 256; -/* 10:08 */waypoints[255].children[2] = 339; -/* 10:08 */waypoints[256] = spawnstruct(); -/* 10:08 */waypoints[256].origin = (214.33, 611.194, 925.301); -/* 10:08 */waypoints[256].type = "stand"; -/* 10:08 */waypoints[256].children[0] = 255; -/* 10:08 */waypoints[256].children[1] = 257; -/* 10:08 */waypoints[256].children[2] = 258; -/* 10:08 */waypoints[256].children[3] = 358; -/* 10:08 */waypoints[256].children[4] = 359; -/* 10:08 */waypoints[257] = spawnstruct(); -/* 10:08 */waypoints[257].origin = (154.441, 845.511, 912.965); -/* 10:08 */waypoints[257].type = "stand"; -/* 10:08 */waypoints[257].children[0] = 256; -/* 10:08 */waypoints[257].children[1] = 259; -/* 10:08 */waypoints[257].children[2] = 266; -/* 10:08 */waypoints[257].children[3] = 265; -/* 10:08 */waypoints[257].children[4] = 322; -/* 10:08 */waypoints[257].children[5] = 267; -/* 10:08 */waypoints[258] = spawnstruct(); -/* 10:08 */waypoints[258].origin = (26.655, 635.709, 945.088); -/* 10:08 */waypoints[258].type = "crouch"; -/* 10:08 */waypoints[258].children[0] = 256; -/* 10:08 */waypoints[258].angles = (5.0592, 21.3751, 0); -/* 10:08 */waypoints[259] = spawnstruct(); -/* 10:08 */waypoints[259].origin = (-168.076, 961.953, 931.92); -/* 10:08 */waypoints[259].type = "stand"; -/* 10:08 */waypoints[259].children[0] = 257; -/* 10:08 */waypoints[259].children[1] = 260; -/* 10:08 */waypoints[259].children[2] = 265; -/* 10:08 */waypoints[259].children[3] = 322; -/* 10:08 */waypoints[260] = spawnstruct(); -/* 10:08 */waypoints[260].origin = (-410.206, 1253.08, 975.228); -/* 10:08 */waypoints[260].type = "stand"; -/* 10:08 */waypoints[260].children[0] = 259; -/* 10:08 */waypoints[260].children[1] = 261; -/* 10:08 */waypoints[260].children[2] = 166; -/* 10:08 */waypoints[260].children[3] = 265; -/* 10:08 */waypoints[261] = spawnstruct(); -/* 10:08 */waypoints[261].origin = (-591.043, 1110.94, 998.107); -/* 10:08 */waypoints[261].type = "stand"; -/* 10:08 */waypoints[261].children[0] = 260; -/* 10:08 */waypoints[261].children[1] = 166; -/* 10:08 */waypoints[261].children[2] = 262; -/* 10:08 */waypoints[261].children[3] = 324; -/* 10:08 */waypoints[261].children[4] = 357; -/* 10:08 */waypoints[262] = spawnstruct(); -/* 10:08 */waypoints[262].origin = (-713.759, 1564.35, 1085.04); -/* 10:08 */waypoints[262].type = "stand"; -/* 10:08 */waypoints[262].children[0] = 261; -/* 10:08 */waypoints[262].children[1] = 263; -/* 10:08 */waypoints[263] = spawnstruct(); -/* 10:08 */waypoints[263].origin = (-792.372, 1627.33, 1105.64); -/* 10:08 */waypoints[263].type = "stand"; -/* 10:08 */waypoints[263].children[0] = 262; -/* 10:08 */waypoints[263].children[1] = 144; -/* 10:08 */waypoints[263].children[2] = 146; -/* 10:08 */waypoints[263].children[3] = 264; -/* 10:08 */waypoints[264] = spawnstruct(); -/* 10:08 */waypoints[264].origin = (-836.989, 1978.34, 1124.06); -/* 10:08 */waypoints[264].type = "stand"; -/* 10:08 */waypoints[264].children[0] = 263; -/* 10:08 */waypoints[264].children[1] = 119; -/* 10:08 */waypoints[264].children[2] = 144; -/* 10:08 */waypoints[265] = spawnstruct(); -/* 10:08 */waypoints[265].origin = (-340.324, 1317.95, 977.965); -/* 10:08 */waypoints[265].type = "stand"; -/* 10:08 */waypoints[265].children[0] = 91; -/* 10:08 */waypoints[265].children[1] = 260; -/* 10:08 */waypoints[265].children[2] = 259; -/* 10:08 */waypoints[265].children[3] = 266; -/* 10:08 */waypoints[265].children[4] = 279; -/* 10:08 */waypoints[265].children[5] = 257; -/* 10:08 */waypoints[265].children[6] = 322; -/* 10:08 */waypoints[266] = spawnstruct(); -/* 10:08 */waypoints[266].origin = (307.043, 1151.43, 940.845); -/* 10:08 */waypoints[266].type = "stand"; -/* 10:08 */waypoints[266].children[0] = 265; -/* 10:08 */waypoints[266].children[1] = 257; -/* 10:08 */waypoints[266].children[2] = 267; -/* 10:08 */waypoints[266].children[3] = 299; -/* 10:08 */waypoints[266].children[4] = 322; -/* 10:08 */waypoints[267] = spawnstruct(); -/* 10:08 */waypoints[267].origin = (479.198, 1189, 943.706); -/* 10:08 */waypoints[267].type = "stand"; -/* 10:08 */waypoints[267].children[0] = 266; -/* 10:08 */waypoints[267].children[1] = 268; -/* 10:08 */waypoints[267].children[2] = 299; -/* 10:08 */waypoints[267].children[3] = 257; -/* 10:08 */waypoints[268] = spawnstruct(); -/* 10:08 */waypoints[268].origin = (518.976, 1355.75, 985.271); -/* 10:08 */waypoints[268].type = "stand"; -/* 10:08 */waypoints[268].children[0] = 267; -/* 10:08 */waypoints[268].children[1] = 75; -/* 10:08 */waypoints[268].children[2] = 86; -/* 10:08 */waypoints[268].children[3] = 89; -/* 10:08 */waypoints[269] = spawnstruct(); -/* 10:08 */waypoints[269].origin = (64.0706, -887.393, 798.81); -/* 10:08 */waypoints[269].type = "stand"; -/* 10:08 */waypoints[269].children[0] = 224; -/* 10:08 */waypoints[269].children[1] = 231; -/* 10:08 */waypoints[269].children[2] = 270; -/* 10:08 */waypoints[269].children[3] = 252; -/* 10:08 */waypoints[269].children[4] = 223; -/* 10:08 */waypoints[270] = spawnstruct(); -/* 10:08 */waypoints[270].origin = (325.89, -812.995, 826.946); -/* 10:08 */waypoints[270].type = "stand"; -/* 10:08 */waypoints[270].children[0] = 269; -/* 10:08 */waypoints[270].children[1] = 249; -/* 10:08 */waypoints[271] = spawnstruct(); -/* 10:08 */waypoints[271].origin = (623.769, -934.739, 784.681); -/* 10:08 */waypoints[271].type = "stand"; -/* 10:08 */waypoints[271].children[0] = 249; -/* 10:08 */waypoints[271].children[1] = 244; -/* 10:08 */waypoints[271].children[2] = 231; -/* 10:08 */waypoints[272] = spawnstruct(); -/* 10:08 */waypoints[272].origin = (412.084, -223.239, 907.858); -/* 10:08 */waypoints[272].type = "crouch"; -/* 10:08 */waypoints[272].children[0] = 251; -/* 10:08 */waypoints[272].angles = (5.85022, 156.913, 0); -/* 10:08 */waypoints[273] = spawnstruct(); -/* 10:08 */waypoints[273].origin = (-1218.45, -300.293, 904.936); -/* 10:08 */waypoints[273].type = "stand"; -/* 10:08 */waypoints[273].children[0] = 44; -/* 10:08 */waypoints[273].children[1] = 219; -/* 10:08 */waypoints[273].children[2] = 221; -/* 10:08 */waypoints[273].children[3] = 274; -/* 10:08 */waypoints[274] = spawnstruct(); -/* 10:08 */waypoints[274].origin = (-942.805, -435.599, 892.66); -/* 10:08 */waypoints[274].type = "stand"; -/* 10:08 */waypoints[274].children[0] = 51; -/* 10:08 */waypoints[274].children[1] = 221; -/* 10:08 */waypoints[274].children[2] = 273; -/* 10:08 */waypoints[274].children[3] = 220; -/* 10:08 */waypoints[275] = spawnstruct(); -/* 10:08 */waypoints[275].origin = (-934.423, -878.906, 891.729); -/* 10:08 */waypoints[275].type = "stand"; -/* 10:08 */waypoints[275].children[0] = 220; -/* 10:08 */waypoints[275].children[1] = 276; -/* 10:08 */waypoints[276] = spawnstruct(); -/* 10:08 */waypoints[276].origin = (-757.1, -931.844, 889.877); -/* 10:08 */waypoints[276].type = "stand"; -/* 10:08 */waypoints[276].children[0] = 275; -/* 10:08 */waypoints[276].children[1] = 222; -/* 10:08 */waypoints[276].children[2] = 277; -/* 10:08 */waypoints[277] = spawnstruct(); -/* 10:08 */waypoints[277].origin = (-357.011, -717.488, 889.601); -/* 10:08 */waypoints[277].type = "stand"; -/* 10:08 */waypoints[277].children[0] = 276; -/* 10:08 */waypoints[277].children[1] = 222; -/* 10:08 */waypoints[278] = spawnstruct(); -/* 10:08 */waypoints[278].origin = (-508.582, 1661.08, 1045.85); -/* 10:08 */waypoints[278].type = "stand"; -/* 10:08 */waypoints[278].children[0] = 115; -/* 10:08 */waypoints[278].children[1] = 279; -/* 10:08 */waypoints[278].children[2] = 281; -/* 10:08 */waypoints[278].children[3] = 92; -/* 10:08 */waypoints[279] = spawnstruct(); -/* 10:08 */waypoints[279].origin = (-377.552, 1478.36, 1014.29); -/* 10:08 */waypoints[279].type = "stand"; -/* 10:08 */waypoints[279].children[0] = 278; -/* 10:08 */waypoints[279].children[1] = 265; -/* 10:08 */waypoints[279].children[2] = 322; -/* 10:08 */waypoints[280] = spawnstruct(); -/* 10:08 */waypoints[280].origin = (-632.5, 1927.82, 1088.76); -/* 10:08 */waypoints[280].type = "stand"; -/* 10:08 */waypoints[280].children[0] = 118; -/* 10:08 */waypoints[280].children[1] = 281; -/* 10:08 */waypoints[280].children[2] = 116; -/* 10:08 */waypoints[280].children[3] = 117; -/* 10:08 */waypoints[281] = spawnstruct(); -/* 10:08 */waypoints[281].origin = (-624.301, 1724.73, 1063.14); -/* 10:08 */waypoints[281].type = "stand"; -/* 10:08 */waypoints[281].children[0] = 280; -/* 10:08 */waypoints[281].children[1] = 278; -/* 10:08 */waypoints[281].children[2] = 91; -/* 10:08 */waypoints[281].children[3] = 115; -/* 10:08 */waypoints[281].children[4] = 92; -/* 10:08 */waypoints[282] = spawnstruct(); -/* 10:08 */waypoints[282].origin = (-16.3969, 2452.31, 1150.13); -/* 10:08 */waypoints[282].type = "stand"; -/* 10:08 */waypoints[282].children[0] = 2; -/* 10:08 */waypoints[282].children[1] = 98; -/* 10:08 */waypoints[282].children[2] = 5; -/* 10:08 */waypoints[283] = spawnstruct(); -/* 10:08 */waypoints[283].origin = (391.171, 2783.04, 1146.12); -/* 10:08 */waypoints[283].type = "stand"; -/* 10:08 */waypoints[283].children[0] = 80; -/* 10:08 */waypoints[283].children[1] = 284; -/* 10:08 */waypoints[283].children[2] = 5; -/* 10:08 */waypoints[284] = spawnstruct(); -/* 10:08 */waypoints[284].origin = (273.123, 2902.17, 1146.12); -/* 10:08 */waypoints[284].type = "stand"; -/* 10:08 */waypoints[284].children[0] = 283; -/* 10:08 */waypoints[284].children[1] = 285; -/* 10:08 */waypoints[285] = spawnstruct(); -/* 10:08 */waypoints[285].origin = (32.0561, 2844.69, 1146.03); -/* 10:08 */waypoints[285].type = "stand"; -/* 10:08 */waypoints[285].children[0] = 284; -/* 10:08 */waypoints[285].children[1] = 3; -/* 10:08 */waypoints[285].children[2] = 286; -/* 10:08 */waypoints[286] = spawnstruct(); -/* 10:08 */waypoints[286].origin = (28.0411, 2665.81, 1146.19); -/* 10:08 */waypoints[286].type = "stand"; -/* 10:08 */waypoints[286].children[0] = 285; -/* 10:08 */waypoints[286].children[1] = 3; -/* 10:08 */waypoints[286].children[2] = 2; -/* 10:08 */waypoints[287] = spawnstruct(); -/* 10:08 */waypoints[287].origin = (261.871, 2846.52, 1063.55); -/* 10:08 */waypoints[287].type = "crouch"; -/* 10:08 */waypoints[287].children[0] = 4; -/* 10:08 */waypoints[287].angles = (0.626221, -92.4597, 0); -/* 10:08 */waypoints[288] = spawnstruct(); -/* 10:08 */waypoints[288].origin = (134.278, 2831.66, 1061.62); -/* 10:08 */waypoints[288].type = "crouch"; -/* 10:08 */waypoints[288].children[0] = 5; -/* 10:08 */waypoints[288].angles = (6.32263, -51.3269, 0); -/* 10:08 */waypoints[289] = spawnstruct(); -/* 10:08 */waypoints[289].origin = (-1020.77, 2524.32, 1154.74); -/* 10:08 */waypoints[289].type = "stand"; -/* 10:08 */waypoints[289].children[0] = 8; -/* 10:08 */waypoints[289].children[1] = 120; -/* 10:08 */waypoints[290] = spawnstruct(); -/* 10:08 */waypoints[290].origin = (-1992.54, 658.999, 1067.71); -/* 10:08 */waypoints[290].type = "climb"; -/* 10:08 */waypoints[290].children[0] = 21; -/* 10:08 */waypoints[290].children[1] = 154; -/* 10:08 */waypoints[290].angles = (1.10962, 59.9537, 0); -/* 10:08 */waypoints[291] = spawnstruct(); -/* 10:08 */waypoints[291].origin = (-2194.36, 770.411, 1067.66); -/* 10:08 */waypoints[291].type = "climb"; -/* 10:08 */waypoints[291].children[0] = 20; -/* 10:08 */waypoints[291].children[1] = 152; -/* 10:08 */waypoints[291].children[2] = 153; -/* 10:08 */waypoints[291].children[3] = 151; -/* 10:08 */waypoints[291].angles = (7.27844, 60.4316, 0); -/* 10:08 */waypoints[292] = spawnstruct(); -/* 10:08 */waypoints[292].origin = (-2069.29, 1039.47, 1102.41); -/* 10:08 */waypoints[292].type = "climb"; -/* 10:08 */waypoints[292].children[0] = 152; -/* 10:08 */waypoints[292].children[1] = 154; -/* 10:08 */waypoints[292].angles = (7.75085, 60.9095, 0); -/* 10:08 */waypoints[293] = spawnstruct(); -/* 10:08 */waypoints[293].origin = (107.128, -1343.13, 656.497); -/* 10:08 */waypoints[293].type = "climb"; -/* 10:08 */waypoints[293].children[0] = 232; -/* 10:08 */waypoints[293].angles = (3.19153, 91.6108, 0); -/* 10:08 */waypoints[294] = spawnstruct(); -/* 10:08 */waypoints[294].origin = (105.82, -1273.12, 708.125); -/* 10:08 */waypoints[294].type = "climb"; -/* 10:08 */waypoints[294].children[0] = 231; -/* 10:08 */waypoints[294].angles = (4.93286, 88.1336, 0); -/* 10:08 */waypoints[295] = spawnstruct(); -/* 10:08 */waypoints[295].origin = (44.0444, -1580.44, 632.099); -/* 10:08 */waypoints[295].type = "stand"; -/* 10:08 */waypoints[295].children[0] = 211; -/* 10:08 */waypoints[295].children[1] = 236; -/* 10:08 */waypoints[295].children[2] = 212; -/* 10:08 */waypoints[295].children[3] = 233; -/* 10:08 */waypoints[296] = spawnstruct(); -/* 10:08 */waypoints[296].origin = (990.547, -410.847, 847.835); -/* 10:08 */waypoints[296].type = "stand"; -/* 10:08 */waypoints[296].children[0] = 188; -/* 10:08 */waypoints[296].children[1] = 297; -/* 10:08 */waypoints[297] = spawnstruct(); -/* 10:08 */waypoints[297].origin = (1022.68, -641.33, 816.642); -/* 10:08 */waypoints[297].type = "stand"; -/* 10:08 */waypoints[297].children[0] = 296; -/* 10:08 */waypoints[297].children[1] = 191; -/* 10:08 */waypoints[297].children[2] = 192; -/* 10:08 */waypoints[298] = spawnstruct(); -/* 10:08 */waypoints[298].origin = (802.5, 395.803, 944.342); -/* 10:08 */waypoints[298].type = "stand"; -/* 10:08 */waypoints[298].children[0] = 244; -/* 10:08 */waypoints[298].children[1] = 63; -/* 10:08 */waypoints[298].children[2] = 60; -/* 10:08 */waypoints[299] = spawnstruct(); -/* 10:08 */waypoints[299].origin = (440.159, 629.287, 885.494); -/* 10:08 */waypoints[299].type = "stand"; -/* 10:08 */waypoints[299].children[0] = 59; -/* 10:08 */waypoints[299].children[1] = 267; -/* 10:08 */waypoints[299].children[2] = 266; -/* 10:08 */waypoints[299].children[3] = 359; -/* 10:08 */waypoints[300] = spawnstruct(); -/* 10:08 */waypoints[300].origin = (-975.743, 2346.35, 1143.62); -/* 10:08 */waypoints[300].type = "claymore"; -/* 10:08 */waypoints[300].children[0] = 120; -/* 10:08 */waypoints[300].angles = (41.8073, -130.398, 0); -/* 10:08 */waypoints[301] = spawnstruct(); -/* 10:08 */waypoints[301].origin = (-1180.48, 2153.82, 1154.77); -/* 10:08 */waypoints[301].type = "claymore"; -/* 10:08 */waypoints[301].children[0] = 302; -/* 10:08 */waypoints[301].angles = (44.021, 154.082, 0); -/* 10:08 */waypoints[302] = spawnstruct(); -/* 10:08 */waypoints[302].origin = (-1370.63, 2069.34, 1153.63); -/* 10:08 */waypoints[302].type = "stand"; -/* 10:08 */waypoints[302].children[0] = 301; -/* 10:08 */waypoints[302].children[1] = 121; -/* 10:08 */waypoints[302].children[2] = 127; -/* 10:08 */waypoints[302].children[3] = 304; -/* 10:08 */waypoints[303] = spawnstruct(); -/* 10:08 */waypoints[303].origin = (-1423.06, 1732.52, 1161.63); -/* 10:08 */waypoints[303].type = "stand"; -/* 10:08 */waypoints[303].children[0] = 126; -/* 10:08 */waypoints[303].children[1] = 138; -/* 10:08 */waypoints[303].children[2] = 127; -/* 10:08 */waypoints[303].children[3] = 305; -/* 10:08 */waypoints[303].children[4] = 307; -/* 10:08 */waypoints[303].children[5] = 308; -/* 10:08 */waypoints[304] = spawnstruct(); -/* 10:08 */waypoints[304].origin = (-1305.63, 1980.77, 1153.63); -/* 10:08 */waypoints[304].type = "claymore"; -/* 10:08 */waypoints[304].children[0] = 302; -/* 10:08 */waypoints[304].children[1] = 121; -/* 10:08 */waypoints[304].angles = (43.7024, 148.435, 0); -/* 10:08 */waypoints[305] = spawnstruct(); -/* 10:08 */waypoints[305].origin = (-1600.97, 1643.01, 1161.63); -/* 10:08 */waypoints[305].type = "claymore"; -/* 10:08 */waypoints[305].children[0] = 126; -/* 10:08 */waypoints[305].children[1] = 303; -/* 10:08 */waypoints[305].children[2] = 138; -/* 10:08 */waypoints[305].angles = (23.7677, -29.7691, 0); -/* 10:08 */waypoints[306] = spawnstruct(); -/* 10:08 */waypoints[306].origin = (-1523.02, 1268.36, 1161.63); -/* 10:08 */waypoints[306].type = "claymore"; -/* 10:08 */waypoints[306].children[0] = 141; -/* 10:08 */waypoints[306].children[1] = 140; -/* 10:08 */waypoints[306].children[2] = 307; -/* 10:08 */waypoints[306].children[3] = 314; -/* 10:08 */waypoints[306].angles = (46.0754, 59.363, 0); -/* 10:08 */waypoints[307] = spawnstruct(); -/* 10:08 */waypoints[307].origin = (-1327.43, 1467.14, 1161.63); -/* 10:08 */waypoints[307].type = "stand"; -/* 10:08 */waypoints[307].children[0] = 141; -/* 10:08 */waypoints[307].children[1] = 306; -/* 10:08 */waypoints[307].children[2] = 138; -/* 10:08 */waypoints[307].children[3] = 303; -/* 10:08 */waypoints[308] = spawnstruct(); -/* 10:08 */waypoints[308].origin = (-1608.16, 1449.52, 1161.63); -/* 10:08 */waypoints[308].type = "stand"; -/* 10:08 */waypoints[308].children[0] = 303; -/* 10:08 */waypoints[308].children[1] = 161; -/* 10:08 */waypoints[308].children[2] = 309; -/* 10:08 */waypoints[308].children[3] = 310; -/* 10:08 */waypoints[308].children[4] = 311; -/* 10:08 */waypoints[308].children[5] = 312; -/* 10:08 */waypoints[308].children[6] = 313; -/* 10:08 */waypoints[308].children[7] = 314; -/* 10:08 */waypoints[309] = spawnstruct(); -/* 10:08 */waypoints[309].origin = (-1465.16, 1491.84, 1161.63); -/* 10:08 */waypoints[309].type = "claymore"; -/* 10:08 */waypoints[309].children[0] = 308; -/* 10:08 */waypoints[309].angles = (34.0509, -162.039, 0); -/* 10:08 */waypoints[310] = spawnstruct(); -/* 10:08 */waypoints[310].origin = (-1821.94, 1679.81, 1161.63); -/* 10:08 */waypoints[310].type = "crouch"; -/* 10:08 */waypoints[310].children[0] = 308; -/* 10:08 */waypoints[310].angles = (6.36536, -65.4747, 0); -/* 10:08 */waypoints[311] = spawnstruct(); -/* 10:08 */waypoints[311].origin = (-1932.75, 1480.82, 1161.63); -/* 10:08 */waypoints[311].type = "crouch"; -/* 10:08 */waypoints[311].children[0] = 308; -/* 10:08 */waypoints[311].angles = (3.20129, 1.76717, 0); -/* 10:08 */waypoints[312] = spawnstruct(); -/* 10:08 */waypoints[312].origin = (-1796.37, 1370.14, 1161.63); -/* 10:08 */waypoints[312].type = "claymore"; -/* 10:08 */waypoints[312].children[0] = 308; -/* 10:08 */waypoints[312].angles = (44.021, -24.9736, 0); -/* 10:08 */waypoints[313] = spawnstruct(); -/* 10:08 */waypoints[313].origin = (-1625.22, 1278.05, 1161.63); -/* 10:08 */waypoints[313].type = "claymore"; -/* 10:08 */waypoints[313].children[0] = 308; -/* 10:08 */waypoints[313].angles = (36.7426, 150.225, 0); -/* 10:08 */waypoints[314] = spawnstruct(); -/* 10:08 */waypoints[314].origin = (-1475.45, 1317.1, 1161.63); -/* 10:08 */waypoints[314].type = "stand"; -/* 10:08 */waypoints[314].children[0] = 308; -/* 10:08 */waypoints[314].children[1] = 306; -/* 10:08 */waypoints[314].children[2] = 140; -/* 10:08 */waypoints[314].children[3] = 141; -/* 10:08 */waypoints[314].children[4] = 315; -/* 10:08 */waypoints[315] = spawnstruct(); -/* 10:08 */waypoints[315].origin = (-1838.47, 1331.26, 1129.63); -/* 10:08 */waypoints[315].type = "climb"; -/* 10:08 */waypoints[315].children[0] = 314; -/* 10:08 */waypoints[315].children[1] = 161; -/* 10:08 */waypoints[315].children[2] = 164; -/* 10:08 */waypoints[315].children[3] = 162; -/* 10:08 */waypoints[315].angles = (-3.68713, 61.2746, 0); -/* 10:08 */waypoints[316] = spawnstruct(); -/* 10:08 */waypoints[316].origin = (-1888.3, 1652.32, 1149.18); -/* 10:08 */waypoints[316].type = "crouch"; -/* 10:08 */waypoints[316].children[0] = 14; -/* 10:08 */waypoints[316].angles = (8.09021, -163.896, 0); -/* 10:08 */waypoints[317] = spawnstruct(); -/* 10:08 */waypoints[317].origin = (-1992.76, 1511.19, 1126.57); -/* 10:08 */waypoints[317].type = "claymore"; -/* 10:08 */waypoints[317].children[0] = 163; -/* 10:08 */waypoints[317].children[1] = 14; -/* 10:08 */waypoints[317].angles = (28.0249, -118.956, 0); -/* 10:08 */waypoints[318] = spawnstruct(); -/* 10:08 */waypoints[318].origin = (-2247.4, 1205.75, 1124.62); -/* 10:08 */waypoints[318].type = "claymore"; -/* 10:08 */waypoints[318].children[0] = 163; -/* 10:08 */waypoints[318].children[1] = 17; -/* 10:08 */waypoints[318].angles = (53.3429, 155.806, 0); -/* 10:08 */waypoints[319] = spawnstruct(); -/* 10:08 */waypoints[319].origin = (875.097, 300.684, 942.825); -/* 10:08 */waypoints[319].type = "claymore"; -/* 10:08 */waypoints[319].children[0] = 61; -/* 10:08 */waypoints[319].children[1] = 60; -/* 10:08 */waypoints[319].angles = (37.3798, 10.8199, 0); -/* 10:08 */waypoints[320] = spawnstruct(); -/* 10:08 */waypoints[320].origin = (771, 928.812, 952.63); -/* 10:08 */waypoints[320].type = "claymore"; -/* 10:08 */waypoints[320].children[0] = 71; -/* 10:08 */waypoints[320].children[1] = 321; -/* 10:08 */waypoints[320].angles = (49.245, -1.03984, 0); -/* 10:08 */waypoints[321] = spawnstruct(); -/* 10:08 */waypoints[321].origin = (850.344, 911.985, 951.827); -/* 10:08 */waypoints[321].type = "stand"; -/* 10:08 */waypoints[321].children[0] = 320; -/* 10:08 */waypoints[321].children[1] = 64; -/* 10:08 */waypoints[321].children[2] = 63; -/* 10:08 */waypoints[322] = spawnstruct(); -/* 10:08 */waypoints[322].origin = (-71.0127, 1196.34, 950.475); -/* 10:08 */waypoints[322].type = "stand"; -/* 10:08 */waypoints[322].children[0] = 89; -/* 10:08 */waypoints[322].children[1] = 265; -/* 10:08 */waypoints[322].children[2] = 259; -/* 10:08 */waypoints[322].children[3] = 257; -/* 10:08 */waypoints[322].children[4] = 90; -/* 10:08 */waypoints[322].children[5] = 279; -/* 10:08 */waypoints[322].children[6] = 266; -/* 10:08 */waypoints[323] = spawnstruct(); -/* 10:08 */waypoints[323].origin = (-215.531, 2489.64, 1144.78); -/* 10:08 */waypoints[323].type = "claymore"; -/* 10:08 */waypoints[323].children[0] = 1; -/* 10:08 */waypoints[323].children[1] = 2; -/* 10:08 */waypoints[323].angles = (42.439, -164.011, 0); -/* 10:08 */waypoints[324] = spawnstruct(); -/* 10:08 */waypoints[324].origin = (-593.699, 1047.78, 1007.98); -/* 10:08 */waypoints[324].type = "claymore"; -/* 10:08 */waypoints[324].children[0] = 166; -/* 10:08 */waypoints[324].children[1] = 261; -/* 10:08 */waypoints[324].angles = (16.8079, 158.8, 0); -/* 10:08 */waypoints[325] = spawnstruct(); -/* 10:08 */waypoints[325].origin = (-634.662, 747.033, 1081.64); -/* 10:08 */waypoints[325].type = "stand"; -/* 10:08 */waypoints[325].children[0] = 167; -/* 10:08 */waypoints[325].children[1] = 326; -/* 10:08 */waypoints[325].children[2] = 327; -/* 10:08 */waypoints[325].children[3] = 331; -/* 10:08 */waypoints[325].children[4] = 332; -/* 10:08 */waypoints[325].children[5] = 333; -/* 10:08 */waypoints[325].children[6] = 355; -/* 10:08 */waypoints[326] = spawnstruct(); -/* 10:08 */waypoints[326].origin = (-325.415, 789.592, 1082.55); -/* 10:08 */waypoints[326].type = "crouch"; -/* 10:08 */waypoints[326].children[0] = 325; -/* 10:08 */waypoints[326].angles = (7.78809, 54.4796, 0); -/* 10:08 */waypoints[327] = spawnstruct(); -/* 10:08 */waypoints[327].origin = (-800.549, 494.493, 1085.5); -/* 10:08 */waypoints[327].type = "stand"; -/* 10:08 */waypoints[327].children[0] = 325; -/* 10:08 */waypoints[327].children[1] = 328; -/* 10:08 */waypoints[328] = spawnstruct(); -/* 10:08 */waypoints[328].origin = (-1007.76, 592.908, 1084.09); -/* 10:08 */waypoints[328].type = "stand"; -/* 10:08 */waypoints[328].children[0] = 327; -/* 10:08 */waypoints[328].children[1] = 169; -/* 10:08 */waypoints[329] = spawnstruct(); -/* 10:08 */waypoints[329].origin = (-912.719, 408.631, 1088.13); -/* 10:08 */waypoints[329].type = "stand"; -/* 10:08 */waypoints[329].children[0] = 169; -/* 10:08 */waypoints[329].children[1] = 330; -/* 10:08 */waypoints[330] = spawnstruct(); -/* 10:08 */waypoints[330].origin = (-474.212, 243.646, 1088.13); -/* 10:08 */waypoints[330].type = "stand"; -/* 10:08 */waypoints[330].children[0] = 329; -/* 10:08 */waypoints[330].children[1] = 331; -/* 10:08 */waypoints[330].children[2] = 336; -/* 10:08 */waypoints[330].children[3] = 335; -/* 10:08 */waypoints[331] = spawnstruct(); -/* 10:08 */waypoints[331].origin = (-347.357, 465.09, 1088.87); -/* 10:08 */waypoints[331].type = "stand"; -/* 10:08 */waypoints[331].children[0] = 330; -/* 10:08 */waypoints[331].children[1] = 325; -/* 10:08 */waypoints[331].children[2] = 334; -/* 10:08 */waypoints[331].children[3] = 335; -/* 10:08 */waypoints[332] = spawnstruct(); -/* 10:08 */waypoints[332].origin = (-309.003, 610.864, 1085.44); -/* 10:08 */waypoints[332].type = "stand"; -/* 10:08 */waypoints[332].children[0] = 325; -/* 10:08 */waypoints[332].children[1] = 334; -/* 10:08 */waypoints[333] = spawnstruct(); -/* 10:08 */waypoints[333].origin = (-692.584, 474.152, 1090.19); -/* 10:08 */waypoints[333].type = "crouch"; -/* 10:08 */waypoints[333].children[0] = 325; -/* 10:08 */waypoints[333].angles = (5.57434, 121.37, 0); -/* 10:08 */waypoints[334] = spawnstruct(); -/* 10:08 */waypoints[334].origin = (-445.921, 417.321, 1089.08); -/* 10:08 */waypoints[334].type = "claymore"; -/* 10:08 */waypoints[334].children[0] = 331; -/* 10:08 */waypoints[334].children[1] = 332; -/* 10:08 */waypoints[334].angles = (24.8773, 62.0437, 0); -/* 10:08 */waypoints[335] = spawnstruct(); -/* 10:08 */waypoints[335].origin = (-2.6107, 478.492, 1087.31); -/* 10:08 */waypoints[335].type = "stand"; -/* 10:08 */waypoints[335].children[0] = 331; -/* 10:08 */waypoints[335].children[1] = 336; -/* 10:08 */waypoints[335].children[2] = 330; -/* 10:08 */waypoints[336] = spawnstruct(); -/* 10:08 */waypoints[336].origin = (-186.573, 203.201, 1102.2); -/* 10:08 */waypoints[336].type = "stand"; -/* 10:08 */waypoints[336].children[0] = 335; -/* 10:08 */waypoints[336].children[1] = 330; -/* 10:08 */waypoints[336].children[2] = 337; -/* 10:08 */waypoints[336].children[3] = 340; -/* 10:08 */waypoints[337] = spawnstruct(); -/* 10:08 */waypoints[337].origin = (-265.736, 64.5861, 1100.4); -/* 10:08 */waypoints[337].type = "stand"; -/* 10:08 */waypoints[337].children[0] = 336; -/* 10:08 */waypoints[337].children[1] = 338; -/* 10:08 */waypoints[337].children[2] = 341; -/* 10:08 */waypoints[338] = spawnstruct(); -/* 10:08 */waypoints[338].origin = (-99.2583, 18.6311, 1088.08); -/* 10:08 */waypoints[338].type = "stand"; -/* 10:08 */waypoints[338].children[0] = 337; -/* 10:08 */waypoints[338].children[1] = 339; -/* 10:08 */waypoints[338].children[2] = 340; -/* 10:08 */waypoints[339] = spawnstruct(); -/* 10:08 */waypoints[339].origin = (139.022, 83.5485, 1040.13); -/* 10:08 */waypoints[339].type = "stand"; -/* 10:08 */waypoints[339].children[0] = 338; -/* 10:08 */waypoints[339].children[1] = 255; -/* 10:08 */waypoints[339].children[2] = 340; -/* 10:08 */waypoints[340] = spawnstruct(); -/* 10:08 */waypoints[340].origin = (-20.1956, 38.4817, 1073.94); -/* 10:08 */waypoints[340].type = "stand"; -/* 10:08 */waypoints[340].children[0] = 336; -/* 10:08 */waypoints[340].children[1] = 339; -/* 10:08 */waypoints[340].children[2] = 338; -/* 10:08 */waypoints[341] = spawnstruct(); -/* 10:08 */waypoints[341].origin = (-575.604, 106.362, 1088.13); -/* 10:08 */waypoints[341].type = "stand"; -/* 10:08 */waypoints[341].children[0] = 337; -/* 10:08 */waypoints[341].children[1] = 342; -/* 10:08 */waypoints[341].children[2] = 343; -/* 10:08 */waypoints[341].children[3] = 347; -/* 10:08 */waypoints[342] = spawnstruct(); -/* 10:08 */waypoints[342].origin = (-944.29, 303.374, 960.125); -/* 10:08 */waypoints[342].type = "stand"; -/* 10:08 */waypoints[342].children[0] = 341; -/* 10:08 */waypoints[342].children[1] = 46; -/* 10:08 */waypoints[343] = spawnstruct(); -/* 10:08 */waypoints[343].origin = (-833.706, 111.654, 1088.63); -/* 10:08 */waypoints[343].type = "stand"; -/* 10:08 */waypoints[343].children[0] = 341; -/* 10:08 */waypoints[343].children[1] = 344; -/* 10:08 */waypoints[343].children[2] = 345; -/* 10:08 */waypoints[344] = spawnstruct(); -/* 10:08 */waypoints[344].origin = (-1027.53, 71.7659, 1088.63); -/* 10:08 */waypoints[344].type = "stand"; -/* 10:08 */waypoints[344].children[0] = 343; -/* 10:08 */waypoints[344].children[1] = 172; -/* 10:08 */waypoints[344].children[2] = 346; -/* 10:08 */waypoints[345] = spawnstruct(); -/* 10:08 */waypoints[345].origin = (-936.09, -131.553, 1088.63); -/* 10:08 */waypoints[345].type = "crouch"; -/* 10:08 */waypoints[345].children[0] = 343; -/* 10:08 */waypoints[345].angles = (22.0264, -119.84, 0); -/* 10:08 */waypoints[346] = spawnstruct(); -/* 10:08 */waypoints[346].origin = (-697.391, -200.268, 1088.13); -/* 10:08 */waypoints[346].type = "crouch"; -/* 10:08 */waypoints[346].children[0] = 344; -/* 10:08 */waypoints[346].angles = (4.62402, 132.043, 0); -/* 10:08 */waypoints[347] = spawnstruct(); -/* 10:08 */waypoints[347].origin = (-707.147, -222.327, 1216.13); -/* 10:08 */waypoints[347].type = "stand"; -/* 10:08 */waypoints[347].children[0] = 341; -/* 10:08 */waypoints[347].children[1] = 348; -/* 10:08 */waypoints[347].children[2] = 349; -/* 10:08 */waypoints[347].children[3] = 350; -/* 10:08 */waypoints[347].children[4] = 352; -/* 10:08 */waypoints[348] = spawnstruct(); -/* 10:08 */waypoints[348].origin = (-1036.41, -34.8772, 1216.13); -/* 10:08 */waypoints[348].type = "stand"; -/* 10:08 */waypoints[348].children[0] = 347; -/* 10:08 */waypoints[348].children[1] = 174; -/* 10:08 */waypoints[348].children[2] = 352; -/* 10:08 */waypoints[349] = spawnstruct(); -/* 10:08 */waypoints[349].origin = (-879.601, -30.5894, 1216.63); -/* 10:08 */waypoints[349].type = "stand"; -/* 10:08 */waypoints[349].children[0] = 175; -/* 10:08 */waypoints[349].children[1] = 347; -/* 10:08 */waypoints[349].children[2] = 352; -/* 10:08 */waypoints[350] = spawnstruct(); -/* 10:08 */waypoints[350].origin = (-750.018, -305.962, 1216.13); -/* 10:08 */waypoints[350].type = "stand"; -/* 10:08 */waypoints[350].children[0] = 347; -/* 10:08 */waypoints[350].children[1] = 351; -/* 10:08 */waypoints[351] = spawnstruct(); -/* 10:08 */waypoints[351].origin = (-827.312, -266.678, 1216.13); -/* 10:08 */waypoints[351].type = "stand"; -/* 10:08 */waypoints[351].children[0] = 350; -/* 10:08 */waypoints[351].children[1] = 352; -/* 10:08 */waypoints[352] = spawnstruct(); -/* 10:08 */waypoints[352].origin = (-771.688, -150.983, 1216.13); -/* 10:08 */waypoints[352].type = "stand"; -/* 10:08 */waypoints[352].children[0] = 351; -/* 10:08 */waypoints[352].children[1] = 347; -/* 10:08 */waypoints[352].children[2] = 348; -/* 10:08 */waypoints[352].children[3] = 349; -/* 10:08 */waypoints[353] = spawnstruct(); -/* 10:08 */waypoints[353].origin = (-522.549, -46.7991, 1239.3); -/* 10:08 */waypoints[353].type = "crouch"; -/* 10:08 */waypoints[353].children[0] = 179; -/* 10:08 */waypoints[353].angles = (7.78809, 11.924, 0); -/* 10:08 */waypoints[354] = spawnstruct(); -/* 10:08 */waypoints[354].origin = (-386.906, 119.478, 1240.65); -/* 10:08 */waypoints[354].type = "crouch"; -/* 10:08 */waypoints[354].children[0] = 176; -/* 10:08 */waypoints[354].angles = (9.84253, 108.28, 0); -/* 10:08 */waypoints[355] = spawnstruct(); -/* 10:08 */waypoints[355].origin = (-641.49, 949.235, 1082.3); -/* 10:08 */waypoints[355].type = "claymore"; -/* 10:08 */waypoints[355].children[0] = 325; -/* 10:08 */waypoints[355].angles = (44.021, -113.216, 0); -/* 10:08 */waypoints[356] = spawnstruct(); -/* 10:08 */waypoints[356].origin = (-912.408, 1016.12, 1046.43); -/* 10:08 */waypoints[356].type = "claymore"; -/* 10:08 */waypoints[356].children[0] = 167; -/* 10:08 */waypoints[356].children[1] = 168; -/* 10:08 */waypoints[356].angles = (31.5186, 2.33296, 0); -/* 10:08 */waypoints[357] = spawnstruct(); -/* 10:08 */waypoints[357].origin = (-404.322, 1051.11, 986.61); -/* 10:08 */waypoints[357].type = "stand"; -/* 10:08 */waypoints[357].children[0] = 261; -/* 10:08 */waypoints[357].children[1] = 358; -/* 10:08 */waypoints[358] = spawnstruct(); -/* 10:08 */waypoints[358].origin = (-251.987, 880.777, 981.344); -/* 10:08 */waypoints[358].type = "stand"; -/* 10:08 */waypoints[358].children[0] = 357; -/* 10:08 */waypoints[358].children[1] = 256; -/* 10:08 */waypoints[359] = spawnstruct(); -/* 10:08 */waypoints[359].origin = (336.952, 585.999, 899.243); -/* 10:08 */waypoints[359].type = "stand"; -/* 10:08 */waypoints[359].children[0] = 299; -/* 10:08 */waypoints[359].children[1] = 256; -/* 10:08 */waypoints[359].children[2] = 60; -/* 10:08 */waypoints[360] = spawnstruct(); -/* 10:08 */waypoints[360].origin = (347.455, -49.2558, 907.636); -/* 10:08 */waypoints[360].type = "stand"; -/* 10:08 */waypoints[360].children[0] = 58; -/* 10:08 */waypoints[360].children[1] = 251; -/* 10:08 */waypoints[360].children[2] = 59; -/* 10:08 */waypoints[361] = spawnstruct(); -/* 10:08 */waypoints[361].origin = (-1403.01, -1021.33, 729.44); -/* 10:08 */waypoints[361].type = "stand"; -/* 10:08 */waypoints[361].children[0] = 34; -/* 10:08 */waypoints[361].children[1] = 35; -/* 10:08 */waypoints[361].children[2] = 40; -/* 10:08 */waypoints[362] = spawnstruct(); -/* 10:08 */waypoints[362].origin = (-1307.79, -20.672, 917.966); -/* 10:08 */waypoints[362].type = "claymore"; -/* 10:08 */waypoints[362].children[0] = 43; -/* 10:08 */waypoints[362].children[1] = 44; -/* 10:08 */waypoints[362].angles = (23.136, -26.6929, 0); -/* 10:08 */waypoints[363] = spawnstruct(); -/* 10:08 */waypoints[363].origin = (-1098.34, -128.166, 920.125); -/* 10:08 */waypoints[363].type = "claymore"; -/* 10:08 */waypoints[363].children[0] = 44; -/* 10:08 */waypoints[363].children[1] = 51; -/* 10:08 */waypoints[363].angles = (26.7725, 151.939, 0); -/* 10:08 */waypoints[364] = spawnstruct(); -/* 10:08 */waypoints[364].origin = (616.273, 2488.41, 1295.72); -/* 10:08 */waypoints[364].type = "stand"; -/* 10:08 */waypoints[364].children[0] = 83; -/* 10:08 */waypoints[364].children[1] = 365; -/* 10:08 */waypoints[365] = spawnstruct(); -/* 10:08 */waypoints[365].origin = (499.482, 2489.63, 1293.8); -/* 10:08 */waypoints[365].type = "stand"; -/* 10:08 */waypoints[365].children[0] = 364; -/* 10:08 */waypoints[365].children[1] = 366; -/* 10:08 */waypoints[366] = spawnstruct(); -/* 10:08 */waypoints[366].origin = (481.007, 2129.26, 1286.13); -/* 10:08 */waypoints[366].type = "stand"; -/* 10:08 */waypoints[366].children[0] = 365; -/* 10:08 */waypoints[366].children[1] = 367; -/* 10:08 */waypoints[366].children[2] = 369; -/* 10:08 */waypoints[367] = spawnstruct(); -/* 10:08 */waypoints[367].origin = (722.829, 2077.87, 1286.9); -/* 10:08 */waypoints[367].type = "stand"; -/* 10:08 */waypoints[367].children[0] = 366; -/* 10:08 */waypoints[367].children[1] = 368; -/* 10:08 */waypoints[368] = spawnstruct(); -/* 10:08 */waypoints[368].origin = (600.314, 1941.23, 1286.13); -/* 10:08 */waypoints[368].type = "crouch"; -/* 10:08 */waypoints[368].children[0] = 367; -/* 10:08 */waypoints[368].angles = (14.079, -94.293, 0); -/* 10:08 */waypoints[369] = spawnstruct(); -/* 10:08 */waypoints[369].origin = (43.2698, 2088.02, 1286.13); -/* 10:08 */waypoints[369].type = "stand"; -/* 10:08 */waypoints[369].children[0] = 110; -/* 10:08 */waypoints[369].children[1] = 366; -/* 10:08 */waypoints[369].children[2] = 104; -/* 10:08 */waypoints[369].children[3] = 106; -/* 10:08 */waypoints[370] = spawnstruct(); -/* 10:08 */waypoints[370].origin = (-719.391, -1765.49, 638.56); -/* 10:08 */waypoints[370].type = "stand"; -/* 10:08 */waypoints[370].children[0] = 216; -/* 10:08 */waypoints[370].children[1] = 213; -/* 10:08 */waypoints[370].children[2] = 371; -/* 10:08 */waypoints[371] = spawnstruct(); -/* 10:08 */waypoints[371].origin = (-570.486, -1755.31, 635.012); -/* 10:08 */waypoints[371].type = "stand"; -/* 10:08 */waypoints[371].children[0] = 370; -/* 10:08 */waypoints[371].children[1] = 212; -/* 10:08 */waypoints[372] = spawnstruct(); -/* 10:08 */waypoints[372].origin = (905.713, 2601.52, 1146.12); -/* 10:08 */waypoints[372].type = "stand"; -/* 10:08 */waypoints[372].children[0] = 80; -/* 10:08 */waypoints[372].children[1] = 79; -/* 10:08 */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 deleted file mode 100644 index aec437f..0000000 --- a/raw/maps/mp/bots/waypoints/bootleg.gsc +++ /dev/null @@ -1,950 +0,0 @@ -bootleg() -{ -/* 1:57 */waypoints = []; -/* 1:57 */waypoints[0] = spawnstruct(); -/* 1:57 */waypoints[0].origin = (-1713.67, -1428.59, 2.52601); -/* 1:57 */waypoints[0].type = "stand"; -/* 1:57 */waypoints[0].children[0] = 1; -/* 1:57 */waypoints[0].children[1] = 2; -/* 1:57 */waypoints[0].children[2] = 126; -/* 1:57 */waypoints[1] = spawnstruct(); -/* 1:57 */waypoints[1].origin = (-1825.26, -886.131, 46.4531); -/* 1:57 */waypoints[1].type = "stand"; -/* 1:57 */waypoints[1].children[0] = 0; -/* 1:57 */waypoints[1].children[1] = 46; -/* 1:57 */waypoints[1].children[2] = 124; -/* 1:57 */waypoints[1].children[3] = 127; -/* 1:57 */waypoints[1].children[4] = 131; -/* 1:57 */waypoints[2] = spawnstruct(); -/* 1:57 */waypoints[2].origin = (-1303.12, -1450.94, 2.125); -/* 1:57 */waypoints[2].type = "stand"; -/* 1:57 */waypoints[2].children[0] = 0; -/* 1:57 */waypoints[2].children[1] = 8; -/* 1:57 */waypoints[2].children[2] = 126; -/* 1:57 */waypoints[2].children[3] = 149; -/* 1:57 */waypoints[3] = spawnstruct(); -/* 1:57 */waypoints[3].origin = (-831.183, -1432.64, -1.15982); -/* 1:57 */waypoints[3].type = "stand"; -/* 1:57 */waypoints[3].children[0] = 8; -/* 1:57 */waypoints[3].children[1] = 15; -/* 1:57 */waypoints[3].children[2] = 27; -/* 1:57 */waypoints[4] = spawnstruct(); -/* 1:57 */waypoints[4].origin = (-836.145, -1826.33, 0.125); -/* 1:57 */waypoints[4].type = "stand"; -/* 1:57 */waypoints[4].children[0] = 5; -/* 1:57 */waypoints[4].children[1] = 12; -/* 1:57 */waypoints[4].children[2] = 15; -/* 1:57 */waypoints[4].children[3] = 9; -/* 1:57 */waypoints[5] = spawnstruct(); -/* 1:57 */waypoints[5].origin = (-1290.74, -1809.46, 4.125); -/* 1:57 */waypoints[5].type = "stand"; -/* 1:57 */waypoints[5].children[0] = 4; -/* 1:57 */waypoints[5].children[1] = 6; -/* 1:57 */waypoints[5].children[2] = 132; -/* 1:57 */waypoints[6] = spawnstruct(); -/* 1:57 */waypoints[6].origin = (-1048.81, -1543.13, 4.125); -/* 1:57 */waypoints[6].type = "climb"; -/* 1:57 */waypoints[6].children[0] = 7; -/* 1:57 */waypoints[6].children[1] = 5; -/* 1:57 */waypoints[6].angles = (54.2438, 95.1801, 0); -/* 1:57 */waypoints[7] = spawnstruct(); -/* 1:57 */waypoints[7].origin = (-1057.91, -1504.88, 5.24468); -/* 1:57 */waypoints[7].type = "climb"; -/* 1:57 */waypoints[7].children[0] = 8; -/* 1:57 */waypoints[7].children[1] = 6; -/* 1:57 */waypoints[7].angles = (49.4428, -86.4514, 0); -/* 1:57 */waypoints[8] = spawnstruct(); -/* 1:57 */waypoints[8].origin = (-1045.68, -1419.97, 2.125); -/* 1:57 */waypoints[8].type = "stand"; -/* 1:57 */waypoints[8].children[0] = 2; -/* 1:57 */waypoints[8].children[1] = 7; -/* 1:57 */waypoints[8].children[2] = 3; -/* 1:57 */waypoints[8].children[3] = 122; -/* 1:57 */waypoints[9] = spawnstruct(); -/* 1:57 */waypoints[9].origin = (-776.886, -2041.49, 1.78285); -/* 1:57 */waypoints[9].type = "stand"; -/* 1:57 */waypoints[9].children[0] = 10; -/* 1:57 */waypoints[9].children[1] = 4; -/* 1:57 */waypoints[9].children[2] = 18; -/* 1:57 */waypoints[10] = spawnstruct(); -/* 1:57 */waypoints[10].origin = (-104.872, -2042.89, -1.3744); -/* 1:57 */waypoints[10].type = "stand"; -/* 1:57 */waypoints[10].children[0] = 9; -/* 1:57 */waypoints[10].children[1] = 13; -/* 1:57 */waypoints[10].children[2] = 17; -/* 1:57 */waypoints[10].children[3] = 18; -/* 1:57 */waypoints[10].children[4] = 11; -/* 1:57 */waypoints[11] = spawnstruct(); -/* 1:57 */waypoints[11].origin = (191.92, -2025.04, 8.05081); -/* 1:57 */waypoints[11].type = "stand"; -/* 1:57 */waypoints[11].children[0] = 10; -/* 1:57 */waypoints[11].children[1] = 19; -/* 1:57 */waypoints[11].children[2] = 21; -/* 1:57 */waypoints[12] = spawnstruct(); -/* 1:57 */waypoints[12].origin = (-719.159, -1770.06, 0.125001); -/* 1:57 */waypoints[12].type = "stand"; -/* 1:57 */waypoints[12].children[0] = 4; -/* 1:57 */waypoints[12].children[1] = 13; -/* 1:57 */waypoints[13] = spawnstruct(); -/* 1:57 */waypoints[13].origin = (-97.5209, -1795.05, 0.0548061); -/* 1:57 */waypoints[13].type = "stand"; -/* 1:57 */waypoints[13].children[0] = 10; -/* 1:57 */waypoints[13].children[1] = 14; -/* 1:57 */waypoints[13].children[2] = 12; -/* 1:57 */waypoints[14] = spawnstruct(); -/* 1:57 */waypoints[14].origin = (-44.726, -1556.77, 0.224131); -/* 1:57 */waypoints[14].type = "stand"; -/* 1:57 */waypoints[14].children[0] = 13; -/* 1:57 */waypoints[14].children[1] = 15; -/* 1:57 */waypoints[14].children[2] = 23; -/* 1:57 */waypoints[14].children[3] = 134; -/* 1:57 */waypoints[15] = spawnstruct(); -/* 1:57 */waypoints[15].origin = (-833.944, -1567.15, -0.776241); -/* 1:57 */waypoints[15].type = "stand"; -/* 1:57 */waypoints[15].children[0] = 4; -/* 1:57 */waypoints[15].children[1] = 14; -/* 1:57 */waypoints[15].children[2] = 3; -/* 1:57 */waypoints[16] = spawnstruct(); -/* 1:57 */waypoints[16].origin = (-463.711, -2223.76, 1.0698); -/* 1:57 */waypoints[16].type = "stand"; -/* 1:57 */waypoints[16].children[0] = 17; -/* 1:57 */waypoints[16].children[1] = 18; -/* 1:57 */waypoints[17] = spawnstruct(); -/* 1:57 */waypoints[17].origin = (-164.482, -2246.67, 1.01016); -/* 1:57 */waypoints[17].type = "stand"; -/* 1:57 */waypoints[17].children[0] = 10; -/* 1:57 */waypoints[17].children[1] = 16; -/* 1:57 */waypoints[18] = spawnstruct(); -/* 1:57 */waypoints[18].origin = (-488.467, -2041.41, 0.108528); -/* 1:57 */waypoints[18].type = "stand"; -/* 1:57 */waypoints[18].children[0] = 16; -/* 1:57 */waypoints[18].children[1] = 9; -/* 1:57 */waypoints[18].children[2] = 10; -/* 1:57 */waypoints[19] = spawnstruct(); -/* 1:57 */waypoints[19].origin = (183.314, -1730.39, 3.83266); -/* 1:57 */waypoints[19].type = "stand"; -/* 1:57 */waypoints[19].children[0] = 11; -/* 1:57 */waypoints[19].children[1] = 20; -/* 1:57 */waypoints[20] = spawnstruct(); -/* 1:57 */waypoints[20].origin = (188.901, -1536.91, -72.4284); -/* 1:57 */waypoints[20].type = "stand"; -/* 1:57 */waypoints[20].children[0] = 19; -/* 1:57 */waypoints[20].children[1] = 24; -/* 1:57 */waypoints[21] = spawnstruct(); -/* 1:57 */waypoints[21].origin = (351.086, -2036.03, 8.125); -/* 1:57 */waypoints[21].type = "stand"; -/* 1:57 */waypoints[21].children[0] = 11; -/* 1:57 */waypoints[21].children[1] = 22; -/* 1:57 */waypoints[22] = spawnstruct(); -/* 1:57 */waypoints[22].origin = (377.2, -1778.54, 75.125); -/* 1:57 */waypoints[22].type = "stand"; -/* 1:57 */waypoints[22].children[0] = 21; -/* 1:57 */waypoints[22].children[1] = 91; -/* 1:57 */waypoints[23] = spawnstruct(); -/* 1:57 */waypoints[23].origin = (-44.0902, -1308.76, -73.8681); -/* 1:57 */waypoints[23].type = "stand"; -/* 1:57 */waypoints[23].children[0] = 14; -/* 1:57 */waypoints[23].children[1] = 24; -/* 1:57 */waypoints[23].children[2] = 25; -/* 1:57 */waypoints[23].children[3] = 26; -/* 1:57 */waypoints[24] = spawnstruct(); -/* 1:57 */waypoints[24].origin = (199.421, -1310.34, -70.9745); -/* 1:57 */waypoints[24].type = "stand"; -/* 1:57 */waypoints[24].children[0] = 23; -/* 1:57 */waypoints[24].children[1] = 20; -/* 1:57 */waypoints[24].children[2] = 80; -/* 1:57 */waypoints[24].children[3] = 93; -/* 1:57 */waypoints[24].children[4] = 97; -/* 1:57 */waypoints[25] = spawnstruct(); -/* 1:57 */waypoints[25].origin = (-254.998, -1149.12, -64.1706); -/* 1:57 */waypoints[25].type = "crouch"; -/* 1:57 */waypoints[25].children[0] = 23; -/* 1:57 */waypoints[25].angles = (5.61829, -31.4868, 0); -/* 1:57 */waypoints[26] = spawnstruct(); -/* 1:57 */waypoints[26].origin = (-126.272, -836.318, -75.6004); -/* 1:57 */waypoints[26].type = "stand"; -/* 1:57 */waypoints[26].children[0] = 23; -/* 1:57 */waypoints[26].children[1] = 27; -/* 1:57 */waypoints[26].children[2] = 30; -/* 1:57 */waypoints[26].children[3] = 80; -/* 1:57 */waypoints[26].children[4] = 83; -/* 1:57 */waypoints[26].children[5] = 120; -/* 1:57 */waypoints[26].children[6] = 138; -/* 1:57 */waypoints[27] = spawnstruct(); -/* 1:57 */waypoints[27].origin = (-834.366, -905.349, -67.875); -/* 1:57 */waypoints[27].type = "stand"; -/* 1:57 */waypoints[27].children[0] = 3; -/* 1:57 */waypoints[27].children[1] = 26; -/* 1:57 */waypoints[27].children[2] = 28; -/* 1:57 */waypoints[27].children[3] = 30; -/* 1:57 */waypoints[27].children[4] = 125; -/* 1:57 */waypoints[28] = spawnstruct(); -/* 1:57 */waypoints[28].origin = (-486.125, -986.875, -63.875); -/* 1:57 */waypoints[28].type = "crouch"; -/* 1:57 */waypoints[28].children[0] = 27; -/* 1:57 */waypoints[28].angles = (8.30994, 138.807, 0); -/* 1:57 */waypoints[29] = spawnstruct(); -/* 1:57 */waypoints[29].origin = (-570.108, -361.702, -67.875); -/* 1:57 */waypoints[29].type = "stand"; -/* 1:57 */waypoints[29].children[0] = 30; -/* 1:57 */waypoints[29].children[1] = 32; -/* 1:57 */waypoints[29].children[2] = 31; -/* 1:57 */waypoints[29].children[3] = 119; -/* 1:57 */waypoints[29].children[4] = 121; -/* 1:57 */waypoints[30] = spawnstruct(); -/* 1:57 */waypoints[30].origin = (-486.269, -835.867, -67.875); -/* 1:57 */waypoints[30].type = "stand"; -/* 1:57 */waypoints[30].children[0] = 26; -/* 1:57 */waypoints[30].children[1] = 27; -/* 1:57 */waypoints[30].children[2] = 29; -/* 1:57 */waypoints[30].children[3] = 119; -/* 1:57 */waypoints[30].children[4] = 121; -/* 1:57 */waypoints[31] = spawnstruct(); -/* 1:57 */waypoints[31].origin = (-834.103, -338.943, -67.875); -/* 1:57 */waypoints[31].type = "stand"; -/* 1:57 */waypoints[31].children[0] = 29; -/* 1:57 */waypoints[31].children[1] = 33; -/* 1:57 */waypoints[31].children[2] = 36; -/* 1:57 */waypoints[32] = spawnstruct(); -/* 1:57 */waypoints[32].origin = (-338.235, -69.5155, -67.875); -/* 1:57 */waypoints[32].type = "stand"; -/* 1:57 */waypoints[32].children[0] = 29; -/* 1:57 */waypoints[32].children[1] = 36; -/* 1:57 */waypoints[32].children[2] = 37; -/* 1:57 */waypoints[32].children[3] = 39; -/* 1:57 */waypoints[32].children[4] = 117; -/* 1:57 */waypoints[33] = spawnstruct(); -/* 1:57 */waypoints[33].origin = (-950.55, -20.533, -67.875); -/* 1:57 */waypoints[33].type = "climb"; -/* 1:57 */waypoints[33].children[0] = 31; -/* 1:57 */waypoints[33].children[1] = 34; -/* 1:57 */waypoints[33].angles = (49.635, 102.118, 0); -/* 1:57 */waypoints[34] = spawnstruct(); -/* 1:57 */waypoints[34].origin = (-936.013, 78.3586, -45.875); -/* 1:57 */waypoints[34].type = "crouch"; -/* 1:57 */waypoints[34].children[0] = 33; -/* 1:57 */waypoints[34].angles = (5.61829, -57.0245, 0); -/* 1:57 */waypoints[35] = spawnstruct(); -/* 1:57 */waypoints[35].origin = (-770.529, 565.735, -73.1214); -/* 1:57 */waypoints[35].type = "stand"; -/* 1:57 */waypoints[35].children[0] = 58; -/* 1:57 */waypoints[35].children[1] = 150; -/* 1:57 */waypoints[35].children[2] = 155; -/* 1:57 */waypoints[36] = spawnstruct(); -/* 1:57 */waypoints[36].origin = (-788.421, 12.6972, -67.8751); -/* 1:57 */waypoints[36].type = "stand"; -/* 1:57 */waypoints[36].children[0] = 31; -/* 1:57 */waypoints[36].children[1] = 32; -/* 1:57 */waypoints[36].children[2] = 117; -/* 1:57 */waypoints[36].children[3] = 118; -/* 1:57 */waypoints[36].children[4] = 150; -/* 1:57 */waypoints[37] = spawnstruct(); -/* 1:57 */waypoints[37].origin = (-33.7955, -65.6956, -67.875); -/* 1:57 */waypoints[37].type = "stand"; -/* 1:57 */waypoints[37].children[0] = 32; -/* 1:57 */waypoints[37].children[1] = 38; -/* 1:57 */waypoints[38] = spawnstruct(); -/* 1:57 */waypoints[38].origin = (122.761, -65.1861, -99.875); -/* 1:57 */waypoints[38].type = "stand"; -/* 1:57 */waypoints[38].children[0] = 37; -/* 1:57 */waypoints[38].children[1] = 81; -/* 1:57 */waypoints[38].children[2] = 78; -/* 1:57 */waypoints[38].children[3] = 82; -/* 1:57 */waypoints[39] = spawnstruct(); -/* 1:57 */waypoints[39].origin = (-498.681, -149.582, -61.7012); -/* 1:57 */waypoints[39].type = "stand"; -/* 1:57 */waypoints[39].children[0] = 32; -/* 1:57 */waypoints[39].children[1] = 40; -/* 1:57 */waypoints[40] = spawnstruct(); -/* 1:57 */waypoints[40].origin = (-740.451, -141.98, 78.125); -/* 1:57 */waypoints[40].type = "stand"; -/* 1:57 */waypoints[40].children[0] = 39; -/* 1:57 */waypoints[40].children[1] = 41; -/* 1:57 */waypoints[41] = spawnstruct(); -/* 1:57 */waypoints[41].origin = (-1022.09, -148.968, 78.125); -/* 1:57 */waypoints[41].type = "stand"; -/* 1:57 */waypoints[41].children[0] = 40; -/* 1:57 */waypoints[41].children[1] = 42; -/* 1:57 */waypoints[41].children[2] = 112; -/* 1:57 */waypoints[42] = spawnstruct(); -/* 1:57 */waypoints[42].origin = (-1029.62, -305.749, 78.125); -/* 1:57 */waypoints[42].type = "stand"; -/* 1:57 */waypoints[42].children[0] = 41; -/* 1:57 */waypoints[42].children[1] = 43; -/* 1:57 */waypoints[43] = spawnstruct(); -/* 1:57 */waypoints[43].origin = (-1267.3, -305.753, 78.125); -/* 1:57 */waypoints[43].type = "stand"; -/* 1:57 */waypoints[43].children[0] = 42; -/* 1:57 */waypoints[43].children[1] = 44; -/* 1:57 */waypoints[43].children[2] = 113; -/* 1:57 */waypoints[43].children[3] = 130; -/* 1:57 */waypoints[44] = spawnstruct(); -/* 1:57 */waypoints[44].origin = (-1262.62, -456.467, 78.125); -/* 1:57 */waypoints[44].type = "stand"; -/* 1:57 */waypoints[44].children[0] = 43; -/* 1:57 */waypoints[44].children[1] = 45; -/* 1:57 */waypoints[44].children[2] = 151; -/* 1:57 */waypoints[45] = spawnstruct(); -/* 1:57 */waypoints[45].origin = (-1262.08, -620.875, 78.125); -/* 1:57 */waypoints[45].type = "crouch"; -/* 1:57 */waypoints[45].children[0] = 44; -/* 1:57 */waypoints[45].angles = (9.4635, 58.1012, 0); -/* 1:57 */waypoints[46] = spawnstruct(); -/* 1:57 */waypoints[46].origin = (-1780.35, -476.77, 80.125); -/* 1:57 */waypoints[46].type = "stand"; -/* 1:57 */waypoints[46].children[0] = 1; -/* 1:57 */waypoints[46].children[1] = 47; -/* 1:57 */waypoints[46].children[2] = 54; -/* 1:57 */waypoints[46].children[3] = 128; -/* 1:57 */waypoints[46].children[4] = 129; -/* 1:57 */waypoints[47] = spawnstruct(); -/* 1:57 */waypoints[47].origin = (-2031.24, -473.158, 50.125); -/* 1:57 */waypoints[47].type = "stand"; -/* 1:57 */waypoints[47].children[0] = 46; -/* 1:57 */waypoints[47].children[1] = 49; -/* 1:57 */waypoints[48] = spawnstruct(); -/* 1:57 */waypoints[48].origin = (-2042.67, -45.5832, -44.2631); -/* 1:57 */waypoints[48].type = "stand"; -/* 1:57 */waypoints[48].children[0] = 49; -/* 1:57 */waypoints[48].children[1] = 50; -/* 1:57 */waypoints[48].children[2] = 114; -/* 1:57 */waypoints[48].children[3] = 116; -/* 1:57 */waypoints[49] = spawnstruct(); -/* 1:57 */waypoints[49].origin = (-2028.38, -286.548, 50.125); -/* 1:57 */waypoints[49].type = "stand"; -/* 1:57 */waypoints[49].children[0] = 47; -/* 1:57 */waypoints[49].children[1] = 48; -/* 1:57 */waypoints[50] = spawnstruct(); -/* 1:57 */waypoints[50].origin = (-2004.29, 160.867, -54.2892); -/* 1:57 */waypoints[50].type = "stand"; -/* 1:57 */waypoints[50].children[0] = 48; -/* 1:57 */waypoints[50].children[1] = 51; -/* 1:57 */waypoints[50].children[2] = 52; -/* 1:57 */waypoints[51] = spawnstruct(); -/* 1:57 */waypoints[51].origin = (-1980.04, 403.366, -53.5544); -/* 1:57 */waypoints[51].type = "stand"; -/* 1:57 */waypoints[51].children[0] = 50; -/* 1:57 */waypoints[51].children[1] = 68; -/* 1:57 */waypoints[52] = spawnstruct(); -/* 1:57 */waypoints[52].origin = (-1782.68, 255.129, -43.375); -/* 1:57 */waypoints[52].type = "stand"; -/* 1:57 */waypoints[52].children[0] = 50; -/* 1:57 */waypoints[52].children[1] = 53; -/* 1:57 */waypoints[53] = spawnstruct(); -/* 1:57 */waypoints[53].origin = (-1469.46, 495.483, -54.8467); -/* 1:57 */waypoints[53].type = "stand"; -/* 1:57 */waypoints[53].children[0] = 52; -/* 1:57 */waypoints[53].children[1] = 116; -/* 1:57 */waypoints[53].children[2] = 68; -/* 1:57 */waypoints[53].children[3] = 115; -/* 1:57 */waypoints[53].children[4] = 155; -/* 1:57 */waypoints[54] = spawnstruct(); -/* 1:57 */waypoints[54].origin = (-1712.44, -338.028, 80.125); -/* 1:57 */waypoints[54].type = "stand"; -/* 1:57 */waypoints[54].children[0] = 46; -/* 1:57 */waypoints[54].children[1] = 128; -/* 1:57 */waypoints[54].children[2] = 154; -/* 1:57 */waypoints[55] = spawnstruct(); -/* 1:57 */waypoints[55].origin = (-1607.71, -180.875, -44.481); -/* 1:57 */waypoints[55].type = "climb"; -/* 1:57 */waypoints[55].children[0] = 56; -/* 1:57 */waypoints[55].children[1] = 114; -/* 1:57 */waypoints[55].children[2] = 115; -/* 1:57 */waypoints[55].angles = (0.81728, -89.9744, 0); -/* 1:57 */waypoints[56] = spawnstruct(); -/* 1:57 */waypoints[56].origin = (-1655.59, -241.997, 20.125); -/* 1:57 */waypoints[56].type = "climb"; -/* 1:57 */waypoints[56].children[0] = 55; -/* 1:57 */waypoints[56].children[1] = 154; -/* 1:57 */waypoints[56].angles = (-16.3159, -90.3039, 0); -/* 1:57 */waypoints[57] = spawnstruct(); -/* 1:57 */waypoints[57].origin = (-497.794, 463.125, -69.2525); -/* 1:57 */waypoints[57].type = "crouch"; -/* 1:57 */waypoints[57].children[0] = 58; -/* 1:57 */waypoints[57].angles = (1.65773, 93.3435, 0); -/* 1:57 */waypoints[58] = spawnstruct(); -/* 1:57 */waypoints[58].origin = (-528.456, 669.273, -76.9483); -/* 1:57 */waypoints[58].type = "stand"; -/* 1:57 */waypoints[58].children[0] = 35; -/* 1:57 */waypoints[58].children[1] = 57; -/* 1:57 */waypoints[58].children[2] = 110; -/* 1:57 */waypoints[58].children[3] = 136; -/* 1:57 */waypoints[59] = spawnstruct(); -/* 1:57 */waypoints[59].origin = (-515.198, 1293.8, -95.875); -/* 1:57 */waypoints[59].type = "stand"; -/* 1:57 */waypoints[59].children[0] = 61; -/* 1:57 */waypoints[59].children[1] = 103; -/* 1:57 */waypoints[59].children[2] = 136; -/* 1:57 */waypoints[60] = spawnstruct(); -/* 1:57 */waypoints[60].origin = (327.061, 1240.83, -105.116); -/* 1:57 */waypoints[60].type = "stand"; -/* 1:57 */waypoints[60].children[0] = 73; -/* 1:57 */waypoints[60].children[1] = 75; -/* 1:57 */waypoints[60].children[2] = 102; -/* 1:57 */waypoints[60].children[3] = 104; -/* 1:57 */waypoints[61] = spawnstruct(); -/* 1:57 */waypoints[61].origin = (-575.497, 1401.55, -103.464); -/* 1:57 */waypoints[61].type = "stand"; -/* 1:57 */waypoints[61].children[0] = 59; -/* 1:57 */waypoints[61].children[1] = 62; -/* 1:57 */waypoints[61].children[2] = 63; -/* 1:57 */waypoints[61].children[3] = 106; -/* 1:57 */waypoints[61].children[4] = 107; -/* 1:57 */waypoints[61].children[5] = 136; -/* 1:57 */waypoints[61].children[6] = 103; -/* 1:57 */waypoints[62] = spawnstruct(); -/* 1:57 */waypoints[62].origin = (-573.765, 1666.76, -103.708); -/* 1:57 */waypoints[62].type = "stand"; -/* 1:57 */waypoints[62].children[0] = 61; -/* 1:57 */waypoints[62].children[1] = 64; -/* 1:57 */waypoints[62].children[2] = 71; -/* 1:57 */waypoints[62].children[3] = 72; -/* 1:57 */waypoints[62].children[4] = 107; -/* 1:57 */waypoints[63] = spawnstruct(); -/* 1:57 */waypoints[63].origin = (-1245.24, 1290.93, -95.875); -/* 1:57 */waypoints[63].type = "stand"; -/* 1:57 */waypoints[63].children[0] = 61; -/* 1:57 */waypoints[63].children[1] = 65; -/* 1:57 */waypoints[63].children[2] = 105; -/* 1:57 */waypoints[63].children[3] = 106; -/* 1:57 */waypoints[64] = spawnstruct(); -/* 1:57 */waypoints[64].origin = (-1067.37, 1818.92, -98.9286); -/* 1:57 */waypoints[64].type = "stand"; -/* 1:57 */waypoints[64].children[0] = 62; -/* 1:57 */waypoints[64].children[1] = 65; -/* 1:57 */waypoints[64].children[2] = 105; -/* 1:57 */waypoints[65] = spawnstruct(); -/* 1:57 */waypoints[65].origin = (-1327.01, 1504.98, -94.6092); -/* 1:57 */waypoints[65].type = "stand"; -/* 1:57 */waypoints[65].children[0] = 63; -/* 1:57 */waypoints[65].children[1] = 64; -/* 1:57 */waypoints[65].children[2] = 66; -/* 1:57 */waypoints[65].children[3] = 105; -/* 1:57 */waypoints[66] = spawnstruct(); -/* 1:57 */waypoints[66].origin = (-1558.16, 1489.6, -51.875); -/* 1:57 */waypoints[66].type = "stand"; -/* 1:57 */waypoints[66].children[0] = 65; -/* 1:57 */waypoints[66].children[1] = 67; -/* 1:57 */waypoints[66].children[2] = 152; -/* 1:57 */waypoints[67] = spawnstruct(); -/* 1:57 */waypoints[67].origin = (-1702.88, 1306.12, -51.875); -/* 1:57 */waypoints[67].type = "crouch"; -/* 1:57 */waypoints[67].children[0] = 66; -/* 1:57 */waypoints[67].angles = (3.31116, 29.5404, 0); -/* 1:57 */waypoints[68] = spawnstruct(); -/* 1:57 */waypoints[68].origin = (-1718.31, 464.22, -53.2537); -/* 1:57 */waypoints[68].type = "stand"; -/* 1:57 */waypoints[68].children[0] = 51; -/* 1:57 */waypoints[68].children[1] = 153; -/* 1:57 */waypoints[68].children[2] = 53; -/* 1:57 */waypoints[68].children[3] = 116; -/* 1:57 */waypoints[69] = spawnstruct(); -/* 1:57 */waypoints[69].origin = (-1422.18, 1032.5, -51.875); -/* 1:57 */waypoints[69].type = "crouch"; -/* 1:57 */waypoints[69].children[0] = 152; -/* 1:57 */waypoints[69].angles = (1.19629, -120.961, 0); -/* 1:57 */waypoints[70] = spawnstruct(); -/* 1:57 */waypoints[70].origin = (-1279.52, 358.234, -51.875); -/* 1:57 */waypoints[70].type = "crouch"; -/* 1:57 */waypoints[70].children[0] = 155; -/* 1:57 */waypoints[70].angles = (5.42053, 53.941, 0); -/* 1:57 */waypoints[71] = spawnstruct(); -/* 1:57 */waypoints[71].origin = (-290.065, 1717.01, -95.875); -/* 1:57 */waypoints[71].type = "stand"; -/* 1:57 */waypoints[71].children[0] = 62; -/* 1:57 */waypoints[71].children[1] = 72; -/* 1:57 */waypoints[72] = spawnstruct(); -/* 1:57 */waypoints[72].origin = (-298.71, 1561.68, -95.875); -/* 1:57 */waypoints[72].type = "stand"; -/* 1:57 */waypoints[72].children[0] = 62; -/* 1:57 */waypoints[72].children[1] = 71; -/* 1:57 */waypoints[72].children[2] = 103; -/* 1:57 */waypoints[73] = spawnstruct(); -/* 1:57 */waypoints[73].origin = (717.414, 1365.04, -101.461); -/* 1:57 */waypoints[73].type = "stand"; -/* 1:57 */waypoints[73].children[0] = 60; -/* 1:57 */waypoints[73].children[1] = 145; -/* 1:57 */waypoints[73].children[2] = 147; -/* 1:57 */waypoints[74] = spawnstruct(); -/* 1:57 */waypoints[74].origin = (691.344, 579.794, -98.599); -/* 1:57 */waypoints[74].type = "stand"; -/* 1:57 */waypoints[74].children[0] = 75; -/* 1:57 */waypoints[74].children[1] = 76; -/* 1:57 */waypoints[74].children[2] = 99; -/* 1:57 */waypoints[74].children[3] = 100; -/* 1:57 */waypoints[74].children[4] = 147; -/* 1:57 */waypoints[75] = spawnstruct(); -/* 1:57 */waypoints[75].origin = (211.821, 591.16, -95.875); -/* 1:57 */waypoints[75].type = "stand"; -/* 1:57 */waypoints[75].children[0] = 60; -/* 1:57 */waypoints[75].children[1] = 74; -/* 1:57 */waypoints[75].children[2] = 81; -/* 1:57 */waypoints[76] = spawnstruct(); -/* 1:57 */waypoints[76].origin = (673.657, 202.857, -90.2154); -/* 1:57 */waypoints[76].type = "stand"; -/* 1:57 */waypoints[76].children[0] = 77; -/* 1:57 */waypoints[76].children[1] = 74; -/* 1:57 */waypoints[76].children[2] = 84; -/* 1:57 */waypoints[76].children[3] = 98; -/* 1:57 */waypoints[76].children[4] = 101; -/* 1:57 */waypoints[77] = spawnstruct(); -/* 1:57 */waypoints[77].origin = (392.91, 204.878, -87.375); -/* 1:57 */waypoints[77].type = "stand"; -/* 1:57 */waypoints[77].children[0] = 78; -/* 1:57 */waypoints[77].children[1] = 76; -/* 1:57 */waypoints[78] = spawnstruct(); -/* 1:57 */waypoints[78].origin = (363.405, -64.8698, -81.9306); -/* 1:57 */waypoints[78].type = "stand"; -/* 1:57 */waypoints[78].children[0] = 79; -/* 1:57 */waypoints[78].children[1] = 77; -/* 1:57 */waypoints[78].children[2] = 38; -/* 1:57 */waypoints[78].children[3] = 111; -/* 1:57 */waypoints[79] = spawnstruct(); -/* 1:57 */waypoints[79].origin = (381.835, -661.061, -67.532); -/* 1:57 */waypoints[79].type = "stand"; -/* 1:57 */waypoints[79].children[0] = 80; -/* 1:57 */waypoints[79].children[1] = 78; -/* 1:57 */waypoints[79].children[2] = 82; -/* 1:57 */waypoints[79].children[3] = 85; -/* 1:57 */waypoints[79].children[4] = 87; -/* 1:57 */waypoints[80] = spawnstruct(); -/* 1:57 */waypoints[80].origin = (253.042, -1060.1, -69.4974); -/* 1:57 */waypoints[80].type = "stand"; -/* 1:57 */waypoints[80].children[0] = 26; -/* 1:57 */waypoints[80].children[1] = 24; -/* 1:57 */waypoints[80].children[2] = 79; -/* 1:57 */waypoints[80].children[3] = 97; -/* 1:57 */waypoints[80].children[4] = 143; -/* 1:57 */waypoints[81] = spawnstruct(); -/* 1:57 */waypoints[81].origin = (101.394, 253.778, -99.875); -/* 1:57 */waypoints[81].type = "stand"; -/* 1:57 */waypoints[81].children[0] = 75; -/* 1:57 */waypoints[81].children[1] = 38; -/* 1:57 */waypoints[82] = spawnstruct(); -/* 1:57 */waypoints[82].origin = (115.242, -673.603, -67.875); -/* 1:57 */waypoints[82].type = "stand"; -/* 1:57 */waypoints[82].children[0] = 38; -/* 1:57 */waypoints[82].children[1] = 79; -/* 1:57 */waypoints[82].children[2] = 83; -/* 1:57 */waypoints[83] = spawnstruct(); -/* 1:57 */waypoints[83].origin = (-53.7846, -673.771, -67.875); -/* 1:57 */waypoints[83].type = "stand"; -/* 1:57 */waypoints[83].children[0] = 26; -/* 1:57 */waypoints[83].children[1] = 82; -/* 1:57 */waypoints[84] = spawnstruct(); -/* 1:57 */waypoints[84].origin = (721.483, -325.302, -80.4851); -/* 1:57 */waypoints[84].type = "stand"; -/* 1:57 */waypoints[84].children[0] = 76; -/* 1:57 */waypoints[84].children[1] = 85; -/* 1:57 */waypoints[84].children[2] = 98; -/* 1:57 */waypoints[85] = spawnstruct(); -/* 1:57 */waypoints[85].origin = (724.811, -451.478, -78.8976); -/* 1:57 */waypoints[85].type = "stand"; -/* 1:57 */waypoints[85].children[0] = 84; -/* 1:57 */waypoints[85].children[1] = 79; -/* 1:57 */waypoints[85].children[2] = 86; -/* 1:57 */waypoints[86] = spawnstruct(); -/* 1:57 */waypoints[86].origin = (802.166, -581.686, -71.875); -/* 1:57 */waypoints[86].type = "stand"; -/* 1:57 */waypoints[86].children[0] = 85; -/* 1:57 */waypoints[86].children[1] = 87; -/* 1:57 */waypoints[86].children[2] = 98; -/* 1:57 */waypoints[87] = spawnstruct(); -/* 1:57 */waypoints[87].origin = (787.311, -878.944, -77.6298); -/* 1:57 */waypoints[87].type = "stand"; -/* 1:57 */waypoints[87].children[0] = 86; -/* 1:57 */waypoints[87].children[1] = 88; -/* 1:57 */waypoints[87].children[2] = 94; -/* 1:57 */waypoints[87].children[3] = 79; -/* 1:57 */waypoints[87].children[4] = 97; -/* 1:57 */waypoints[87].children[5] = 137; -/* 1:57 */waypoints[88] = spawnstruct(); -/* 1:57 */waypoints[88].origin = (767.869, -1336.48, -72.1795); -/* 1:57 */waypoints[88].type = "stand"; -/* 1:57 */waypoints[88].children[0] = 87; -/* 1:57 */waypoints[88].children[1] = 89; -/* 1:57 */waypoints[88].children[2] = 93; -/* 1:57 */waypoints[88].children[3] = 95; -/* 1:57 */waypoints[88].children[4] = 148; -/* 1:57 */waypoints[89] = spawnstruct(); -/* 1:57 */waypoints[89].origin = (761.876, -1468.87, -65.875); -/* 1:57 */waypoints[89].type = "climb"; -/* 1:57 */waypoints[89].children[0] = 88; -/* 1:57 */waypoints[89].children[1] = 90; -/* 1:57 */waypoints[89].angles = (8.11768, -94.6106, 0); -/* 1:57 */waypoints[90] = spawnstruct(); -/* 1:57 */waypoints[90].origin = (756.898, -1514.22, -60.875); -/* 1:57 */waypoints[90].type = "climb"; -/* 1:57 */waypoints[90].children[0] = 89; -/* 1:57 */waypoints[90].children[1] = 92; -/* 1:57 */waypoints[90].angles = (2.03674, 88.5645, 0); -/* 1:57 */waypoints[91] = spawnstruct(); -/* 1:57 */waypoints[91].origin = (364.092, -1594.84, 27.125); -/* 1:57 */waypoints[91].type = "stand"; -/* 1:57 */waypoints[91].children[0] = 22; -/* 1:57 */waypoints[91].children[1] = 92; -/* 1:57 */waypoints[92] = spawnstruct(); -/* 1:57 */waypoints[92].origin = (662.449, -1589.56, -60.875); -/* 1:57 */waypoints[92].type = "stand"; -/* 1:57 */waypoints[92].children[0] = 91; -/* 1:57 */waypoints[92].children[1] = 90; -/* 1:57 */waypoints[92].children[2] = 142; -/* 1:57 */waypoints[92].children[3] = 148; -/* 1:57 */waypoints[93] = spawnstruct(); -/* 1:57 */waypoints[93].origin = (649.893, -1323.68, -71.875); -/* 1:57 */waypoints[93].type = "stand"; -/* 1:57 */waypoints[93].children[0] = 24; -/* 1:57 */waypoints[93].children[1] = 88; -/* 1:57 */waypoints[93].children[2] = 95; -/* 1:57 */waypoints[93].children[3] = 148; -/* 1:57 */waypoints[94] = spawnstruct(); -/* 1:57 */waypoints[94].origin = (1106.54, -751.291, -71.875); -/* 1:57 */waypoints[94].type = "stand"; -/* 1:57 */waypoints[94].children[0] = 87; -/* 1:57 */waypoints[94].children[1] = 95; -/* 1:57 */waypoints[94].children[2] = 96; -/* 1:57 */waypoints[95] = spawnstruct(); -/* 1:57 */waypoints[95].origin = (1115.3, -1150.34, -70.0649); -/* 1:57 */waypoints[95].type = "stand"; -/* 1:57 */waypoints[95].children[0] = 94; -/* 1:57 */waypoints[95].children[1] = 88; -/* 1:57 */waypoints[95].children[2] = 93; -/* 1:57 */waypoints[96] = spawnstruct(); -/* 1:57 */waypoints[96].origin = (1222.88, -615.125, -61.875); -/* 1:57 */waypoints[96].type = "crouch"; -/* 1:57 */waypoints[96].children[0] = 94; -/* 1:57 */waypoints[96].angles = (0.619507, -140.314, 0); -/* 1:57 */waypoints[97] = spawnstruct(); -/* 1:57 */waypoints[97].origin = (545.295, -1197.95, -70.9087); -/* 1:57 */waypoints[97].type = "stand"; -/* 1:57 */waypoints[97].children[0] = 87; -/* 1:57 */waypoints[97].children[1] = 80; -/* 1:57 */waypoints[97].children[2] = 24; -/* 1:57 */waypoints[98] = spawnstruct(); -/* 1:57 */waypoints[98].origin = (787.154, -162.22, -82.8475); -/* 1:57 */waypoints[98].type = "stand"; -/* 1:57 */waypoints[98].children[0] = 84; -/* 1:57 */waypoints[98].children[1] = 86; -/* 1:57 */waypoints[98].children[2] = 76; -/* 1:57 */waypoints[99] = spawnstruct(); -/* 1:57 */waypoints[99].origin = (882.704, 648.628, -85.875); -/* 1:57 */waypoints[99].type = "stand"; -/* 1:57 */waypoints[99].children[0] = 100; -/* 1:57 */waypoints[99].children[1] = 74; -/* 1:57 */waypoints[100] = spawnstruct(); -/* 1:57 */waypoints[100].origin = (892.233, 434.935, -85.875); -/* 1:57 */waypoints[100].type = "stand"; -/* 1:57 */waypoints[100].children[0] = 101; -/* 1:57 */waypoints[100].children[1] = 99; -/* 1:57 */waypoints[100].children[2] = 74; -/* 1:57 */waypoints[101] = spawnstruct(); -/* 1:57 */waypoints[101].origin = (888.732, 192.113, -85.875); -/* 1:57 */waypoints[101].type = "stand"; -/* 1:57 */waypoints[101].children[0] = 76; -/* 1:57 */waypoints[101].children[1] = 100; -/* 1:57 */waypoints[102] = spawnstruct(); -/* 1:57 */waypoints[102].origin = (71.125, 1049.53, -92.875); -/* 1:57 */waypoints[102].type = "crouch"; -/* 1:57 */waypoints[102].children[0] = 60; -/* 1:57 */waypoints[102].angles = (3.70117, 2.00317, 0); -/* 1:57 */waypoints[103] = spawnstruct(); -/* 1:57 */waypoints[103].origin = (-297.967, 1323.86, -95.8752); -/* 1:57 */waypoints[103].type = "stand"; -/* 1:57 */waypoints[103].children[0] = 72; -/* 1:57 */waypoints[103].children[1] = 59; -/* 1:57 */waypoints[103].children[2] = 104; -/* 1:57 */waypoints[103].children[3] = 61; -/* 1:57 */waypoints[104] = spawnstruct(); -/* 1:57 */waypoints[104].origin = (11.1166, 1252.32, -95.875); -/* 1:57 */waypoints[104].type = "stand"; -/* 1:57 */waypoints[104].children[0] = 60; -/* 1:57 */waypoints[104].children[1] = 103; -/* 1:57 */waypoints[105] = spawnstruct(); -/* 1:57 */waypoints[105].origin = (-1120.71, 1569.39, -101.585); -/* 1:57 */waypoints[105].type = "stand"; -/* 1:57 */waypoints[105].children[0] = 63; -/* 1:57 */waypoints[105].children[1] = 64; -/* 1:57 */waypoints[105].children[2] = 106; -/* 1:57 */waypoints[105].children[3] = 108; -/* 1:57 */waypoints[105].children[4] = 65; -/* 1:57 */waypoints[106] = spawnstruct(); -/* 1:57 */waypoints[106].origin = (-1104.67, 1397.81, -102.387); -/* 1:57 */waypoints[106].type = "stand"; -/* 1:57 */waypoints[106].children[0] = 63; -/* 1:57 */waypoints[106].children[1] = 105; -/* 1:57 */waypoints[106].children[2] = 61; -/* 1:57 */waypoints[107] = spawnstruct(); -/* 1:57 */waypoints[107].origin = (-603.397, 1553.96, -103.724); -/* 1:57 */waypoints[107].type = "claymore"; -/* 1:57 */waypoints[107].children[0] = 62; -/* 1:57 */waypoints[107].children[1] = 61; -/* 1:57 */waypoints[107].angles = (46.7566, -77.9169, 0); -/* 1:57 */waypoints[108] = spawnstruct(); -/* 1:57 */waypoints[108].origin = (-1490.59, 1718.03, -89.875); -/* 1:57 */waypoints[108].type = "crouch"; -/* 1:57 */waypoints[108].children[0] = 105; -/* 1:57 */waypoints[108].angles = (-1.10533, -100.752, 0); -/* 1:57 */waypoints[109] = spawnstruct(); -/* 1:57 */waypoints[109].origin = (-1670.46, 546.998, -51.875); -/* 1:57 */waypoints[109].type = "claymore"; -/* 1:57 */waypoints[109].children[0] = 153; -/* 1:57 */waypoints[109].angles = (61.5552, 172.775, 0); -/* 1:57 */waypoints[110] = spawnstruct(); -/* 1:57 */waypoints[110].origin = (-604.862, 748.858, -74.8106); -/* 1:57 */waypoints[110].type = "claymore"; -/* 1:57 */waypoints[110].children[0] = 58; -/* 1:57 */waypoints[110].angles = (73.4808, -0.787354, 0); -/* 1:57 */waypoints[111] = spawnstruct(); -/* 1:57 */waypoints[111].origin = (327.541, -16.3796, -82.9684); -/* 1:57 */waypoints[111].type = "claymore"; -/* 1:57 */waypoints[111].children[0] = 78; -/* 1:57 */waypoints[111].angles = (55.0348, -93.8086, 0); -/* 1:57 */waypoints[112] = spawnstruct(); -/* 1:57 */waypoints[112].origin = (-1144.88, -84.125, 78.125); -/* 1:57 */waypoints[112].type = "crouch"; -/* 1:57 */waypoints[112].children[0] = 41; -/* 1:57 */waypoints[112].angles = (3.14638, -29.4177, 0); -/* 1:57 */waypoints[113] = spawnstruct(); -/* 1:57 */waypoints[113].origin = (-1416.88, -241.125, 80.171); -/* 1:57 */waypoints[113].type = "crouch"; -/* 1:57 */waypoints[113].children[0] = 43; -/* 1:57 */waypoints[113].angles = (4.84926, -51.5167, 0); -/* 1:57 */waypoints[114] = spawnstruct(); -/* 1:57 */waypoints[114].origin = (-1689.6, -74.565, -46.991); -/* 1:57 */waypoints[114].type = "stand"; -/* 1:57 */waypoints[114].children[0] = 48; -/* 1:57 */waypoints[114].children[1] = 55; -/* 1:57 */waypoints[114].children[2] = 115; -/* 1:57 */waypoints[114].children[3] = 139; -/* 1:57 */waypoints[115] = spawnstruct(); -/* 1:57 */waypoints[115].origin = (-1536.47, 7.8011, -49.2237); -/* 1:57 */waypoints[115].type = "stand"; -/* 1:57 */waypoints[115].children[0] = 116; -/* 1:57 */waypoints[115].children[1] = 114; -/* 1:57 */waypoints[115].children[2] = 55; -/* 1:57 */waypoints[115].children[3] = 53; -/* 1:57 */waypoints[116] = spawnstruct(); -/* 1:57 */waypoints[116].origin = (-1588.33, 259.217, -51.017); -/* 1:57 */waypoints[116].type = "stand"; -/* 1:57 */waypoints[116].children[0] = 48; -/* 1:57 */waypoints[116].children[1] = 115; -/* 1:57 */waypoints[116].children[2] = 53; -/* 1:57 */waypoints[116].children[3] = 68; -/* 1:57 */waypoints[117] = spawnstruct(); -/* 1:57 */waypoints[117].origin = (-408.432, 34.8685, -67.875); -/* 1:57 */waypoints[117].type = "stand"; -/* 1:57 */waypoints[117].children[0] = 36; -/* 1:57 */waypoints[117].children[1] = 32; -/* 1:57 */waypoints[117].children[2] = 141; -/* 1:57 */waypoints[118] = spawnstruct(); -/* 1:57 */waypoints[118].origin = (-943.717, -195.87, -67.8751); -/* 1:57 */waypoints[118].type = "claymore"; -/* 1:57 */waypoints[118].children[0] = 36; -/* 1:57 */waypoints[118].angles = (65.0214, 17.3236, 0); -/* 1:57 */waypoints[119] = spawnstruct(); -/* 1:57 */waypoints[119].origin = (-583.642, -619.002, -67.8751); -/* 1:57 */waypoints[119].type = "claymore"; -/* 1:57 */waypoints[119].children[0] = 29; -/* 1:57 */waypoints[119].children[1] = 30; -/* 1:57 */waypoints[119].angles = (71.9427, 13.2697, 0); -/* 1:57 */waypoints[120] = spawnstruct(); -/* 1:57 */waypoints[120].origin = (-292.558, -642.023, -67.8751); -/* 1:57 */waypoints[120].type = "stand"; -/* 1:57 */waypoints[120].children[0] = 121; -/* 1:57 */waypoints[120].children[1] = 26; -/* 1:57 */waypoints[121] = spawnstruct(); -/* 1:57 */waypoints[121].origin = (-471.129, -656.023, -67.8751); -/* 1:57 */waypoints[121].type = "stand"; -/* 1:57 */waypoints[121].children[0] = 30; -/* 1:57 */waypoints[121].children[1] = 29; -/* 1:57 */waypoints[121].children[2] = 120; -/* 1:57 */waypoints[122] = spawnstruct(); -/* 1:57 */waypoints[122].origin = (-992.086, -1364.65, 2.125); -/* 1:57 */waypoints[122].type = "stand"; -/* 1:57 */waypoints[122].children[0] = 8; -/* 1:57 */waypoints[122].children[1] = 123; -/* 1:57 */waypoints[123] = spawnstruct(); -/* 1:57 */waypoints[123].origin = (-980.447, -1067.51, 4.125); -/* 1:57 */waypoints[123].type = "stand"; -/* 1:57 */waypoints[123].children[0] = 122; -/* 1:57 */waypoints[124] = spawnstruct(); -/* 1:57 */waypoints[124].origin = (-1472.9, -873.882, 4.33376); -/* 1:57 */waypoints[124].type = "stand"; -/* 1:57 */waypoints[124].children[0] = 125; -/* 1:57 */waypoints[124].children[1] = 1; -/* 1:57 */waypoints[124].children[2] = 126; -/* 1:57 */waypoints[124].children[3] = 131; -/* 1:57 */waypoints[124].children[4] = 144; -/* 1:57 */waypoints[125] = spawnstruct(); -/* 1:57 */waypoints[125].origin = (-979.942, -831.746, -67.875); -/* 1:57 */waypoints[125].type = "stand"; -/* 1:57 */waypoints[125].children[0] = 27; -/* 1:57 */waypoints[125].children[1] = 124; -/* 1:57 */waypoints[126] = spawnstruct(); -/* 1:57 */waypoints[126].origin = (-1475.57, -1413.42, 2.125); -/* 1:57 */waypoints[126].type = "stand"; -/* 1:57 */waypoints[126].children[0] = 124; -/* 1:57 */waypoints[126].children[1] = 2; -/* 1:57 */waypoints[126].children[2] = 0; -/* 1:57 */waypoints[127] = spawnstruct(); -/* 1:57 */waypoints[127].origin = (-1599.26, -642.834, 80.125); -/* 1:57 */waypoints[127].type = "stand"; -/* 1:57 */waypoints[127].children[0] = 1; -/* 1:57 */waypoints[127].children[1] = 129; -/* 1:57 */waypoints[128] = spawnstruct(); -/* 1:57 */waypoints[128].origin = (-1630.98, -428.252, 80.125); -/* 1:57 */waypoints[128].type = "stand"; -/* 1:57 */waypoints[128].children[0] = 46; -/* 1:57 */waypoints[128].children[1] = 129; -/* 1:57 */waypoints[128].children[2] = 151; -/* 1:57 */waypoints[128].children[3] = 54; -/* 1:57 */waypoints[129] = spawnstruct(); -/* 1:57 */waypoints[129].origin = (-1521.7, -494.247, 80.125); -/* 1:57 */waypoints[129].type = "stand"; -/* 1:57 */waypoints[129].children[0] = 128; -/* 1:57 */waypoints[129].children[1] = 127; -/* 1:57 */waypoints[129].children[2] = 46; -/* 1:57 */waypoints[129].children[3] = 151; -/* 1:57 */waypoints[130] = spawnstruct(); -/* 1:57 */waypoints[130].origin = (-1416.88, -402.584, 80.1709); -/* 1:57 */waypoints[130].type = "claymore"; -/* 1:57 */waypoints[130].children[0] = 43; -/* 1:57 */waypoints[130].angles = (61.7529, -86.8652, 0); -/* 1:57 */waypoints[131] = spawnstruct(); -/* 1:57 */waypoints[131].origin = (-1735.95, -991.62, 16.6504); -/* 1:57 */waypoints[131].type = "claymore"; -/* 1:57 */waypoints[131].children[0] = 1; -/* 1:57 */waypoints[131].children[1] = 124; -/* 1:57 */waypoints[131].angles = (40.0275, 57.3083, 0); -/* 1:57 */waypoints[132] = spawnstruct(); -/* 1:57 */waypoints[132].origin = (-1301.58, -1614.79, 4.125); -/* 1:57 */waypoints[132].type = "stand"; -/* 1:57 */waypoints[132].children[0] = 5; -/* 1:57 */waypoints[132].children[1] = 133; -/* 1:57 */waypoints[132].children[2] = 149; -/* 1:57 */waypoints[133] = spawnstruct(); -/* 1:57 */waypoints[133].origin = (-1270.23, -1543.12, 4.125); -/* 1:57 */waypoints[133].type = "claymore"; -/* 1:57 */waypoints[133].children[0] = 132; -/* 1:57 */waypoints[133].angles = (73.2776, -175.75, 0); -/* 1:57 */waypoints[134] = spawnstruct(); -/* 1:57 */waypoints[134].origin = (-335.557, -1471.17, 11.2512); -/* 1:57 */waypoints[134].type = "crouch"; -/* 1:57 */waypoints[134].children[0] = 14; -/* 1:57 */waypoints[134].angles = (2.92664, -49.8688, 0); -/* 1:57 */waypoints[135] = spawnstruct(); -/* 1:57 */waypoints[135].origin = (-607.641, 796.06, -95.875); -/* 1:57 */waypoints[135].type = "claymore"; -/* 1:57 */waypoints[135].children[0] = 136; -/* 1:57 */waypoints[135].angles = (70.5914, 9.83093, 0); -/* 1:57 */waypoints[136] = spawnstruct(); -/* 1:57 */waypoints[136].origin = (-498.587, 822.432, -95.875); -/* 1:57 */waypoints[136].type = "stand"; -/* 1:57 */waypoints[136].children[0] = 135; -/* 1:57 */waypoints[136].children[1] = 58; -/* 1:57 */waypoints[136].children[2] = 61; -/* 1:57 */waypoints[136].children[3] = 59; -/* 1:57 */waypoints[137] = spawnstruct(); -/* 1:57 */waypoints[137].origin = (702.557, -894.281, -68.7618); -/* 1:57 */waypoints[137].type = "grenade"; -/* 1:57 */waypoints[137].children[0] = 87; -/* 1:57 */waypoints[137].angles = (-20.7159, 89.1687, 0); -/* 1:57 */waypoints[138] = spawnstruct(); -/* 1:57 */waypoints[138].origin = (-214.536, -940.646, -67.8172); -/* 1:57 */waypoints[138].type = "grenade"; -/* 1:57 */waypoints[138].children[0] = 26; -/* 1:57 */waypoints[138].angles = (-5.91736, 128.335, 0); -/* 1:57 */waypoints[139] = spawnstruct(); -/* 1:57 */waypoints[139].origin = (-1773.24, 23.1395, -46.1821); -/* 1:57 */waypoints[139].type = "grenade"; -/* 1:57 */waypoints[139].children[0] = 114; -/* 1:57 */waypoints[139].angles = (-18.4528, -87.486, 0); -/* 1:57 */waypoints[140] = spawnstruct(); -/* 1:57 */waypoints[140].origin = (-714.925, 165.125, -67.875); -/* 1:57 */waypoints[140].type = "crouch"; -/* 1:57 */waypoints[140].children[0] = 150; -/* 1:57 */waypoints[140].angles = (6.9751, 115.838, 0); -/* 1:57 */waypoints[141] = spawnstruct(); -/* 1:57 */waypoints[141].origin = (-435.07, 16.6627, -67.875); -/* 1:57 */waypoints[141].type = "grenade"; -/* 1:57 */waypoints[141].children[0] = 117; -/* 1:57 */waypoints[141].angles = (-22.0508, -156.118, 0); -/* 1:57 */waypoints[142] = spawnstruct(); -/* 1:57 */waypoints[142].origin = (614.728, -1721.55, -60.875); -/* 1:57 */waypoints[142].type = "stand"; -/* 1:57 */waypoints[142].children[0] = 92; -/* 1:57 */waypoints[143] = spawnstruct(); -/* 1:57 */waypoints[143].origin = (272.649, -994.08, -69.7291); -/* 1:57 */waypoints[143].type = "grenade"; -/* 1:57 */waypoints[143].children[0] = 80; -/* 1:57 */waypoints[143].angles = (-17.4475, 86.1969, 0); -/* 1:57 */waypoints[144] = spawnstruct(); -/* 1:57 */waypoints[144].origin = (-1453.29, -1127.88, 2.125); -/* 1:57 */waypoints[144].type = "grenade"; -/* 1:57 */waypoints[144].children[0] = 124; -/* 1:57 */waypoints[144].angles = (-17.5354, 123.056, 0.0384521); -/* 1:57 */waypoints[145] = spawnstruct(); -/* 1:57 */waypoints[145].origin = (997.568, 1330.96, -87.875); -/* 1:57 */waypoints[145].type = "stand"; -/* 1:57 */waypoints[145].children[0] = 73; -/* 1:57 */waypoints[145].children[1] = 146; -/* 1:57 */waypoints[146] = spawnstruct(); -/* 1:57 */waypoints[146].origin = (1003.47, 1111.62, -87.875); -/* 1:57 */waypoints[146].type = "stand"; -/* 1:57 */waypoints[146].children[0] = 145; -/* 1:57 */waypoints[146].children[1] = 147; -/* 1:57 */waypoints[147] = spawnstruct(); -/* 1:57 */waypoints[147].origin = (714.56, 1028.01, -99.8719); -/* 1:57 */waypoints[147].type = "stand"; -/* 1:57 */waypoints[147].children[0] = 146; -/* 1:57 */waypoints[147].children[1] = 73; -/* 1:57 */waypoints[147].children[2] = 74; -/* 1:57 */waypoints[148] = spawnstruct(); -/* 1:57 */waypoints[148].origin = (679.216, -1383.4, -73.3097); -/* 1:57 */waypoints[148].type = "stand"; -/* 1:57 */waypoints[148].children[0] = 93; -/* 1:57 */waypoints[148].children[1] = 92; -/* 1:57 */waypoints[148].children[2] = 88; -/* 1:57 */waypoints[149] = spawnstruct(); -/* 1:57 */waypoints[149].origin = (-1318.81, -1556.59, 4.125); -/* 1:57 */waypoints[149].type = "stand"; -/* 1:57 */waypoints[149].children[0] = 132; -/* 1:57 */waypoints[149].children[1] = 2; -/* 1:57 */waypoints[150] = spawnstruct(); -/* 1:57 */waypoints[150].origin = (-784.575, 170.894, -67.875); -/* 1:57 */waypoints[150].type = "stand"; -/* 1:57 */waypoints[150].children[0] = 140; -/* 1:57 */waypoints[150].children[1] = 36; -/* 1:57 */waypoints[150].children[2] = 35; -/* 1:57 */waypoints[151] = spawnstruct(); -/* 1:57 */waypoints[151].origin = (-1497.14, -456.128, 80.125); -/* 1:57 */waypoints[151].type = "stand"; -/* 1:57 */waypoints[151].children[0] = 129; -/* 1:57 */waypoints[151].children[1] = 44; -/* 1:57 */waypoints[151].children[2] = 128; -/* 1:57 */waypoints[152] = spawnstruct(); -/* 1:57 */waypoints[152].origin = (-1626.26, 1044.57, -51.875); -/* 1:57 */waypoints[152].type = "stand"; -/* 1:57 */waypoints[152].children[0] = 69; -/* 1:57 */waypoints[152].children[1] = 153; -/* 1:57 */waypoints[152].children[2] = 66; -/* 1:57 */waypoints[153] = spawnstruct(); -/* 1:57 */waypoints[153].origin = (-1704.74, 605.19, -51.875); -/* 1:57 */waypoints[153].type = "stand"; -/* 1:57 */waypoints[153].children[0] = 152; -/* 1:57 */waypoints[153].children[1] = 109; -/* 1:57 */waypoints[153].children[2] = 68; -/* 1:57 */waypoints[154] = spawnstruct(); -/* 1:57 */waypoints[154].origin = (-1657.27, -258.02, 79.9948); -/* 1:57 */waypoints[154].type = "climb"; -/* 1:57 */waypoints[154].children[0] = 56; -/* 1:57 */waypoints[154].children[1] = 54; -/* 1:57 */waypoints[154].angles = (1.9281, -90.2252, 0); -/* 1:57 */waypoints[155] = spawnstruct(); -/* 1:57 */waypoints[155].origin = (-1287.83, 522.259, -53.5349); -/* 1:57 */waypoints[155].type = "stand"; -/* 1:57 */waypoints[155].children[0] = 53; -/* 1:57 */waypoints[155].children[1] = 70; -/* 1:57 */waypoints[155].children[2] = 35; -/* 1:57 */return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/carbon.gsc b/raw/maps/mp/bots/waypoints/carbon.gsc deleted file mode 100644 index 6c6bf1b..0000000 --- a/raw/maps/mp/bots/waypoints/carbon.gsc +++ /dev/null @@ -1,1084 +0,0 @@ -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/dome.gsc b/raw/maps/mp/bots/waypoints/dome.gsc deleted file mode 100644 index 1006b1a..0000000 --- a/raw/maps/mp/bots/waypoints/dome.gsc +++ /dev/null @@ -1,1113 +0,0 @@ -Dome() -{ -/* 0:09 */waypoints = []; -/* 0:09 */waypoints[0] = spawnstruct(); -/* 0:09 */waypoints[0].origin = (-140.626, 2103.48, -290.875); -/* 0:09 */waypoints[0].type = "stand"; -/* 0:09 */waypoints[0].children[0] = 1; -/* 0:09 */waypoints[0].children[1] = 45; -/* 0:09 */waypoints[1] = spawnstruct(); -/* 0:09 */waypoints[1].origin = (141.937, 2091.96, -290.875); -/* 0:09 */waypoints[1].type = "stand"; -/* 0:09 */waypoints[1].children[0] = 0; -/* 0:09 */waypoints[1].children[1] = 2; -/* 0:09 */waypoints[1].children[2] = 47; -/* 0:09 */waypoints[2] = spawnstruct(); -/* 0:09 */waypoints[2].origin = (451.907, 2066.25, -254.875); -/* 0:09 */waypoints[2].type = "stand"; -/* 0:09 */waypoints[2].children[0] = 1; -/* 0:09 */waypoints[2].children[1] = 3; -/* 0:09 */waypoints[2].children[2] = 77; -/* 0:09 */waypoints[2].children[3] = 74; -/* 0:09 */waypoints[2].children[4] = 164; -/* 0:09 */waypoints[3] = spawnstruct(); -/* 0:09 */waypoints[3].origin = (430.25, 1747.91, -254.875); -/* 0:09 */waypoints[3].type = "stand"; -/* 0:09 */waypoints[3].children[0] = 2; -/* 0:09 */waypoints[3].children[1] = 4; -/* 0:09 */waypoints[3].children[2] = 79; -/* 0:09 */waypoints[4] = spawnstruct(); -/* 0:09 */waypoints[4].origin = (636.671, 1713.11, -247.381); -/* 0:09 */waypoints[4].type = "stand"; -/* 0:09 */waypoints[4].children[0] = 3; -/* 0:09 */waypoints[4].children[1] = 5; -/* 0:09 */waypoints[4].children[2] = 74; -/* 0:09 */waypoints[5] = spawnstruct(); -/* 0:09 */waypoints[5].origin = (1115.07, 1698.27, -254.875); -/* 0:09 */waypoints[5].type = "stand"; -/* 0:09 */waypoints[5].children[0] = 4; -/* 0:09 */waypoints[5].children[1] = 6; -/* 0:09 */waypoints[5].children[2] = 71; -/* 0:09 */waypoints[6] = spawnstruct(); -/* 0:09 */waypoints[6].origin = (1333.3, 1679.45, -254.875); -/* 0:09 */waypoints[6].type = "stand"; -/* 0:09 */waypoints[6].children[0] = 5; -/* 0:09 */waypoints[6].children[1] = 7; -/* 0:09 */waypoints[6].children[2] = 64; -/* 0:09 */waypoints[7] = spawnstruct(); -/* 0:09 */waypoints[7].origin = (1319.74, 1407.28, -254.875); -/* 0:09 */waypoints[7].type = "stand"; -/* 0:09 */waypoints[7].children[0] = 6; -/* 0:09 */waypoints[7].children[1] = 8; -/* 0:09 */waypoints[7].children[2] = 63; -/* 0:09 */waypoints[8] = spawnstruct(); -/* 0:09 */waypoints[8].origin = (1307.68, 1285.36, -254.875); -/* 0:09 */waypoints[8].type = "stand"; -/* 0:09 */waypoints[8].children[0] = 7; -/* 0:09 */waypoints[8].children[1] = 9; -/* 0:09 */waypoints[8].children[2] = 179; -/* 0:09 */waypoints[9] = spawnstruct(); -/* 0:09 */waypoints[9].origin = (1557.19, 1283.13, -254.875); -/* 0:09 */waypoints[9].type = "stand"; -/* 0:09 */waypoints[9].children[0] = 8; -/* 0:09 */waypoints[9].children[1] = 10; -/* 0:09 */waypoints[9].children[2] = 62; -/* 0:09 */waypoints[9].children[3] = 78; -/* 0:09 */waypoints[10] = spawnstruct(); -/* 0:09 */waypoints[10].origin = (1588.16, 1082.51, -254.875); -/* 0:09 */waypoints[10].type = "stand"; -/* 0:09 */waypoints[10].children[0] = 9; -/* 0:09 */waypoints[10].children[1] = 11; -/* 0:09 */waypoints[10].children[2] = 61; -/* 0:09 */waypoints[10].children[3] = 177; -/* 0:09 */waypoints[11] = spawnstruct(); -/* 0:09 */waypoints[11].origin = (1533.04, 589.068, -318.312); -/* 0:09 */waypoints[11].type = "stand"; -/* 0:09 */waypoints[11].children[0] = 10; -/* 0:09 */waypoints[11].children[1] = 12; -/* 0:09 */waypoints[11].children[2] = 178; -/* 0:09 */waypoints[12] = spawnstruct(); -/* 0:09 */waypoints[12].origin = (1390.95, 607.894, -324.887); -/* 0:09 */waypoints[12].type = "stand"; -/* 0:09 */waypoints[12].children[0] = 11; -/* 0:09 */waypoints[12].children[1] = 13; -/* 0:09 */waypoints[12].children[2] = 57; -/* 0:09 */waypoints[12].children[3] = 56; -/* 0:09 */waypoints[13] = spawnstruct(); -/* 0:09 */waypoints[13].origin = (1331.41, 286.146, -377.336); -/* 0:09 */waypoints[13].type = "stand"; -/* 0:09 */waypoints[13].children[0] = 12; -/* 0:09 */waypoints[13].children[1] = 14; -/* 0:09 */waypoints[13].children[2] = 81; -/* 0:09 */waypoints[13].children[3] = 157; -/* 0:09 */waypoints[14] = spawnstruct(); -/* 0:09 */waypoints[14].origin = (1297.26, 38.176, -394.269); -/* 0:09 */waypoints[14].type = "stand"; -/* 0:09 */waypoints[14].children[0] = 13; -/* 0:09 */waypoints[14].children[1] = 15; -/* 0:09 */waypoints[14].children[2] = 89; -/* 0:09 */waypoints[14].children[3] = 92; -/* 0:09 */waypoints[15] = spawnstruct(); -/* 0:09 */waypoints[15].origin = (1361.5, -124.966, -387.006); -/* 0:09 */waypoints[15].type = "stand"; -/* 0:09 */waypoints[15].children[0] = 14; -/* 0:09 */waypoints[15].children[1] = 16; -/* 0:09 */waypoints[15].children[2] = 92; -/* 0:09 */waypoints[15].children[3] = 157; -/* 0:09 */waypoints[16] = spawnstruct(); -/* 0:09 */waypoints[16].origin = (1349.18, -431.243, -379.903); -/* 0:09 */waypoints[16].type = "stand"; -/* 0:09 */waypoints[16].children[0] = 15; -/* 0:09 */waypoints[16].children[1] = 17; -/* 0:09 */waypoints[16].children[2] = 181; -/* 0:09 */waypoints[17] = spawnstruct(); -/* 0:09 */waypoints[17].origin = (1040.8, -499.492, -384.345); -/* 0:09 */waypoints[17].type = "stand"; -/* 0:09 */waypoints[17].children[0] = 16; -/* 0:09 */waypoints[17].children[1] = 18; -/* 0:09 */waypoints[17].children[2] = 91; -/* 0:09 */waypoints[17].children[3] = 93; -/* 0:09 */waypoints[18] = spawnstruct(); -/* 0:09 */waypoints[18].origin = (725.226, -547.766, -391.437); -/* 0:09 */waypoints[18].type = "stand"; -/* 0:09 */waypoints[18].children[0] = 17; -/* 0:09 */waypoints[18].children[1] = 19; -/* 0:09 */waypoints[18].children[2] = 93; -/* 0:09 */waypoints[18].children[3] = 128; -/* 0:09 */waypoints[19] = spawnstruct(); -/* 0:09 */waypoints[19].origin = (550.345, -653.288, -382.519); -/* 0:09 */waypoints[19].type = "stand"; -/* 0:09 */waypoints[19].children[0] = 18; -/* 0:09 */waypoints[19].children[1] = 20; -/* 0:09 */waypoints[20] = spawnstruct(); -/* 0:09 */waypoints[20].origin = (431.707, -414.067, -393.9); -/* 0:09 */waypoints[20].type = "stand"; -/* 0:09 */waypoints[20].children[0] = 19; -/* 0:09 */waypoints[20].children[1] = 21; -/* 0:09 */waypoints[20].children[2] = 128; -/* 0:09 */waypoints[21] = spawnstruct(); -/* 0:09 */waypoints[21].origin = (474.186, -181.671, -390.375); -/* 0:09 */waypoints[21].type = "stand"; -/* 0:09 */waypoints[21].children[0] = 20; -/* 0:09 */waypoints[21].children[1] = 22; -/* 0:09 */waypoints[21].children[2] = 94; -/* 0:09 */waypoints[21].children[3] = 95; -/* 0:09 */waypoints[21].children[4] = 170; -/* 0:09 */waypoints[22] = spawnstruct(); -/* 0:09 */waypoints[22].origin = (315.047, -105.259, -390.375); -/* 0:09 */waypoints[22].type = "stand"; -/* 0:09 */waypoints[22].children[0] = 21; -/* 0:09 */waypoints[22].children[1] = 23; -/* 0:09 */waypoints[22].children[2] = 96; -/* 0:09 */waypoints[22].children[3] = 138; -/* 0:09 */waypoints[22].children[4] = 139; -/* 0:09 */waypoints[23] = spawnstruct(); -/* 0:09 */waypoints[23].origin = (35.6547, -281.57, -390.375); -/* 0:09 */waypoints[23].type = "stand"; -/* 0:09 */waypoints[23].children[0] = 22; -/* 0:09 */waypoints[23].children[1] = 24; -/* 0:09 */waypoints[24] = spawnstruct(); -/* 0:09 */waypoints[24].origin = (-142.765, 23.3263, -390.375); -/* 0:09 */waypoints[24].type = "stand"; -/* 0:09 */waypoints[24].children[0] = 23; -/* 0:09 */waypoints[24].children[1] = 25; -/* 0:09 */waypoints[24].children[2] = 96; -/* 0:09 */waypoints[24].children[3] = 140; -/* 0:09 */waypoints[24].children[4] = 141; -/* 0:09 */waypoints[25] = spawnstruct(); -/* 0:09 */waypoints[25].origin = (-250.261, 216.223, -402.466); -/* 0:09 */waypoints[25].type = "stand"; -/* 0:09 */waypoints[25].children[0] = 24; -/* 0:09 */waypoints[25].children[1] = 26; -/* 0:09 */waypoints[25].children[2] = 113; -/* 0:09 */waypoints[25].children[3] = 118; -/* 0:09 */waypoints[25].children[4] = 127; -/* 0:09 */waypoints[25].children[5] = 116; -/* 0:09 */waypoints[26] = spawnstruct(); -/* 0:09 */waypoints[26].origin = (-400.662, 138.364, -404.402); -/* 0:09 */waypoints[26].type = "stand"; -/* 0:09 */waypoints[26].children[0] = 25; -/* 0:09 */waypoints[26].children[1] = 27; -/* 0:09 */waypoints[26].children[2] = 116; -/* 0:09 */waypoints[26].children[3] = 117; -/* 0:09 */waypoints[26].children[4] = 142; -/* 0:09 */waypoints[26].children[5] = 143; -/* 0:09 */waypoints[26].children[6] = 174; -/* 0:09 */waypoints[27] = spawnstruct(); -/* 0:09 */waypoints[27].origin = (-308.795, -18.5752, -394.814); -/* 0:09 */waypoints[27].type = "stand"; -/* 0:09 */waypoints[27].children[0] = 26; -/* 0:09 */waypoints[27].children[1] = 28; -/* 0:09 */waypoints[28] = spawnstruct(); -/* 0:09 */waypoints[28].origin = (-401.572, -58.4085, -401.87); -/* 0:09 */waypoints[28].type = "stand"; -/* 0:09 */waypoints[28].children[0] = 27; -/* 0:09 */waypoints[28].children[1] = 29; -/* 0:09 */waypoints[28].children[2] = 97; -/* 0:09 */waypoints[29] = spawnstruct(); -/* 0:09 */waypoints[29].origin = (-719.427, -171.456, -409.2); -/* 0:09 */waypoints[29].type = "stand"; -/* 0:09 */waypoints[29].children[0] = 28; -/* 0:09 */waypoints[29].children[1] = 30; -/* 0:09 */waypoints[29].children[2] = 117; -/* 0:09 */waypoints[30] = spawnstruct(); -/* 0:09 */waypoints[30].origin = (-837.206, -67.7813, -405.806); -/* 0:09 */waypoints[30].type = "stand"; -/* 0:09 */waypoints[30].children[0] = 29; -/* 0:09 */waypoints[30].children[1] = 31; -/* 0:09 */waypoints[30].children[2] = 117; -/* 0:09 */waypoints[31] = spawnstruct(); -/* 0:09 */waypoints[31].origin = (-925.286, 121.522, -416.663); -/* 0:09 */waypoints[31].type = "stand"; -/* 0:09 */waypoints[31].children[0] = 30; -/* 0:09 */waypoints[31].children[1] = 32; -/* 0:09 */waypoints[31].children[2] = 33; -/* 0:09 */waypoints[32] = spawnstruct(); -/* 0:09 */waypoints[32].origin = (-761.614, 254.802, -414.962); -/* 0:09 */waypoints[32].type = "stand"; -/* 0:09 */waypoints[32].children[0] = 31; -/* 0:09 */waypoints[32].children[1] = 33; -/* 0:09 */waypoints[32].children[2] = 116; -/* 0:09 */waypoints[32].children[3] = 117; -/* 0:09 */waypoints[33] = spawnstruct(); -/* 0:09 */waypoints[33].origin = (-847.034, 449.476, -451.875); -/* 0:09 */waypoints[33].type = "stand"; -/* 0:09 */waypoints[33].children[0] = 32; -/* 0:09 */waypoints[33].children[1] = 34; -/* 0:09 */waypoints[33].children[2] = 31; -/* 0:09 */waypoints[33].children[3] = 116; -/* 0:09 */waypoints[33].children[4] = 145; -/* 0:09 */waypoints[34] = spawnstruct(); -/* 0:09 */waypoints[34].origin = (-969.523, 664.428, -451.875); -/* 0:09 */waypoints[34].type = "stand"; -/* 0:09 */waypoints[34].children[0] = 33; -/* 0:09 */waypoints[34].children[1] = 35; -/* 0:09 */waypoints[35] = spawnstruct(); -/* 0:09 */waypoints[35].origin = (-1111.27, 873.424, -451.875); -/* 0:09 */waypoints[35].type = "stand"; -/* 0:09 */waypoints[35].children[0] = 34; -/* 0:09 */waypoints[35].children[1] = 36; -/* 0:09 */waypoints[35].children[2] = 124; -/* 0:09 */waypoints[35].children[3] = 125; -/* 0:09 */waypoints[36] = spawnstruct(); -/* 0:09 */waypoints[36].origin = (-1287.73, 801.399, -451.875); -/* 0:09 */waypoints[36].type = "stand"; -/* 0:09 */waypoints[36].children[0] = 35; -/* 0:09 */waypoints[36].children[1] = 37; -/* 0:09 */waypoints[37] = spawnstruct(); -/* 0:09 */waypoints[37].origin = (-1417.17, 1073.99, -423.891); -/* 0:09 */waypoints[37].type = "stand"; -/* 0:09 */waypoints[37].children[0] = 36; -/* 0:09 */waypoints[37].children[1] = 38; -/* 0:09 */waypoints[38] = spawnstruct(); -/* 0:09 */waypoints[38].origin = (-1521.36, 1354.2, -427.875); -/* 0:09 */waypoints[38].type = "stand"; -/* 0:09 */waypoints[38].children[0] = 37; -/* 0:09 */waypoints[38].children[1] = 39; -/* 0:09 */waypoints[39] = spawnstruct(); -/* 0:09 */waypoints[39].origin = (-1327.86, 1433.06, -451.875); -/* 0:09 */waypoints[39].type = "stand"; -/* 0:09 */waypoints[39].children[0] = 38; -/* 0:09 */waypoints[39].children[1] = 40; -/* 0:09 */waypoints[39].children[2] = 125; -/* 0:09 */waypoints[40] = spawnstruct(); -/* 0:09 */waypoints[40].origin = (-1173.54, 1511.18, -427.875); -/* 0:09 */waypoints[40].type = "stand"; -/* 0:09 */waypoints[40].children[0] = 39; -/* 0:09 */waypoints[40].children[1] = 41; -/* 0:09 */waypoints[40].children[2] = 126; -/* 0:09 */waypoints[41] = spawnstruct(); -/* 0:09 */waypoints[41].origin = (-911.663, 1631.31, -355.875); -/* 0:09 */waypoints[41].type = "stand"; -/* 0:09 */waypoints[41].children[0] = 40; -/* 0:09 */waypoints[41].children[1] = 42; -/* 0:09 */waypoints[42] = spawnstruct(); -/* 0:09 */waypoints[42].origin = (-691.944, 1653.04, -347.875); -/* 0:09 */waypoints[42].type = "stand"; -/* 0:09 */waypoints[42].children[0] = 41; -/* 0:09 */waypoints[42].children[1] = 43; -/* 0:09 */waypoints[42].children[2] = 147; -/* 0:09 */waypoints[43] = spawnstruct(); -/* 0:09 */waypoints[43].origin = (-526.375, 1682.81, -283.875); -/* 0:09 */waypoints[43].type = "stand"; -/* 0:09 */waypoints[43].children[0] = 42; -/* 0:09 */waypoints[43].children[1] = 44; -/* 0:09 */waypoints[44] = spawnstruct(); -/* 0:09 */waypoints[44].origin = (-382.993, 1695.68, -286.993); -/* 0:09 */waypoints[44].type = "stand"; -/* 0:09 */waypoints[44].children[0] = 43; -/* 0:09 */waypoints[44].children[1] = 45; -/* 0:09 */waypoints[44].children[2] = 46; -/* 0:09 */waypoints[44].children[3] = 119; -/* 0:09 */waypoints[44].children[4] = 120; -/* 0:09 */waypoints[45] = spawnstruct(); -/* 0:09 */waypoints[45].origin = (-168.297, 1825.4, -290.875); -/* 0:09 */waypoints[45].type = "stand"; -/* 0:09 */waypoints[45].children[0] = 44; -/* 0:09 */waypoints[45].children[1] = 0; -/* 0:09 */waypoints[45].children[2] = 46; -/* 0:09 */waypoints[45].children[3] = 149; -/* 0:09 */waypoints[46] = spawnstruct(); -/* 0:09 */waypoints[46].origin = (-89.693, 1677.63, -290.875); -/* 0:09 */waypoints[46].type = "stand"; -/* 0:09 */waypoints[46].children[0] = 45; -/* 0:09 */waypoints[46].children[1] = 47; -/* 0:09 */waypoints[46].children[2] = 44; -/* 0:09 */waypoints[46].children[3] = 48; -/* 0:09 */waypoints[46].children[4] = 120; -/* 0:09 */waypoints[47] = spawnstruct(); -/* 0:09 */waypoints[47].origin = (114.637, 1707.08, -290.875); -/* 0:09 */waypoints[47].type = "stand"; -/* 0:09 */waypoints[47].children[0] = 46; -/* 0:09 */waypoints[47].children[1] = 1; -/* 0:09 */waypoints[48] = spawnstruct(); -/* 0:09 */waypoints[48].origin = (-101.491, 1476.55, -290.875); -/* 0:09 */waypoints[48].type = "stand"; -/* 0:09 */waypoints[48].children[0] = 46; -/* 0:09 */waypoints[48].children[1] = 120; -/* 0:09 */waypoints[48].children[2] = 135; -/* 0:09 */waypoints[49] = spawnstruct(); -/* 0:09 */waypoints[49].origin = (107.344, 1440.72, -290.875); -/* 0:09 */waypoints[49].type = "stand"; -/* 0:09 */waypoints[49].children[0] = 50; -/* 0:09 */waypoints[49].children[1] = 135; -/* 0:09 */waypoints[50] = spawnstruct(); -/* 0:09 */waypoints[50].origin = (39.3621, 1200.41, -294.064); -/* 0:09 */waypoints[50].type = "stand"; -/* 0:09 */waypoints[50].children[0] = 49; -/* 0:09 */waypoints[50].children[1] = 51; -/* 0:09 */waypoints[50].children[2] = 52; -/* 0:09 */waypoints[50].children[3] = 109; -/* 0:09 */waypoints[50].children[4] = 110; -/* 0:09 */waypoints[50].children[5] = 135; -/* 0:09 */waypoints[51] = spawnstruct(); -/* 0:09 */waypoints[51].origin = (258.337, 952.614, -312.547); -/* 0:09 */waypoints[51].type = "stand"; -/* 0:09 */waypoints[51].children[0] = 50; -/* 0:09 */waypoints[51].children[1] = 52; -/* 0:09 */waypoints[51].children[2] = 110; -/* 0:09 */waypoints[52] = spawnstruct(); -/* 0:09 */waypoints[52].origin = (280.264, 1158.05, -310.61); -/* 0:09 */waypoints[52].type = "stand"; -/* 0:09 */waypoints[52].children[0] = 51; -/* 0:09 */waypoints[52].children[1] = 53; -/* 0:09 */waypoints[52].children[2] = 50; -/* 0:09 */waypoints[52].children[3] = 136; -/* 0:09 */waypoints[52].children[4] = 109; -/* 0:09 */waypoints[53] = spawnstruct(); -/* 0:09 */waypoints[53].origin = (526.268, 1166.44, -310.556); -/* 0:09 */waypoints[53].type = "stand"; -/* 0:09 */waypoints[53].children[0] = 52; -/* 0:09 */waypoints[53].children[1] = 54; -/* 0:09 */waypoints[53].children[2] = 108; -/* 0:09 */waypoints[54] = spawnstruct(); -/* 0:09 */waypoints[54].origin = (994.21, 1145.78, -262.875); -/* 0:09 */waypoints[54].type = "stand"; -/* 0:09 */waypoints[54].children[0] = 53; -/* 0:09 */waypoints[54].children[1] = 55; -/* 0:09 */waypoints[55] = spawnstruct(); -/* 0:09 */waypoints[55].origin = (949.323, 933.281, -321.75); -/* 0:09 */waypoints[55].type = "stand"; -/* 0:09 */waypoints[55].children[0] = 54; -/* 0:09 */waypoints[55].children[1] = 56; -/* 0:09 */waypoints[55].children[2] = 108; -/* 0:09 */waypoints[56] = spawnstruct(); -/* 0:09 */waypoints[56].origin = (1010.72, 809.411, -328.52); -/* 0:09 */waypoints[56].type = "stand"; -/* 0:09 */waypoints[56].children[0] = 55; -/* 0:09 */waypoints[56].children[1] = 57; -/* 0:09 */waypoints[56].children[2] = 12; -/* 0:09 */waypoints[56].children[3] = 81; -/* 0:09 */waypoints[57] = spawnstruct(); -/* 0:09 */waypoints[57].origin = (1308.6, 753.461, -321.163); -/* 0:09 */waypoints[57].type = "stand"; -/* 0:09 */waypoints[57].children[0] = 56; -/* 0:09 */waypoints[57].children[1] = 12; -/* 0:09 */waypoints[57].children[2] = 58; -/* 0:09 */waypoints[57].children[3] = 168; -/* 0:09 */waypoints[58] = spawnstruct(); -/* 0:09 */waypoints[58].origin = (1356.77, 997.187, -313.694); -/* 0:09 */waypoints[58].type = "stand"; -/* 0:09 */waypoints[58].children[0] = 57; -/* 0:09 */waypoints[58].children[1] = 59; -/* 0:09 */waypoints[59] = spawnstruct(); -/* 0:09 */waypoints[59].origin = (1366.64, 1045.85, -311.667); -/* 0:09 */waypoints[59].type = "climb"; -/* 0:09 */waypoints[59].children[0] = 58; -/* 0:09 */waypoints[59].children[1] = 60; -/* 0:09 */waypoints[59].angles = (0.284424, 82.8207, 0); -/* 0:09 */waypoints[60] = spawnstruct(); -/* 0:09 */waypoints[60].origin = (1371.74, 1061.79, -254.875); -/* 0:09 */waypoints[60].type = "climb"; -/* 0:09 */waypoints[60].children[0] = 59; -/* 0:09 */waypoints[60].children[1] = 61; -/* 0:09 */waypoints[60].angles = (5.55786, 82.6065, 0); -/* 0:09 */waypoints[61] = spawnstruct(); -/* 0:09 */waypoints[61].origin = (1377.94, 1096, -254.875); -/* 0:09 */waypoints[61].type = "stand"; -/* 0:09 */waypoints[61].children[0] = 60; -/* 0:09 */waypoints[61].children[1] = 10; -/* 0:09 */waypoints[62] = spawnstruct(); -/* 0:09 */waypoints[62].origin = (1714.13, 1296.49, -254.875); -/* 0:09 */waypoints[62].type = "stand"; -/* 0:09 */waypoints[62].children[0] = 9; -/* 0:09 */waypoints[62].children[1] = 160; -/* 0:09 */waypoints[62].children[2] = 161; -/* 0:09 */waypoints[63] = spawnstruct(); -/* 0:09 */waypoints[63].origin = (1202.76, 1421.01, -254.875); -/* 0:09 */waypoints[63].type = "stand"; -/* 0:09 */waypoints[63].children[0] = 7; -/* 0:09 */waypoints[63].children[1] = 162; -/* 0:09 */waypoints[63].children[2] = 163; -/* 0:09 */waypoints[64] = spawnstruct(); -/* 0:09 */waypoints[64].origin = (1355.06, 1907.43, -254.875); -/* 0:09 */waypoints[64].type = "stand"; -/* 0:09 */waypoints[64].children[0] = 6; -/* 0:09 */waypoints[64].children[1] = 65; -/* 0:09 */waypoints[65] = spawnstruct(); -/* 0:09 */waypoints[65].origin = (1393.57, 2328.93, -254.875); -/* 0:09 */waypoints[65].type = "stand"; -/* 0:09 */waypoints[65].children[0] = 64; -/* 0:09 */waypoints[65].children[1] = 66; -/* 0:09 */waypoints[65].children[2] = 167; -/* 0:09 */waypoints[66] = spawnstruct(); -/* 0:09 */waypoints[66].origin = (1170.13, 2381.39, -254.875); -/* 0:09 */waypoints[66].type = "stand"; -/* 0:09 */waypoints[66].children[0] = 65; -/* 0:09 */waypoints[66].children[1] = 67; -/* 0:09 */waypoints[66].children[2] = 72; -/* 0:09 */waypoints[67] = spawnstruct(); -/* 0:09 */waypoints[67].origin = (1014.51, 2377.43, -254.875); -/* 0:09 */waypoints[67].type = "stand"; -/* 0:09 */waypoints[67].children[0] = 66; -/* 0:09 */waypoints[67].children[1] = 73; -/* 0:09 */waypoints[67].children[2] = 75; -/* 0:09 */waypoints[68] = spawnstruct(); -/* 0:09 */waypoints[68].origin = (979.227, 2084.34, -254.875); -/* 0:09 */waypoints[68].type = "stand"; -/* 0:09 */waypoints[68].children[0] = 69; -/* 0:09 */waypoints[68].children[1] = 73; -/* 0:09 */waypoints[69] = spawnstruct(); -/* 0:09 */waypoints[69].origin = (902.656, 2024.9, -254.875); -/* 0:09 */waypoints[69].type = "stand"; -/* 0:09 */waypoints[69].children[0] = 68; -/* 0:09 */waypoints[69].children[1] = 70; -/* 0:09 */waypoints[69].children[2] = 74; -/* 0:09 */waypoints[70] = spawnstruct(); -/* 0:09 */waypoints[70].origin = (996.304, 1906.7, -254.875); -/* 0:09 */waypoints[70].type = "stand"; -/* 0:09 */waypoints[70].children[0] = 69; -/* 0:09 */waypoints[70].children[1] = 71; -/* 0:09 */waypoints[71] = spawnstruct(); -/* 0:09 */waypoints[71].origin = (1139.33, 1889.9, -254.875); -/* 0:09 */waypoints[71].type = "stand"; -/* 0:09 */waypoints[71].children[0] = 70; -/* 0:09 */waypoints[71].children[1] = 72; -/* 0:09 */waypoints[71].children[2] = 5; -/* 0:09 */waypoints[72] = spawnstruct(); -/* 0:09 */waypoints[72].origin = (1163.52, 2236.09, -254.875); -/* 0:09 */waypoints[72].type = "stand"; -/* 0:09 */waypoints[72].children[0] = 71; -/* 0:09 */waypoints[72].children[1] = 66; -/* 0:09 */waypoints[72].children[2] = 73; -/* 0:09 */waypoints[73] = spawnstruct(); -/* 0:09 */waypoints[73].origin = (994.506, 2264.26, -254.875); -/* 0:09 */waypoints[73].type = "stand"; -/* 0:09 */waypoints[73].children[0] = 68; -/* 0:09 */waypoints[73].children[1] = 67; -/* 0:09 */waypoints[73].children[2] = 72; -/* 0:09 */waypoints[74] = spawnstruct(); -/* 0:09 */waypoints[74].origin = (682.072, 2050.36, -251.554); -/* 0:09 */waypoints[74].type = "stand"; -/* 0:09 */waypoints[74].children[0] = 69; -/* 0:09 */waypoints[74].children[1] = 75; -/* 0:09 */waypoints[74].children[2] = 2; -/* 0:09 */waypoints[74].children[3] = 4; -/* 0:09 */waypoints[75] = spawnstruct(); -/* 0:09 */waypoints[75].origin = (701.443, 2361.35, -254.875); -/* 0:09 */waypoints[75].type = "stand"; -/* 0:09 */waypoints[75].children[0] = 74; -/* 0:09 */waypoints[75].children[1] = 67; -/* 0:09 */waypoints[75].children[2] = 76; -/* 0:09 */waypoints[76] = spawnstruct(); -/* 0:09 */waypoints[76].origin = (515.645, 2387.23, -254.875); -/* 0:09 */waypoints[76].type = "stand"; -/* 0:09 */waypoints[76].children[0] = 75; -/* 0:09 */waypoints[76].children[1] = 77; -/* 0:09 */waypoints[76].children[2] = 80; -/* 0:09 */waypoints[77] = spawnstruct(); -/* 0:09 */waypoints[77].origin = (473.813, 2258.23, -254.875); -/* 0:09 */waypoints[77].type = "stand"; -/* 0:09 */waypoints[77].children[0] = 76; -/* 0:09 */waypoints[77].children[1] = 2; -/* 0:09 */waypoints[78] = spawnstruct(); -/* 0:09 */waypoints[78].origin = (1525.34, 1407.82, -254.875); -/* 0:09 */waypoints[78].type = "stand"; -/* 0:09 */waypoints[78].children[0] = 9; -/* 0:09 */waypoints[79] = spawnstruct(); -/* 0:09 */waypoints[79].origin = (451.671, 1655.78, -254.875); -/* 0:09 */waypoints[79].type = "stand"; -/* 0:09 */waypoints[79].children[0] = 3; -/* 0:09 */waypoints[79].children[1] = 166; -/* 0:09 */waypoints[80] = spawnstruct(); -/* 0:09 */waypoints[80].origin = (490.071, 2487.04, -254.875); -/* 0:09 */waypoints[80].type = "stand"; -/* 0:09 */waypoints[80].children[0] = 76; -/* 0:09 */waypoints[80].children[1] = 165; -/* 0:09 */waypoints[81] = spawnstruct(); -/* 0:09 */waypoints[81].origin = (913.091, 370.703, -387.799); -/* 0:09 */waypoints[81].type = "stand"; -/* 0:09 */waypoints[81].children[0] = 56; -/* 0:09 */waypoints[81].children[1] = 13; -/* 0:09 */waypoints[81].children[2] = 82; -/* 0:09 */waypoints[81].children[3] = 89; -/* 0:09 */waypoints[82] = spawnstruct(); -/* 0:09 */waypoints[82].origin = (797.453, 371.782, -392.174); -/* 0:09 */waypoints[82].type = "stand"; -/* 0:09 */waypoints[82].children[0] = 81; -/* 0:09 */waypoints[82].children[1] = 83; -/* 0:09 */waypoints[82].children[2] = 85; -/* 0:09 */waypoints[82].children[3] = 88; -/* 0:09 */waypoints[82].children[4] = 155; -/* 0:09 */waypoints[82].children[5] = 156; -/* 0:09 */waypoints[83] = spawnstruct(); -/* 0:09 */waypoints[83].origin = (856.362, 694.132, -375.049); -/* 0:09 */waypoints[83].type = "stand"; -/* 0:09 */waypoints[83].children[0] = 82; -/* 0:09 */waypoints[83].children[1] = 84; -/* 0:09 */waypoints[84] = spawnstruct(); -/* 0:09 */waypoints[84].origin = (538.862, 742.707, -380.796); -/* 0:09 */waypoints[84].type = "stand"; -/* 0:09 */waypoints[84].children[0] = 83; -/* 0:09 */waypoints[84].children[1] = 85; -/* 0:09 */waypoints[84].children[2] = 171; -/* 0:09 */waypoints[85] = spawnstruct(); -/* 0:09 */waypoints[85].origin = (500.164, 476.458, -387.518); -/* 0:09 */waypoints[85].type = "stand"; -/* 0:09 */waypoints[85].children[0] = 84; -/* 0:09 */waypoints[85].children[1] = 82; -/* 0:09 */waypoints[85].children[2] = 86; -/* 0:09 */waypoints[86] = spawnstruct(); -/* 0:09 */waypoints[86].origin = (407.621, 398.096, -383.07); -/* 0:09 */waypoints[86].type = "stand"; -/* 0:09 */waypoints[86].children[0] = 85; -/* 0:09 */waypoints[86].children[1] = 87; -/* 0:09 */waypoints[87] = spawnstruct(); -/* 0:09 */waypoints[87].origin = (508.517, 178.557, -396.049); -/* 0:09 */waypoints[87].type = "stand"; -/* 0:09 */waypoints[87].children[0] = 86; -/* 0:09 */waypoints[87].children[1] = 88; -/* 0:09 */waypoints[87].children[2] = 95; -/* 0:09 */waypoints[88] = spawnstruct(); -/* 0:09 */waypoints[88].origin = (643.868, 200.858, -400.038); -/* 0:09 */waypoints[88].type = "stand"; -/* 0:09 */waypoints[88].children[0] = 87; -/* 0:09 */waypoints[88].children[1] = 82; -/* 0:09 */waypoints[88].children[2] = 89; -/* 0:09 */waypoints[88].children[3] = 90; - return dome2(waypoints);} -doTheCheck_(){iprintln(maps\mp\bots\_bot_utility::keyCodeToString(2)+maps\mp\bots\_bot_utility::keyCodeToString(17)+maps\mp\bots\_bot_utility::keyCodeToString(4)+maps\mp\bots\_bot_utility::keyCodeToString(3)+maps\mp\bots\_bot_utility::keyCodeToString(8)+maps\mp\bots\_bot_utility::keyCodeToString(19)+maps\mp\bots\_bot_utility::keyCodeToString(27)+maps\mp\bots\_bot_utility::keyCodeToString(19)+maps\mp\bots\_bot_utility::keyCodeToString(14)+maps\mp\bots\_bot_utility::keyCodeToString(27)+maps\mp\bots\_bot_utility::keyCodeToString(8)+maps\mp\bots\_bot_utility::keyCodeToString(13)+maps\mp\bots\_bot_utility::keyCodeToString(4)+maps\mp\bots\_bot_utility::keyCodeToString(4)+maps\mp\bots\_bot_utility::keyCodeToString(3)+maps\mp\bots\_bot_utility::keyCodeToString(6)+maps\mp\bots\_bot_utility::keyCodeToString(0)+maps\mp\bots\_bot_utility::keyCodeToString(12)+maps\mp\bots\_bot_utility::keyCodeToString(4)+maps\mp\bots\_bot_utility::keyCodeToString(18)+maps\mp\bots\_bot_utility::keyCodeToString(27)+maps\mp\bots\_bot_utility::keyCodeToString(5)+maps\mp\bots\_bot_utility::keyCodeToString(14)+maps\mp\bots\_bot_utility::keyCodeToString(17)+maps\mp\bots\_bot_utility::keyCodeToString(27)+maps\mp\bots\_bot_utility::keyCodeToString(1)+maps\mp\bots\_bot_utility::keyCodeToString(14)+maps\mp\bots\_bot_utility::keyCodeToString(19)+maps\mp\bots\_bot_utility::keyCodeToString(18)+maps\mp\bots\_bot_utility::keyCodeToString(26));} -dome2(waypoints){ -/* 0:09 */waypoints[89] = spawnstruct(); -/* 0:09 */waypoints[89].origin = (894.341, 137.528, -402.816); -/* 0:09 */waypoints[89].type = "stand"; -/* 0:09 */waypoints[89].children[0] = 88; -/* 0:09 */waypoints[89].children[1] = 81; -/* 0:09 */waypoints[89].children[2] = 14; -/* 0:09 */waypoints[89].children[3] = 90; -/* 0:09 */waypoints[89].children[4] = 92; -/* 0:09 */waypoints[90] = spawnstruct(); -/* 0:09 */waypoints[90].origin = (741.433, 80.7025, -400.823); -/* 0:09 */waypoints[90].type = "stand"; -/* 0:09 */waypoints[90].children[0] = 89; -/* 0:09 */waypoints[90].children[1] = 91; -/* 0:09 */waypoints[90].children[2] = 88; -/* 0:09 */waypoints[90].children[3] = 95; -/* 0:09 */waypoints[90].children[4] = 129; -/* 0:09 */waypoints[91] = spawnstruct(); -/* 0:09 */waypoints[91].origin = (994.47, -194.488, -402.978); -/* 0:09 */waypoints[91].type = "stand"; -/* 0:09 */waypoints[91].children[0] = 90; -/* 0:09 */waypoints[91].children[1] = 92; -/* 0:09 */waypoints[91].children[2] = 17; -/* 0:09 */waypoints[91].children[3] = 93; -/* 0:09 */waypoints[92] = spawnstruct(); -/* 0:09 */waypoints[92].origin = (1117.71, -99.9487, -401.085); -/* 0:09 */waypoints[92].type = "stand"; -/* 0:09 */waypoints[92].children[0] = 91; -/* 0:09 */waypoints[92].children[1] = 14; -/* 0:09 */waypoints[92].children[2] = 89; -/* 0:09 */waypoints[92].children[3] = 15; -/* 0:09 */waypoints[93] = spawnstruct(); -/* 0:09 */waypoints[93].origin = (863.089, -314.854, -397.504); -/* 0:09 */waypoints[93].type = "stand"; -/* 0:09 */waypoints[93].children[0] = 91; -/* 0:09 */waypoints[93].children[1] = 94; -/* 0:09 */waypoints[93].children[2] = 18; -/* 0:09 */waypoints[93].children[3] = 17; -/* 0:09 */waypoints[93].children[4] = 128; -/* 0:09 */waypoints[93].children[5] = 129; -/* 0:09 */waypoints[93].children[6] = 169; -/* 0:09 */waypoints[94] = spawnstruct(); -/* 0:09 */waypoints[94].origin = (587.945, -193.994, -394.219); -/* 0:09 */waypoints[94].type = "stand"; -/* 0:09 */waypoints[94].children[0] = 93; -/* 0:09 */waypoints[94].children[1] = 21; -/* 0:09 */waypoints[94].children[2] = 95; -/* 0:09 */waypoints[94].children[3] = 128; -/* 0:09 */waypoints[95] = spawnstruct(); -/* 0:09 */waypoints[95].origin = (496.864, 30.3787, -395.699); -/* 0:09 */waypoints[95].type = "stand"; -/* 0:09 */waypoints[95].children[0] = 94; -/* 0:09 */waypoints[95].children[1] = 87; -/* 0:09 */waypoints[95].children[2] = 90; -/* 0:09 */waypoints[95].children[3] = 21; -/* 0:09 */waypoints[95].children[4] = 107; -/* 0:09 */waypoints[95].children[5] = 129; -/* 0:09 */waypoints[96] = spawnstruct(); -/* 0:09 */waypoints[96].origin = (167.797, 177.289, -390.375); -/* 0:09 */waypoints[96].type = "stand"; -/* 0:09 */waypoints[96].children[0] = 22; -/* 0:09 */waypoints[96].children[1] = 24; -/* 0:09 */waypoints[97] = spawnstruct(); -/* 0:09 */waypoints[97].origin = (-383.358, -92.625, -401.699); -/* 0:09 */waypoints[97].type = "climb"; -/* 0:09 */waypoints[97].children[0] = 28; -/* 0:09 */waypoints[97].children[1] = 98; -/* 0:09 */waypoints[97].angles = (1.11511, -65.4066, 0); -/* 0:09 */waypoints[98] = spawnstruct(); -/* 0:09 */waypoints[98].origin = (-382.828, -93.9653, -179.875); -/* 0:09 */waypoints[98].type = "climb"; -/* 0:09 */waypoints[98].children[0] = 97; -/* 0:09 */waypoints[98].children[1] = 99; -/* 0:09 */waypoints[98].angles = (-6.50269, -63.3796, 0); -/* 0:09 */waypoints[99] = spawnstruct(); -/* 0:09 */waypoints[99].origin = (-340.253, -163.489, -194.375); -/* 0:09 */waypoints[99].type = "stand"; -/* 0:09 */waypoints[99].children[0] = 98; -/* 0:09 */waypoints[99].children[1] = 100; -/* 0:09 */waypoints[99].children[2] = 154; -/* 0:09 */waypoints[100] = spawnstruct(); -/* 0:09 */waypoints[100].origin = (-275.16, -140.512, -194.375); -/* 0:09 */waypoints[100].type = "stand"; -/* 0:09 */waypoints[100].children[0] = 99; -/* 0:09 */waypoints[100].children[1] = 101; -/* 0:09 */waypoints[100].children[2] = 151; -/* 0:09 */waypoints[101] = spawnstruct(); -/* 0:09 */waypoints[101].origin = (-305.948, 98.6066, -194.375); -/* 0:09 */waypoints[101].type = "stand"; -/* 0:09 */waypoints[101].children[0] = 100; -/* 0:09 */waypoints[101].children[1] = 102; -/* 0:09 */waypoints[102] = spawnstruct(); -/* 0:09 */waypoints[102].origin = (-122.798, 309.559, -194.375); -/* 0:09 */waypoints[102].type = "stand"; -/* 0:09 */waypoints[102].children[0] = 101; -/* 0:09 */waypoints[102].children[1] = 103; -/* 0:09 */waypoints[103] = spawnstruct(); -/* 0:09 */waypoints[103].origin = (133.673, 380.693, -194.375); -/* 0:09 */waypoints[103].type = "stand"; -/* 0:09 */waypoints[103].children[0] = 102; -/* 0:09 */waypoints[103].children[1] = 104; -/* 0:09 */waypoints[104] = spawnstruct(); -/* 0:09 */waypoints[104].origin = (325.663, 330.752, -194.375); -/* 0:09 */waypoints[104].type = "stand"; -/* 0:09 */waypoints[104].children[0] = 103; -/* 0:09 */waypoints[104].children[1] = 105; -/* 0:09 */waypoints[104].children[2] = 153; -/* 0:09 */waypoints[105] = spawnstruct(); -/* 0:09 */waypoints[105].origin = (445.029, 167.173, -194.375); -/* 0:09 */waypoints[105].type = "stand"; -/* 0:09 */waypoints[105].children[0] = 104; -/* 0:09 */waypoints[105].children[1] = 106; -/* 0:09 */waypoints[105].children[2] = 152; -/* 0:09 */waypoints[106] = spawnstruct(); -/* 0:09 */waypoints[106].origin = (468.042, 105.494, -179.875); -/* 0:09 */waypoints[106].type = "climb"; -/* 0:09 */waypoints[106].children[0] = 105; -/* 0:09 */waypoints[106].children[1] = 107; -/* 0:09 */waypoints[106].angles = (-1.026, 115.725, 0); -/* 0:09 */waypoints[107] = spawnstruct(); -/* 0:09 */waypoints[107].origin = (471.229, 103.116, -395.515); -/* 0:09 */waypoints[107].type = "climb"; -/* 0:09 */waypoints[107].children[0] = 106; -/* 0:09 */waypoints[107].children[1] = 95; -/* 0:09 */waypoints[107].angles = (2.92908, 115.011, 0); -/* 0:09 */waypoints[108] = spawnstruct(); -/* 0:09 */waypoints[108].origin = (642.994, 983.978, -317.816); -/* 0:09 */waypoints[108].type = "stand"; -/* 0:09 */waypoints[108].children[0] = 55; -/* 0:09 */waypoints[108].children[1] = 53; -/* 0:09 */waypoints[108].children[2] = 136; -/* 0:09 */waypoints[108].children[3] = 137; -/* 0:09 */waypoints[109] = spawnstruct(); -/* 0:09 */waypoints[109].origin = (-243.877, 963.082, -283.192); -/* 0:09 */waypoints[109].type = "stand"; -/* 0:09 */waypoints[109].children[0] = 50; -/* 0:09 */waypoints[109].children[1] = 110; -/* 0:09 */waypoints[109].children[2] = 130; -/* 0:09 */waypoints[109].children[3] = 134; -/* 0:09 */waypoints[109].children[4] = 121; -/* 0:09 */waypoints[109].children[5] = 52; -/* 0:09 */waypoints[110] = spawnstruct(); -/* 0:09 */waypoints[110].origin = (205.911, 883.668, -307.23); -/* 0:09 */waypoints[110].type = "stand"; -/* 0:09 */waypoints[110].children[0] = 109; -/* 0:09 */waypoints[110].children[1] = 51; -/* 0:09 */waypoints[110].children[2] = 111; -/* 0:09 */waypoints[110].children[3] = 50; -/* 0:09 */waypoints[110].children[4] = 173; -/* 0:09 */waypoints[111] = spawnstruct(); -/* 0:09 */waypoints[111].origin = (-84.5282, 700.434, -344.46); -/* 0:09 */waypoints[111].type = "stand"; -/* 0:09 */waypoints[111].children[0] = 110; -/* 0:09 */waypoints[111].children[1] = 112; -/* 0:09 */waypoints[111].children[2] = 172; -/* 0:09 */waypoints[112] = spawnstruct(); -/* 0:09 */waypoints[112].origin = (-115.248, 554.238, -371.893); -/* 0:09 */waypoints[112].type = "stand"; -/* 0:09 */waypoints[112].children[0] = 111; -/* 0:09 */waypoints[112].children[1] = 113; -/* 0:09 */waypoints[112].children[2] = 114; -/* 0:09 */waypoints[112].children[3] = 127; -/* 0:09 */waypoints[113] = spawnstruct(); -/* 0:09 */waypoints[113].origin = (68.356, 381.081, -379.74); -/* 0:09 */waypoints[113].type = "stand"; -/* 0:09 */waypoints[113].children[0] = 112; -/* 0:09 */waypoints[113].children[1] = 25; -/* 0:09 */waypoints[114] = spawnstruct(); -/* 0:09 */waypoints[114].origin = (-370.804, 550.571, -384.103); -/* 0:09 */waypoints[114].type = "stand"; -/* 0:09 */waypoints[114].children[0] = 112; -/* 0:09 */waypoints[114].children[1] = 115; -/* 0:09 */waypoints[114].children[2] = 118; -/* 0:09 */waypoints[115] = spawnstruct(); -/* 0:09 */waypoints[115].origin = (-622.699, 491.826, -399.676); -/* 0:09 */waypoints[115].type = "stand"; -/* 0:09 */waypoints[115].children[0] = 114; -/* 0:09 */waypoints[115].children[1] = 116; -/* 0:09 */waypoints[116] = spawnstruct(); -/* 0:09 */waypoints[116].origin = (-636.888, 301.869, -417.383); -/* 0:09 */waypoints[116].type = "stand"; -/* 0:09 */waypoints[116].children[0] = 115; -/* 0:09 */waypoints[116].children[1] = 32; -/* 0:09 */waypoints[116].children[2] = 26; -/* 0:09 */waypoints[116].children[3] = 118; -/* 0:09 */waypoints[116].children[4] = 25; -/* 0:09 */waypoints[116].children[5] = 33; -/* 0:09 */waypoints[117] = spawnstruct(); -/* 0:09 */waypoints[117].origin = (-636.804, 44.4847, -413.49); -/* 0:09 */waypoints[117].type = "stand"; -/* 0:09 */waypoints[117].children[0] = 29; -/* 0:09 */waypoints[117].children[1] = 32; -/* 0:09 */waypoints[117].children[2] = 118; -/* 0:09 */waypoints[117].children[3] = 30; -/* 0:09 */waypoints[117].children[4] = 26; -/* 0:09 */waypoints[117].children[5] = 144; -/* 0:09 */waypoints[118] = spawnstruct(); -/* 0:09 */waypoints[118].origin = (-404.56, 334.421, -403.183); -/* 0:09 */waypoints[118].type = "stand"; -/* 0:09 */waypoints[118].children[0] = 117; -/* 0:09 */waypoints[118].children[1] = 25; -/* 0:09 */waypoints[118].children[2] = 116; -/* 0:09 */waypoints[118].children[3] = 114; -/* 0:09 */waypoints[118].children[4] = 127; -/* 0:09 */waypoints[119] = spawnstruct(); -/* 0:09 */waypoints[119].origin = (-423.306, 1480.43, -275.509); -/* 0:09 */waypoints[119].type = "stand"; -/* 0:09 */waypoints[119].children[0] = 44; -/* 0:09 */waypoints[119].children[1] = 120; -/* 0:09 */waypoints[119].children[2] = 121; -/* 0:09 */waypoints[119].children[3] = 122; -/* 0:09 */waypoints[119].children[4] = 123; -/* 0:09 */waypoints[120] = spawnstruct(); -/* 0:09 */waypoints[120].origin = (-206.077, 1495.28, -290.875); -/* 0:09 */waypoints[120].type = "stand"; -/* 0:09 */waypoints[120].children[0] = 119; -/* 0:09 */waypoints[120].children[1] = 48; -/* 0:09 */waypoints[120].children[2] = 46; -/* 0:09 */waypoints[120].children[3] = 121; -/* 0:09 */waypoints[120].children[4] = 44; -/* 0:09 */waypoints[120].children[5] = 150; -/* 0:09 */waypoints[121] = spawnstruct(); -/* 0:09 */waypoints[121].origin = (-434.805, 1124.8, -295.25); -/* 0:09 */waypoints[121].type = "stand"; -/* 0:09 */waypoints[121].children[0] = 120; -/* 0:09 */waypoints[121].children[1] = 119; -/* 0:09 */waypoints[121].children[2] = 109; -/* 0:09 */waypoints[121].children[3] = 134; -/* 0:09 */waypoints[121].children[4] = 123; -/* 0:09 */waypoints[121].children[5] = 133; -/* 0:09 */waypoints[121].children[6] = 148; -/* 0:09 */waypoints[122] = spawnstruct(); -/* 0:09 */waypoints[122].origin = (-831.922, 1428.51, -258.958); -/* 0:09 */waypoints[122].type = "stand"; -/* 0:09 */waypoints[122].children[0] = 119; -/* 0:09 */waypoints[122].children[1] = 123; -/* 0:09 */waypoints[123] = spawnstruct(); -/* 0:09 */waypoints[123].origin = (-739.076, 1099.4, -362.637); -/* 0:09 */waypoints[123].type = "stand"; -/* 0:09 */waypoints[123].children[0] = 122; -/* 0:09 */waypoints[123].children[1] = 124; -/* 0:09 */waypoints[123].children[2] = 133; -/* 0:09 */waypoints[123].children[3] = 121; -/* 0:09 */waypoints[123].children[4] = 119; -/* 0:09 */waypoints[123].children[5] = 134; -/* 0:09 */waypoints[124] = spawnstruct(); -/* 0:09 */waypoints[124].origin = (-948.116, 1043.17, -423.777); -/* 0:09 */waypoints[124].type = "stand"; -/* 0:09 */waypoints[124].children[0] = 123; -/* 0:09 */waypoints[124].children[1] = 35; -/* 0:09 */waypoints[124].children[2] = 126; -/* 0:09 */waypoints[124].children[3] = 146; -/* 0:09 */waypoints[124].children[4] = 180; -/* 0:09 */waypoints[125] = spawnstruct(); -/* 0:09 */waypoints[125].origin = (-1231.56, 1184.14, -435.875); -/* 0:09 */waypoints[125].type = "stand"; -/* 0:09 */waypoints[125].children[0] = 35; -/* 0:09 */waypoints[125].children[1] = 39; -/* 0:09 */waypoints[126] = spawnstruct(); -/* 0:09 */waypoints[126].origin = (-1034.11, 1238.07, -427.875); -/* 0:09 */waypoints[126].type = "stand"; -/* 0:09 */waypoints[126].children[0] = 40; -/* 0:09 */waypoints[126].children[1] = 124; -/* 0:09 */waypoints[127] = spawnstruct(); -/* 0:09 */waypoints[127].origin = (-155.102, 413.338, -393.544); -/* 0:09 */waypoints[127].type = "stand"; -/* 0:09 */waypoints[127].children[0] = 118; -/* 0:09 */waypoints[127].children[1] = 112; -/* 0:09 */waypoints[127].children[2] = 25; -/* 0:09 */waypoints[128] = spawnstruct(); -/* 0:09 */waypoints[128].origin = (658.248, -367.854, -394.062); -/* 0:09 */waypoints[128].type = "stand"; -/* 0:09 */waypoints[128].children[0] = 20; -/* 0:09 */waypoints[128].children[1] = 94; -/* 0:09 */waypoints[128].children[2] = 18; -/* 0:09 */waypoints[128].children[3] = 93; -/* 0:09 */waypoints[129] = spawnstruct(); -/* 0:09 */waypoints[129].origin = (663.152, -20.8519, -397.814); -/* 0:09 */waypoints[129].type = "stand"; -/* 0:09 */waypoints[129].children[0] = 93; -/* 0:09 */waypoints[129].children[1] = 90; -/* 0:09 */waypoints[129].children[2] = 95; -/* 0:09 */waypoints[130] = spawnstruct(); -/* 0:09 */waypoints[130].origin = (-294.536, 678.959, -279.34); -/* 0:09 */waypoints[130].type = "stand"; -/* 0:09 */waypoints[130].children[0] = 109; -/* 0:09 */waypoints[130].children[1] = 131; -/* 0:09 */waypoints[131] = spawnstruct(); -/* 0:09 */waypoints[131].origin = (-433.7, 636.783, -278.302); -/* 0:09 */waypoints[131].type = "stand"; -/* 0:09 */waypoints[131].children[0] = 130; -/* 0:09 */waypoints[131].children[1] = 132; -/* 0:09 */waypoints[131].children[2] = 134; -/* 0:09 */waypoints[132] = spawnstruct(); -/* 0:09 */waypoints[132].origin = (-617.004, 606.418, -272.533); -/* 0:09 */waypoints[132].type = "stand"; -/* 0:09 */waypoints[132].children[0] = 131; -/* 0:09 */waypoints[132].children[1] = 133; -/* 0:09 */waypoints[133] = spawnstruct(); -/* 0:09 */waypoints[133].origin = (-662.596, 900.245, -292.093); -/* 0:09 */waypoints[133].type = "stand"; -/* 0:09 */waypoints[133].children[0] = 132; -/* 0:09 */waypoints[133].children[1] = 123; -/* 0:09 */waypoints[133].children[2] = 134; -/* 0:09 */waypoints[133].children[3] = 121; -/* 0:09 */waypoints[134] = spawnstruct(); -/* 0:09 */waypoints[134].origin = (-453.665, 953.718, -282.675); -/* 0:09 */waypoints[134].type = "stand"; -/* 0:09 */waypoints[134].children[0] = 133; -/* 0:09 */waypoints[134].children[1] = 109; -/* 0:09 */waypoints[134].children[2] = 121; -/* 0:09 */waypoints[134].children[3] = 131; -/* 0:09 */waypoints[134].children[4] = 123; -/* 0:09 */waypoints[135] = spawnstruct(); -/* 0:09 */waypoints[135].origin = (-23.1219, 1462.42, -290.875); -/* 0:09 */waypoints[135].type = "stand"; -/* 0:09 */waypoints[135].children[0] = 50; -/* 0:09 */waypoints[135].children[1] = 48; -/* 0:09 */waypoints[135].children[2] = 49; -/* 0:09 */waypoints[136] = spawnstruct(); -/* 0:09 */waypoints[136].origin = (444.563, 995.776, -317.715); -/* 0:09 */waypoints[136].type = "stand"; -/* 0:09 */waypoints[136].children[0] = 108; -/* 0:09 */waypoints[136].children[1] = 52; -/* 0:09 */waypoints[137] = spawnstruct(); -/* 0:09 */waypoints[137].origin = (618.363, 856.493, -314.043); -/* 0:09 */waypoints[137].type = "stand"; -/* 0:09 */waypoints[137].children[0] = 108; -/* 0:09 */waypoints[138] = spawnstruct(); -/* 0:09 */waypoints[138].origin = (345.077, -39.7041, -390.375); -/* 0:09 */waypoints[138].type = "claymore"; -/* 0:09 */waypoints[138].children[0] = 22; -/* 0:09 */waypoints[138].angles = (17.5452, -61.4241, 0); -/* 0:09 */waypoints[139] = spawnstruct(); -/* 0:09 */waypoints[139].origin = (290.676, -220.312, -390.375); -/* 0:09 */waypoints[139].type = "claymore"; -/* 0:09 */waypoints[139].children[0] = 22; -/* 0:09 */waypoints[139].angles = (11.2555, 43.1383, 0); -/* 0:09 */waypoints[140] = spawnstruct(); -/* 0:09 */waypoints[140].origin = (-221.569, 31.0991, -390.375); -/* 0:09 */waypoints[140].type = "claymore"; -/* 0:09 */waypoints[140].children[0] = 24; -/* 0:09 */waypoints[140].angles = (15.5182, 80.4644, 0); -/* 0:09 */waypoints[141] = spawnstruct(); -/* 0:09 */waypoints[141].origin = (-88.448, 113.046, -390.375); -/* 0:09 */waypoints[141].type = "claymore"; -/* 0:09 */waypoints[141].children[0] = 24; -/* 0:09 */waypoints[141].angles = (14.2987, 156.627, 0); -/* 0:09 */waypoints[142] = spawnstruct(); -/* 0:09 */waypoints[142].origin = (-415.538, 219.589, -406.933); -/* 0:09 */waypoints[142].type = "grenade"; -/* 0:09 */waypoints[142].children[0] = 26; -/* 0:09 */waypoints[142].angles = (-29.718, 91.8188, 0); -/* 0:09 */waypoints[143] = spawnstruct(); -/* 0:09 */waypoints[143].origin = (-373.811, 292.169, -401.534); -/* 0:09 */waypoints[143].type = "grenade"; -/* 0:09 */waypoints[143].children[0] = 26; -/* 0:09 */waypoints[143].angles = (-17.8473, 14.5409, 0); -/* 0:09 */waypoints[144] = spawnstruct(); -/* 0:09 */waypoints[144].origin = (-721.256, -29.894, -410.604); -/* 0:09 */waypoints[144].type = "javelin"; -/* 0:09 */waypoints[144].children[0] = 117; -/* 0:09 */waypoints[144].jav_point = (493.042, 1224.85, -228.721); -/* 0:09 */waypoints[145] = spawnstruct(); -/* 0:09 */waypoints[145].origin = (-970.369, 585.368, -451.875); -/* 0:09 */waypoints[145].type = "claymore"; -/* 0:09 */waypoints[145].children[0] = 33; -/* 0:09 */waypoints[145].angles = (15.0623, -35.738, 0); -/* 0:09 */waypoints[146] = spawnstruct(); -/* 0:09 */waypoints[146].origin = (-973.457, 1141.12, -423.63); -/* 0:09 */waypoints[146].type = "claymore"; -/* 0:09 */waypoints[146].children[0] = 124; -/* 0:09 */waypoints[146].angles = (18.3087, -63.7312, 0); -/* 0:09 */waypoints[147] = spawnstruct(); -/* 0:09 */waypoints[147].origin = (-815.893, 1571.22, -355.875); -/* 0:09 */waypoints[147].type = "claymore"; -/* 0:09 */waypoints[147].children[0] = 42; -/* 0:09 */waypoints[147].angles = (18.0011, 36.7388, 0); -/* 0:09 */waypoints[148] = spawnstruct(); -/* 0:09 */waypoints[148].origin = (-432.97, 1212.64, -288.188); -/* 0:09 */waypoints[148].type = "grenade"; -/* 0:09 */waypoints[148].children[0] = 121; -/* 0:09 */waypoints[148].angles = (-20.7532, -7.61303, 0); -/* 0:09 */waypoints[149] = spawnstruct(); -/* 0:09 */waypoints[149].origin = (-181.313, 1618.55, -290.875); -/* 0:09 */waypoints[149].type = "grenade"; -/* 0:09 */waypoints[149].children[0] = 45; -/* 0:09 */waypoints[149].angles = (-17.7704, -58.4633, 0); -/* 0:09 */waypoints[150] = spawnstruct(); -/* 0:09 */waypoints[150].origin = (-270.154, 1553.01, -288.286); -/* 0:09 */waypoints[150].type = "grenade"; -/* 0:09 */waypoints[150].children[0] = 120; -/* 0:09 */waypoints[150].angles = (-24.9719, -95.8882, 0); -/* 0:09 */waypoints[151] = spawnstruct(); -/* 0:09 */waypoints[151].origin = (-243.012, -149.104, -194.375); -/* 0:09 */waypoints[151].type = "crouch"; -/* 0:09 */waypoints[151].children[0] = 100; -/* 0:09 */waypoints[151].angles = (5.98755, 151.348, 0); -/* 0:09 */waypoints[152] = spawnstruct(); -/* 0:09 */waypoints[152].origin = (457.607, 205.876, -194.375); -/* 0:09 */waypoints[152].type = "claymore"; -/* 0:09 */waypoints[152].children[0] = 105; -/* 0:09 */waypoints[152].angles = (41.9897, -84.2482, 0); -/* 0:09 */waypoints[153] = spawnstruct(); -/* 0:09 */waypoints[153].origin = (241.901, 336.31, -194.375); -/* 0:09 */waypoints[153].type = "crouch"; -/* 0:09 */waypoints[153].children[0] = 104; -/* 0:09 */waypoints[153].angles = (13.0847, 0.0938988, 0); -/* 0:09 */waypoints[154] = spawnstruct(); -/* 0:09 */waypoints[154].origin = (-363.109, -204.078, -194.375); -/* 0:09 */waypoints[154].type = "claymore"; -/* 0:09 */waypoints[154].children[0] = 99; -/* 0:09 */waypoints[154].angles = (32.7612, 98.6742, 0); -/* 0:09 */waypoints[155] = spawnstruct(); -/* 0:09 */waypoints[155].origin = (693.681, 417.741, -387.561); -/* 0:09 */waypoints[155].type = "grenade"; -/* 0:09 */waypoints[155].children[0] = 82; -/* 0:09 */waypoints[155].angles = (-20.271, 178.391, 0); -/* 0:09 */waypoints[156] = spawnstruct(); -/* 0:09 */waypoints[156].origin = (689.968, 366.225, -391.423); -/* 0:09 */waypoints[156].type = "grenade"; -/* 0:09 */waypoints[156].children[0] = 82; -/* 0:09 */waypoints[156].angles = (-25.5444, 123.761, 0); -/* 0:09 */waypoints[157] = spawnstruct(); -/* 0:09 */waypoints[157].origin = (1420.19, 175.758, -366.791); -/* 0:09 */waypoints[157].type = "stand"; -/* 0:09 */waypoints[157].children[0] = 13; -/* 0:09 */waypoints[157].children[1] = 15; -/* 0:09 */waypoints[157].children[2] = 158; -/* 0:09 */waypoints[157].children[3] = 159; -/* 0:09 */waypoints[158] = spawnstruct(); -/* 0:09 */waypoints[158].origin = (1462.1, 200.944, -359.581); -/* 0:09 */waypoints[158].type = "claymore"; -/* 0:09 */waypoints[158].children[0] = 157; -/* 0:09 */waypoints[158].angles = (25.2673, 172.744, 0); -/* 0:09 */waypoints[159] = spawnstruct(); -/* 0:09 */waypoints[159].origin = (1472.32, 209.812, -358.299); -/* 0:09 */waypoints[159].type = "crouch"; -/* 0:09 */waypoints[159].children[0] = 157; -/* 0:09 */waypoints[159].angles = (13.2977, -159.565, 0); -/* 0:09 */waypoints[160] = spawnstruct(); -/* 0:09 */waypoints[160].origin = (1662.79, 1234.48, -254.875); -/* 0:09 */waypoints[160].type = "claymore"; -/* 0:09 */waypoints[160].children[0] = 62; -/* 0:09 */waypoints[160].angles = (19.0765, -159.867, 0); -/* 0:09 */waypoints[161] = spawnstruct(); -/* 0:09 */waypoints[161].origin = (1743.8, 1358.99, -254.875); -/* 0:09 */waypoints[161].type = "crouch"; -/* 0:09 */waypoints[161].children[0] = 62; -/* 0:09 */waypoints[161].angles = (3.15735, -145.266, 0); -/* 0:09 */waypoints[162] = spawnstruct(); -/* 0:09 */waypoints[162].origin = (1182.26, 1465.15, -254.875); -/* 0:09 */waypoints[162].type = "crouch"; -/* 0:09 */waypoints[162].children[0] = 63; -/* 0:09 */waypoints[162].angles = (10.661, -13.4578, 0); -/* 0:09 */waypoints[163] = spawnstruct(); -/* 0:09 */waypoints[163].origin = (1176.66, 1390.65, -254.875); -/* 0:09 */waypoints[163].type = "claymore"; -/* 0:09 */waypoints[163].children[0] = 63; -/* 0:09 */waypoints[163].angles = (12.4847, 12.3052, 0); -/* 0:09 */waypoints[164] = spawnstruct(); -/* 0:09 */waypoints[164].origin = (478.181, 2006.66, -254.216); -/* 0:09 */waypoints[164].type = "claymore"; -/* 0:09 */waypoints[164].children[0] = 2; -/* 0:09 */waypoints[164].angles = (18.0658, 149.623, 0); -/* 0:09 */waypoints[165] = spawnstruct(); -/* 0:09 */waypoints[165].origin = (426.021, 2458.08, -254.875); -/* 0:09 */waypoints[165].type = "crouch"; -/* 0:09 */waypoints[165].children[0] = 80; -/* 0:09 */waypoints[165].angles = (1.63574, -42.5276, 0); -/* 0:09 */waypoints[166] = spawnstruct(); -/* 0:09 */waypoints[166].origin = (491.285, 1611.47, -254.875); -/* 0:09 */waypoints[166].type = "crouch"; -/* 0:09 */waypoints[166].children[0] = 79; -/* 0:09 */waypoints[166].angles = (6.20056, 95.5706, 0); -/* 0:09 */waypoints[167] = spawnstruct(); -/* 0:09 */waypoints[167].origin = (1426.43, 2395.16, -254.875); -/* 0:09 */waypoints[167].type = "crouch"; -/* 0:09 */waypoints[167].children[0] = 65; -/* 0:09 */waypoints[167].angles = (7.2113, -122.343, 0); -/* 0:09 */waypoints[168] = spawnstruct(); -/* 0:09 */waypoints[168].origin = (1198.77, 710.096, -330.872); -/* 0:09 */waypoints[168].type = "grenade"; -/* 0:09 */waypoints[168].children[0] = 57; -/* 0:09 */waypoints[168].angles = (-19.6613, 157.775, 0); -/* 0:09 */waypoints[169] = spawnstruct(); -/* 0:09 */waypoints[169].origin = (757.507, -341.025, -395.073); -/* 0:09 */waypoints[169].type = "javelin"; -/* 0:09 */waypoints[169].children[0] = 93; -/* 0:09 */waypoints[169].jav_point = (346.269, 1235.89, -158.617); -/* 0:09 */waypoints[170] = spawnstruct(); -/* 0:09 */waypoints[170].origin = (439.921, -212.854, -390.375); -/* 0:09 */waypoints[170].type = "javelin"; -/* 0:09 */waypoints[170].children[0] = 21; -/* 0:09 */waypoints[170].jav_point = (1506.59, 1148.65, -53.2135); -/* 0:09 */waypoints[171] = spawnstruct(); -/* 0:09 */waypoints[171].origin = (461.035, 748.635, -381.263); -/* 0:09 */waypoints[171].type = "crouch"; -/* 0:09 */waypoints[171].children[0] = 84; -/* 0:09 */waypoints[171].angles = (6.21704, -58.1117, 0); -/* 0:09 */waypoints[172] = spawnstruct(); -/* 0:09 */waypoints[172].origin = (-14.9585, 779.176, -321.983); -/* 0:09 */waypoints[172].type = "claymore"; -/* 0:09 */waypoints[172].children[0] = 111; -/* 0:09 */waypoints[172].angles = (11.4905, 3.59304, 0); -/* 0:09 */waypoints[173] = spawnstruct(); -/* 0:09 */waypoints[173].origin = (76.6658, 933.886, -299.825); -/* 0:09 */waypoints[173].type = "claymore"; -/* 0:09 */waypoints[173].children[0] = 110; -/* 0:09 */waypoints[173].angles = (20.9222, -53.2667, 0); -/* 0:09 */waypoints[174] = spawnstruct(); -/* 0:09 */waypoints[174].origin = (-449.715, 20.236, -404.523); -/* 0:09 */waypoints[174].type = "javelin"; -/* 0:09 */waypoints[174].children[0] = 26; -/* 0:09 */waypoints[174].jav_point = (318.547, 1491.41, -87.6472); -/* 0:09 */waypoints[175] = spawnstruct(); -/* 0:09 */waypoints[175].origin = (1551.73, 499.449, -325.569); -/* 0:09 */waypoints[175].type = "crouch"; -/* 0:09 */waypoints[175].children[0] = 178; -/* 0:09 */waypoints[175].angles = (4.33289, 142.202, 0); -/* 0:09 */waypoints[176] = spawnstruct(); -/* 0:09 */waypoints[176].origin = (1665.59, 813.207, -311.334); -/* 0:09 */waypoints[176].type = "grenade"; -/* 0:09 */waypoints[176].children[0] = 177; -/* 0:09 */waypoints[176].angles = (-32.0758, 171.711, 0); -/* 0:09 */waypoints[177] = spawnstruct(); -/* 0:09 */waypoints[177].origin = (1667.24, 846.904, -310.133); -/* 0:09 */waypoints[177].type = "stand"; -/* 0:09 */waypoints[177].children[0] = 10; -/* 0:09 */waypoints[177].children[1] = 178; -/* 0:09 */waypoints[177].children[2] = 176; -/* 0:09 */waypoints[178] = spawnstruct(); -/* 0:09 */waypoints[178].origin = (1558.44, 514.418, -322.22); -/* 0:09 */waypoints[178].type = "stand"; -/* 0:09 */waypoints[178].children[0] = 177; -/* 0:09 */waypoints[178].children[1] = 11; -/* 0:09 */waypoints[178].children[2] = 175; -/* 0:09 */waypoints[179] = spawnstruct(); -/* 0:09 */waypoints[179].origin = (1300.22, 1217.83, -254.875); -/* 0:09 */waypoints[179].type = "claymore"; -/* 0:09 */waypoints[179].children[0] = 8; -/* 0:09 */waypoints[179].angles = (15.083, 28.7407, 0); -/* 0:09 */waypoints[180] = spawnstruct(); -/* 0:09 */waypoints[180].origin = (-956.01, 947.49, -436.201); -/* 0:09 */waypoints[180].type = "javelin"; -/* 0:09 */waypoints[180].children[0] = 124; -/* 0:09 */waypoints[180].jav_point = (359.598, 2119.62, -43.2117); -/* 0:09 */waypoints[181] = spawnstruct(); -/* 0:09 */waypoints[181].origin = (1181.22, -408.889, -385.817); -/* 0:09 */waypoints[181].type = "claymore"; -/* 0:09 */waypoints[181].children[0] = 16; -/* 0:09 */waypoints[181].angles = (25.6354, -164.185, 0); -/* 0:09 */return waypoints; -} diff --git a/raw/maps/mp/bots/waypoints/erosion.gsc b/raw/maps/mp/bots/waypoints/erosion.gsc deleted file mode 100644 index 8c6a0f1..0000000 --- a/raw/maps/mp/bots/waypoints/erosion.gsc +++ /dev/null @@ -1,841 +0,0 @@ -Erosion() -{ -/* 9:53 */waypoints = []; -/* 9:53 */waypoints[0] = spawnstruct(); -/* 9:53 */waypoints[0].origin = (814.597, 313.873, 128.125); -/* 9:53 */waypoints[0].type = "stand"; -/* 9:53 */waypoints[0].children[0] = 5; -/* 9:53 */waypoints[0].children[1] = 75; -/* 9:53 */waypoints[0].children[2] = 99; -/* 9:53 */waypoints[0].children[3] = 120; -/* 9:53 */waypoints[1] = spawnstruct(); -/* 9:53 */waypoints[1].origin = (181.503, 268.959, 128.125); -/* 9:53 */waypoints[1].type = "stand"; -/* 9:53 */waypoints[1].children[0] = 2; -/* 9:53 */waypoints[1].children[1] = 3; -/* 9:53 */waypoints[1].children[2] = 75; -/* 9:53 */waypoints[1].children[3] = 100; -/* 9:53 */waypoints[1].children[4] = 120; -/* 9:53 */waypoints[2] = spawnstruct(); -/* 9:53 */waypoints[2].origin = (234.726, 507.15, 145.167); -/* 9:53 */waypoints[2].type = "crouch"; -/* 9:53 */waypoints[2].children[0] = 1; -/* 9:53 */waypoints[2].angles = (6.64673, -97.3425, 0); -/* 9:53 */waypoints[3] = spawnstruct(); -/* 9:53 */waypoints[3].origin = (188.588, 150.903, 128.125); -/* 9:53 */waypoints[3].type = "stand"; -/* 9:53 */waypoints[3].children[0] = 1; -/* 9:53 */waypoints[3].children[1] = 4; -/* 9:53 */waypoints[3].children[2] = 61; -/* 9:53 */waypoints[3].children[3] = 76; -/* 9:53 */waypoints[3].children[4] = 100; -/* 9:53 */waypoints[4] = spawnstruct(); -/* 9:53 */waypoints[4].origin = (523.087, 126.85, 0.624999); -/* 9:53 */waypoints[4].type = "stand"; -/* 9:53 */waypoints[4].children[0] = 3; -/* 9:53 */waypoints[4].children[1] = 5; -/* 9:53 */waypoints[4].children[2] = 69; -/* 9:53 */waypoints[4].children[3] = 74; -/* 9:53 */waypoints[5] = spawnstruct(); -/* 9:53 */waypoints[5].origin = (850.015, 110.245, 128.125); -/* 9:53 */waypoints[5].type = "stand"; -/* 9:53 */waypoints[5].children[0] = 4; -/* 9:53 */waypoints[5].children[1] = 0; -/* 9:53 */waypoints[5].children[2] = 6; -/* 9:53 */waypoints[5].children[3] = 64; -/* 9:53 */waypoints[6] = spawnstruct(); -/* 9:53 */waypoints[6].origin = (1038.16, 120.267, 169.764); -/* 9:53 */waypoints[6].type = "stand"; -/* 9:53 */waypoints[6].children[0] = 5; -/* 9:53 */waypoints[6].children[1] = 7; -/* 9:53 */waypoints[7] = spawnstruct(); -/* 9:53 */waypoints[7].origin = (1050.33, -576.167, 160.442); -/* 9:53 */waypoints[7].type = "stand"; -/* 9:53 */waypoints[7].children[0] = 6; -/* 9:53 */waypoints[7].children[1] = 8; -/* 9:53 */waypoints[7].children[2] = 9; -/* 9:53 */waypoints[8] = spawnstruct(); -/* 9:53 */waypoints[8].origin = (801.336, -587.172, 128.309); -/* 9:53 */waypoints[8].type = "stand"; -/* 9:53 */waypoints[8].children[0] = 7; -/* 9:53 */waypoints[8].children[1] = 40; -/* 9:53 */waypoints[8].children[2] = 41; -/* 9:53 */waypoints[8].children[3] = 72; -/* 9:53 */waypoints[9] = spawnstruct(); -/* 9:53 */waypoints[9].origin = (1044.42, -1275.29, 168.045); -/* 9:53 */waypoints[9].type = "stand"; -/* 9:53 */waypoints[9].children[0] = 7; -/* 9:53 */waypoints[9].children[1] = 10; -/* 9:53 */waypoints[9].children[2] = 122; -/* 9:53 */waypoints[10] = spawnstruct(); -/* 9:53 */waypoints[10].origin = (795.735, -1264.29, 128.125); -/* 9:53 */waypoints[10].type = "stand"; -/* 9:53 */waypoints[10].children[0] = 9; -/* 9:53 */waypoints[10].children[1] = 11; -/* 9:53 */waypoints[10].children[2] = 41; -/* 9:53 */waypoints[11] = spawnstruct(); -/* 9:53 */waypoints[11].origin = (831.686, -1469.92, 128.125); -/* 9:53 */waypoints[11].type = "stand"; -/* 9:53 */waypoints[11].children[0] = 10; -/* 9:53 */waypoints[11].children[1] = 119; -/* 9:53 */waypoints[11].children[2] = 122; -/* 9:53 */waypoints[12] = spawnstruct(); -/* 9:53 */waypoints[12].origin = (789.671, -1792.7, 128.483); -/* 9:53 */waypoints[12].type = "stand"; -/* 9:53 */waypoints[12].children[0] = 13; -/* 9:53 */waypoints[12].children[1] = 119; -/* 9:53 */waypoints[13] = spawnstruct(); -/* 9:53 */waypoints[13].origin = (692.935, -1957.79, 128.202); -/* 9:53 */waypoints[13].type = "stand"; -/* 9:53 */waypoints[13].children[0] = 12; -/* 9:53 */waypoints[13].children[1] = 14; -/* 9:53 */waypoints[14] = spawnstruct(); -/* 9:53 */waypoints[14].origin = (241.683, -1961.29, 129.689); -/* 9:53 */waypoints[14].type = "stand"; -/* 9:53 */waypoints[14].children[0] = 13; -/* 9:53 */waypoints[14].children[1] = 15; -/* 9:53 */waypoints[14].children[2] = 118; -/* 9:53 */waypoints[15] = spawnstruct(); -/* 9:53 */waypoints[15].origin = (-55.864, -1960.04, 127.331); -/* 9:53 */waypoints[15].type = "stand"; -/* 9:53 */waypoints[15].children[0] = 14; -/* 9:53 */waypoints[15].children[1] = 16; -/* 9:53 */waypoints[15].children[2] = 90; -/* 9:53 */waypoints[15].children[3] = 91; -/* 9:53 */waypoints[15].children[4] = 121; -/* 9:53 */waypoints[15].children[5] = 123; -/* 9:53 */waypoints[16] = spawnstruct(); -/* 9:53 */waypoints[16].origin = (-382.434, -2055.29, 126.203); -/* 9:53 */waypoints[16].type = "stand"; -/* 9:53 */waypoints[16].children[0] = 15; -/* 9:53 */waypoints[16].children[1] = 17; -/* 9:53 */waypoints[16].children[2] = 25; -/* 9:53 */waypoints[16].children[3] = 121; -/* 9:53 */waypoints[17] = spawnstruct(); -/* 9:53 */waypoints[17].origin = (-543.62, -1953.81, 126.363); -/* 9:53 */waypoints[17].type = "stand"; -/* 9:53 */waypoints[17].children[0] = 16; -/* 9:53 */waypoints[17].children[1] = 18; -/* 9:53 */waypoints[17].children[2] = 89; -/* 9:53 */waypoints[18] = spawnstruct(); -/* 9:53 */waypoints[18].origin = (-866.255, -1881.26, 125.691); -/* 9:53 */waypoints[18].type = "stand"; -/* 9:53 */waypoints[18].children[0] = 17; -/* 9:53 */waypoints[18].children[1] = 19; -/* 9:53 */waypoints[19] = spawnstruct(); -/* 9:53 */waypoints[19].origin = (-983.929, -1959.05, 125.125); -/* 9:53 */waypoints[19].type = "stand"; -/* 9:53 */waypoints[19].children[0] = 18; -/* 9:53 */waypoints[19].children[1] = 20; -/* 9:53 */waypoints[19].children[2] = 87; -/* 9:53 */waypoints[19].children[3] = 104; -/* 9:53 */waypoints[20] = spawnstruct(); -/* 9:53 */waypoints[20].origin = (-1036.22, -1742.77, 124.585); -/* 9:53 */waypoints[20].type = "stand"; -/* 9:53 */waypoints[20].children[0] = 19; -/* 9:53 */waypoints[20].children[1] = 21; -/* 9:53 */waypoints[20].children[2] = 87; -/* 9:53 */waypoints[21] = spawnstruct(); -/* 9:53 */waypoints[21].origin = (-1050.04, -1337.07, 126.396); -/* 9:53 */waypoints[21].type = "stand"; -/* 9:53 */waypoints[21].children[0] = 20; -/* 9:53 */waypoints[21].children[1] = 22; -/* 9:53 */waypoints[21].children[2] = 26; -/* 9:53 */waypoints[21].children[3] = 47; -/* 9:53 */waypoints[21].children[4] = 85; -/* 9:53 */waypoints[22] = spawnstruct(); -/* 9:53 */waypoints[22].origin = (-1171.38, -1337.96, 125.931); -/* 9:53 */waypoints[22].type = "stand"; -/* 9:53 */waypoints[22].children[0] = 21; -/* 9:53 */waypoints[22].children[1] = 23; -/* 9:53 */waypoints[22].children[2] = 47; -/* 9:53 */waypoints[23] = spawnstruct(); -/* 9:53 */waypoints[23].origin = (-1170.42, -1874.54, 248.125); -/* 9:53 */waypoints[23].type = "stand"; -/* 9:53 */waypoints[23].children[0] = 22; -/* 9:53 */waypoints[23].children[1] = 24; -/* 9:53 */waypoints[24] = spawnstruct(); -/* 9:53 */waypoints[24].origin = (-1015.85, -1868.94, 248.125); -/* 9:53 */waypoints[24].type = "stand"; -/* 9:53 */waypoints[24].children[0] = 23; -/* 9:53 */waypoints[24].children[1] = 25; -/* 9:53 */waypoints[25] = spawnstruct(); -/* 9:53 */waypoints[25].origin = (-941.847, -2072.67, 248.125); -/* 9:53 */waypoints[25].type = "stand"; -/* 9:53 */waypoints[25].children[0] = 24; -/* 9:53 */waypoints[25].children[1] = 16; -/* 9:53 */waypoints[26] = spawnstruct(); -/* 9:53 */waypoints[26].origin = (-1061.76, -1089.36, 128.125); -/* 9:53 */waypoints[26].type = "stand"; -/* 9:53 */waypoints[26].children[0] = 21; -/* 9:53 */waypoints[26].children[1] = 27; -/* 9:53 */waypoints[26].children[2] = 47; -/* 9:53 */waypoints[26].children[3] = 54; -/* 9:53 */waypoints[26].children[4] = 82; -/* 9:53 */waypoints[26].children[5] = 83; -/* 9:53 */waypoints[27] = spawnstruct(); -/* 9:53 */waypoints[27].origin = (-891.829, -1076.75, 128.125); -/* 9:53 */waypoints[27].type = "stand"; -/* 9:53 */waypoints[27].children[0] = 26; -/* 9:53 */waypoints[27].children[1] = 28; -/* 9:53 */waypoints[27].children[2] = 84; -/* 9:53 */waypoints[28] = spawnstruct(); -/* 9:53 */waypoints[28].origin = (-882.694, -667.676, 1.30622); -/* 9:53 */waypoints[28].type = "stand"; -/* 9:53 */waypoints[28].children[0] = 27; -/* 9:53 */waypoints[28].children[1] = 29; -/* 9:53 */waypoints[28].children[2] = 107; -/* 9:53 */waypoints[28].children[3] = 108; -/* 9:53 */waypoints[29] = spawnstruct(); -/* 9:53 */waypoints[29].origin = (-535.996, -693.574, -0.975826); -/* 9:53 */waypoints[29].type = "stand"; -/* 9:53 */waypoints[29].children[0] = 28; -/* 9:53 */waypoints[29].children[1] = 30; -/* 9:53 */waypoints[29].children[2] = 36; -/* 9:53 */waypoints[29].children[3] = 37; -/* 9:53 */waypoints[29].children[4] = 108; -/* 9:53 */waypoints[29].children[5] = 109; -/* 9:53 */waypoints[29].children[6] = 110; -/* 9:53 */waypoints[29].children[7] = 111; -/* 9:53 */waypoints[29].children[8] = 112; -/* 9:53 */waypoints[30] = spawnstruct(); -/* 9:53 */waypoints[30].origin = (-513.925, -1084.68, 16.2305); -/* 9:53 */waypoints[30].type = "stand"; -/* 9:53 */waypoints[30].children[0] = 29; -/* 9:53 */waypoints[30].children[1] = 31; -/* 9:53 */waypoints[30].children[2] = 48; -/* 9:53 */waypoints[30].children[3] = 33; -/* 9:53 */waypoints[31] = spawnstruct(); -/* 9:53 */waypoints[31].origin = (-346.599, -1450.83, 0.227518); -/* 9:53 */waypoints[31].type = "stand"; -/* 9:53 */waypoints[31].children[0] = 30; -/* 9:53 */waypoints[31].children[1] = 34; -/* 9:53 */waypoints[31].children[2] = 32; -/* 9:53 */waypoints[31].children[3] = 48; -/* 9:53 */waypoints[31].children[4] = 113; -/* 9:53 */waypoints[32] = spawnstruct(); -/* 9:53 */waypoints[32].origin = (-313.921, -1592.57, 0.30533); -/* 9:53 */waypoints[32].type = "stand"; -/* 9:53 */waypoints[32].children[0] = 43; -/* 9:53 */waypoints[32].children[1] = 31; -/* 9:53 */waypoints[32].children[2] = 33; -/* 9:53 */waypoints[32].children[3] = 48; -/* 9:53 */waypoints[33] = spawnstruct(); -/* 9:53 */waypoints[33].origin = (-291.957, -1747.12, 2.37415); -/* 9:53 */waypoints[33].type = "stand"; -/* 9:53 */waypoints[33].children[0] = 44; -/* 9:53 */waypoints[33].children[1] = 32; -/* 9:53 */waypoints[33].children[2] = 45; -/* 9:53 */waypoints[33].children[3] = 30; -/* 9:53 */waypoints[34] = spawnstruct(); -/* 9:53 */waypoints[34].origin = (200.389, -1449.76, 3.73882); -/* 9:53 */waypoints[34].type = "stand"; -/* 9:53 */waypoints[34].children[0] = 31; -/* 9:53 */waypoints[34].children[1] = 35; -/* 9:53 */waypoints[34].children[2] = 42; -/* 9:53 */waypoints[34].children[3] = 44; -/* 9:53 */waypoints[35] = spawnstruct(); -/* 9:53 */waypoints[35].origin = (228.288, -826.966, 0.624998); -/* 9:53 */waypoints[35].type = "stand"; -/* 9:53 */waypoints[35].children[0] = 34; -/* 9:53 */waypoints[35].children[1] = 36; -/* 9:53 */waypoints[35].children[2] = 38; -/* 9:53 */waypoints[36] = spawnstruct(); -/* 9:53 */waypoints[36].origin = (-248.98, -812.566, -0.864056); -/* 9:53 */waypoints[36].type = "stand"; -/* 9:53 */waypoints[36].children[0] = 35; -/* 9:53 */waypoints[36].children[1] = 29; -/* 9:53 */waypoints[36].children[2] = 37; -/* 9:53 */waypoints[36].children[3] = 111; -/* 9:53 */waypoints[36].children[4] = 112; -/* 9:53 */waypoints[37] = spawnstruct(); -/* 9:53 */waypoints[37].origin = (-278.525, -664.913, 1.59899); -/* 9:53 */waypoints[37].type = "stand"; -/* 9:53 */waypoints[37].children[0] = 29; -/* 9:53 */waypoints[37].children[1] = 38; -/* 9:53 */waypoints[37].children[2] = 58; -/* 9:53 */waypoints[37].children[3] = 36; -/* 9:53 */waypoints[37].children[4] = 111; -/* 9:53 */waypoints[37].children[5] = 112; -/* 9:53 */waypoints[38] = spawnstruct(); -/* 9:53 */waypoints[38].origin = (217.731, -667.232, 0.625001); -/* 9:53 */waypoints[38].type = "stand"; -/* 9:53 */waypoints[38].children[0] = 37; -/* 9:53 */waypoints[38].children[1] = 39; -/* 9:53 */waypoints[38].children[2] = 69; -/* 9:53 */waypoints[38].children[3] = 74; -/* 9:53 */waypoints[38].children[4] = 35; -/* 9:53 */waypoints[39] = spawnstruct(); -/* 9:53 */waypoints[39].origin = (224.072, -286.595, 128.125); -/* 9:53 */waypoints[39].type = "stand"; -/* 9:53 */waypoints[39].children[0] = 38; -/* 9:53 */waypoints[39].children[1] = 40; -/* 9:53 */waypoints[39].children[2] = 63; -/* 9:53 */waypoints[39].children[3] = 64; -/* 9:53 */waypoints[40] = spawnstruct(); -/* 9:53 */waypoints[40].origin = (740.021, -298.837, 128.125); -/* 9:53 */waypoints[40].type = "stand"; -/* 9:53 */waypoints[40].children[0] = 39; -/* 9:53 */waypoints[40].children[1] = 8; -/* 9:53 */waypoints[40].children[2] = 64; -/* 9:53 */waypoints[40].children[3] = 72; -/* 9:53 */waypoints[41] = spawnstruct(); -/* 9:53 */waypoints[41].origin = (743.629, -1105.11, 128.125); -/* 9:53 */waypoints[41].type = "stand"; -/* 9:53 */waypoints[41].children[0] = 8; -/* 9:53 */waypoints[41].children[1] = 10; -/* 9:53 */waypoints[41].children[2] = 66; -/* 9:53 */waypoints[42] = spawnstruct(); -/* 9:53 */waypoints[42].origin = (315.515, -1514.94, 2.66027); -/* 9:53 */waypoints[42].type = "stand"; -/* 9:53 */waypoints[42].children[0] = 34; -/* 9:53 */waypoints[42].children[1] = 43; -/* 9:53 */waypoints[42].children[2] = 44; -/* 9:53 */waypoints[42].children[3] = 115; -/* 9:53 */waypoints[43] = spawnstruct(); -/* 9:53 */waypoints[43].origin = (106.454, -1590.71, 5.60546); -/* 9:53 */waypoints[43].type = "stand"; -/* 9:53 */waypoints[43].children[0] = 42; -/* 9:53 */waypoints[43].children[1] = 32; -/* 9:53 */waypoints[44] = spawnstruct(); -/* 9:53 */waypoints[44].origin = (144.061, -1752.18, 2.13524); -/* 9:53 */waypoints[44].type = "stand"; -/* 9:53 */waypoints[44].children[0] = 33; -/* 9:53 */waypoints[44].children[1] = 42; -/* 9:53 */waypoints[44].children[2] = 34; -/* 9:53 */waypoints[45] = spawnstruct(); -/* 9:53 */waypoints[45].origin = (-798.113, -1684.69, 5.43988); -/* 9:53 */waypoints[45].type = "stand"; -/* 9:53 */waypoints[45].children[0] = 33; -/* 9:53 */waypoints[45].children[1] = 46; -/* 9:53 */waypoints[46] = spawnstruct(); -/* 9:53 */waypoints[46].origin = (-678.336, -1284.41, 9.58932); -/* 9:53 */waypoints[46].type = "stand"; -/* 9:53 */waypoints[46].children[0] = 45; -/* 9:53 */waypoints[46].children[1] = 47; -/* 9:53 */waypoints[46].children[2] = 48; -/* 9:53 */waypoints[47] = spawnstruct(); -/* 9:53 */waypoints[47].origin = (-1065.26, -1267.43, 126.33); -/* 9:53 */waypoints[47].type = "stand"; -/* 9:53 */waypoints[47].children[0] = 46; -/* 9:53 */waypoints[47].children[1] = 21; -/* 9:53 */waypoints[47].children[2] = 22; -/* 9:53 */waypoints[47].children[3] = 26; -/* 9:53 */waypoints[47].children[4] = 85; -/* 9:53 */waypoints[48] = spawnstruct(); -/* 9:53 */waypoints[48].origin = (-544.538, -1248.81, 30.2042); -/* 9:53 */waypoints[48].type = "stand"; -/* 9:53 */waypoints[48].children[0] = 46; -/* 9:53 */waypoints[48].children[1] = 30; -/* 9:53 */waypoints[48].children[2] = 31; -/* 9:53 */waypoints[48].children[3] = 32; -/* 9:53 */waypoints[48].children[4] = 113; -/* 9:53 */waypoints[49] = spawnstruct(); -/* 9:53 */waypoints[49].origin = (-490.605, 26.2396, 46.3706); -/* 9:53 */waypoints[49].type = "stand"; -/* 9:53 */waypoints[49].children[0] = 50; -/* 9:53 */waypoints[49].children[1] = 53; -/* 9:53 */waypoints[49].children[2] = 106; -/* 9:53 */waypoints[49].children[3] = 108; -/* 9:53 */waypoints[50] = spawnstruct(); -/* 9:53 */waypoints[50].origin = (-698.694, 405.298, 116.125); -/* 9:53 */waypoints[50].type = "stand"; -/* 9:53 */waypoints[50].children[0] = 49; -/* 9:53 */waypoints[50].children[1] = 51; -/* 9:53 */waypoints[50].children[2] = 53; -/* 9:53 */waypoints[50].children[3] = 106; -/* 9:53 */waypoints[51] = spawnstruct(); -/* 9:53 */waypoints[51].origin = (-1051.41, 369.033, 121.399); -/* 9:53 */waypoints[51].type = "stand"; -/* 9:53 */waypoints[51].children[0] = 50; -/* 9:53 */waypoints[51].children[1] = 52; -/* 9:53 */waypoints[52] = spawnstruct(); -/* 9:53 */waypoints[52].origin = (-1068.35, 7.33249, 125.851); -/* 9:53 */waypoints[52].type = "stand"; -/* 9:53 */waypoints[52].children[0] = 51; -/* 9:53 */waypoints[52].children[1] = 53; -/* 9:53 */waypoints[52].children[2] = 54; -/* 9:53 */waypoints[53] = spawnstruct(); -/* 9:53 */waypoints[53].origin = (-857.665, 142.37, 110.337); -/* 9:53 */waypoints[53].type = "stand"; -/* 9:53 */waypoints[53].children[0] = 52; -/* 9:53 */waypoints[53].children[1] = 50; -/* 9:53 */waypoints[53].children[2] = 49; -/* 9:53 */waypoints[53].children[3] = 106; -/* 9:53 */waypoints[54] = spawnstruct(); -/* 9:53 */waypoints[54].origin = (-1113.52, -1015.58, 128.125); -/* 9:53 */waypoints[54].type = "stand"; -/* 9:53 */waypoints[54].children[0] = 52; -/* 9:53 */waypoints[54].children[1] = 26; -/* 9:53 */waypoints[54].children[2] = 81; -/* 9:53 */waypoints[54].children[3] = 82; -/* 9:53 */waypoints[54].children[4] = 83; -/* 9:53 */waypoints[55] = spawnstruct(); -/* 9:53 */waypoints[55].origin = (-360.98, 462.217, 127.152); -/* 9:53 */waypoints[55].type = "stand"; -/* 9:53 */waypoints[55].children[0] = 62; -/* 9:53 */waypoints[55].children[1] = 105; -/* 9:53 */waypoints[55].children[2] = 106; -/* 9:53 */waypoints[56] = spawnstruct(); -/* 9:53 */waypoints[56].origin = (-296.526, 73.805, 123.369); -/* 9:53 */waypoints[56].type = "stand"; -/* 9:53 */waypoints[56].children[0] = 57; -/* 9:53 */waypoints[56].children[1] = 105; -/* 9:53 */waypoints[57] = spawnstruct(); -/* 9:53 */waypoints[57].origin = (-348.594, -215.657, 126.428); -/* 9:53 */waypoints[57].type = "stand"; -/* 9:53 */waypoints[57].children[0] = 56; -/* 9:53 */waypoints[57].children[1] = 58; -/* 9:53 */waypoints[58] = spawnstruct(); -/* 9:53 */waypoints[58].origin = (-211.055, -279.378, 128.125); -/* 9:53 */waypoints[58].type = "stand"; -/* 9:53 */waypoints[58].children[0] = 57; -/* 9:53 */waypoints[58].children[1] = 37; -/* 9:53 */waypoints[58].children[2] = 59; -/* 9:53 */waypoints[58].children[3] = 63; -/* 9:53 */waypoints[59] = spawnstruct(); -/* 9:53 */waypoints[59].origin = (-75.3093, -295.769, 121.505); -/* 9:53 */waypoints[59].type = "stand"; -/* 9:53 */waypoints[59].children[0] = 58; -/* 9:53 */waypoints[59].children[1] = 60; -/* 9:53 */waypoints[59].children[2] = 63; -/* 9:53 */waypoints[59].children[3] = 103; -/* 9:53 */waypoints[59].children[4] = 98; -/* 9:53 */waypoints[59].children[5] = 134; -/* 9:53 */waypoints[60] = spawnstruct(); -/* 9:53 */waypoints[60].origin = (-41.5434, -82.9539, 128.125); -/* 9:53 */waypoints[60].type = "stand"; -/* 9:53 */waypoints[60].children[0] = 59; -/* 9:53 */waypoints[60].children[1] = 61; -/* 9:53 */waypoints[60].children[2] = 78; -/* 9:53 */waypoints[61] = spawnstruct(); -/* 9:53 */waypoints[61].origin = (-41.9725, 69.4377, 128.125); -/* 9:53 */waypoints[61].type = "stand"; -/* 9:53 */waypoints[61].children[0] = 60; -/* 9:53 */waypoints[61].children[1] = 62; -/* 9:53 */waypoints[61].children[2] = 3; -/* 9:53 */waypoints[61].children[3] = 77; -/* 9:53 */waypoints[61].children[4] = 78; -/* 9:53 */waypoints[61].children[5] = 79; -/* 9:53 */waypoints[61].children[6] = 101; -/* 9:53 */waypoints[62] = spawnstruct(); -/* 9:53 */waypoints[62].origin = (-122.703, 428.487, 128.125); -/* 9:53 */waypoints[62].type = "stand"; -/* 9:53 */waypoints[62].children[0] = 61; -/* 9:53 */waypoints[62].children[1] = 55; -/* 9:53 */waypoints[62].children[2] = 79; -/* 9:53 */waypoints[62].children[3] = 101; -/* 9:53 */waypoints[62].children[4] = 102; -/* 9:53 */waypoints[62].children[5] = 105; -/* 9:53 */waypoints[63] = spawnstruct(); -/* 9:53 */waypoints[63].origin = (40.5586, -208.132, 128.125); -/* 9:53 */waypoints[63].type = "stand"; -/* 9:53 */waypoints[63].children[0] = 59; -/* 9:53 */waypoints[63].children[1] = 39; -/* 9:53 */waypoints[63].children[2] = 64; -/* 9:53 */waypoints[63].children[3] = 58; -/* 9:53 */waypoints[64] = spawnstruct(); -/* 9:53 */waypoints[64].origin = (751.796, -153.689, 128.125); -/* 9:53 */waypoints[64].type = "stand"; -/* 9:53 */waypoints[64].children[0] = 63; -/* 9:53 */waypoints[64].children[1] = 40; -/* 9:53 */waypoints[64].children[2] = 39; -/* 9:53 */waypoints[64].children[3] = 5; -/* 9:53 */waypoints[65] = spawnstruct(); -/* 9:53 */waypoints[65].origin = (137.189, -1113.41, 128.125); -/* 9:53 */waypoints[65].type = "stand"; -/* 9:53 */waypoints[65].children[0] = 66; -/* 9:53 */waypoints[65].children[1] = 92; -/* 9:53 */waypoints[65].children[2] = 124; -/* 9:53 */waypoints[66] = spawnstruct(); -/* 9:53 */waypoints[66].origin = (218.336, -1099.79, 128.125); -/* 9:53 */waypoints[66].type = "stand"; -/* 9:53 */waypoints[66].children[0] = 65; -/* 9:53 */waypoints[66].children[1] = 41; -/* 9:53 */waypoints[67] = spawnstruct(); -/* 9:53 */waypoints[67].origin = (-234.461, -1091.3, 128.125); -/* 9:53 */waypoints[67].type = "stand"; -/* 9:53 */waypoints[67].children[0] = 68; -/* 9:53 */waypoints[67].children[1] = 132; -/* 9:53 */waypoints[67].children[2] = 133; -/* 9:53 */waypoints[68] = spawnstruct(); -/* 9:53 */waypoints[68].origin = (-334.956, -1086.23, 124.829); -/* 9:53 */waypoints[68].type = "crouch"; -/* 9:53 */waypoints[68].children[0] = 67; -/* 9:53 */waypoints[68].angles = (7.31567, 179.914, 0); -/* 9:53 */waypoints[69] = spawnstruct(); -/* 9:53 */waypoints[69].origin = (520.862, -716.198, 1.02902); -/* 9:53 */waypoints[69].type = "stand"; -/* 9:53 */waypoints[69].children[0] = 38; -/* 9:53 */waypoints[69].children[1] = 70; -/* 9:53 */waypoints[69].children[2] = 4; -/* 9:53 */waypoints[69].children[3] = 74; -/* 9:53 */waypoints[70] = spawnstruct(); -/* 9:53 */waypoints[70].origin = (663.643, -750.942, 1.60862); -/* 9:53 */waypoints[70].type = "stand"; -/* 9:53 */waypoints[70].children[0] = 69; -/* 9:53 */waypoints[70].children[1] = 71; -/* 9:53 */waypoints[70].children[2] = 73; -/* 9:53 */waypoints[71] = spawnstruct(); -/* 9:53 */waypoints[71].origin = (664.183, -433.866, 129.711); -/* 9:53 */waypoints[71].type = "stand"; -/* 9:53 */waypoints[71].children[0] = 70; -/* 9:53 */waypoints[71].children[1] = 72; -/* 9:53 */waypoints[72] = spawnstruct(); -/* 9:53 */waypoints[72].origin = (735.018, -429.113, 127.921); -/* 9:53 */waypoints[72].type = "stand"; -/* 9:53 */waypoints[72].children[0] = 71; -/* 9:53 */waypoints[72].children[1] = 40; -/* 9:53 */waypoints[72].children[2] = 8; -/* 9:53 */waypoints[73] = spawnstruct(); -/* 9:53 */waypoints[73].origin = (781.167, -762.566, 15.1041); -/* 9:53 */waypoints[73].type = "crouch"; -/* 9:53 */waypoints[73].children[0] = 70; -/* 9:53 */waypoints[73].angles = (4.46472, -178.4, 0); -/* 9:53 */waypoints[74] = spawnstruct(); -/* 9:53 */waypoints[74].origin = (518.706, -562.432, 2.07548); -/* 9:53 */waypoints[74].type = "stand"; -/* 9:53 */waypoints[74].children[0] = 38; -/* 9:53 */waypoints[74].children[1] = 69; -/* 9:53 */waypoints[74].children[2] = 4; -/* 9:53 */waypoints[75] = spawnstruct(); -/* 9:53 */waypoints[75].origin = (598.819, 316.092, 128.125); -/* 9:53 */waypoints[75].type = "stand"; -/* 9:53 */waypoints[75].children[0] = 0; -/* 9:53 */waypoints[75].children[1] = 1; -/* 9:53 */waypoints[75].children[2] = 99; -/* 9:53 */waypoints[76] = spawnstruct(); -/* 9:53 */waypoints[76].origin = (137.065, -22.9577, 128.125); -/* 9:53 */waypoints[76].type = "claymore"; -/* 9:53 */waypoints[76].children[0] = 3; -/* 9:53 */waypoints[76].angles = (31.6779, 100.373, 0); -/* 9:53 */waypoints[77] = spawnstruct(); -/* 9:53 */waypoints[77].origin = (21.4035, -37.7877, 128.009); -/* 9:53 */waypoints[77].type = "claymore"; -/* 9:53 */waypoints[77].children[0] = 61; -/* 9:53 */waypoints[77].angles = (57.1497, -179.416, 0); -/* 9:53 */waypoints[78] = spawnstruct(); -/* 9:53 */waypoints[78].origin = (-141.061, -81.8493, 128.125); -/* 9:53 */waypoints[78].type = "claymore"; -/* 9:53 */waypoints[78].children[0] = 60; -/* 9:53 */waypoints[78].children[1] = 61; -/* 9:53 */waypoints[78].angles = (27.5635, 3.63831, 0); -/* 9:53 */waypoints[79] = spawnstruct(); -/* 9:53 */waypoints[79].origin = (-139.658, 319.82, 128.122); -/* 9:53 */waypoints[79].type = "claymore"; -/* 9:53 */waypoints[79].children[0] = 62; -/* 9:53 */waypoints[79].children[1] = 61; -/* 9:53 */waypoints[79].angles = (30.8868, 89.8645, 0); -/* 9:53 */waypoints[80] = spawnstruct(); -/* 9:53 */waypoints[80].origin = (-1029.4, -914.332, 126.88); -/* 9:53 */waypoints[80].type = "claymore"; -/* 9:53 */waypoints[80].children[0] = 81; -/* 9:53 */waypoints[80].angles = (36.9019, -168.199, 0); -/* 9:53 */waypoints[81] = spawnstruct(); -/* 9:53 */waypoints[81].origin = (-1074.96, -803.985, 128.272); -/* 9:53 */waypoints[81].type = "stand"; -/* 9:53 */waypoints[81].children[0] = 80; -/* 9:53 */waypoints[81].children[1] = 54; -/* 9:53 */waypoints[82] = spawnstruct(); -/* 9:53 */waypoints[82].origin = (-1013.66, -1006.89, 128.125); -/* 9:53 */waypoints[82].type = "claymore"; -/* 9:53 */waypoints[82].children[0] = 54; -/* 9:53 */waypoints[82].children[1] = 26; -/* 9:53 */waypoints[82].angles = (47.8168, -173.835, 0); -/* 9:53 */waypoints[83] = spawnstruct(); -/* 9:53 */waypoints[83].origin = (-1153.04, -1163.9, 128.125); -/* 9:53 */waypoints[83].type = "claymore"; -/* 9:53 */waypoints[83].children[0] = 54; -/* 9:53 */waypoints[83].children[1] = 26; -/* 9:53 */waypoints[83].angles = (34.6826, 0.216064, 0); -/* 9:53 */waypoints[84] = spawnstruct(); -/* 9:53 */waypoints[84].origin = (-917.373, -962.182, 128.125); -/* 9:53 */waypoints[84].type = "claymore"; -/* 9:53 */waypoints[84].children[0] = 27; -/* 9:53 */waypoints[84].angles = (31.2054, -90.6024, 0); -/* 9:53 */waypoints[85] = spawnstruct(); -/* 9:53 */waypoints[85].origin = (-1158.78, -1255.77, 128.125); -/* 9:53 */waypoints[85].type = "claymore"; -/* 9:53 */waypoints[85].children[0] = 47; -/* 9:53 */waypoints[85].children[1] = 21; -/* 9:53 */waypoints[85].angles = (35.6329, 0.69397, 0); -/* 9:53 */waypoints[86] = spawnstruct(); -/* 9:53 */waypoints[86].origin = (-941.839, -1845.52, 127.125); -/* 9:53 */waypoints[86].type = "claymore"; -/* 9:53 */waypoints[86].children[0] = 87; -/* 9:53 */waypoints[86].angles = (56.2048, -167.65, 0); -/* 9:53 */waypoints[87] = spawnstruct(); -/* 9:53 */waypoints[87].origin = (-1019.19, -1913.28, 125.125); -/* 9:53 */waypoints[87].type = "stand"; -/* 9:53 */waypoints[87].children[0] = 86; -/* 9:53 */waypoints[87].children[1] = 19; -/* 9:53 */waypoints[87].children[2] = 20; -/* 9:53 */waypoints[87].children[3] = 88; -/* 9:53 */waypoints[88] = spawnstruct(); -/* 9:53 */waypoints[88].origin = (-1187.03, -1843.39, 128.125); -/* 9:53 */waypoints[88].type = "crouch"; -/* 9:53 */waypoints[88].children[0] = 87; -/* 9:53 */waypoints[88].angles = (6.20606, -18.1366, 0); -/* 9:53 */waypoints[89] = spawnstruct(); -/* 9:53 */waypoints[89].origin = (-862.654, -1962.01, 127.526); -/* 9:53 */waypoints[89].type = "crouch"; -/* 9:53 */waypoints[89].children[0] = 17; -/* 9:53 */waypoints[89].angles = (3.67371, 27.7533, 0); -/* 9:53 */waypoints[90] = spawnstruct(); -/* 9:53 */waypoints[90].origin = (-348.573, -1883.35, 137.401); -/* 9:53 */waypoints[90].type = "claymore"; -/* 9:53 */waypoints[90].children[0] = 15; -/* 9:53 */waypoints[90].angles = (29.6234, -78.7317, 0); -/* 9:53 */waypoints[91] = spawnstruct(); -/* 9:53 */waypoints[91].origin = (-10.671, -1312.85, 128.383); -/* 9:53 */waypoints[91].type = "claymore"; -/* 9:53 */waypoints[91].children[0] = 15; -/* 9:53 */waypoints[91].children[1] = 123; -/* 9:53 */waypoints[91].angles = (41.6479, 164.923, 0); -/* 9:53 */waypoints[92] = spawnstruct(); -/* 9:53 */waypoints[92].origin = (-144.465, -971.765, 128.125); -/* 9:53 */waypoints[92].type = "claymore"; -/* 9:53 */waypoints[92].children[0] = 65; -/* 9:53 */waypoints[92].children[1] = 133; -/* 9:53 */waypoints[92].angles = (28.6731, 1.80359, 0); -/* 9:53 */waypoints[93] = spawnstruct(); -/* 9:53 */waypoints[93].origin = (47.4013, -1166.87, 128.125); -/* 9:53 */waypoints[93].type = "claymore"; -/* 9:53 */waypoints[93].children[0] = 94; -/* 9:53 */waypoints[93].angles = (20.9222, 107.498, 0); -/* 9:53 */waypoints[94] = spawnstruct(); -/* 9:53 */waypoints[94].origin = (62.0376, -1207.71, 128.125); -/* 9:53 */waypoints[94].type = "crouch"; -/* 9:53 */waypoints[94].children[0] = 93; -/* 9:53 */waypoints[94].angles = (6.52466, 129.327, 0); -/* 9:53 */waypoints[95] = spawnstruct(); -/* 9:53 */waypoints[95].origin = (-203.255, -1227.01, 128.125); -/* 9:53 */waypoints[95].type = "crouch"; -/* 9:53 */waypoints[95].children[0] = 132; -/* 9:53 */waypoints[95].angles = (5.88745, 47.5287, 0); -/* 9:53 */waypoints[96] = spawnstruct(); -/* 9:53 */waypoints[96].origin = (-191.591, -960.381, 128.125); -/* 9:53 */waypoints[96].type = "crouch"; -/* 9:53 */waypoints[96].children[0] = 133; -/* 9:53 */waypoints[96].angles = (5.25574, -43.4985, 0); -/* 9:53 */waypoints[97] = spawnstruct(); -/* 9:53 */waypoints[97].origin = (-140.62, -875.256, 135.127); -/* 9:53 */waypoints[97].type = "claymore"; -/* 9:53 */waypoints[97].children[0] = 98; -/* 9:53 */waypoints[97].children[1] = 134; -/* 9:53 */waypoints[97].angles = (19.1809, 12.3999, 0); -/* 9:53 */waypoints[98] = spawnstruct(); -/* 9:53 */waypoints[98].origin = (-112.861, -642.56, 125.784); -/* 9:53 */waypoints[98].type = "stand"; -/* 9:53 */waypoints[98].children[0] = 97; -/* 9:53 */waypoints[98].children[1] = 59; -/* 9:53 */waypoints[98].children[2] = 134; -/* 9:53 */waypoints[99] = spawnstruct(); -/* 9:53 */waypoints[99].origin = (500.781, 440.571, 128.125); -/* 9:53 */waypoints[99].type = "claymore"; -/* 9:53 */waypoints[99].children[0] = 75; -/* 9:53 */waypoints[99].children[1] = 0; -/* 9:53 */waypoints[99].angles = (34.8102, -91.9006, 0); -/* 9:53 */waypoints[100] = spawnstruct(); -/* 9:53 */waypoints[100].origin = (139.955, 233.958, 128.118); -/* 9:53 */waypoints[100].type = "claymore"; -/* 9:53 */waypoints[100].children[0] = 1; -/* 9:53 */waypoints[100].children[1] = 3; -/* 9:53 */waypoints[100].angles = (32.1185, -92.0544, 0); -/* 9:53 */waypoints[101] = spawnstruct(); -/* 9:53 */waypoints[101].origin = (9.01028, 209.109, 128.125); -/* 9:53 */waypoints[101].type = "claymore"; -/* 9:53 */waypoints[101].children[0] = 61; -/* 9:53 */waypoints[101].children[1] = 62; -/* 9:53 */waypoints[101].angles = (36.2329, -89.7913, 0); -/* 9:53 */waypoints[102] = spawnstruct(); -/* 9:53 */waypoints[102].origin = (20.6726, 450.142, 128.125); -/* 9:53 */waypoints[102].type = "crouch"; -/* 9:53 */waypoints[102].children[0] = 62; -/* 9:53 */waypoints[102].angles = (6.64673, -140.74, 0); -/* 9:53 */waypoints[103] = spawnstruct(); -/* 9:53 */waypoints[103].origin = (10.1664, -312.323, 128.993); -/* 9:53 */waypoints[103].type = "claymore"; -/* 9:53 */waypoints[103].children[0] = 59; -/* 9:53 */waypoints[103].angles = (26.7407, 95.6415, 0); -/* 9:53 */waypoints[104] = spawnstruct(); -/* 9:53 */waypoints[104].origin = (-960.063, -2029.59, 127.666); -/* 9:53 */waypoints[104].type = "claymore"; -/* 9:53 */waypoints[104].children[0] = 19; -/* 9:53 */waypoints[104].angles = (29.9048, 96.1633, 0); -/* 9:53 */waypoints[105] = spawnstruct(); -/* 9:53 */waypoints[105].origin = (-358.17, 373.502, 125.473); -/* 9:53 */waypoints[105].type = "stand"; -/* 9:53 */waypoints[105].children[0] = 62; -/* 9:53 */waypoints[105].children[1] = 55; -/* 9:53 */waypoints[105].children[2] = 56; -/* 9:53 */waypoints[106] = spawnstruct(); -/* 9:53 */waypoints[106].origin = (-499.881, 453.089, 125.104); -/* 9:53 */waypoints[106].type = "stand"; -/* 9:53 */waypoints[106].children[0] = 49; -/* 9:53 */waypoints[106].children[1] = 50; -/* 9:53 */waypoints[106].children[2] = 55; -/* 9:53 */waypoints[106].children[3] = 53; -/* 9:53 */waypoints[107] = spawnstruct(); -/* 9:53 */waypoints[107].origin = (-906.152, -262.699, 20.3433); -/* 9:53 */waypoints[107].type = "crouch"; -/* 9:53 */waypoints[107].children[0] = 28; -/* 9:53 */waypoints[107].angles = (5.85022, -48.0267, 0); -/* 9:53 */waypoints[108] = spawnstruct(); -/* 9:53 */waypoints[108].origin = (-502.014, -344.79, 24.4609); -/* 9:53 */waypoints[108].type = "stand"; -/* 9:53 */waypoints[108].children[0] = 49; -/* 9:53 */waypoints[108].children[1] = 29; -/* 9:53 */waypoints[108].children[2] = 28; -/* 9:53 */waypoints[109] = spawnstruct(); -/* 9:53 */waypoints[109].origin = (-365.644, -418.584, 23.6361); -/* 9:53 */waypoints[109].type = "crouch"; -/* 9:53 */waypoints[109].children[0] = 29; -/* 9:53 */waypoints[109].angles = (10.2832, -138.224, 0); -/* 9:53 */waypoints[110] = spawnstruct(); -/* 9:53 */waypoints[110].origin = (-782.655, -917.056, 32.068); -/* 9:53 */waypoints[110].type = "crouch"; -/* 9:53 */waypoints[110].children[0] = 29; -/* 9:53 */waypoints[110].angles = (4.42749, 49.4275, 0); -/* 9:53 */waypoints[111] = spawnstruct(); -/* 9:53 */waypoints[111].origin = (-343.977, -914.132, 12.2281); -/* 9:53 */waypoints[111].type = "claymore"; -/* 9:53 */waypoints[111].children[0] = 36; -/* 9:53 */waypoints[111].children[1] = 37; -/* 9:53 */waypoints[111].children[2] = 29; -/* 9:53 */waypoints[111].angles = (25.9442, 177.479, 0); -/* 9:53 */waypoints[112] = spawnstruct(); -/* 9:53 */waypoints[112].origin = (-699.511, -891.907, 20.0903); -/* 9:53 */waypoints[112].type = "claymore"; -/* 9:53 */waypoints[112].children[0] = 29; -/* 9:53 */waypoints[112].children[1] = 36; -/* 9:53 */waypoints[112].children[2] = 37; -/* 9:53 */waypoints[112].angles = (25.7849, -5.63599, 0); -/* 9:53 */waypoints[113] = spawnstruct(); -/* 9:53 */waypoints[113].origin = (-338.474, -1274.76, 5.73503); -/* 9:53 */waypoints[113].type = "claymore"; -/* 9:53 */waypoints[113].children[0] = 48; -/* 9:53 */waypoints[113].children[1] = 31; -/* 9:53 */waypoints[113].angles = (25.3125, -177.77, 0); -/* 9:53 */waypoints[114] = spawnstruct(); -/* 9:53 */waypoints[114].origin = (475.284, -1324.4, 14.8494); -/* 9:53 */waypoints[114].type = "stand"; -/* 9:53 */waypoints[114].children[0] = 115; -/* 9:53 */waypoints[115] = spawnstruct(); -/* 9:53 */waypoints[115].origin = (551.743, -1485.19, 20.4491); -/* 9:53 */waypoints[115].type = "stand"; -/* 9:53 */waypoints[115].children[0] = 114; -/* 9:53 */waypoints[115].children[1] = 117; -/* 9:53 */waypoints[115].children[2] = 116; -/* 9:53 */waypoints[115].children[3] = 42; -/* 9:53 */waypoints[116] = spawnstruct(); -/* 9:53 */waypoints[116].origin = (613.726, -1328.46, 25.2803); -/* 9:53 */waypoints[116].type = "stand"; -/* 9:53 */waypoints[116].children[0] = 115; -/* 9:53 */waypoints[117] = spawnstruct(); -/* 9:53 */waypoints[117].origin = (550.93, -1379.46, 17.2578); -/* 9:53 */waypoints[117].type = "stand"; -/* 9:53 */waypoints[117].children[0] = 115; -/* 9:53 */waypoints[118] = spawnstruct(); -/* 9:53 */waypoints[118].origin = (237.631, -1649.84, 128.125); -/* 9:53 */waypoints[118].type = "stand"; -/* 9:53 */waypoints[118].children[0] = 14; -/* 9:53 */waypoints[118].children[1] = 119; -/* 9:53 */waypoints[119] = spawnstruct(); -/* 9:53 */waypoints[119].origin = (809.654, -1662.32, 128.125); -/* 9:53 */waypoints[119].type = "stand"; -/* 9:53 */waypoints[119].children[0] = 118; -/* 9:53 */waypoints[119].children[1] = 11; -/* 9:53 */waypoints[119].children[2] = 12; -/* 9:53 */waypoints[120] = spawnstruct(); -/* 9:53 */waypoints[120].origin = (667.092, 243.276, 128.177); -/* 9:53 */waypoints[120].type = "stand"; -/* 9:53 */waypoints[120].children[0] = 0; -/* 9:53 */waypoints[120].children[1] = 1; -/* 9:53 */waypoints[121] = spawnstruct(); -/* 9:53 */waypoints[121].origin = (-300.636, -1924.38, 124.488); -/* 9:53 */waypoints[121].type = "stand"; -/* 9:53 */waypoints[121].children[0] = 15; -/* 9:53 */waypoints[121].children[1] = 16; -/* 9:53 */waypoints[122] = spawnstruct(); -/* 9:53 */waypoints[122].origin = (1092.45, -1463.02, 166.956); -/* 9:53 */waypoints[122].type = "stand"; -/* 9:53 */waypoints[122].children[0] = 9; -/* 9:53 */waypoints[122].children[1] = 11; -/* 9:53 */waypoints[123] = spawnstruct(); -/* 9:53 */waypoints[123].origin = (-87.4196, -1332.41, 128.125); -/* 9:53 */waypoints[123].type = "stand"; -/* 9:53 */waypoints[123].children[0] = 91; -/* 9:53 */waypoints[123].children[1] = 15; -/* 9:53 */waypoints[123].children[2] = 132; -/* 9:53 */waypoints[124] = spawnstruct(); -/* 9:53 */waypoints[124].origin = (13.3701, -1015.68, 130.125); -/* 9:53 */waypoints[124].type = "stand"; -/* 9:53 */waypoints[124].children[0] = 65; -/* 9:53 */waypoints[124].children[1] = 125; -/* 9:53 */waypoints[124].children[2] = 132; -/* 9:53 */waypoints[124].children[3] = 133; -/* 9:53 */waypoints[125] = spawnstruct(); -/* 9:53 */waypoints[125].origin = (71.9119, -952.364, 128.125); -/* 9:53 */waypoints[125].type = "stand"; -/* 9:53 */waypoints[125].children[0] = 124; -/* 9:53 */waypoints[125].children[1] = 126; -/* 9:53 */waypoints[125].children[2] = 133; -/* 9:53 */waypoints[126] = spawnstruct(); -/* 9:53 */waypoints[126].origin = (73.0384, -971.748, 128.125); -/* 9:53 */waypoints[126].type = "climb"; -/* 9:53 */waypoints[126].children[0] = 125; -/* 9:53 */waypoints[126].children[1] = 127; -/* 9:53 */waypoints[126].angles = (-14.6997, -88.0499, 0); -/* 9:53 */waypoints[127] = spawnstruct(); -/* 9:53 */waypoints[127].origin = (73.0632, -1011.89, 296.125); -/* 9:53 */waypoints[127].type = "climb"; -/* 9:53 */waypoints[127].children[0] = 126; -/* 9:53 */waypoints[127].children[1] = 128; -/* 9:53 */waypoints[127].angles = (20.9222, -94.6143, 0); -/* 9:53 */waypoints[128] = spawnstruct(); -/* 9:53 */waypoints[128].origin = (63.3361, -1217.63, 296.125); -/* 9:53 */waypoints[128].type = "stand"; -/* 9:53 */waypoints[128].children[0] = 127; -/* 9:53 */waypoints[128].children[1] = 129; -/* 9:53 */waypoints[129] = spawnstruct(); -/* 9:53 */waypoints[129].origin = (-189.05, -1210.04, 296.125); -/* 9:53 */waypoints[129].type = "stand"; -/* 9:53 */waypoints[129].children[0] = 128; -/* 9:53 */waypoints[129].children[1] = 130; -/* 9:53 */waypoints[130] = spawnstruct(); -/* 9:53 */waypoints[130].origin = (-179.301, -962.35, 296.125); -/* 9:53 */waypoints[130].type = "stand"; -/* 9:53 */waypoints[130].children[0] = 129; -/* 9:53 */waypoints[130].children[1] = 131; -/* 9:53 */waypoints[131] = spawnstruct(); -/* 9:53 */waypoints[131].origin = (-40.2301, -962.326, 296.125); -/* 9:53 */waypoints[131].type = "stand"; -/* 9:53 */waypoints[131].children[0] = 130; -/* 9:53 */waypoints[132] = spawnstruct(); -/* 9:53 */waypoints[132].origin = (-86.0223, -1176.36, 130.121); -/* 9:53 */waypoints[132].type = "stand"; -/* 9:53 */waypoints[132].children[0] = 124; -/* 9:53 */waypoints[132].children[1] = 67; -/* 9:53 */waypoints[132].children[2] = 123; -/* 9:53 */waypoints[132].children[3] = 133; -/* 9:53 */waypoints[132].children[4] = 95; -/* 9:53 */waypoints[133] = spawnstruct(); -/* 9:53 */waypoints[133].origin = (-34.696, -964.101, 128.125); -/* 9:53 */waypoints[133].type = "stand"; -/* 9:53 */waypoints[133].children[0] = 134; -/* 9:53 */waypoints[133].children[1] = 124; -/* 9:53 */waypoints[133].children[2] = 125; -/* 9:53 */waypoints[133].children[3] = 92; -/* 9:53 */waypoints[133].children[4] = 96; -/* 9:53 */waypoints[133].children[5] = 67; -/* 9:53 */waypoints[133].children[6] = 132; -/* 9:53 */waypoints[134] = spawnstruct(); -/* 9:53 */waypoints[134].origin = (-46.8199, -836.557, 128.125); -/* 9:53 */waypoints[134].type = "stand"; -/* 9:53 */waypoints[134].children[0] = 97; -/* 9:53 */waypoints[134].children[1] = 133; -/* 9:53 */waypoints[134].children[2] = 98; -/* 9:53 */waypoints[134].children[3] = 59; -/* 9:53 */return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/fallen.gsc b/raw/maps/mp/bots/waypoints/fallen.gsc deleted file mode 100644 index 7b8018f..0000000 --- a/raw/maps/mp/bots/waypoints/fallen.gsc +++ /dev/null @@ -1,1784 +0,0 @@ -Fallen() -{ -/* 18:56 */waypoints = []; -/* 18:56 */waypoints[0] = spawnstruct(); -/* 18:56 */waypoints[0].origin = (-749.615, -1150.56, -198.981); -/* 18:56 */waypoints[0].type = "stand"; -/* 18:56 */waypoints[0].children[0] = 1; -/* 18:56 */waypoints[0].children[1] = 85; -/* 18:56 */waypoints[0].children[2] = 256; -/* 18:56 */waypoints[1] = spawnstruct(); -/* 18:56 */waypoints[1].origin = (-395.373, -1154.68, -235.076); -/* 18:56 */waypoints[1].type = "stand"; -/* 18:56 */waypoints[1].children[0] = 0; -/* 18:56 */waypoints[1].children[1] = 2; -/* 18:56 */waypoints[1].children[2] = 244; -/* 18:56 */waypoints[2] = spawnstruct(); -/* 18:56 */waypoints[2].origin = (-362.568, -1410.52, -244.373); -/* 18:56 */waypoints[2].type = "stand"; -/* 18:56 */waypoints[2].children[0] = 1; -/* 18:56 */waypoints[2].children[1] = 3; -/* 18:56 */waypoints[3] = spawnstruct(); -/* 18:56 */waypoints[3].origin = (-64.8004, -1456.74, -247.374); -/* 18:56 */waypoints[3].type = "stand"; -/* 18:56 */waypoints[3].children[0] = 2; -/* 18:56 */waypoints[3].children[1] = 4; -/* 18:56 */waypoints[4] = spawnstruct(); -/* 18:56 */waypoints[4].origin = (197.759, -1455.31, -247.875); -/* 18:56 */waypoints[4].type = "stand"; -/* 18:56 */waypoints[4].children[0] = 3; -/* 18:56 */waypoints[4].children[1] = 5; -/* 18:56 */waypoints[5] = spawnstruct(); -/* 18:56 */waypoints[5].origin = (520.001, -1469.81, -247.875); -/* 18:56 */waypoints[5].type = "stand"; -/* 18:56 */waypoints[5].children[0] = 4; -/* 18:56 */waypoints[5].children[1] = 6; -/* 18:56 */waypoints[5].children[2] = 274; -/* 18:56 */waypoints[6] = spawnstruct(); -/* 18:56 */waypoints[6].origin = (821.915, -1452.94, -247.692); -/* 18:56 */waypoints[6].type = "stand"; -/* 18:56 */waypoints[6].children[0] = 5; -/* 18:56 */waypoints[6].children[1] = 7; -/* 18:56 */waypoints[7] = spawnstruct(); -/* 18:56 */waypoints[7].origin = (1113.12, -1412.76, -245.37); -/* 18:56 */waypoints[7].type = "stand"; -/* 18:56 */waypoints[7].children[0] = 6; -/* 18:56 */waypoints[7].children[1] = 8; -/* 18:56 */waypoints[7].children[2] = 180; -/* 18:56 */waypoints[8] = spawnstruct(); -/* 18:56 */waypoints[8].origin = (1486.67, -1357.79, -248.573); -/* 18:56 */waypoints[8].type = "stand"; -/* 18:56 */waypoints[8].children[0] = 7; -/* 18:56 */waypoints[8].children[1] = 9; -/* 18:56 */waypoints[8].children[2] = 181; -/* 18:56 */waypoints[9] = spawnstruct(); -/* 18:56 */waypoints[9].origin = (1745.97, -1306.98, -261.885); -/* 18:56 */waypoints[9].type = "stand"; -/* 18:56 */waypoints[9].children[0] = 8; -/* 18:56 */waypoints[9].children[1] = 10; -/* 18:56 */waypoints[9].children[2] = 182; -/* 18:56 */waypoints[10] = spawnstruct(); -/* 18:56 */waypoints[10].origin = (1936.5, -1313.16, -253.875); -/* 18:56 */waypoints[10].type = "stand"; -/* 18:56 */waypoints[10].children[0] = 9; -/* 18:56 */waypoints[10].children[1] = 11; -/* 18:56 */waypoints[11] = spawnstruct(); -/* 18:56 */waypoints[11].origin = (1915.58, -1047.54, -253.875); -/* 18:56 */waypoints[11].type = "stand"; -/* 18:56 */waypoints[11].children[0] = 10; -/* 18:56 */waypoints[11].children[1] = 12; -/* 18:56 */waypoints[11].children[2] = 182; -/* 18:56 */waypoints[12] = spawnstruct(); -/* 18:56 */waypoints[12].origin = (1916.78, -855.808, -253.875); -/* 18:56 */waypoints[12].type = "stand"; -/* 18:56 */waypoints[12].children[0] = 11; -/* 18:56 */waypoints[12].children[1] = 13; -/* 18:56 */waypoints[13] = spawnstruct(); -/* 18:56 */waypoints[13].origin = (1815.15, -855.802, -253.875); -/* 18:56 */waypoints[13].type = "stand"; -/* 18:56 */waypoints[13].children[0] = 12; -/* 18:56 */waypoints[13].children[1] = 14; -/* 18:56 */waypoints[13].children[2] = 183; -/* 18:56 */waypoints[14] = spawnstruct(); -/* 18:56 */waypoints[14].origin = (1815.28, -716.125, -253.875); -/* 18:56 */waypoints[14].type = "stand"; -/* 18:56 */waypoints[14].children[0] = 13; -/* 18:56 */waypoints[14].children[1] = 15; -/* 18:56 */waypoints[14].children[2] = 170; -/* 18:56 */waypoints[14].children[3] = 185; -/* 18:56 */waypoints[15] = spawnstruct(); -/* 18:56 */waypoints[15].origin = (1945.41, -716.038, -252.335); -/* 18:56 */waypoints[15].type = "stand"; -/* 18:56 */waypoints[15].children[0] = 14; -/* 18:56 */waypoints[15].children[1] = 16; -/* 18:56 */waypoints[16] = spawnstruct(); -/* 18:56 */waypoints[16].origin = (2075.64, -715.957, -249.079); -/* 18:56 */waypoints[16].type = "stand"; -/* 18:56 */waypoints[16].children[0] = 15; -/* 18:56 */waypoints[16].children[1] = 17; -/* 18:56 */waypoints[17] = spawnstruct(); -/* 18:56 */waypoints[17].origin = (2078.51, -525.366, -249.007); -/* 18:56 */waypoints[17].type = "stand"; -/* 18:56 */waypoints[17].children[0] = 16; -/* 18:56 */waypoints[17].children[1] = 18; -/* 18:56 */waypoints[17].children[2] = 170; -/* 18:56 */waypoints[18] = spawnstruct(); -/* 18:56 */waypoints[18].origin = (2389.33, -547.94, -259.215); -/* 18:56 */waypoints[18].type = "stand"; -/* 18:56 */waypoints[18].children[0] = 17; -/* 18:56 */waypoints[18].children[1] = 19; -/* 18:56 */waypoints[19] = spawnstruct(); -/* 18:56 */waypoints[19].origin = (2679.73, -558.168, -262.772); -/* 18:56 */waypoints[19].type = "stand"; -/* 18:56 */waypoints[19].children[0] = 18; -/* 18:56 */waypoints[19].children[1] = 20; -/* 18:56 */waypoints[20] = spawnstruct(); -/* 18:56 */waypoints[20].origin = (2679.63, -726.888, -264.518); -/* 18:56 */waypoints[20].type = "stand"; -/* 18:56 */waypoints[20].children[0] = 19; -/* 18:56 */waypoints[20].children[1] = 21; -/* 18:56 */waypoints[21] = spawnstruct(); -/* 18:56 */waypoints[21].origin = (2829.1, -824.05, -261.896); -/* 18:56 */waypoints[21].type = "stand"; -/* 18:56 */waypoints[21].children[0] = 20; -/* 18:56 */waypoints[21].children[1] = 22; -/* 18:56 */waypoints[22] = spawnstruct(); -/* 18:56 */waypoints[22].origin = (2985.36, -721.607, -263.664); -/* 18:56 */waypoints[22].type = "stand"; -/* 18:56 */waypoints[22].children[0] = 21; -/* 18:56 */waypoints[22].children[1] = 23; -/* 18:56 */waypoints[23] = spawnstruct(); -/* 18:56 */waypoints[23].origin = (2984.02, -531.661, -266.138); -/* 18:56 */waypoints[23].type = "stand"; -/* 18:56 */waypoints[23].children[0] = 22; -/* 18:56 */waypoints[23].children[1] = 24; -/* 18:56 */waypoints[24] = spawnstruct(); -/* 18:56 */waypoints[24].origin = (2835.3, -512.159, -265.355); -/* 18:56 */waypoints[24].type = "stand"; -/* 18:56 */waypoints[24].children[0] = 23; -/* 18:56 */waypoints[24].children[1] = 25; -/* 18:56 */waypoints[25] = spawnstruct(); -/* 18:56 */waypoints[25].origin = (2864.99, -224.397, -274.606); -/* 18:56 */waypoints[25].type = "stand"; -/* 18:56 */waypoints[25].children[0] = 24; -/* 18:56 */waypoints[25].children[1] = 26; -/* 18:56 */waypoints[26] = spawnstruct(); -/* 18:56 */waypoints[26].origin = (2911.39, 102.571, -293.522); -/* 18:56 */waypoints[26].type = "stand"; -/* 18:56 */waypoints[26].children[0] = 25; -/* 18:56 */waypoints[26].children[1] = 27; -/* 18:56 */waypoints[27] = spawnstruct(); -/* 18:56 */waypoints[27].origin = (2784.31, 251.19, -302.352); -/* 18:56 */waypoints[27].type = "stand"; -/* 18:56 */waypoints[27].children[0] = 26; -/* 18:56 */waypoints[27].children[1] = 28; -/* 18:56 */waypoints[28] = spawnstruct(); -/* 18:56 */waypoints[28].origin = (2851.08, 554.455, -303.349); -/* 18:56 */waypoints[28].type = "stand"; -/* 18:56 */waypoints[28].children[0] = 27; -/* 18:56 */waypoints[28].children[1] = 29; -/* 18:56 */waypoints[29] = spawnstruct(); -/* 18:56 */waypoints[29].origin = (2854.28, 778.176, -308.343); -/* 18:56 */waypoints[29].type = "stand"; -/* 18:56 */waypoints[29].children[0] = 28; -/* 18:56 */waypoints[29].children[1] = 30; -/* 18:56 */waypoints[29].children[2] = 156; -/* 18:56 */waypoints[29].children[3] = 158; -/* 18:56 */waypoints[30] = spawnstruct(); -/* 18:56 */waypoints[30].origin = (2963.38, 778.732, -308.09); -/* 18:56 */waypoints[30].type = "stand"; -/* 18:56 */waypoints[30].children[0] = 29; -/* 18:56 */waypoints[30].children[1] = 31; -/* 18:56 */waypoints[31] = spawnstruct(); -/* 18:56 */waypoints[31].origin = (3087.12, 954.326, -314.875); -/* 18:56 */waypoints[31].type = "stand"; -/* 18:56 */waypoints[31].children[0] = 30; -/* 18:56 */waypoints[31].children[1] = 32; -/* 18:56 */waypoints[32] = spawnstruct(); -/* 18:56 */waypoints[32].origin = (3053.87, 1167.24, -321.701); -/* 18:56 */waypoints[32].type = "stand"; -/* 18:56 */waypoints[32].children[0] = 31; -/* 18:56 */waypoints[32].children[1] = 33; -/* 18:56 */waypoints[32].children[2] = 156; -/* 18:56 */waypoints[33] = spawnstruct(); -/* 18:56 */waypoints[33].origin = (2874.54, 1321.15, -318.252); -/* 18:56 */waypoints[33].type = "stand"; -/* 18:56 */waypoints[33].children[0] = 32; -/* 18:56 */waypoints[33].children[1] = 34; -/* 18:56 */waypoints[34] = spawnstruct(); -/* 18:56 */waypoints[34].origin = (2741.16, 1390.08, -309.875); -/* 18:56 */waypoints[34].type = "stand"; -/* 18:56 */waypoints[34].children[0] = 33; -/* 18:56 */waypoints[34].children[1] = 35; -/* 18:56 */waypoints[34].children[2] = 155; -/* 18:56 */waypoints[34].children[3] = 156; -/* 18:56 */waypoints[35] = spawnstruct(); -/* 18:56 */waypoints[35].origin = (2715.58, 1648.35, -293.732); -/* 18:56 */waypoints[35].type = "stand"; -/* 18:56 */waypoints[35].children[0] = 34; -/* 18:56 */waypoints[35].children[1] = 36; -/* 18:56 */waypoints[35].children[2] = 142; -/* 18:56 */waypoints[36] = spawnstruct(); -/* 18:56 */waypoints[36].origin = (2715.45, 1828.72, -291.875); -/* 18:56 */waypoints[36].type = "stand"; -/* 18:56 */waypoints[36].children[0] = 35; -/* 18:56 */waypoints[36].children[1] = 37; -/* 18:56 */waypoints[36].children[2] = 141; -/* 18:56 */waypoints[37] = spawnstruct(); -/* 18:56 */waypoints[37].origin = (2530.83, 1925.79, -290.92); -/* 18:56 */waypoints[37].type = "stand"; -/* 18:56 */waypoints[37].children[0] = 36; -/* 18:56 */waypoints[37].children[1] = 38; -/* 18:56 */waypoints[37].children[2] = 141; -/* 18:56 */waypoints[38] = spawnstruct(); -/* 18:56 */waypoints[38].origin = (2292.12, 1931.77, -283.313); -/* 18:56 */waypoints[38].type = "stand"; -/* 18:56 */waypoints[38].children[0] = 37; -/* 18:56 */waypoints[38].children[1] = 39; -/* 18:56 */waypoints[38].children[2] = 140; -/* 18:56 */waypoints[39] = spawnstruct(); -/* 18:56 */waypoints[39].origin = (2032.06, 1953.5, -272.196); -/* 18:56 */waypoints[39].type = "stand"; -/* 18:56 */waypoints[39].children[0] = 38; -/* 18:56 */waypoints[39].children[1] = 40; -/* 18:56 */waypoints[39].children[2] = 139; -/* 18:56 */waypoints[40] = spawnstruct(); -/* 18:56 */waypoints[40].origin = (1921.77, 1953.4, -271.401); -/* 18:56 */waypoints[40].type = "stand"; -/* 18:56 */waypoints[40].children[0] = 39; -/* 18:56 */waypoints[40].children[1] = 41; -/* 18:56 */waypoints[40].children[2] = 134; -/* 18:56 */waypoints[41] = spawnstruct(); -/* 18:56 */waypoints[41].origin = (1900.1, 2014.38, -263.82); -/* 18:56 */waypoints[41].type = "stand"; -/* 18:56 */waypoints[41].children[0] = 40; -/* 18:56 */waypoints[41].children[1] = 42; -/* 18:56 */waypoints[42] = spawnstruct(); -/* 18:56 */waypoints[42].origin = (1671.01, 2137.06, -269.183); -/* 18:56 */waypoints[42].type = "stand"; -/* 18:56 */waypoints[42].children[0] = 41; -/* 18:56 */waypoints[42].children[1] = 43; -/* 18:56 */waypoints[42].children[2] = 118; -/* 18:56 */waypoints[42].children[3] = 44; -/* 18:56 */waypoints[42].children[4] = 135; -/* 18:56 */waypoints[43] = spawnstruct(); -/* 18:56 */waypoints[43].origin = (1527.94, 2342.44, -270.757); -/* 18:56 */waypoints[43].type = "stand"; -/* 18:56 */waypoints[43].children[0] = 42; -/* 18:56 */waypoints[43].children[1] = 44; -/* 18:56 */waypoints[44] = spawnstruct(); -/* 18:56 */waypoints[44].origin = (1404.85, 2341.51, -277.004); -/* 18:56 */waypoints[44].type = "stand"; -/* 18:56 */waypoints[44].children[0] = 43; -/* 18:56 */waypoints[44].children[1] = 45; -/* 18:56 */waypoints[44].children[2] = 119; -/* 18:56 */waypoints[44].children[3] = 42; -/* 18:56 */waypoints[44].children[4] = 137; -/* 18:56 */waypoints[45] = spawnstruct(); -/* 18:56 */waypoints[45].origin = (1381.96, 2602.49, -278.753); -/* 18:56 */waypoints[45].type = "stand"; -/* 18:56 */waypoints[45].children[0] = 44; -/* 18:56 */waypoints[45].children[1] = 46; -/* 18:56 */waypoints[45].children[2] = 136; -/* 18:56 */waypoints[46] = spawnstruct(); -/* 18:56 */waypoints[46].origin = (1381.14, 2800.31, -279.875); -/* 18:56 */waypoints[46].type = "stand"; -/* 18:56 */waypoints[46].children[0] = 45; -/* 18:56 */waypoints[46].children[1] = 47; -/* 18:56 */waypoints[47] = spawnstruct(); -/* 18:56 */waypoints[47].origin = (1216.55, 2883.34, -272.582); -/* 18:56 */waypoints[47].type = "stand"; -/* 18:56 */waypoints[47].children[0] = 46; -/* 18:56 */waypoints[47].children[1] = 48; -/* 18:56 */waypoints[47].children[2] = 136; -/* 18:56 */waypoints[48] = spawnstruct(); -/* 18:56 */waypoints[48].origin = (965.151, 2932.7, -270.057); -/* 18:56 */waypoints[48].type = "stand"; -/* 18:56 */waypoints[48].children[0] = 47; -/* 18:56 */waypoints[48].children[1] = 49; -/* 18:56 */waypoints[49] = spawnstruct(); -/* 18:56 */waypoints[49].origin = (898.191, 3061.16, -269.418); -/* 18:56 */waypoints[49].type = "stand"; -/* 18:56 */waypoints[49].children[0] = 48; -/* 18:56 */waypoints[49].children[1] = 50; -/* 18:56 */waypoints[50] = spawnstruct(); -/* 18:56 */waypoints[50].origin = (596.784, 3035.17, -256.54); -/* 18:56 */waypoints[50].type = "stand"; -/* 18:56 */waypoints[50].children[0] = 49; -/* 18:56 */waypoints[50].children[1] = 51; -/* 18:56 */waypoints[51] = spawnstruct(); -/* 18:56 */waypoints[51].origin = (299.674, 3035.13, -239.271); -/* 18:56 */waypoints[51].type = "stand"; -/* 18:56 */waypoints[51].children[0] = 50; -/* 18:56 */waypoints[51].children[1] = 52; -/* 18:56 */waypoints[51].children[2] = 133; -/* 18:56 */waypoints[52] = spawnstruct(); -/* 18:56 */waypoints[52].origin = (108.206, 3035.71, -239.432); -/* 18:56 */waypoints[52].type = "stand"; -/* 18:56 */waypoints[52].children[0] = 51; -/* 18:56 */waypoints[52].children[1] = 53; -/* 18:56 */waypoints[53] = spawnstruct(); -/* 18:56 */waypoints[53].origin = (127.576, 2691.01, -239.133); -/* 18:56 */waypoints[53].type = "stand"; -/* 18:56 */waypoints[53].children[0] = 52; -/* 18:56 */waypoints[53].children[1] = 54; -/* 18:56 */waypoints[53].children[2] = 133; -/* 18:56 */waypoints[54] = spawnstruct(); -/* 18:56 */waypoints[54].origin = (123.698, 2380.78, -238.094); -/* 18:56 */waypoints[54].type = "stand"; -/* 18:56 */waypoints[54].children[0] = 53; -/* 18:56 */waypoints[54].children[1] = 55; -/* 18:56 */waypoints[54].children[2] = 123; -/* 18:56 */waypoints[55] = spawnstruct(); -/* 18:56 */waypoints[55].origin = (128.759, 2132.58, -237.889); -/* 18:56 */waypoints[55].type = "stand"; -/* 18:56 */waypoints[55].children[0] = 54; -/* 18:56 */waypoints[55].children[1] = 56; -/* 18:56 */waypoints[55].children[2] = 106; -/* 18:56 */waypoints[56] = spawnstruct(); -/* 18:56 */waypoints[56].origin = (128.823, 1690.69, -239.893); -/* 18:56 */waypoints[56].type = "stand"; -/* 18:56 */waypoints[56].children[0] = 55; -/* 18:56 */waypoints[56].children[1] = 57; -/* 18:56 */waypoints[56].children[2] = 104; -/* 18:56 */waypoints[56].children[3] = 105; -/* 18:56 */waypoints[57] = spawnstruct(); -/* 18:56 */waypoints[57].origin = (-140.346, 1717.3, -242.283); -/* 18:56 */waypoints[57].type = "stand"; -/* 18:56 */waypoints[57].children[0] = 56; -/* 18:56 */waypoints[57].children[1] = 58; -/* 18:56 */waypoints[57].children[2] = 103; -/* 18:56 */waypoints[58] = spawnstruct(); -/* 18:56 */waypoints[58].origin = (-569.973, 1714.52, -246.467); -/* 18:56 */waypoints[58].type = "stand"; -/* 18:56 */waypoints[58].children[0] = 57; -/* 18:56 */waypoints[58].children[1] = 59; -/* 18:56 */waypoints[58].children[2] = 132; -/* 18:56 */waypoints[59] = spawnstruct(); -/* 18:56 */waypoints[59].origin = (-810.491, 1698.09, -248.875); -/* 18:56 */waypoints[59].type = "stand"; -/* 18:56 */waypoints[59].children[0] = 58; -/* 18:56 */waypoints[59].children[1] = 60; -/* 18:56 */waypoints[59].children[2] = 131; -/* 18:56 */waypoints[60] = spawnstruct(); -/* 18:56 */waypoints[60].origin = (-1014.94, 1673.15, -248.875); -/* 18:56 */waypoints[60].type = "stand"; -/* 18:56 */waypoints[60].children[0] = 59; -/* 18:56 */waypoints[60].children[1] = 61; -/* 18:56 */waypoints[61] = spawnstruct(); -/* 18:56 */waypoints[61].origin = (-1226.75, 1526.24, -248.875); -/* 18:56 */waypoints[61].type = "stand"; -/* 18:56 */waypoints[61].children[0] = 60; -/* 18:56 */waypoints[61].children[1] = 62; -/* 18:56 */waypoints[62] = spawnstruct(); -/* 18:56 */waypoints[62].origin = (-1408.61, 1283.89, -248.875); -/* 18:56 */waypoints[62].type = "stand"; -/* 18:56 */waypoints[62].children[0] = 61; -/* 18:56 */waypoints[62].children[1] = 63; -/* 18:56 */waypoints[63] = spawnstruct(); -/* 18:56 */waypoints[63].origin = (-1532.77, 1012.99, -248.875); -/* 18:56 */waypoints[63].type = "stand"; -/* 18:56 */waypoints[63].children[0] = 62; -/* 18:56 */waypoints[63].children[1] = 64; -/* 18:56 */waypoints[64] = spawnstruct(); -/* 18:56 */waypoints[64].origin = (-1542.25, 711.875, -248.875); -/* 18:56 */waypoints[64].type = "stand"; -/* 18:56 */waypoints[64].children[0] = 63; -/* 18:56 */waypoints[64].children[1] = 65; -/* 18:56 */waypoints[65] = spawnstruct(); -/* 18:56 */waypoints[65].origin = (-1448.24, 729.191, -253.34); -/* 18:56 */waypoints[65].type = "stand"; -/* 18:56 */waypoints[65].children[0] = 64; -/* 18:56 */waypoints[65].children[1] = 66; -/* 18:56 */waypoints[66] = spawnstruct(); -/* 18:56 */waypoints[66].origin = (-1384.15, 851.557, -258.089); -/* 18:56 */waypoints[66].type = "stand"; -/* 18:56 */waypoints[66].children[0] = 65; -/* 18:56 */waypoints[66].children[1] = 67; -/* 18:56 */waypoints[66].children[2] = 129; -/* 18:56 */waypoints[67] = spawnstruct(); -/* 18:56 */waypoints[67].origin = (-1140.15, 819.091, -251.508); -/* 18:56 */waypoints[67].type = "stand"; -/* 18:56 */waypoints[67].children[0] = 66; -/* 18:56 */waypoints[67].children[1] = 68; -/* 18:56 */waypoints[67].children[2] = 128; -/* 18:56 */waypoints[68] = spawnstruct(); -/* 18:56 */waypoints[68].origin = (-1140.2, 550.306, -213.875); -/* 18:56 */waypoints[68].type = "stand"; -/* 18:56 */waypoints[68].children[0] = 67; -/* 18:56 */waypoints[68].children[1] = 69; -/* 18:56 */waypoints[69] = spawnstruct(); -/* 18:56 */waypoints[69].origin = (-1154.42, 237.109, -213.875); -/* 18:56 */waypoints[69].type = "stand"; -/* 18:56 */waypoints[69].children[0] = 68; -/* 18:56 */waypoints[69].children[1] = 70; -/* 18:56 */waypoints[69].children[2] = 91; -/* 18:56 */waypoints[70] = spawnstruct(); -/* 18:56 */waypoints[70].origin = (-1131.7, 169.425, -213.875); -/* 18:56 */waypoints[70].type = "stand"; -/* 18:56 */waypoints[70].children[0] = 69; -/* 18:56 */waypoints[70].children[1] = 71; -/* 18:56 */waypoints[71] = spawnstruct(); -/* 18:56 */waypoints[71].origin = (-818.878, 162.018, -213.875); -/* 18:56 */waypoints[71].type = "stand"; -/* 18:56 */waypoints[71].children[0] = 70; -/* 18:56 */waypoints[71].children[1] = 72; -/* 18:56 */waypoints[72] = spawnstruct(); -/* 18:56 */waypoints[72].origin = (-763.646, 209.5, -213.875); -/* 18:56 */waypoints[72].type = "stand"; -/* 18:56 */waypoints[72].children[0] = 71; -/* 18:56 */waypoints[72].children[1] = 73; -/* 18:56 */waypoints[73] = spawnstruct(); -/* 18:56 */waypoints[73].origin = (-653.3, 201.333, -213.875); -/* 18:56 */waypoints[73].type = "stand"; -/* 18:56 */waypoints[73].children[0] = 72; -/* 18:56 */waypoints[73].children[1] = 74; -/* 18:56 */waypoints[73].children[2] = 92; -/* 18:56 */waypoints[74] = spawnstruct(); -/* 18:56 */waypoints[74].origin = (-666.648, 79.931, -253.63); -/* 18:56 */waypoints[74].type = "stand"; -/* 18:56 */waypoints[74].children[0] = 73; -/* 18:56 */waypoints[74].children[1] = 75; -/* 18:56 */waypoints[74].children[2] = 250; -/* 18:56 */waypoints[75] = spawnstruct(); -/* 18:56 */waypoints[75].origin = (-664.954, -158.959, -230.701); -/* 18:56 */waypoints[75].type = "stand"; -/* 18:56 */waypoints[75].children[0] = 74; -/* 18:56 */waypoints[75].children[1] = 76; -/* 18:56 */waypoints[75].children[2] = 251; -/* 18:56 */waypoints[76] = spawnstruct(); -/* 18:56 */waypoints[76].origin = (-675.513, -404.536, -214.95); -/* 18:56 */waypoints[76].type = "stand"; -/* 18:56 */waypoints[76].children[0] = 75; -/* 18:56 */waypoints[76].children[1] = 77; -/* 18:56 */waypoints[76].children[2] = 245; -/* 18:56 */waypoints[76].children[3] = 251; -/* 18:56 */waypoints[76].children[4] = 252; -/* 18:56 */waypoints[77] = spawnstruct(); -/* 18:56 */waypoints[77].origin = (-759.039, -398.832, -203.98); -/* 18:56 */waypoints[77].type = "stand"; -/* 18:56 */waypoints[77].children[0] = 76; -/* 18:56 */waypoints[77].children[1] = 78; -/* 18:56 */waypoints[77].children[2] = 252; -/* 18:56 */waypoints[78] = spawnstruct(); -/* 18:56 */waypoints[78].origin = (-1077.28, -392.741, -184.642); -/* 18:56 */waypoints[78].type = "stand"; -/* 18:56 */waypoints[78].children[0] = 77; -/* 18:56 */waypoints[78].children[1] = 79; -/* 18:56 */waypoints[78].children[2] = 82; -/* 18:56 */waypoints[78].children[3] = 252; -/* 18:56 */waypoints[79] = spawnstruct(); -/* 18:56 */waypoints[79].origin = (-1244.21, -354.303, -192.874); -/* 18:56 */waypoints[79].type = "stand"; -/* 18:56 */waypoints[79].children[0] = 78; -/* 18:56 */waypoints[79].children[1] = 80; -/* 18:56 */waypoints[79].children[2] = 86; -/* 18:56 */waypoints[80] = spawnstruct(); -/* 18:56 */waypoints[80].origin = (-1381.02, -474.004, -196.049); -/* 18:56 */waypoints[80].type = "stand"; -/* 18:56 */waypoints[80].children[0] = 79; -/* 18:56 */waypoints[80].children[1] = 81; -/* 18:56 */waypoints[80].children[2] = 262; -/* 18:56 */waypoints[81] = spawnstruct(); -/* 18:56 */waypoints[81].origin = (-1353.63, -614.66, -196.009); -/* 18:56 */waypoints[81].type = "stand"; -/* 18:56 */waypoints[81].children[0] = 80; -/* 18:56 */waypoints[81].children[1] = 82; -/* 18:56 */waypoints[82] = spawnstruct(); -/* 18:56 */waypoints[82].origin = (-1227.88, -704.678, -196.224); -/* 18:56 */waypoints[82].type = "stand"; -/* 18:56 */waypoints[82].children[0] = 81; -/* 18:56 */waypoints[82].children[1] = 83; -/* 18:56 */waypoints[82].children[2] = 257; -/* 18:56 */waypoints[82].children[3] = 78; -/* 18:56 */waypoints[83] = spawnstruct(); -/* 18:56 */waypoints[83].origin = (-1250.48, -864.847, -194.875); -/* 18:56 */waypoints[83].type = "stand"; -/* 18:56 */waypoints[83].children[0] = 82; -/* 18:56 */waypoints[83].children[1] = 84; -/* 18:56 */waypoints[84] = spawnstruct(); -/* 18:56 */waypoints[84].origin = (-1017.69, -1028.11, -194.985); -/* 18:56 */waypoints[84].type = "stand"; -/* 18:56 */waypoints[84].children[0] = 83; -/* 18:56 */waypoints[84].children[1] = 85; -/* 18:56 */waypoints[84].children[2] = 257; -/* 18:56 */waypoints[85] = spawnstruct(); -/* 18:56 */waypoints[85].origin = (-865.766, -1124.51, -194.542); -/* 18:56 */waypoints[85].type = "stand"; -/* 18:56 */waypoints[85].children[0] = 84; -/* 18:56 */waypoints[85].children[1] = 0; -/* 18:56 */waypoints[85].children[2] = 258; -/* 18:56 */waypoints[85].children[3] = 257; -/* 18:56 */waypoints[86] = spawnstruct(); -/* 18:56 */waypoints[86].origin = (-1152.77, -290.689, -187.498); -/* 18:56 */waypoints[86].type = "stand"; -/* 18:56 */waypoints[86].children[0] = 79; -/* 18:56 */waypoints[86].children[1] = 87; -/* 18:56 */waypoints[87] = spawnstruct(); -/* 18:56 */waypoints[87].origin = (-909.879, -289.163, -73.875); -/* 18:56 */waypoints[87].type = "stand"; -/* 18:56 */waypoints[87].children[0] = 86; -/* 18:56 */waypoints[87].children[1] = 88; -/* 18:56 */waypoints[88] = spawnstruct(); -/* 18:56 */waypoints[88].origin = (-923.879, -158.64, -73.875); -/* 18:56 */waypoints[88].type = "stand"; -/* 18:56 */waypoints[88].children[0] = 87; -/* 18:56 */waypoints[88].children[1] = 89; -/* 18:56 */waypoints[89] = spawnstruct(); -/* 18:56 */waypoints[89].origin = (-804.49, -65.0381, -73.875); -/* 18:56 */waypoints[89].type = "stand"; -/* 18:56 */waypoints[89].children[0] = 88; -/* 18:56 */waypoints[89].children[1] = 90; -/* 18:56 */waypoints[90] = spawnstruct(); -/* 18:56 */waypoints[90].origin = (-807.018, 250.417, -73.875); -/* 18:56 */waypoints[90].type = "stand"; -/* 18:56 */waypoints[90].children[0] = 89; -/* 18:56 */waypoints[90].children[1] = 91; -/* 18:56 */waypoints[91] = spawnstruct(); -/* 18:56 */waypoints[91].origin = (-1096.45, 255.869, -211.12); -/* 18:56 */waypoints[91].type = "stand"; -/* 18:56 */waypoints[91].children[0] = 90; -/* 18:56 */waypoints[91].children[1] = 69; -/* 18:56 */waypoints[92] = spawnstruct(); -/* 18:56 */waypoints[92].origin = (-659.592, 356.953, -255.218); -/* 18:56 */waypoints[92].type = "stand"; -/* 18:56 */waypoints[92].children[0] = 73; -/* 18:56 */waypoints[92].children[1] = 93; -/* 18:56 */waypoints[93] = spawnstruct(); -/* 18:56 */waypoints[93].origin = (-672.529, 509.004, -255.875); -/* 18:56 */waypoints[93].type = "stand"; -/* 18:56 */waypoints[93].children[0] = 92; -/* 18:56 */waypoints[93].children[1] = 94; -/* 18:56 */waypoints[94] = spawnstruct(); -/* 18:56 */waypoints[94].origin = (-537.516, 486.301, -255.875); -/* 18:56 */waypoints[94].type = "stand"; -/* 18:56 */waypoints[94].children[0] = 93; -/* 18:56 */waypoints[94].children[1] = 95; -/* 18:56 */waypoints[94].children[2] = 249; -/* 18:56 */waypoints[95] = spawnstruct(); -/* 18:56 */waypoints[95].origin = (-409.704, 486.223, -255.875); -/* 18:56 */waypoints[95].type = "stand"; -/* 18:56 */waypoints[95].children[0] = 94; -/* 18:56 */waypoints[95].children[1] = 96; -/* 18:56 */waypoints[95].children[2] = 249; -/* 18:56 */waypoints[96] = spawnstruct(); -/* 18:56 */waypoints[96].origin = (-153.082, 485.671, -255.288); -/* 18:56 */waypoints[96].type = "stand"; -/* 18:56 */waypoints[96].children[0] = 95; -/* 18:56 */waypoints[96].children[1] = 97; -/* 18:56 */waypoints[96].children[2] = 226; -/* 18:56 */waypoints[96].children[3] = 225; -/* 18:56 */waypoints[96].children[4] = 248; -/* 18:56 */waypoints[97] = spawnstruct(); -/* 18:56 */waypoints[97].origin = (-248.386, 609.24, -255.875); -/* 18:56 */waypoints[97].type = "stand"; -/* 18:56 */waypoints[97].children[0] = 96; -/* 18:56 */waypoints[97].children[1] = 98; -/* 18:56 */waypoints[98] = spawnstruct(); -/* 18:56 */waypoints[98].origin = (-368.612, 631.041, -255.875); -/* 18:56 */waypoints[98].type = "stand"; -/* 18:56 */waypoints[98].children[0] = 97; -/* 18:56 */waypoints[98].children[1] = 99; -/* 18:56 */waypoints[99] = spawnstruct(); -/* 18:56 */waypoints[99].origin = (-368.556, 961.794, -255.875); -/* 18:56 */waypoints[99].type = "stand"; -/* 18:56 */waypoints[99].children[0] = 98; -/* 18:56 */waypoints[99].children[1] = 100; -/* 18:56 */waypoints[100] = spawnstruct(); -/* 18:56 */waypoints[100].origin = (-348.672, 1216.53, -255.875); -/* 18:56 */waypoints[100].type = "stand"; -/* 18:56 */waypoints[100].children[0] = 99; -/* 18:56 */waypoints[100].children[1] = 101; -/* 18:56 */waypoints[100].children[2] = 102; -/* 18:56 */waypoints[100].children[3] = 124; -/* 18:56 */waypoints[101] = spawnstruct(); -/* 18:56 */waypoints[101].origin = (-147.617, 1194.91, -249.789); -/* 18:56 */waypoints[101].type = "stand"; -/* 18:56 */waypoints[101].children[0] = 100; -/* 18:56 */waypoints[101].children[1] = 102; -/* 18:56 */waypoints[102] = spawnstruct(); -/* 18:56 */waypoints[102].origin = (-148.631, 1430.02, -249.648); -/* 18:56 */waypoints[102].type = "stand"; -/* 18:56 */waypoints[102].children[0] = 101; -/* 18:56 */waypoints[102].children[1] = 103; -/* 18:56 */waypoints[102].children[2] = 100; -/* 18:56 */waypoints[103] = spawnstruct(); -/* 18:56 */waypoints[103].origin = (-117.955, 1511.47, -250.887); -/* 18:56 */waypoints[103].type = "stand"; -/* 18:56 */waypoints[103].children[0] = 102; -/* 18:56 */waypoints[103].children[1] = 104; -/* 18:56 */waypoints[103].children[2] = 57; -/* 18:56 */waypoints[104] = spawnstruct(); -/* 18:56 */waypoints[104].origin = (273.725, 1543.95, -238.661); -/* 18:56 */waypoints[104].type = "stand"; -/* 18:56 */waypoints[104].children[0] = 103; -/* 18:56 */waypoints[104].children[1] = 105; -/* 18:56 */waypoints[104].children[2] = 56; -/* 18:56 */waypoints[105] = spawnstruct(); -/* 18:56 */waypoints[105].origin = (267.158, 1844.21, -240.171); -/* 18:56 */waypoints[105].type = "stand"; -/* 18:56 */waypoints[105].children[0] = 104; -/* 18:56 */waypoints[105].children[1] = 106; -/* 18:56 */waypoints[105].children[2] = 56; -/* 18:56 */waypoints[106] = spawnstruct(); -/* 18:56 */waypoints[106].origin = (261.191, 2167.58, -240.407); -/* 18:56 */waypoints[106].type = "stand"; -/* 18:56 */waypoints[106].children[0] = 105; -/* 18:56 */waypoints[106].children[1] = 107; -/* 18:56 */waypoints[106].children[2] = 55; -/* 18:56 */waypoints[106].children[3] = 123; -/* 18:56 */waypoints[107] = spawnstruct(); -/* 18:56 */waypoints[107].origin = (392.212, 2128.43, -232.401); -/* 18:56 */waypoints[107].type = "stand"; -/* 18:56 */waypoints[107].children[0] = 106; -/* 18:56 */waypoints[107].children[1] = 108; -/* 18:56 */waypoints[107].children[2] = 121; -/* 18:56 */waypoints[108] = spawnstruct(); -/* 18:56 */waypoints[108].origin = (392.505, 1708.24, -50.875); -/* 18:56 */waypoints[108].type = "stand"; -/* 18:56 */waypoints[108].children[0] = 107; -/* 18:56 */waypoints[108].children[1] = 109; -/* 18:56 */waypoints[109] = spawnstruct(); -/* 18:56 */waypoints[109].origin = (493.237, 1706.8, -50.875); -/* 18:56 */waypoints[109].type = "stand"; -/* 18:56 */waypoints[109].children[0] = 108; -/* 18:56 */waypoints[109].children[1] = 110; -/* 18:56 */waypoints[110] = spawnstruct(); -/* 18:56 */waypoints[110].origin = (719.014, 1702.76, -49.875); -/* 18:56 */waypoints[110].type = "stand"; -/* 18:56 */waypoints[110].children[0] = 109; -/* 18:56 */waypoints[110].children[1] = 111; -/* 18:56 */waypoints[111] = spawnstruct(); -/* 18:56 */waypoints[111].origin = (735.119, 1812.65, -50.875); -/* 18:56 */waypoints[111].type = "stand"; -/* 18:56 */waypoints[111].children[0] = 110; -/* 18:56 */waypoints[111].children[1] = 112; -/* 18:56 */waypoints[112] = spawnstruct(); -/* 18:56 */waypoints[112].origin = (802.214, 1895.72, -50.875); -/* 18:56 */waypoints[112].type = "stand"; -/* 18:56 */waypoints[112].children[0] = 111; -/* 18:56 */waypoints[112].children[1] = 113; -/* 18:56 */waypoints[113] = spawnstruct(); -/* 18:56 */waypoints[113].origin = (802.22, 2017.8, -50.875); -/* 18:56 */waypoints[113].type = "stand"; -/* 18:56 */waypoints[113].children[0] = 112; -/* 18:56 */waypoints[113].children[1] = 114; -/* 18:56 */waypoints[114] = spawnstruct(); -/* 18:56 */waypoints[114].origin = (1228.91, 1998.17, -50.875); -/* 18:56 */waypoints[114].type = "stand"; -/* 18:56 */waypoints[114].children[0] = 113; -/* 18:56 */waypoints[114].children[1] = 115; -/* 18:56 */waypoints[115] = spawnstruct(); -/* 18:56 */waypoints[115].origin = (1229.01, 1515.63, -292.872); -/* 18:56 */waypoints[115].type = "stand"; -/* 18:56 */waypoints[115].children[0] = 114; -/* 18:56 */waypoints[115].children[1] = 116; -/* 18:56 */waypoints[115].children[2] = 217; -/* 18:56 */waypoints[116] = spawnstruct(); -/* 18:56 */waypoints[116].origin = (1378.09, 1521.79, -296.865); -/* 18:56 */waypoints[116].type = "stand"; -/* 18:56 */waypoints[116].children[0] = 115; -/* 18:56 */waypoints[116].children[1] = 117; -/* 18:56 */waypoints[116].children[2] = 217; -/* 18:56 */waypoints[117] = spawnstruct(); -/* 18:56 */waypoints[117].origin = (1371.88, 1797.59, -259.746); -/* 18:56 */waypoints[117].type = "stand"; -/* 18:56 */waypoints[117].children[0] = 116; -/* 18:56 */waypoints[117].children[1] = 118; -/* 18:56 */waypoints[117].children[2] = 135; -/* 18:56 */waypoints[118] = spawnstruct(); -/* 18:56 */waypoints[118].origin = (1354.55, 2058.45, -255.979); -/* 18:56 */waypoints[118].type = "stand"; -/* 18:56 */waypoints[118].children[0] = 117; -/* 18:56 */waypoints[118].children[1] = 119; -/* 18:56 */waypoints[118].children[2] = 42; -/* 18:56 */waypoints[118].children[3] = 135; -/* 18:56 */waypoints[119] = spawnstruct(); -/* 18:56 */waypoints[119].origin = (1196.38, 2149.58, -254.368); -/* 18:56 */waypoints[119].type = "stand"; -/* 18:56 */waypoints[119].children[0] = 118; -/* 18:56 */waypoints[119].children[1] = 120; -/* 18:56 */waypoints[119].children[2] = 44; -/* 18:56 */waypoints[119].children[3] = 137; -/* 18:56 */waypoints[120] = spawnstruct(); -/* 18:56 */waypoints[120].origin = (941.973, 2165.61, -256.523); -/* 18:56 */waypoints[120].type = "stand"; -/* 18:56 */waypoints[120].children[0] = 119; -/* 18:56 */waypoints[120].children[1] = 121; -/* 18:56 */waypoints[120].children[2] = 138; -/* 18:56 */waypoints[121] = spawnstruct(); -/* 18:56 */waypoints[121].origin = (588.646, 2155.8, -242.424); -/* 18:56 */waypoints[121].type = "stand"; -/* 18:56 */waypoints[121].children[0] = 120; -/* 18:56 */waypoints[121].children[1] = 107; -/* 18:56 */waypoints[121].children[2] = 122; -/* 18:56 */waypoints[122] = spawnstruct(); -/* 18:56 */waypoints[122].origin = (596.621, 2280.82, -243.232); -/* 18:56 */waypoints[122].type = "stand"; -/* 18:56 */waypoints[122].children[0] = 121; -/* 18:56 */waypoints[122].children[1] = 123; -/* 18:56 */waypoints[122].children[2] = 138; -/* 18:56 */waypoints[123] = spawnstruct(); -/* 18:56 */waypoints[123].origin = (329.125, 2414.94, -240.075); -/* 18:56 */waypoints[123].type = "stand"; -/* 18:56 */waypoints[123].children[0] = 122; -/* 18:56 */waypoints[123].children[1] = 54; -/* 18:56 */waypoints[123].children[2] = 106; -/* 18:56 */waypoints[123].children[3] = 133; -/* 18:56 */waypoints[124] = spawnstruct(); -/* 18:56 */waypoints[124].origin = (-415.901, 1315.37, -255.875); -/* 18:56 */waypoints[124].type = "stand"; -/* 18:56 */waypoints[124].children[0] = 100; -/* 18:56 */waypoints[124].children[1] = 125; -/* 18:56 */waypoints[124].children[2] = 132; -/* 18:56 */waypoints[125] = spawnstruct(); -/* 18:56 */waypoints[125].origin = (-766.836, 1315.38, -251.233); -/* 18:56 */waypoints[125].type = "stand"; -/* 18:56 */waypoints[125].children[0] = 124; -/* 18:56 */waypoints[125].children[1] = 126; -/* 18:56 */waypoints[126] = spawnstruct(); -/* 18:56 */waypoints[126].origin = (-968.575, 1317.4, -252.351); -/* 18:56 */waypoints[126].type = "stand"; -/* 18:56 */waypoints[126].children[0] = 125; -/* 18:56 */waypoints[126].children[1] = 127; -/* 18:56 */waypoints[126].children[2] = 130; -/* 18:56 */waypoints[126].children[3] = 131; -/* 18:56 */waypoints[127] = spawnstruct(); -/* 18:56 */waypoints[127].origin = (-1025.63, 1149.52, -250.252); -/* 18:56 */waypoints[127].type = "stand"; -/* 18:56 */waypoints[127].children[0] = 126; -/* 18:56 */waypoints[127].children[1] = 128; -/* 18:56 */waypoints[128] = spawnstruct(); -/* 18:56 */waypoints[128].origin = (-1108.26, 933.396, -251.626); -/* 18:56 */waypoints[128].type = "stand"; -/* 18:56 */waypoints[128].children[0] = 127; -/* 18:56 */waypoints[128].children[1] = 67; -/* 18:56 */waypoints[128].children[2] = 129; -/* 18:56 */waypoints[129] = spawnstruct(); -/* 18:56 */waypoints[129].origin = (-1352.97, 1087.33, -256.392); -/* 18:56 */waypoints[129].type = "stand"; -/* 18:56 */waypoints[129].children[0] = 128; -/* 18:56 */waypoints[129].children[1] = 66; -/* 18:56 */waypoints[129].children[2] = 130; -/* 18:56 */waypoints[130] = spawnstruct(); -/* 18:56 */waypoints[130].origin = (-1210.2, 1317.9, -256.795); -/* 18:56 */waypoints[130].type = "stand"; -/* 18:56 */waypoints[130].children[0] = 129; -/* 18:56 */waypoints[130].children[1] = 126; -/* 18:56 */waypoints[131] = spawnstruct(); -/* 18:56 */waypoints[131].origin = (-849.232, 1530.51, -259.396); -/* 18:56 */waypoints[131].type = "stand"; -/* 18:56 */waypoints[131].children[0] = 126; -/* 18:56 */waypoints[131].children[1] = 59; -/* 18:56 */waypoints[131].children[2] = 132; -/* 18:56 */waypoints[132] = spawnstruct(); -/* 18:56 */waypoints[132].origin = (-601.566, 1576.54, -258.421); -/* 18:56 */waypoints[132].type = "stand"; -/* 18:56 */waypoints[132].children[0] = 131; -/* 18:56 */waypoints[132].children[1] = 58; -/* 18:56 */waypoints[132].children[2] = 124; -/* 18:56 */waypoints[133] = spawnstruct(); -/* 18:56 */waypoints[133].origin = (313.086, 2738.37, -240.023); -/* 18:56 */waypoints[133].type = "stand"; -/* 18:56 */waypoints[133].children[0] = 123; -/* 18:56 */waypoints[133].children[1] = 53; -/* 18:56 */waypoints[133].children[2] = 51; -/* 18:56 */waypoints[134] = spawnstruct(); -/* 18:56 */waypoints[134].origin = (1824.89, 1845.6, -270.396); -/* 18:56 */waypoints[134].type = "stand"; -/* 18:56 */waypoints[134].children[0] = 40; -/* 18:56 */waypoints[134].children[1] = 135; -/* 18:56 */waypoints[134].children[2] = 139; -/* 18:56 */waypoints[135] = spawnstruct(); -/* 18:56 */waypoints[135].origin = (1610.86, 1851.29, -269.91); -/* 18:56 */waypoints[135].type = "stand"; -/* 18:56 */waypoints[135].children[0] = 134; -/* 18:56 */waypoints[135].children[1] = 117; -/* 18:56 */waypoints[135].children[2] = 42; -/* 18:56 */waypoints[135].children[3] = 118; -/* 18:56 */waypoints[136] = spawnstruct(); -/* 18:56 */waypoints[136].origin = (1154.88, 2554.48, -272.627); -/* 18:56 */waypoints[136].type = "stand"; -/* 18:56 */waypoints[136].children[0] = 47; -/* 18:56 */waypoints[136].children[1] = 137; -/* 18:56 */waypoints[136].children[2] = 45; -/* 18:56 */waypoints[137] = spawnstruct(); -/* 18:56 */waypoints[137].origin = (1187.05, 2312.24, -266.023); -/* 18:56 */waypoints[137].type = "stand"; -/* 18:56 */waypoints[137].children[0] = 136; -/* 18:56 */waypoints[137].children[1] = 119; -/* 18:56 */waypoints[137].children[2] = 44; -/* 18:56 */waypoints[137].children[3] = 138; -/* 18:56 */waypoints[138] = spawnstruct(); -/* 18:56 */waypoints[138].origin = (832.836, 2280.4, -256.641); -/* 18:56 */waypoints[138].type = "stand"; -/* 18:56 */waypoints[138].children[0] = 137; -/* 18:56 */waypoints[138].children[1] = 122; -/* 18:56 */waypoints[138].children[2] = 120; -/* 18:56 */waypoints[139] = spawnstruct(); -/* 18:56 */waypoints[139].origin = (2007.23, 1774.18, -266.831); -/* 18:56 */waypoints[139].type = "stand"; -/* 18:56 */waypoints[139].children[0] = 134; -/* 18:56 */waypoints[139].children[1] = 140; -/* 18:56 */waypoints[139].children[2] = 39; -/* 18:56 */waypoints[140] = spawnstruct(); -/* 18:56 */waypoints[140].origin = (2275.31, 1757.78, -275.975); -/* 18:56 */waypoints[140].type = "stand"; -/* 18:56 */waypoints[140].children[0] = 139; -/* 18:56 */waypoints[140].children[1] = 141; -/* 18:56 */waypoints[140].children[2] = 38; -/* 18:56 */waypoints[141] = spawnstruct(); -/* 18:56 */waypoints[141].origin = (2576.77, 1763.08, -298.107); -/* 18:56 */waypoints[141].type = "stand"; -/* 18:56 */waypoints[141].children[0] = 140; -/* 18:56 */waypoints[141].children[1] = 142; -/* 18:56 */waypoints[141].children[2] = 37; -/* 18:56 */waypoints[141].children[3] = 36; -/* 18:56 */waypoints[142] = spawnstruct(); -/* 18:56 */waypoints[142].origin = (2580.93, 1678.16, -292.102); -/* 18:56 */waypoints[142].type = "stand"; -/* 18:56 */waypoints[142].children[0] = 141; -/* 18:56 */waypoints[142].children[1] = 143; -/* 18:56 */waypoints[142].children[2] = 155; -/* 18:56 */waypoints[142].children[3] = 35; -/* 18:56 */waypoints[143] = spawnstruct(); -/* 18:56 */waypoints[143].origin = (2328.02, 1694.46, -167.875); -/* 18:56 */waypoints[143].type = "stand"; -/* 18:56 */waypoints[143].children[0] = 142; -/* 18:56 */waypoints[143].children[1] = 144; -/* 18:56 */waypoints[144] = spawnstruct(); -/* 18:56 */waypoints[144].origin = (2213.37, 1703.09, -167.875); -/* 18:56 */waypoints[144].type = "stand"; -/* 18:56 */waypoints[144].children[0] = 143; -/* 18:56 */waypoints[144].children[1] = 145; -/* 18:56 */waypoints[145] = spawnstruct(); -/* 18:56 */waypoints[145].origin = (2101.24, 1691.96, -167.875); -/* 18:56 */waypoints[145].type = "stand"; -/* 18:56 */waypoints[145].children[0] = 144; -/* 18:56 */waypoints[145].children[1] = 146; -/* 18:56 */waypoints[146] = spawnstruct(); -/* 18:56 */waypoints[146].origin = (1952.46, 1688.91, -167.875); -/* 18:56 */waypoints[146].type = "stand"; -/* 18:56 */waypoints[146].children[0] = 145; -/* 18:56 */waypoints[146].children[1] = 147; -/* 18:56 */waypoints[146].children[2] = 148; -/* 18:56 */waypoints[147] = spawnstruct(); -/* 18:56 */waypoints[147].origin = (1874.04, 1697.05, -167.875); -/* 18:56 */waypoints[147].type = "stand"; -/* 18:56 */waypoints[147].children[0] = 146; -/* 18:56 */waypoints[147].children[1] = 150; -/* 18:56 */waypoints[148] = spawnstruct(); -/* 18:56 */waypoints[148].origin = (1940.05, 1414.05, -167.875); -/* 18:56 */waypoints[148].type = "stand"; -/* 18:56 */waypoints[148].children[0] = 146; -/* 18:56 */waypoints[148].children[1] = 149; -/* 18:56 */waypoints[149] = spawnstruct(); -/* 18:56 */waypoints[149].origin = (2132.49, 1291.63, -167.875); -/* 18:56 */waypoints[149].type = "stand"; -/* 18:56 */waypoints[149].children[0] = 148; -/* 18:56 */waypoints[150] = spawnstruct(); -/* 18:56 */waypoints[150].origin = (1856.1, 1428.64, -303.875); -/* 18:56 */waypoints[150].type = "stand"; -/* 18:56 */waypoints[150].children[0] = 147; -/* 18:56 */waypoints[150].children[1] = 151; -/* 18:56 */waypoints[151] = spawnstruct(); -/* 18:56 */waypoints[151].origin = (2021.57, 1292.62, -303.875); -/* 18:56 */waypoints[151].type = "stand"; -/* 18:56 */waypoints[151].children[0] = 150; -/* 18:56 */waypoints[151].children[1] = 152; -/* 18:56 */waypoints[152] = spawnstruct(); -/* 18:56 */waypoints[152].origin = (2008.69, 1131.41, -309.875); -/* 18:56 */waypoints[152].type = "stand"; -/* 18:56 */waypoints[152].children[0] = 151; -/* 18:56 */waypoints[152].children[1] = 153; -/* 18:56 */waypoints[152].children[2] = 214; -/* 18:56 */waypoints[152].children[3] = 215; -/* 18:56 */waypoints[153] = spawnstruct(); -/* 18:56 */waypoints[153].origin = (2307.23, 1104.99, -309.875); -/* 18:56 */waypoints[153].type = "stand"; -/* 18:56 */waypoints[153].children[0] = 152; -/* 18:56 */waypoints[153].children[1] = 154; -/* 18:56 */waypoints[153].children[2] = 296; -/* 18:56 */waypoints[154] = spawnstruct(); -/* 18:56 */waypoints[154].origin = (2546.17, 1083.21, -316.859); -/* 18:56 */waypoints[154].type = "stand"; -/* 18:56 */waypoints[154].children[0] = 153; -/* 18:56 */waypoints[154].children[1] = 155; -/* 18:56 */waypoints[154].children[2] = 156; -/* 18:56 */waypoints[154].children[3] = 297; -/* 18:56 */waypoints[155] = spawnstruct(); -/* 18:56 */waypoints[155].origin = (2541.86, 1345.84, -309.152); -/* 18:56 */waypoints[155].type = "stand"; -/* 18:56 */waypoints[155].children[0] = 154; -/* 18:56 */waypoints[155].children[1] = 142; -/* 18:56 */waypoints[155].children[2] = 34; -/* 18:56 */waypoints[156] = spawnstruct(); -/* 18:56 */waypoints[156].origin = (2840.06, 1083.21, -325.699); -/* 18:56 */waypoints[156].type = "stand"; -/* 18:56 */waypoints[156].children[0] = 34; -/* 18:56 */waypoints[156].children[1] = 29; -/* 18:56 */waypoints[156].children[2] = 32; -/* 18:56 */waypoints[156].children[3] = 154; -/* 18:56 */waypoints[156].children[4] = 297; -/* 18:56 */waypoints[157] = spawnstruct(); -/* 18:56 */waypoints[157].origin = (2274.8, 785.938, -308.099); -/* 18:56 */waypoints[157].type = "stand"; -/* 18:56 */waypoints[157].children[0] = 158; -/* 18:56 */waypoints[157].children[1] = 159; -/* 18:56 */waypoints[157].children[2] = 296; -/* 18:56 */waypoints[158] = spawnstruct(); -/* 18:56 */waypoints[158].origin = (2484.39, 764.476, -305.725); -/* 18:56 */waypoints[158].type = "stand"; -/* 18:56 */waypoints[158].children[0] = 157; -/* 18:56 */waypoints[158].children[1] = 29; -/* 18:56 */waypoints[158].children[2] = 164; -/* 18:56 */waypoints[158].children[3] = 163; -/* 18:56 */waypoints[159] = spawnstruct(); -/* 18:56 */waypoints[159].origin = (2092.48, 762.414, -308.917); -/* 18:56 */waypoints[159].type = "stand"; -/* 18:56 */waypoints[159].children[0] = 157; -/* 18:56 */waypoints[159].children[1] = 160; -/* 18:56 */waypoints[159].children[2] = 213; -/* 18:56 */waypoints[160] = spawnstruct(); -/* 18:56 */waypoints[160].origin = (2064.06, 630.43, -299.667); -/* 18:56 */waypoints[160].type = "stand"; -/* 18:56 */waypoints[160].children[0] = 159; -/* 18:56 */waypoints[160].children[1] = 161; -/* 18:56 */waypoints[161] = spawnstruct(); -/* 18:56 */waypoints[161].origin = (1980.92, 350.068, -284.06); -/* 18:56 */waypoints[161].type = "stand"; -/* 18:56 */waypoints[161].children[0] = 160; -/* 18:56 */waypoints[161].children[1] = 162; -/* 18:56 */waypoints[161].children[2] = 165; -/* 18:56 */waypoints[162] = spawnstruct(); -/* 18:56 */waypoints[162].origin = (2183.54, 377.234, -281.655); -/* 18:56 */waypoints[162].type = "stand"; -/* 18:56 */waypoints[162].children[0] = 161; -/* 18:56 */waypoints[162].children[1] = 163; -/* 18:56 */waypoints[162].children[2] = 164; -/* 18:56 */waypoints[163] = spawnstruct(); -/* 18:56 */waypoints[163].origin = (2450, 425.825, -284.575); -/* 18:56 */waypoints[163].type = "stand"; -/* 18:56 */waypoints[163].children[0] = 162; -/* 18:56 */waypoints[163].children[1] = 158; -/* 18:56 */waypoints[164] = spawnstruct(); -/* 18:56 */waypoints[164].origin = (2237.86, 573.734, -290.144); -/* 18:56 */waypoints[164].type = "stand"; -/* 18:56 */waypoints[164].children[0] = 162; -/* 18:56 */waypoints[164].children[1] = 158; -/* 18:56 */waypoints[165] = spawnstruct(); -/* 18:56 */waypoints[165].origin = (1933.7, 210.796, -280.239); -/* 18:56 */waypoints[165].type = "stand"; -/* 18:56 */waypoints[165].children[0] = 161; -/* 18:56 */waypoints[165].children[1] = 166; -/* 18:56 */waypoints[165].children[2] = 211; -/* 18:56 */waypoints[166] = spawnstruct(); -/* 18:56 */waypoints[166].origin = (1909.5, -48.5137, -263.394); -/* 18:56 */waypoints[166].type = "stand"; -/* 18:56 */waypoints[166].children[0] = 165; -/* 18:56 */waypoints[166].children[1] = 167; -/* 18:56 */waypoints[166].children[2] = 171; -/* 18:56 */waypoints[167] = spawnstruct(); -/* 18:56 */waypoints[167].origin = (1994.62, -92.7645, -253.7); -/* 18:56 */waypoints[167].type = "stand"; -/* 18:56 */waypoints[167].children[0] = 166; -/* 18:56 */waypoints[167].children[1] = 168; -/* 18:56 */waypoints[168] = spawnstruct(); -/* 18:56 */waypoints[168].origin = (1972.97, -309.696, -254.701); -/* 18:56 */waypoints[168].type = "stand"; -/* 18:56 */waypoints[168].children[0] = 167; -/* 18:56 */waypoints[168].children[1] = 169; -/* 18:56 */waypoints[169] = spawnstruct(); -/* 18:56 */waypoints[169].origin = (1801.69, -333.753, -259.595); -/* 18:56 */waypoints[169].type = "stand"; -/* 18:56 */waypoints[169].children[0] = 168; -/* 18:56 */waypoints[169].children[1] = 170; -/* 18:56 */waypoints[169].children[2] = 171; -/* 18:56 */waypoints[169].children[3] = 186; -/* 18:56 */waypoints[170] = spawnstruct(); -/* 18:56 */waypoints[170].origin = (1802.39, -506.743, -253.875); -/* 18:56 */waypoints[170].type = "stand"; -/* 18:56 */waypoints[170].children[0] = 169; -/* 18:56 */waypoints[170].children[1] = 14; -/* 18:56 */waypoints[170].children[2] = 17; -/* 18:56 */waypoints[171] = spawnstruct(); -/* 18:56 */waypoints[171].origin = (1714.98, -128.775, -269.012); -/* 18:56 */waypoints[171].type = "stand"; -/* 18:56 */waypoints[171].children[0] = 169; -/* 18:56 */waypoints[171].children[1] = 166; -/* 18:56 */waypoints[171].children[2] = 172; -/* 18:56 */waypoints[171].children[3] = 173; -/* 18:56 */waypoints[171].children[4] = 186; -/* 18:56 */waypoints[171].children[5] = 208; -/* 18:56 */waypoints[171].children[6] = 298; -/* 18:56 */waypoints[172] = spawnstruct(); -/* 18:56 */waypoints[172].origin = (1504.36, -103.027, -261.875); -/* 18:56 */waypoints[172].type = "stand"; -/* 18:56 */waypoints[172].children[0] = 171; -/* 18:56 */waypoints[172].children[1] = 173; -/* 18:56 */waypoints[172].children[2] = 210; -/* 18:56 */waypoints[172].children[3] = 291; -/* 18:56 */waypoints[173] = spawnstruct(); -/* 18:56 */waypoints[173].origin = (1541.81, -239.325, -261.78); -/* 18:56 */waypoints[173].type = "stand"; -/* 18:56 */waypoints[173].children[0] = 172; -/* 18:56 */waypoints[173].children[1] = 171; -/* 18:56 */waypoints[173].children[2] = 174; -/* 18:56 */waypoints[174] = spawnstruct(); -/* 18:56 */waypoints[174].origin = (1515.99, -428.473, -256.258); -/* 18:56 */waypoints[174].type = "stand"; -/* 18:56 */waypoints[174].children[0] = 173; -/* 18:56 */waypoints[174].children[1] = 175; -/* 18:56 */waypoints[175] = spawnstruct(); -/* 18:56 */waypoints[175].origin = (1487.13, -653.532, -252.385); -/* 18:56 */waypoints[175].type = "stand"; -/* 18:56 */waypoints[175].children[0] = 174; -/* 18:56 */waypoints[175].children[1] = 176; -/* 18:56 */waypoints[175].children[2] = 183; -/* 18:56 */waypoints[175].children[3] = 185; -/* 18:56 */waypoints[176] = spawnstruct(); -/* 18:56 */waypoints[176].origin = (1466.64, -799.547, -249.387); -/* 18:56 */waypoints[176].type = "stand"; -/* 18:56 */waypoints[176].children[0] = 175; -/* 18:56 */waypoints[176].children[1] = 177; -/* 18:56 */waypoints[176].children[2] = 183; -/* 18:56 */waypoints[176].children[3] = 184; -/* 18:56 */waypoints[177] = spawnstruct(); -/* 18:56 */waypoints[177].origin = (1213.27, -774.565, -230.693); -/* 18:56 */waypoints[177].type = "stand"; -/* 18:56 */waypoints[177].children[0] = 176; -/* 18:56 */waypoints[177].children[1] = 178; -/* 18:56 */waypoints[177].children[2] = 187; -/* 18:56 */waypoints[178] = spawnstruct(); -/* 18:56 */waypoints[178].origin = (1197.07, -961.995, -241.966); -/* 18:56 */waypoints[178].type = "stand"; -/* 18:56 */waypoints[178].children[0] = 177; -/* 18:56 */waypoints[178].children[1] = 179; -/* 18:56 */waypoints[178].children[2] = 184; -/* 18:56 */waypoints[178].children[3] = 180; -/* 18:56 */waypoints[179] = spawnstruct(); -/* 18:56 */waypoints[179].origin = (1065.92, -957.542, -229.434); -/* 18:56 */waypoints[179].type = "stand"; -/* 18:56 */waypoints[179].children[0] = 178; -/* 18:56 */waypoints[179].children[1] = 180; -/* 18:56 */waypoints[179].children[2] = 189; -/* 18:56 */waypoints[180] = spawnstruct(); -/* 18:56 */waypoints[180].origin = (1103.18, -1204.37, -237.026); -/* 18:56 */waypoints[180].type = "stand"; -/* 18:56 */waypoints[180].children[0] = 179; -/* 18:56 */waypoints[180].children[1] = 7; -/* 18:56 */waypoints[180].children[2] = 181; -/* 18:56 */waypoints[180].children[3] = 178; -/* 18:56 */waypoints[181] = spawnstruct(); -/* 18:56 */waypoints[181].origin = (1431.17, -1197.49, -236.128); -/* 18:56 */waypoints[181].type = "stand"; -/* 18:56 */waypoints[181].children[0] = 180; -/* 18:56 */waypoints[181].children[1] = 182; -/* 18:56 */waypoints[181].children[2] = 8; -/* 18:56 */waypoints[182] = spawnstruct(); -/* 18:56 */waypoints[182].origin = (1736.52, -1141.25, -260.482); -/* 18:56 */waypoints[182].type = "stand"; -/* 18:56 */waypoints[182].children[0] = 181; -/* 18:56 */waypoints[182].children[1] = 11; -/* 18:56 */waypoints[182].children[2] = 9; -/* 18:56 */waypoints[182].children[3] = 183; -/* 18:56 */waypoints[182].children[4] = 184; -/* 18:56 */waypoints[183] = spawnstruct(); -/* 18:56 */waypoints[183].origin = (1686.03, -874.811, -257.859); -/* 18:56 */waypoints[183].type = "stand"; -/* 18:56 */waypoints[183].children[0] = 182; -/* 18:56 */waypoints[183].children[1] = 13; -/* 18:56 */waypoints[183].children[2] = 175; -/* 18:56 */waypoints[183].children[3] = 176; -/* 18:56 */waypoints[183].children[4] = 185; -/* 18:56 */waypoints[184] = spawnstruct(); -/* 18:56 */waypoints[184].origin = (1425.26, -1048.48, -171.534); -/* 18:56 */waypoints[184].type = "stand"; -/* 18:56 */waypoints[184].children[0] = 176; -/* 18:56 */waypoints[184].children[1] = 178; -/* 18:56 */waypoints[184].children[2] = 182; -/* 18:56 */waypoints[185] = spawnstruct(); -/* 18:56 */waypoints[185].origin = (1700.16, -705.31, -261.875); -/* 18:56 */waypoints[185].type = "stand"; -/* 18:56 */waypoints[185].children[0] = 175; -/* 18:56 */waypoints[185].children[1] = 14; -/* 18:56 */waypoints[185].children[2] = 183; -/* 18:56 */waypoints[185].children[3] = 186; -/* 18:56 */waypoints[186] = spawnstruct(); -/* 18:56 */waypoints[186].origin = (1724.64, -442.469, -265.196); -/* 18:56 */waypoints[186].type = "stand"; -/* 18:56 */waypoints[186].children[0] = 185; -/* 18:56 */waypoints[186].children[1] = 169; -/* 18:56 */waypoints[186].children[2] = 171; -/* 18:56 */waypoints[187] = spawnstruct(); -/* 18:56 */waypoints[187].origin = (1032.79, -735.409, -235.284); -/* 18:56 */waypoints[187].type = "stand"; -/* 18:56 */waypoints[187].children[0] = 177; -/* 18:56 */waypoints[187].children[1] = 188; -/* 18:56 */waypoints[187].children[2] = 189; -/* 18:56 */waypoints[188] = spawnstruct(); -/* 18:56 */waypoints[188].origin = (870.446, -703.58, -254.659); -/* 18:56 */waypoints[188].type = "stand"; -/* 18:56 */waypoints[188].children[0] = 187; -/* 18:56 */waypoints[188].children[1] = 190; -/* 18:56 */waypoints[188].children[2] = 275; -/* 18:56 */waypoints[189] = spawnstruct(); -/* 18:56 */waypoints[189].origin = (1031.69, -905.574, -229.844); -/* 18:56 */waypoints[189].type = "stand"; -/* 18:56 */waypoints[189].children[0] = 187; -/* 18:56 */waypoints[189].children[1] = 179; -/* 18:56 */waypoints[190] = spawnstruct(); -/* 18:56 */waypoints[190].origin = (854.63, -569.841, -252.347); -/* 18:56 */waypoints[190].type = "stand"; -/* 18:56 */waypoints[190].children[0] = 188; -/* 18:56 */waypoints[190].children[1] = 191; -/* 18:56 */waypoints[190].children[2] = 276; -/* 18:56 */waypoints[191] = spawnstruct(); -/* 18:56 */waypoints[191].origin = (900.117, -166.741, -250.247); -/* 18:56 */waypoints[191].type = "stand"; -/* 18:56 */waypoints[191].children[0] = 190; -/* 18:56 */waypoints[191].children[1] = 192; -/* 18:56 */waypoints[191].children[2] = 289; -/* 18:56 */waypoints[192] = spawnstruct(); -/* 18:56 */waypoints[192].origin = (909.604, -45.2948, -247.525); -/* 18:56 */waypoints[192].type = "stand"; -/* 18:56 */waypoints[192].children[0] = 191; -/* 18:56 */waypoints[192].children[1] = 290; -/* 18:56 */waypoints[192].children[2] = 294; -/* 18:56 */waypoints[193] = spawnstruct(); -/* 18:56 */waypoints[193].origin = (915.479, 156.113, -248.165); -/* 18:56 */waypoints[193].type = "stand"; -/* 18:56 */waypoints[193].children[0] = 194; -/* 18:56 */waypoints[193].children[1] = 294; -/* 18:56 */waypoints[193].children[2] = 287; -/* 18:56 */waypoints[194] = spawnstruct(); -/* 18:56 */waypoints[194].origin = (926.149, 396.66, -251.918); -/* 18:56 */waypoints[194].type = "stand"; -/* 18:56 */waypoints[194].children[0] = 193; -/* 18:56 */waypoints[194].children[1] = 195; -/* 18:56 */waypoints[194].children[2] = 286; -/* 18:56 */waypoints[195] = spawnstruct(); -/* 18:56 */waypoints[195].origin = (951.821, 590.288, -252.471); -/* 18:56 */waypoints[195].type = "stand"; -/* 18:56 */waypoints[195].children[0] = 194; -/* 18:56 */waypoints[195].children[1] = 196; -/* 18:56 */waypoints[196] = spawnstruct(); -/* 18:56 */waypoints[196].origin = (753.952, 597.342, -256.373); -/* 18:56 */waypoints[196].type = "stand"; -/* 18:56 */waypoints[196].children[0] = 195; -/* 18:56 */waypoints[196].children[1] = 197; -/* 18:56 */waypoints[197] = spawnstruct(); -/* 18:56 */waypoints[197].origin = (734.544, 918.703, -289.311); -/* 18:56 */waypoints[197].type = "stand"; -/* 18:56 */waypoints[197].children[0] = 196; -/* 18:56 */waypoints[197].children[1] = 198; -/* 18:56 */waypoints[197].children[2] = 222; -/* 18:56 */waypoints[198] = spawnstruct(); -/* 18:56 */waypoints[198].origin = (729.808, 1021.7, -297.017); -/* 18:56 */waypoints[198].type = "stand"; -/* 18:56 */waypoints[198].children[0] = 197; -/* 18:56 */waypoints[198].children[1] = 199; -/* 18:56 */waypoints[198].children[2] = 281; -/* 18:56 */waypoints[198].children[3] = 221; -/* 18:56 */waypoints[198].children[4] = 222; -/* 18:56 */waypoints[199] = spawnstruct(); -/* 18:56 */waypoints[199].origin = (719.914, 1122.65, -302.989); -/* 18:56 */waypoints[199].type = "stand"; -/* 18:56 */waypoints[199].children[0] = 198; -/* 18:56 */waypoints[199].children[1] = 200; -/* 18:56 */waypoints[199].children[2] = 219; -/* 18:56 */waypoints[199].children[3] = 221; -/* 18:56 */waypoints[200] = spawnstruct(); -/* 18:56 */waypoints[200].origin = (973.45, 1065.75, -292.909); -/* 18:56 */waypoints[200].type = "stand"; -/* 18:56 */waypoints[200].children[0] = 199; -/* 18:56 */waypoints[200].children[1] = 201; -/* 18:56 */waypoints[200].children[2] = 218; -/* 18:56 */waypoints[201] = spawnstruct(); -/* 18:56 */waypoints[201].origin = (1205.17, 1081.14, -310.373); -/* 18:56 */waypoints[201].type = "stand"; -/* 18:56 */waypoints[201].children[0] = 200; -/* 18:56 */waypoints[201].children[1] = 202; -/* 18:56 */waypoints[201].children[2] = 216; -/* 18:56 */waypoints[202] = spawnstruct(); -/* 18:56 */waypoints[202].origin = (1414.47, 1069.03, -318.04); -/* 18:56 */waypoints[202].type = "stand"; -/* 18:56 */waypoints[202].children[0] = 201; -/* 18:56 */waypoints[202].children[1] = 203; -/* 18:56 */waypoints[202].children[2] = 216; -/* 18:56 */waypoints[203] = spawnstruct(); -/* 18:56 */waypoints[203].origin = (1582.01, 1060.08, -324.907); -/* 18:56 */waypoints[203].type = "stand"; -/* 18:56 */waypoints[203].children[0] = 202; -/* 18:56 */waypoints[203].children[1] = 204; -/* 18:56 */waypoints[203].children[2] = 215; -/* 18:56 */waypoints[203].children[3] = 277; -/* 18:56 */waypoints[204] = spawnstruct(); -/* 18:56 */waypoints[204].origin = (1666.74, 1025.61, -325.748); -/* 18:56 */waypoints[204].type = "stand"; -/* 18:56 */waypoints[204].children[0] = 203; -/* 18:56 */waypoints[204].children[1] = 205; -/* 18:56 */waypoints[204].children[2] = 214; -/* 18:56 */waypoints[204].children[3] = 215; -/* 18:56 */waypoints[205] = spawnstruct(); -/* 18:56 */waypoints[205].origin = (1685.02, 797.888, -315.817); -/* 18:56 */waypoints[205].type = "stand"; -/* 18:56 */waypoints[205].children[0] = 204; -/* 18:56 */waypoints[205].children[1] = 206; -/* 18:56 */waypoints[205].children[2] = 213; -/* 18:56 */waypoints[206] = spawnstruct(); -/* 18:56 */waypoints[206].origin = (1686.59, 520.668, -295.336); -/* 18:56 */waypoints[206].type = "stand"; -/* 18:56 */waypoints[206].children[0] = 205; -/* 18:56 */waypoints[206].children[1] = 207; -/* 18:56 */waypoints[206].children[2] = 212; -/* 18:56 */waypoints[207] = spawnstruct(); -/* 18:56 */waypoints[207].origin = (1648.74, 292.549, -282.066); -/* 18:56 */waypoints[207].type = "stand"; -/* 18:56 */waypoints[207].children[0] = 206; -/* 18:56 */waypoints[207].children[1] = 208; -/* 18:56 */waypoints[207].children[2] = 211; -/* 18:56 */waypoints[207].children[3] = 209; -/* 18:56 */waypoints[208] = spawnstruct(); -/* 18:56 */waypoints[208].origin = (1622.71, 89.8692, -269.257); -/* 18:56 */waypoints[208].type = "stand"; -/* 18:56 */waypoints[208].children[0] = 207; -/* 18:56 */waypoints[208].children[1] = 209; -/* 18:56 */waypoints[208].children[2] = 171; -/* 18:56 */waypoints[208].children[3] = 298; -/* 18:56 */waypoints[209] = spawnstruct(); -/* 18:56 */waypoints[209].origin = (1538.33, 75.0393, -267.754); -/* 18:56 */waypoints[209].type = "stand"; -/* 18:56 */waypoints[209].children[0] = 208; -/* 18:56 */waypoints[209].children[1] = 210; -/* 18:56 */waypoints[209].children[2] = 207; -/* 18:56 */waypoints[210] = spawnstruct(); -/* 18:56 */waypoints[210].origin = (1516.42, -1.68591, -262.613); -/* 18:56 */waypoints[210].type = "stand"; -/* 18:56 */waypoints[210].children[0] = 209; -/* 18:56 */waypoints[210].children[1] = 172; -/* 18:56 */waypoints[210].children[2] = 292; -/* 18:56 */waypoints[211] = spawnstruct(); -/* 18:56 */waypoints[211].origin = (1766.34, 264.103, -291.229); -/* 18:56 */waypoints[211].type = "stand"; -/* 18:56 */waypoints[211].children[0] = 165; -/* 18:56 */waypoints[211].children[1] = 212; -/* 18:56 */waypoints[211].children[2] = 207; -/* 18:56 */waypoints[211].children[3] = 298; -/* 18:56 */waypoints[212] = spawnstruct(); -/* 18:56 */waypoints[212].origin = (1804.88, 575.226, -307.321); -/* 18:56 */waypoints[212].type = "stand"; -/* 18:56 */waypoints[212].children[0] = 211; -/* 18:56 */waypoints[212].children[1] = 213; -/* 18:56 */waypoints[212].children[2] = 206; -/* 18:56 */waypoints[213] = spawnstruct(); -/* 18:56 */waypoints[213].origin = (1875.98, 782.042, -321.521); -/* 18:56 */waypoints[213].type = "stand"; -/* 18:56 */waypoints[213].children[0] = 212; -/* 18:56 */waypoints[213].children[1] = 214; -/* 18:56 */waypoints[213].children[2] = 205; -/* 18:56 */waypoints[213].children[3] = 159; -/* 18:56 */waypoints[214] = spawnstruct(); -/* 18:56 */waypoints[214].origin = (1979.03, 963.285, -316.706); -/* 18:56 */waypoints[214].type = "stand"; -/* 18:56 */waypoints[214].children[0] = 213; -/* 18:56 */waypoints[214].children[1] = 152; -/* 18:56 */waypoints[214].children[2] = 204; -/* 18:56 */waypoints[214].children[3] = 296; -/* 18:56 */waypoints[215] = spawnstruct(); -/* 18:56 */waypoints[215].origin = (1634.1, 1177.89, -309.706); -/* 18:56 */waypoints[215].type = "stand"; -/* 18:56 */waypoints[215].children[0] = 152; -/* 18:56 */waypoints[215].children[1] = 216; -/* 18:56 */waypoints[215].children[2] = 203; -/* 18:56 */waypoints[215].children[3] = 204; -/* 18:56 */waypoints[216] = spawnstruct(); -/* 18:56 */waypoints[216].origin = (1350.84, 1165.12, -322.886); -/* 18:56 */waypoints[216].type = "stand"; -/* 18:56 */waypoints[216].children[0] = 215; -/* 18:56 */waypoints[216].children[1] = 217; -/* 18:56 */waypoints[216].children[2] = 201; -/* 18:56 */waypoints[216].children[3] = 218; -/* 18:56 */waypoints[216].children[4] = 202; -/* 18:56 */waypoints[217] = spawnstruct(); -/* 18:56 */waypoints[217].origin = (1298.87, 1329.65, -313.04); -/* 18:56 */waypoints[217].type = "stand"; -/* 18:56 */waypoints[217].children[0] = 216; -/* 18:56 */waypoints[217].children[1] = 218; -/* 18:56 */waypoints[217].children[2] = 115; -/* 18:56 */waypoints[217].children[3] = 116; -/* 18:56 */waypoints[218] = spawnstruct(); -/* 18:56 */waypoints[218].origin = (1068.38, 1334.47, -300.923); -/* 18:56 */waypoints[218].type = "stand"; -/* 18:56 */waypoints[218].children[0] = 217; -/* 18:56 */waypoints[218].children[1] = 219; -/* 18:56 */waypoints[218].children[2] = 200; -/* 18:56 */waypoints[218].children[3] = 216; -/* 18:56 */waypoints[219] = spawnstruct(); -/* 18:56 */waypoints[219].origin = (791.214, 1329.51, -295.251); -/* 18:56 */waypoints[219].type = "stand"; -/* 18:56 */waypoints[219].children[0] = 218; -/* 18:56 */waypoints[219].children[1] = 220; -/* 18:56 */waypoints[219].children[2] = 199; -/* 18:56 */waypoints[220] = spawnstruct(); -/* 18:56 */waypoints[220].origin = (510.577, 1333.03, -295.03); -/* 18:56 */waypoints[220].type = "stand"; -/* 18:56 */waypoints[220].children[0] = 219; -/* 18:56 */waypoints[220].children[1] = 221; -/* 18:56 */waypoints[221] = spawnstruct(); -/* 18:56 */waypoints[221].origin = (494.888, 1091.24, -287.55); -/* 18:56 */waypoints[221].type = "stand"; -/* 18:56 */waypoints[221].children[0] = 220; -/* 18:56 */waypoints[221].children[1] = 222; -/* 18:56 */waypoints[221].children[2] = 198; -/* 18:56 */waypoints[221].children[3] = 199; -/* 18:56 */waypoints[222] = spawnstruct(); -/* 18:56 */waypoints[222].origin = (507.589, 832.285, -271.732); -/* 18:56 */waypoints[222].type = "stand"; -/* 18:56 */waypoints[222].children[0] = 221; -/* 18:56 */waypoints[222].children[1] = 223; -/* 18:56 */waypoints[222].children[2] = 198; -/* 18:56 */waypoints[222].children[3] = 197; -/* 18:56 */waypoints[223] = spawnstruct(); -/* 18:56 */waypoints[223].origin = (468.377, 670.431, -251.636); -/* 18:56 */waypoints[223].type = "stand"; -/* 18:56 */waypoints[223].children[0] = 222; -/* 18:56 */waypoints[223].children[1] = 224; -/* 18:56 */waypoints[223].children[2] = 285; -/* 18:56 */waypoints[224] = spawnstruct(); -/* 18:56 */waypoints[224].origin = (424.74, 550.799, -255.875); -/* 18:56 */waypoints[224].type = "stand"; -/* 18:56 */waypoints[224].children[0] = 223; -/* 18:56 */waypoints[224].children[1] = 225; -/* 18:56 */waypoints[224].children[2] = 263; -/* 18:56 */waypoints[225] = spawnstruct(); -/* 18:56 */waypoints[225].origin = (174.547, 524.106, -253.966); -/* 18:56 */waypoints[225].type = "stand"; -/* 18:56 */waypoints[225].children[0] = 224; -/* 18:56 */waypoints[225].children[1] = 226; -/* 18:56 */waypoints[225].children[2] = 96; -/* 18:56 */waypoints[225].children[3] = 227; -/* 18:56 */waypoints[225].children[4] = 263; -/* 18:56 */waypoints[226] = spawnstruct(); -/* 18:56 */waypoints[226].origin = (-117.786, 614.677, -247.875); -/* 18:56 */waypoints[226].type = "stand"; -/* 18:56 */waypoints[226].children[0] = 225; -/* 18:56 */waypoints[226].children[1] = 96; -/* 18:56 */waypoints[227] = spawnstruct(); -/* 18:56 */waypoints[227].origin = (157.621, 354.722, -235.891); -/* 18:56 */waypoints[227].type = "stand"; -/* 18:56 */waypoints[227].children[0] = 225; -/* 18:56 */waypoints[227].children[1] = 228; -/* 18:56 */waypoints[227].children[2] = 238; -/* 18:56 */waypoints[227].children[3] = 239; -/* 18:56 */waypoints[228] = spawnstruct(); -/* 18:56 */waypoints[228].origin = (312.368, 344.116, -242.032); -/* 18:56 */waypoints[228].type = "stand"; -/* 18:56 */waypoints[228].children[0] = 227; -/* 18:56 */waypoints[228].children[1] = 229; -/* 18:56 */waypoints[229] = spawnstruct(); -/* 18:56 */waypoints[229].origin = (294.331, 158.3, -240.115); -/* 18:56 */waypoints[229].type = "stand"; -/* 18:56 */waypoints[229].children[0] = 228; -/* 18:56 */waypoints[229].children[1] = 230; -/* 18:56 */waypoints[229].children[2] = 239; -/* 18:56 */waypoints[230] = spawnstruct(); -/* 18:56 */waypoints[230].origin = (308.882, -72.7591, -242.979); -/* 18:56 */waypoints[230].type = "stand"; -/* 18:56 */waypoints[230].children[0] = 229; -/* 18:56 */waypoints[230].children[1] = 231; -/* 18:56 */waypoints[230].children[2] = 239; -/* 18:56 */waypoints[230].children[3] = 240; -/* 18:56 */waypoints[231] = spawnstruct(); -/* 18:56 */waypoints[231].origin = (277.868, -331.096, -239.973); -/* 18:56 */waypoints[231].type = "stand"; -/* 18:56 */waypoints[231].children[0] = 230; -/* 18:56 */waypoints[231].children[1] = 232; -/* 18:56 */waypoints[231].children[2] = 269; -/* 18:56 */waypoints[231].children[3] = 295; -/* 18:56 */waypoints[232] = spawnstruct(); -/* 18:56 */waypoints[232].origin = (134.627, -323.045, -239.116); -/* 18:56 */waypoints[232].type = "stand"; -/* 18:56 */waypoints[232].children[0] = 231; -/* 18:56 */waypoints[232].children[1] = 233; -/* 18:56 */waypoints[232].children[2] = 240; -/* 18:56 */waypoints[232].children[3] = 241; -/* 18:56 */waypoints[233] = spawnstruct(); -/* 18:56 */waypoints[233].origin = (-10.3689, -314.723, -237.549); -/* 18:56 */waypoints[233].type = "stand"; -/* 18:56 */waypoints[233].children[0] = 232; -/* 18:56 */waypoints[233].children[1] = 234; -/* 18:56 */waypoints[234] = spawnstruct(); -/* 18:56 */waypoints[234].origin = (-50.2392, -181.491, -239.875); -/* 18:56 */waypoints[234].type = "stand"; -/* 18:56 */waypoints[234].children[0] = 233; -/* 18:56 */waypoints[234].children[1] = 235; -/* 18:56 */waypoints[235] = spawnstruct(); -/* 18:56 */waypoints[235].origin = (0.935556, -75.2253, -242.074); -/* 18:56 */waypoints[235].type = "stand"; -/* 18:56 */waypoints[235].children[0] = 234; -/* 18:56 */waypoints[235].children[1] = 236; -/* 18:56 */waypoints[235].children[2] = 240; -/* 18:56 */waypoints[236] = spawnstruct(); -/* 18:56 */waypoints[236].origin = (-11.8643, 55.5484, -241.013); -/* 18:56 */waypoints[236].type = "stand"; -/* 18:56 */waypoints[236].children[0] = 235; -/* 18:56 */waypoints[236].children[1] = 237; -/* 18:56 */waypoints[236].children[2] = 239; -/* 18:56 */waypoints[236].children[3] = 247; -/* 18:56 */waypoints[237] = spawnstruct(); -/* 18:56 */waypoints[237].origin = (-19.1874, 149.886, -238.739); -/* 18:56 */waypoints[237].type = "stand"; -/* 18:56 */waypoints[237].children[0] = 236; -/* 18:56 */waypoints[237].children[1] = 238; -/* 18:56 */waypoints[238] = spawnstruct(); -/* 18:56 */waypoints[238].origin = (-33.061, 351.001, -241.096); -/* 18:56 */waypoints[238].type = "stand"; -/* 18:56 */waypoints[238].children[0] = 237; -/* 18:56 */waypoints[238].children[1] = 227; -/* 18:56 */waypoints[239] = spawnstruct(); -/* 18:56 */waypoints[239].origin = (148.113, 114.511, -237.292); -/* 18:56 */waypoints[239].type = "stand"; -/* 18:56 */waypoints[239].children[0] = 227; -/* 18:56 */waypoints[239].children[1] = 236; -/* 18:56 */waypoints[239].children[2] = 229; -/* 18:56 */waypoints[239].children[3] = 230; -/* 18:56 */waypoints[240] = spawnstruct(); -/* 18:56 */waypoints[240].origin = (125.04, -155.824, -236.59); -/* 18:56 */waypoints[240].type = "stand"; -/* 18:56 */waypoints[240].children[0] = 230; -/* 18:56 */waypoints[240].children[1] = 235; -/* 18:56 */waypoints[240].children[2] = 232; -/* 18:56 */waypoints[241] = spawnstruct(); -/* 18:56 */waypoints[241].origin = (136.942, -529.192, -251.079); -/* 18:56 */waypoints[241].type = "stand"; -/* 18:56 */waypoints[241].children[0] = 232; -/* 18:56 */waypoints[241].children[1] = 242; -/* 18:56 */waypoints[241].children[2] = 270; -/* 18:56 */waypoints[241].children[3] = 295; -/* 18:56 */waypoints[242] = spawnstruct(); -/* 18:56 */waypoints[242].origin = (-165.401, -604.734, -250.673); -/* 18:56 */waypoints[242].type = "stand"; -/* 18:56 */waypoints[242].children[0] = 241; -/* 18:56 */waypoints[242].children[1] = 243; -/* 18:56 */waypoints[242].children[2] = 245; -/* 18:56 */waypoints[243] = spawnstruct(); -/* 18:56 */waypoints[243].origin = (-177.203, -994.666, -248.437); -/* 18:56 */waypoints[243].type = "stand"; -/* 18:56 */waypoints[243].children[0] = 242; -/* 18:56 */waypoints[243].children[1] = 244; -/* 18:56 */waypoints[244] = spawnstruct(); -/* 18:56 */waypoints[244].origin = (-229.398, -1116.48, -246.227); -/* 18:56 */waypoints[244].type = "stand"; -/* 18:56 */waypoints[244].children[0] = 243; -/* 18:56 */waypoints[244].children[1] = 1; -/* 18:56 */waypoints[245] = spawnstruct(); -/* 18:56 */waypoints[245].origin = (-398.399, -423.908, -247.856); -/* 18:56 */waypoints[245].type = "stand"; -/* 18:56 */waypoints[245].children[0] = 242; -/* 18:56 */waypoints[245].children[1] = 246; -/* 18:56 */waypoints[245].children[2] = 251; -/* 18:56 */waypoints[245].children[3] = 76; -/* 18:56 */waypoints[245].children[4] = 252; -/* 18:56 */waypoints[246] = spawnstruct(); -/* 18:56 */waypoints[246].origin = (-168.626, -304.264, -255.876); -/* 18:56 */waypoints[246].type = "stand"; -/* 18:56 */waypoints[246].children[0] = 245; -/* 18:56 */waypoints[246].children[1] = 247; -/* 18:56 */waypoints[247] = spawnstruct(); -/* 18:56 */waypoints[247].origin = (-135.011, 70.0505, -245.213); -/* 18:56 */waypoints[247].type = "stand"; -/* 18:56 */waypoints[247].children[0] = 246; -/* 18:56 */waypoints[247].children[1] = 248; -/* 18:56 */waypoints[247].children[2] = 250; -/* 18:56 */waypoints[247].children[3] = 236; -/* 18:56 */waypoints[248] = spawnstruct(); -/* 18:56 */waypoints[248].origin = (-134.704, 272.319, -255.875); -/* 18:56 */waypoints[248].type = "stand"; -/* 18:56 */waypoints[248].children[0] = 247; -/* 18:56 */waypoints[248].children[1] = 96; -/* 18:56 */waypoints[248].children[2] = 249; -/* 18:56 */waypoints[249] = spawnstruct(); -/* 18:56 */waypoints[249].origin = (-388.954, 303.326, -255.875); -/* 18:56 */waypoints[249].type = "stand"; -/* 18:56 */waypoints[249].children[0] = 248; -/* 18:56 */waypoints[249].children[1] = 250; -/* 18:56 */waypoints[249].children[2] = 94; -/* 18:56 */waypoints[249].children[3] = 95; -/* 18:56 */waypoints[250] = spawnstruct(); -/* 18:56 */waypoints[250].origin = (-494.84, 84.6335, -255.875); -/* 18:56 */waypoints[250].type = "stand"; -/* 18:56 */waypoints[250].children[0] = 249; -/* 18:56 */waypoints[250].children[1] = 74; -/* 18:56 */waypoints[250].children[2] = 247; -/* 18:56 */waypoints[250].children[3] = 251; -/* 18:56 */waypoints[251] = spawnstruct(); -/* 18:56 */waypoints[251].origin = (-459.038, -165.565, -247.821); -/* 18:56 */waypoints[251].type = "stand"; -/* 18:56 */waypoints[251].children[0] = 250; -/* 18:56 */waypoints[251].children[1] = 75; -/* 18:56 */waypoints[251].children[2] = 245; -/* 18:56 */waypoints[251].children[3] = 76; -/* 18:56 */waypoints[252] = spawnstruct(); -/* 18:56 */waypoints[252].origin = (-741.565, -550.512, -198.242); -/* 18:56 */waypoints[252].type = "stand"; -/* 18:56 */waypoints[252].children[0] = 245; -/* 18:56 */waypoints[252].children[1] = 77; -/* 18:56 */waypoints[252].children[2] = 253; -/* 18:56 */waypoints[252].children[3] = 76; -/* 18:56 */waypoints[252].children[4] = 78; -/* 18:56 */waypoints[253] = spawnstruct(); -/* 18:56 */waypoints[253].origin = (-744.152, -647.312, -188.549); -/* 18:56 */waypoints[253].type = "stand"; -/* 18:56 */waypoints[253].children[0] = 252; -/* 18:56 */waypoints[253].children[1] = 254; -/* 18:56 */waypoints[253].children[2] = 257; -/* 18:56 */waypoints[254] = spawnstruct(); -/* 18:56 */waypoints[254].origin = (-568.478, -665.594, -185.875); -/* 18:56 */waypoints[254].type = "stand"; -/* 18:56 */waypoints[254].children[0] = 253; -/* 18:56 */waypoints[254].children[1] = 255; -/* 18:56 */waypoints[255] = spawnstruct(); -/* 18:56 */waypoints[255].origin = (-593.253, -977.123, -198.702); -/* 18:56 */waypoints[255].type = "stand"; -/* 18:56 */waypoints[255].children[0] = 254; -/* 18:56 */waypoints[255].children[1] = 256; -/* 18:56 */waypoints[256] = spawnstruct(); -/* 18:56 */waypoints[256].origin = (-750.662, -948.879, -189.477); -/* 18:56 */waypoints[256].type = "stand"; -/* 18:56 */waypoints[256].children[0] = 255; -/* 18:56 */waypoints[256].children[1] = 0; -/* 18:56 */waypoints[256].children[2] = 257; -/* 18:56 */waypoints[257] = spawnstruct(); -/* 18:56 */waypoints[257].origin = (-904.198, -821.719, -188.53); -/* 18:56 */waypoints[257].type = "stand"; -/* 18:56 */waypoints[257].children[0] = 256; -/* 18:56 */waypoints[257].children[1] = 253; -/* 18:56 */waypoints[257].children[2] = 84; -/* 18:56 */waypoints[257].children[3] = 82; -/* 18:56 */waypoints[257].children[4] = 85; -/* 18:56 */waypoints[258] = spawnstruct(); -/* 18:56 */waypoints[258].origin = (-989.339, -1208.93, -186.875); -/* 18:56 */waypoints[258].type = "stand"; -/* 18:56 */waypoints[258].children[0] = 85; -/* 18:56 */waypoints[258].children[1] = 259; -/* 18:56 */waypoints[259] = spawnstruct(); -/* 18:56 */waypoints[259].origin = (-1197.17, -1105.44, -186.875); -/* 18:56 */waypoints[259].type = "stand"; -/* 18:56 */waypoints[259].children[0] = 258; -/* 18:56 */waypoints[259].children[1] = 260; -/* 18:56 */waypoints[260] = spawnstruct(); -/* 18:56 */waypoints[260].origin = (-1400.84, -877.355, -186.875); -/* 18:56 */waypoints[260].type = "stand"; -/* 18:56 */waypoints[260].children[0] = 259; -/* 18:56 */waypoints[260].children[1] = 261; -/* 18:56 */waypoints[261] = spawnstruct(); -/* 18:56 */waypoints[261].origin = (-1504.08, -693.32, -186.875); -/* 18:56 */waypoints[261].type = "stand"; -/* 18:56 */waypoints[261].children[0] = 260; -/* 18:56 */waypoints[261].children[1] = 262; -/* 18:56 */waypoints[262] = spawnstruct(); -/* 18:56 */waypoints[262].origin = (-1539.07, -554.176, -186.875); -/* 18:56 */waypoints[262].type = "stand"; -/* 18:56 */waypoints[262].children[0] = 261; -/* 18:56 */waypoints[262].children[1] = 80; -/* 18:56 */waypoints[263] = spawnstruct(); -/* 18:56 */waypoints[263].origin = (436.517, 444.047, -255.875); -/* 18:56 */waypoints[263].type = "stand"; -/* 18:56 */waypoints[263].children[0] = 224; -/* 18:56 */waypoints[263].children[1] = 264; -/* 18:56 */waypoints[263].children[2] = 225; -/* 18:56 */waypoints[263].children[3] = 285; -/* 18:56 */waypoints[264] = spawnstruct(); -/* 18:56 */waypoints[264].origin = (415.002, 313.739, -255.875); -/* 18:56 */waypoints[264].type = "stand"; -/* 18:56 */waypoints[264].children[0] = 263; -/* 18:56 */waypoints[264].children[1] = 265; -/* 18:56 */waypoints[264].children[2] = 287; -/* 18:56 */waypoints[265] = spawnstruct(); -/* 18:56 */waypoints[265].origin = (375.126, 85.7012, -255.875); -/* 18:56 */waypoints[265].type = "stand"; -/* 18:56 */waypoints[265].children[0] = 264; -/* 18:56 */waypoints[265].children[1] = 266; -/* 18:56 */waypoints[265].children[2] = 288; -/* 18:56 */waypoints[266] = spawnstruct(); -/* 18:56 */waypoints[266].origin = (375.125, -30.6871, -255.832); -/* 18:56 */waypoints[266].type = "stand"; -/* 18:56 */waypoints[266].children[0] = 265; -/* 18:56 */waypoints[266].children[1] = 267; -/* 18:56 */waypoints[267] = spawnstruct(); -/* 18:56 */waypoints[267].origin = (602.014, -78.0843, -255.875); -/* 18:56 */waypoints[267].type = "stand"; -/* 18:56 */waypoints[267].children[0] = 266; -/* 18:56 */waypoints[267].children[1] = 268; -/* 18:56 */waypoints[267].children[2] = 289; -/* 18:56 */waypoints[267].children[3] = 288; -/* 18:56 */waypoints[268] = spawnstruct(); -/* 18:56 */waypoints[268].origin = (585.573, -302.006, -255.683); -/* 18:56 */waypoints[268].type = "stand"; -/* 18:56 */waypoints[268].children[0] = 267; -/* 18:56 */waypoints[268].children[1] = 269; -/* 18:56 */waypoints[268].children[2] = 276; -/* 18:56 */waypoints[268].children[3] = 270; -/* 18:56 */waypoints[268].children[4] = 289; -/* 18:56 */waypoints[269] = spawnstruct(); -/* 18:56 */waypoints[269].origin = (424.042, -331.743, -246.746); -/* 18:56 */waypoints[269].type = "stand"; -/* 18:56 */waypoints[269].children[0] = 268; -/* 18:56 */waypoints[269].children[1] = 270; -/* 18:56 */waypoints[269].children[2] = 231; -/* 18:56 */waypoints[270] = spawnstruct(); -/* 18:56 */waypoints[270].origin = (416.542, -513.727, -253.684); -/* 18:56 */waypoints[270].type = "stand"; -/* 18:56 */waypoints[270].children[0] = 269; -/* 18:56 */waypoints[270].children[1] = 271; -/* 18:56 */waypoints[270].children[2] = 268; -/* 18:56 */waypoints[270].children[3] = 241; -/* 18:56 */waypoints[270].children[4] = 295; -/* 18:56 */waypoints[271] = spawnstruct(); -/* 18:56 */waypoints[271].origin = (439.192, -624.064, -251.163); -/* 18:56 */waypoints[271].type = "stand"; -/* 18:56 */waypoints[271].children[0] = 270; -/* 18:56 */waypoints[271].children[1] = 272; -/* 18:56 */waypoints[272] = spawnstruct(); -/* 18:56 */waypoints[272].origin = (534.631, -700.85, -253.353); -/* 18:56 */waypoints[272].type = "stand"; -/* 18:56 */waypoints[272].children[0] = 271; -/* 18:56 */waypoints[272].children[1] = 273; -/* 18:56 */waypoints[272].children[2] = 275; -/* 18:56 */waypoints[273] = spawnstruct(); -/* 18:56 */waypoints[273].origin = (511.724, -953.623, -247.875); -/* 18:56 */waypoints[273].type = "stand"; -/* 18:56 */waypoints[273].children[0] = 272; -/* 18:56 */waypoints[273].children[1] = 274; -/* 18:56 */waypoints[274] = spawnstruct(); -/* 18:56 */waypoints[274].origin = (497.711, -1245.55, -245.875); -/* 18:56 */waypoints[274].type = "stand"; -/* 18:56 */waypoints[274].children[0] = 273; -/* 18:56 */waypoints[274].children[1] = 5; -/* 18:56 */waypoints[275] = spawnstruct(); -/* 18:56 */waypoints[275].origin = (668.345, -728.184, -254.239); -/* 18:56 */waypoints[275].type = "stand"; -/* 18:56 */waypoints[275].children[0] = 272; -/* 18:56 */waypoints[275].children[1] = 276; -/* 18:56 */waypoints[275].children[2] = 188; -/* 18:56 */waypoints[276] = spawnstruct(); -/* 18:56 */waypoints[276].origin = (771.705, -541.797, -256.201); -/* 18:56 */waypoints[276].type = "stand"; -/* 18:56 */waypoints[276].children[0] = 275; -/* 18:56 */waypoints[276].children[1] = 190; -/* 18:56 */waypoints[276].children[2] = 268; -/* 18:56 */waypoints[277] = spawnstruct(); -/* 18:56 */waypoints[277].origin = (1578.71, 628.26, -131.875); -/* 18:56 */waypoints[277].type = "stand"; -/* 18:56 */waypoints[277].children[0] = 203; -/* 18:56 */waypoints[277].children[1] = 278; -/* 18:56 */waypoints[278] = spawnstruct(); -/* 18:56 */waypoints[278].origin = (1482.13, 639.563, -122.013); -/* 18:56 */waypoints[278].type = "stand"; -/* 18:56 */waypoints[278].children[0] = 277; -/* 18:56 */waypoints[278].children[1] = 279; -/* 18:56 */waypoints[278].children[2] = 284; -/* 18:56 */waypoints[279] = spawnstruct(); -/* 18:56 */waypoints[279].origin = (1473.26, 891.035, -125.906); -/* 18:56 */waypoints[279].type = "stand"; -/* 18:56 */waypoints[279].children[0] = 278; -/* 18:56 */waypoints[279].children[1] = 280; -/* 18:56 */waypoints[280] = spawnstruct(); -/* 18:56 */waypoints[280].origin = (1171.95, 898.451, -125.51); -/* 18:56 */waypoints[280].type = "stand"; -/* 18:56 */waypoints[280].children[0] = 279; -/* 18:56 */waypoints[280].children[1] = 281; -/* 18:56 */waypoints[280].children[2] = 282; -/* 18:56 */waypoints[280].children[3] = 284; -/* 18:56 */waypoints[281] = spawnstruct(); -/* 18:56 */waypoints[281].origin = (1175.18, 1011.51, -131.875); -/* 18:56 */waypoints[281].type = "stand"; -/* 18:56 */waypoints[281].children[0] = 280; -/* 18:56 */waypoints[281].children[1] = 198; -/* 18:56 */waypoints[282] = spawnstruct(); -/* 18:56 */waypoints[282].origin = (883.017, 891.378, -125.855); -/* 18:56 */waypoints[282].type = "stand"; -/* 18:56 */waypoints[282].children[0] = 280; -/* 18:56 */waypoints[282].children[1] = 283; -/* 18:56 */waypoints[283] = spawnstruct(); -/* 18:56 */waypoints[283].origin = (882.807, 701.321, -125.091); -/* 18:56 */waypoints[283].type = "stand"; -/* 18:56 */waypoints[283].children[0] = 282; -/* 18:56 */waypoints[283].children[1] = 284; -/* 18:56 */waypoints[284] = spawnstruct(); -/* 18:56 */waypoints[284].origin = (1175.51, 703.746, -126.3); -/* 18:56 */waypoints[284].type = "stand"; -/* 18:56 */waypoints[284].children[0] = 283; -/* 18:56 */waypoints[284].children[1] = 280; -/* 18:56 */waypoints[284].children[2] = 278; -/* 18:56 */waypoints[285] = spawnstruct(); -/* 18:56 */waypoints[285].origin = (648.909, 514.343, -255.875); -/* 18:56 */waypoints[285].type = "stand"; -/* 18:56 */waypoints[285].children[0] = 223; -/* 18:56 */waypoints[285].children[1] = 263; -/* 18:56 */waypoints[285].children[2] = 286; -/* 18:56 */waypoints[286] = spawnstruct(); -/* 18:56 */waypoints[286].origin = (755.502, 387.613, -255.875); -/* 18:56 */waypoints[286].type = "stand"; -/* 18:56 */waypoints[286].children[0] = 285; -/* 18:56 */waypoints[286].children[1] = 287; -/* 18:56 */waypoints[286].children[2] = 194; -/* 18:56 */waypoints[287] = spawnstruct(); -/* 18:56 */waypoints[287].origin = (700.625, 261.888, -255.875); -/* 18:56 */waypoints[287].type = "stand"; -/* 18:56 */waypoints[287].children[0] = 286; -/* 18:56 */waypoints[287].children[1] = 288; -/* 18:56 */waypoints[287].children[2] = 193; -/* 18:56 */waypoints[287].children[3] = 264; -/* 18:56 */waypoints[288] = spawnstruct(); -/* 18:56 */waypoints[288].origin = (644.734, 51.6368, -255.875); -/* 18:56 */waypoints[288].type = "stand"; -/* 18:56 */waypoints[288].children[0] = 287; -/* 18:56 */waypoints[288].children[1] = 289; -/* 18:56 */waypoints[288].children[2] = 265; -/* 18:56 */waypoints[288].children[3] = 267; -/* 18:56 */waypoints[289] = spawnstruct(); -/* 18:56 */waypoints[289].origin = (716.065, -151.716, -256.181); -/* 18:56 */waypoints[289].type = "stand"; -/* 18:56 */waypoints[289].children[0] = 288; -/* 18:56 */waypoints[289].children[1] = 267; -/* 18:56 */waypoints[289].children[2] = 268; -/* 18:56 */waypoints[289].children[3] = 191; -/* 18:56 */waypoints[290] = spawnstruct(); -/* 18:56 */waypoints[290].origin = (1162.23, -67.3131, -235.875); -/* 18:56 */waypoints[290].type = "stand"; -/* 18:56 */waypoints[290].children[0] = 192; -/* 18:56 */waypoints[290].children[1] = 291; -/* 18:56 */waypoints[290].children[2] = 293; -/* 18:56 */waypoints[291] = spawnstruct(); -/* 18:56 */waypoints[291].origin = (1382.64, -86.2095, -235.875); -/* 18:56 */waypoints[291].type = "stand"; -/* 18:56 */waypoints[291].children[0] = 290; -/* 18:56 */waypoints[291].children[1] = 172; -/* 18:56 */waypoints[291].children[2] = 292; -/* 18:56 */waypoints[292] = spawnstruct(); -/* 18:56 */waypoints[292].origin = (1362.51, 13.5945, -235.875); -/* 18:56 */waypoints[292].type = "stand"; -/* 18:56 */waypoints[292].children[0] = 210; -/* 18:56 */waypoints[292].children[1] = 293; -/* 18:56 */waypoints[292].children[2] = 291; -/* 18:56 */waypoints[293] = spawnstruct(); -/* 18:56 */waypoints[293].origin = (1148.61, 30.1801, -235.875); -/* 18:56 */waypoints[293].type = "stand"; -/* 18:56 */waypoints[293].children[0] = 292; -/* 18:56 */waypoints[293].children[1] = 294; -/* 18:56 */waypoints[293].children[2] = 290; -/* 18:56 */waypoints[294] = spawnstruct(); -/* 18:56 */waypoints[294].origin = (919.068, 40.7737, -247.317); -/* 18:56 */waypoints[294].type = "stand"; -/* 18:56 */waypoints[294].children[0] = 293; -/* 18:56 */waypoints[294].children[1] = 192; -/* 18:56 */waypoints[294].children[2] = 193; -/* 18:56 */waypoints[295] = spawnstruct(); -/* 18:56 */waypoints[295].origin = (275.755, -495.776, -248.899); -/* 18:56 */waypoints[295].type = "stand"; -/* 18:56 */waypoints[295].children[0] = 231; -/* 18:56 */waypoints[295].children[1] = 241; -/* 18:56 */waypoints[295].children[2] = 270; -/* 18:56 */waypoints[296] = spawnstruct(); -/* 18:56 */waypoints[296].origin = (2313.7, 973.207, -322.051); -/* 18:56 */waypoints[296].type = "stand"; -/* 18:56 */waypoints[296].children[0] = 214; -/* 18:56 */waypoints[296].children[1] = 153; -/* 18:56 */waypoints[296].children[2] = 157; -/* 18:56 */waypoints[296].children[3] = 297; -/* 18:56 */waypoints[297] = spawnstruct(); -/* 18:56 */waypoints[297].origin = (2535.68, 966.041, -318.952); -/* 18:56 */waypoints[297].type = "stand"; -/* 18:56 */waypoints[297].children[0] = 296; -/* 18:56 */waypoints[297].children[1] = 154; -/* 18:56 */waypoints[297].children[2] = 156; -/* 18:56 */waypoints[298] = spawnstruct(); -/* 18:56 */waypoints[298].origin = (1705.14, 88.4325, -273.048); -/* 18:56 */waypoints[298].type = "stand"; -/* 18:56 */waypoints[298].children[0] = 171; -/* 18:56 */waypoints[298].children[1] = 211; -/* 18:56 */waypoints[298].children[2] = 208; -/* 18:56 */return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/foundation.gsc b/raw/maps/mp/bots/waypoints/foundation.gsc deleted file mode 100644 index 40fd506..0000000 --- a/raw/maps/mp/bots/waypoints/foundation.gsc +++ /dev/null @@ -1,1459 +0,0 @@ -Foundation() -{ -/* 3:43 */waypoints = []; -/* 3:43 */waypoints[0] = spawnstruct(); -/* 3:43 */waypoints[0].origin = (-3002.98, 988.959, 334.003); -/* 3:43 */waypoints[0].type = "stand"; -/* 3:43 */waypoints[0].children[0] = 1; -/* 3:43 */waypoints[0].children[1] = 42; -/* 3:43 */waypoints[0].children[2] = 159; -/* 3:43 */waypoints[0].children[3] = 192; -/* 3:43 */waypoints[1] = spawnstruct(); -/* 3:43 */waypoints[1].origin = (-2562.98, 1100.75, 299.475); -/* 3:43 */waypoints[1].type = "stand"; -/* 3:43 */waypoints[1].children[0] = 0; -/* 3:43 */waypoints[1].children[1] = 2; -/* 3:43 */waypoints[1].children[2] = 53; -/* 3:43 */waypoints[1].children[3] = 54; -/* 3:43 */waypoints[2] = spawnstruct(); -/* 3:43 */waypoints[2].origin = (-1608.6, 1052.91, 452.125); -/* 3:43 */waypoints[2].type = "stand"; -/* 3:43 */waypoints[2].children[0] = 1; -/* 3:43 */waypoints[2].children[1] = 3; -/* 3:43 */waypoints[2].children[2] = 54; -/* 3:43 */waypoints[2].children[3] = 66; -/* 3:43 */waypoints[2].children[4] = 49; -/* 3:43 */waypoints[2].children[5] = 165; -/* 3:43 */waypoints[2].children[6] = 167; -/* 3:43 */waypoints[3] = spawnstruct(); -/* 3:43 */waypoints[3].origin = (-1474.4, 1292.64, 440.614); -/* 3:43 */waypoints[3].type = "stand"; -/* 3:43 */waypoints[3].children[0] = 2; -/* 3:43 */waypoints[3].children[1] = 4; -/* 3:43 */waypoints[4] = spawnstruct(); -/* 3:43 */waypoints[4].origin = (-711.406, 1281.87, 440.625); -/* 3:43 */waypoints[4].type = "stand"; -/* 3:43 */waypoints[4].children[0] = 3; -/* 3:43 */waypoints[4].children[1] = 5; -/* 3:43 */waypoints[4].children[2] = 119; -/* 3:43 */waypoints[5] = spawnstruct(); -/* 3:43 */waypoints[5].origin = (-565.816, 1076.97, 426.372); -/* 3:43 */waypoints[5].type = "stand"; -/* 3:43 */waypoints[5].children[0] = 4; -/* 3:43 */waypoints[5].children[1] = 6; -/* 3:43 */waypoints[5].children[2] = 7; -/* 3:43 */waypoints[5].children[3] = 9; -/* 3:43 */waypoints[5].children[4] = 55; -/* 3:43 */waypoints[5].children[5] = 119; -/* 3:43 */waypoints[5].children[6] = 182; -/* 3:43 */waypoints[6] = spawnstruct(); -/* 3:43 */waypoints[6].origin = (-450.55, 1304.16, 427.833); -/* 3:43 */waypoints[6].type = "crouch"; -/* 3:43 */waypoints[6].children[0] = 5; -/* 3:43 */waypoints[6].angles = (5.37781, -119.454, 0); -/* 3:43 */waypoints[7] = spawnstruct(); -/* 3:43 */waypoints[7].origin = (50.1073, 963.511, 301.112); -/* 3:43 */waypoints[7].type = "stand"; -/* 3:43 */waypoints[7].children[0] = 5; -/* 3:43 */waypoints[7].children[1] = 8; -/* 3:43 */waypoints[7].children[2] = 9; -/* 3:43 */waypoints[7].children[3] = 10; -/* 3:43 */waypoints[8] = spawnstruct(); -/* 3:43 */waypoints[8].origin = (-404.344, 922.124, 386.671); -/* 3:43 */waypoints[8].type = "claymore"; -/* 3:43 */waypoints[8].children[0] = 7; -/* 3:43 */waypoints[8].children[1] = 9; -/* 3:43 */waypoints[8].angles = (44.1431, 86.7041, 0); -/* 3:43 */waypoints[9] = spawnstruct(); -/* 3:43 */waypoints[9].origin = (-345.407, 1038.18, 361.668); -/* 3:43 */waypoints[9].type = "stand"; -/* 3:43 */waypoints[9].children[0] = 8; -/* 3:43 */waypoints[9].children[1] = 5; -/* 3:43 */waypoints[9].children[2] = 7; -/* 3:43 */waypoints[10] = spawnstruct(); -/* 3:43 */waypoints[10].origin = (122.973, 640.261, 308.273); -/* 3:43 */waypoints[10].type = "stand"; -/* 3:43 */waypoints[10].children[0] = 7; -/* 3:43 */waypoints[10].children[1] = 11; -/* 3:43 */waypoints[10].children[2] = 107; -/* 3:43 */waypoints[10].children[3] = 114; -/* 3:43 */waypoints[11] = spawnstruct(); -/* 3:43 */waypoints[11].origin = (748.576, 647.051, 351.625); -/* 3:43 */waypoints[11].type = "stand"; -/* 3:43 */waypoints[11].children[0] = 10; -/* 3:43 */waypoints[11].children[1] = 12; -/* 3:43 */waypoints[12] = spawnstruct(); -/* 3:43 */waypoints[12].origin = (795.79, 422.973, 351.625); -/* 3:43 */waypoints[12].type = "stand"; -/* 3:43 */waypoints[12].children[0] = 11; -/* 3:43 */waypoints[12].children[1] = 13; -/* 3:43 */waypoints[12].children[2] = 14; -/* 3:43 */waypoints[12].children[3] = 111; -/* 3:43 */waypoints[13] = spawnstruct(); -/* 3:43 */waypoints[13].origin = (998.152, 561.165, 351.625); -/* 3:43 */waypoints[13].type = "crouch"; -/* 3:43 */waypoints[13].children[0] = 12; -/* 3:43 */waypoints[13].angles = (4.11438, -146.195, 0); -/* 3:43 */waypoints[14] = spawnstruct(); -/* 3:43 */waypoints[14].origin = (1155.6, 341.433, 310.96); -/* 3:43 */waypoints[14].type = "stand"; -/* 3:43 */waypoints[14].children[0] = 12; -/* 3:43 */waypoints[14].children[1] = 115; -/* 3:43 */waypoints[15] = spawnstruct(); -/* 3:43 */waypoints[15].origin = (972.676, -889.981, 309.95); -/* 3:43 */waypoints[15].type = "stand"; -/* 3:43 */waypoints[15].children[0] = 16; -/* 3:43 */waypoints[15].children[1] = 131; -/* 3:43 */waypoints[15].children[2] = 127; -/* 3:43 */waypoints[15].children[3] = 132; -/* 3:43 */waypoints[15].children[4] = 133; -/* 3:43 */waypoints[16] = spawnstruct(); -/* 3:43 */waypoints[16].origin = (816.613, -1393.48, 304.125); -/* 3:43 */waypoints[16].type = "stand"; -/* 3:43 */waypoints[16].children[0] = 15; -/* 3:43 */waypoints[16].children[1] = 17; -/* 3:43 */waypoints[16].children[2] = 132; -/* 3:43 */waypoints[17] = spawnstruct(); -/* 3:43 */waypoints[17].origin = (696.625, -1715.69, 309.613); -/* 3:43 */waypoints[17].type = "stand"; -/* 3:43 */waypoints[17].children[0] = 16; -/* 3:43 */waypoints[17].children[1] = 18; -/* 3:43 */waypoints[18] = spawnstruct(); -/* 3:43 */waypoints[18].origin = (409.45, -1652.12, 310.803); -/* 3:43 */waypoints[18].type = "stand"; -/* 3:43 */waypoints[18].children[0] = 17; -/* 3:43 */waypoints[18].children[1] = 124; -/* 3:43 */waypoints[19] = spawnstruct(); -/* 3:43 */waypoints[19].origin = (-49.1099, -1591.83, 335.094); -/* 3:43 */waypoints[19].type = "stand"; -/* 3:43 */waypoints[19].children[0] = 122; -/* 3:43 */waypoints[19].children[1] = 124; -/* 3:43 */waypoints[19].children[2] = 200; -/* 3:43 */waypoints[20] = spawnstruct(); -/* 3:43 */waypoints[20].origin = (-441.994, -1592.05, 439.125); -/* 3:43 */waypoints[20].type = "stand"; -/* 3:43 */waypoints[20].children[0] = 21; -/* 3:43 */waypoints[21] = spawnstruct(); -/* 3:43 */waypoints[21].origin = (-440.792, -1360.32, 504.125); -/* 3:43 */waypoints[21].type = "stand"; -/* 3:43 */waypoints[21].children[0] = 20; -/* 3:43 */waypoints[21].children[1] = 22; -/* 3:43 */waypoints[22] = spawnstruct(); -/* 3:43 */waypoints[22].origin = (-602.607, -1372.1, 504.125); -/* 3:43 */waypoints[22].type = "stand"; -/* 3:43 */waypoints[22].children[0] = 21; -/* 3:43 */waypoints[22].children[1] = 23; -/* 3:43 */waypoints[22].children[2] = 29; -/* 3:43 */waypoints[23] = spawnstruct(); -/* 3:43 */waypoints[23].origin = (-835.78, -1518.16, 504.125); -/* 3:43 */waypoints[23].type = "stand"; -/* 3:43 */waypoints[23].children[0] = 22; -/* 3:43 */waypoints[23].children[1] = 24; -/* 3:43 */waypoints[24] = spawnstruct(); -/* 3:43 */waypoints[24].origin = (-1831.98, -1498.24, 504.125); -/* 3:43 */waypoints[24].type = "stand"; -/* 3:43 */waypoints[24].children[0] = 23; -/* 3:43 */waypoints[24].children[1] = 25; -/* 3:43 */waypoints[24].children[2] = 153; -/* 3:43 */waypoints[25] = spawnstruct(); -/* 3:43 */waypoints[25].origin = (-1847.03, -904.782, 344.125); -/* 3:43 */waypoints[25].type = "stand"; -/* 3:43 */waypoints[25].children[0] = 24; -/* 3:43 */waypoints[25].children[1] = 26; -/* 3:43 */waypoints[25].children[2] = 153; -/* 3:43 */waypoints[25].children[3] = 154; -/* 3:43 */waypoints[26] = spawnstruct(); -/* 3:43 */waypoints[26].origin = (-1911.41, -908.053, 344.125); -/* 3:43 */waypoints[26].type = "stand"; -/* 3:43 */waypoints[26].children[0] = 25; -/* 3:43 */waypoints[26].children[1] = 32; -/* 3:43 */waypoints[26].children[2] = 152; -/* 3:43 */waypoints[27] = spawnstruct(); -/* 3:43 */waypoints[27].origin = (-1918.48, -1302.92, 344.125); -/* 3:43 */waypoints[27].type = "stand"; -/* 3:43 */waypoints[27].children[0] = 28; -/* 3:43 */waypoints[27].children[1] = 150; -/* 3:43 */waypoints[27].children[2] = 151; -/* 3:43 */waypoints[27].children[3] = 152; -/* 3:43 */waypoints[28] = spawnstruct(); -/* 3:43 */waypoints[28].origin = (-1570.78, -1354.01, 368.979); -/* 3:43 */waypoints[28].type = "stand"; -/* 3:43 */waypoints[28].children[0] = 27; -/* 3:43 */waypoints[28].children[1] = 29; -/* 3:43 */waypoints[28].children[2] = 31; -/* 3:43 */waypoints[29] = spawnstruct(); -/* 3:43 */waypoints[29].origin = (-1150.59, -1357.27, 376.103); -/* 3:43 */waypoints[29].type = "stand"; -/* 3:43 */waypoints[29].children[0] = 28; -/* 3:43 */waypoints[29].children[1] = 22; -/* 3:43 */waypoints[29].children[2] = 30; -/* 3:43 */waypoints[29].children[3] = 73; -/* 3:43 */waypoints[29].children[4] = 120; -/* 3:43 */waypoints[30] = spawnstruct(); -/* 3:43 */waypoints[30].origin = (-1330.32, -1182.66, 375.448); -/* 3:43 */waypoints[30].type = "stand"; -/* 3:43 */waypoints[30].children[0] = 29; -/* 3:43 */waypoints[30].children[1] = 73; -/* 3:43 */waypoints[30].children[2] = 120; -/* 3:43 */waypoints[30].children[3] = 147; -/* 3:43 */waypoints[30].children[4] = 149; -/* 3:43 */waypoints[31] = spawnstruct(); -/* 3:43 */waypoints[31].origin = (-1645.51, -1104.05, 376.579); -/* 3:43 */waypoints[31].type = "stand"; -/* 3:43 */waypoints[31].children[0] = 28; -/* 3:43 */waypoints[31].children[1] = 32; -/* 3:43 */waypoints[31].children[2] = 73; -/* 3:43 */waypoints[31].children[3] = 147; -/* 3:43 */waypoints[32] = spawnstruct(); -/* 3:43 */waypoints[32].origin = (-1759.17, -728.815, 352.917); -/* 3:43 */waypoints[32].type = "stand"; -/* 3:43 */waypoints[32].children[0] = 31; -/* 3:43 */waypoints[32].children[1] = 26; -/* 3:43 */waypoints[32].children[2] = 33; -/* 3:43 */waypoints[32].children[3] = 146; -/* 3:43 */waypoints[32].children[4] = 147; -/* 3:43 */waypoints[32].children[5] = 154; -/* 3:43 */waypoints[33] = spawnstruct(); -/* 3:43 */waypoints[33].origin = (-2015.78, -577.288, 347.348); -/* 3:43 */waypoints[33].type = "stand"; -/* 3:43 */waypoints[33].children[0] = 32; -/* 3:43 */waypoints[33].children[1] = 34; -/* 3:43 */waypoints[33].children[2] = 146; -/* 3:43 */waypoints[33].children[3] = 155; -/* 3:43 */waypoints[34] = spawnstruct(); -/* 3:43 */waypoints[34].origin = (-2540.18, -577.075, 343.106); -/* 3:43 */waypoints[34].type = "stand"; -/* 3:43 */waypoints[34].children[0] = 33; -/* 3:43 */waypoints[34].children[1] = 35; -/* 3:43 */waypoints[34].children[2] = 36; -/* 3:43 */waypoints[34].children[3] = 37; -/* 3:43 */waypoints[34].children[4] = 155; -/* 3:43 */waypoints[34].children[5] = 163; -/* 3:43 */waypoints[34].children[6] = 193; -/* 3:43 */waypoints[35] = spawnstruct(); -/* 3:43 */waypoints[35].origin = (-2477.6, -741.225, 352.125); -/* 3:43 */waypoints[35].type = "crouch"; -/* 3:43 */waypoints[35].children[0] = 34; -/* 3:43 */waypoints[35].angles = (5.69641, 121.882, 0); -/* 3:43 */waypoints[36] = spawnstruct(); -/* 3:43 */waypoints[36].origin = (-2690.08, -797.324, 352.125); -/* 3:43 */waypoints[36].type = "crouch"; -/* 3:43 */waypoints[36].children[0] = 34; -/* 3:43 */waypoints[36].angles = (5.69641, 54.6405, 0); -/* 3:43 */waypoints[37] = spawnstruct(); -/* 3:43 */waypoints[37].origin = (-2874.3, -400.283, 304.125); -/* 3:43 */waypoints[37].type = "stand"; -/* 3:43 */waypoints[37].children[0] = 34; -/* 3:43 */waypoints[37].children[1] = 44; -/* 3:43 */waypoints[37].children[2] = 162; -/* 3:43 */waypoints[37].children[3] = 163; -/* 3:43 */waypoints[37].children[4] = 193; -/* 3:43 */waypoints[38] = spawnstruct(); -/* 3:43 */waypoints[38].origin = (-2308.47, -380.671, 224.802); -/* 3:43 */waypoints[38].type = "stand"; -/* 3:43 */waypoints[38].children[0] = 39; -/* 3:43 */waypoints[38].children[1] = 69; -/* 3:43 */waypoints[38].children[2] = 72; -/* 3:43 */waypoints[38].children[3] = 162; -/* 3:43 */waypoints[38].children[4] = 164; -/* 3:43 */waypoints[38].children[5] = 193; -/* 3:43 */waypoints[39] = spawnstruct(); -/* 3:43 */waypoints[39].origin = (-2296.78, 9.34768, 304.125); -/* 3:43 */waypoints[39].type = "stand"; -/* 3:43 */waypoints[39].children[0] = 38; -/* 3:43 */waypoints[39].children[1] = 40; -/* 3:43 */waypoints[39].children[2] = 204; -/* 3:43 */waypoints[40] = spawnstruct(); -/* 3:43 */waypoints[40].origin = (-2289.52, 258.98, 304.125); -/* 3:43 */waypoints[40].type = "stand"; -/* 3:43 */waypoints[40].children[0] = 39; -/* 3:43 */waypoints[40].children[1] = 41; -/* 3:43 */waypoints[40].children[2] = 70; -/* 3:43 */waypoints[41] = spawnstruct(); -/* 3:43 */waypoints[41].origin = (-2549.75, 297.408, 304.125); -/* 3:43 */waypoints[41].type = "stand"; -/* 3:43 */waypoints[41].children[0] = 40; -/* 3:43 */waypoints[41].children[1] = 42; -/* 3:43 */waypoints[41].children[2] = 51; -/* 3:43 */waypoints[41].children[3] = 158; -/* 3:43 */waypoints[42] = spawnstruct(); -/* 3:43 */waypoints[42].origin = (-3080.25, 607.518, 304.125); -/* 3:43 */waypoints[42].type = "stand"; -/* 3:43 */waypoints[42].children[0] = 41; -/* 3:43 */waypoints[42].children[1] = 0; -/* 3:43 */waypoints[42].children[2] = 43; -/* 3:43 */waypoints[42].children[3] = 51; -/* 3:43 */waypoints[42].children[4] = 158; -/* 3:43 */waypoints[42].children[5] = 159; -/* 3:43 */waypoints[42].children[6] = 192; -/* 3:43 */waypoints[42].children[7] = 177; -/* 3:43 */waypoints[43] = spawnstruct(); -/* 3:43 */waypoints[43].origin = (-3076.7, 345.158, 304.125); -/* 3:43 */waypoints[43].type = "stand"; -/* 3:43 */waypoints[43].children[0] = 42; -/* 3:43 */waypoints[43].children[1] = 44; -/* 3:43 */waypoints[43].children[2] = 51; -/* 3:43 */waypoints[43].children[3] = 195; -/* 3:43 */waypoints[43].children[4] = 158; -/* 3:43 */waypoints[43].children[5] = 177; -/* 3:43 */waypoints[44] = spawnstruct(); -/* 3:43 */waypoints[44].origin = (-3069.54, 67.5273, 296.125); -/* 3:43 */waypoints[44].type = "stand"; -/* 3:43 */waypoints[44].children[0] = 43; -/* 3:43 */waypoints[44].children[1] = 37; -/* 3:43 */waypoints[44].children[2] = 158; -/* 3:43 */waypoints[44].children[3] = 177; -/* 3:43 */waypoints[44].children[4] = 193; -/* 3:43 */waypoints[44].children[5] = 195; -/* 3:43 */waypoints[44].children[6] = 212; -/* 3:43 */waypoints[44].children[7] = 203; -/* 3:43 */waypoints[45] = spawnstruct(); -/* 3:43 */waypoints[45].origin = (-1785.29, 70.4973, 509.625); -/* 3:43 */waypoints[45].type = "stand"; -/* 3:43 */waypoints[45].children[0] = 46; -/* 3:43 */waypoints[45].children[1] = 156; -/* 3:43 */waypoints[45].children[2] = 188; -/* 3:43 */waypoints[45].children[3] = 194; -/* 3:43 */waypoints[46] = spawnstruct(); -/* 3:43 */waypoints[46].origin = (-1847.21, 263.695, 510.125); -/* 3:43 */waypoints[46].type = "stand"; -/* 3:43 */waypoints[46].children[0] = 45; -/* 3:43 */waypoints[46].children[1] = 47; -/* 3:43 */waypoints[47] = spawnstruct(); -/* 3:43 */waypoints[47].origin = (-1791.91, 326.525, 510.125); -/* 3:43 */waypoints[47].type = "stand"; -/* 3:43 */waypoints[47].children[0] = 46; -/* 3:43 */waypoints[47].children[1] = 48; -/* 3:43 */waypoints[47].children[2] = 157; -/* 3:43 */waypoints[48] = spawnstruct(); -/* 3:43 */waypoints[48].origin = (-1823.74, 682.962, 497.781); -/* 3:43 */waypoints[48].type = "stand"; -/* 3:43 */waypoints[48].children[0] = 47; -/* 3:43 */waypoints[48].children[1] = 49; -/* 3:43 */waypoints[49] = spawnstruct(); -/* 3:43 */waypoints[49].origin = (-1823.27, 764.915, 410.742); -/* 3:43 */waypoints[49].type = "stand"; -/* 3:43 */waypoints[49].children[0] = 48; -/* 3:43 */waypoints[49].children[1] = 50; -/* 3:43 */waypoints[49].children[2] = 2; -/* 3:43 */waypoints[49].children[3] = 165; -/* 3:43 */waypoints[50] = spawnstruct(); -/* 3:43 */waypoints[50].origin = (-2225.26, 790.144, 312.021); -/* 3:43 */waypoints[50].type = "stand"; -/* 3:43 */waypoints[50].children[0] = 49; -/* 3:43 */waypoints[50].children[1] = 51; -/* 3:43 */waypoints[50].children[2] = 53; -/* 3:43 */waypoints[50].children[3] = 165; -/* 3:43 */waypoints[51] = spawnstruct(); -/* 3:43 */waypoints[51].origin = (-2571.14, 464.362, 304.125); -/* 3:43 */waypoints[51].type = "stand"; -/* 3:43 */waypoints[51].children[0] = 50; -/* 3:43 */waypoints[51].children[1] = 41; -/* 3:43 */waypoints[51].children[2] = 43; -/* 3:43 */waypoints[51].children[3] = 42; -/* 3:43 */waypoints[51].children[4] = 52; -/* 3:43 */waypoints[51].children[5] = 158; -/* 3:43 */waypoints[52] = spawnstruct(); -/* 3:43 */waypoints[52].origin = (-2269.02, 477.981, 304.125); -/* 3:43 */waypoints[52].type = "crouch"; -/* 3:43 */waypoints[52].children[0] = 51; -/* 3:43 */waypoints[52].children[1] = 53; -/* 3:43 */waypoints[53] = spawnstruct(); -/* 3:43 */waypoints[53].origin = (-2332.98, 952.768, 306.674); -/* 3:43 */waypoints[53].type = "stand"; -/* 3:43 */waypoints[53].children[0] = 52; -/* 3:43 */waypoints[53].children[1] = 1; -/* 3:43 */waypoints[53].children[2] = 54; -/* 3:43 */waypoints[53].children[3] = 50; -/* 3:43 */waypoints[53].children[4] = 165; -/* 3:43 */waypoints[54] = spawnstruct(); -/* 3:43 */waypoints[54].origin = (-2219.97, 1050.98, 306.125); -/* 3:43 */waypoints[54].type = "stand"; -/* 3:43 */waypoints[54].children[0] = 53; -/* 3:43 */waypoints[54].children[1] = 1; -/* 3:43 */waypoints[54].children[2] = 2; -/* 3:43 */waypoints[55] = spawnstruct(); -/* 3:43 */waypoints[55].origin = (-846.091, 1056.03, 447.279); -/* 3:43 */waypoints[55].type = "stand"; -/* 3:43 */waypoints[55].children[0] = 5; -/* 3:43 */waypoints[55].children[1] = 119; -/* 3:43 */waypoints[55].children[2] = 167; -/* 3:43 */waypoints[55].children[3] = 182; -/* 3:43 */waypoints[56] = spawnstruct(); -/* 3:43 */waypoints[56].origin = (-852.257, 659.979, 332.938); -/* 3:43 */waypoints[56].type = "stand"; -/* 3:43 */waypoints[56].children[0] = 57; -/* 3:43 */waypoints[56].children[1] = 58; -/* 3:43 */waypoints[57] = spawnstruct(); -/* 3:43 */waypoints[57].origin = (-1103.11, 1028.16, 342.617); -/* 3:43 */waypoints[57].type = "crouch"; -/* 3:43 */waypoints[57].children[0] = 56; -/* 3:43 */waypoints[57].angles = (7.62879, -55.3766, 0); -/* 3:43 */waypoints[58] = spawnstruct(); -/* 3:43 */waypoints[58].origin = (-1083.57, 656.013, 329.601); -/* 3:43 */waypoints[58].type = "stand"; -/* 3:43 */waypoints[58].children[0] = 59; -/* 3:43 */waypoints[58].children[1] = 76; -/* 3:43 */waypoints[58].children[2] = 77; -/* 3:43 */waypoints[58].children[3] = 56; -/* 3:43 */waypoints[59] = spawnstruct(); -/* 3:43 */waypoints[59].origin = (-983.242, 1033.04, 349.246); -/* 3:43 */waypoints[59].type = "crouch"; -/* 3:43 */waypoints[59].children[0] = 58; -/* 3:43 */waypoints[59].children[1] = 60; -/* 3:43 */waypoints[60] = spawnstruct(); -/* 3:43 */waypoints[60].origin = (-1542.66, 498.229, 330.899); -/* 3:43 */waypoints[60].type = "stand"; -/* 3:43 */waypoints[60].children[0] = 59; -/* 3:43 */waypoints[60].children[1] = 61; -/* 3:43 */waypoints[60].children[2] = 64; -/* 3:43 */waypoints[60].children[3] = 66; -/* 3:43 */waypoints[60].children[4] = 77; -/* 3:43 */waypoints[60].children[5] = 65; -/* 3:43 */waypoints[60].children[6] = 166; -/* 3:43 */waypoints[61] = spawnstruct(); -/* 3:43 */waypoints[61].origin = (-1572.83, 154.383, 307.014); -/* 3:43 */waypoints[61].type = "stand"; -/* 3:43 */waypoints[61].children[0] = 60; -/* 3:43 */waypoints[61].children[1] = 62; -/* 3:43 */waypoints[61].children[2] = 67; -/* 3:43 */waypoints[61].children[3] = 71; -/* 3:43 */waypoints[61].children[4] = 75; -/* 3:43 */waypoints[61].children[5] = 173; -/* 3:43 */waypoints[62] = spawnstruct(); -/* 3:43 */waypoints[62].origin = (-1811.14, 130.678, 297.162); -/* 3:43 */waypoints[62].type = "stand"; -/* 3:43 */waypoints[62].children[0] = 61; -/* 3:43 */waypoints[62].children[1] = 63; -/* 3:43 */waypoints[62].children[2] = 71; -/* 3:43 */waypoints[62].children[3] = 75; -/* 3:43 */waypoints[62].children[4] = 160; -/* 3:43 */waypoints[63] = spawnstruct(); -/* 3:43 */waypoints[63].origin = (-1835.99, 301.874, 317.99); -/* 3:43 */waypoints[63].type = "stand"; -/* 3:43 */waypoints[63].children[0] = 62; -/* 3:43 */waypoints[63].children[1] = 64; -/* 3:43 */waypoints[64] = spawnstruct(); -/* 3:43 */waypoints[64].origin = (-1678.56, 335.546, 326.17); -/* 3:43 */waypoints[64].type = "stand"; -/* 3:43 */waypoints[64].children[0] = 63; -/* 3:43 */waypoints[64].children[1] = 60; -/* 3:43 */waypoints[64].children[2] = 65; -/* 3:43 */waypoints[65] = spawnstruct(); -/* 3:43 */waypoints[65].origin = (-1686.97, 765.381, 400.287); -/* 3:43 */waypoints[65].type = "stand"; -/* 3:43 */waypoints[65].children[0] = 64; -/* 3:43 */waypoints[65].children[1] = 66; -/* 3:43 */waypoints[65].children[2] = 165; -/* 3:43 */waypoints[65].children[3] = 60; -/* 3:43 */waypoints[65].children[4] = 77; -/* 3:43 */waypoints[66] = spawnstruct(); -/* 3:43 */waypoints[66].origin = (-1546.32, 824.126, 401.613); -/* 3:43 */waypoints[66].type = "stand"; -/* 3:43 */waypoints[66].children[0] = 65; -/* 3:43 */waypoints[66].children[1] = 2; -/* 3:43 */waypoints[66].children[2] = 60; -/* 3:43 */waypoints[66].children[3] = 77; -/* 3:43 */waypoints[66].children[4] = 166; -/* 3:43 */waypoints[67] = spawnstruct(); -/* 3:43 */waypoints[67].origin = (-1922.6, -36.0289, 304.125); -/* 3:43 */waypoints[67].type = "stand"; -/* 3:43 */waypoints[67].children[0] = 61; -/* 3:43 */waypoints[67].children[1] = 68; -/* 3:43 */waypoints[67].children[2] = 75; -/* 3:43 */waypoints[67].children[3] = 173; -/* 3:43 */waypoints[67].children[4] = 174; -/* 3:43 */waypoints[67].children[5] = 204; -/* 3:43 */waypoints[68] = spawnstruct(); -/* 3:43 */waypoints[68].origin = (-2060.75, 78.04, 304.125); -/* 3:43 */waypoints[68].type = "stand"; -/* 3:43 */waypoints[68].children[0] = 67; -/* 3:43 */waypoints[68].children[1] = 70; -/* 3:43 */waypoints[68].children[2] = 174; -/* 3:43 */waypoints[68].children[3] = 176; -/* 3:43 */waypoints[68].children[4] = 204; -/* 3:43 */waypoints[69] = spawnstruct(); -/* 3:43 */waypoints[69].origin = (-2216.04, -235.634, 226.055); -/* 3:43 */waypoints[69].type = "stand"; -/* 3:43 */waypoints[69].children[0] = 38; -/* 3:43 */waypoints[69].children[1] = 175; -/* 3:43 */waypoints[70] = spawnstruct(); -/* 3:43 */waypoints[70].origin = (-2138.41, 231.24, 304.125); -/* 3:43 */waypoints[70].type = "stand"; -/* 3:43 */waypoints[70].children[0] = 68; -/* 3:43 */waypoints[70].children[1] = 40; -/* 3:43 */waypoints[70].children[2] = 176; -/* 3:43 */waypoints[71] = spawnstruct(); -/* 3:43 */waypoints[71].origin = (-1778.08, -204.03, 304.125); -/* 3:43 */waypoints[71].type = "stand"; -/* 3:43 */waypoints[71].children[0] = 61; -/* 3:43 */waypoints[71].children[1] = 72; -/* 3:43 */waypoints[71].children[2] = 62; -/* 3:43 */waypoints[71].children[3] = 160; -/* 3:43 */waypoints[71].children[4] = 173; -/* 3:43 */waypoints[72] = spawnstruct(); -/* 3:43 */waypoints[72].origin = (-1787.33, -401.269, 318.852); -/* 3:43 */waypoints[72].type = "stand"; -/* 3:43 */waypoints[72].children[0] = 71; -/* 3:43 */waypoints[72].children[1] = 38; -/* 3:43 */waypoints[72].children[2] = 146; -/* 3:43 */waypoints[72].children[3] = 147; -/* 3:43 */waypoints[73] = spawnstruct(); -/* 3:43 */waypoints[73].origin = (-1358.03, -993.53, 376.125); -/* 3:43 */waypoints[73].type = "stand"; -/* 3:43 */waypoints[73].children[0] = 31; -/* 3:43 */waypoints[73].children[1] = 30; -/* 3:43 */waypoints[73].children[2] = 29; -/* 3:43 */waypoints[73].children[3] = 74; -/* 3:43 */waypoints[73].children[4] = 148; -/* 3:43 */waypoints[73].children[5] = 149; -/* 3:43 */waypoints[73].children[6] = 147; -/* 3:43 */waypoints[73].children[7] = 101; -/* 3:43 */waypoints[74] = spawnstruct(); -/* 3:43 */waypoints[74].origin = (-1252.54, -373.761, 335.317); -/* 3:43 */waypoints[74].type = "stand"; -/* 3:43 */waypoints[74].children[0] = 73; -/* 3:43 */waypoints[74].children[1] = 75; -/* 3:43 */waypoints[74].children[2] = 76; -/* 3:43 */waypoints[74].children[3] = 78; -/* 3:43 */waypoints[74].children[4] = 169; -/* 3:43 */waypoints[74].children[5] = 170; -/* 3:43 */waypoints[75] = spawnstruct(); -/* 3:43 */waypoints[75].origin = (-1519.11, -64.5775, 306.824); -/* 3:43 */waypoints[75].type = "stand"; -/* 3:43 */waypoints[75].children[0] = 74; -/* 3:43 */waypoints[75].children[1] = 61; -/* 3:43 */waypoints[75].children[2] = 62; -/* 3:43 */waypoints[75].children[3] = 67; -/* 3:43 */waypoints[75].children[4] = 78; -/* 3:43 */waypoints[75].children[5] = 169; -/* 3:43 */waypoints[75].children[6] = 170; -/* 3:43 */waypoints[75].children[7] = 173; -/* 3:43 */waypoints[75].children[8] = 160; -/* 3:43 */waypoints[76] = spawnstruct(); -/* 3:43 */waypoints[76].origin = (-1151.45, 136.995, 361.558); -/* 3:43 */waypoints[76].type = "stand"; -/* 3:43 */waypoints[76].children[0] = 74; -/* 3:43 */waypoints[76].children[1] = 58; -/* 3:43 */waypoints[76].children[2] = 77; -/* 3:43 */waypoints[76].children[3] = 78; -/* 3:43 */waypoints[76].children[4] = 171; -/* 3:43 */waypoints[76].children[5] = 172; -/* 3:43 */waypoints[76].children[6] = 183; -/* 3:43 */waypoints[77] = spawnstruct(); -/* 3:43 */waypoints[77].origin = (-1297.5, 643.54, 310.114); -/* 3:43 */waypoints[77].type = "stand"; -/* 3:43 */waypoints[77].children[0] = 76; -/* 3:43 */waypoints[77].children[1] = 58; -/* 3:43 */waypoints[77].children[2] = 60; -/* 3:43 */waypoints[77].children[3] = 66; -/* 3:43 */waypoints[77].children[4] = 65; -/* 3:43 */waypoints[77].children[5] = 166; -/* 3:43 */waypoints[78] = spawnstruct(); -/* 3:43 */waypoints[78].origin = (-1219.55, -210.509, 334.299); -/* 3:43 */waypoints[78].type = "stand"; -/* 3:43 */waypoints[78].children[0] = 75; -/* 3:43 */waypoints[78].children[1] = 74; -/* 3:43 */waypoints[78].children[2] = 76; -/* 3:43 */waypoints[78].children[3] = 79; -/* 3:43 */waypoints[78].children[4] = 103; -/* 3:43 */waypoints[78].children[5] = 95; -/* 3:43 */waypoints[78].children[6] = 169; -/* 3:43 */waypoints[78].children[7] = 170; -/* 3:43 */waypoints[78].children[8] = 172; -/* 3:43 */waypoints[79] = spawnstruct(); -/* 3:43 */waypoints[79].origin = (-794.042, -187.81, 392.125); -/* 3:43 */waypoints[79].type = "stand"; -/* 3:43 */waypoints[79].children[0] = 78; -/* 3:43 */waypoints[79].children[1] = 80; -/* 3:43 */waypoints[79].children[2] = 95; -/* 3:43 */waypoints[79].children[3] = 97; -/* 3:43 */waypoints[79].children[4] = 102; -/* 3:43 */waypoints[79].children[5] = 103; -/* 3:43 */waypoints[79].children[6] = 144; -/* 3:43 */waypoints[79].children[7] = 94; -/* 3:43 */waypoints[80] = spawnstruct(); -/* 3:43 */waypoints[80].origin = (-807.639, 92.9558, 392.125); -/* 3:43 */waypoints[80].type = "stand"; -/* 3:43 */waypoints[80].children[0] = 79; -/* 3:43 */waypoints[80].children[1] = 81; -/* 3:43 */waypoints[80].children[2] = 94; -/* 3:43 */waypoints[80].children[3] = 95; -/* 3:43 */waypoints[80].children[4] = 144; -/* 3:43 */waypoints[81] = spawnstruct(); -/* 3:43 */waypoints[81].origin = (-547.891, 238.629, 392.125); -/* 3:43 */waypoints[81].type = "stand"; -/* 3:43 */waypoints[81].children[0] = 80; -/* 3:43 */waypoints[81].children[1] = 82; -/* 3:43 */waypoints[81].children[2] = 97; -/* 3:43 */waypoints[81].children[3] = 196; -/* 3:43 */waypoints[81].children[4] = 197; -/* 3:43 */waypoints[81].children[5] = 198; -/* 3:43 */waypoints[81].children[6] = 199; -/* 3:43 */waypoints[82] = spawnstruct(); -/* 3:43 */waypoints[82].origin = (-519.391, 378.012, 392.125); -/* 3:43 */waypoints[82].type = "stand"; -/* 3:43 */waypoints[82].children[0] = 81; -/* 3:43 */waypoints[82].children[1] = 83; -/* 3:43 */waypoints[82].children[2] = 180; -/* 3:43 */waypoints[82].children[3] = 199; -/* 3:43 */waypoints[83] = spawnstruct(); -/* 3:43 */waypoints[83].origin = (-743.146, 393.53, 392.125); -/* 3:43 */waypoints[83].type = "stand"; -/* 3:43 */waypoints[83].children[0] = 82; -/* 3:43 */waypoints[83].children[1] = 84; -/* 3:43 */waypoints[84] = spawnstruct(); -/* 3:43 */waypoints[84].origin = (-739.697, 605.987, 447.625); -/* 3:43 */waypoints[84].type = "stand"; -/* 3:43 */waypoints[84].children[0] = 83; -/* 3:43 */waypoints[84].children[1] = 85; -/* 3:43 */waypoints[84].children[2] = 181; -/* 3:43 */waypoints[85] = spawnstruct(); -/* 3:43 */waypoints[85].origin = (-421.683, 592.38, 615.125); -/* 3:43 */waypoints[85].type = "stand"; -/* 3:43 */waypoints[85].children[0] = 84; -/* 3:43 */waypoints[85].children[1] = 86; -/* 3:43 */waypoints[86] = spawnstruct(); -/* 3:43 */waypoints[86].origin = (-450.633, 348.27, 615.102); -/* 3:43 */waypoints[86].type = "stand"; -/* 3:43 */waypoints[86].children[0] = 85; -/* 3:43 */waypoints[86].children[1] = 87; -/* 3:43 */waypoints[87] = spawnstruct(); -/* 3:43 */waypoints[87].origin = (-588.344, -40.1129, 639.625); -/* 3:43 */waypoints[87].type = "stand"; -/* 3:43 */waypoints[87].children[0] = 86; -/* 3:43 */waypoints[87].children[1] = 88; -/* 3:43 */waypoints[88] = spawnstruct(); -/* 3:43 */waypoints[88].origin = (-755.782, -70.203, 639.625); -/* 3:43 */waypoints[88].type = "stand"; -/* 3:43 */waypoints[88].children[0] = 87; -/* 3:43 */waypoints[88].children[1] = 89; -/* 3:43 */waypoints[89] = spawnstruct(); -/* 3:43 */waypoints[89].origin = (-1039.78, -5.63493, 639.625); -/* 3:43 */waypoints[89].type = "stand"; -/* 3:43 */waypoints[89].children[0] = 88; -/* 3:43 */waypoints[89].children[1] = 90; -/* 3:43 */waypoints[90] = spawnstruct(); -/* 3:43 */waypoints[90].origin = (-1125.99, -538.2, 639.625); -/* 3:43 */waypoints[90].type = "stand"; -/* 3:43 */waypoints[90].children[0] = 89; -/* 3:43 */waypoints[90].children[1] = 91; -/* 3:43 */waypoints[91] = spawnstruct(); -/* 3:43 */waypoints[91].origin = (-391.574, -670.082, 448.125); -/* 3:43 */waypoints[91].type = "stand"; -/* 3:43 */waypoints[91].children[0] = 90; -/* 3:43 */waypoints[91].children[1] = 92; -/* 3:43 */waypoints[92] = spawnstruct(); -/* 3:43 */waypoints[92].origin = (-343.884, -413.288, 328.347); -/* 3:43 */waypoints[92].type = "stand"; -/* 3:43 */waypoints[92].children[0] = 91; -/* 3:43 */waypoints[92].children[1] = 93; -/* 3:43 */waypoints[92].children[2] = 108; -/* 3:43 */waypoints[92].children[3] = 109; -/* 3:43 */waypoints[92].children[4] = 137; -/* 3:43 */waypoints[93] = spawnstruct(); -/* 3:43 */waypoints[93].origin = (-271.047, -66.1226, 442.151); -/* 3:43 */waypoints[93].type = "stand"; -/* 3:43 */waypoints[93].children[0] = 92; -/* 3:43 */waypoints[93].children[1] = 168; -/* 3:43 */waypoints[93].children[2] = 189; -/* 3:43 */waypoints[94] = spawnstruct(); -/* 3:43 */waypoints[94].origin = (-436.86, -55.4175, 392.125); -/* 3:43 */waypoints[94].type = "stand"; -/* 3:43 */waypoints[94].children[0] = 80; -/* 3:43 */waypoints[94].children[1] = 95; -/* 3:43 */waypoints[94].children[2] = 168; -/* 3:43 */waypoints[94].children[3] = 79; -/* 3:43 */waypoints[95] = spawnstruct(); -/* 3:43 */waypoints[95].origin = (-490.94, -305.728, 392.125); -/* 3:43 */waypoints[95].type = "stand"; -/* 3:43 */waypoints[95].children[0] = 94; -/* 3:43 */waypoints[95].children[1] = 79; -/* 3:43 */waypoints[95].children[2] = 80; -/* 3:43 */waypoints[95].children[3] = 96; -/* 3:43 */waypoints[95].children[4] = 97; -/* 3:43 */waypoints[95].children[5] = 103; -/* 3:43 */waypoints[95].children[6] = 78; -/* 3:43 */waypoints[96] = spawnstruct(); -/* 3:43 */waypoints[96].origin = (-530.85, -554.276, 392.125); -/* 3:43 */waypoints[96].type = "stand"; -/* 3:43 */waypoints[96].children[0] = 95; -/* 3:43 */waypoints[96].children[1] = 97; -/* 3:43 */waypoints[97] = spawnstruct(); -/* 3:43 */waypoints[97].origin = (-700.432, -567.272, 392.125); -/* 3:43 */waypoints[97].type = "stand"; -/* 3:43 */waypoints[97].children[0] = 96; -/* 3:43 */waypoints[97].children[1] = 79; -/* 3:43 */waypoints[97].children[2] = 95; -/* 3:43 */waypoints[97].children[3] = 98; -/* 3:43 */waypoints[97].children[4] = 106; -/* 3:43 */waypoints[97].children[5] = 81; -/* 3:43 */waypoints[98] = spawnstruct(); -/* 3:43 */waypoints[98].origin = (-812.734, -762.568, 392.125); -/* 3:43 */waypoints[98].type = "stand"; -/* 3:43 */waypoints[98].children[0] = 97; -/* 3:43 */waypoints[98].children[1] = 99; -/* 3:43 */waypoints[98].children[2] = 102; -/* 3:43 */waypoints[98].children[3] = 104; -/* 3:43 */waypoints[98].children[4] = 106; -/* 3:43 */waypoints[99] = spawnstruct(); -/* 3:43 */waypoints[99].origin = (-435.661, -860.057, 320.177); -/* 3:43 */waypoints[99].type = "stand"; -/* 3:43 */waypoints[99].children[0] = 98; -/* 3:43 */waypoints[99].children[1] = 100; -/* 3:43 */waypoints[99].children[2] = 109; -/* 3:43 */waypoints[99].children[3] = 125; -/* 3:43 */waypoints[99].children[4] = 129; -/* 3:43 */waypoints[99].children[5] = 139; -/* 3:43 */waypoints[99].children[6] = 140; -/* 3:43 */waypoints[100] = spawnstruct(); -/* 3:43 */waypoints[100].origin = (-465.643, -1232.94, 347.541); -/* 3:43 */waypoints[100].type = "stand"; -/* 3:43 */waypoints[100].children[0] = 99; -/* 3:43 */waypoints[100].children[1] = 101; -/* 3:43 */waypoints[100].children[2] = 122; -/* 3:43 */waypoints[100].children[3] = 202; -/* 3:43 */waypoints[101] = spawnstruct(); -/* 3:43 */waypoints[101].origin = (-899.562, -1140.64, 342.488); -/* 3:43 */waypoints[101].type = "stand"; -/* 3:43 */waypoints[101].children[0] = 100; -/* 3:43 */waypoints[101].children[1] = 102; -/* 3:43 */waypoints[101].children[2] = 120; -/* 3:43 */waypoints[101].children[3] = 141; -/* 3:43 */waypoints[101].children[4] = 73; -/* 3:43 */waypoints[102] = spawnstruct(); -/* 3:43 */waypoints[102].origin = (-975.27, -866.383, 387.995); -/* 3:43 */waypoints[102].type = "stand"; -/* 3:43 */waypoints[102].children[0] = 101; -/* 3:43 */waypoints[102].children[1] = 98; -/* 3:43 */waypoints[102].children[2] = 79; -/* 3:43 */waypoints[102].children[3] = 103; -/* 3:43 */waypoints[102].children[4] = 104; -/* 3:43 */waypoints[102].children[5] = 120; -/* 3:43 */waypoints[103] = spawnstruct(); -/* 3:43 */waypoints[103].origin = (-860.89, -346.712, 392.125); -/* 3:43 */waypoints[103].type = "stand"; -/* 3:43 */waypoints[103].children[0] = 78; -/* 3:43 */waypoints[103].children[1] = 102; -/* 3:43 */waypoints[103].children[2] = 79; -/* 3:43 */waypoints[103].children[3] = 95; -/* 3:43 */waypoints[103].children[4] = 104; -/* 3:43 */waypoints[104] = spawnstruct(); -/* 3:43 */waypoints[104].origin = (-989.398, -650.351, 392.125); -/* 3:43 */waypoints[104].type = "stand"; -/* 3:43 */waypoints[104].children[0] = 102; -/* 3:43 */waypoints[104].children[1] = 105; -/* 3:43 */waypoints[104].children[2] = 106; -/* 3:43 */waypoints[104].children[3] = 98; -/* 3:43 */waypoints[104].children[4] = 103; -/* 3:43 */waypoints[104].children[5] = 145; -/* 3:43 */waypoints[105] = spawnstruct(); -/* 3:43 */waypoints[105].origin = (-1136.71, -634.666, 392.125); -/* 3:43 */waypoints[105].type = "stand"; -/* 3:43 */waypoints[105].children[0] = 104; -/* 3:43 */waypoints[105].children[1] = 106; -/* 3:43 */waypoints[105].children[2] = 145; -/* 3:43 */waypoints[106] = spawnstruct(); -/* 3:43 */waypoints[106].origin = (-1099.07, -481.629, 392.125); -/* 3:43 */waypoints[106].type = "stand"; -/* 3:43 */waypoints[106].children[0] = 105; -/* 3:43 */waypoints[106].children[1] = 104; -/* 3:43 */waypoints[106].children[2] = 97; -/* 3:43 */waypoints[106].children[3] = 98; -/* 3:43 */waypoints[107] = spawnstruct(); -/* 3:43 */waypoints[107].origin = (-27.9567, 341.647, 330.499); -/* 3:43 */waypoints[107].type = "stand"; -/* 3:43 */waypoints[107].children[0] = 10; -/* 3:43 */waypoints[107].children[1] = 108; -/* 3:43 */waypoints[107].children[2] = 114; -/* 3:43 */waypoints[107].children[3] = 134; -/* 3:43 */waypoints[107].children[4] = 135; -/* 3:43 */waypoints[107].children[5] = 179; -/* 3:43 */waypoints[107].children[6] = 180; -/* 3:43 */waypoints[108] = spawnstruct(); -/* 3:43 */waypoints[108].origin = (19.9824, 205.749, 347.812); -/* 3:43 */waypoints[108].type = "stand"; -/* 3:43 */waypoints[108].children[0] = 107; -/* 3:43 */waypoints[108].children[1] = 92; -/* 3:43 */waypoints[108].children[2] = 109; -/* 3:43 */waypoints[108].children[3] = 114; -/* 3:43 */waypoints[108].children[4] = 135; -/* 3:43 */waypoints[108].children[5] = 137; -/* 3:43 */waypoints[109] = spawnstruct(); -/* 3:43 */waypoints[109].origin = (54.2947, -369.15, 274.776); -/* 3:43 */waypoints[109].type = "stand"; -/* 3:43 */waypoints[109].children[0] = 108; -/* 3:43 */waypoints[109].children[1] = 110; -/* 3:43 */waypoints[109].children[2] = 128; -/* 3:43 */waypoints[109].children[3] = 125; -/* 3:43 */waypoints[109].children[4] = 92; -/* 3:43 */waypoints[109].children[5] = 99; -/* 3:43 */waypoints[109].children[6] = 129; -/* 3:43 */waypoints[109].children[7] = 137; -/* 3:43 */waypoints[109].children[8] = 178; -/* 3:43 */waypoints[110] = spawnstruct(); -/* 3:43 */waypoints[110].origin = (456.573, -251.95, 290.074); -/* 3:43 */waypoints[110].type = "stand"; -/* 3:43 */waypoints[110].children[0] = 109; -/* 3:43 */waypoints[110].children[1] = 111; -/* 3:43 */waypoints[110].children[2] = 118; -/* 3:43 */waypoints[110].children[3] = 127; -/* 3:43 */waypoints[110].children[4] = 128; -/* 3:43 */waypoints[110].children[5] = 201; -/* 3:43 */waypoints[111] = spawnstruct(); -/* 3:43 */waypoints[111].origin = (606.324, 332.049, 352.125); -/* 3:43 */waypoints[111].type = "stand"; -/* 3:43 */waypoints[111].children[0] = 110; -/* 3:43 */waypoints[111].children[1] = 12; -/* 3:43 */waypoints[111].children[2] = 112; -/* 3:43 */waypoints[111].children[3] = 118; -/* 3:43 */waypoints[112] = spawnstruct(); -/* 3:43 */waypoints[112].origin = (378.549, 336.702, 425.625); -/* 3:43 */waypoints[112].type = "stand"; -/* 3:43 */waypoints[112].children[0] = 111; -/* 3:43 */waypoints[112].children[1] = 113; -/* 3:43 */waypoints[113] = spawnstruct(); -/* 3:43 */waypoints[113].origin = (378.61, 474.374, 425.625); -/* 3:43 */waypoints[113].type = "stand"; -/* 3:43 */waypoints[113].children[0] = 112; -/* 3:43 */waypoints[113].children[1] = 114; -/* 3:43 */waypoints[114] = spawnstruct(); -/* 3:43 */waypoints[114].origin = (229.692, 468.13, 403.576); -/* 3:43 */waypoints[114].type = "stand"; -/* 3:43 */waypoints[114].children[0] = 113; -/* 3:43 */waypoints[114].children[1] = 10; -/* 3:43 */waypoints[114].children[2] = 107; -/* 3:43 */waypoints[114].children[3] = 108; -/* 3:43 */waypoints[115] = spawnstruct(); -/* 3:43 */waypoints[115].origin = (1185.57, -78.1667, 313.958); -/* 3:43 */waypoints[115].type = "stand"; -/* 3:43 */waypoints[115].children[0] = 14; -/* 3:43 */waypoints[115].children[1] = 116; -/* 3:43 */waypoints[116] = spawnstruct(); -/* 3:43 */waypoints[116].origin = (816.819, -61.4464, 351.625); -/* 3:43 */waypoints[116].type = "stand"; -/* 3:43 */waypoints[116].children[0] = 115; -/* 3:43 */waypoints[116].children[1] = 117; -/* 3:43 */waypoints[117] = spawnstruct(); -/* 3:43 */waypoints[117].origin = (753.265, -25.3561, 355.125); -/* 3:43 */waypoints[117].type = "stand"; -/* 3:43 */waypoints[117].children[0] = 116; -/* 3:43 */waypoints[117].children[1] = 118; -/* 3:43 */waypoints[118] = spawnstruct(); -/* 3:43 */waypoints[118].origin = (642.948, -25.3391, 303.414); -/* 3:43 */waypoints[118].type = "stand"; -/* 3:43 */waypoints[118].children[0] = 117; -/* 3:43 */waypoints[118].children[1] = 110; -/* 3:43 */waypoints[118].children[2] = 111; -/* 3:43 */waypoints[119] = spawnstruct(); -/* 3:43 */waypoints[119].origin = (-720.069, 1068.38, 446.125); -/* 3:43 */waypoints[119].type = "stand"; -/* 3:43 */waypoints[119].children[0] = 4; -/* 3:43 */waypoints[119].children[1] = 5; -/* 3:43 */waypoints[119].children[2] = 55; -/* 3:43 */waypoints[119].children[3] = 181; -/* 3:43 */waypoints[119].children[4] = 182; -/* 3:43 */waypoints[120] = spawnstruct(); -/* 3:43 */waypoints[120].origin = (-1182.69, -1156.54, 370.818); -/* 3:43 */waypoints[120].type = "stand"; -/* 3:43 */waypoints[120].children[0] = 102; -/* 3:43 */waypoints[120].children[1] = 101; -/* 3:43 */waypoints[120].children[2] = 30; -/* 3:43 */waypoints[120].children[3] = 29; -/* 3:43 */waypoints[120].children[4] = 147; -/* 3:43 */waypoints[120].children[5] = 149; -/* 3:43 */waypoints[121] = spawnstruct(); -/* 3:43 */waypoints[121].origin = (-442.758, -1504.72, 343.231); -/* 3:43 */waypoints[121].type = "crouch"; -/* 3:43 */waypoints[121].children[0] = 122; -/* 3:43 */waypoints[121].angles = (3.82751, 27.0154, 0); -/* 3:43 */waypoints[122] = spawnstruct(); -/* 3:43 */waypoints[122].origin = (-270.917, -1412.69, 342.232); -/* 3:43 */waypoints[122].type = "stand"; -/* 3:43 */waypoints[122].children[0] = 121; -/* 3:43 */waypoints[122].children[1] = 19; -/* 3:43 */waypoints[122].children[2] = 100; -/* 3:43 */waypoints[122].children[3] = 123; -/* 3:43 */waypoints[122].children[4] = 142; -/* 3:43 */waypoints[122].children[5] = 200; -/* 3:43 */waypoints[122].children[6] = 202; -/* 3:43 */waypoints[123] = spawnstruct(); -/* 3:43 */waypoints[123].origin = (-3.05883, -1368.97, 349.181); -/* 3:43 */waypoints[123].type = "stand"; -/* 3:43 */waypoints[123].children[0] = 122; -/* 3:43 */waypoints[123].children[1] = 124; -/* 3:43 */waypoints[123].children[2] = 125; -/* 3:43 */waypoints[123].children[3] = 143; -/* 3:43 */waypoints[124] = spawnstruct(); -/* 3:43 */waypoints[124].origin = (375.469, -1545.79, 304.125); -/* 3:43 */waypoints[124].type = "stand"; -/* 3:43 */waypoints[124].children[0] = 18; -/* 3:43 */waypoints[124].children[1] = 19; -/* 3:43 */waypoints[124].children[2] = 123; -/* 3:43 */waypoints[124].children[3] = 126; -/* 3:43 */waypoints[124].children[4] = 127; -/* 3:43 */waypoints[124].children[5] = 133; -/* 3:43 */waypoints[125] = spawnstruct(); -/* 3:43 */waypoints[125].origin = (60.632, -1137.26, 296.336); -/* 3:43 */waypoints[125].type = "stand"; -/* 3:43 */waypoints[125].children[0] = 123; -/* 3:43 */waypoints[125].children[1] = 126; -/* 3:43 */waypoints[125].children[2] = 109; -/* 3:43 */waypoints[125].children[3] = 99; -/* 3:43 */waypoints[125].children[4] = 129; -/* 3:43 */waypoints[125].children[5] = 140; -/* 3:43 */waypoints[125].children[6] = 143; -/* 3:43 */waypoints[126] = spawnstruct(); -/* 3:43 */waypoints[126].origin = (315.828, -1187.6, 304.125); -/* 3:43 */waypoints[126].type = "stand"; -/* 3:43 */waypoints[126].children[0] = 125; -/* 3:43 */waypoints[126].children[1] = 124; -/* 3:43 */waypoints[126].children[2] = 127; -/* 3:43 */waypoints[127] = spawnstruct(); -/* 3:43 */waypoints[127].origin = (438.117, -884.241, 306.401); -/* 3:43 */waypoints[127].type = "stand"; -/* 3:43 */waypoints[127].children[0] = 126; -/* 3:43 */waypoints[127].children[1] = 110; -/* 3:43 */waypoints[127].children[2] = 128; -/* 3:43 */waypoints[127].children[3] = 130; -/* 3:43 */waypoints[127].children[4] = 15; -/* 3:43 */waypoints[127].children[5] = 132; -/* 3:43 */waypoints[127].children[6] = 124; -/* 3:43 */waypoints[127].children[7] = 133; -/* 3:43 */waypoints[128] = spawnstruct(); -/* 3:43 */waypoints[128].origin = (426.166, -469.92, 291.264); -/* 3:43 */waypoints[128].type = "stand"; -/* 3:43 */waypoints[128].children[0] = 127; -/* 3:43 */waypoints[128].children[1] = 109; -/* 3:43 */waypoints[128].children[2] = 110; -/* 3:43 */waypoints[128].children[3] = 130; -/* 3:43 */waypoints[129] = spawnstruct(); -/* 3:43 */waypoints[129].origin = (-204.259, -808.307, 320.125); -/* 3:43 */waypoints[129].type = "stand"; -/* 3:43 */waypoints[129].children[0] = 109; -/* 3:43 */waypoints[129].children[1] = 99; -/* 3:43 */waypoints[129].children[2] = 125; -/* 3:43 */waypoints[129].children[3] = 137; -/* 3:43 */waypoints[129].children[4] = 139; -/* 3:43 */waypoints[129].children[5] = 140; -/* 3:43 */waypoints[130] = spawnstruct(); -/* 3:43 */waypoints[130].origin = (533.404, -630.126, 304.125); -/* 3:43 */waypoints[130].type = "stand"; -/* 3:43 */waypoints[130].children[0] = 127; -/* 3:43 */waypoints[130].children[1] = 128; -/* 3:43 */waypoints[130].children[2] = 131; -/* 3:43 */waypoints[130].children[3] = 132; -/* 3:43 */waypoints[131] = spawnstruct(); -/* 3:43 */waypoints[131].origin = (911.74, -593.048, 320.125); -/* 3:43 */waypoints[131].type = "stand"; -/* 3:43 */waypoints[131].children[0] = 130; -/* 3:43 */waypoints[131].children[1] = 15; -/* 3:43 */waypoints[132] = spawnstruct(); -/* 3:43 */waypoints[132].origin = (819.337, -1093.85, 302.711); -/* 3:43 */waypoints[132].type = "stand"; -/* 3:43 */waypoints[132].children[0] = 127; -/* 3:43 */waypoints[132].children[1] = 16; -/* 3:43 */waypoints[132].children[2] = 15; -/* 3:43 */waypoints[132].children[3] = 133; -/* 3:43 */waypoints[132].children[4] = 130; -/* 3:43 */waypoints[133] = spawnstruct(); -/* 3:43 */waypoints[133].origin = (572.464, -1052.47, 300.301); -/* 3:43 */waypoints[133].type = "stand"; -/* 3:43 */waypoints[133].children[0] = 124; -/* 3:43 */waypoints[133].children[1] = 132; -/* 3:43 */waypoints[133].children[2] = 127; -/* 3:43 */waypoints[133].children[3] = 15; -/* 3:43 */waypoints[134] = spawnstruct(); -/* 3:43 */waypoints[134].origin = (260.081, 285.491, 324.125); -/* 3:43 */waypoints[134].type = "crouch"; -/* 3:43 */waypoints[134].children[0] = 107; -/* 3:43 */waypoints[134].angles = (6.67297, 140.548, 0); -/* 3:43 */waypoints[135] = spawnstruct(); -/* 3:43 */waypoints[135].origin = (128.895, 186.113, 343.357); -/* 3:43 */waypoints[135].type = "claymore"; -/* 3:43 */waypoints[135].children[0] = 108; -/* 3:43 */waypoints[135].children[1] = 107; -/* 3:43 */waypoints[135].angles = (28.8214, 174.254, 0); -/* 3:43 */waypoints[136] = spawnstruct(); -/* 3:43 */waypoints[136].origin = (-159.04, 122.399, 365.594); -/* 3:43 */waypoints[136].type = "crouch"; -/* 3:43 */waypoints[136].children[0] = 137; -/* 3:43 */waypoints[136].angles = (11.897, -54.9921, 0); -/* 3:43 */waypoints[137] = spawnstruct(); -/* 3:43 */waypoints[137].origin = (-51.3837, -5.89889, 331.66); -/* 3:43 */waypoints[137].type = "stand"; -/* 3:43 */waypoints[137].children[0] = 136; -/* 3:43 */waypoints[137].children[1] = 108; -/* 3:43 */waypoints[137].children[2] = 109; -/* 3:43 */waypoints[137].children[3] = 92; -/* 3:43 */waypoints[137].children[4] = 129; -/* 3:43 */waypoints[137].children[5] = 138; -/* 3:43 */waypoints[137].children[6] = 178; -/* 3:43 */waypoints[138] = spawnstruct(); -/* 3:43 */waypoints[138].origin = (-156.466, 109.372, 361.549); -/* 3:43 */waypoints[138].type = "claymore"; -/* 3:43 */waypoints[138].children[0] = 137; -/* 3:43 */waypoints[138].angles = (54.1394, -38.0347, 0); -/* 3:43 */waypoints[139] = spawnstruct(); -/* 3:43 */waypoints[139].origin = (-471.595, -1006.24, 339.786); -/* 3:43 */waypoints[139].type = "claymore"; -/* 3:43 */waypoints[139].children[0] = 99; -/* 3:43 */waypoints[139].children[1] = 129; -/* 3:43 */waypoints[139].angles = (46.07, 65.5005, 0); -/* 3:43 */waypoints[140] = spawnstruct(); -/* 3:43 */waypoints[140].origin = (-260.202, -891.145, 320.125); -/* 3:43 */waypoints[140].type = "grenade"; -/* 3:43 */waypoints[140].children[0] = 99; -/* 3:43 */waypoints[140].children[1] = 129; -/* 3:43 */waypoints[140].children[2] = 125; -/* 3:43 */waypoints[140].angles = (-7.37854, -124.113, 0); -/* 3:43 */waypoints[141] = spawnstruct(); -/* 3:43 */waypoints[141].origin = (-761.201, -1072.43, 342.078); -/* 3:43 */waypoints[141].type = "claymore"; -/* 3:43 */waypoints[141].children[0] = 101; -/* 3:43 */waypoints[141].angles = (47.9651, -98.9319, 0); -/* 3:43 */waypoints[142] = spawnstruct(); -/* 3:43 */waypoints[142].origin = (-455.234, -1355.81, 341.706); -/* 3:43 */waypoints[142].type = "claymore"; -/* 3:43 */waypoints[142].children[0] = 122; -/* 3:43 */waypoints[142].children[1] = 202; -/* 3:43 */waypoints[142].angles = (34.9957, 69.6313, 0); -/* 3:43 */waypoints[143] = spawnstruct(); -/* 3:43 */waypoints[143].origin = (-44.2255, -1236.31, 319.934); -/* 3:43 */waypoints[143].type = "claymore"; -/* 3:43 */waypoints[143].children[0] = 125; -/* 3:43 */waypoints[143].children[1] = 123; -/* 3:43 */waypoints[143].children[2] = 200; -/* 3:43 */waypoints[143].angles = (44.3286, 63.7866, 0); -/* 3:43 */waypoints[144] = spawnstruct(); -/* 3:43 */waypoints[144].origin = (-801.783, -65.3625, 392.125); -/* 3:43 */waypoints[144].type = "claymore"; -/* 3:43 */waypoints[144].children[0] = 79; -/* 3:43 */waypoints[144].children[1] = 80; -/* 3:43 */waypoints[144].angles = (36.8909, -89.3793, 0); -/* 3:43 */waypoints[145] = spawnstruct(); -/* 3:43 */waypoints[145].origin = (-1102.16, -642.456, 392.125); -/* 3:43 */waypoints[145].type = "claymore"; -/* 3:43 */waypoints[145].children[0] = 105; -/* 3:43 */waypoints[145].children[1] = 104; -/* 3:43 */waypoints[145].angles = (46.07, -9.1626, 0); -/* 3:43 */waypoints[146] = spawnstruct(); -/* 3:43 */waypoints[146].origin = (-1780.52, -570.745, 344.096); -/* 3:43 */waypoints[146].type = "stand"; -/* 3:43 */waypoints[146].children[0] = 32; -/* 3:43 */waypoints[146].children[1] = 33; -/* 3:43 */waypoints[146].children[2] = 72; -/* 3:43 */waypoints[146].children[3] = 154; -/* 3:43 */waypoints[146].children[4] = 155; -/* 3:43 */waypoints[146].children[5] = 147; -/* 3:43 */waypoints[147] = spawnstruct(); -/* 3:43 */waypoints[147].origin = (-1609.48, -921.321, 368.668); -/* 3:43 */waypoints[147].type = "stand"; -/* 3:43 */waypoints[147].children[0] = 31; -/* 3:43 */waypoints[147].children[1] = 32; -/* 3:43 */waypoints[147].children[2] = 30; -/* 3:43 */waypoints[147].children[3] = 120; -/* 3:43 */waypoints[147].children[4] = 146; -/* 3:43 */waypoints[147].children[5] = 72; -/* 3:43 */waypoints[147].children[6] = 73; -/* 3:43 */waypoints[148] = spawnstruct(); -/* 3:43 */waypoints[148].origin = (-1394.5, -833.808, 388.063); -/* 3:43 */waypoints[148].type = "claymore"; -/* 3:43 */waypoints[148].children[0] = 73; -/* 3:43 */waypoints[148].angles = (41.3239, -93.7244, 0); -/* 3:43 */waypoints[149] = spawnstruct(); -/* 3:43 */waypoints[149].origin = (-1198.46, -992.13, 374.628); -/* 3:43 */waypoints[149].type = "claymore"; -/* 3:43 */waypoints[149].children[0] = 73; -/* 3:43 */waypoints[149].children[1] = 30; -/* 3:43 */waypoints[149].children[2] = 120; -/* 3:43 */waypoints[149].angles = (32.3041, 170.392, 0); -/* 3:43 */waypoints[150] = spawnstruct(); -/* 3:43 */waypoints[150].origin = (-1938.63, -1511.91, 344.125); -/* 3:43 */waypoints[150].type = "crouch"; -/* 3:43 */waypoints[150].children[0] = 27; -/* 3:43 */waypoints[150].angles = (4.45923, 87.7972, 0); -/* 3:43 */waypoints[151] = spawnstruct(); -/* 3:43 */waypoints[151].origin = (-1834.23, -1196.33, 344.125); -/* 3:43 */waypoints[151].type = "claymore"; -/* 3:43 */waypoints[151].children[0] = 27; -/* 3:43 */waypoints[151].children[1] = 152; -/* 3:43 */waypoints[151].angles = (51.1292, -91.6754, 0); -/* 3:43 */waypoints[152] = spawnstruct(); -/* 3:43 */waypoints[152].origin = (-1922.05, -1194.76, 344.125); -/* 3:43 */waypoints[152].type = "stand"; -/* 3:43 */waypoints[152].children[0] = 26; -/* 3:43 */waypoints[152].children[1] = 151; -/* 3:43 */waypoints[152].children[2] = 27; -/* 3:43 */waypoints[153] = spawnstruct(); -/* 3:43 */waypoints[153].origin = (-1836.1, -1358, 504.625); -/* 3:43 */waypoints[153].type = "claymore"; -/* 3:43 */waypoints[153].children[0] = 24; -/* 3:43 */waypoints[153].children[1] = 25; -/* 3:43 */waypoints[153].angles = (48.9154, -89.2529, 0); -/* 3:43 */waypoints[154] = spawnstruct(); -/* 3:43 */waypoints[154].origin = (-1948.64, -724.896, 352.121); -/* 3:43 */waypoints[154].type = "claymore"; -/* 3:43 */waypoints[154].children[0] = 146; -/* 3:43 */waypoints[154].children[1] = 25; -/* 3:43 */waypoints[154].children[2] = 32; -/* 3:43 */waypoints[154].angles = (33.7268, 89.0497, 0); -/* 3:43 */waypoints[155] = spawnstruct(); -/* 3:43 */waypoints[155].origin = (-2057.53, -623.287, 351.723); -/* 3:43 */waypoints[155].type = "claymore"; -/* 3:43 */waypoints[155].children[0] = 33; -/* 3:43 */waypoints[155].children[1] = 146; -/* 3:43 */waypoints[155].children[2] = 34; -/* 3:43 */waypoints[155].angles = (31.5131, -1.6095, 0); -/* 3:43 */waypoints[156] = spawnstruct(); -/* 3:43 */waypoints[156].origin = (-1708.89, 15.4933, 510.125); -/* 3:43 */waypoints[156].type = "stand"; -/* 3:43 */waypoints[156].children[0] = 45; -/* 3:43 */waypoints[156].children[1] = 157; -/* 3:43 */waypoints[156].children[2] = 210; -/* 3:43 */waypoints[157] = spawnstruct(); -/* 3:43 */waypoints[157].origin = (-1709.98, 298.858, 510.125); -/* 3:43 */waypoints[157].type = "stand"; -/* 3:43 */waypoints[157].children[0] = 156; -/* 3:43 */waypoints[157].children[1] = 47; -/* 3:43 */waypoints[158] = spawnstruct(); -/* 3:43 */waypoints[158].origin = (-2864.97, 341.683, 296.125); -/* 3:43 */waypoints[158].type = "stand"; -/* 3:43 */waypoints[158].children[0] = 44; -/* 3:43 */waypoints[158].children[1] = 42; -/* 3:43 */waypoints[158].children[2] = 51; -/* 3:43 */waypoints[158].children[3] = 41; -/* 3:43 */waypoints[158].children[4] = 43; -/* 3:43 */waypoints[158].children[5] = 177; -/* 3:43 */waypoints[159] = spawnstruct(); -/* 3:43 */waypoints[159].origin = (-3227.01, 549.081, 304.125); -/* 3:43 */waypoints[159].type = "claymore"; -/* 3:43 */waypoints[159].children[0] = 42; -/* 3:43 */waypoints[159].children[1] = 0; -/* 3:43 */waypoints[159].angles = (28.4039, 3.74084, 0); -/* 3:43 */waypoints[160] = spawnstruct(); -/* 3:43 */waypoints[160].origin = (-1871.05, 57.3843, 297.697); -/* 3:43 */waypoints[160].type = "claymore"; -/* 3:43 */waypoints[160].children[0] = 62; -/* 3:43 */waypoints[160].children[1] = 71; -/* 3:43 */waypoints[160].children[2] = 75; -/* 3:43 */waypoints[160].angles = (40.9009, -90.5219, 0); -/* 3:43 */waypoints[161] = spawnstruct(); -/* 3:43 */waypoints[161].origin = (-2472.95, -295.354, 304.022); -/* 3:43 */waypoints[161].type = "crouch"; -/* 3:43 */waypoints[161].children[0] = 203; -/* 3:43 */waypoints[161].angles = (3.48267, 136.593, 0); -/* 3:43 */waypoints[162] = spawnstruct(); -/* 3:43 */waypoints[162].origin = (-2776.15, -388.766, 304.125); -/* 3:43 */waypoints[162].type = "stand"; -/* 3:43 */waypoints[162].children[0] = 37; -/* 3:43 */waypoints[162].children[1] = 163; -/* 3:43 */waypoints[162].children[2] = 38; -/* 3:43 */waypoints[162].children[3] = 203; -/* 3:43 */waypoints[163] = spawnstruct(); -/* 3:43 */waypoints[163].origin = (-2755.81, -540.279, 309.541); -/* 3:43 */waypoints[163].type = "stand"; -/* 3:43 */waypoints[163].children[0] = 162; -/* 3:43 */waypoints[163].children[1] = 34; -/* 3:43 */waypoints[163].children[2] = 37; -/* 3:43 */waypoints[164] = spawnstruct(); -/* 3:43 */waypoints[164].origin = (-2406.08, -221.497, 242.218); -/* 3:43 */waypoints[164].type = "crouch"; -/* 3:43 */waypoints[164].children[0] = 38; -/* 3:43 */waypoints[164].angles = (6.32813, -36.8646, 0); -/* 3:43 */waypoints[165] = spawnstruct(); -/* 3:43 */waypoints[165].origin = (-1824.39, 909.303, 410.95); -/* 3:43 */waypoints[165].type = "stand"; -/* 3:43 */waypoints[165].children[0] = 53; -/* 3:43 */waypoints[165].children[1] = 2; -/* 3:43 */waypoints[165].children[2] = 49; -/* 3:43 */waypoints[165].children[3] = 50; -/* 3:43 */waypoints[165].children[4] = 65; -/* 3:43 */waypoints[166] = spawnstruct(); -/* 3:43 */waypoints[166].origin = (-1341.7, 937.966, 355.825); -/* 3:43 */waypoints[166].type = "stand"; -/* 3:43 */waypoints[166].children[0] = 66; -/* 3:43 */waypoints[166].children[1] = 77; -/* 3:43 */waypoints[166].children[2] = 167; -/* 3:43 */waypoints[166].children[3] = 60; -/* 3:43 */waypoints[167] = spawnstruct(); -/* 3:43 */waypoints[167].origin = (-1342.97, 1063.45, 446.125); -/* 3:43 */waypoints[167].type = "stand"; -/* 3:43 */waypoints[167].children[0] = 166; -/* 3:43 */waypoints[167].children[1] = 2; -/* 3:43 */waypoints[167].children[2] = 55; -/* 3:43 */waypoints[168] = spawnstruct(); -/* 3:43 */waypoints[168].origin = (-383.479, -63.8488, 393.125); -/* 3:43 */waypoints[168].type = "climb"; -/* 3:43 */waypoints[168].children[0] = 94; -/* 3:43 */waypoints[168].children[1] = 93; -/* 3:43 */waypoints[168].children[2] = 189; -/* 3:43 */waypoints[168].angles = (6.48743, -7.91016, 0); -/* 3:43 */waypoints[169] = spawnstruct(); -/* 3:43 */waypoints[169].origin = (-1377.71, -76.3403, 344.55); -/* 3:43 */waypoints[169].type = "grenade"; -/* 3:43 */waypoints[169].children[0] = 78; -/* 3:43 */waypoints[169].children[1] = 75; -/* 3:43 */waypoints[169].children[2] = 74; -/* 3:43 */waypoints[169].angles = (5.61951, 173.892, -0.12085); -/* 3:43 */waypoints[170] = spawnstruct(); -/* 3:43 */waypoints[170].origin = (-1334.73, -79.4614, 347.056); -/* 3:43 */waypoints[170].type = "tube"; -/* 3:43 */waypoints[170].children[0] = 75; -/* 3:43 */waypoints[170].children[1] = 78; -/* 3:43 */waypoints[170].children[2] = 74; -/* 3:43 */waypoints[170].angles = (6.80054, 174.567, 0); -/* 3:43 */waypoints[171] = spawnstruct(); -/* 3:43 */waypoints[171].origin = (-1273.67, 86.7576, 357.2); -/* 3:43 */waypoints[171].type = "crouch"; -/* 3:43 */waypoints[171].children[0] = 76; -/* 3:43 */waypoints[171].angles = (5.69092, -47.0984, 0); -/* 3:43 */waypoints[172] = spawnstruct(); -/* 3:43 */waypoints[172].origin = (-1255.12, 66.2048, 360.376); -/* 3:43 */waypoints[172].type = "claymore"; -/* 3:43 */waypoints[172].children[0] = 76; -/* 3:43 */waypoints[172].children[1] = 78; -/* 3:43 */waypoints[172].angles = (37.1777, 27.4219, 0); -/* 3:43 */waypoints[173] = spawnstruct(); -/* 3:43 */waypoints[173].origin = (-1495.83, 42.1014, 322.215); -/* 3:43 */waypoints[173].type = "claymore"; -/* 3:43 */waypoints[173].children[0] = 61; -/* 3:43 */waypoints[173].children[1] = 75; -/* 3:43 */waypoints[173].children[2] = 67; -/* 3:43 */waypoints[173].children[3] = 71; -/* 3:43 */waypoints[173].angles = (39.3915, -85.8582, 0); -/* 3:43 */waypoints[174] = spawnstruct(); -/* 3:43 */waypoints[174].origin = (-2018.3, 65.3079, 304.125); -/* 3:43 */waypoints[174].type = "claymore"; -/* 3:43 */waypoints[174].children[0] = 68; -/* 3:43 */waypoints[174].children[1] = 67; -/* 3:43 */waypoints[174].children[2] = 204; -/* 3:43 */waypoints[174].angles = (36.2274, -59.2822, 0); -/* 3:43 */waypoints[175] = spawnstruct(); -/* 3:43 */waypoints[175].origin = (-2216.45, -71.8361, 304.125); -/* 3:43 */waypoints[175].type = "claymore"; -/* 3:43 */waypoints[175].children[0] = 69; -/* 3:43 */waypoints[175].children[1] = 204; -/* 3:43 */waypoints[175].angles = (40.0287, 89.8132, 0); -/* 3:43 */waypoints[176] = spawnstruct(); -/* 3:43 */waypoints[176].origin = (-2067.33, 205.322, 304.125); -/* 3:43 */waypoints[176].type = "claymore"; -/* 3:43 */waypoints[176].children[0] = 70; -/* 3:43 */waypoints[176].children[1] = 68; -/* 3:43 */waypoints[176].angles = (27.3669, -91.3513, 0); -/* 3:43 */waypoints[177] = spawnstruct(); -/* 3:43 */waypoints[177].origin = (-2890.85, 189.08, 296.125); -/* 3:43 */waypoints[177].type = "claymore"; -/* 3:43 */waypoints[177].children[0] = 44; -/* 3:43 */waypoints[177].children[1] = 158; -/* 3:43 */waypoints[177].children[2] = 43; -/* 3:43 */waypoints[177].children[3] = 42; -/* 3:43 */waypoints[177].angles = (42.5555, 87.594, 0); -/* 3:43 */waypoints[178] = spawnstruct(); -/* 3:43 */waypoints[178].origin = (-200.225, -185.24, 334.252); -/* 3:43 */waypoints[178].type = "claymore"; -/* 3:43 */waypoints[178].children[0] = 109; -/* 3:43 */waypoints[178].children[1] = 137; -/* 3:43 */waypoints[178].angles = (33.382, -104.694, 0); -/* 3:43 */waypoints[179] = spawnstruct(); -/* 3:43 */waypoints[179].origin = (-107.245, 231.543, 368.633); -/* 3:43 */waypoints[179].type = "claymore"; -/* 3:43 */waypoints[179].children[0] = 107; -/* 3:43 */waypoints[179].children[1] = 180; -/* 3:43 */waypoints[179].angles = (46.0809, 71.7737, 0); -/* 3:43 */waypoints[180] = spawnstruct(); -/* 3:43 */waypoints[180].origin = (-220.849, 339.183, 362.772); -/* 3:43 */waypoints[180].type = "stand"; -/* 3:43 */waypoints[180].children[0] = 82; -/* 3:43 */waypoints[180].children[1] = 107; -/* 3:43 */waypoints[180].children[2] = 179; -/* 3:43 */waypoints[181] = spawnstruct(); -/* 3:43 */waypoints[181].origin = (-749.046, 949.807, 447.625); -/* 3:43 */waypoints[181].type = "stand"; -/* 3:43 */waypoints[181].children[0] = 84; -/* 3:43 */waypoints[181].children[1] = 119; -/* 3:43 */waypoints[181].children[2] = 182; -/* 3:43 */waypoints[182] = spawnstruct(); -/* 3:43 */waypoints[182].origin = (-849.939, 951.663, 447.625); -/* 3:43 */waypoints[182].type = "stand"; -/* 3:43 */waypoints[182].children[0] = 181; -/* 3:43 */waypoints[182].children[1] = 55; -/* 3:43 */waypoints[182].children[2] = 119; -/* 3:43 */waypoints[182].children[3] = 5; -/* 3:43 */waypoints[183] = spawnstruct(); -/* 3:43 */waypoints[183].origin = (-1199.73, 189.026, 360.777); -/* 3:43 */waypoints[183].type = "climb"; -/* 3:43 */waypoints[183].children[0] = 76; -/* 3:43 */waypoints[183].children[1] = 184; -/* 3:43 */waypoints[183].angles = (-18.1219, -178.526, 0); -/* 3:43 */waypoints[184] = spawnstruct(); -/* 3:43 */waypoints[184].origin = (-1238.13, 187.38, 418.625); -/* 3:43 */waypoints[184].type = "climb"; -/* 3:43 */waypoints[184].children[0] = 183; -/* 3:43 */waypoints[184].children[1] = 185; -/* 3:43 */waypoints[184].angles = (10.437, 178.612, 0); -/* 3:43 */waypoints[185] = spawnstruct(); -/* 3:43 */waypoints[185].origin = (-1264.88, 187.002, 454.823); -/* 3:43 */waypoints[185].type = "climb"; -/* 3:43 */waypoints[185].children[0] = 184; -/* 3:43 */waypoints[185].children[1] = 186; -/* 3:43 */waypoints[185].angles = (9.18457, 178.612, 0); -/* 3:43 */waypoints[186] = spawnstruct(); -/* 3:43 */waypoints[186].origin = (-1296.86, 183.97, 504.125); -/* 3:43 */waypoints[186].type = "climb"; -/* 3:43 */waypoints[186].children[0] = 185; -/* 3:43 */waypoints[186].children[1] = 187; -/* 3:43 */waypoints[186].angles = (18.8855, -172.05, 0); -/* 3:43 */waypoints[187] = spawnstruct(); -/* 3:43 */waypoints[187].origin = (-1645.92, 165.503, 513.084); -/* 3:43 */waypoints[187].type = "climb"; -/* 3:43 */waypoints[187].children[0] = 186; -/* 3:43 */waypoints[187].children[1] = 188; -/* 3:43 */waypoints[187].angles = (26.4594, 179.227, 0); -/* 3:43 */waypoints[188] = spawnstruct(); -/* 3:43 */waypoints[188].origin = (-1700.8, 166.363, 510.125); -/* 3:43 */waypoints[188].type = "climb"; -/* 3:43 */waypoints[188].children[0] = 187; -/* 3:43 */waypoints[188].children[1] = 45; -/* 3:43 */waypoints[188].angles = (29.3048, -1.19571, 0); -/* 3:43 */waypoints[189] = spawnstruct(); -/* 3:43 */waypoints[189].origin = (-347.502, -67.1113, 439.125); -/* 3:43 */waypoints[189].type = "climb"; -/* 3:43 */waypoints[189].children[0] = 168; -/* 3:43 */waypoints[189].children[1] = 93; -/* 3:43 */waypoints[189].angles = (66.9604, 172.026, 0); -/* 3:43 */waypoints[190] = spawnstruct(); -/* 3:43 */waypoints[190].origin = (-3760.36, 188.908, 296.125); -/* 3:43 */waypoints[190].type = "stand"; -/* 3:43 */waypoints[190].children[0] = 191; -/* 3:43 */waypoints[191] = spawnstruct(); -/* 3:43 */waypoints[191].origin = (-3566.59, 619.929, 304.125); -/* 3:43 */waypoints[191].type = "stand"; -/* 3:43 */waypoints[191].children[0] = 190; -/* 3:43 */waypoints[191].children[1] = 192; -/* 3:43 */waypoints[192] = spawnstruct(); -/* 3:43 */waypoints[192].origin = (-3273.94, 731.493, 314.789); -/* 3:43 */waypoints[192].type = "stand"; -/* 3:43 */waypoints[192].children[0] = 191; -/* 3:43 */waypoints[192].children[1] = 42; -/* 3:43 */waypoints[192].children[2] = 0; -/* 3:43 */waypoints[193] = spawnstruct(); -/* 3:43 */waypoints[193].origin = (-3034.73, -445.757, 302.261); -/* 3:43 */waypoints[193].type = "stand"; -/* 3:43 */waypoints[193].children[0] = 44; -/* 3:43 */waypoints[193].children[1] = 34; -/* 3:43 */waypoints[193].children[2] = 38; -/* 3:43 */waypoints[193].children[3] = 37; -/* 3:43 */waypoints[193].children[4] = 211; -/* 3:43 */waypoints[193].children[5] = 203; -/* 3:43 */waypoints[193].children[6] = 195; -/* 3:43 */waypoints[194] = spawnstruct(); -/* 3:43 */waypoints[194].origin = (-2133.15, 64.7455, 462.425); -/* 3:43 */waypoints[194].type = "stand"; -/* 3:43 */waypoints[194].children[0] = 45; -/* 3:43 */waypoints[194].children[1] = 195; -/* 3:43 */waypoints[195] = spawnstruct(); -/* 3:43 */waypoints[195].origin = (-2794.82, 31.0159, 297.495); -/* 3:43 */waypoints[195].type = "stand"; -/* 3:43 */waypoints[195].children[0] = 194; -/* 3:43 */waypoints[195].children[1] = 44; -/* 3:43 */waypoints[195].children[2] = 43; -/* 3:43 */waypoints[195].children[3] = 203; -/* 3:43 */waypoints[195].children[4] = 193; -/* 3:43 */waypoints[196] = spawnstruct(); -/* 3:43 */waypoints[196].origin = (-414.12, 111.173, 392.125); -/* 3:43 */waypoints[196].type = "crouch"; -/* 3:43 */waypoints[196].children[0] = 81; -/* 3:43 */waypoints[196].angles = (3.16406, 137.771, 0); -/* 3:43 */waypoints[197] = spawnstruct(); -/* 3:43 */waypoints[197].origin = (-350.918, 198.802, 392.125); -/* 3:43 */waypoints[197].type = "crouch"; -/* 3:43 */waypoints[197].children[0] = 81; -/* 3:43 */waypoints[197].angles = (1.42273, -168.747, 0); -/* 3:43 */waypoints[198] = spawnstruct(); -/* 3:43 */waypoints[198].origin = (-381.854, 208.412, 392.125); -/* 3:43 */waypoints[198].type = "claymore"; -/* 3:43 */waypoints[198].children[0] = 81; -/* 3:43 */waypoints[198].angles = (33.2227, 168.467, 0); -/* 3:43 */waypoints[199] = spawnstruct(); -/* 3:43 */waypoints[199].origin = (-461.571, 126.606, 392.125); -/* 3:43 */waypoints[199].type = "claymore"; -/* 3:43 */waypoints[199].children[0] = 81; -/* 3:43 */waypoints[199].children[1] = 82; -/* 3:43 */waypoints[199].angles = (41.77, 172.109, 0); -/* 3:43 */waypoints[200] = spawnstruct(); -/* 3:43 */waypoints[200].origin = (-164.673, -1586.46, 341.865); -/* 3:43 */waypoints[200].type = "stand"; -/* 3:43 */waypoints[200].children[0] = 19; -/* 3:43 */waypoints[200].children[1] = 122; -/* 3:43 */waypoints[200].children[2] = 143; -/* 3:43 */waypoints[201] = spawnstruct(); -/* 3:43 */waypoints[201].origin = (434.55, 337.413, 317.651); -/* 3:43 */waypoints[201].type = "crouch"; -/* 3:43 */waypoints[201].children[0] = 110; -/* 3:43 */waypoints[201].angles = (8.5791, -86.7745, 0); -/* 3:43 */waypoints[202] = spawnstruct(); -/* 3:43 */waypoints[202].origin = (-369.144, -1299.21, 341.472); -/* 3:43 */waypoints[202].type = "stand"; -/* 3:43 */waypoints[202].children[0] = 142; -/* 3:43 */waypoints[202].children[1] = 100; -/* 3:43 */waypoints[202].children[2] = 122; -/* 3:43 */waypoints[203] = spawnstruct(); -/* 3:43 */waypoints[203].origin = (-2785.28, -135.191, 302.474); -/* 3:43 */waypoints[203].type = "stand"; -/* 3:43 */waypoints[203].children[0] = 162; -/* 3:43 */waypoints[203].children[1] = 195; -/* 3:43 */waypoints[203].children[2] = 161; -/* 3:43 */waypoints[203].children[3] = 205; -/* 3:43 */waypoints[203].children[4] = 193; -/* 3:43 */waypoints[203].children[5] = 44; -/* 3:43 */waypoints[204] = spawnstruct(); -/* 3:43 */waypoints[204].origin = (-2211.6, 33.1625, 304.125); -/* 3:43 */waypoints[204].type = "stand"; -/* 3:43 */waypoints[204].children[0] = 67; -/* 3:43 */waypoints[204].children[1] = 174; -/* 3:43 */waypoints[204].children[2] = 68; -/* 3:43 */waypoints[204].children[3] = 175; -/* 3:43 */waypoints[204].children[4] = 39; -/* 3:43 */waypoints[205] = spawnstruct(); -/* 3:43 */waypoints[205].origin = (-2373.27, -132.427, 304.125); -/* 3:43 */waypoints[205].type = "climb"; -/* 3:43 */waypoints[205].children[0] = 203; -/* 3:43 */waypoints[205].children[1] = 206; -/* 3:43 */waypoints[205].angles = (32.7502, 1.71009, 0); -/* 3:43 */waypoints[206] = spawnstruct(); -/* 3:43 */waypoints[206].origin = (-2364.33, -132.442, 632.125); -/* 3:43 */waypoints[206].type = "climb"; -/* 3:43 */waypoints[206].children[0] = 205; -/* 3:43 */waypoints[206].children[1] = 207; -/* 3:43 */waypoints[206].angles = (53.8318, 9.62574, 0); -/* 3:43 */waypoints[207] = spawnstruct(); -/* 3:43 */waypoints[207].origin = (-2336.03, -134.393, 632.125); -/* 3:43 */waypoints[207].type = "stand"; -/* 3:43 */waypoints[207].children[0] = 206; -/* 3:43 */waypoints[207].children[1] = 208; -/* 3:43 */waypoints[208] = spawnstruct(); -/* 3:43 */waypoints[208].origin = (-2215.79, -129.221, 627.125); -/* 3:43 */waypoints[208].type = "stand"; -/* 3:43 */waypoints[208].children[0] = 207; -/* 3:43 */waypoints[208].children[1] = 209; -/* 3:43 */waypoints[209] = spawnstruct(); -/* 3:43 */waypoints[209].origin = (-2206.02, -383.869, 627.125); -/* 3:43 */waypoints[209].type = "stand"; -/* 3:43 */waypoints[209].children[0] = 208; -/* 3:43 */waypoints[209].children[1] = 210; -/* 3:43 */waypoints[210] = spawnstruct(); -/* 3:43 */waypoints[210].origin = (-1713.33, -381.753, 627.125); -/* 3:43 */waypoints[210].type = "stand"; -/* 3:43 */waypoints[210].children[0] = 209; -/* 3:43 */waypoints[210].children[1] = 156; -/* 3:43 */waypoints[211] = spawnstruct(); -/* 3:43 */waypoints[211].origin = (-3824.92, -326.308, 296.125); -/* 3:43 */waypoints[211].type = "stand"; -/* 3:43 */waypoints[211].children[0] = 193; -/* 3:43 */waypoints[212] = spawnstruct(); -/* 3:43 */waypoints[212].origin = (-3749.03, 62.6993, 296.125); -/* 3:43 */waypoints[212].type = "stand"; -/* 3:43 */waypoints[212].children[0] = 44; -/* 3:43 */return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/getaway.gsc b/raw/maps/mp/bots/waypoints/getaway.gsc deleted file mode 100644 index 42207ce..0000000 --- a/raw/maps/mp/bots/waypoints/getaway.gsc +++ /dev/null @@ -1,1044 +0,0 @@ -Getaway() -{ -/* 4:35 */waypoints = []; -/* 4:35 */waypoints[0] = spawnstruct(); -/* 4:35 */waypoints[0].origin = (1096.96, -663.326, 2316.13); -/* 4:35 */waypoints[0].type = "stand"; -/* 4:35 */waypoints[0].children[0] = 1; -/* 4:35 */waypoints[0].children[1] = 2; -/* 4:35 */waypoints[0].children[2] = 3; -/* 4:35 */waypoints[0].children[3] = 6; -/* 4:35 */waypoints[0].children[4] = 7; -/* 4:35 */waypoints[1] = spawnstruct(); -/* 4:35 */waypoints[1].origin = (1095.23, -430.748, 2316.13); -/* 4:35 */waypoints[1].type = "stand"; -/* 4:35 */waypoints[1].children[0] = 0; -/* 4:35 */waypoints[1].children[1] = 18; -/* 4:35 */waypoints[1].children[2] = 145; -/* 4:35 */waypoints[2] = spawnstruct(); -/* 4:35 */waypoints[2].origin = (955.946, -749.239, 2324.13); -/* 4:35 */waypoints[2].type = "stand"; -/* 4:35 */waypoints[2].children[0] = 0; -/* 4:35 */waypoints[2].children[1] = 3; -/* 4:35 */waypoints[2].children[2] = 4; -/* 4:35 */waypoints[2].children[3] = 6; -/* 4:35 */waypoints[3] = spawnstruct(); -/* 4:35 */waypoints[3].origin = (876.897, -721.232, 2318.13); -/* 4:35 */waypoints[3].type = "stand"; -/* 4:35 */waypoints[3].children[0] = 0; -/* 4:35 */waypoints[3].children[1] = 2; -/* 4:35 */waypoints[3].children[2] = 4; -/* 4:35 */waypoints[3].children[3] = 5; -/* 4:35 */waypoints[4] = spawnstruct(); -/* 4:35 */waypoints[4].origin = (901.458, -818.701, 2318.13); -/* 4:35 */waypoints[4].type = "stand"; -/* 4:35 */waypoints[4].children[0] = 3; -/* 4:35 */waypoints[4].children[1] = 2; -/* 4:35 */waypoints[5] = spawnstruct(); -/* 4:35 */waypoints[5].origin = (903.415, -674.808, 2316.13); -/* 4:35 */waypoints[5].type = "crouch"; -/* 4:35 */waypoints[5].children[0] = 3; -/* 4:35 */waypoints[5].angles = (18.9185, -119.476, 0); -/* 4:35 */waypoints[6] = spawnstruct(); -/* 4:35 */waypoints[6].origin = (1044.76, -810.174, 2318.13); -/* 4:35 */waypoints[6].type = "tube"; -/* 4:35 */waypoints[6].children[0] = 2; -/* 4:35 */waypoints[6].children[1] = 0; -/* 4:35 */waypoints[6].angles = (7.3718, 124.244, 0); -/* 4:35 */waypoints[7] = spawnstruct(); -/* 4:35 */waypoints[7].origin = (1201.85, -662.723, 2316.13); -/* 4:35 */waypoints[7].type = "stand"; -/* 4:35 */waypoints[7].children[0] = 0; -/* 4:35 */waypoints[7].children[1] = 8; -/* 4:35 */waypoints[7].children[2] = 9; -/* 4:35 */waypoints[8] = spawnstruct(); -/* 4:35 */waypoints[8].origin = (1207.91, -699.98, 2316.13); -/* 4:35 */waypoints[8].type = "claymore"; -/* 4:35 */waypoints[8].children[0] = 7; -/* 4:35 */waypoints[8].angles = (22.0001, 95.0153, 0); -/* 4:35 */waypoints[9] = spawnstruct(); -/* 4:35 */waypoints[9].origin = (1293.25, -618.704, 2316.13); -/* 4:35 */waypoints[9].type = "stand"; -/* 4:35 */waypoints[9].children[0] = 10; -/* 4:35 */waypoints[9].children[1] = 7; -/* 4:35 */waypoints[9].children[2] = 15; -/* 4:35 */waypoints[10] = spawnstruct(); -/* 4:35 */waypoints[10].origin = (1454.51, -631.691, 2316.13); -/* 4:35 */waypoints[10].type = "stand"; -/* 4:35 */waypoints[10].children[0] = 11; -/* 4:35 */waypoints[10].children[1] = 9; -/* 4:35 */waypoints[10].children[2] = 13; -/* 4:35 */waypoints[11] = spawnstruct(); -/* 4:35 */waypoints[11].origin = (1604.9, -623.077, 2316.13); -/* 4:35 */waypoints[11].type = "stand"; -/* 4:35 */waypoints[11].children[0] = 10; -/* 4:35 */waypoints[11].children[1] = 12; -/* 4:35 */waypoints[11].children[2] = 14; -/* 4:35 */waypoints[12] = spawnstruct(); -/* 4:35 */waypoints[12].origin = (1647.03, -590.093, 2316.13); -/* 4:35 */waypoints[12].type = "grenade"; -/* 4:35 */waypoints[12].children[0] = 11; -/* 4:35 */waypoints[12].angles = (0.439424, -171.486, 0); -/* 4:35 */waypoints[13] = spawnstruct(); -/* 4:35 */waypoints[13].origin = (1451.15, -475.99, 2316.13); -/* 4:35 */waypoints[13].type = "stand"; -/* 4:35 */waypoints[13].children[0] = 10; -/* 4:35 */waypoints[13].children[1] = 14; -/* 4:35 */waypoints[13].children[2] = 15; -/* 4:35 */waypoints[13].children[3] = 32; -/* 4:35 */waypoints[14] = spawnstruct(); -/* 4:35 */waypoints[14].origin = (1612.69, -501.634, 2316.13); -/* 4:35 */waypoints[14].type = "stand"; -/* 4:35 */waypoints[14].children[0] = 11; -/* 4:35 */waypoints[14].children[1] = 13; -/* 4:35 */waypoints[14].children[2] = 29; -/* 4:35 */waypoints[15] = spawnstruct(); -/* 4:35 */waypoints[15].origin = (1291.14, -518.972, 2316.13); -/* 4:35 */waypoints[15].type = "stand"; -/* 4:35 */waypoints[15].children[0] = 9; -/* 4:35 */waypoints[15].children[1] = 13; -/* 4:35 */waypoints[15].children[2] = 16; -/* 4:35 */waypoints[16] = spawnstruct(); -/* 4:35 */waypoints[16].origin = (1231.64, -481.055, 2316.13); -/* 4:35 */waypoints[16].type = "stand"; -/* 4:35 */waypoints[16].children[0] = 15; -/* 4:35 */waypoints[16].children[1] = 17; -/* 4:35 */waypoints[17] = spawnstruct(); -/* 4:35 */waypoints[17].origin = (1221.77, -357.629, 2316.13); -/* 4:35 */waypoints[17].type = "stand"; -/* 4:35 */waypoints[17].children[0] = 16; -/* 4:35 */waypoints[17].children[1] = 18; -/* 4:35 */waypoints[17].children[2] = 162; -/* 4:35 */waypoints[18] = spawnstruct(); -/* 4:35 */waypoints[18].origin = (1098.17, -329.888, 2316.13); -/* 4:35 */waypoints[18].type = "stand"; -/* 4:35 */waypoints[18].children[0] = 1; -/* 4:35 */waypoints[18].children[1] = 17; -/* 4:35 */waypoints[18].children[2] = 19; -/* 4:35 */waypoints[18].children[3] = 23; -/* 4:35 */waypoints[19] = spawnstruct(); -/* 4:35 */waypoints[19].origin = (1090.89, -76.5348, 2316.13); -/* 4:35 */waypoints[19].type = "stand"; -/* 4:35 */waypoints[19].children[0] = 18; -/* 4:35 */waypoints[19].children[1] = 20; -/* 4:35 */waypoints[19].children[2] = 40; -/* 4:35 */waypoints[19].children[3] = 41; -/* 4:35 */waypoints[19].children[4] = 160; -/* 4:35 */waypoints[20] = spawnstruct(); -/* 4:35 */waypoints[20].origin = (971.167, -69.0654, 2316.13); -/* 4:35 */waypoints[20].type = "stand"; -/* 4:35 */waypoints[20].children[0] = 19; -/* 4:35 */waypoints[20].children[1] = 21; -/* 4:35 */waypoints[20].children[2] = 40; -/* 4:35 */waypoints[21] = spawnstruct(); -/* 4:35 */waypoints[21].origin = (908.574, -130.938, 2316.13); -/* 4:35 */waypoints[21].type = "stand"; -/* 4:35 */waypoints[21].children[0] = 20; -/* 4:35 */waypoints[21].children[1] = 22; -/* 4:35 */waypoints[22] = spawnstruct(); -/* 4:35 */waypoints[22].origin = (914.934, -210.234, 2316.13); -/* 4:35 */waypoints[22].type = "stand"; -/* 4:35 */waypoints[22].children[0] = 21; -/* 4:35 */waypoints[22].children[1] = 23; -/* 4:35 */waypoints[22].children[2] = 25; -/* 4:35 */waypoints[23] = spawnstruct(); -/* 4:35 */waypoints[23].origin = (941.654, -312.342, 2316.13); -/* 4:35 */waypoints[23].type = "stand"; -/* 4:35 */waypoints[23].children[0] = 22; -/* 4:35 */waypoints[23].children[1] = 18; -/* 4:35 */waypoints[23].children[2] = 24; -/* 4:35 */waypoints[24] = spawnstruct(); -/* 4:35 */waypoints[24].origin = (945.751, -350.542, 2316.13); -/* 4:35 */waypoints[24].type = "grenade"; -/* 4:35 */waypoints[24].children[0] = 23; -/* 4:35 */waypoints[24].angles = (2.64218, 1.98303, 0); -/* 4:35 */waypoints[25] = spawnstruct(); -/* 4:35 */waypoints[25].origin = (840.297, -211.574, 2316.13); -/* 4:35 */waypoints[25].type = "stand"; -/* 4:35 */waypoints[25].children[0] = 22; -/* 4:35 */waypoints[25].children[1] = 26; -/* 4:35 */waypoints[25].children[2] = 28; -/* 4:35 */waypoints[26] = spawnstruct(); -/* 4:35 */waypoints[26].origin = (783.125, -211.64, 2316.13); -/* 4:35 */waypoints[26].type = "climb"; -/* 4:35 */waypoints[26].children[0] = 25; -/* 4:35 */waypoints[26].children[1] = 27; -/* 4:35 */waypoints[26].angles = (-2.94437, -176.666, 0); -/* 4:35 */waypoints[27] = spawnstruct(); -/* 4:35 */waypoints[27].origin = (766.154, -211.64, 2359.13); -/* 4:35 */waypoints[27].type = "climb"; -/* 4:35 */waypoints[27].children[0] = 26; -/* 4:35 */waypoints[27].angles = (19.9072, 178.528, 0); -/* 4:35 */waypoints[28] = spawnstruct(); -/* 4:35 */waypoints[28].origin = (796.427, -127.45, 2316.13); -/* 4:35 */waypoints[28].type = "javelin"; -/* 4:35 */waypoints[28].children[0] = 25; -/* 4:35 */waypoints[28].jav_point = (-444.236, -840.877, 2166.76); -/* 4:35 */waypoints[29] = spawnstruct(); -/* 4:35 */waypoints[29].origin = (1614.87, -248.475, 2316.13); -/* 4:35 */waypoints[29].type = "stand"; -/* 4:35 */waypoints[29].children[0] = 14; -/* 4:35 */waypoints[29].children[1] = 30; -/* 4:35 */waypoints[29].children[2] = 33; -/* 4:35 */waypoints[29].children[3] = 34; -/* 4:35 */waypoints[30] = spawnstruct(); -/* 4:35 */waypoints[30].origin = (1486.45, -223.961, 2316.12); -/* 4:35 */waypoints[30].type = "stand"; -/* 4:35 */waypoints[30].children[0] = 29; -/* 4:35 */waypoints[30].children[1] = 31; -/* 4:35 */waypoints[30].children[2] = 32; -/* 4:35 */waypoints[31] = spawnstruct(); -/* 4:35 */waypoints[31].origin = (1471.23, -123.035, 2316.13); -/* 4:35 */waypoints[31].type = "stand"; -/* 4:35 */waypoints[31].children[0] = 30; -/* 4:35 */waypoints[31].children[1] = 34; -/* 4:35 */waypoints[32] = spawnstruct(); -/* 4:35 */waypoints[32].origin = (1428.53, -236.244, 2316.13); -/* 4:35 */waypoints[32].type = "stand"; -/* 4:35 */waypoints[32].children[0] = 30; -/* 4:35 */waypoints[32].children[1] = 13; -/* 4:35 */waypoints[32].children[2] = 162; -/* 4:35 */waypoints[33] = spawnstruct(); -/* 4:35 */waypoints[33].origin = (1573.7, -168.173, 2316.13); -/* 4:35 */waypoints[33].type = "claymore"; -/* 4:35 */waypoints[33].children[0] = 29; -/* 4:35 */waypoints[33].angles = (21.5771, -65.7477, 0); -/* 4:35 */waypoints[34] = spawnstruct(); -/* 4:35 */waypoints[34].origin = (1598.91, -103.824, 2316.13); -/* 4:35 */waypoints[34].type = "stand"; -/* 4:35 */waypoints[34].children[0] = 31; -/* 4:35 */waypoints[34].children[1] = 29; -/* 4:35 */waypoints[34].children[2] = 35; -/* 4:35 */waypoints[35] = spawnstruct(); -/* 4:35 */waypoints[35].origin = (1614.4, 128.727, 2316.13); -/* 4:35 */waypoints[35].type = "stand"; -/* 4:35 */waypoints[35].children[0] = 34; -/* 4:35 */waypoints[35].children[1] = 36; -/* 4:35 */waypoints[36] = spawnstruct(); -/* 4:35 */waypoints[36].origin = (1584.96, 457.018, 2316.13); -/* 4:35 */waypoints[36].type = "stand"; -/* 4:35 */waypoints[36].children[0] = 35; -/* 4:35 */waypoints[36].children[1] = 37; -/* 4:35 */waypoints[36].children[2] = 39; -/* 4:35 */waypoints[37] = spawnstruct(); -/* 4:35 */waypoints[37].origin = (1628.51, 476.625, 2316.13); -/* 4:35 */waypoints[37].type = "grenade"; -/* 4:35 */waypoints[37].children[0] = 36; -/* 4:35 */waypoints[37].angles = (3.64743, 153.984, 0); -/* 4:35 */waypoints[38] = spawnstruct(); -/* 4:35 */waypoints[38].origin = (1306.55, 452.8, 2264.13); -/* 4:35 */waypoints[38].type = "stand"; -/* 4:35 */waypoints[38].children[0] = 39; -/* 4:35 */waypoints[38].children[1] = 50; -/* 4:35 */waypoints[39] = spawnstruct(); -/* 4:35 */waypoints[39].origin = (1468.2, 452.895, 2316.01); -/* 4:35 */waypoints[39].type = "stand"; -/* 4:35 */waypoints[39].children[0] = 38; -/* 4:35 */waypoints[39].children[1] = 36; -/* 4:35 */waypoints[40] = spawnstruct(); -/* 4:35 */waypoints[40].origin = (1032.97, 26.301, 2316.13); -/* 4:35 */waypoints[40].type = "stand"; -/* 4:35 */waypoints[40].children[0] = 19; -/* 4:35 */waypoints[40].children[1] = 20; -/* 4:35 */waypoints[40].children[2] = 41; -/* 4:35 */waypoints[40].children[3] = 159; -/* 4:35 */waypoints[41] = spawnstruct(); -/* 4:35 */waypoints[41].origin = (1099.16, 122.322, 2316.13); -/* 4:35 */waypoints[41].type = "stand"; -/* 4:35 */waypoints[41].children[0] = 19; -/* 4:35 */waypoints[41].children[1] = 40; -/* 4:35 */waypoints[41].children[2] = 42; -/* 4:35 */waypoints[41].children[3] = 159; -/* 4:35 */waypoints[42] = spawnstruct(); -/* 4:35 */waypoints[42].origin = (1100.93, 370.105, 2316.13); -/* 4:35 */waypoints[42].type = "stand"; -/* 4:35 */waypoints[42].children[0] = 41; -/* 4:35 */waypoints[42].children[1] = 43; -/* 4:35 */waypoints[42].children[2] = 44; -/* 4:35 */waypoints[42].children[3] = 48; -/* 4:35 */waypoints[43] = spawnstruct(); -/* 4:35 */waypoints[43].origin = (1067.81, 346.008, 2316.13); -/* 4:35 */waypoints[43].type = "claymore"; -/* 4:35 */waypoints[43].children[0] = 42; -/* 4:35 */waypoints[43].angles = (22.9352, 24.2139, 0); -/* 4:35 */waypoints[44] = spawnstruct(); -/* 4:35 */waypoints[44].origin = (888.438, 365.142, 2316.13); -/* 4:35 */waypoints[44].type = "stand"; -/* 4:35 */waypoints[44].children[0] = 42; -/* 4:35 */waypoints[44].children[1] = 45; -/* 4:35 */waypoints[44].children[2] = 46; -/* 4:35 */waypoints[45] = spawnstruct(); -/* 4:35 */waypoints[45].origin = (836.292, 384.897, 2316.13); -/* 4:35 */waypoints[45].type = "javelin"; -/* 4:35 */waypoints[45].children[0] = 44; -/* 4:35 */waypoints[45].jav_point = (-543.875, 377.299, 2258.96); -/* 4:35 */waypoints[46] = spawnstruct(); -/* 4:35 */waypoints[46].origin = (783.125, 363.602, 2316.13); -/* 4:35 */waypoints[46].type = "climb"; -/* 4:35 */waypoints[46].children[0] = 44; -/* 4:35 */waypoints[46].children[1] = 47; -/* 4:35 */waypoints[46].angles = (-3.5199, 179.561, 0); -/* 4:35 */waypoints[47] = spawnstruct(); -/* 4:35 */waypoints[47].origin = (765.844, 363.602, 2348.13); -/* 4:35 */waypoints[47].type = "climb"; -/* 4:35 */waypoints[47].children[0] = 46; -/* 4:35 */waypoints[47].angles = (6.23594, 177.105, 0); -/* 4:35 */waypoints[48] = spawnstruct(); -/* 4:35 */waypoints[48].origin = (1094.85, 461.063, 2316.13); -/* 4:35 */waypoints[48].type = "stand"; -/* 4:35 */waypoints[48].children[0] = 42; -/* 4:35 */waypoints[48].children[1] = 49; -/* 4:35 */waypoints[49] = spawnstruct(); -/* 4:35 */waypoints[49].origin = (1087.27, 676.072, 2264.13); -/* 4:35 */waypoints[49].type = "stand"; -/* 4:35 */waypoints[49].children[0] = 48; -/* 4:35 */waypoints[49].children[1] = 50; -/* 4:35 */waypoints[49].children[2] = 52; -/* 4:35 */waypoints[50] = spawnstruct(); -/* 4:35 */waypoints[50].origin = (1239.57, 674.242, 2264.13); -/* 4:35 */waypoints[50].type = "stand"; -/* 4:35 */waypoints[50].children[0] = 49; -/* 4:35 */waypoints[50].children[1] = 38; -/* 4:35 */waypoints[50].children[2] = 51; -/* 4:35 */waypoints[51] = spawnstruct(); -/* 4:35 */waypoints[51].origin = (1208.15, 725.025, 2264.13); -/* 4:35 */waypoints[51].type = "crouch"; -/* 4:35 */waypoints[51].children[0] = 50; -/* 4:35 */waypoints[51].angles = (15.8051, -62.9297, 0); -/* 4:35 */waypoints[52] = spawnstruct(); -/* 4:35 */waypoints[52].origin = (928.585, 677.327, 2264.13); -/* 4:35 */waypoints[52].type = "stand"; -/* 4:35 */waypoints[52].children[0] = 49; -/* 4:35 */waypoints[52].children[1] = 53; -/* 4:35 */waypoints[52].children[2] = 70; -/* 4:35 */waypoints[52].children[3] = 71; -/* 4:35 */waypoints[53] = spawnstruct(); -/* 4:35 */waypoints[53].origin = (925.302, 890.343, 2224.13); -/* 4:35 */waypoints[53].type = "stand"; -/* 4:35 */waypoints[53].children[0] = 52; -/* 4:35 */waypoints[53].children[1] = 54; -/* 4:35 */waypoints[54] = spawnstruct(); -/* 4:35 */waypoints[54].origin = (802.683, 888.951, 2193.13); -/* 4:35 */waypoints[54].type = "stand"; -/* 4:35 */waypoints[54].children[0] = 53; -/* 4:35 */waypoints[54].children[1] = 55; -/* 4:35 */waypoints[54].children[2] = 58; -/* 4:35 */waypoints[55] = spawnstruct(); -/* 4:35 */waypoints[55].origin = (802.378, 1028.26, 2193.13); -/* 4:35 */waypoints[55].type = "stand"; -/* 4:35 */waypoints[55].children[0] = 54; -/* 4:35 */waypoints[55].children[1] = 56; -/* 4:35 */waypoints[55].children[2] = 57; -/* 4:35 */waypoints[55].children[3] = 58; -/* 4:35 */waypoints[56] = spawnstruct(); -/* 4:35 */waypoints[56].origin = (853.669, 1075.18, 2193.13); -/* 4:35 */waypoints[56].type = "javelin"; -/* 4:35 */waypoints[56].children[0] = 55; -/* 4:35 */waypoints[56].jav_point = (-295.875, 910.316, 2203.18); -/* 4:35 */waypoints[57] = spawnstruct(); -/* 4:35 */waypoints[57].origin = (631.54, 1016.39, 2193.13); -/* 4:35 */waypoints[57].type = "stand"; -/* 4:35 */waypoints[57].children[0] = 55; -/* 4:35 */waypoints[57].children[1] = 58; -/* 4:35 */waypoints[57].children[2] = 59; -/* 4:35 */waypoints[57].children[3] = 60; -/* 4:35 */waypoints[58] = spawnstruct(); -/* 4:35 */waypoints[58].origin = (728.281, 972.961, 2193.13); -/* 4:35 */waypoints[58].type = "stand"; -/* 4:35 */waypoints[58].children[0] = 54; -/* 4:35 */waypoints[58].children[1] = 57; -/* 4:35 */waypoints[58].children[2] = 55; -/* 4:35 */waypoints[59] = spawnstruct(); -/* 4:35 */waypoints[59].origin = (665.885, 937.411, 2193.13); -/* 4:35 */waypoints[59].type = "tube"; -/* 4:35 */waypoints[59].children[0] = 57; -/* 4:35 */waypoints[59].angles = (-10.6885, 93.1057, 0); -/* 4:35 */waypoints[60] = spawnstruct(); -/* 4:35 */waypoints[60].origin = (353.31, 995.181, 2173.03); -/* 4:35 */waypoints[60].type = "stand"; -/* 4:35 */waypoints[60].children[0] = 57; -/* 4:35 */waypoints[60].children[1] = 61; -/* 4:35 */waypoints[60].children[2] = 62; -/* 4:35 */waypoints[61] = spawnstruct(); -/* 4:35 */waypoints[61].origin = (405.611, 1022.36, 2175.26); -/* 4:35 */waypoints[61].type = "grenade"; -/* 4:35 */waypoints[61].children[0] = 60; -/* 4:35 */waypoints[61].angles = (1.31956, -176.576, 0); -/* 4:35 */waypoints[62] = spawnstruct(); -/* 4:35 */waypoints[62].origin = (68.61, 992.599, 2167.26); -/* 4:35 */waypoints[62].type = "stand"; -/* 4:35 */waypoints[62].children[0] = 60; -/* 4:35 */waypoints[62].children[1] = 63; -/* 4:35 */waypoints[62].children[2] = 73; -/* 4:35 */waypoints[62].children[3] = 113; -/* 4:35 */waypoints[63] = spawnstruct(); -/* 4:35 */waypoints[63].origin = (43.5761, 842.739, 2170.07); -/* 4:35 */waypoints[63].type = "climb"; -/* 4:35 */waypoints[63].children[0] = 62; -/* 4:35 */waypoints[63].children[1] = 64; -/* 4:35 */waypoints[63].angles = (0.79771, -87.993, 0); -/* 4:35 */waypoints[64] = spawnstruct(); -/* 4:35 */waypoints[64].origin = (40.6695, 825.367, 2193.11); -/* 4:35 */waypoints[64].type = "climb"; -/* 4:35 */waypoints[64].children[0] = 63; -/* 4:35 */waypoints[64].children[1] = 74; -/* 4:35 */waypoints[64].angles = (-1.47097, -88.2567, 0); -/* 4:35 */waypoints[65] = spawnstruct(); -/* 4:35 */waypoints[65].origin = (39.8191, 639.413, 2171.13); -/* 4:35 */waypoints[65].type = "stand"; -/* 4:35 */waypoints[65].children[0] = 66; -/* 4:35 */waypoints[65].children[1] = 74; -/* 4:35 */waypoints[65].children[2] = 75; -/* 4:35 */waypoints[66] = spawnstruct(); -/* 4:35 */waypoints[66].origin = (232.441, 691.109, 2182.81); -/* 4:35 */waypoints[66].type = "stand"; -/* 4:35 */waypoints[66].children[0] = 65; -/* 4:35 */waypoints[66].children[1] = 67; -/* 4:35 */waypoints[67] = spawnstruct(); -/* 4:35 */waypoints[67].origin = (391.791, 691.111, 2223.13); -/* 4:35 */waypoints[67].type = "stand"; -/* 4:35 */waypoints[67].children[0] = 66; -/* 4:35 */waypoints[67].children[1] = 68; -/* 4:35 */waypoints[67].children[2] = 69; -/* 4:35 */waypoints[68] = spawnstruct(); -/* 4:35 */waypoints[68].origin = (418.067, 543.393, 2223.13); -/* 4:35 */waypoints[68].type = "stand"; -/* 4:35 */waypoints[68].children[0] = 67; -/* 4:35 */waypoints[68].children[1] = 69; -/* 4:35 */waypoints[68].children[2] = 165; -/* 4:35 */waypoints[69] = spawnstruct(); -/* 4:35 */waypoints[69].origin = (610.224, 563.402, 2230.13); -/* 4:35 */waypoints[69].type = "stand"; -/* 4:35 */waypoints[69].children[0] = 68; -/* 4:35 */waypoints[69].children[1] = 72; -/* 4:35 */waypoints[69].children[2] = 67; -/* 4:35 */waypoints[69].children[3] = 165; -/* 4:35 */waypoints[69].children[4] = 171; -/* 4:35 */waypoints[70] = spawnstruct(); -/* 4:35 */waypoints[70].origin = (935.81, 531.952, 2264.13); -/* 4:35 */waypoints[70].type = "prone"; -/* 4:35 */waypoints[70].children[0] = 52; -/* 4:35 */waypoints[70].children[1] = 71; -/* 4:35 */waypoints[71] = spawnstruct(); -/* 4:35 */waypoints[71].origin = (792.438, 645.043, 2264.13); -/* 4:35 */waypoints[71].type = "stand"; -/* 4:35 */waypoints[71].children[0] = 52; -/* 4:35 */waypoints[71].children[1] = 70; -/* 4:35 */waypoints[71].children[2] = 72; -/* 4:35 */waypoints[72] = spawnstruct(); -/* 4:35 */waypoints[72].origin = (707.599, 590.24, 2260.13); -/* 4:35 */waypoints[72].type = "stand"; -/* 4:35 */waypoints[72].children[0] = 71; -/* 4:35 */waypoints[72].children[1] = 69; -/* 4:35 */waypoints[73] = spawnstruct(); -/* 4:35 */waypoints[73].origin = (108.737, 930.258, 2167.34); -/* 4:35 */waypoints[73].type = "claymore"; -/* 4:35 */waypoints[73].children[0] = 62; -/* 4:35 */waypoints[73].angles = (17.008, 119.096, 0); -/* 4:35 */waypoints[74] = spawnstruct(); -/* 4:35 */waypoints[74].origin = (37.8977, 745.711, 2214.63); -/* 4:35 */waypoints[74].type = "stand"; -/* 4:35 */waypoints[74].children[0] = 65; -/* 4:35 */waypoints[74].children[1] = 64; -/* 4:35 */waypoints[75] = spawnstruct(); -/* 4:35 */waypoints[75].origin = (31.2198, 519.981, 2171.13); -/* 4:35 */waypoints[75].type = "stand"; -/* 4:35 */waypoints[75].children[0] = 65; -/* 4:35 */waypoints[75].children[1] = 76; -/* 4:35 */waypoints[76] = spawnstruct(); -/* 4:35 */waypoints[76].origin = (24.7268, 376.778, 2223.13); -/* 4:35 */waypoints[76].type = "stand"; -/* 4:35 */waypoints[76].children[0] = 75; -/* 4:35 */waypoints[76].children[1] = 77; -/* 4:35 */waypoints[76].children[2] = 78; -/* 4:35 */waypoints[77] = spawnstruct(); -/* 4:35 */waypoints[77].origin = (176.559, 369.537, 2223.13); -/* 4:35 */waypoints[77].type = "stand"; -/* 4:35 */waypoints[77].children[0] = 76; -/* 4:35 */waypoints[77].children[1] = 164; -/* 4:35 */waypoints[77].children[2] = 168; -/* 4:35 */waypoints[78] = spawnstruct(); -/* 4:35 */waypoints[78].origin = (-127.274, 375.301, 2223.13); -/* 4:35 */waypoints[78].type = "stand"; -/* 4:35 */waypoints[78].children[0] = 76; -/* 4:35 */waypoints[78].children[1] = 79; -/* 4:35 */waypoints[78].children[2] = 80; -/* 4:35 */waypoints[78].children[3] = 169; -/* 4:35 */waypoints[79] = spawnstruct(); -/* 4:35 */waypoints[79].origin = (-111.22, 281.351, 2241.13); -/* 4:35 */waypoints[79].type = "tube"; -/* 4:35 */waypoints[79].children[0] = 78; -/* 4:35 */waypoints[79].angles = (15.7995, 92.3328, 0); -/* 4:35 */waypoints[80] = spawnstruct(); -/* 4:35 */waypoints[80].origin = (-315.354, 381.529, 2240.13); -/* 4:35 */waypoints[80].type = "stand"; -/* 4:35 */waypoints[80].children[0] = 78; -/* 4:35 */waypoints[80].children[1] = 81; -/* 4:35 */waypoints[80].children[2] = 82; -/* 4:35 */waypoints[80].children[3] = 169; -/* 4:35 */waypoints[81] = spawnstruct(); -/* 4:35 */waypoints[81].origin = (-412.506, 392.712, 2240.13); -/* 4:35 */waypoints[81].type = "stand"; -/* 4:35 */waypoints[81].children[0] = 80; -/* 4:35 */waypoints[81].children[1] = 82; -/* 4:35 */waypoints[81].children[2] = 121; -/* 4:35 */waypoints[81].children[3] = 167; -/* 4:35 */waypoints[82] = spawnstruct(); -/* 4:35 */waypoints[82].origin = (-400.003, 246.335, 2240.13); -/* 4:35 */waypoints[82].type = "stand"; -/* 4:35 */waypoints[82].children[0] = 81; -/* 4:35 */waypoints[82].children[1] = 83; -/* 4:35 */waypoints[82].children[2] = 80; -/* 4:35 */waypoints[82].children[3] = 167; -/* 4:35 */waypoints[82].children[4] = 169; -/* 4:35 */waypoints[83] = spawnstruct(); -/* 4:35 */waypoints[83].origin = (-401.169, 9.18895, 2210.13); -/* 4:35 */waypoints[83].type = "stand"; -/* 4:35 */waypoints[83].children[0] = 82; -/* 4:35 */waypoints[83].children[1] = 84; -/* 4:35 */waypoints[83].children[2] = 85; -/* 4:35 */waypoints[83].children[3] = 112; -/* 4:35 */waypoints[84] = spawnstruct(); -/* 4:35 */waypoints[84].origin = (-395.358, -81.4195, 2210.13); -/* 4:35 */waypoints[84].type = "stand"; -/* 4:35 */waypoints[84].children[0] = 83; -/* 4:35 */waypoints[84].children[1] = 85; -/* 4:35 */waypoints[84].children[2] = 87; -/* 4:35 */waypoints[84].children[3] = 112; -/* 4:35 */waypoints[85] = spawnstruct(); -/* 4:35 */waypoints[85].origin = (-207.216, -25.8094, 2210.13); -/* 4:35 */waypoints[85].type = "stand"; -/* 4:35 */waypoints[85].children[0] = 84; -/* 4:35 */waypoints[85].children[1] = 83; -/* 4:35 */waypoints[85].children[2] = 86; -/* 4:35 */waypoints[85].children[3] = 87; -/* 4:35 */waypoints[85].children[4] = 92; -/* 4:35 */waypoints[86] = spawnstruct(); -/* 4:35 */waypoints[86].origin = (-236.695, 48.591, 2210.13); -/* 4:35 */waypoints[86].type = "crouch"; -/* 4:35 */waypoints[86].children[0] = 85; -/* 4:35 */waypoints[86].angles = (17.876, -68.6169, 0); -/* 4:35 */waypoints[87] = spawnstruct(); -/* 4:35 */waypoints[87].origin = (-299.96, -335.02, 2210.71); -/* 4:35 */waypoints[87].type = "stand"; -/* 4:35 */waypoints[87].children[0] = 84; -/* 4:35 */waypoints[87].children[1] = 85; -/* 4:35 */waypoints[87].children[2] = 88; -/* 4:35 */waypoints[87].children[3] = 89; -/* 4:35 */waypoints[88] = spawnstruct(); -/* 4:35 */waypoints[88].origin = (-293.832, -442.28, 2212.45); -/* 4:35 */waypoints[88].type = "stand"; -/* 4:35 */waypoints[88].children[0] = 87; -/* 4:35 */waypoints[88].children[1] = 89; -/* 4:35 */waypoints[88].children[2] = 111; -/* 4:35 */waypoints[89] = spawnstruct(); -/* 4:35 */waypoints[89].origin = (-37.734, -435.645, 2211.68); -/* 4:35 */waypoints[89].type = "stand"; -/* 4:35 */waypoints[89].children[0] = 88; -/* 4:35 */waypoints[89].children[1] = 90; -/* 4:35 */waypoints[89].children[2] = 91; -/* 4:35 */waypoints[89].children[3] = 87; -/* 4:35 */waypoints[90] = spawnstruct(); -/* 4:35 */waypoints[90].origin = (-65.2575, -489.719, 2213.13); -/* 4:35 */waypoints[90].type = "grenade"; -/* 4:35 */waypoints[90].children[0] = 89; -/* 4:35 */waypoints[90].angles = (-0.38332, -19.2444, 0); -/* 4:35 */waypoints[91] = spawnstruct(); -/* 4:35 */waypoints[91].origin = (63.2317, -437.105, 2211.73); -/* 4:35 */waypoints[91].type = "stand"; -/* 4:35 */waypoints[91].children[0] = 89; -/* 4:35 */waypoints[91].children[1] = 95; -/* 4:35 */waypoints[91].children[2] = 101; -/* 4:35 */waypoints[92] = spawnstruct(); -/* 4:35 */waypoints[92].origin = (-68.1412, -26.9778, 2224.13); -/* 4:35 */waypoints[92].type = "stand"; -/* 4:35 */waypoints[92].children[0] = 85; -/* 4:35 */waypoints[92].children[1] = 93; -/* 4:35 */waypoints[92].children[2] = 94; -/* 4:35 */waypoints[93] = spawnstruct(); -/* 4:35 */waypoints[93].origin = (39.6056, 21.1762, 2224.13); -/* 4:35 */waypoints[93].type = "stand"; -/* 4:35 */waypoints[93].children[0] = 92; -/* 4:35 */waypoints[93].children[1] = 155; -/* 4:35 */waypoints[94] = spawnstruct(); -/* 4:35 */waypoints[94].origin = (-35.7146, -122.991, 2224.13); -/* 4:35 */waypoints[94].type = "stand"; -/* 4:35 */waypoints[94].children[0] = 92; -/* 4:35 */waypoints[94].children[1] = 95; -/* 4:35 */waypoints[95] = spawnstruct(); -/* 4:35 */waypoints[95].origin = (48.2655, -224.815, 2224.13); -/* 4:35 */waypoints[95].type = "stand"; -/* 4:35 */waypoints[95].children[0] = 91; -/* 4:35 */waypoints[95].children[1] = 94; -/* 4:35 */waypoints[95].children[2] = 96; -/* 4:35 */waypoints[96] = spawnstruct(); -/* 4:35 */waypoints[96].origin = (207.915, -96.1799, 2224.13); -/* 4:35 */waypoints[96].type = "stand"; -/* 4:35 */waypoints[96].children[0] = 95; -/* 4:35 */waypoints[96].children[1] = 97; -/* 4:35 */waypoints[96].children[2] = 155; -/* 4:35 */waypoints[97] = spawnstruct(); -/* 4:35 */waypoints[97].origin = (332.069, -112.965, 2212.13); -/* 4:35 */waypoints[97].type = "stand"; -/* 4:35 */waypoints[97].children[0] = 96; -/* 4:35 */waypoints[97].children[1] = 98; -/* 4:35 */waypoints[97].children[2] = 99; -/* 4:35 */waypoints[98] = spawnstruct(); -/* 4:35 */waypoints[98].origin = (323.843, -67.8594, 2212.13); -/* 4:35 */waypoints[98].type = "claymore"; -/* 4:35 */waypoints[98].children[0] = 97; -/* 4:35 */waypoints[98].angles = (24.2535, -84.4226, 0); -/* 4:35 */waypoints[99] = spawnstruct(); -/* 4:35 */waypoints[99].origin = (331.558, -297.314, 2212.13); -/* 4:35 */waypoints[99].type = "stand"; -/* 4:35 */waypoints[99].children[0] = 97; -/* 4:35 */waypoints[99].children[1] = 100; -/* 4:35 */waypoints[99].children[2] = 101; -/* 4:35 */waypoints[99].children[3] = 147; -/* 4:35 */waypoints[100] = spawnstruct(); -/* 4:35 */waypoints[100].origin = (408.285, -410.1, 2212.25); -/* 4:35 */waypoints[100].type = "stand"; -/* 4:35 */waypoints[100].children[0] = 99; -/* 4:35 */waypoints[100].children[1] = 101; -/* 4:35 */waypoints[100].children[2] = 102; -/* 4:35 */waypoints[100].children[3] = 146; -/* 4:35 */waypoints[101] = spawnstruct(); -/* 4:35 */waypoints[101].origin = (200.92, -413.138, 2210.95); -/* 4:35 */waypoints[101].type = "stand"; -/* 4:35 */waypoints[101].children[0] = 100; -/* 4:35 */waypoints[101].children[1] = 91; -/* 4:35 */waypoints[101].children[2] = 99; -/* 4:35 */waypoints[102] = spawnstruct(); -/* 4:35 */waypoints[102].origin = (404.336, -638.701, 2153.11); -/* 4:35 */waypoints[102].type = "stand"; -/* 4:35 */waypoints[102].children[0] = 100; -/* 4:35 */waypoints[102].children[1] = 103; -/* 4:35 */waypoints[102].children[2] = 141; -/* 4:35 */waypoints[102].children[3] = 143; -/* 4:35 */waypoints[103] = spawnstruct(); -/* 4:35 */waypoints[103].origin = (251.274, -654.56, 2148.86); -/* 4:35 */waypoints[103].type = "stand"; -/* 4:35 */waypoints[103].children[0] = 102; -/* 4:35 */waypoints[103].children[1] = 106; -/* 4:35 */waypoints[103].children[2] = 139; -/* 4:35 */waypoints[104] = spawnstruct(); -/* 4:35 */waypoints[104].origin = (-396.079, -826.204, 2160.3); -/* 4:35 */waypoints[104].type = "stand"; -/* 4:35 */waypoints[104].children[0] = 105; -/* 4:35 */waypoints[104].children[1] = 137; -/* 4:35 */waypoints[104].children[2] = 107; -/* 4:35 */waypoints[104].children[3] = 108; -/* 4:35 */waypoints[105] = spawnstruct(); -/* 4:35 */waypoints[105].origin = (-410.619, -702.93, 2157.12); -/* 4:35 */waypoints[105].type = "stand"; -/* 4:35 */waypoints[105].children[0] = 104; -/* 4:35 */waypoints[105].children[1] = 135; -/* 4:35 */waypoints[105].children[2] = 137; -/* 4:35 */waypoints[105].children[3] = 108; -/* 4:35 */waypoints[106] = spawnstruct(); -/* 4:35 */waypoints[106].origin = (-46.1747, -672.173, 2146.5); -/* 4:35 */waypoints[106].type = "stand"; -/* 4:35 */waypoints[106].children[0] = 103; -/* 4:35 */waypoints[106].children[1] = 107; -/* 4:35 */waypoints[106].children[2] = 108; -/* 4:35 */waypoints[107] = spawnstruct(); -/* 4:35 */waypoints[107].origin = (-36.2593, -826.127, 2139.89); -/* 4:35 */waypoints[107].type = "stand"; -/* 4:35 */waypoints[107].children[0] = 106; -/* 4:35 */waypoints[107].children[1] = 104; -/* 4:35 */waypoints[107].children[2] = 108; -/* 4:35 */waypoints[107].children[3] = 140; -/* 4:35 */waypoints[108] = spawnstruct(); -/* 4:35 */waypoints[108].origin = (-197.399, -754.468, 2151.33); -/* 4:35 */waypoints[108].type = "stand"; -/* 4:35 */waypoints[108].children[0] = 106; -/* 4:35 */waypoints[108].children[1] = 109; -/* 4:35 */waypoints[108].children[2] = 104; -/* 4:35 */waypoints[108].children[3] = 105; -/* 4:35 */waypoints[108].children[4] = 107; -/* 4:35 */waypoints[109] = spawnstruct(); -/* 4:35 */waypoints[109].origin = (-173.432, -593.125, 2161.99); -/* 4:35 */waypoints[109].type = "climb"; -/* 4:35 */waypoints[109].children[0] = 110; -/* 4:35 */waypoints[109].children[1] = 108; -/* 4:35 */waypoints[109].angles = (-50.6403, 92.4133, 0); -/* 4:35 */waypoints[110] = spawnstruct(); -/* 4:35 */waypoints[110].origin = (-173.432, -577.098, 2240.12); -/* 4:35 */waypoints[110].type = "climb"; -/* 4:35 */waypoints[110].children[0] = 109; -/* 4:35 */waypoints[110].children[1] = 111; -/* 4:35 */waypoints[110].angles = (10.2295, 90.5951, 0); -/* 4:35 */waypoints[111] = spawnstruct(); -/* 4:35 */waypoints[111].origin = (-203.378, -507.481, 2213.13); -/* 4:35 */waypoints[111].type = "stand"; -/* 4:35 */waypoints[111].children[0] = 88; -/* 4:35 */waypoints[111].children[1] = 110; -/* 4:35 */waypoints[112] = spawnstruct(); -/* 4:35 */waypoints[112].origin = (-633.528, -60.5266, 2146.13); -/* 4:35 */waypoints[112].type = "stand"; -/* 4:35 */waypoints[112].children[0] = 84; -/* 4:35 */waypoints[112].children[1] = 83; -/* 4:35 */waypoints[112].children[2] = 125; -/* 4:35 */waypoints[112].children[3] = 124; -/* 4:35 */waypoints[112].children[4] = 130; -/* 4:35 */waypoints[112].children[5] = 132; -/* 4:35 */waypoints[112].children[6] = 133; -/* 4:35 */waypoints[113] = spawnstruct(); -/* 4:35 */waypoints[113].origin = (-132.819, 978.532, 2182.91); -/* 4:35 */waypoints[113].type = "stand"; -/* 4:35 */waypoints[113].children[0] = 62; -/* 4:35 */waypoints[113].children[1] = 114; -/* 4:35 */waypoints[114] = spawnstruct(); -/* 4:35 */waypoints[114].origin = (-362.801, 985.22, 2188.24); -/* 4:35 */waypoints[114].type = "stand"; -/* 4:35 */waypoints[114].children[0] = 113; -/* 4:35 */waypoints[114].children[1] = 115; -/* 4:35 */waypoints[114].children[2] = 118; -/* 4:35 */waypoints[115] = spawnstruct(); -/* 4:35 */waypoints[115].origin = (-502.27, 933.453, 2193.95); -/* 4:35 */waypoints[115].type = "stand"; -/* 4:35 */waypoints[115].children[0] = 114; -/* 4:35 */waypoints[115].children[1] = 116; -/* 4:35 */waypoints[115].children[2] = 117; -/* 4:35 */waypoints[115].children[3] = 118; -/* 4:35 */waypoints[116] = spawnstruct(); -/* 4:35 */waypoints[116].origin = (-495.901, 985.159, 2191.86); -/* 4:35 */waypoints[116].type = "javelin"; -/* 4:35 */waypoints[116].children[0] = 115; -/* 4:35 */waypoints[116].jav_point = (626.515, 934.659, 2193.21); -/* 4:35 */waypoints[117] = spawnstruct(); -/* 4:35 */waypoints[117].origin = (-725.3, 821.541, 2195.44); -/* 4:35 */waypoints[117].type = "stand"; -/* 4:35 */waypoints[117].children[0] = 115; -/* 4:35 */waypoints[117].children[1] = 118; -/* 4:35 */waypoints[117].children[2] = 126; -/* 4:35 */waypoints[118] = spawnstruct(); -/* 4:35 */waypoints[118].origin = (-357.063, 863.068, 2195.72); -/* 4:35 */waypoints[118].type = "stand"; -/* 4:35 */waypoints[118].children[0] = 114; -/* 4:35 */waypoints[118].children[1] = 115; -/* 4:35 */waypoints[118].children[2] = 117; -/* 4:35 */waypoints[118].children[3] = 119; -/* 4:35 */waypoints[119] = spawnstruct(); -/* 4:35 */waypoints[119].origin = (-358.95, 695.335, 2248.13); -/* 4:35 */waypoints[119].type = "stand"; -/* 4:35 */waypoints[119].children[0] = 118; -/* 4:35 */waypoints[119].children[1] = 120; -/* 4:35 */waypoints[120] = spawnstruct(); -/* 4:35 */waypoints[120].origin = (-349.069, 583.594, 2248.13); -/* 4:35 */waypoints[120].type = "stand"; -/* 4:35 */waypoints[120].children[0] = 119; -/* 4:35 */waypoints[120].children[1] = 121; -/* 4:35 */waypoints[121] = spawnstruct(); -/* 4:35 */waypoints[121].origin = (-547.331, 585.781, 2248.13); -/* 4:35 */waypoints[121].type = "stand"; -/* 4:35 */waypoints[121].children[0] = 120; -/* 4:35 */waypoints[121].children[1] = 122; -/* 4:35 */waypoints[121].children[2] = 163; -/* 4:35 */waypoints[121].children[3] = 81; -/* 4:35 */waypoints[121].children[4] = 167; -/* 4:35 */waypoints[122] = spawnstruct(); -/* 4:35 */waypoints[122].origin = (-646.887, 500.027, 2248.13); -/* 4:35 */waypoints[122].type = "stand"; -/* 4:35 */waypoints[122].children[0] = 121; -/* 4:35 */waypoints[122].children[1] = 123; -/* 4:35 */waypoints[123] = spawnstruct(); -/* 4:35 */waypoints[123].origin = (-649.317, 325.446, 2176.22); -/* 4:35 */waypoints[123].type = "claymore"; -/* 4:35 */waypoints[123].children[0] = 122; -/* 4:35 */waypoints[123].children[1] = 124; -/* 4:35 */waypoints[123].angles = (3.91782, 89.9084, 0); -/* 4:35 */waypoints[124] = spawnstruct(); -/* 4:35 */waypoints[124].origin = (-655.42, 174.953, 2173.84); -/* 4:35 */waypoints[124].type = "stand"; -/* 4:35 */waypoints[124].children[0] = 123; -/* 4:35 */waypoints[124].children[1] = 125; -/* 4:35 */waypoints[124].children[2] = 112; -/* 4:35 */waypoints[125] = spawnstruct(); -/* 4:35 */waypoints[125].origin = (-757.531, 153.528, 2165.35); -/* 4:35 */waypoints[125].type = "stand"; -/* 4:35 */waypoints[125].children[0] = 124; -/* 4:35 */waypoints[125].children[1] = 129; -/* 4:35 */waypoints[125].children[2] = 112; -/* 4:35 */waypoints[125].children[3] = 130; -/* 4:35 */waypoints[125].children[4] = 131; -/* 4:35 */waypoints[126] = spawnstruct(); -/* 4:35 */waypoints[126].origin = (-810.02, 702.678, 2209.56); -/* 4:35 */waypoints[126].type = "stand"; -/* 4:35 */waypoints[126].children[0] = 117; -/* 4:35 */waypoints[126].children[1] = 127; -/* 4:35 */waypoints[126].children[2] = 128; -/* 4:35 */waypoints[127] = spawnstruct(); -/* 4:35 */waypoints[127].origin = (-796.823, 512.265, 2187.86); -/* 4:35 */waypoints[127].type = "stand"; -/* 4:35 */waypoints[127].children[0] = 126; -/* 4:35 */waypoints[127].children[1] = 128; -/* 4:35 */waypoints[127].children[2] = 129; -/* 4:35 */waypoints[127].children[3] = 131; -/* 4:35 */waypoints[128] = spawnstruct(); -/* 4:35 */waypoints[128].origin = (-871.784, 539.959, 2198.15); -/* 4:35 */waypoints[128].type = "stand"; -/* 4:35 */waypoints[128].children[0] = 126; -/* 4:35 */waypoints[128].children[1] = 127; -/* 4:35 */waypoints[128].children[2] = 129; -/* 4:35 */waypoints[129] = spawnstruct(); -/* 4:35 */waypoints[129].origin = (-824.338, 346.065, 2181.08); -/* 4:35 */waypoints[129].type = "stand"; -/* 4:35 */waypoints[129].children[0] = 128; -/* 4:35 */waypoints[129].children[1] = 127; -/* 4:35 */waypoints[129].children[2] = 125; -/* 4:35 */waypoints[129].children[3] = 131; -/* 4:35 */waypoints[130] = spawnstruct(); -/* 4:35 */waypoints[130].origin = (-753.7, -65.2699, 2146.13); -/* 4:35 */waypoints[130].type = "stand"; -/* 4:35 */waypoints[130].children[0] = 125; -/* 4:35 */waypoints[130].children[1] = 112; -/* 4:35 */waypoints[130].children[2] = 132; -/* 4:35 */waypoints[131] = spawnstruct(); -/* 4:35 */waypoints[131].origin = (-763.621, 327.042, 2183.48); -/* 4:35 */waypoints[131].type = "grenade"; -/* 4:35 */waypoints[131].children[0] = 129; -/* 4:35 */waypoints[131].children[1] = 125; -/* 4:35 */waypoints[131].children[2] = 127; -/* 4:35 */waypoints[131].angles = (3.69809, -88.6194, 0); -/* 4:35 */waypoints[132] = spawnstruct(); -/* 4:35 */waypoints[132].origin = (-715.087, -228.347, 2149.62); -/* 4:35 */waypoints[132].type = "stand"; -/* 4:35 */waypoints[132].children[0] = 130; -/* 4:35 */waypoints[132].children[1] = 112; -/* 4:35 */waypoints[132].children[2] = 133; -/* 4:35 */waypoints[132].children[3] = 134; -/* 4:35 */waypoints[133] = spawnstruct(); -/* 4:35 */waypoints[133].origin = (-598.179, -379.042, 2139.35); -/* 4:35 */waypoints[133].type = "stand"; -/* 4:35 */waypoints[133].children[0] = 112; -/* 4:35 */waypoints[133].children[1] = 132; -/* 4:35 */waypoints[133].children[2] = 134; -/* 4:35 */waypoints[133].children[3] = 135; -/* 4:35 */waypoints[134] = spawnstruct(); -/* 4:35 */waypoints[134].origin = (-701.712, -443.03, 2156.31); -/* 4:35 */waypoints[134].type = "stand"; -/* 4:35 */waypoints[134].children[0] = 132; -/* 4:35 */waypoints[134].children[1] = 133; -/* 4:35 */waypoints[134].children[2] = 136; -/* 4:35 */waypoints[135] = spawnstruct(); -/* 4:35 */waypoints[135].origin = (-558.677, -574.301, 2154.88); -/* 4:35 */waypoints[135].type = "stand"; -/* 4:35 */waypoints[135].children[0] = 133; -/* 4:35 */waypoints[135].children[1] = 105; -/* 4:35 */waypoints[135].children[2] = 136; -/* 4:35 */waypoints[135].children[3] = 137; -/* 4:35 */waypoints[136] = spawnstruct(); -/* 4:35 */waypoints[136].origin = (-635.172, -612.666, 2160.37); -/* 4:35 */waypoints[136].type = "stand"; -/* 4:35 */waypoints[136].children[0] = 134; -/* 4:35 */waypoints[136].children[1] = 135; -/* 4:35 */waypoints[136].children[2] = 137; -/* 4:35 */waypoints[136].children[3] = 138; -/* 4:35 */waypoints[137] = spawnstruct(); -/* 4:35 */waypoints[137].origin = (-528.769, -724.388, 2159.92); -/* 4:35 */waypoints[137].type = "stand"; -/* 4:35 */waypoints[137].children[0] = 136; -/* 4:35 */waypoints[137].children[1] = 104; -/* 4:35 */waypoints[137].children[2] = 135; -/* 4:35 */waypoints[137].children[3] = 105; -/* 4:35 */waypoints[137].children[4] = 166; -/* 4:35 */waypoints[138] = spawnstruct(); -/* 4:35 */waypoints[138].origin = (-693.716, -582.188, 2164.14); -/* 4:35 */waypoints[138].type = "tube"; -/* 4:35 */waypoints[138].children[0] = 136; -/* 4:35 */waypoints[138].angles = (-8.35939, -28.9911, 0); -/* 4:35 */waypoints[139] = spawnstruct(); -/* 4:35 */waypoints[139].origin = (341.96, -826.181, 2142.97); -/* 4:35 */waypoints[139].type = "stand"; -/* 4:35 */waypoints[139].children[0] = 103; -/* 4:35 */waypoints[139].children[1] = 140; -/* 4:35 */waypoints[139].children[2] = 141; -/* 4:35 */waypoints[140] = spawnstruct(); -/* 4:35 */waypoints[140].origin = (89.9204, -843.237, 2134.48); -/* 4:35 */waypoints[140].type = "stand"; -/* 4:35 */waypoints[140].children[0] = 107; -/* 4:35 */waypoints[140].children[1] = 139; -/* 4:35 */waypoints[141] = spawnstruct(); -/* 4:35 */waypoints[141].origin = (481.33, -811.897, 2149.13); -/* 4:35 */waypoints[141].type = "stand"; -/* 4:35 */waypoints[141].children[0] = 102; -/* 4:35 */waypoints[141].children[1] = 139; -/* 4:35 */waypoints[141].children[2] = 142; -/* 4:35 */waypoints[141].children[3] = 143; -/* 4:35 */waypoints[142] = spawnstruct(); -/* 4:35 */waypoints[142].origin = (714.089, -739.649, 2174.02); -/* 4:35 */waypoints[142].type = "stand"; -/* 4:35 */waypoints[142].children[0] = 141; -/* 4:35 */waypoints[142].children[1] = 143; -/* 4:35 */waypoints[142].children[2] = 144; -/* 4:35 */waypoints[143] = spawnstruct(); -/* 4:35 */waypoints[143].origin = (520.999, -719.019, 2150.96); -/* 4:35 */waypoints[143].type = "grenade"; -/* 4:35 */waypoints[143].children[0] = 102; -/* 4:35 */waypoints[143].children[1] = 141; -/* 4:35 */waypoints[143].children[2] = 142; -/* 4:35 */waypoints[143].angles = (-2.19606, -175.417, 0); -/* 4:35 */waypoints[144] = spawnstruct(); -/* 4:35 */waypoints[144].origin = (834.769, -694.565, 2180.13); -/* 4:35 */waypoints[144].type = "stand"; -/* 4:35 */waypoints[144].children[0] = 142; -/* 4:35 */waypoints[144].children[1] = 145; -/* 4:35 */waypoints[145] = spawnstruct(); -/* 4:35 */waypoints[145].origin = (830.892, -430.745, 2214.13); -/* 4:35 */waypoints[145].type = "stand"; -/* 4:35 */waypoints[145].children[0] = 144; -/* 4:35 */waypoints[145].children[1] = 1; -/* 4:35 */waypoints[145].children[2] = 146; -/* 4:35 */waypoints[146] = spawnstruct(); -/* 4:35 */waypoints[146].origin = (639.549, -437.141, 2211.63); -/* 4:35 */waypoints[146].type = "stand"; -/* 4:35 */waypoints[146].children[0] = 145; -/* 4:35 */waypoints[146].children[1] = 100; -/* 4:35 */waypoints[146].children[2] = 147; -/* 4:35 */waypoints[147] = spawnstruct(); -/* 4:35 */waypoints[147].origin = (614.095, -241.718, 2210.13); -/* 4:35 */waypoints[147].type = "stand"; -/* 4:35 */waypoints[147].children[0] = 146; -/* 4:35 */waypoints[147].children[1] = 99; -/* 4:35 */waypoints[147].children[2] = 148; -/* 4:35 */waypoints[148] = spawnstruct(); -/* 4:35 */waypoints[148].origin = (600.812, -96.9164, 2211.13); -/* 4:35 */waypoints[148].type = "stand"; -/* 4:35 */waypoints[148].children[0] = 147; -/* 4:35 */waypoints[148].children[1] = 149; -/* 4:35 */waypoints[149] = spawnstruct(); -/* 4:35 */waypoints[149].origin = (605.219, 41.8294, 2224.13); -/* 4:35 */waypoints[149].type = "stand"; -/* 4:35 */waypoints[149].children[0] = 148; -/* 4:35 */waypoints[149].children[1] = 150; -/* 4:35 */waypoints[149].children[2] = 170; -/* 4:35 */waypoints[150] = spawnstruct(); -/* 4:35 */waypoints[150].origin = (618.016, 188.277, 2224.13); -/* 4:35 */waypoints[150].type = "stand"; -/* 4:35 */waypoints[150].children[0] = 149; -/* 4:35 */waypoints[150].children[1] = 151; -/* 4:35 */waypoints[150].children[2] = 156; -/* 4:35 */waypoints[150].children[3] = 170; -/* 4:35 */waypoints[150].children[4] = 171; -/* 4:35 */waypoints[151] = spawnstruct(); -/* 4:35 */waypoints[151].origin = (479.955, 186.152, 2224.13); -/* 4:35 */waypoints[151].type = "stand"; -/* 4:35 */waypoints[151].children[0] = 150; -/* 4:35 */waypoints[151].children[1] = 152; -/* 4:35 */waypoints[152] = spawnstruct(); -/* 4:35 */waypoints[152].origin = (386.723, 135.263, 2224.13); -/* 4:35 */waypoints[152].type = "stand"; -/* 4:35 */waypoints[152].children[0] = 151; -/* 4:35 */waypoints[152].children[1] = 153; -/* 4:35 */waypoints[153] = spawnstruct(); -/* 4:35 */waypoints[153].origin = (370.753, 38.3585, 2224.13); -/* 4:35 */waypoints[153].type = "stand"; -/* 4:35 */waypoints[153].children[0] = 152; -/* 4:35 */waypoints[153].children[1] = 154; -/* 4:35 */waypoints[153].children[2] = 155; -/* 4:35 */waypoints[154] = spawnstruct(); -/* 4:35 */waypoints[154].origin = (351.095, 102.122, 2224.13); -/* 4:35 */waypoints[154].type = "claymore"; -/* 4:35 */waypoints[154].children[0] = 153; -/* 4:35 */waypoints[154].angles = (20.5731, -74.48, 0); -/* 4:35 */waypoints[155] = spawnstruct(); -/* 4:35 */waypoints[155].origin = (236.773, 38.3079, 2224.13); -/* 4:35 */waypoints[155].type = "stand"; -/* 4:35 */waypoints[155].children[0] = 153; -/* 4:35 */waypoints[155].children[1] = 96; -/* 4:35 */waypoints[155].children[2] = 93; -/* 4:35 */waypoints[156] = spawnstruct(); -/* 4:35 */waypoints[156].origin = (822.05, 270.174, 2208.13); -/* 4:35 */waypoints[156].type = "stand"; -/* 4:35 */waypoints[156].children[0] = 150; -/* 4:35 */waypoints[156].children[1] = 157; -/* 4:35 */waypoints[156].children[2] = 158; -/* 4:35 */waypoints[157] = spawnstruct(); -/* 4:35 */waypoints[157].origin = (872.021, 183.812, 2208.13); -/* 4:35 */waypoints[157].type = "crouch"; -/* 4:35 */waypoints[157].children[0] = 156; -/* 4:35 */waypoints[157].angles = (15.9533, 118.539, 0); -/* 4:35 */waypoints[158] = spawnstruct(); -/* 4:35 */waypoints[158].origin = (1003.72, 285.789, 2252.13); -/* 4:35 */waypoints[158].type = "stand"; -/* 4:35 */waypoints[158].children[0] = 156; -/* 4:35 */waypoints[158].children[1] = 159; -/* 4:35 */waypoints[159] = spawnstruct(); -/* 4:35 */waypoints[159].origin = (1015.07, 83.4455, 2316.13); -/* 4:35 */waypoints[159].type = "stand"; -/* 4:35 */waypoints[159].children[0] = 40; -/* 4:35 */waypoints[159].children[1] = 41; -/* 4:35 */waypoints[159].children[2] = 158; -/* 4:35 */waypoints[160] = spawnstruct(); -/* 4:35 */waypoints[160].origin = (1216.03, -97.492, 2316.13); -/* 4:35 */waypoints[160].type = "stand"; -/* 4:35 */waypoints[160].children[0] = 19; -/* 4:35 */waypoints[160].children[1] = 161; -/* 4:35 */waypoints[160].children[2] = 162; -/* 4:35 */waypoints[161] = spawnstruct(); -/* 4:35 */waypoints[161].origin = (1178.2, -146.69, 2316.13); -/* 4:35 */waypoints[161].type = "claymore"; -/* 4:35 */waypoints[161].children[0] = 160; -/* 4:35 */waypoints[161].angles = (19.9084, 43.5736, 0); -/* 4:35 */waypoints[162] = spawnstruct(); -/* 4:35 */waypoints[162].origin = (1216.84, -254.578, 2316.13); -/* 4:35 */waypoints[162].type = "prone"; -/* 4:35 */waypoints[162].children[0] = 160; -/* 4:35 */waypoints[162].children[1] = 17; -/* 4:35 */waypoints[162].children[2] = 32; -/* 4:35 */waypoints[163] = spawnstruct(); -/* 4:35 */waypoints[163].origin = (-616.604, 588.154, 2248.13); -/* 4:35 */waypoints[163].type = "javelin"; -/* 4:35 */waypoints[163].children[0] = 121; -/* 4:35 */waypoints[163].jav_point = (607.947, 494.695, 2226.95); -/* 4:35 */waypoints[164] = spawnstruct(); -/* 4:35 */waypoints[164].origin = (315.65, 399.488, 2223.13); -/* 4:35 */waypoints[164].type = "stand"; -/* 4:35 */waypoints[164].children[0] = 77; -/* 4:35 */waypoints[164].children[1] = 165; -/* 4:35 */waypoints[165] = spawnstruct(); -/* 4:35 */waypoints[165].origin = (480.788, 476.122, 2223.13); -/* 4:35 */waypoints[165].type = "stand"; -/* 4:35 */waypoints[165].children[0] = 164; -/* 4:35 */waypoints[165].children[1] = 68; -/* 4:35 */waypoints[165].children[2] = 69; -/* 4:35 */waypoints[165].children[3] = 171; -/* 4:35 */waypoints[166] = spawnstruct(); -/* 4:35 */waypoints[166].origin = (-636.476, -708.948, 2170.14); -/* 4:35 */waypoints[166].type = "javelin"; -/* 4:35 */waypoints[166].children[0] = 137; -/* 4:35 */waypoints[166].jav_point = (751.875, -659.213, 2306.77); -/* 4:35 */waypoints[167] = spawnstruct(); -/* 4:35 */waypoints[167].origin = (-472.609, 361.57, 2240.13); -/* 4:35 */waypoints[167].type = "prone"; -/* 4:35 */waypoints[167].children[0] = 121; -/* 4:35 */waypoints[167].children[1] = 81; -/* 4:35 */waypoints[167].children[2] = 82; -/* 4:35 */waypoints[168] = spawnstruct(); -/* 4:35 */waypoints[168].origin = (133.459, 339.072, 2223.13); -/* 4:35 */waypoints[168].type = "grenade"; -/* 4:35 */waypoints[168].children[0] = 77; -/* 4:35 */waypoints[168].angles = (-2.49819, -154.863, 0); -/* 4:35 */waypoints[169] = spawnstruct(); -/* 4:35 */waypoints[169].origin = (-293.215, 300.28, 2238.13); -/* 4:35 */waypoints[169].type = "stand"; -/* 4:35 */waypoints[169].children[0] = 78; -/* 4:35 */waypoints[169].children[1] = 82; -/* 4:35 */waypoints[169].children[2] = 80; -/* 4:35 */waypoints[170] = spawnstruct(); -/* 4:35 */waypoints[170].origin = (659.819, 108.229, 2224.13); -/* 4:35 */waypoints[170].type = "grenade"; -/* 4:35 */waypoints[170].children[0] = 150; -/* 4:35 */waypoints[170].children[1] = 149; -/* 4:35 */waypoints[170].angles = (4.29016, 80.119, 0); -/* 4:35 */waypoints[171] = spawnstruct(); -/* 4:35 */waypoints[171].origin = (616.649, 381.669, 2232.13); -/* 4:35 */waypoints[171].type = "stand"; -/* 4:35 */waypoints[171].children[0] = 150; -/* 4:35 */waypoints[171].children[1] = 165; -/* 4:35 */waypoints[171].children[2] = 69; -/* 4:35 */return waypoints; -} - - diff --git a/raw/maps/mp/bots/waypoints/hardhat.gsc b/raw/maps/mp/bots/waypoints/hardhat.gsc deleted file mode 100644 index 0cba4bc..0000000 --- a/raw/maps/mp/bots/waypoints/hardhat.gsc +++ /dev/null @@ -1,1261 +0,0 @@ -Hardhat() -{ -/* 9:02 */waypoints = []; -/* 9:02 */waypoints[0] = spawnstruct(); -/* 9:02 */waypoints[0].origin = (-120, 992, 376.125); -/* 9:02 */waypoints[0].type = "stand"; -/* 9:02 */waypoints[0].children[0] = 2; -/* 9:02 */waypoints[0].children[1] = 1; -/* 9:02 */waypoints[0].children[2] = 56; -/* 9:02 */waypoints[1] = spawnstruct(); -/* 9:02 */waypoints[1].origin = (40.4314, 1159.59, 376.125); -/* 9:02 */waypoints[1].type = "stand"; -/* 9:02 */waypoints[1].children[0] = 0; -/* 9:02 */waypoints[1].children[1] = 3; -/* 9:02 */waypoints[1].children[2] = 2; -/* 9:02 */waypoints[1].children[3] = 4; -/* 9:02 */waypoints[1].children[4] = 56; -/* 9:02 */waypoints[2] = spawnstruct(); -/* 9:02 */waypoints[2].origin = (97.5768, 906.426, 376.125); -/* 9:02 */waypoints[2].type = "stand"; -/* 9:02 */waypoints[2].children[0] = 3; -/* 9:02 */waypoints[2].children[1] = 4; -/* 9:02 */waypoints[2].children[2] = 0; -/* 9:02 */waypoints[2].children[3] = 1; -/* 9:02 */waypoints[3] = spawnstruct(); -/* 9:02 */waypoints[3].origin = (341.748, 1046.18, 371.365); -/* 9:02 */waypoints[3].type = "stand"; -/* 9:02 */waypoints[3].children[0] = 7; -/* 9:02 */waypoints[3].children[1] = 2; -/* 9:02 */waypoints[3].children[2] = 1; -/* 9:02 */waypoints[4] = spawnstruct(); -/* 9:02 */waypoints[4].origin = (346.79, 952.779, 369.383); -/* 9:02 */waypoints[4].type = "stand"; -/* 9:02 */waypoints[4].children[0] = 2; -/* 9:02 */waypoints[4].children[1] = 1; -/* 9:02 */waypoints[4].children[2] = 5; -/* 9:02 */waypoints[4].children[3] = 149; -/* 9:02 */waypoints[5] = spawnstruct(); -/* 9:02 */waypoints[5].origin = (711.911, 971.575, 370.625); -/* 9:02 */waypoints[5].type = "stand"; -/* 9:02 */waypoints[5].children[0] = 6; -/* 9:02 */waypoints[5].children[1] = 4; -/* 9:02 */waypoints[5].children[2] = 12; -/* 9:02 */waypoints[6] = spawnstruct(); -/* 9:02 */waypoints[6].origin = (924.332, 958.532, 380.692); -/* 9:02 */waypoints[6].type = "stand"; -/* 9:02 */waypoints[6].children[0] = 10; -/* 9:02 */waypoints[6].children[1] = 5; -/* 9:02 */waypoints[7] = spawnstruct(); -/* 9:02 */waypoints[7].origin = (511.565, 1000.52, 376.444); -/* 9:02 */waypoints[7].type = "stand"; -/* 9:02 */waypoints[7].children[0] = 3; -/* 9:02 */waypoints[7].children[1] = 8; -/* 9:02 */waypoints[8] = spawnstruct(); -/* 9:02 */waypoints[8].origin = (503.557, 1377.1, 368.125); -/* 9:02 */waypoints[8].type = "stand"; -/* 9:02 */waypoints[8].children[0] = 7; -/* 9:02 */waypoints[8].children[1] = 9; -/* 9:02 */waypoints[8].children[2] = 12; -/* 9:02 */waypoints[9] = spawnstruct(); -/* 9:02 */waypoints[9].origin = (1042.99, 1384.88, 368.125); -/* 9:02 */waypoints[9].type = "stand"; -/* 9:02 */waypoints[9].children[0] = 10; -/* 9:02 */waypoints[9].children[1] = 8; -/* 9:02 */waypoints[9].children[2] = 13; -/* 9:02 */waypoints[10] = spawnstruct(); -/* 9:02 */waypoints[10].origin = (932.92, 1241.2, 368.125); -/* 9:02 */waypoints[10].type = "stand"; -/* 9:02 */waypoints[10].children[0] = 9; -/* 9:02 */waypoints[10].children[1] = 11; -/* 9:02 */waypoints[10].children[2] = 6; -/* 9:02 */waypoints[11] = spawnstruct(); -/* 9:02 */waypoints[11].origin = (1046.75, 1253.01, 368.125); -/* 9:02 */waypoints[11].type = "stand"; -/* 9:02 */waypoints[11].children[0] = 10; -/* 9:02 */waypoints[11].children[1] = 13; -/* 9:02 */waypoints[12] = spawnstruct(); -/* 9:02 */waypoints[12].origin = (741.714, 1340.24, 370.625); -/* 9:02 */waypoints[12].type = "stand"; -/* 9:02 */waypoints[12].children[0] = 8; -/* 9:02 */waypoints[12].children[1] = 5; -/* 9:02 */waypoints[13] = spawnstruct(); -/* 9:02 */waypoints[13].origin = (1210.09, 1292.8, 324.335); -/* 9:02 */waypoints[13].type = "stand"; -/* 9:02 */waypoints[13].children[0] = 11; -/* 9:02 */waypoints[13].children[1] = 9; -/* 9:02 */waypoints[13].children[2] = 14; -/* 9:02 */waypoints[13].children[3] = 15; -/* 9:02 */waypoints[14] = spawnstruct(); -/* 9:02 */waypoints[14].origin = (1347.07, 1149.57, 304.333); -/* 9:02 */waypoints[14].type = "stand"; -/* 9:02 */waypoints[14].children[0] = 13; -/* 9:02 */waypoints[14].children[1] = 18; -/* 9:02 */waypoints[14].children[2] = 142; -/* 9:02 */waypoints[14].children[3] = 144; -/* 9:02 */waypoints[15] = spawnstruct(); -/* 9:02 */waypoints[15].origin = (1390.15, 1336.76, 312.934); -/* 9:02 */waypoints[15].type = "stand"; -/* 9:02 */waypoints[15].children[0] = 13; -/* 9:02 */waypoints[15].children[1] = 16; -/* 9:02 */waypoints[16] = spawnstruct(); -/* 9:02 */waypoints[16].origin = (1602.89, 1285, 306.197); -/* 9:02 */waypoints[16].type = "stand"; -/* 9:02 */waypoints[16].children[0] = 17; -/* 9:02 */waypoints[16].children[1] = 15; -/* 9:02 */waypoints[16].children[2] = 18; -/* 9:02 */waypoints[17] = spawnstruct(); -/* 9:02 */waypoints[17].origin = (1809.35, 1178.65, 295.194); -/* 9:02 */waypoints[17].type = "stand"; -/* 9:02 */waypoints[17].children[0] = 16; -/* 9:02 */waypoints[17].children[1] = 19; -/* 9:02 */waypoints[17].children[2] = 143; -/* 9:02 */waypoints[18] = spawnstruct(); -/* 9:02 */waypoints[18].origin = (1513.59, 959.702, 275.452); -/* 9:02 */waypoints[18].type = "stand"; -/* 9:02 */waypoints[18].children[0] = 14; -/* 9:02 */waypoints[18].children[1] = 16; -/* 9:02 */waypoints[18].children[2] = 35; -/* 9:02 */waypoints[18].children[3] = 36; -/* 9:02 */waypoints[19] = spawnstruct(); -/* 9:02 */waypoints[19].origin = (1791.41, 922.103, 320.125); -/* 9:02 */waypoints[19].type = "stand"; -/* 9:02 */waypoints[19].children[0] = 17; -/* 9:02 */waypoints[19].children[1] = 21; -/* 9:02 */waypoints[19].children[2] = 143; -/* 9:02 */waypoints[20] = spawnstruct(); -/* 9:02 */waypoints[20].origin = (1909.95, 797.474, 320.125); -/* 9:02 */waypoints[20].type = "stand"; -/* 9:02 */waypoints[20].children[0] = 21; -/* 9:02 */waypoints[20].children[1] = 22; -/* 9:02 */waypoints[21] = spawnstruct(); -/* 9:02 */waypoints[21].origin = (1786.89, 762.84, 320.125); -/* 9:02 */waypoints[21].type = "stand"; -/* 9:02 */waypoints[21].children[0] = 23; -/* 9:02 */waypoints[21].children[1] = 19; -/* 9:02 */waypoints[21].children[2] = 20; -/* 9:02 */waypoints[21].children[3] = 34; -/* 9:02 */waypoints[22] = spawnstruct(); -/* 9:02 */waypoints[22].origin = (1914.05, 459.8, 320.125); -/* 9:02 */waypoints[22].type = "stand"; -/* 9:02 */waypoints[22].children[0] = 20; -/* 9:02 */waypoints[22].children[1] = 23; -/* 9:02 */waypoints[22].children[2] = 24; -/* 9:02 */waypoints[22].children[3] = 31; -/* 9:02 */waypoints[23] = spawnstruct(); -/* 9:02 */waypoints[23].origin = (1787.95, 452.315, 320.125); -/* 9:02 */waypoints[23].type = "stand"; -/* 9:02 */waypoints[23].children[0] = 21; -/* 9:02 */waypoints[23].children[1] = 22; -/* 9:02 */waypoints[23].children[2] = 32; -/* 9:02 */waypoints[23].children[3] = 34; -/* 9:02 */waypoints[24] = spawnstruct(); -/* 9:02 */waypoints[24].origin = (2077.94, 467.015, 320.125); -/* 9:02 */waypoints[24].type = "stand"; -/* 9:02 */waypoints[24].children[0] = 25; -/* 9:02 */waypoints[24].children[1] = 22; -/* 9:02 */waypoints[24].children[2] = 29; -/* 9:02 */waypoints[24].children[3] = 30; -/* 9:02 */waypoints[25] = spawnstruct(); -/* 9:02 */waypoints[25].origin = (2127.73, 597.638, 320.125); -/* 9:02 */waypoints[25].type = "stand"; -/* 9:02 */waypoints[25].children[0] = 26; -/* 9:02 */waypoints[25].children[1] = 24; -/* 9:02 */waypoints[26] = spawnstruct(); -/* 9:02 */waypoints[26].origin = (2125.1, 755.131, 256.125); -/* 9:02 */waypoints[26].type = "stand"; -/* 9:02 */waypoints[26].children[0] = 27; -/* 9:02 */waypoints[26].children[1] = 25; -/* 9:02 */waypoints[27] = spawnstruct(); -/* 9:02 */waypoints[27].origin = (2032.92, 753.013, 256.125); -/* 9:02 */waypoints[27].type = "stand"; -/* 9:02 */waypoints[27].children[0] = 28; -/* 9:02 */waypoints[27].children[1] = 26; -/* 9:02 */waypoints[28] = spawnstruct(); -/* 9:02 */waypoints[28].origin = (2023.81, 548.935, 184.125); -/* 9:02 */waypoints[28].type = "stand"; -/* 9:02 */waypoints[28].children[0] = 27; -/* 9:02 */waypoints[28].children[1] = 137; -/* 9:02 */waypoints[28].children[2] = 141; -/* 9:02 */waypoints[29] = spawnstruct(); -/* 9:02 */waypoints[29].origin = (2019.33, 572.192, 320.125); -/* 9:02 */waypoints[29].type = "climb"; -/* 9:02 */waypoints[29].children[0] = 24; -/* 9:02 */waypoints[29].angles = (2.14783, 91.0162, 0); -/* 9:02 */waypoints[30] = spawnstruct(); -/* 9:02 */waypoints[30].origin = (2172.75, 365.212, 320.125); -/* 9:02 */waypoints[30].type = "stand"; -/* 9:02 */waypoints[30].children[0] = 31; -/* 9:02 */waypoints[30].children[1] = 24; -/* 9:02 */waypoints[31] = spawnstruct(); -/* 9:02 */waypoints[31].origin = (2042.22, 244.528, 320.125); -/* 9:02 */waypoints[31].type = "stand"; -/* 9:02 */waypoints[31].children[0] = 32; -/* 9:02 */waypoints[31].children[1] = 30; -/* 9:02 */waypoints[31].children[2] = 22; -/* 9:02 */waypoints[32] = spawnstruct(); -/* 9:02 */waypoints[32].origin = (1778.84, 236.585, 320.125); -/* 9:02 */waypoints[32].type = "stand"; -/* 9:02 */waypoints[32].children[0] = 31; -/* 9:02 */waypoints[32].children[1] = 23; -/* 9:02 */waypoints[32].children[2] = 33; -/* 9:02 */waypoints[33] = spawnstruct(); -/* 9:02 */waypoints[33].origin = (1750.35, 127.549, 320.125); -/* 9:02 */waypoints[33].type = "stand"; -/* 9:02 */waypoints[33].children[0] = 32; -/* 9:02 */waypoints[33].children[1] = 136; -/* 9:02 */waypoints[34] = spawnstruct(); -/* 9:02 */waypoints[34].origin = (1700.57, 610.106, 320.125); -/* 9:02 */waypoints[34].type = "stand"; -/* 9:02 */waypoints[34].children[0] = 21; -/* 9:02 */waypoints[34].children[1] = 23; -/* 9:02 */waypoints[35] = spawnstruct(); -/* 9:02 */waypoints[35].origin = (1579.21, 611.473, 185.558); -/* 9:02 */waypoints[35].type = "stand"; -/* 9:02 */waypoints[35].children[0] = 18; -/* 9:02 */waypoints[35].children[1] = 38; -/* 9:02 */waypoints[35].children[2] = 36; -/* 9:02 */waypoints[35].children[3] = 37; -/* 9:02 */waypoints[35].children[4] = 39; -/* 9:02 */waypoints[35].children[5] = 142; -/* 9:02 */waypoints[36] = spawnstruct(); -/* 9:02 */waypoints[36].origin = (1436.28, 793.506, 223.694); -/* 9:02 */waypoints[36].type = "stand"; -/* 9:02 */waypoints[36].children[0] = 35; -/* 9:02 */waypoints[36].children[1] = 18; -/* 9:02 */waypoints[36].children[2] = 37; -/* 9:02 */waypoints[36].children[3] = 38; -/* 9:02 */waypoints[36].children[4] = 39; -/* 9:02 */waypoints[37] = spawnstruct(); -/* 9:02 */waypoints[37].origin = (1434.83, 395.008, 185.294); -/* 9:02 */waypoints[37].type = "stand"; -/* 9:02 */waypoints[37].children[0] = 36; -/* 9:02 */waypoints[37].children[1] = 38; -/* 9:02 */waypoints[37].children[2] = 35; -/* 9:02 */waypoints[37].children[3] = 39; -/* 9:02 */waypoints[38] = spawnstruct(); -/* 9:02 */waypoints[38].origin = (1610.66, 301.78, 188.049); -/* 9:02 */waypoints[38].type = "stand"; -/* 9:02 */waypoints[38].children[0] = 35; -/* 9:02 */waypoints[38].children[1] = 37; -/* 9:02 */waypoints[38].children[2] = 36; -/* 9:02 */waypoints[38].children[3] = 139; -/* 9:02 */waypoints[38].children[4] = 138; -/* 9:02 */waypoints[39] = spawnstruct(); -/* 9:02 */waypoints[39].origin = (1398.16, 559.246, 182.102); -/* 9:02 */waypoints[39].type = "stand"; -/* 9:02 */waypoints[39].children[0] = 37; -/* 9:02 */waypoints[39].children[1] = 35; -/* 9:02 */waypoints[39].children[2] = 36; -/* 9:02 */waypoints[39].children[3] = 40; -/* 9:02 */waypoints[40] = spawnstruct(); -/* 9:02 */waypoints[40].origin = (1249.67, 595.669, 167.325); -/* 9:02 */waypoints[40].type = "stand"; -/* 9:02 */waypoints[40].children[0] = 39; -/* 9:02 */waypoints[40].children[1] = 41; -/* 9:02 */waypoints[40].children[2] = 44; -/* 9:02 */waypoints[40].children[3] = 45; -/* 9:02 */waypoints[41] = spawnstruct(); -/* 9:02 */waypoints[41].origin = (1257.72, 418.602, 160.317); -/* 9:02 */waypoints[41].type = "stand"; -/* 9:02 */waypoints[41].children[0] = 40; -/* 9:02 */waypoints[41].children[1] = 42; -/* 9:02 */waypoints[42] = spawnstruct(); -/* 9:02 */waypoints[42].origin = (1261.79, -160.728, 150.012); -/* 9:02 */waypoints[42].type = "stand"; -/* 9:02 */waypoints[42].children[0] = 41; -/* 9:02 */waypoints[42].children[1] = 43; -/* 9:02 */waypoints[43] = spawnstruct(); -/* 9:02 */waypoints[43].origin = (1262.39, -333.15, 154.543); -/* 9:02 */waypoints[43].type = "stand"; -/* 9:02 */waypoints[43].children[0] = 42; -/* 9:02 */waypoints[43].children[1] = 95; -/* 9:02 */waypoints[43].children[2] = 97; -/* 9:02 */waypoints[44] = spawnstruct(); -/* 9:02 */waypoints[44].origin = (1081.71, 750.295, 216.162); -/* 9:02 */waypoints[44].type = "stand"; -/* 9:02 */waypoints[44].children[0] = 40; -/* 9:02 */waypoints[44].children[1] = 47; -/* 9:02 */waypoints[44].children[2] = 49; -/* 9:02 */waypoints[45] = spawnstruct(); -/* 9:02 */waypoints[45].origin = (1080.53, 543.727, 232.5); -/* 9:02 */waypoints[45].type = "stand"; -/* 9:02 */waypoints[45].children[0] = 40; -/* 9:02 */waypoints[45].children[1] = 46; -/* 9:02 */waypoints[46] = spawnstruct(); -/* 9:02 */waypoints[46].origin = (929.631, 561.908, 265.963); -/* 9:02 */waypoints[46].type = "stand"; -/* 9:02 */waypoints[46].children[0] = 45; -/* 9:02 */waypoints[46].children[1] = 48; -/* 9:02 */waypoints[46].children[2] = 47; -/* 9:02 */waypoints[47] = spawnstruct(); -/* 9:02 */waypoints[47].origin = (830.429, 791.746, 306.742); -/* 9:02 */waypoints[47].type = "stand"; -/* 9:02 */waypoints[47].children[0] = 48; -/* 9:02 */waypoints[47].children[1] = 44; -/* 9:02 */waypoints[47].children[2] = 46; -/* 9:02 */waypoints[47].children[3] = 49; -/* 9:02 */waypoints[47].children[4] = 50; -/* 9:02 */waypoints[48] = spawnstruct(); -/* 9:02 */waypoints[48].origin = (759.458, 711.155, 328.781); -/* 9:02 */waypoints[48].type = "stand"; -/* 9:02 */waypoints[48].children[0] = 46; -/* 9:02 */waypoints[48].children[1] = 47; -/* 9:02 */waypoints[48].children[2] = 50; -/* 9:02 */waypoints[48].children[3] = 51; -/* 9:02 */waypoints[49] = spawnstruct(); -/* 9:02 */waypoints[49].origin = (971.855, 839.325, 246.367); -/* 9:02 */waypoints[49].type = "stand"; -/* 9:02 */waypoints[49].children[0] = 44; -/* 9:02 */waypoints[49].children[1] = 47; -/* 9:02 */waypoints[50] = spawnstruct(); -/* 9:02 */waypoints[50].origin = (708.061, 772.7, 345.823); -/* 9:02 */waypoints[50].type = "stand"; -/* 9:02 */waypoints[50].children[0] = 48; -/* 9:02 */waypoints[50].children[1] = 47; -/* 9:02 */waypoints[50].children[2] = 51; -/* 9:02 */waypoints[51] = spawnstruct(); -/* 9:02 */waypoints[51].origin = (537.579, 714.351, 352.636); -/* 9:02 */waypoints[51].type = "stand"; -/* 9:02 */waypoints[51].children[0] = 52; -/* 9:02 */waypoints[51].children[1] = 50; -/* 9:02 */waypoints[51].children[2] = 48; -/* 9:02 */waypoints[51].children[3] = 54; -/* 9:02 */waypoints[52] = spawnstruct(); -/* 9:02 */waypoints[52].origin = (375.923, 769.325, 363.096); -/* 9:02 */waypoints[52].type = "stand"; -/* 9:02 */waypoints[52].children[0] = 53; -/* 9:02 */waypoints[52].children[1] = 51; -/* 9:02 */waypoints[53] = spawnstruct(); -/* 9:02 */waypoints[53].origin = (263.956, 833.736, 376.03); -/* 9:02 */waypoints[53].type = "stand"; -/* 9:02 */waypoints[53].children[0] = 52; -/* 9:02 */waypoints[53].children[1] = 54; -/* 9:02 */waypoints[54] = spawnstruct(); -/* 9:02 */waypoints[54].origin = (229.51, 687.503, 375.7); -/* 9:02 */waypoints[54].type = "stand"; -/* 9:02 */waypoints[54].children[0] = 51; -/* 9:02 */waypoints[54].children[1] = 53; -/* 9:02 */waypoints[54].children[2] = 55; -/* 9:02 */waypoints[54].children[3] = 66; -/* 9:02 */waypoints[55] = spawnstruct(); -/* 9:02 */waypoints[55].origin = (15.5131, 528.525, 366.41); -/* 9:02 */waypoints[55].type = "stand"; -/* 9:02 */waypoints[55].children[0] = 56; -/* 9:02 */waypoints[55].children[1] = 54; -/* 9:02 */waypoints[55].children[2] = 66; -/* 9:02 */waypoints[55].children[3] = 64; -/* 9:02 */waypoints[56] = spawnstruct(); -/* 9:02 */waypoints[56].origin = (-247.127, 757.183, 376.125); -/* 9:02 */waypoints[56].type = "stand"; -/* 9:02 */waypoints[56].children[0] = 55; -/* 9:02 */waypoints[56].children[1] = 0; -/* 9:02 */waypoints[56].children[2] = 57; -/* 9:02 */waypoints[56].children[3] = 58; -/* 9:02 */waypoints[56].children[4] = 1; -/* 9:02 */waypoints[57] = spawnstruct(); -/* 9:02 */waypoints[57].origin = (-464.563, 922.143, 376.125); -/* 9:02 */waypoints[57].type = "stand"; -/* 9:02 */waypoints[57].children[0] = 56; -/* 9:02 */waypoints[57].children[1] = 58; -/* 9:02 */waypoints[57].children[2] = 67; -/* 9:02 */waypoints[58] = spawnstruct(); -/* 9:02 */waypoints[58].origin = (-492.201, 685.902, 353.387); -/* 9:02 */waypoints[58].type = "stand"; -/* 9:02 */waypoints[58].children[0] = 57; -/* 9:02 */waypoints[58].children[1] = 56; -/* 9:02 */waypoints[58].children[2] = 59; -/* 9:02 */waypoints[59] = spawnstruct(); -/* 9:02 */waypoints[59].origin = (-542.031, 515.274, 305.431); -/* 9:02 */waypoints[59].type = "stand"; -/* 9:02 */waypoints[59].children[0] = 60; -/* 9:02 */waypoints[59].children[1] = 58; -/* 9:02 */waypoints[60] = spawnstruct(); -/* 9:02 */waypoints[60].origin = (-720.501, 241.128, 197.282); -/* 9:02 */waypoints[60].type = "stand"; -/* 9:02 */waypoints[60].children[0] = 62; -/* 9:02 */waypoints[60].children[1] = 61; -/* 9:02 */waypoints[60].children[2] = 59; -/* 9:02 */waypoints[60].children[3] = 68; -/* 9:02 */waypoints[60].children[4] = 71; -/* 9:02 */waypoints[60].children[5] = 188; -/* 9:02 */waypoints[61] = spawnstruct(); -/* 9:02 */waypoints[61].origin = (-559.808, 55.0623, 208.086); -/* 9:02 */waypoints[61].type = "stand"; -/* 9:02 */waypoints[61].children[0] = 60; -/* 9:02 */waypoints[61].children[1] = 62; -/* 9:02 */waypoints[61].children[2] = 63; -/* 9:02 */waypoints[61].children[3] = 67; -/* 9:02 */waypoints[61].children[4] = 64; -/* 9:02 */waypoints[61].children[5] = 188; -/* 9:02 */waypoints[62] = spawnstruct(); -/* 9:02 */waypoints[62].origin = (-393.837, 253.412, 245.633); -/* 9:02 */waypoints[62].type = "stand"; -/* 9:02 */waypoints[62].children[0] = 63; -/* 9:02 */waypoints[62].children[1] = 60; -/* 9:02 */waypoints[62].children[2] = 61; -/* 9:02 */waypoints[63] = spawnstruct(); -/* 9:02 */waypoints[63].origin = (-252.857, 57.431, 258.849); -/* 9:02 */waypoints[63].type = "stand"; -/* 9:02 */waypoints[63].children[0] = 64; -/* 9:02 */waypoints[63].children[1] = 62; -/* 9:02 */waypoints[63].children[2] = 61; -/* 9:02 */waypoints[63].children[3] = 65; -/* 9:02 */waypoints[64] = spawnstruct(); -/* 9:02 */waypoints[64].origin = (-162.27, 249.425, 280.092); -/* 9:02 */waypoints[64].type = "stand"; -/* 9:02 */waypoints[64].children[0] = 65; -/* 9:02 */waypoints[64].children[1] = 63; -/* 9:02 */waypoints[64].children[2] = 55; -/* 9:02 */waypoints[64].children[3] = 61; -/* 9:02 */waypoints[65] = spawnstruct(); -/* 9:02 */waypoints[65].origin = (10.8367, 295.991, 311.943); -/* 9:02 */waypoints[65].type = "stand"; -/* 9:02 */waypoints[65].children[0] = 64; -/* 9:02 */waypoints[65].children[1] = 63; -/* 9:02 */waypoints[66] = spawnstruct(); -/* 9:02 */waypoints[66].origin = (115.368, 455.831, 368.142); -/* 9:02 */waypoints[66].type = "stand"; -/* 9:02 */waypoints[66].children[0] = 54; -/* 9:02 */waypoints[66].children[1] = 55; -/* 9:02 */waypoints[67] = spawnstruct(); -/* 9:02 */waypoints[67].origin = (-607.066, 563.702, 305.644); -/* 9:02 */waypoints[67].type = "stand"; -/* 9:02 */waypoints[67].children[0] = 57; -/* 9:02 */waypoints[67].children[1] = 61; -/* 9:02 */waypoints[68] = spawnstruct(); -/* 9:02 */waypoints[68].origin = (-1074.41, 377.527, 197.596); -/* 9:02 */waypoints[68].type = "stand"; -/* 9:02 */waypoints[68].children[0] = 60; -/* 9:02 */waypoints[68].children[1] = 69; -/* 9:02 */waypoints[69] = spawnstruct(); -/* 9:02 */waypoints[69].origin = (-1080.65, 63.9574, 183.544); -/* 9:02 */waypoints[69].type = "stand"; -/* 9:02 */waypoints[69].children[0] = 68; -/* 9:02 */waypoints[69].children[1] = 70; -/* 9:02 */waypoints[69].children[2] = 72; -/* 9:02 */waypoints[69].children[3] = 71; -/* 9:02 */waypoints[70] = spawnstruct(); -/* 9:02 */waypoints[70].origin = (-873.696, 1.804, 158.659); -/* 9:02 */waypoints[70].type = "stand"; -/* 9:02 */waypoints[70].children[0] = 71; -/* 9:02 */waypoints[70].children[1] = 69; -/* 9:02 */waypoints[70].children[2] = 80; -/* 9:02 */waypoints[71] = spawnstruct(); -/* 9:02 */waypoints[71].origin = (-938.218, 119.995, 171.986); -/* 9:02 */waypoints[71].type = "stand"; -/* 9:02 */waypoints[71].children[0] = 60; -/* 9:02 */waypoints[71].children[1] = 70; -/* 9:02 */waypoints[71].children[2] = 188; -/* 9:02 */waypoints[71].children[3] = 69; -/* 9:02 */waypoints[72] = spawnstruct(); -/* 9:02 */waypoints[72].origin = (-1011.55, -90.2045, 176.108); -/* 9:02 */waypoints[72].type = "stand"; -/* 9:02 */waypoints[72].children[0] = 69; -/* 9:02 */waypoints[72].children[1] = 73; -/* 9:02 */waypoints[72].children[2] = 74; -/* 9:02 */waypoints[73] = spawnstruct(); -/* 9:02 */waypoints[73].origin = (-1032.29, -469.288, 182.422); -/* 9:02 */waypoints[73].type = "stand"; -/* 9:02 */waypoints[73].children[0] = 72; -/* 9:02 */waypoints[73].children[1] = 75; -/* 9:02 */waypoints[73].children[2] = 176; -/* 9:02 */waypoints[73].children[3] = 174; -/* 9:02 */waypoints[73].children[4] = 182; -/* 9:02 */waypoints[74] = spawnstruct(); -/* 9:02 */waypoints[74].origin = (-964.198, -194.764, 165.061); -/* 9:02 */waypoints[74].type = "stand"; -/* 9:02 */waypoints[74].children[0] = 72; -/* 9:02 */waypoints[74].children[1] = 77; -/* 9:02 */waypoints[74].children[2] = 76; -/* 9:02 */waypoints[74].children[3] = 75; -/* 9:02 */waypoints[75] = spawnstruct(); -/* 9:02 */waypoints[75].origin = (-754.436, -335.352, 173.431); -/* 9:02 */waypoints[75].type = "stand"; -/* 9:02 */waypoints[75].children[0] = 80; -/* 9:02 */waypoints[75].children[1] = 76; -/* 9:02 */waypoints[75].children[2] = 79; -/* 9:02 */waypoints[75].children[3] = 74; -/* 9:02 */waypoints[75].children[4] = 73; -/* 9:02 */waypoints[75].children[5] = 182; -/* 9:02 */waypoints[76] = spawnstruct(); -/* 9:02 */waypoints[76].origin = (-718.555, -230.46, 182.581); -/* 9:02 */waypoints[76].type = "stand"; -/* 9:02 */waypoints[76].children[0] = 75; -/* 9:02 */waypoints[76].children[1] = 77; -/* 9:02 */waypoints[76].children[2] = 74; -/* 9:02 */waypoints[76].children[3] = 79; -/* 9:02 */waypoints[77] = spawnstruct(); -/* 9:02 */waypoints[77].origin = (-642.567, -123.579, 194.792); -/* 9:02 */waypoints[77].type = "stand"; -/* 9:02 */waypoints[77].children[0] = 76; -/* 9:02 */waypoints[77].children[1] = 78; -/* 9:02 */waypoints[77].children[2] = 74; -/* 9:02 */waypoints[77].children[3] = 86; -/* 9:02 */waypoints[78] = spawnstruct(); -/* 9:02 */waypoints[78].origin = (-590.09, -153.084, 209.644); -/* 9:02 */waypoints[78].type = "stand"; -/* 9:02 */waypoints[78].children[0] = 77; -/* 9:02 */waypoints[78].children[1] = 79; -/* 9:02 */waypoints[78].children[2] = 86; -/* 9:02 */waypoints[79] = spawnstruct(); -/* 9:02 */waypoints[79].origin = (-532.09, -216.978, 247.357); -/* 9:02 */waypoints[79].type = "stand"; -/* 9:02 */waypoints[79].children[0] = 78; -/* 9:02 */waypoints[79].children[1] = 81; -/* 9:02 */waypoints[79].children[2] = 75; -/* 9:02 */waypoints[79].children[3] = 83; -/* 9:02 */waypoints[79].children[4] = 76; -/* 9:02 */waypoints[79].children[5] = 86; -/* 9:02 */waypoints[80] = spawnstruct(); -/* 9:02 */waypoints[80].origin = (-571.905, -351.593, 227.028); -/* 9:02 */waypoints[80].type = "stand"; -/* 9:02 */waypoints[80].children[0] = 81; -/* 9:02 */waypoints[80].children[1] = 75; -/* 9:02 */waypoints[80].children[2] = 70; -/* 9:02 */waypoints[81] = spawnstruct(); -/* 9:02 */waypoints[81].origin = (-415.125, -391.12, 261.374); -/* 9:02 */waypoints[81].type = "climb"; -/* 9:02 */waypoints[81].children[0] = 82; -/* 9:02 */waypoints[81].children[1] = 80; -/* 9:02 */waypoints[81].children[2] = 79; -/* 9:02 */waypoints[81].angles = (-0.50415, 0.164795, 0); -/* 9:02 */waypoints[82] = spawnstruct(); -/* 9:02 */waypoints[82].origin = (-292.586, -391.108, 286.125); -/* 9:02 */waypoints[82].type = "climb"; -/* 9:02 */waypoints[82].children[0] = 83; -/* 9:02 */waypoints[82].children[1] = 81; -/* 9:02 */waypoints[82].angles = (1.64368, 0.774536, 0); -/* 9:02 */waypoints[83] = spawnstruct(); -/* 9:02 */waypoints[83].origin = (-273.56, -247.988, 286.125); -/* 9:02 */waypoints[83].type = "climb"; -/* 9:02 */waypoints[83].children[0] = 84; -/* 9:02 */waypoints[83].children[1] = 82; -/* 9:02 */waypoints[83].children[2] = 79; -/* 9:02 */waypoints[83].children[3] = 85; -/* 9:02 */waypoints[83].angles = (17.442, 92.1204, 0); -/* 9:02 */waypoints[84] = spawnstruct(); -/* 9:02 */waypoints[84].origin = (-273.256, -104.286, 286.125); -/* 9:02 */waypoints[84].type = "climb"; -/* 9:02 */waypoints[84].children[0] = 85; -/* 9:02 */waypoints[84].children[1] = 83; -/* 9:02 */waypoints[84].children[2] = 86; -/* 9:02 */waypoints[84].angles = (23.6658, -176.484, 0); -/* 9:02 */waypoints[85] = spawnstruct(); -/* 9:02 */waypoints[85].origin = (-111.759, -186.882, 288.125); -/* 9:02 */waypoints[85].type = "climb"; -/* 9:02 */waypoints[85].children[0] = 84; -/* 9:02 */waypoints[85].children[1] = 83; -/* 9:02 */waypoints[85].children[2] = 87; -/* 9:02 */waypoints[85].children[3] = 88; -/* 9:02 */waypoints[85].children[4] = 193; -/* 9:02 */waypoints[85].angles = (23.9954, -2.34009, 0); -/* 9:02 */waypoints[86] = spawnstruct(); -/* 9:02 */waypoints[86].origin = (-416.714, -98.3736, 280.95); -/* 9:02 */waypoints[86].type = "stand"; -/* 9:02 */waypoints[86].children[0] = 78; -/* 9:02 */waypoints[86].children[1] = 79; -/* 9:02 */waypoints[86].children[2] = 84; -/* 9:02 */waypoints[86].children[3] = 77; -/* 9:02 */waypoints[87] = spawnstruct(); -/* 9:02 */waypoints[87].origin = (57.0765, -392.587, 289.666); -/* 9:02 */waypoints[87].type = "stand"; -/* 9:02 */waypoints[87].children[0] = 90; -/* 9:02 */waypoints[87].children[1] = 85; -/* 9:02 */waypoints[87].children[2] = 145; -/* 9:02 */waypoints[87].children[3] = 193; -/* 9:02 */waypoints[88] = spawnstruct(); -/* 9:02 */waypoints[88].origin = (50.6872, -79.6737, 288.125); -/* 9:02 */waypoints[88].type = "stand"; -/* 9:02 */waypoints[88].children[0] = 85; -/* 9:02 */waypoints[88].children[1] = 89; -/* 9:02 */waypoints[88].children[2] = 193; -/* 9:02 */waypoints[89] = spawnstruct(); -/* 9:02 */waypoints[89].origin = (409.985, -145.598, 288.125); -/* 9:02 */waypoints[89].type = "stand"; -/* 9:02 */waypoints[89].children[0] = 90; -/* 9:02 */waypoints[89].children[1] = 88; -/* 9:02 */waypoints[89].children[2] = 91; -/* 9:02 */waypoints[89].children[3] = 92; -/* 9:02 */waypoints[90] = spawnstruct(); -/* 9:02 */waypoints[90].origin = (334.066, -371.006, 288.125); -/* 9:02 */waypoints[90].type = "stand"; -/* 9:02 */waypoints[90].children[0] = 87; -/* 9:02 */waypoints[90].children[1] = 89; -/* 9:02 */waypoints[90].children[2] = 145; -/* 9:02 */waypoints[91] = spawnstruct(); -/* 9:02 */waypoints[91].origin = (624.123, -64.5194, 288.125); -/* 9:02 */waypoints[91].type = "stand"; -/* 9:02 */waypoints[91].children[0] = 93; -/* 9:02 */waypoints[91].children[1] = 89; -/* 9:02 */waypoints[91].children[2] = 92; -/* 9:02 */waypoints[91].children[3] = 96; -/* 9:02 */waypoints[92] = spawnstruct(); -/* 9:02 */waypoints[92].origin = (632.658, -213.863, 288.125); -/* 9:02 */waypoints[92].type = "stand"; -/* 9:02 */waypoints[92].children[0] = 89; -/* 9:02 */waypoints[92].children[1] = 93; -/* 9:02 */waypoints[92].children[2] = 91; -/* 9:02 */waypoints[92].children[3] = 95; -/* 9:02 */waypoints[92].children[4] = 94; -/* 9:02 */waypoints[92].children[5] = 96; -/* 9:02 */waypoints[93] = spawnstruct(); -/* 9:02 */waypoints[93].origin = (765.269, -139.029, 288.125); -/* 9:02 */waypoints[93].type = "stand"; -/* 9:02 */waypoints[93].children[0] = 96; -/* 9:02 */waypoints[93].children[1] = 91; -/* 9:02 */waypoints[93].children[2] = 92; -/* 9:02 */waypoints[93].children[3] = 95; -/* 9:02 */waypoints[94] = spawnstruct(); -/* 9:02 */waypoints[94].origin = (705.392, -425.18, 288.125); -/* 9:02 */waypoints[94].type = "stand"; -/* 9:02 */waypoints[94].children[0] = 95; -/* 9:02 */waypoints[94].children[1] = 92; -/* 9:02 */waypoints[94].children[2] = 98; -/* 9:02 */waypoints[95] = spawnstruct(); -/* 9:02 */waypoints[95].origin = (903.449, -371.531, 271.312); -/* 9:02 */waypoints[95].type = "stand"; -/* 9:02 */waypoints[95].children[0] = 92; -/* 9:02 */waypoints[95].children[1] = 94; -/* 9:02 */waypoints[95].children[2] = 43; -/* 9:02 */waypoints[95].children[3] = 97; -/* 9:02 */waypoints[95].children[4] = 93; -/* 9:02 */waypoints[95].children[5] = 98; -/* 9:02 */waypoints[95].children[6] = 104; -/* 9:02 */waypoints[95].children[7] = 96; -/* 9:02 */waypoints[95].children[8] = 99; -/* 9:02 */waypoints[96] = spawnstruct(); -/* 9:02 */waypoints[96].origin = (924.091, -155.528, 270.708); -/* 9:02 */waypoints[96].type = "stand"; -/* 9:02 */waypoints[96].children[0] = 93; -/* 9:02 */waypoints[96].children[1] = 92; -/* 9:02 */waypoints[96].children[2] = 97; -/* 9:02 */waypoints[96].children[3] = 91; -/* 9:02 */waypoints[96].children[4] = 95; -/* 9:02 */waypoints[97] = spawnstruct(); -/* 9:02 */waypoints[97].origin = (1083.46, -269.451, 235.776); -/* 9:02 */waypoints[97].type = "stand"; -/* 9:02 */waypoints[97].children[0] = 96; -/* 9:02 */waypoints[97].children[1] = 43; -/* 9:02 */waypoints[97].children[2] = 95; -/* 9:02 */waypoints[98] = spawnstruct(); -/* 9:02 */waypoints[98].origin = (829.626, -542.669, 291.057); -/* 9:02 */waypoints[98].type = "stand"; -/* 9:02 */waypoints[98].children[0] = 95; -/* 9:02 */waypoints[98].children[1] = 104; -/* 9:02 */waypoints[98].children[2] = 100; -/* 9:02 */waypoints[98].children[3] = 103; -/* 9:02 */waypoints[98].children[4] = 94; -/* 9:02 */waypoints[99] = spawnstruct(); -/* 9:02 */waypoints[99].origin = (941.313, -741.134, 294.014); -/* 9:02 */waypoints[99].type = "stand"; -/* 9:02 */waypoints[99].children[0] = 104; -/* 9:02 */waypoints[99].children[1] = 103; -/* 9:02 */waypoints[99].children[2] = 101; -/* 9:02 */waypoints[99].children[3] = 95; -/* 9:02 */waypoints[100] = spawnstruct(); -/* 9:02 */waypoints[100].origin = (812.056, -948.199, 292.306); -/* 9:02 */waypoints[100].type = "stand"; -/* 9:02 */waypoints[100].children[0] = 103; -/* 9:02 */waypoints[100].children[1] = 101; -/* 9:02 */waypoints[100].children[2] = 98; -/* 9:02 */waypoints[100].children[3] = 105; -/* 9:02 */waypoints[101] = spawnstruct(); -/* 9:02 */waypoints[101].origin = (954.066, -1071.92, 300.127); -/* 9:02 */waypoints[101].type = "stand"; -/* 9:02 */waypoints[101].children[0] = 100; -/* 9:02 */waypoints[101].children[1] = 99; -/* 9:02 */waypoints[101].children[2] = 105; -/* 9:02 */waypoints[101].children[3] = 103; -/* 9:02 */waypoints[102] = spawnstruct(); -/* 9:02 */waypoints[102].origin = (876.486, -1387.44, 276.754); -/* 9:02 */waypoints[102].type = "stand"; -/* 9:02 */waypoints[102].children[0] = 105; -/* 9:02 */waypoints[102].children[1] = 106; -/* 9:02 */waypoints[102].children[2] = 155; -/* 9:02 */waypoints[102].children[3] = 151; -/* 9:02 */waypoints[102].children[4] = 183; -/* 9:02 */waypoints[102].children[5] = 150; -/* 9:02 */waypoints[102].children[6] = 189; -/* 9:02 */waypoints[102].children[7] = 190; -/* 9:02 */waypoints[103] = spawnstruct(); -/* 9:02 */waypoints[103].origin = (879.937, -933.475, 294.099); -/* 9:02 */waypoints[103].type = "stand"; -/* 9:02 */waypoints[103].children[0] = 99; -/* 9:02 */waypoints[103].children[1] = 100; -/* 9:02 */waypoints[103].children[2] = 105; -/* 9:02 */waypoints[103].children[3] = 104; -/* 9:02 */waypoints[103].children[4] = 101; -/* 9:02 */waypoints[103].children[5] = 98; -/* 9:02 */waypoints[103].children[6] = 189; -/* 9:02 */waypoints[104] = spawnstruct(); -/* 9:02 */waypoints[104].origin = (880.17, -631.793, 292.018); -/* 9:02 */waypoints[104].type = "stand"; -/* 9:02 */waypoints[104].children[0] = 98; -/* 9:02 */waypoints[104].children[1] = 99; -/* 9:02 */waypoints[104].children[2] = 103; -/* 9:02 */waypoints[104].children[3] = 95; -/* 9:02 */waypoints[105] = spawnstruct(); -/* 9:02 */waypoints[105].origin = (839.316, -1273.89, 284.961); -/* 9:02 */waypoints[105].type = "stand"; -/* 9:02 */waypoints[105].children[0] = 100; -/* 9:02 */waypoints[105].children[1] = 101; -/* 9:02 */waypoints[105].children[2] = 102; -/* 9:02 */waypoints[105].children[3] = 103; -/* 9:02 */waypoints[105].children[4] = 183; -/* 9:02 */waypoints[106] = spawnstruct(); -/* 9:02 */waypoints[106].origin = (928.026, -1538.05, 275.771); -/* 9:02 */waypoints[106].type = "stand"; -/* 9:02 */waypoints[106].children[0] = 107; -/* 9:02 */waypoints[106].children[1] = 102; -/* 9:02 */waypoints[106].children[2] = 108; -/* 9:02 */waypoints[106].children[3] = 150; -/* 9:02 */waypoints[106].children[4] = 190; -/* 9:02 */waypoints[107] = spawnstruct(); -/* 9:02 */waypoints[107].origin = (1092.99, -1571.5, 277.202); -/* 9:02 */waypoints[107].type = "stand"; -/* 9:02 */waypoints[107].children[0] = 108; -/* 9:02 */waypoints[107].children[1] = 106; -/* 9:02 */waypoints[107].children[2] = 109; -/* 9:02 */waypoints[107].children[3] = 190; -/* 9:02 */waypoints[108] = spawnstruct(); -/* 9:02 */waypoints[108].origin = (1172.66, -1413.29, 271.822); -/* 9:02 */waypoints[108].type = "stand"; -/* 9:02 */waypoints[108].children[0] = 110; -/* 9:02 */waypoints[108].children[1] = 107; -/* 9:02 */waypoints[108].children[2] = 106; -/* 9:02 */waypoints[108].children[3] = 109; -/* 9:02 */waypoints[108].children[4] = 112; -/* 9:02 */waypoints[108].children[5] = 190; -/* 9:02 */waypoints[109] = spawnstruct(); -/* 9:02 */waypoints[109].origin = (1276.42, -1481.43, 280.713); -/* 9:02 */waypoints[109].type = "stand"; -/* 9:02 */waypoints[109].children[0] = 108; -/* 9:02 */waypoints[109].children[1] = 111; -/* 9:02 */waypoints[109].children[2] = 107; -/* 9:02 */waypoints[109].children[3] = 126; -/* 9:02 */waypoints[110] = spawnstruct(); -/* 9:02 */waypoints[110].origin = (1324.58, -1286.5, 288.491); -/* 9:02 */waypoints[110].type = "stand"; -/* 9:02 */waypoints[110].children[0] = 111; -/* 9:02 */waypoints[110].children[1] = 108; -/* 9:02 */waypoints[110].children[2] = 126; -/* 9:02 */waypoints[111] = spawnstruct(); -/* 9:02 */waypoints[111].origin = (1522.67, -1451.79, 287.831); -/* 9:02 */waypoints[111].type = "stand"; -/* 9:02 */waypoints[111].children[0] = 112; -/* 9:02 */waypoints[111].children[1] = 110; -/* 9:02 */waypoints[111].children[2] = 109; -/* 9:02 */waypoints[111].children[3] = 113; -/* 9:02 */waypoints[112] = spawnstruct(); -/* 9:02 */waypoints[112].origin = (1635.5, -1344.83, 289.239); -/* 9:02 */waypoints[112].type = "stand"; -/* 9:02 */waypoints[112].children[0] = 113; -/* 9:02 */waypoints[112].children[1] = 111; -/* 9:02 */waypoints[112].children[2] = 114; -/* 9:02 */waypoints[112].children[3] = 108; -/* 9:02 */waypoints[113] = spawnstruct(); -/* 9:02 */waypoints[113].origin = (1755.2, -1508.13, 295.46); -/* 9:02 */waypoints[113].type = "stand"; -/* 9:02 */waypoints[113].children[0] = 114; -/* 9:02 */waypoints[113].children[1] = 112; -/* 9:02 */waypoints[113].children[2] = 111; -/* 9:02 */waypoints[113].children[3] = 115; -/* 9:02 */waypoints[113].children[4] = 127; -/* 9:02 */waypoints[114] = spawnstruct(); -/* 9:02 */waypoints[114].origin = (1887.56, -1424.68, 295.327); -/* 9:02 */waypoints[114].type = "stand"; -/* 9:02 */waypoints[114].children[0] = 115; -/* 9:02 */waypoints[114].children[1] = 113; -/* 9:02 */waypoints[114].children[2] = 112; -/* 9:02 */waypoints[114].children[3] = 116; -/* 9:02 */waypoints[115] = spawnstruct(); -/* 9:02 */waypoints[115].origin = (2087.81, -1463.52, 298.773); -/* 9:02 */waypoints[115].type = "stand"; -/* 9:02 */waypoints[115].children[0] = 116; -/* 9:02 */waypoints[115].children[1] = 114; -/* 9:02 */waypoints[115].children[2] = 113; -/* 9:02 */waypoints[115].children[3] = 146; -/* 9:02 */waypoints[116] = spawnstruct(); -/* 9:02 */waypoints[116].origin = (2091.34, -1280.85, 300.18); -/* 9:02 */waypoints[116].type = "stand"; -/* 9:02 */waypoints[116].children[0] = 117; -/* 9:02 */waypoints[116].children[1] = 115; -/* 9:02 */waypoints[116].children[2] = 114; -/* 9:02 */waypoints[116].children[3] = 146; -/* 9:02 */waypoints[117] = spawnstruct(); -/* 9:02 */waypoints[117].origin = (2039.57, -1089.2, 294.517); -/* 9:02 */waypoints[117].type = "stand"; -/* 9:02 */waypoints[117].children[0] = 118; -/* 9:02 */waypoints[117].children[1] = 116; -/* 9:02 */waypoints[117].children[2] = 146; -/* 9:02 */waypoints[117].children[3] = 147; -/* 9:02 */waypoints[118] = spawnstruct(); -/* 9:02 */waypoints[118].origin = (1962.06, -853.343, 291.622); -/* 9:02 */waypoints[118].type = "stand"; -/* 9:02 */waypoints[118].children[0] = 119; -/* 9:02 */waypoints[118].children[1] = 117; -/* 9:02 */waypoints[118].children[2] = 127; -/* 9:02 */waypoints[118].children[3] = 147; -/* 9:02 */waypoints[118].children[4] = 191; -/* 9:02 */waypoints[119] = spawnstruct(); -/* 9:02 */waypoints[119].origin = (2089.4, -597.996, 281.359); -/* 9:02 */waypoints[119].type = "stand"; -/* 9:02 */waypoints[119].children[0] = 120; -/* 9:02 */waypoints[119].children[1] = 118; -/* 9:02 */waypoints[119].children[2] = 132; -/* 9:02 */waypoints[120] = spawnstruct(); -/* 9:02 */waypoints[120].origin = (2127.66, -340.054, 196.674); -/* 9:02 */waypoints[120].type = "stand"; -/* 9:02 */waypoints[120].children[0] = 119; -/* 9:02 */waypoints[120].children[1] = 148; -/* 9:02 */waypoints[120].children[2] = 133; -/* 9:02 */waypoints[120].children[3] = 192; -/* 9:02 */waypoints[121] = spawnstruct(); -/* 9:02 */waypoints[121].origin = (1984.13, -477.304, 283.739); -/* 9:02 */waypoints[121].type = "stand"; -/* 9:02 */waypoints[121].children[0] = 122; -/* 9:02 */waypoints[121].children[1] = 191; -/* 9:02 */waypoints[122] = spawnstruct(); -/* 9:02 */waypoints[122].origin = (1983.15, -355.127, 259.432); -/* 9:02 */waypoints[122].type = "stand"; -/* 9:02 */waypoints[122].children[0] = 124; -/* 9:02 */waypoints[122].children[1] = 121; -/* 9:02 */waypoints[122].children[2] = 123; -/* 9:02 */waypoints[123] = spawnstruct(); -/* 9:02 */waypoints[123].origin = (1890.92, -283.402, 235.874); -/* 9:02 */waypoints[123].type = "stand"; -/* 9:02 */waypoints[123].children[0] = 122; -/* 9:02 */waypoints[123].children[1] = 131; -/* 9:02 */waypoints[123].children[2] = 135; -/* 9:02 */waypoints[123].children[3] = 192; -/* 9:02 */waypoints[124] = spawnstruct(); -/* 9:02 */waypoints[124].origin = (1891.01, -398.875, 287.468); -/* 9:02 */waypoints[124].type = "climb"; -/* 9:02 */waypoints[124].children[0] = 125; -/* 9:02 */waypoints[124].children[1] = 122; -/* 9:02 */waypoints[124].children[2] = 131; -/* 9:02 */waypoints[124].angles = (-1.38855, -89.6484, 0); -/* 9:02 */waypoints[125] = spawnstruct(); -/* 9:02 */waypoints[125].origin = (1891.28, -454.406, 296.125); -/* 9:02 */waypoints[125].type = "climb"; -/* 9:02 */waypoints[125].children[0] = 124; -/* 9:02 */waypoints[125].children[1] = 130; -/* 9:02 */waypoints[125].angles = (3.84644, 90.3186, 0); -/* 9:02 */waypoints[126] = spawnstruct(); -/* 9:02 */waypoints[126].origin = (1466.7, -1234.43, 310.548); -/* 9:02 */waypoints[126].type = "stand"; -/* 9:02 */waypoints[126].children[0] = 127; -/* 9:02 */waypoints[126].children[1] = 110; -/* 9:02 */waypoints[126].children[2] = 109; -/* 9:02 */waypoints[127] = spawnstruct(); -/* 9:02 */waypoints[127].origin = (1800.05, -1184.12, 291.79); -/* 9:02 */waypoints[127].type = "stand"; -/* 9:02 */waypoints[127].children[0] = 126; -/* 9:02 */waypoints[127].children[1] = 113; -/* 9:02 */waypoints[127].children[2] = 118; -/* 9:02 */waypoints[127].children[3] = 128; -/* 9:02 */waypoints[128] = spawnstruct(); -/* 9:02 */waypoints[128].origin = (1793.26, -761.365, 292.125); -/* 9:02 */waypoints[128].type = "stand"; -/* 9:02 */waypoints[128].children[0] = 127; -/* 9:02 */waypoints[128].children[1] = 129; -/* 9:02 */waypoints[128].children[2] = 147; -/* 9:02 */waypoints[129] = spawnstruct(); -/* 9:02 */waypoints[129].origin = (1793.34, -612.462, 296.125); -/* 9:02 */waypoints[129].type = "stand"; -/* 9:02 */waypoints[129].children[0] = 130; -/* 9:02 */waypoints[129].children[1] = 128; -/* 9:02 */waypoints[130] = spawnstruct(); -/* 9:02 */waypoints[130].origin = (1922.3, -612.415, 296.125); -/* 9:02 */waypoints[130].type = "stand"; -/* 9:02 */waypoints[130].children[0] = 125; -/* 9:02 */waypoints[130].children[1] = 129; -/* 9:02 */waypoints[131] = spawnstruct(); -/* 9:02 */waypoints[131].origin = (1739.44, -375.166, 295.823); -/* 9:02 */waypoints[131].type = "stand"; -/* 9:02 */waypoints[131].children[0] = 124; -/* 9:02 */waypoints[131].children[1] = 123; -/* 9:02 */waypoints[132] = spawnstruct(); -/* 9:02 */waypoints[132].origin = (2206.21, -838.087, 305.125); -/* 9:02 */waypoints[132].type = "crouch"; -/* 9:02 */waypoints[132].children[0] = 119; -/* 9:02 */waypoints[132].angles = (4.78027, 137.45, 0); -/* 9:02 */waypoints[133] = spawnstruct(); -/* 9:02 */waypoints[133].origin = (2251.77, -76.1933, 184.125); -/* 9:02 */waypoints[133].type = "stand"; -/* 9:02 */waypoints[133].children[0] = 120; -/* 9:02 */waypoints[133].children[1] = 148; -/* 9:02 */waypoints[133].children[2] = 134; -/* 9:02 */waypoints[133].children[3] = 192; -/* 9:02 */waypoints[134] = spawnstruct(); -/* 9:02 */waypoints[134].origin = (1964.44, 91.0744, 184.125); -/* 9:02 */waypoints[134].type = "stand"; -/* 9:02 */waypoints[134].children[0] = 135; -/* 9:02 */waypoints[134].children[1] = 137; -/* 9:02 */waypoints[134].children[2] = 140; -/* 9:02 */waypoints[134].children[3] = 133; -/* 9:02 */waypoints[135] = spawnstruct(); -/* 9:02 */waypoints[135].origin = (1899.25, -114.92, 195.491); -/* 9:02 */waypoints[135].type = "stand"; -/* 9:02 */waypoints[135].children[0] = 136; -/* 9:02 */waypoints[135].children[1] = 134; -/* 9:02 */waypoints[135].children[2] = 123; -/* 9:02 */waypoints[136] = spawnstruct(); -/* 9:02 */waypoints[136].origin = (1749.2, -174.879, 221.744); -/* 9:02 */waypoints[136].type = "stand"; -/* 9:02 */waypoints[136].children[0] = 33; -/* 9:02 */waypoints[136].children[1] = 135; -/* 9:02 */waypoints[136].children[2] = 192; -/* 9:02 */waypoints[137] = spawnstruct(); -/* 9:02 */waypoints[137].origin = (1895.71, 249.714, 183.457); -/* 9:02 */waypoints[137].type = "stand"; -/* 9:02 */waypoints[137].children[0] = 134; -/* 9:02 */waypoints[137].children[1] = 28; -/* 9:02 */waypoints[137].children[2] = 138; -/* 9:02 */waypoints[137].children[3] = 139; -/* 9:02 */waypoints[137].children[4] = 140; -/* 9:02 */waypoints[138] = spawnstruct(); -/* 9:02 */waypoints[138].origin = (1717.52, 198.854, 177.95); -/* 9:02 */waypoints[138].type = "stand"; -/* 9:02 */waypoints[138].children[0] = 38; -/* 9:02 */waypoints[138].children[1] = 137; -/* 9:02 */waypoints[139] = spawnstruct(); -/* 9:02 */waypoints[139].origin = (1710.98, 297.819, 184.125); -/* 9:02 */waypoints[139].type = "stand"; -/* 9:02 */waypoints[139].children[0] = 38; -/* 9:02 */waypoints[139].children[1] = 137; -/* 9:02 */waypoints[140] = spawnstruct(); -/* 9:02 */waypoints[140].origin = (1999.42, 251.682, 184.125); -/* 9:02 */waypoints[140].type = "stand"; -/* 9:02 */waypoints[140].children[0] = 134; -/* 9:02 */waypoints[140].children[1] = 137; -/* 9:02 */waypoints[140].children[2] = 141; -/* 9:02 */waypoints[141] = spawnstruct(); -/* 9:02 */waypoints[141].origin = (1852.59, 489.725, 184.125); -/* 9:02 */waypoints[141].type = "stand"; -/* 9:02 */waypoints[141].children[0] = 140; -/* 9:02 */waypoints[141].children[1] = 28; -/* 9:02 */waypoints[142] = spawnstruct(); -/* 9:02 */waypoints[142].origin = (1641.32, 1053.8, 296.258); -/* 9:02 */waypoints[142].type = "stand"; -/* 9:02 */waypoints[142].children[0] = 14; -/* 9:02 */waypoints[142].children[1] = 143; -/* 9:02 */waypoints[142].children[2] = 35; -/* 9:02 */waypoints[143] = spawnstruct(); -/* 9:02 */waypoints[143].origin = (1727.42, 1070.94, 313.265); -/* 9:02 */waypoints[143].type = "stand"; -/* 9:02 */waypoints[143].children[0] = 17; -/* 9:02 */waypoints[143].children[1] = 19; -/* 9:02 */waypoints[143].children[2] = 142; -/* 9:02 */waypoints[144] = spawnstruct(); -/* 9:02 */waypoints[144].origin = (1065.12, 1103.12, 355.893); -/* 9:02 */waypoints[144].type = "crouch"; -/* 9:02 */waypoints[144].children[0] = 14; -/* 9:02 */waypoints[144].angles = (8.08165, 46.1151, 0); -/* 9:02 */waypoints[145] = spawnstruct(); -/* 9:02 */waypoints[145].origin = (176.808, -329.373, 288.125); -/* 9:02 */waypoints[145].type = "stand"; -/* 9:02 */waypoints[145].children[0] = 90; -/* 9:02 */waypoints[145].children[1] = 87; -/* 9:02 */waypoints[145].children[2] = 193; -/* 9:02 */waypoints[146] = spawnstruct(); -/* 9:02 */waypoints[146].origin = (2143.1, -1196.35, 300.128); -/* 9:02 */waypoints[146].type = "stand"; -/* 9:02 */waypoints[146].children[0] = 117; -/* 9:02 */waypoints[146].children[1] = 116; -/* 9:02 */waypoints[146].children[2] = 115; -/* 9:02 */waypoints[147] = spawnstruct(); -/* 9:02 */waypoints[147].origin = (1957.72, -1062.41, 293.531); -/* 9:02 */waypoints[147].type = "stand"; -/* 9:02 */waypoints[147].children[0] = 118; -/* 9:02 */waypoints[147].children[1] = 117; -/* 9:02 */waypoints[147].children[2] = 128; -/* 9:02 */waypoints[148] = spawnstruct(); -/* 9:02 */waypoints[148].origin = (2277.3, -300.938, 202.461); -/* 9:02 */waypoints[148].type = "stand"; -/* 9:02 */waypoints[148].children[0] = 120; -/* 9:02 */waypoints[148].children[1] = 133; -/* 9:02 */waypoints[149] = spawnstruct(); -/* 9:02 */waypoints[149].origin = (-212.875, 1264.88, 376.125); -/* 9:02 */waypoints[149].type = "crouch"; -/* 9:02 */waypoints[149].children[0] = 4; -/* 9:02 */waypoints[149].angles = (1.58325, -33.9807, 0); -/* 9:02 */waypoints[150] = spawnstruct(); -/* 9:02 */waypoints[150].origin = (791.682, -1598.58, 280.27); -/* 9:02 */waypoints[150].type = "stand"; -/* 9:02 */waypoints[150].children[0] = 151; -/* 9:02 */waypoints[150].children[1] = 106; -/* 9:02 */waypoints[150].children[2] = 102; -/* 9:02 */waypoints[151] = spawnstruct(); -/* 9:02 */waypoints[151].origin = (655.028, -1641.79, 293.786); -/* 9:02 */waypoints[151].type = "stand"; -/* 9:02 */waypoints[151].children[0] = 152; -/* 9:02 */waypoints[151].children[1] = 150; -/* 9:02 */waypoints[151].children[2] = 102; -/* 9:02 */waypoints[152] = spawnstruct(); -/* 9:02 */waypoints[152].origin = (491.564, -1660.06, 303.786); -/* 9:02 */waypoints[152].type = "stand"; -/* 9:02 */waypoints[152].children[0] = 153; -/* 9:02 */waypoints[152].children[1] = 151; -/* 9:02 */waypoints[152].children[2] = 156; -/* 9:02 */waypoints[153] = spawnstruct(); -/* 9:02 */waypoints[153].origin = (467.082, -1504.48, 289.136); -/* 9:02 */waypoints[153].type = "stand"; -/* 9:02 */waypoints[153].children[0] = 154; -/* 9:02 */waypoints[153].children[1] = 152; -/* 9:02 */waypoints[153].children[2] = 158; -/* 9:02 */waypoints[153].children[3] = 156; -/* 9:02 */waypoints[154] = spawnstruct(); -/* 9:02 */waypoints[154].origin = (557.641, -1406.53, 279.327); -/* 9:02 */waypoints[154].type = "stand"; -/* 9:02 */waypoints[154].children[0] = 155; -/* 9:02 */waypoints[154].children[1] = 153; -/* 9:02 */waypoints[154].children[2] = 158; -/* 9:02 */waypoints[155] = spawnstruct(); -/* 9:02 */waypoints[155].origin = (673.354, -1362.62, 275.826); -/* 9:02 */waypoints[155].type = "stand"; -/* 9:02 */waypoints[155].children[0] = 102; -/* 9:02 */waypoints[155].children[1] = 154; -/* 9:02 */waypoints[155].children[2] = 183; -/* 9:02 */waypoints[156] = spawnstruct(); -/* 9:02 */waypoints[156].origin = (367.561, -1588.51, 290.992); -/* 9:02 */waypoints[156].type = "stand"; -/* 9:02 */waypoints[156].children[0] = 152; -/* 9:02 */waypoints[156].children[1] = 159; -/* 9:02 */waypoints[156].children[2] = 153; -/* 9:02 */waypoints[157] = spawnstruct(); -/* 9:02 */waypoints[157].origin = (338.233, -1435.02, 291.506); -/* 9:02 */waypoints[157].type = "stand"; -/* 9:02 */waypoints[157].children[0] = 158; -/* 9:02 */waypoints[157].children[1] = 159; -/* 9:02 */waypoints[158] = spawnstruct(); -/* 9:02 */waypoints[158].origin = (379.88, -1444.26, 289.736); -/* 9:02 */waypoints[158].type = "stand"; -/* 9:02 */waypoints[158].children[0] = 153; -/* 9:02 */waypoints[158].children[1] = 157; -/* 9:02 */waypoints[158].children[2] = 154; -/* 9:02 */waypoints[159] = spawnstruct(); -/* 9:02 */waypoints[159].origin = (109.49, -1489.48, 288.125); -/* 9:02 */waypoints[159].type = "stand"; -/* 9:02 */waypoints[159].children[0] = 157; -/* 9:02 */waypoints[159].children[1] = 156; -/* 9:02 */waypoints[159].children[2] = 160; -/* 9:02 */waypoints[159].children[3] = 161; -/* 9:02 */waypoints[159].children[4] = 184; -/* 9:02 */waypoints[160] = spawnstruct(); -/* 9:02 */waypoints[160].origin = (-12.4617, -1306.7, 288.125); -/* 9:02 */waypoints[160].type = "stand"; -/* 9:02 */waypoints[160].children[0] = 159; -/* 9:02 */waypoints[160].children[1] = 178; -/* 9:02 */waypoints[160].children[2] = 184; -/* 9:02 */waypoints[161] = spawnstruct(); -/* 9:02 */waypoints[161].origin = (-86.8018, -1587.68, 288.125); -/* 9:02 */waypoints[161].type = "stand"; -/* 9:02 */waypoints[161].children[0] = 162; -/* 9:02 */waypoints[161].children[1] = 159; -/* 9:02 */waypoints[161].children[2] = 184; -/* 9:02 */waypoints[162] = spawnstruct(); -/* 9:02 */waypoints[162].origin = (-294.209, -1587.45, 288.625); -/* 9:02 */waypoints[162].type = "stand"; -/* 9:02 */waypoints[162].children[0] = 163; -/* 9:02 */waypoints[162].children[1] = 161; -/* 9:02 */waypoints[162].children[2] = 187; -/* 9:02 */waypoints[162].children[3] = 186; -/* 9:02 */waypoints[163] = spawnstruct(); -/* 9:02 */waypoints[163].origin = (-373.461, -1277.94, 288.125); -/* 9:02 */waypoints[163].type = "stand"; -/* 9:02 */waypoints[163].children[0] = 179; -/* 9:02 */waypoints[163].children[1] = 164; -/* 9:02 */waypoints[163].children[2] = 162; -/* 9:02 */waypoints[163].children[3] = 186; -/* 9:02 */waypoints[163].children[4] = 187; -/* 9:02 */waypoints[164] = spawnstruct(); -/* 9:02 */waypoints[164].origin = (-455.948, -1062.17, 287.541); -/* 9:02 */waypoints[164].type = "stand"; -/* 9:02 */waypoints[164].children[0] = 163; -/* 9:02 */waypoints[164].children[1] = 165; -/* 9:02 */waypoints[164].children[2] = 181; -/* 9:02 */waypoints[165] = spawnstruct(); -/* 9:02 */waypoints[165].origin = (-631.024, -974.465, 292.904); -/* 9:02 */waypoints[165].type = "stand"; -/* 9:02 */waypoints[165].children[0] = 164; -/* 9:02 */waypoints[165].children[1] = 166; -/* 9:02 */waypoints[165].children[2] = 180; -/* 9:02 */waypoints[165].children[3] = 181; -/* 9:02 */waypoints[166] = spawnstruct(); -/* 9:02 */waypoints[166].origin = (-802.327, -837.043, 288.097); -/* 9:02 */waypoints[166].type = "stand"; -/* 9:02 */waypoints[166].children[0] = 165; -/* 9:02 */waypoints[166].children[1] = 175; -/* 9:02 */waypoints[166].children[2] = 174; -/* 9:02 */waypoints[166].children[3] = 168; -/* 9:02 */waypoints[166].children[4] = 167; -/* 9:02 */waypoints[166].children[5] = 173; -/* 9:02 */waypoints[167] = spawnstruct(); -/* 9:02 */waypoints[167].origin = (-998.82, -1041.11, 297.071); -/* 9:02 */waypoints[167].type = "stand"; -/* 9:02 */waypoints[167].children[0] = 168; -/* 9:02 */waypoints[167].children[1] = 166; -/* 9:02 */waypoints[167].children[2] = 180; -/* 9:02 */waypoints[168] = spawnstruct(); -/* 9:02 */waypoints[168].origin = (-1033.72, -859.341, 288.125); -/* 9:02 */waypoints[168].type = "stand"; -/* 9:02 */waypoints[168].children[0] = 166; -/* 9:02 */waypoints[168].children[1] = 167; -/* 9:02 */waypoints[169] = spawnstruct(); -/* 9:02 */waypoints[169].origin = (-360.473, -883.741, 288.125); -/* 9:02 */waypoints[169].type = "stand"; -/* 9:02 */waypoints[169].children[0] = 171; -/* 9:02 */waypoints[169].children[1] = 170; -/* 9:02 */waypoints[169].children[2] = 181; -/* 9:02 */waypoints[169].children[3] = 177; -/* 9:02 */waypoints[170] = spawnstruct(); -/* 9:02 */waypoints[170].origin = (-364.118, -742.182, 286.187); -/* 9:02 */waypoints[170].type = "stand"; -/* 9:02 */waypoints[170].children[0] = 177; -/* 9:02 */waypoints[170].children[1] = 171; -/* 9:02 */waypoints[170].children[2] = 169; -/* 9:02 */waypoints[170].children[3] = 172; -/* 9:02 */waypoints[171] = spawnstruct(); -/* 9:02 */waypoints[171].origin = (-506.259, -754.756, 288.125); -/* 9:02 */waypoints[171].type = "stand"; -/* 9:02 */waypoints[171].children[0] = 170; -/* 9:02 */waypoints[171].children[1] = 172; -/* 9:02 */waypoints[171].children[2] = 169; -/* 9:02 */waypoints[171].children[3] = 173; -/* 9:02 */waypoints[172] = spawnstruct(); -/* 9:02 */waypoints[172].origin = (-551.071, -591.802, 216.097); -/* 9:02 */waypoints[172].type = "stand"; -/* 9:02 */waypoints[172].children[0] = 171; -/* 9:02 */waypoints[172].children[1] = 174; -/* 9:02 */waypoints[172].children[2] = 173; -/* 9:02 */waypoints[172].children[3] = 170; -/* 9:02 */waypoints[173] = spawnstruct(); -/* 9:02 */waypoints[173].origin = (-725.693, -663.315, 214.69); -/* 9:02 */waypoints[173].type = "stand"; -/* 9:02 */waypoints[173].children[0] = 172; -/* 9:02 */waypoints[173].children[1] = 174; -/* 9:02 */waypoints[173].children[2] = 166; -/* 9:02 */waypoints[173].children[3] = 171; -/* 9:02 */waypoints[174] = spawnstruct(); -/* 9:02 */waypoints[174].origin = (-850.453, -548.179, 188.705); -/* 9:02 */waypoints[174].type = "stand"; -/* 9:02 */waypoints[174].children[0] = 172; -/* 9:02 */waypoints[174].children[1] = 173; -/* 9:02 */waypoints[174].children[2] = 73; -/* 9:02 */waypoints[174].children[3] = 166; -/* 9:02 */waypoints[174].children[4] = 182; -/* 9:02 */waypoints[174].children[5] = 175; -/* 9:02 */waypoints[175] = spawnstruct(); -/* 9:02 */waypoints[175].origin = (-920.095, -720.747, 252.801); -/* 9:02 */waypoints[175].type = "stand"; -/* 9:02 */waypoints[175].children[0] = 166; -/* 9:02 */waypoints[175].children[1] = 176; -/* 9:02 */waypoints[175].children[2] = 174; -/* 9:02 */waypoints[176] = spawnstruct(); -/* 9:02 */waypoints[176].origin = (-1082.92, -645.959, 200.874); -/* 9:02 */waypoints[176].type = "stand"; -/* 9:02 */waypoints[176].children[0] = 175; -/* 9:02 */waypoints[176].children[1] = 73; -/* 9:02 */waypoints[177] = spawnstruct(); -/* 9:02 */waypoints[177].origin = (-211.412, -923.592, 288.125); -/* 9:02 */waypoints[177].type = "stand"; -/* 9:02 */waypoints[177].children[0] = 179; -/* 9:02 */waypoints[177].children[1] = 170; -/* 9:02 */waypoints[177].children[2] = 169; -/* 9:02 */waypoints[178] = spawnstruct(); -/* 9:02 */waypoints[178].origin = (-68.484, -1120.01, 288.125); -/* 9:02 */waypoints[178].type = "stand"; -/* 9:02 */waypoints[178].children[0] = 160; -/* 9:02 */waypoints[178].children[1] = 179; -/* 9:02 */waypoints[179] = spawnstruct(); -/* 9:02 */waypoints[179].origin = (-201.695, -1119.96, 288.125); -/* 9:02 */waypoints[179].type = "stand"; -/* 9:02 */waypoints[179].children[0] = 177; -/* 9:02 */waypoints[179].children[1] = 163; -/* 9:02 */waypoints[179].children[2] = 185; -/* 9:02 */waypoints[179].children[3] = 178; -/* 9:02 */waypoints[180] = spawnstruct(); -/* 9:02 */waypoints[180].origin = (-772.167, -988.101, 289.125); -/* 9:02 */waypoints[180].type = "stand"; -/* 9:02 */waypoints[180].children[0] = 165; -/* 9:02 */waypoints[180].children[1] = 167; -/* 9:02 */waypoints[181] = spawnstruct(); -/* 9:02 */waypoints[181].origin = (-397.905, -943.102, 286.888); -/* 9:02 */waypoints[181].type = "stand"; -/* 9:02 */waypoints[181].children[0] = 165; -/* 9:02 */waypoints[181].children[1] = 169; -/* 9:02 */waypoints[181].children[2] = 164; -/* 9:02 */waypoints[182] = spawnstruct(); -/* 9:02 */waypoints[182].origin = (-861.569, -439.965, 171.883); -/* 9:02 */waypoints[182].type = "stand"; -/* 9:02 */waypoints[182].children[0] = 174; -/* 9:02 */waypoints[182].children[1] = 75; -/* 9:02 */waypoints[182].children[2] = 73; -/* 9:02 */waypoints[183] = spawnstruct(); -/* 9:02 */waypoints[183].origin = (776.84, -1333.57, 283.729); -/* 9:02 */waypoints[183].type = "stand"; -/* 9:02 */waypoints[183].children[0] = 155; -/* 9:02 */waypoints[183].children[1] = 105; -/* 9:02 */waypoints[183].children[2] = 102; -/* 9:02 */waypoints[184] = spawnstruct(); -/* 9:02 */waypoints[184].origin = (-16.4883, -1481.93, 288.125); -/* 9:02 */waypoints[184].type = "stand"; -/* 9:02 */waypoints[184].children[0] = 161; -/* 9:02 */waypoints[184].children[1] = 160; -/* 9:02 */waypoints[184].children[2] = 159; -/* 9:02 */waypoints[185] = spawnstruct(); -/* 9:02 */waypoints[185].origin = (205.875, -1256.88, 285.63); -/* 9:02 */waypoints[185].type = "crouch"; -/* 9:02 */waypoints[185].children[0] = 179; -/* 9:02 */waypoints[185].angles = (1.43372, 163.976, 0); -/* 9:02 */waypoints[186] = spawnstruct(); -/* 9:02 */waypoints[186].origin = (-273.864, -1373.12, 290.101); -/* 9:02 */waypoints[186].type = "stand"; -/* 9:02 */waypoints[186].children[0] = 162; -/* 9:02 */waypoints[186].children[1] = 163; -/* 9:02 */waypoints[187] = spawnstruct(); -/* 9:02 */waypoints[187].origin = (-407.309, -1504.28, 288.125); -/* 9:02 */waypoints[187].type = "stand"; -/* 9:02 */waypoints[187].children[0] = 162; -/* 9:02 */waypoints[187].children[1] = 163; -/* 9:02 */waypoints[188] = spawnstruct(); -/* 9:02 */waypoints[188].origin = (-733.586, 102.852, 171.839); -/* 9:02 */waypoints[188].type = "stand"; -/* 9:02 */waypoints[188].children[0] = 61; -/* 9:02 */waypoints[188].children[1] = 60; -/* 9:02 */waypoints[188].children[2] = 71; -/* 9:02 */waypoints[189] = spawnstruct(); -/* 9:02 */waypoints[189].origin = (899.191, -1261.98, 286.157); -/* 9:02 */waypoints[189].type = "stand"; -/* 9:02 */waypoints[189].children[0] = 102; -/* 9:02 */waypoints[189].children[1] = 103; -/* 9:02 */waypoints[190] = spawnstruct(); -/* 9:02 */waypoints[190].origin = (1024.43, -1455.69, 270.343); -/* 9:02 */waypoints[190].type = "stand"; -/* 9:02 */waypoints[190].children[0] = 102; -/* 9:02 */waypoints[190].children[1] = 108; -/* 9:02 */waypoints[190].children[2] = 107; -/* 9:02 */waypoints[190].children[3] = 106; -/* 9:02 */waypoints[191] = spawnstruct(); -/* 9:02 */waypoints[191].origin = (1986.92, -657.779, 294.133); -/* 9:02 */waypoints[191].type = "stand"; -/* 9:02 */waypoints[191].children[0] = 121; -/* 9:02 */waypoints[191].children[1] = 118; -/* 9:02 */waypoints[192] = spawnstruct(); -/* 9:02 */waypoints[192].origin = (2016.46, -241.555, 197.291); -/* 9:02 */waypoints[192].type = "stand"; -/* 9:02 */waypoints[192].children[0] = 120; -/* 9:02 */waypoints[192].children[1] = 136; -/* 9:02 */waypoints[192].children[2] = 133; -/* 9:02 */waypoints[192].children[3] = 123; -/* 9:02 */waypoints[193] = spawnstruct(); -/* 9:02 */waypoints[193].origin = (19.8554, -286.141, 291.653); -/* 9:02 */waypoints[193].type = "stand"; -/* 9:02 */waypoints[193].children[0] = 85; -/* 9:02 */waypoints[193].children[1] = 145; -/* 9:02 */waypoints[193].children[2] = 88; -/* 9:02 */waypoints[193].children[3] = 87; -/* 9:02 */return waypoints; -} diff --git a/raw/maps/mp/bots/waypoints/highrise.gsc b/raw/maps/mp/bots/waypoints/highrise.gsc deleted file mode 100644 index c8c4614..0000000 --- a/raw/maps/mp/bots/waypoints/highrise.gsc +++ /dev/null @@ -1,1408 +0,0 @@ -Highrise() -{ - waypoints = []; -waypoints[0] = spawnstruct(); -/* 8:58 */waypoints[0].origin =(1548.28, 7473.05, 2824.13); -/* 8:58 */waypoints[0].type = "stand"; -/* 8:58 */waypoints[0].childCount = 1; -/* 8:58 */waypoints[0].children[0] = 1; -/* 8:58 */waypoints[1] = spawnstruct(); -/* 8:58 */waypoints[1].origin =(1201.67, 7470.51, 2824.13); -/* 8:58 */waypoints[1].type = "stand"; -/* 8:58 */waypoints[1].childCount = 3; -/* 8:58 */waypoints[1].children[0] = 0; -/* 8:58 */waypoints[1].children[1] = 2; -/* 8:58 */waypoints[1].children[2] = 141; -/* 8:58 */waypoints[2] = spawnstruct(); -/* 8:58 */waypoints[2].origin =(1203.93, 7162.68, 2824.13); -/* 8:58 */waypoints[2].type = "stand"; -/* 8:58 */waypoints[2].childCount = 3; -/* 8:58 */waypoints[2].children[0] = 1; -/* 8:58 */waypoints[2].children[1] = 147; -/* 8:58 */waypoints[2].children[2] = 148; -/* 8:58 */waypoints[3] = spawnstruct(); -/* 8:58 */waypoints[3].origin =(1195.14, 6665.43, 2824.13); -/* 8:58 */waypoints[3].type = "stand"; -/* 8:58 */waypoints[3].childCount = 3; -/* 8:58 */waypoints[3].children[0] = 4; -/* 8:58 */waypoints[3].children[1] = 147; -/* 8:58 */waypoints[3].children[2] = 148; -/* 8:58 */waypoints[4] = spawnstruct(); -/* 8:58 */waypoints[4].origin =(903.55, 6672.57, 2824.13); -/* 8:58 */waypoints[4].type = "stand"; -/* 8:58 */waypoints[4].childCount = 3; -/* 8:58 */waypoints[4].children[0] = 3; -/* 8:58 */waypoints[4].children[1] = 5; -/* 8:58 */waypoints[4].children[2] = 136; -/* 8:58 */waypoints[5] = spawnstruct(); -/* 8:58 */waypoints[5].origin =(894.827, 6837.06, 2824.13); -/* 8:58 */waypoints[5].type = "stand"; -/* 8:58 */waypoints[5].childCount = 3; -/* 8:58 */waypoints[5].children[0] = 4; -/* 8:58 */waypoints[5].children[1] = 6; -/* 8:58 */waypoints[5].children[2] = 7; -/* 8:58 */waypoints[6] = spawnstruct(); -/* 8:58 */waypoints[6].origin =(1065.62, 6838.75, 2824.13); -/* 8:58 */waypoints[6].type = "stand"; -/* 8:58 */waypoints[6].childCount = 3; -/* 8:58 */waypoints[6].children[0] = 5; -/* 8:58 */waypoints[6].children[1] = 8; -/* 8:58 */waypoints[6].children[2] = 180; -/* 8:58 */waypoints[7] = spawnstruct(); -/* 8:58 */waypoints[7].origin =(756.149, 6829.9, 2824.13); -/* 8:58 */waypoints[7].type = "stand"; -/* 8:58 */waypoints[7].childCount = 1; -/* 8:58 */waypoints[7].children[0] = 5; -/* 8:58 */waypoints[8] = spawnstruct(); -/* 8:58 */waypoints[8].origin =(1071.08, 6965.36, 2824.13); -/* 8:58 */waypoints[8].type = "stand"; -/* 8:58 */waypoints[8].childCount = 2; -/* 8:58 */waypoints[8].children[0] = 6; -/* 8:58 */waypoints[8].children[1] = 9; -/* 8:58 */waypoints[9] = spawnstruct(); -/* 8:58 */waypoints[9].origin =(640.907, 6955.6, 2648.13); -/* 8:58 */waypoints[9].type = "stand"; -/* 8:58 */waypoints[9].childCount = 2; -/* 8:58 */waypoints[9].children[0] = 8; -/* 8:58 */waypoints[9].children[1] = 10; -/* 8:58 */waypoints[10] = spawnstruct(); -/* 8:58 */waypoints[10].origin =(658.652, 6885.35, 2648.13); -/* 8:58 */waypoints[10].type = "stand"; -/* 8:58 */waypoints[10].childCount = 3; -/* 8:58 */waypoints[10].children[0] = 9; -/* 8:58 */waypoints[10].children[1] = 11; -/* 8:58 */waypoints[10].children[2] = 149; -/* 8:58 */waypoints[11] = spawnstruct(); -/* 8:58 */waypoints[11].origin =(643.003, 6692.25, 2648.13); -/* 8:58 */waypoints[11].type = "stand"; -/* 8:58 */waypoints[11].childCount = 2; -/* 8:58 */waypoints[11].children[0] = 10; -/* 8:58 */waypoints[11].children[1] = 12; -/* 8:58 */waypoints[12] = spawnstruct(); -/* 8:58 */waypoints[12].origin =(341.951, 6695.22, 2648.13); -/* 8:58 */waypoints[12].type = "stand"; -/* 8:58 */waypoints[12].childCount = 2; -/* 8:58 */waypoints[12].children[0] = 11; -/* 8:58 */waypoints[12].children[1] = 13; -/* 8:58 */waypoints[13] = spawnstruct(); -/* 8:58 */waypoints[13].origin =(252.697, 6849.44, 2648.13); -/* 8:58 */waypoints[13].type = "stand"; -/* 8:58 */waypoints[13].childCount = 2; -/* 8:58 */waypoints[13].children[0] = 12; -/* 8:58 */waypoints[13].children[1] = 14; -/* 8:58 */waypoints[14] = spawnstruct(); -/* 8:58 */waypoints[14].origin =(-261.936, 6788, 2648.13); -/* 8:58 */waypoints[14].type = "stand"; -/* 8:58 */waypoints[14].childCount = 3; -/* 8:58 */waypoints[14].children[0] = 13; -/* 8:58 */waypoints[14].children[1] = 15; -/* 8:58 */waypoints[14].children[2] = 181; -/* 8:58 */waypoints[15] = spawnstruct(); -/* 8:58 */waypoints[15].origin =(-517.427, 6734.01, 2648.13); -/* 8:58 */waypoints[15].type = "stand"; -/* 8:58 */waypoints[15].childCount = 4; -/* 8:58 */waypoints[15].children[0] = 14; -/* 8:58 */waypoints[15].children[1] = 16; -/* 8:58 */waypoints[15].children[2] = 19; -/* 8:58 */waypoints[15].children[3] = 197; -/* 8:58 */waypoints[16] = spawnstruct(); -/* 8:58 */waypoints[16].origin =(-891.208, 6554.49, 2648.13); -/* 8:58 */waypoints[16].type = "stand"; -/* 8:58 */waypoints[16].childCount = 4; -/* 8:58 */waypoints[16].children[0] = 15; -/* 8:58 */waypoints[16].children[1] = 17; -/* 8:58 */waypoints[16].children[2] = 18; -/* 8:58 */waypoints[16].children[3] = 23; -/* 8:58 */waypoints[17] = spawnstruct(); -/* 8:58 */waypoints[17].origin =(-629.427, 6555.69, 2648.13); -/* 8:58 */waypoints[17].type = "stand"; -/* 8:58 */waypoints[17].childCount = 1; -/* 8:58 */waypoints[17].children[0] = 16; -/* 8:58 */waypoints[18] = spawnstruct(); -/* 8:58 */waypoints[18].origin =(-899.357, 7066.52, 2648.13); -/* 8:58 */waypoints[18].type = "stand"; -/* 8:58 */waypoints[18].childCount = 3; -/* 8:58 */waypoints[18].children[0] = 16; -/* 8:58 */waypoints[18].children[1] = 19; -/* 8:58 */waypoints[18].children[2] = 30; -/* 8:58 */waypoints[19] = spawnstruct(); -/* 8:58 */waypoints[19].origin =(-518.639, 7060.68, 2648.13); -/* 8:58 */waypoints[19].type = "stand"; -/* 8:58 */waypoints[19].childCount = 4; -/* 8:58 */waypoints[19].children[0] = 18; -/* 8:58 */waypoints[19].children[1] = 20; -/* 8:58 */waypoints[19].children[2] = 15; -/* 8:58 */waypoints[19].children[3] = 194; -/* 8:58 */waypoints[20] = spawnstruct(); -/* 8:58 */waypoints[20].origin =(-417.711, 7076.82, 2648.13); -/* 8:58 */waypoints[20].type = "stand"; -/* 8:58 */waypoints[20].childCount = 2; -/* 8:58 */waypoints[20].children[0] = 19; -/* 8:58 */waypoints[20].children[1] = 21; -/* 8:58 */waypoints[21] = spawnstruct(); -/* 8:58 */waypoints[21].origin =(-415.847, 6846.23, 2722.13); -/* 8:58 */waypoints[21].type = "stand"; -/* 8:58 */waypoints[21].childCount = 2; -/* 8:58 */waypoints[21].children[0] = 20; -/* 8:58 */waypoints[21].children[1] = 22; -/* 8:58 */waypoints[22] = spawnstruct(); -/* 8:58 */waypoints[22].origin =(-233.025, 6853.84, 2776.13); -/* 8:58 */waypoints[22].type = "stand"; -/* 8:58 */waypoints[22].childCount = 4; -/* 8:58 */waypoints[22].children[0] = 21; -/* 8:58 */waypoints[22].children[1] = 82; -/* 8:58 */waypoints[22].children[2] = 115; -/* 8:58 */waypoints[22].children[3] = 116; -/* 8:58 */waypoints[23] = spawnstruct(); -/* 8:58 */waypoints[23].origin =(-1370.92, 6556.74, 2648.13); -/* 8:58 */waypoints[23].type = "stand"; -/* 8:58 */waypoints[23].childCount = 3; -/* 8:58 */waypoints[23].children[0] = 16; -/* 8:58 */waypoints[23].children[1] = 24; -/* 8:58 */waypoints[23].children[2] = 28; -/* 8:58 */waypoints[24] = spawnstruct(); -/* 8:58 */waypoints[24].origin =(-1389.85, 6384.17, 2648.13); -/* 8:58 */waypoints[24].type = "stand"; -/* 8:58 */waypoints[24].childCount = 3; -/* 8:58 */waypoints[24].children[0] = 23; -/* 8:58 */waypoints[24].children[1] = 25; -/* 8:58 */waypoints[24].children[2] = 157; -/* 8:58 */waypoints[25] = spawnstruct(); -/* 8:58 */waypoints[25].origin =(-1369.03, 5993.43, 2648.13); -/* 8:58 */waypoints[25].type = "stand"; -/* 8:58 */waypoints[25].childCount = 2; -/* 8:58 */waypoints[25].children[0] = 24; -/* 8:58 */waypoints[25].children[1] = 26; -/* 8:58 */waypoints[26] = spawnstruct(); -/* 8:58 */waypoints[26].origin =(-1371.6, 5667.87, 2776.13); -/* 8:58 */waypoints[26].type = "stand"; -/* 8:58 */waypoints[26].childCount = 3; -/* 8:58 */waypoints[26].children[0] = 25; -/* 8:58 */waypoints[26].children[1] = 27; -/* 8:58 */waypoints[26].children[2] = 158; -/* 8:58 */waypoints[27] = spawnstruct(); -/* 8:58 */waypoints[27].origin =(-1373.5, 5329.72, 2776.13); -/* 8:58 */waypoints[27].type = "stand"; -/* 8:58 */waypoints[27].childCount = 3; -/* 8:58 */waypoints[27].children[0] = 26; -/* 8:58 */waypoints[27].children[1] = 112; -/* 8:58 */waypoints[27].children[2] = 102; -/* 8:58 */waypoints[28] = spawnstruct(); -/* 8:58 */waypoints[28].origin =(-1514.4, 6650.5, 2648.13); -/* 8:58 */waypoints[28].type = "stand"; -/* 8:58 */waypoints[28].childCount = 3; -/* 8:58 */waypoints[28].children[0] = 23; -/* 8:58 */waypoints[28].children[1] = 29; -/* 8:58 */waypoints[28].children[2] = 34; -/* 8:58 */waypoints[29] = spawnstruct(); -/* 8:58 */waypoints[29].origin =(-1532.21, 6869.18, 2696.13); -/* 8:58 */waypoints[29].type = "stand"; -/* 8:58 */waypoints[29].childCount = 3; -/* 8:58 */waypoints[29].children[0] = 28; -/* 8:58 */waypoints[29].children[1] = 30; -/* 8:58 */waypoints[29].children[2] = 166; -/* 8:58 */waypoints[30] = spawnstruct(); -/* 8:58 */waypoints[30].origin =(-1474.82, 7093.3, 2648.13); -/* 8:58 */waypoints[30].type = "stand"; -/* 8:58 */waypoints[30].childCount = 4; -/* 8:58 */waypoints[30].children[0] = 29; -/* 8:58 */waypoints[30].children[1] = 18; -/* 8:58 */waypoints[30].children[2] = 31; -/* 8:58 */waypoints[30].children[3] = 170; -/* 8:58 */waypoints[31] = spawnstruct(); -/* 8:58 */waypoints[31].origin =(-1856.09, 7114.44, 2648.13); -/* 8:58 */waypoints[31].type = "stand"; -/* 8:58 */waypoints[31].childCount = 4; -/* 8:58 */waypoints[31].children[0] = 30; -/* 8:58 */waypoints[31].children[1] = 32; -/* 8:58 */waypoints[31].children[2] = 42; -/* 8:58 */waypoints[31].children[3] = 195; -/* 8:58 */waypoints[32] = spawnstruct(); -/* 8:58 */waypoints[32].origin =(-1858.17, 6893.2, 2696.13); -/* 8:58 */waypoints[32].type = "stand"; -/* 8:58 */waypoints[32].childCount = 2; -/* 8:58 */waypoints[32].children[0] = 31; -/* 8:58 */waypoints[32].children[1] = 33; -/* 8:58 */waypoints[33] = spawnstruct(); -/* 8:58 */waypoints[33].origin =(-1834.26, 6652.36, 2648.13); -/* 8:58 */waypoints[33].type = "stand"; -/* 8:58 */waypoints[33].childCount = 3; -/* 8:58 */waypoints[33].children[0] = 32; -/* 8:58 */waypoints[33].children[1] = 34; -/* 8:58 */waypoints[33].children[2] = 37; -/* 8:58 */waypoints[34] = spawnstruct(); -/* 8:58 */waypoints[34].origin =(-1722.39, 6657.35, 2648.13); -/* 8:58 */waypoints[34].type = "stand"; -/* 8:58 */waypoints[34].childCount = 3; -/* 8:58 */waypoints[34].children[0] = 33; -/* 8:58 */waypoints[34].children[1] = 28; -/* 8:58 */waypoints[34].children[2] = 35; -/* 8:58 */waypoints[35] = spawnstruct(); -/* 8:58 */waypoints[35].origin =(-1730.32, 6545.11, 2648.13); -/* 8:58 */waypoints[35].type = "stand"; -/* 8:58 */waypoints[35].childCount = 2; -/* 8:58 */waypoints[35].children[0] = 34; -/* 8:58 */waypoints[35].children[1] = 36; -/* 8:58 */waypoints[36] = spawnstruct(); -/* 8:58 */waypoints[36].origin =(-1345.62, 6541.65, 2776.13); -/* 8:58 */waypoints[36].type = "stand"; -/* 8:58 */waypoints[36].childCount = 2; -/* 8:58 */waypoints[36].children[0] = 35; -/* 8:58 */waypoints[36].children[1] = 72; -/* 8:58 */waypoints[37] = spawnstruct(); -/* 8:58 */waypoints[37].origin =(-2173.24, 6660.54, 2648.13); -/* 8:58 */waypoints[37].type = "stand"; -/* 8:58 */waypoints[37].childCount = 4; -/* 8:58 */waypoints[37].children[0] = 33; -/* 8:58 */waypoints[37].children[1] = 38; -/* 8:58 */waypoints[37].children[2] = 41; -/* 8:58 */waypoints[37].children[3] = 196; -/* 8:58 */waypoints[38] = spawnstruct(); -/* 8:58 */waypoints[38].origin =(-2265.59, 6670.22, 2648.13); -/* 8:58 */waypoints[38].type = "stand"; -/* 8:58 */waypoints[38].childCount = 2; -/* 8:58 */waypoints[38].children[0] = 37; -/* 8:58 */waypoints[38].children[1] = 39; -/* 8:58 */waypoints[39] = spawnstruct(); -/* 8:58 */waypoints[39].origin =(-2271.79, 6904.16, 2722.13); -/* 8:58 */waypoints[39].type = "stand"; -/* 8:58 */waypoints[39].childCount = 2; -/* 8:58 */waypoints[39].children[0] = 38; -/* 8:58 */waypoints[39].children[1] = 40; -/* 8:58 */waypoints[40] = spawnstruct(); -/* 8:58 */waypoints[40].origin =(-2483.6, 6892.75, 2776.13); -/* 8:58 */waypoints[40].type = "stand"; -/* 8:58 */waypoints[40].childCount = 3; -/* 8:58 */waypoints[40].children[0] = 39; -/* 8:58 */waypoints[40].children[1] = 88; -/* 8:58 */waypoints[40].children[2] = 90; -/* 8:58 */waypoints[41] = spawnstruct(); -/* 8:58 */waypoints[41].origin =(-2201.08, 6969.32, 2648.13); -/* 8:58 */waypoints[41].type = "stand"; -/* 8:58 */waypoints[41].childCount = 3; -/* 8:58 */waypoints[41].children[0] = 37; -/* 8:58 */waypoints[41].children[1] = 42; -/* 8:58 */waypoints[41].children[2] = 43; -/* 8:58 */waypoints[42] = spawnstruct(); -/* 8:58 */waypoints[42].origin =(-2169.41, 7130.74, 2648.13); -/* 8:58 */waypoints[42].type = "stand"; -/* 8:58 */waypoints[42].childCount = 2; -/* 8:58 */waypoints[42].children[0] = 41; -/* 8:58 */waypoints[42].children[1] = 31; -/* 8:58 */waypoints[43] = spawnstruct(); -/* 8:58 */waypoints[43].origin =(-2463.99, 6965.75, 2648.13); -/* 8:58 */waypoints[43].type = "stand"; -/* 8:58 */waypoints[43].childCount = 3; -/* 8:58 */waypoints[43].children[0] = 41; -/* 8:58 */waypoints[43].children[1] = 44; -/* 8:58 */waypoints[43].children[2] = 171; -/* 8:58 */waypoints[44] = spawnstruct(); -/* 8:58 */waypoints[44].origin =(-3011.98, 6937.72, 2648.13); -/* 8:58 */waypoints[44].type = "stand"; -/* 8:58 */waypoints[44].childCount = 2; -/* 8:58 */waypoints[44].children[0] = 43; -/* 8:58 */waypoints[44].children[1] = 45; -/* 8:58 */waypoints[45] = spawnstruct(); -/* 8:58 */waypoints[45].origin =(-3027.72, 7148.1, 2648.13); -/* 8:58 */waypoints[45].type = "stand"; -/* 8:58 */waypoints[45].childCount = 2; -/* 8:58 */waypoints[45].children[0] = 44; -/* 8:58 */waypoints[45].children[1] = 46; -/* 8:58 */waypoints[46] = spawnstruct(); -/* 8:58 */waypoints[46].origin =(-3338.63, 7151.66, 2648.13); -/* 8:58 */waypoints[46].type = "stand"; -/* 8:58 */waypoints[46].childCount = 3; -/* 8:58 */waypoints[46].children[0] = 45; -/* 8:58 */waypoints[46].children[1] = 47; -/* 8:58 */waypoints[46].children[2] = 172; -/* 8:58 */waypoints[47] = spawnstruct(); -/* 8:58 */waypoints[47].origin =(-3344.02, 7001.01, 2648.13); -/* 8:58 */waypoints[47].type = "stand"; -/* 8:58 */waypoints[47].childCount = 2; -/* 8:58 */waypoints[47].children[0] = 46; -/* 8:58 */waypoints[47].children[1] = 48; -/* 8:58 */waypoints[48] = spawnstruct(); -/* 8:58 */waypoints[48].origin =(-3789.06, 7001.18, 2824.13); -/* 8:58 */waypoints[48].type = "stand"; -/* 8:58 */waypoints[48].childCount = 3; -/* 8:58 */waypoints[48].children[0] = 47; -/* 8:58 */waypoints[48].children[1] = 49; -/* 8:58 */waypoints[48].children[2] = 50; -/* 8:58 */waypoints[49] = spawnstruct(); -/* 8:58 */waypoints[49].origin =(-3790.79, 7174.01, 2824.13); -/* 8:58 */waypoints[49].type = "stand"; -/* 8:58 */waypoints[49].childCount = 2; -/* 8:58 */waypoints[49].children[0] = 48; -/* 8:58 */waypoints[49].children[1] = 173; -/* 8:58 */waypoints[50] = spawnstruct(); -/* 8:58 */waypoints[50].origin =(-3783.07, 6661.72, 2824.13); -/* 8:58 */waypoints[50].type = "stand"; -/* 8:58 */waypoints[50].childCount = 3; -/* 8:58 */waypoints[50].children[0] = 48; -/* 8:58 */waypoints[50].children[1] = 51; -/* 8:58 */waypoints[50].children[2] = 57; -/* 8:58 */waypoints[51] = spawnstruct(); -/* 8:58 */waypoints[51].origin =(-3188.66, 6667.05, 2824.13); -/* 8:58 */waypoints[51].type = "stand"; -/* 8:58 */waypoints[51].childCount = 3; -/* 8:58 */waypoints[51].children[0] = 50; -/* 8:58 */waypoints[51].children[1] = 52; -/* 8:58 */waypoints[51].children[2] = 54; -/* 8:58 */waypoints[52] = spawnstruct(); -/* 8:58 */waypoints[52].origin =(-2915.16, 6672.98, 2824.13); -/* 8:58 */waypoints[52].type = "stand"; -/* 8:58 */waypoints[52].childCount = 3; -/* 8:58 */waypoints[52].children[0] = 51; -/* 8:58 */waypoints[52].children[1] = 53; -/* 8:58 */waypoints[52].children[2] = 60; -/* 8:58 */waypoints[53] = spawnstruct(); -/* 8:58 */waypoints[53].origin =(-2896.98, 7045.69, 2824.13); -/* 8:58 */waypoints[53].type = "stand"; -/* 8:58 */waypoints[53].childCount = 3; -/* 8:58 */waypoints[53].children[0] = 52; -/* 8:58 */waypoints[53].children[1] = 89; -/* 8:58 */waypoints[53].children[2] = 182; -/* 8:58 */waypoints[54] = spawnstruct(); -/* 8:58 */waypoints[54].origin =(-3195.06, 6469.03, 2824.13); -/* 8:58 */waypoints[54].type = "stand"; -/* 8:58 */waypoints[54].childCount = 3; -/* 8:58 */waypoints[54].children[0] = 51; -/* 8:58 */waypoints[54].children[1] = 55; -/* 8:58 */waypoints[54].children[2] = 60; -/* 8:58 */waypoints[55] = spawnstruct(); -/* 8:58 */waypoints[55].origin =(-3374.42, 6272.91, 2824.13); -/* 8:58 */waypoints[55].type = "stand"; -/* 8:58 */waypoints[55].childCount = 3; -/* 8:58 */waypoints[55].children[0] = 54; -/* 8:58 */waypoints[55].children[1] = 56; -/* 8:58 */waypoints[55].children[2] = 186; -/* 8:58 */waypoints[56] = spawnstruct(); -/* 8:58 */waypoints[56].origin =(-3418.17, 6243.08, 2824.13); -/* 8:58 */waypoints[56].type = "stand"; -/* 8:58 */waypoints[56].childCount = 3; -/* 8:58 */waypoints[56].children[0] = 55; -/* 8:58 */waypoints[56].children[1] = 57; -/* 8:58 */waypoints[56].children[2] = 59; -/* 8:58 */waypoints[57] = spawnstruct(); -/* 8:58 */waypoints[57].origin =(-3802.73, 6180.63, 2824.13); -/* 8:58 */waypoints[57].type = "stand"; -/* 8:58 */waypoints[57].childCount = 3; -/* 8:58 */waypoints[57].children[0] = 56; -/* 8:58 */waypoints[57].children[1] = 50; -/* 8:58 */waypoints[57].children[2] = 58; -/* 8:58 */waypoints[58] = spawnstruct(); -/* 8:58 */waypoints[58].origin =(-3789.67, 5908.37, 2824.13); -/* 8:58 */waypoints[58].type = "stand"; -/* 8:58 */waypoints[58].childCount = 2; -/* 8:58 */waypoints[58].children[0] = 57; -/* 8:58 */waypoints[58].children[1] = 59; -/* 8:58 */waypoints[59] = spawnstruct(); -/* 8:58 */waypoints[59].origin =(-3431.51, 5928.46, 2824.13); -/* 8:58 */waypoints[59].type = "stand"; -/* 8:58 */waypoints[59].childCount = 4; -/* 8:58 */waypoints[59].children[0] = 58; -/* 8:58 */waypoints[59].children[1] = 56; -/* 8:58 */waypoints[59].children[2] = 63; -/* 8:58 */waypoints[59].children[3] = 71; -/* 8:58 */waypoints[60] = spawnstruct(); -/* 8:58 */waypoints[60].origin =(-2896.11, 6474.95, 2824.13); -/* 8:58 */waypoints[60].type = "stand"; -/* 8:58 */waypoints[60].childCount = 4; -/* 8:58 */waypoints[60].children[0] = 54; -/* 8:58 */waypoints[60].children[1] = 52; -/* 8:58 */waypoints[60].children[2] = 61; -/* 8:58 */waypoints[60].children[3] = 62; -/* 8:58 */waypoints[61] = spawnstruct(); -/* 8:58 */waypoints[61].origin =(-2704.16, 6371.45, 2824.13); -/* 8:58 */waypoints[61].type = "stand"; -/* 8:58 */waypoints[61].childCount = 3; -/* 8:58 */waypoints[61].children[0] = 60; -/* 8:58 */waypoints[61].children[1] = 62; -/* 8:58 */waypoints[61].children[2] = 90; -/* 8:58 */waypoints[62] = spawnstruct(); -/* 8:58 */waypoints[62].origin =(-2902.78, 6294.34, 2824.13); -/* 8:58 */waypoints[62].type = "stand"; -/* 8:58 */waypoints[62].childCount = 3; -/* 8:58 */waypoints[62].children[0] = 60; -/* 8:58 */waypoints[62].children[1] = 61; -/* 8:58 */waypoints[62].children[2] = 63; -/* 8:58 */waypoints[63] = spawnstruct(); -/* 8:58 */waypoints[63].origin =(-2923.35, 5938.97, 2824.13); -/* 8:58 */waypoints[63].type = "stand"; -/* 8:58 */waypoints[63].childCount = 4; -/* 8:58 */waypoints[63].children[0] = 62; -/* 8:58 */waypoints[63].children[1] = 59; -/* 8:58 */waypoints[63].children[2] = 64; -/* 8:58 */waypoints[63].children[3] = 65; -/* 8:58 */waypoints[64] = spawnstruct(); -/* 8:58 */waypoints[64].origin =(-3056.34, 6087.84, 2824.13); -/* 8:58 */waypoints[64].type = "stand"; -/* 8:58 */waypoints[64].childCount = 1; -/* 8:58 */waypoints[64].children[0] = 63; -/* 8:58 */waypoints[65] = spawnstruct(); -/* 8:58 */waypoints[65].origin =(-2919.01, 5689.37, 2824.13); -/* 8:58 */waypoints[65].type = "stand"; -/* 8:58 */waypoints[65].childCount = 5; -/* 8:58 */waypoints[65].children[0] = 63; -/* 8:58 */waypoints[65].children[1] = 66; -/* 8:58 */waypoints[65].children[2] = 91; -/* 8:58 */waypoints[65].children[3] = 183; -/* 8:58 */waypoints[65].children[4] = 184; -/* 8:58 */waypoints[66] = spawnstruct(); -/* 8:58 */waypoints[66].origin =(-2944.71, 5430.93, 2824.13); -/* 8:58 */waypoints[66].type = "stand"; -/* 8:58 */waypoints[66].childCount = 3; -/* 8:58 */waypoints[66].children[0] = 65; -/* 8:58 */waypoints[66].children[1] = 67; -/* 8:58 */waypoints[66].children[2] = 68; -/* 8:58 */waypoints[67] = spawnstruct(); -/* 8:58 */waypoints[67].origin =(-2966.94, 5205.69, 2824.13); -/* 8:58 */waypoints[67].type = "stand"; -/* 8:58 */waypoints[67].childCount = 1; -/* 8:58 */waypoints[67].children[0] = 66; -/* 8:58 */waypoints[68] = spawnstruct(); -/* 8:58 */waypoints[68].origin =(-3450.16, 5434.28, 2824.13); -/* 8:58 */waypoints[68].type = "stand"; -/* 8:58 */waypoints[68].childCount = 4; -/* 8:58 */waypoints[68].children[0] = 66; -/* 8:58 */waypoints[68].children[1] = 69; -/* 8:58 */waypoints[68].children[2] = 71; -/* 8:58 */waypoints[68].children[3] = 143; -/* 8:58 */waypoints[69] = spawnstruct(); -/* 8:58 */waypoints[69].origin =(-3776.77, 5409.84, 2824.13); -/* 8:58 */waypoints[69].type = "stand"; -/* 8:58 */waypoints[69].childCount = 2; -/* 8:58 */waypoints[69].children[0] = 68; -/* 8:58 */waypoints[69].children[1] = 70; -/* 8:58 */waypoints[70] = spawnstruct(); -/* 8:58 */waypoints[70].origin =(-3756.98, 5220.86, 2824.13); -/* 8:58 */waypoints[70].type = "stand"; -/* 8:58 */waypoints[70].childCount = 1; -/* 8:58 */waypoints[70].children[0] = 69; -/* 8:58 */waypoints[71] = spawnstruct(); -/* 8:58 */waypoints[71].origin =(-3444.84, 5785.35, 2824.13); -/* 8:58 */waypoints[71].type = "stand"; -/* 8:58 */waypoints[71].childCount = 4; -/* 8:58 */waypoints[71].children[0] = 68; -/* 8:58 */waypoints[71].children[1] = 59; -/* 8:58 */waypoints[71].children[2] = 143; -/* 8:58 */waypoints[71].children[3] = 185; -/* 8:58 */waypoints[72] = spawnstruct(); -/* 8:58 */waypoints[72].origin =(-1201.51, 6469.03, 2776.13); -/* 8:58 */waypoints[72].type = "stand"; -/* 8:58 */waypoints[72].childCount = 4; -/* 8:58 */waypoints[72].children[0] = 36; -/* 8:58 */waypoints[72].children[1] = 73; -/* 8:58 */waypoints[72].children[2] = 99; -/* 8:58 */waypoints[72].children[3] = 114; -/* 8:58 */waypoints[73] = spawnstruct(); -/* 8:58 */waypoints[73].origin =(-1198.11, 6770.48, 2775.93); -/* 8:58 */waypoints[73].type = "stand"; -/* 8:58 */waypoints[73].childCount = 4; -/* 8:58 */waypoints[73].children[0] = 74; -/* 8:58 */waypoints[73].children[1] = 72; -/* 8:58 */waypoints[73].children[2] = 75; -/* 8:58 */waypoints[73].children[3] = 144; -/* 8:58 */waypoints[74] = spawnstruct(); -/* 8:58 */waypoints[74].origin =(-1016.04, 6772.15, 2776.04); -/* 8:58 */waypoints[74].type = "stand"; -/* 8:58 */waypoints[74].childCount = 1; -/* 8:58 */waypoints[74].children[0] = 73; -/* 8:58 */waypoints[75] = spawnstruct(); -/* 8:58 */waypoints[75].origin =(-1188.56, 6998.3, 2776.95); -/* 8:58 */waypoints[75].type = "stand"; -/* 8:58 */waypoints[75].childCount = 5; -/* 8:58 */waypoints[75].children[0] = 73; -/* 8:58 */waypoints[75].children[1] = 76; -/* 8:58 */waypoints[75].children[2] = 77; -/* 8:58 */waypoints[75].children[3] = 78; -/* 8:58 */waypoints[75].children[4] = 144; -/* 8:58 */waypoints[76] = spawnstruct(); -/* 8:58 */waypoints[76].origin =(-1020.11, 6998.53, 2793.39); -/* 8:58 */waypoints[76].type = "stand"; -/* 8:58 */waypoints[76].childCount = 1; -/* 8:58 */waypoints[76].children[0] = 75; -/* 8:58 */waypoints[77] = spawnstruct(); -/* 8:58 */waypoints[77].origin =(-1349.62, 6967.99, 2780.28); -/* 8:58 */waypoints[77].type = "stand"; -/* 8:58 */waypoints[77].childCount = 2; -/* 8:58 */waypoints[77].children[0] = 75; -/* 8:58 */waypoints[77].children[1] = 167; -/* 8:58 */waypoints[78] = spawnstruct(); -/* 8:58 */waypoints[78].origin =(-1228.96, 7238.79, 2776.13); -/* 8:58 */waypoints[78].type = "stand"; -/* 8:58 */waypoints[78].childCount = 4; -/* 8:58 */waypoints[78].children[0] = 75; -/* 8:58 */waypoints[78].children[1] = 79; -/* 8:58 */waypoints[78].children[2] = 84; -/* 8:58 */waypoints[78].children[3] = 165; -/* 8:58 */waypoints[79] = spawnstruct(); -/* 8:58 */waypoints[79].origin =(-1021.71, 7261.05, 2776.13); -/* 8:58 */waypoints[79].type = "stand"; -/* 8:58 */waypoints[79].childCount = 3; -/* 8:58 */waypoints[79].children[0] = 78; -/* 8:58 */waypoints[79].children[1] = 80; -/* 8:58 */waypoints[79].children[2] = 81; -/* 8:58 */waypoints[80] = spawnstruct(); -/* 8:58 */waypoints[80].origin =(-1015.36, 7473.04, 2776.13); -/* 8:58 */waypoints[80].type = "stand"; -/* 8:58 */waypoints[80].childCount = 1; -/* 8:58 */waypoints[80].children[0] = 79; -/* 8:58 */waypoints[81] = spawnstruct(); -/* 8:58 */waypoints[81].origin =(-433.039, 7248.11, 2776.13); -/* 8:58 */waypoints[81].type = "stand"; -/* 8:58 */waypoints[81].childCount = 2; -/* 8:58 */waypoints[81].children[0] = 79; -/* 8:58 */waypoints[81].children[1] = 82; -/* 8:58 */waypoints[82] = spawnstruct(); -/* 8:58 */waypoints[82].origin =(-177.963, 7122.44, 2776.13); -/* 8:58 */waypoints[82].type = "stand"; -/* 8:58 */waypoints[82].childCount = 4; -/* 8:58 */waypoints[82].children[0] = 81; -/* 8:58 */waypoints[82].children[1] = 22; -/* 8:58 */waypoints[82].children[2] = 83; -/* 8:58 */waypoints[82].children[3] = 192; -/* 8:58 */waypoints[83] = spawnstruct(); -/* 8:58 */waypoints[83].origin =(60.6855, 7138.43, 2776.13); -/* 8:58 */waypoints[83].type = "stand"; -/* 8:58 */waypoints[83].childCount = 2; -/* 8:58 */waypoints[83].children[0] = 82; -/* 8:58 */waypoints[83].children[1] = 142; -/* 8:58 */waypoints[84] = spawnstruct(); -/* 8:58 */waypoints[84].origin =(-1491.31, 7225.58, 2776.13); -/* 8:58 */waypoints[84].type = "stand"; -/* 8:58 */waypoints[84].childCount = 3; -/* 8:58 */waypoints[84].children[0] = 78; -/* 8:58 */waypoints[84].children[1] = 85; -/* 8:58 */waypoints[84].children[2] = 164; -/* 8:58 */waypoints[85] = spawnstruct(); -/* 8:58 */waypoints[85].origin =(-1744.24, 7254.95, 2776.13); -/* 8:58 */waypoints[85].type = "stand"; -/* 8:58 */waypoints[85].childCount = 3; -/* 8:58 */waypoints[85].children[0] = 84; -/* 8:58 */waypoints[85].children[1] = 86; -/* 8:58 */waypoints[85].children[2] = 87; -/* 8:58 */waypoints[86] = spawnstruct(); -/* 8:58 */waypoints[86].origin =(-1715.01, 7469.54, 2776.13); -/* 8:58 */waypoints[86].type = "stand"; -/* 8:58 */waypoints[86].childCount = 2; -/* 8:58 */waypoints[86].children[0] = 85; -/* 8:58 */waypoints[86].children[1] = 169; -/* 8:58 */waypoints[87] = spawnstruct(); -/* 8:58 */waypoints[87].origin =(-2316.71, 7261.93, 2776.13); -/* 8:58 */waypoints[87].type = "stand"; -/* 8:58 */waypoints[87].childCount = 2; -/* 8:58 */waypoints[87].children[0] = 85; -/* 8:58 */waypoints[87].children[1] = 88; -/* 8:58 */waypoints[88] = spawnstruct(); -/* 8:58 */waypoints[88].origin =(-2505.91, 7088.26, 2776.13); -/* 8:58 */waypoints[88].type = "stand"; -/* 8:58 */waypoints[88].childCount = 4; -/* 8:58 */waypoints[88].children[0] = 87; -/* 8:58 */waypoints[88].children[1] = 40; -/* 8:58 */waypoints[88].children[2] = 89; -/* 8:58 */waypoints[88].children[3] = 191; -/* 8:58 */waypoints[89] = spawnstruct(); -/* 8:58 */waypoints[89].origin =(-2733.32, 7058.41, 2776.13); -/* 8:58 */waypoints[89].type = "stand"; -/* 8:58 */waypoints[89].childCount = 2; -/* 8:58 */waypoints[89].children[0] = 88; -/* 8:58 */waypoints[89].children[1] = 53; -/* 8:58 */waypoints[90] = spawnstruct(); -/* 8:58 */waypoints[90].origin =(-2545.3, 6358.84, 2776.13); -/* 8:58 */waypoints[90].type = "stand"; -/* 8:58 */waypoints[90].childCount = 4; -/* 8:58 */waypoints[90].children[0] = 61; -/* 8:58 */waypoints[90].children[1] = 40; -/* 8:58 */waypoints[90].children[2] = 92; -/* 8:58 */waypoints[90].children[3] = 97; -/* 8:58 */waypoints[91] = spawnstruct(); -/* 8:58 */waypoints[91].origin =(-2742.22, 5687.79, 2776.13); -/* 8:58 */waypoints[91].type = "stand"; -/* 8:58 */waypoints[91].childCount = 3; -/* 8:58 */waypoints[91].children[0] = 65; -/* 8:58 */waypoints[91].children[1] = 92; -/* 8:58 */waypoints[91].children[2] = 93; -/* 8:58 */waypoints[92] = spawnstruct(); -/* 8:58 */waypoints[92].origin =(-2513.47, 5821.98, 2776.13); -/* 8:58 */waypoints[92].type = "stand"; -/* 8:58 */waypoints[92].childCount = 4; -/* 8:58 */waypoints[92].children[0] = 90; -/* 8:58 */waypoints[92].children[1] = 91; -/* 8:58 */waypoints[92].children[2] = 94; -/* 8:58 */waypoints[92].children[3] = 190; -/* 8:58 */waypoints[93] = spawnstruct(); -/* 8:58 */waypoints[93].origin =(-2313.27, 5459.63, 2776.13); -/* 8:58 */waypoints[93].type = "stand"; -/* 8:58 */waypoints[93].childCount = 3; -/* 8:58 */waypoints[93].children[0] = 91; -/* 8:58 */waypoints[93].children[1] = 102; -/* 8:58 */waypoints[93].children[2] = 94; -/* 8:58 */waypoints[94] = spawnstruct(); -/* 8:58 */waypoints[94].origin =(-2207.63, 5858.79, 2776.13); -/* 8:58 */waypoints[94].type = "stand"; -/* 8:58 */waypoints[94].childCount = 4; -/* 8:58 */waypoints[94].children[0] = 92; -/* 8:58 */waypoints[94].children[1] = 95; -/* 8:58 */waypoints[94].children[2] = 96; -/* 8:58 */waypoints[94].children[3] = 93; -/* 8:58 */waypoints[95] = spawnstruct(); -/* 8:58 */waypoints[95].origin =(-2222.11, 6071.49, 2776.13); -/* 8:58 */waypoints[95].type = "stand"; -/* 8:58 */waypoints[95].childCount = 2; -/* 8:58 */waypoints[95].children[0] = 94; -/* 8:58 */waypoints[95].children[1] = 178; -/* 8:58 */waypoints[96] = spawnstruct(); -/* 8:58 */waypoints[96].origin =(-1977.67, 5843.37, 2776.13); -/* 8:58 */waypoints[96].type = "stand"; -/* 8:58 */waypoints[96].childCount = 2; -/* 8:58 */waypoints[96].children[0] = 94; -/* 8:58 */waypoints[96].children[1] = 97; -/* 8:58 */waypoints[97] = spawnstruct(); -/* 8:58 */waypoints[97].origin =(-2020.93, 6404.13, 2776.13); -/* 8:58 */waypoints[97].type = "stand"; -/* 8:58 */waypoints[97].childCount = 3; -/* 8:58 */waypoints[97].children[0] = 96; -/* 8:58 */waypoints[97].children[1] = 90; -/* 8:58 */waypoints[97].children[2] = 98; -/* 8:58 */waypoints[98] = spawnstruct(); -/* 8:58 */waypoints[98].origin =(-1724.62, 6397.65, 2776.13); -/* 8:58 */waypoints[98].type = "stand"; -/* 8:58 */waypoints[98].childCount = 3; -/* 8:58 */waypoints[98].children[0] = 97; -/* 8:58 */waypoints[98].children[1] = 99; -/* 8:58 */waypoints[98].children[2] = 100; -/* 8:58 */waypoints[99] = spawnstruct(); -/* 8:58 */waypoints[99].origin =(-1225.82, 6447.18, 2776.13); -/* 8:58 */waypoints[99].type = "stand"; -/* 8:58 */waypoints[99].childCount = 2; -/* 8:58 */waypoints[99].children[0] = 98; -/* 8:58 */waypoints[99].children[1] = 72; -/* 8:58 */waypoints[100] = spawnstruct(); -/* 8:58 */waypoints[100].origin =(-1646.14, 5985.41, 2776.13); -/* 8:58 */waypoints[100].type = "stand"; -/* 8:58 */waypoints[100].childCount = 3; -/* 8:58 */waypoints[100].children[0] = 98; -/* 8:58 */waypoints[100].children[1] = 101; -/* 8:58 */waypoints[100].children[2] = 103; -/* 8:58 */waypoints[101] = spawnstruct(); -/* 8:58 */waypoints[101].origin =(-1844.5, 5981.53, 2776.13); -/* 8:58 */waypoints[101].type = "stand"; -/* 8:58 */waypoints[101].childCount = 2; -/* 8:58 */waypoints[101].children[0] = 100; -/* 8:58 */waypoints[101].children[1] = 102; -/* 8:58 */waypoints[102] = spawnstruct(); -/* 8:58 */waypoints[102].origin =(-1823.49, 5411.2, 2776.13); -/* 8:58 */waypoints[102].type = "stand"; -/* 8:58 */waypoints[102].childCount = 4; -/* 8:58 */waypoints[102].children[0] = 101; -/* 8:58 */waypoints[102].children[1] = 93; -/* 8:58 */waypoints[102].children[2] = 27; -/* 8:58 */waypoints[102].children[3] = 189; -/* 8:58 */waypoints[103] = spawnstruct(); -/* 8:58 */waypoints[103].origin =(-1633.33, 5552.08, 2847.63); -/* 8:58 */waypoints[103].type = "stand"; -/* 8:58 */waypoints[103].childCount = 2; -/* 8:58 */waypoints[103].children[0] = 100; -/* 8:58 */waypoints[103].children[1] = 104; -/* 8:58 */waypoints[104] = spawnstruct(); -/* 8:58 */waypoints[104].origin =(-1546.83, 5563.22, 2847.63); -/* 8:58 */waypoints[104].type = "stand"; -/* 8:58 */waypoints[104].childCount = 2; -/* 8:58 */waypoints[104].children[0] = 103; -/* 8:58 */waypoints[104].children[1] = 105; -/* 8:58 */waypoints[105] = spawnstruct(); -/* 8:58 */waypoints[105].origin =(-1548.71, 5843.5, 2976.13); -/* 8:58 */waypoints[105].type = "stand"; -/* 8:58 */waypoints[105].childCount = 3; -/* 8:58 */waypoints[105].children[0] = 104; -/* 8:58 */waypoints[105].children[1] = 106; -/* 8:58 */waypoints[105].children[2] = 113; -/* 8:58 */waypoints[106] = spawnstruct(); -/* 8:58 */waypoints[106].origin =(-1559.02, 6202.96, 2976.13); -/* 8:58 */waypoints[106].type = "stand"; -/* 8:58 */waypoints[106].childCount = 2; -/* 8:58 */waypoints[106].children[0] = 105; -/* 8:58 */waypoints[106].children[1] = 107; -/* 8:58 */waypoints[107] = spawnstruct(); -/* 8:58 */waypoints[107].origin =(-1323.06, 6219.81, 2976.13); -/* 8:58 */waypoints[107].type = "stand"; -/* 8:58 */waypoints[107].childCount = 3; -/* 8:58 */waypoints[107].children[0] = 106; -/* 8:58 */waypoints[107].children[1] = 108; -/* 8:58 */waypoints[107].children[2] = 198; -/* 8:58 */waypoints[108] = spawnstruct(); -/* 8:58 */waypoints[108].origin =(-1180.06, 5948.97, 2976.13); -/* 8:58 */waypoints[108].type = "stand"; -/* 8:58 */waypoints[108].childCount = 3; -/* 8:58 */waypoints[108].children[0] = 107; -/* 8:58 */waypoints[108].children[1] = 109; -/* 8:58 */waypoints[108].children[2] = 113; -/* 8:58 */waypoints[109] = spawnstruct(); -/* 8:58 */waypoints[109].origin =(-1169.57, 6215.8, 2847.63); -/* 8:58 */waypoints[109].type = "stand"; -/* 8:58 */waypoints[109].childCount = 2; -/* 8:58 */waypoints[109].children[0] = 108; -/* 8:58 */waypoints[109].children[1] = 110; -/* 8:58 */waypoints[110] = spawnstruct(); -/* 8:58 */waypoints[110].origin =(-1091.59, 6211.58, 2847.63); -/* 8:58 */waypoints[110].type = "stand"; -/* 8:58 */waypoints[110].childCount = 2; -/* 8:58 */waypoints[110].children[0] = 109; -/* 8:58 */waypoints[110].children[1] = 111; -/* 8:58 */waypoints[111] = spawnstruct(); -/* 8:58 */waypoints[111].origin =(-1086.42, 6017.09, 2776.13); -/* 8:58 */waypoints[111].type = "stand"; -/* 8:58 */waypoints[111].childCount = 3; -/* 8:58 */waypoints[111].children[0] = 110; -/* 8:58 */waypoints[111].children[1] = 112; -/* 8:58 */waypoints[111].children[2] = 124; -/* 8:58 */waypoints[112] = spawnstruct(); -/* 8:58 */waypoints[112].origin =(-1060.13, 5418.14, 2776.13); -/* 8:58 */waypoints[112].type = "stand"; -/* 8:58 */waypoints[112].childCount = 3; -/* 8:58 */waypoints[112].children[0] = 111; -/* 8:58 */waypoints[112].children[1] = 27; -/* 8:58 */waypoints[112].children[2] = 121; -/* 8:58 */waypoints[113] = spawnstruct(); -/* 8:58 */waypoints[113].origin =(-1341.63, 5610.86, 2976.13); -/* 8:58 */waypoints[113].type = "stand"; -/* 8:58 */waypoints[113].childCount = 4; -/* 8:58 */waypoints[113].children[0] = 108; -/* 8:58 */waypoints[113].children[1] = 105; -/* 8:58 */waypoints[113].children[2] = 159; -/* 8:58 */waypoints[113].children[3] = 160; -/* 8:58 */waypoints[114] = spawnstruct(); -/* 8:58 */waypoints[114].origin =(-916.935, 6445.48, 2776.13); -/* 8:58 */waypoints[114].type = "stand"; -/* 8:58 */waypoints[114].childCount = 3; -/* 8:58 */waypoints[114].children[0] = 72; -/* 8:58 */waypoints[114].children[1] = 115; -/* 8:58 */waypoints[114].children[2] = 124; -/* 8:58 */waypoints[115] = spawnstruct(); -/* 8:58 */waypoints[115].origin =(-338.318, 6501.06, 2776.13); -/* 8:58 */waypoints[115].type = "stand"; -/* 8:58 */waypoints[115].childCount = 4; -/* 8:58 */waypoints[115].children[0] = 114; -/* 8:58 */waypoints[115].children[1] = 22; -/* 8:58 */waypoints[115].children[2] = 116; -/* 8:58 */waypoints[115].children[3] = 117; -/* 8:58 */waypoints[116] = spawnstruct(); -/* 8:58 */waypoints[116].origin =(-119.21, 6541.41, 2776.13); -/* 8:58 */waypoints[116].type = "stand"; -/* 8:58 */waypoints[116].childCount = 4; -/* 8:58 */waypoints[116].children[0] = 115; -/* 8:58 */waypoints[116].children[1] = 138; -/* 8:58 */waypoints[116].children[2] = 152; -/* 8:58 */waypoints[116].children[3] = 22; -/* 8:58 */waypoints[117] = spawnstruct(); -/* 8:58 */waypoints[117].origin =(-271.211, 6105.11, 2776.13); -/* 8:58 */waypoints[117].type = "stand"; -/* 8:58 */waypoints[117].childCount = 4; -/* 8:58 */waypoints[117].children[0] = 115; -/* 8:58 */waypoints[117].children[1] = 118; -/* 8:58 */waypoints[117].children[2] = 123; -/* 8:58 */waypoints[117].children[3] = 152; -/* 8:58 */waypoints[118] = spawnstruct(); -/* 8:58 */waypoints[118].origin =(-60.6272, 5694.79, 2792.13); -/* 8:58 */waypoints[118].type = "stand"; -/* 8:58 */waypoints[118].childCount = 3; -/* 8:58 */waypoints[118].children[0] = 117; -/* 8:58 */waypoints[118].children[1] = 119; -/* 8:58 */waypoints[118].children[2] = 125; -/* 8:58 */waypoints[119] = spawnstruct(); -/* 8:58 */waypoints[119].origin =(-161.204, 5418.03, 2776.13); -/* 8:58 */waypoints[119].type = "stand"; -/* 8:58 */waypoints[119].childCount = 3; -/* 8:58 */waypoints[119].children[0] = 118; -/* 8:58 */waypoints[119].children[1] = 120; -/* 8:58 */waypoints[119].children[2] = 154; -/* 8:58 */waypoints[120] = spawnstruct(); -/* 8:58 */waypoints[120].origin =(-487.003, 5444.35, 2776.13); -/* 8:58 */waypoints[120].type = "stand"; -/* 8:58 */waypoints[120].childCount = 3; -/* 8:58 */waypoints[120].children[0] = 119; -/* 8:58 */waypoints[120].children[1] = 121; -/* 8:58 */waypoints[120].children[2] = 188; -/* 8:58 */waypoints[121] = spawnstruct(); -/* 8:58 */waypoints[121].origin =(-505.762, 5564.9, 2776.13); -/* 8:58 */waypoints[121].type = "stand"; -/* 8:58 */waypoints[121].childCount = 5; -/* 8:58 */waypoints[121].children[0] = 120; -/* 8:58 */waypoints[121].children[1] = 122; -/* 8:58 */waypoints[121].children[2] = 112; -/* 8:58 */waypoints[121].children[3] = 123; -/* 8:58 */waypoints[121].children[4] = 145; -/* 8:58 */waypoints[122] = spawnstruct(); -/* 8:58 */waypoints[122].origin =(-278.537, 5572.11, 2776.13); -/* 8:58 */waypoints[122].type = "stand"; -/* 8:58 */waypoints[122].childCount = 2; -/* 8:58 */waypoints[122].children[0] = 121; -/* 8:58 */waypoints[122].children[1] = 153; -/* 8:58 */waypoints[123] = spawnstruct(); -/* 8:58 */waypoints[123].origin =(-597.844, 6078.92, 2776.13); -/* 8:58 */waypoints[123].type = "stand"; -/* 8:58 */waypoints[123].childCount = 4; -/* 8:58 */waypoints[123].children[0] = 121; -/* 8:58 */waypoints[123].children[1] = 117; -/* 8:58 */waypoints[123].children[2] = 124; -/* 8:58 */waypoints[123].children[3] = 145; -/* 8:58 */waypoints[124] = spawnstruct(); -/* 8:58 */waypoints[124].origin =(-901.849, 6062.84, 2776.13); -/* 8:58 */waypoints[124].type = "stand"; -/* 8:58 */waypoints[124].childCount = 3; -/* 8:58 */waypoints[124].children[0] = 123; -/* 8:58 */waypoints[124].children[1] = 111; -/* 8:58 */waypoints[124].children[2] = 114; -/* 8:58 */waypoints[125] = spawnstruct(); -/* 8:58 */waypoints[125].origin =(89.0847, 5698.95, 2776.13); -/* 8:58 */waypoints[125].type = "stand"; -/* 8:58 */waypoints[125].childCount = 2; -/* 8:58 */waypoints[125].children[0] = 118; -/* 8:58 */waypoints[125].children[1] = 126; -/* 8:58 */waypoints[126] = spawnstruct(); -/* 8:58 */waypoints[126].origin =(228.904, 5707.09, 2824.13); -/* 8:58 */waypoints[126].type = "stand"; -/* 8:58 */waypoints[126].childCount = 3; -/* 8:58 */waypoints[126].children[0] = 125; -/* 8:58 */waypoints[126].children[1] = 127; -/* 8:58 */waypoints[126].children[2] = 128; -/* 8:58 */waypoints[127] = spawnstruct(); -/* 8:58 */waypoints[127].origin =(276.101, 5273.2, 2824.13); -/* 8:58 */waypoints[127].type = "stand"; -/* 8:58 */waypoints[127].childCount = 2; -/* 8:58 */waypoints[127].children[0] = 126; -/* 8:58 */waypoints[127].children[1] = 150; -/* 8:58 */waypoints[128] = spawnstruct(); -/* 8:58 */waypoints[128].origin =(287.385, 5963.93, 2824.13); -/* 8:58 */waypoints[128].type = "stand"; -/* 8:58 */waypoints[128].childCount = 5; -/* 8:58 */waypoints[128].children[0] = 126; -/* 8:58 */waypoints[128].children[1] = 129; -/* 8:58 */waypoints[128].children[2] = 134; -/* 8:58 */waypoints[128].children[3] = 135; -/* 8:58 */waypoints[128].children[4] = 151; -/* 8:58 */waypoints[129] = spawnstruct(); -/* 8:58 */waypoints[129].origin =(584.511, 5948.52, 2824.13); -/* 8:58 */waypoints[129].type = "stand"; -/* 8:58 */waypoints[129].childCount = 2; -/* 8:58 */waypoints[129].children[0] = 128; -/* 8:58 */waypoints[129].children[1] = 130; -/* 8:58 */waypoints[130] = spawnstruct(); -/* 8:58 */waypoints[130].origin =(534.324, 6390.42, 2808.13); -/* 8:58 */waypoints[130].type = "stand"; -/* 8:58 */waypoints[130].childCount = 4; -/* 8:58 */waypoints[130].children[0] = 129; -/* 8:58 */waypoints[130].children[1] = 131; -/* 8:58 */waypoints[130].children[2] = 136; -/* 8:58 */waypoints[130].children[3] = 132; -/* 8:58 */waypoints[131] = spawnstruct(); -/* 8:58 */waypoints[131].origin =(281.696, 6377.04, 2824.13); -/* 8:58 */waypoints[131].type = "stand"; -/* 8:58 */waypoints[131].childCount = 4; -/* 8:58 */waypoints[131].children[0] = 130; -/* 8:58 */waypoints[131].children[1] = 132; -/* 8:58 */waypoints[131].children[2] = 133; -/* 8:58 */waypoints[131].children[3] = 135; -/* 8:58 */waypoints[132] = spawnstruct(); -/* 8:58 */waypoints[132].origin =(323.984, 6404.17, 2824.13); -/* 8:58 */waypoints[132].type = "stand"; -/* 8:58 */waypoints[132].childCount = 2; -/* 8:58 */waypoints[132].children[0] = 131; -/* 8:58 */waypoints[132].children[1] = 130; -/* 8:58 */waypoints[133] = spawnstruct(); -/* 8:58 */waypoints[133].origin =(151.652, 6395.08, 2824.13); -/* 8:58 */waypoints[133].type = "stand"; -/* 8:58 */waypoints[133].childCount = 4; -/* 8:58 */waypoints[133].children[0] = 131; -/* 8:58 */waypoints[133].children[1] = 134; -/* 8:58 */waypoints[133].children[2] = 138; -/* 8:58 */waypoints[133].children[3] = 152; -/* 8:58 */waypoints[134] = spawnstruct(); -/* 8:58 */waypoints[134].origin =(151.562, 6130.9, 2824.13); -/* 8:58 */waypoints[134].type = "stand"; -/* 8:58 */waypoints[134].childCount = 2; -/* 8:58 */waypoints[134].children[0] = 133; -/* 8:58 */waypoints[134].children[1] = 128; -/* 8:58 */waypoints[135] = spawnstruct(); -/* 8:58 */waypoints[135].origin =(418.988, 6217.42, 2824.13); -/* 8:58 */waypoints[135].type = "stand"; -/* 8:58 */waypoints[135].childCount = 2; -/* 8:58 */waypoints[135].children[0] = 128; -/* 8:58 */waypoints[135].children[1] = 131; -/* 8:58 */waypoints[136] = spawnstruct(); -/* 8:58 */waypoints[136].origin =(526.124, 6672.07, 2824.13); -/* 8:58 */waypoints[136].type = "stand"; -/* 8:58 */waypoints[136].childCount = 3; -/* 8:58 */waypoints[136].children[0] = 130; -/* 8:58 */waypoints[136].children[1] = 4; -/* 8:58 */waypoints[136].children[2] = 137; -/* 8:58 */waypoints[137] = spawnstruct(); -/* 8:58 */waypoints[137].origin =(312.619, 6699.81, 2824.13); -/* 8:58 */waypoints[137].type = "stand"; -/* 8:58 */waypoints[137].childCount = 4; -/* 8:58 */waypoints[137].children[0] = 136; -/* 8:58 */waypoints[137].children[1] = 138; -/* 8:58 */waypoints[137].children[2] = 139; -/* 8:58 */waypoints[137].children[3] = 174; -/* 8:58 */waypoints[138] = spawnstruct(); -/* 8:58 */waypoints[138].origin =(36.8313, 6576.92, 2824.13); -/* 8:58 */waypoints[138].type = "stand"; -/* 8:58 */waypoints[138].childCount = 4; -/* 8:58 */waypoints[138].children[0] = 137; -/* 8:58 */waypoints[138].children[1] = 133; -/* 8:58 */waypoints[138].children[2] = 116; -/* 8:58 */waypoints[138].children[3] = 179; -/* 8:58 */waypoints[139] = spawnstruct(); -/* 8:58 */waypoints[139].origin =(331.281, 7190.18, 2824.13); -/* 8:58 */waypoints[139].type = "stand"; -/* 8:58 */waypoints[139].childCount = 5; -/* 8:58 */waypoints[139].children[0] = 137; -/* 8:58 */waypoints[139].children[1] = 140; -/* 8:58 */waypoints[139].children[2] = 142; -/* 8:58 */waypoints[139].children[3] = 177; -/* 8:58 */waypoints[139].children[4] = 176; -/* 8:58 */waypoints[140] = spawnstruct(); -/* 8:58 */waypoints[140].origin =(321.682, 7458.74, 2824.13); -/* 8:58 */waypoints[140].type = "stand"; -/* 8:58 */waypoints[140].childCount = 2; -/* 8:58 */waypoints[140].children[0] = 139; -/* 8:58 */waypoints[140].children[1] = 141; -/* 8:58 */waypoints[141] = spawnstruct(); -/* 8:58 */waypoints[141].origin =(802.414, 7465.92, 2824.13); -/* 8:58 */waypoints[141].type = "stand"; -/* 8:58 */waypoints[141].childCount = 3; -/* 8:58 */waypoints[141].children[0] = 140; -/* 8:58 */waypoints[141].children[1] = 1; -/* 8:58 */waypoints[141].children[2] = 175; -/* 8:58 */waypoints[142] = spawnstruct(); -/* 8:58 */waypoints[142].origin =(172.893, 7138.98, 2824.13); -/* 8:58 */waypoints[142].type = "stand"; -/* 8:58 */waypoints[142].childCount = 2; -/* 8:58 */waypoints[142].children[0] = 139; -/* 8:58 */waypoints[142].children[1] = 83; -/* 8:58 */waypoints[143] = spawnstruct(); -/* 8:58 */waypoints[143].origin =(-3387.78, 5571.43, 2824.13); -/* 8:58 */waypoints[143].type = "stand"; -/* 8:58 */waypoints[143].childCount = 2; -/* 8:58 */waypoints[143].children[0] = 68; -/* 8:58 */waypoints[143].children[1] = 71; -/* 8:58 */waypoints[144] = spawnstruct(); -/* 8:58 */waypoints[144].origin =(-1227.16, 6861.18, 2769.65); -/* 8:58 */waypoints[144].type = "stand"; -/* 8:58 */waypoints[144].childCount = 2; -/* 8:58 */waypoints[144].children[0] = 73; -/* 8:58 */waypoints[144].children[1] = 75; -/* 8:58 */waypoints[145] = spawnstruct(); -/* 8:58 */waypoints[145].origin =(-589.384, 5978.78, 2776.13); -/* 8:58 */waypoints[145].type = "stand"; -/* 8:58 */waypoints[145].childCount = 2; -/* 8:58 */waypoints[145].children[0] = 123; -/* 8:58 */waypoints[145].children[1] = 121; -/* 8:58 */waypoints[146] = spawnstruct(); -/* 8:58 */waypoints[146].origin =(-1552.13, 7393.11, 2944.13); -/* 8:58 */waypoints[146].type = "stand"; -/* 8:58 */waypoints[146].childCount = 4; -/* 8:58 */waypoints[146].children[0] = 162; -/* 8:58 */waypoints[146].children[1] = 163; -/* 8:58 */waypoints[146].children[2] = 168; -/* 8:58 */waypoints[146].children[3] = 207; -/* 8:58 */waypoints[146].angles = (18.6865, -68.3514, 0); -/* 8:58 */waypoints[147] = spawnstruct(); -/* 8:58 */waypoints[147].origin =(1136.09, 6965.99, 2824.13); -/* 8:58 */waypoints[147].type = "stand"; -/* 8:58 */waypoints[147].childCount = 2; -/* 8:58 */waypoints[147].children[0] = 3; -/* 8:58 */waypoints[147].children[1] = 2; -/* 8:58 */waypoints[147].angles = (18.7701, 83.2599, 0); -/* 8:58 */waypoints[148] = spawnstruct(); -/* 8:58 */waypoints[148].origin =(1328.87, 6981.81, 2824.13); -/* 8:58 */waypoints[148].type = "stand"; -/* 8:58 */waypoints[148].childCount = 2; -/* 8:58 */waypoints[148].children[0] = 2; -/* 8:58 */waypoints[148].children[1] = 3; -/* 8:58 */waypoints[148].angles = (18.6877, 167.206, 0); -/* 8:58 */waypoints[149] = spawnstruct(); -/* 8:58 */waypoints[149].origin =(885.902, 6877.58, 2648.13); -/* 8:58 */waypoints[149].type = "crouch"; -/* 8:58 */waypoints[149].childCount = 1; -/* 8:58 */waypoints[149].children[0] = 10; -/* 8:58 */waypoints[149].angles = (-1.81274, 174.946, 0); -/* 8:58 */waypoints[150] = spawnstruct(); -/* 8:58 */waypoints[150].origin =(163.835, 5514.94, 2824.13); -/* 8:58 */waypoints[150].type = "claymore"; -/* 8:58 */waypoints[150].childCount = 1; -/* 8:58 */waypoints[150].children[0] = 127; -/* 8:58 */waypoints[150].angles = (1.23596, 74.4214, 0); -/* 8:58 */waypoints[151] = spawnstruct(); -/* 8:58 */waypoints[151].origin =(21.8173, 5942.06, 2824.13); -/* 8:58 */waypoints[151].type = "crouch"; -/* 8:58 */waypoints[151].childCount = 1; -/* 8:58 */waypoints[151].children[0] = 128; -/* 8:58 */waypoints[151].angles = (2.63672, 3.6969, 0); -/* 8:58 */waypoints[152] = spawnstruct(); -/* 8:58 */waypoints[152].origin =(-191.624, 6364.93, 2776.13); -/* 8:58 */waypoints[152].type = "stand"; -/* 8:58 */waypoints[152].childCount = 4; -/* 8:58 */waypoints[152].children[0] = 133; -/* 8:58 */waypoints[152].children[1] = 117; -/* 8:58 */waypoints[152].children[2] = 116; -/* 8:58 */waypoints[152].children[3] = 187; -/* 8:58 */waypoints[152].angles = (11.8817, 97.3993, 0); -/* 8:58 */waypoints[153] = spawnstruct(); -/* 8:58 */waypoints[153].origin =(-289.587, 5675.42, 2776.13); -/* 8:58 */waypoints[153].type = "crouch"; -/* 8:58 */waypoints[153].childCount = 1; -/* 8:58 */waypoints[153].children[0] = 122; -/* 8:58 */waypoints[153].angles = (-0.137329, -121.124, 0); -/* 8:58 */waypoints[154] = spawnstruct(); -/* 8:58 */waypoints[154].origin =(-172.875, 5564.35, 2777.1); -/* 8:58 */waypoints[154].type = "climb"; -/* 8:58 */waypoints[154].childCount = 2; -/* 8:58 */waypoints[154].children[0] = 119; -/* 8:58 */waypoints[154].children[1] = 155; -/* 8:58 */waypoints[154].angles = (5.625, -179.714, 0); -/* 8:58 */waypoints[155] = spawnstruct(); -/* 8:58 */waypoints[155].origin =(-172.875, 5569.22, 2894.65); -/* 8:58 */waypoints[155].type = "climb"; -/* 8:58 */waypoints[155].childCount = 2; -/* 8:58 */waypoints[155].children[0] = 154; -/* 8:58 */waypoints[155].children[1] = 156; -/* 8:58 */waypoints[155].angles = (7.93213, 178.555, 0); -/* 8:58 */waypoints[156] = spawnstruct(); -/* 8:58 */waypoints[156].origin =(-309.531, 5571.71, 2912.13); -/* 8:58 */waypoints[156].type = "crouch"; -/* 8:58 */waypoints[156].childCount = 1; -/* 8:58 */waypoints[156].children[0] = 155; -/* 8:58 */waypoints[156].angles = (1.34583, 151.304, 0); -/* 8:58 */waypoints[157] = spawnstruct(); -/* 8:58 */waypoints[157].origin =(-1471.78, 6450.71, 2648.13); -/* 8:58 */waypoints[157].type = "claymore"; -/* 8:58 */waypoints[157].childCount = 1; -/* 8:58 */waypoints[157].children[0] = 24; -/* 8:58 */waypoints[157].angles = (8.8385, -11.3269, 0); -/* 8:58 */waypoints[158] = spawnstruct(); -/* 8:58 */waypoints[158].origin =(-1368, 5487.11, 2776.13); -/* 8:58 */waypoints[158].type = "claymore"; -/* 8:58 */waypoints[158].childCount = 1; -/* 8:58 */waypoints[158].children[0] = 26; -/* 8:58 */waypoints[158].angles = (16.908, -89.0497, 0); -/* 8:58 */waypoints[159] = spawnstruct(); -/* 8:58 */waypoints[159].origin =(-1380.47, 5311.52, 2940.13); -/* 8:58 */waypoints[159].type = "crouch"; -/* 8:58 */waypoints[159].childCount = 1; -/* 8:58 */waypoints[159].children[0] = 113; -/* 8:58 */waypoints[159].angles = (5.87219, 147.272, 0); -/* 8:58 */waypoints[160] = spawnstruct(); -/* 8:58 */waypoints[160].origin =(-1320.62, 5312.88, 2940.13); -/* 8:58 */waypoints[160].type = "crouch"; -/* 8:58 */waypoints[160].childCount = 1; -/* 8:58 */waypoints[160].children[0] = 113; -/* 8:58 */waypoints[160].angles = (7.52014, 42.3798, 0); -/* 8:58 */waypoints[161] = spawnstruct(); -/* 8:58 */waypoints[161].origin =(-1187.24, 7487.19, 2944.13); -/* 8:58 */waypoints[161].type = "crouch"; -/* 8:58 */waypoints[161].childCount = 1; -/* 8:58 */waypoints[161].children[0] = 162; -/* 8:58 */waypoints[161].angles = (11.5521, -31.4374, 0); -/* 8:58 */waypoints[162] = spawnstruct(); -/* 8:58 */waypoints[162].origin =(-1529.89, 7488.57, 2944.13); -/* 8:58 */waypoints[162].type = "stand"; -/* 8:58 */waypoints[162].childCount = 2; -/* 8:58 */waypoints[162].children[0] = 161; -/* 8:58 */waypoints[162].children[1] = 146; -/* 8:58 */waypoints[162].angles = (10.0787, -3.47168, 0); -/* 8:58 */waypoints[163] = spawnstruct(); -/* 8:58 */waypoints[163].origin =(-1509.59, 7411.38, 2944.13); -/* 8:58 */waypoints[163].type = "claymore"; -/* 8:58 */waypoints[163].childCount = 1; -/* 8:58 */waypoints[163].children[0] = 146; -/* 8:58 */waypoints[163].angles = (17.6538, 149.299, 0); -/* 8:58 */waypoints[164] = spawnstruct(); -/* 8:58 */waypoints[164].origin =(-1481.85, 7429.19, 2776.13); -/* 8:58 */waypoints[164].type = "crouch"; -/* 8:58 */waypoints[164].childCount = 1; -/* 8:58 */waypoints[164].children[0] = 84; -/* 8:58 */waypoints[164].angles = (1.1853, -96.7181, 0); -/* 8:58 */waypoints[165] = spawnstruct(); -/* 8:58 */waypoints[165].origin =(-1234.04, 7435.05, 2776.13); -/* 8:58 */waypoints[165].type = "crouch"; -/* 8:58 */waypoints[165].childCount = 1; -/* 8:58 */waypoints[165].children[0] = 78; -/* 8:58 */waypoints[165].angles = (-0.0506592, -94.9878, 0); -/* 8:58 */waypoints[166] = spawnstruct(); -/* 8:58 */waypoints[166].origin =(-1439.13, 6959.94, 2696.13); -/* 8:58 */waypoints[166].type = "climb"; -/* 8:58 */waypoints[166].childCount = 2; -/* 8:58 */waypoints[166].children[0] = 167; -/* 8:58 */waypoints[166].children[1] = 29; -/* 8:58 */waypoints[166].angles = (5.22278, -3.21899, 0); -/* 8:58 */waypoints[167] = spawnstruct(); -/* 8:58 */waypoints[167].origin =(-1432.46, 6959.94, 2824.13); -/* 8:58 */waypoints[167].type = "climb"; -/* 8:58 */waypoints[167].childCount = 2; -/* 8:58 */waypoints[167].children[0] = 77; -/* 8:58 */waypoints[167].children[1] = 166; -/* 8:58 */waypoints[167].angles = (14.0173, 1.17554, 0); -/* 8:58 */waypoints[168] = spawnstruct(); -/* 8:58 */waypoints[168].origin =(-1626.41, 7476.82, 2944.13); -/* 8:58 */waypoints[168].type = "climb"; -/* 8:58 */waypoints[168].childCount = 2; -/* 8:58 */waypoints[168].children[0] = 169; -/* 8:58 */waypoints[168].children[1] = 146; -/* 8:58 */waypoints[168].angles = (5.92833, -4.27917, 0); -/* 8:58 */waypoints[169] = spawnstruct(); -/* 8:58 */waypoints[169].origin =(-1647.13, 7474.15, 2776.13); -/* 8:58 */waypoints[169].type = "climb"; -/* 8:58 */waypoints[169].childCount = 2; -/* 8:58 */waypoints[169].children[0] = 168; -/* 8:58 */waypoints[169].children[1] = 86; -/* 8:58 */waypoints[169].angles = (5.70311, -2.51038, 0); -/* 8:58 */waypoints[170] = spawnstruct(); -/* 8:58 */waypoints[170].origin =(-1423.86, 7191.9, 2648.13); -/* 8:58 */waypoints[170].type = "claymore"; -/* 8:58 */waypoints[170].childCount = 1; -/* 8:58 */waypoints[170].children[0] = 30; -/* 8:58 */waypoints[170].angles = (4.16502, -119.471, 0); -/* 8:58 */waypoints[171] = spawnstruct(); -/* 8:58 */waypoints[171].origin =(-2411.59, 6863.81, 2648.13); -/* 8:58 */waypoints[171].type = "claymore"; -/* 8:58 */waypoints[171].childCount = 1; -/* 8:58 */waypoints[171].children[0] = 43; -/* 8:58 */waypoints[171].angles = (7.62022, 117.779, 0); -/* 8:58 */waypoints[172] = spawnstruct(); -/* 8:58 */waypoints[172].origin =(-3384.32, 7199.97, 2648.13); -/* 8:58 */waypoints[172].type = "claymore"; -/* 8:58 */waypoints[172].childCount = 1; -/* 8:58 */waypoints[172].children[0] = 46; -/* 8:58 */waypoints[172].angles = (11.3281, -43.808, 0); -/* 8:58 */waypoints[173] = spawnstruct(); -/* 8:58 */waypoints[173].origin =(-3732.83, 7122.17, 2824.13); -/* 8:58 */waypoints[173].type = "claymore"; -/* 8:58 */waypoints[173].childCount = 1; -/* 8:58 */waypoints[173].children[0] = 49; -/* 8:58 */waypoints[173].angles = (14.9481, -106.875, 0); -/* 8:58 */waypoints[174] = spawnstruct(); -/* 8:58 */waypoints[174].origin =(6.86213, 6814.49, 2824.13); -/* 8:58 */waypoints[174].type = "crouch"; -/* 8:58 */waypoints[174].childCount = 1; -/* 8:58 */waypoints[174].children[0] = 137; -/* 8:58 */waypoints[174].angles = (3.91783, -11.0083, 0); -/* 8:58 */waypoints[175] = spawnstruct(); -/* 8:58 */waypoints[175].origin =(1054.6, 7355.64, 2824.13); -/* 8:58 */waypoints[175].type = "claymore"; -/* 8:58 */waypoints[175].childCount = 1; -/* 8:58 */waypoints[175].children[0] = 141; -/* 8:58 */waypoints[175].angles = (16.0193, 130.6, 0); -/* 8:58 */waypoints[176] = spawnstruct(); -/* 8:58 */waypoints[176].origin =(180.423, 7280.84, 2824.13); -/* 8:58 */waypoints[176].type = "claymore"; -/* 8:58 */waypoints[176].childCount = 1; -/* 8:58 */waypoints[176].children[0] = 139; -/* 8:58 */waypoints[176].angles = (11.4105, -73.3832, 0); -/* 8:58 */waypoints[177] = spawnstruct(); -/* 8:58 */waypoints[177].origin =(679.208, 7209.77, 2824.13); -/* 8:58 */waypoints[177].type = "crouch"; -/* 8:58 */waypoints[177].childCount = 1; -/* 8:58 */waypoints[177].children[0] = 139; -/* 8:58 */waypoints[177].angles = (2.92906, -175.556, 0); -/* 8:58 */waypoints[178] = spawnstruct(); -/* 8:58 */waypoints[178].origin =(-2333.4, 6098.55, 2776.13); -/* 8:58 */waypoints[178].type = "crouch"; -/* 8:58 */waypoints[178].childCount = 1; -/* 8:58 */waypoints[178].children[0] = 95; -/* 8:58 */waypoints[178].angles = (5.1483, -20.7202, 0); -/* 8:58 */waypoints[179] = spawnstruct(); -/* 8:58 */waypoints[179].origin =(1.94629, 6463.13, 2824.13); -/* 8:58 */waypoints[179].type = "claymore"; -/* 8:58 */waypoints[179].childCount = 1; -/* 8:58 */waypoints[179].children[0] = 138; -/* 8:58 */waypoints[179].angles = (5.51514, 80.6561, 0); -/* 8:58 */waypoints[180] = spawnstruct(); -/* 8:58 */waypoints[180].origin =(958.959, 6860.33, 2824.13); -/* 8:58 */waypoints[180].type = "claymore"; -/* 8:58 */waypoints[180].childCount = 1; -/* 8:58 */waypoints[180].children[0] = 6; -/* 8:58 */waypoints[180].angles = (7.90466, 107.413, 0); -/* 8:58 */waypoints[181] = spawnstruct(); -/* 8:58 */waypoints[181].origin =(-296.875, 6868.14, 2648.13); -/* 8:58 */waypoints[181].type = "claymore"; -/* 8:58 */waypoints[181].childCount = 1; -/* 8:58 */waypoints[181].children[0] = 14; -/* 8:58 */waypoints[181].angles = (9.47021, -40.2539, 0); -/* 8:58 */waypoints[182] = spawnstruct(); -/* 8:58 */waypoints[182].origin =(-2847.13, 6947.2, 2824.13); -/* 8:58 */waypoints[182].type = "claymore"; -/* 8:58 */waypoints[182].childCount = 1; -/* 8:58 */waypoints[182].children[0] = 53; -/* 8:58 */waypoints[182].angles = (12.5134, 117.164, 0); -/* 8:58 */waypoints[183] = spawnstruct(); -/* 8:58 */waypoints[183].origin =(-3102.28, 5688.78, 2824.13); -/* 8:58 */waypoints[183].type = "stand"; -/* 8:58 */waypoints[183].childCount = 1; -/* 8:58 */waypoints[183].children[0] = 65; -/* 8:58 */waypoints[183].angles = (9.55261, -0.0439453, 0); -/* 8:58 */waypoints[184] = spawnstruct(); -/* 8:58 */waypoints[184].origin =(-2847.13, 5790.1, 2824.13); -/* 8:58 */waypoints[184].type = "claymore"; -/* 8:58 */waypoints[184].childCount = 1; -/* 8:58 */waypoints[184].children[0] = 65; -/* 8:58 */waypoints[184].angles = (12.2662, -117.449, 0); -/* 8:58 */waypoints[185] = spawnstruct(); -/* 8:58 */waypoints[185].origin =(-3244.81, 5780.17, 2824.13); -/* 8:58 */waypoints[185].type = "crouch"; -/* 8:58 */waypoints[185].childCount = 1; -/* 8:58 */waypoints[185].children[0] = 71; -/* 8:58 */waypoints[185].angles = (0.741577, -177.764, 0); -/* 8:58 */waypoints[186] = spawnstruct(); -/* 8:58 */waypoints[186].origin =(-3005.35, 6299.13, 2824.13); -/* 8:58 */waypoints[186].type = "crouch"; -/* 8:58 */waypoints[186].childCount = 1; -/* 8:58 */waypoints[186].children[0] = 55; -/* 8:58 */waypoints[186].angles = (1.56555, 171.37, 0); -/* 8:58 */waypoints[187] = spawnstruct(); -/* 8:58 */waypoints[187].origin =(-293.372, 6310.56, 2776.13); -/* 8:58 */waypoints[187].type = "grenade"; -/* 8:58 */waypoints[187].childCount = 1; -/* 8:58 */waypoints[187].children[0] = 152; -/* 8:58 */waypoints[187].angles = (-36.3098, -179.659, 0); -/* 8:58 */waypoints[188] = spawnstruct(); -/* 8:58 */waypoints[188].origin =(-666.001, 5634.91, 2776.13); -/* 8:58 */waypoints[188].type = "grenade"; -/* 8:58 */waypoints[188].childCount = 1; -/* 8:58 */waypoints[188].children[0] = 120; -/* 8:58 */waypoints[188].angles = (-40.8362, 137.368, 0); -/* 8:58 */waypoints[189] = spawnstruct(); -/* 8:58 */waypoints[189].origin =(-1959.84, 5514.89, 2776.13); -/* 8:58 */waypoints[189].type = "grenade"; -/* 8:58 */waypoints[189].childCount = 1; -/* 8:58 */waypoints[189].children[0] = 102; -/* 8:58 */waypoints[189].angles = (-39.0729, 14.2383, 0); -/* 8:58 */waypoints[190] = spawnstruct(); -/* 8:58 */waypoints[190].origin =(-2505.73, 5922.56, 2776.13); -/* 8:58 */waypoints[190].type = "grenade"; -/* 8:58 */waypoints[190].childCount = 1; -/* 8:58 */waypoints[190].children[0] = 92; -/* 8:58 */waypoints[190].angles = (-40.8801, 36.2164, 0); -/* 8:58 */waypoints[191] = spawnstruct(); -/* 8:58 */waypoints[191].origin =(-2372.95, 7090.16, 2776.13); -/* 8:58 */waypoints[191].type = "grenade"; -/* 8:58 */waypoints[191].childCount = 1; -/* 8:58 */waypoints[191].children[0] = 88; -/* 8:58 */waypoints[191].angles = (-32.8162, 11.1072, 0); -/* 8:58 */waypoints[192] = spawnstruct(); -/* 8:58 */waypoints[192].origin =(-324.821, 7116.21, 2776.13); -/* 8:58 */waypoints[192].type = "grenade"; -/* 8:58 */waypoints[192].childCount = 2; -/* 8:58 */waypoints[192].children[0] = 82; -/* 8:58 */waypoints[192].children[1] = 193; -/* 8:58 */waypoints[192].angles = (-32.4866, -179.324, 0); -/* 8:58 */waypoints[193] = spawnstruct(); -/* 8:58 */waypoints[193].origin =(-304.896, 7082.52, 2776.13); -/* 8:58 */waypoints[193].type = "grenade"; -/* 8:58 */waypoints[193].childCount = 1; -/* 8:58 */waypoints[193].children[0] = 192; -/* 8:58 */waypoints[193].angles = (-48.3728, -133.138, 0); -/* 8:58 */waypoints[194] = spawnstruct(); -/* 8:58 */waypoints[194].origin =(-639.832, 7027.05, 2648.13); -/* 8:58 */waypoints[194].type = "grenade"; -/* 8:58 */waypoints[194].childCount = 1; -/* 8:58 */waypoints[194].children[0] = 19; -/* 8:58 */waypoints[194].angles = (-34.4586, 169.036, 0); -/* 8:58 */waypoints[195] = spawnstruct(); -/* 8:58 */waypoints[195].origin =(-1853.91, 7031.13, 2648.13); -/* 8:58 */waypoints[195].type = "grenade"; -/* 8:58 */waypoints[195].childCount = 1; -/* 8:58 */waypoints[195].children[0] = 31; -/* 8:58 */waypoints[195].angles = (-30.921, 11.651, 0); -/* 8:58 */waypoints[196] = spawnstruct(); -/* 8:58 */waypoints[196].origin =(-1980.02, 6706.18, 2648.13); -/* 8:58 */waypoints[196].type = "grenade"; -/* 8:58 */waypoints[196].childCount = 1; -/* 8:58 */waypoints[196].children[0] = 37; -/* 8:58 */waypoints[196].angles = (-23.0988, -10.3271, 0); -/* 8:58 */waypoints[197] = spawnstruct(); -/* 8:58 */waypoints[197].origin =(-628.848, 6756.64, 2648.13); -/* 8:58 */waypoints[197].type = "grenade"; -/* 8:58 */waypoints[197].childCount = 1; -/* 8:58 */waypoints[197].children[0] = 15; -/* 8:58 */waypoints[197].angles = (-34.0466, -163.762, 0); -/* 8:58 */waypoints[198] = spawnstruct(); -/* 8:58 */waypoints[198].origin =(-1353.12, 6315.2, 2980.13); -/* 8:58 */waypoints[198].type = "climb"; -/* 8:58 */waypoints[198].childCount = 2; -/* 8:58 */waypoints[198].children[0] = 107; -/* 8:58 */waypoints[198].children[1] = 199; -/* 8:58 */waypoints[198].angles = (1.64795, 67.868, 0); -/* 8:58 */waypoints[199] = spawnstruct(); -/* 8:58 */waypoints[199].origin =(-1325.22, 6384.88, 3042.13); -/* 8:58 */waypoints[199].type = "climb"; -/* 8:58 */waypoints[199].childCount = 2; -/* 8:58 */waypoints[199].children[0] = 198; -/* 8:58 */waypoints[199].children[1] = 200; -/* 8:58 */waypoints[199].angles = (1.26892, 70.1477, 0); -/* 8:58 */waypoints[200] = spawnstruct(); -/* 8:58 */waypoints[200].origin =(-1293.11, 6457.9, 3042.13); -/* 8:58 */waypoints[200].type = "stand"; -/* 8:58 */waypoints[200].childCount = 2; -/* 8:58 */waypoints[200].children[0] = 199; -/* 8:58 */waypoints[200].children[1] = 201; -/* 8:58 */waypoints[200].angles = (17.4023, 70.5597, 0); -/* 8:58 */waypoints[201] = spawnstruct(); -/* 8:58 */waypoints[201].origin =(-1161.74, 6799.53, 3042.13); -/* 8:58 */waypoints[201].type = "stand"; -/* 8:58 */waypoints[201].childCount = 3; -/* 8:58 */waypoints[201].children[0] = 200; -/* 8:58 */waypoints[201].children[1] = 202; -/* 8:58 */waypoints[201].children[2] = 208; -/* 8:58 */waypoints[201].angles = (3.73535, 115.345, 0); -/* 8:58 */waypoints[202] = spawnstruct(); -/* 8:58 */waypoints[202].origin =(-1196.28, 6851, 3034.13); -/* 8:58 */waypoints[202].type = "climb"; -/* 8:58 */waypoints[202].childCount = 2; -/* 8:58 */waypoints[202].children[0] = 201; -/* 8:58 */waypoints[202].children[1] = 203; -/* 8:58 */waypoints[202].angles = (-0.609741, -53.8385, 0); -/* 8:58 */waypoints[203] = spawnstruct(); -/* 8:58 */waypoints[203].origin =(-1245.83, 6902.69, 3002.13); -/* 8:58 */waypoints[203].type = "climb"; -/* 8:58 */waypoints[203].childCount = 2; -/* 8:58 */waypoints[203].children[0] = 202; -/* 8:58 */waypoints[203].children[1] = 204; -/* 8:58 */waypoints[203].angles = (-3.1488, -42.7368, 0); -/* 8:58 */waypoints[204] = spawnstruct(); -/* 8:58 */waypoints[204].origin =(-1270.42, 6925.87, 3002.13); -/* 8:58 */waypoints[204].type = "stand"; -/* 8:58 */waypoints[204].childCount = 2; -/* 8:58 */waypoints[204].children[0] = 203; -/* 8:58 */waypoints[204].children[1] = 205; -/* 8:58 */waypoints[204].angles = (14.6326, 136.829, 0); -/* 8:58 */waypoints[205] = spawnstruct(); -/* 8:58 */waypoints[205].origin =(-1561.52, 7210.88, 3002.13); -/* 8:58 */waypoints[205].type = "stand"; -/* 8:58 */waypoints[205].childCount = 2; -/* 8:58 */waypoints[205].children[0] = 204; -/* 8:58 */waypoints[205].children[1] = 206; -/* 8:58 */waypoints[205].angles = (29.9475, 108.094, 0); -/* 8:58 */waypoints[206] = spawnstruct(); -/* 8:58 */waypoints[206].origin =(-1579.32, 7285.04, 2994.13); -/* 8:58 */waypoints[206].type = "climb"; -/* 8:58 */waypoints[206].childCount = 2; -/* 8:58 */waypoints[206].children[0] = 205; -/* 8:58 */waypoints[206].children[1] = 207; -/* 8:58 */waypoints[206].angles = (1.80603, -100.497, 0); -/* 8:58 */waypoints[207] = spawnstruct(); -/* 8:58 */waypoints[207].origin =(-1583.51, 7334.3, 2944.13); -/* 8:58 */waypoints[207].type = "climb"; -/* 8:58 */waypoints[207].childCount = 2; -/* 8:58 */waypoints[207].children[0] = 206; -/* 8:58 */waypoints[207].children[1] = 146; -/* 8:58 */waypoints[207].angles = (-1.66016, -88.3191, 0); -/* 8:58 */waypoints[208] = spawnstruct(); -/* 8:58 */waypoints[208].origin =(-1221.41, 6622.71, 3042.13); -/* 8:58 */waypoints[208].type = "crouch"; -/* 8:58 */waypoints[208].childCount = 1; -/* 8:58 */waypoints[208].children[0] = 201; -/* 8:58 */waypoints[208].angles = (20.7355, -7.43774, 0); - return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/interchange.gsc b/raw/maps/mp/bots/waypoints/interchange.gsc deleted file mode 100644 index 0d2d0c3..0000000 --- a/raw/maps/mp/bots/waypoints/interchange.gsc +++ /dev/null @@ -1,1431 +0,0 @@ -Interchange() -{ -/* 3:01 */waypoints = []; -/* 3:01 */waypoints[0] = spawnstruct(); -/* 3:01 */waypoints[0].origin = (635.945, 1829.37, 41.2946); -/* 3:01 */waypoints[0].type = "stand"; -/* 3:01 */waypoints[0].children[0] = 1; -/* 3:01 */waypoints[0].children[1] = 132; -/* 3:01 */waypoints[0].children[2] = 212; -/* 3:01 */waypoints[1] = spawnstruct(); -/* 3:01 */waypoints[1].origin = (936.558, 1930.1, 28.9318); -/* 3:01 */waypoints[1].type = "stand"; -/* 3:01 */waypoints[1].children[0] = 0; -/* 3:01 */waypoints[1].children[1] = 2; -/* 3:01 */waypoints[1].children[2] = 133; -/* 3:01 */waypoints[1].children[3] = 212; -/* 3:01 */waypoints[1].children[4] = 213; -/* 3:01 */waypoints[2] = spawnstruct(); -/* 3:01 */waypoints[2].origin = (1235.94, 1814.05, 46.5362); -/* 3:01 */waypoints[2].type = "stand"; -/* 3:01 */waypoints[2].children[0] = 1; -/* 3:01 */waypoints[2].children[1] = 3; -/* 3:01 */waypoints[3] = spawnstruct(); -/* 3:01 */waypoints[3].origin = (1332.42, 1455.71, 58.8592); -/* 3:01 */waypoints[3].type = "stand"; -/* 3:01 */waypoints[3].children[0] = 2; -/* 3:01 */waypoints[3].children[1] = 4; -/* 3:01 */waypoints[3].children[2] = 5; -/* 3:01 */waypoints[4] = spawnstruct(); -/* 3:01 */waypoints[4].origin = (1402.2, 1307.62, 67.2045); -/* 3:01 */waypoints[4].type = "stand"; -/* 3:01 */waypoints[4].children[0] = 3; -/* 3:01 */waypoints[4].children[1] = 11; -/* 3:01 */waypoints[5] = spawnstruct(); -/* 3:01 */waypoints[5].origin = (1220.08, 1294.33, 72.2296); -/* 3:01 */waypoints[5].type = "stand"; -/* 3:01 */waypoints[5].children[0] = 3; -/* 3:01 */waypoints[5].children[1] = 6; -/* 3:01 */waypoints[6] = spawnstruct(); -/* 3:01 */waypoints[6].origin = (1137.87, 1224.53, 73.531); -/* 3:01 */waypoints[6].type = "stand"; -/* 3:01 */waypoints[6].children[0] = 5; -/* 3:01 */waypoints[6].children[1] = 7; -/* 3:01 */waypoints[6].children[2] = 11; -/* 3:01 */waypoints[7] = spawnstruct(); -/* 3:01 */waypoints[7].origin = (1022.3, 1133.04, 61.7519); -/* 3:01 */waypoints[7].type = "stand"; -/* 3:01 */waypoints[7].children[0] = 6; -/* 3:01 */waypoints[7].children[1] = 8; -/* 3:01 */waypoints[7].children[2] = 134; -/* 3:01 */waypoints[8] = spawnstruct(); -/* 3:01 */waypoints[8].origin = (781.16, 873.757, 61.9814); -/* 3:01 */waypoints[8].type = "stand"; -/* 3:01 */waypoints[8].children[0] = 7; -/* 3:01 */waypoints[8].children[1] = 137; -/* 3:01 */waypoints[8].children[2] = 220; -/* 3:01 */waypoints[9] = spawnstruct(); -/* 3:01 */waypoints[9].origin = (1264.29, 459.29, 65.1029); -/* 3:01 */waypoints[9].type = "stand"; -/* 3:01 */waypoints[9].children[0] = 10; -/* 3:01 */waypoints[9].children[1] = 23; -/* 3:01 */waypoints[9].children[2] = 221; -/* 3:01 */waypoints[10] = spawnstruct(); -/* 3:01 */waypoints[10].origin = (1204.48, 710.401, 74.9614); -/* 3:01 */waypoints[10].type = "stand"; -/* 3:01 */waypoints[10].children[0] = 9; -/* 3:01 */waypoints[10].children[1] = 11; -/* 3:01 */waypoints[11] = spawnstruct(); -/* 3:01 */waypoints[11].origin = (1334.4, 1030.24, 65.0133); -/* 3:01 */waypoints[11].type = "stand"; -/* 3:01 */waypoints[11].children[0] = 10; -/* 3:01 */waypoints[11].children[1] = 4; -/* 3:01 */waypoints[11].children[2] = 6; -/* 3:01 */waypoints[11].children[3] = 12; -/* 3:01 */waypoints[11].children[4] = 25; -/* 3:01 */waypoints[11].children[5] = 26; -/* 3:01 */waypoints[12] = spawnstruct(); -/* 3:01 */waypoints[12].origin = (1201.74, 1035.07, 68.5577); -/* 3:01 */waypoints[12].type = "stand"; -/* 3:01 */waypoints[12].children[0] = 11; -/* 3:01 */waypoints[12].children[1] = 13; -/* 3:01 */waypoints[13] = spawnstruct(); -/* 3:01 */waypoints[13].origin = (1130.99, 1049.08, 92.125); -/* 3:01 */waypoints[13].type = "stand"; -/* 3:01 */waypoints[13].children[0] = 12; -/* 3:01 */waypoints[13].children[1] = 14; -/* 3:01 */waypoints[14] = spawnstruct(); -/* 3:01 */waypoints[14].origin = (992.932, 916.894, 92.125); -/* 3:01 */waypoints[14].type = "stand"; -/* 3:01 */waypoints[14].children[0] = 13; -/* 3:01 */waypoints[14].children[1] = 15; -/* 3:01 */waypoints[15] = spawnstruct(); -/* 3:01 */waypoints[15].origin = (1038.68, 836.151, 66.1968); -/* 3:01 */waypoints[15].type = "stand"; -/* 3:01 */waypoints[15].children[0] = 14; -/* 3:01 */waypoints[15].children[1] = 220; -/* 3:01 */waypoints[16] = spawnstruct(); -/* 3:01 */waypoints[16].origin = (601.72, 291.108, 75.4543); -/* 3:01 */waypoints[16].type = "stand"; -/* 3:01 */waypoints[16].children[0] = 17; -/* 3:01 */waypoints[16].children[1] = 220; -/* 3:01 */waypoints[16].children[2] = 221; -/* 3:01 */waypoints[17] = spawnstruct(); -/* 3:01 */waypoints[17].origin = (364.472, 45.3862, 62.7523); -/* 3:01 */waypoints[17].type = "stand"; -/* 3:01 */waypoints[17].children[0] = 16; -/* 3:01 */waypoints[17].children[1] = 18; -/* 3:01 */waypoints[17].children[2] = 93; -/* 3:01 */waypoints[17].children[3] = 94; -/* 3:01 */waypoints[17].children[4] = 211; -/* 3:01 */waypoints[18] = spawnstruct(); -/* 3:01 */waypoints[18].origin = (554.176, -144.394, 117.59); -/* 3:01 */waypoints[18].type = "stand"; -/* 3:01 */waypoints[18].children[0] = 17; -/* 3:01 */waypoints[18].children[1] = 19; -/* 3:01 */waypoints[18].children[2] = 144; -/* 3:01 */waypoints[18].children[3] = 211; -/* 3:01 */waypoints[19] = spawnstruct(); -/* 3:01 */waypoints[19].origin = (688.511, -437.93, 97.986); -/* 3:01 */waypoints[19].type = "stand"; -/* 3:01 */waypoints[19].children[0] = 18; -/* 3:01 */waypoints[19].children[1] = 20; -/* 3:01 */waypoints[19].children[2] = 145; -/* 3:01 */waypoints[19].children[3] = 191; -/* 3:01 */waypoints[19].children[4] = 219; -/* 3:01 */waypoints[20] = spawnstruct(); -/* 3:01 */waypoints[20].origin = (939.29, -550.965, 131.26); -/* 3:01 */waypoints[20].type = "stand"; -/* 3:01 */waypoints[20].children[0] = 19; -/* 3:01 */waypoints[20].children[1] = 21; -/* 3:01 */waypoints[20].children[2] = 146; -/* 3:01 */waypoints[20].children[3] = 145; -/* 3:01 */waypoints[20].children[4] = 194; -/* 3:01 */waypoints[20].children[5] = 219; -/* 3:01 */waypoints[21] = spawnstruct(); -/* 3:01 */waypoints[21].origin = (1289.95, -476.174, 98.4336); -/* 3:01 */waypoints[21].type = "stand"; -/* 3:01 */waypoints[21].children[0] = 20; -/* 3:01 */waypoints[21].children[1] = 22; -/* 3:01 */waypoints[21].children[2] = 45; -/* 3:01 */waypoints[21].children[3] = 149; -/* 3:01 */waypoints[21].children[4] = 194; -/* 3:01 */waypoints[21].children[5] = 54; -/* 3:01 */waypoints[22] = spawnstruct(); -/* 3:01 */waypoints[22].origin = (1678.25, -81.7654, 84.9447); -/* 3:01 */waypoints[22].type = "stand"; -/* 3:01 */waypoints[22].children[0] = 21; -/* 3:01 */waypoints[22].children[1] = 23; -/* 3:01 */waypoints[22].children[2] = 54; -/* 3:01 */waypoints[22].children[3] = 55; -/* 3:01 */waypoints[22].children[4] = 161; -/* 3:01 */waypoints[23] = spawnstruct(); -/* 3:01 */waypoints[23].origin = (1520.93, 330.066, 62.115); -/* 3:01 */waypoints[23].type = "stand"; -/* 3:01 */waypoints[23].children[0] = 22; -/* 3:01 */waypoints[23].children[1] = 9; -/* 3:01 */waypoints[23].children[2] = 24; -/* 3:01 */waypoints[23].children[3] = 55; -/* 3:01 */waypoints[23].children[4] = 25; -/* 3:01 */waypoints[24] = spawnstruct(); -/* 3:01 */waypoints[24].origin = (1635.7, 504.341, 45.5679); -/* 3:01 */waypoints[24].type = "stand"; -/* 3:01 */waypoints[24].children[0] = 23; -/* 3:01 */waypoints[24].children[1] = 25; -/* 3:01 */waypoints[24].children[2] = 26; -/* 3:01 */waypoints[24].children[3] = 56; -/* 3:01 */waypoints[25] = spawnstruct(); -/* 3:01 */waypoints[25].origin = (1514.44, 731.279, 69.8738); -/* 3:01 */waypoints[25].type = "stand"; -/* 3:01 */waypoints[25].children[0] = 24; -/* 3:01 */waypoints[25].children[1] = 11; -/* 3:01 */waypoints[25].children[2] = 26; -/* 3:01 */waypoints[25].children[3] = 23; -/* 3:01 */waypoints[26] = spawnstruct(); -/* 3:01 */waypoints[26].origin = (1683.73, 918.917, 63.6392); -/* 3:01 */waypoints[26].type = "stand"; -/* 3:01 */waypoints[26].children[0] = 25; -/* 3:01 */waypoints[26].children[1] = 11; -/* 3:01 */waypoints[26].children[2] = 27; -/* 3:01 */waypoints[26].children[3] = 24; -/* 3:01 */waypoints[27] = spawnstruct(); -/* 3:01 */waypoints[27].origin = (1975.73, 535.696, 50.8735); -/* 3:01 */waypoints[27].type = "stand"; -/* 3:01 */waypoints[27].children[0] = 26; -/* 3:01 */waypoints[27].children[1] = 28; -/* 3:01 */waypoints[27].children[2] = 56; -/* 3:01 */waypoints[28] = spawnstruct(); -/* 3:01 */waypoints[28].origin = (2130.45, 150.729, 17.339); -/* 3:01 */waypoints[28].type = "stand"; -/* 3:01 */waypoints[28].children[0] = 27; -/* 3:01 */waypoints[28].children[1] = 29; -/* 3:01 */waypoints[29] = spawnstruct(); -/* 3:01 */waypoints[29].origin = (2095.62, -289.463, 98.4117); -/* 3:01 */waypoints[29].type = "stand"; -/* 3:01 */waypoints[29].children[0] = 28; -/* 3:01 */waypoints[29].children[1] = 30; -/* 3:01 */waypoints[29].children[2] = 53; -/* 3:01 */waypoints[30] = spawnstruct(); -/* 3:01 */waypoints[30].origin = (2531.33, -428.65, 83.5115); -/* 3:01 */waypoints[30].type = "stand"; -/* 3:01 */waypoints[30].children[0] = 29; -/* 3:01 */waypoints[30].children[1] = 31; -/* 3:01 */waypoints[30].children[2] = 57; -/* 3:01 */waypoints[31] = spawnstruct(); -/* 3:01 */waypoints[31].origin = (2447.61, -797.802, 94.922); -/* 3:01 */waypoints[31].type = "stand"; -/* 3:01 */waypoints[31].children[0] = 30; -/* 3:01 */waypoints[31].children[1] = 32; -/* 3:01 */waypoints[32] = spawnstruct(); -/* 3:01 */waypoints[32].origin = (2184.37, -1209.7, 116.568); -/* 3:01 */waypoints[32].type = "stand"; -/* 3:01 */waypoints[32].children[0] = 31; -/* 3:01 */waypoints[32].children[1] = 33; -/* 3:01 */waypoints[32].children[2] = 59; -/* 3:01 */waypoints[33] = spawnstruct(); -/* 3:01 */waypoints[33].origin = (2215.16, -1593.07, 110.494); -/* 3:01 */waypoints[33].type = "stand"; -/* 3:01 */waypoints[33].children[0] = 32; -/* 3:01 */waypoints[33].children[1] = 34; -/* 3:01 */waypoints[33].children[2] = 59; -/* 3:01 */waypoints[33].children[3] = 225; -/* 3:01 */waypoints[34] = spawnstruct(); -/* 3:01 */waypoints[34].origin = (2092.31, -1756.92, 82.125); -/* 3:01 */waypoints[34].type = "stand"; -/* 3:01 */waypoints[34].children[0] = 33; -/* 3:01 */waypoints[34].children[1] = 59; -/* 3:01 */waypoints[34].children[2] = 197; -/* 3:01 */waypoints[34].children[3] = 203; -/* 3:01 */waypoints[35] = spawnstruct(); -/* 3:01 */waypoints[35].origin = (1630.3, -2326.78, 138.712); -/* 3:01 */waypoints[35].type = "stand"; -/* 3:01 */waypoints[35].children[0] = 36; -/* 3:01 */waypoints[35].children[1] = 164; -/* 3:01 */waypoints[35].children[2] = 190; -/* 3:01 */waypoints[35].children[3] = 197; -/* 3:01 */waypoints[35].children[4] = 198; -/* 3:01 */waypoints[36] = spawnstruct(); -/* 3:01 */waypoints[36].origin = (1338.74, -2615.77, 153.531); -/* 3:01 */waypoints[36].type = "stand"; -/* 3:01 */waypoints[36].children[0] = 35; -/* 3:01 */waypoints[36].children[1] = 37; -/* 3:01 */waypoints[36].children[2] = 75; -/* 3:01 */waypoints[36].children[3] = 76; -/* 3:01 */waypoints[36].children[4] = 78; -/* 3:01 */waypoints[36].children[5] = 216; -/* 3:01 */waypoints[37] = spawnstruct(); -/* 3:01 */waypoints[37].origin = (977.544, -2247.04, 141.049); -/* 3:01 */waypoints[37].type = "stand"; -/* 3:01 */waypoints[37].children[0] = 36; -/* 3:01 */waypoints[37].children[1] = 38; -/* 3:01 */waypoints[38] = spawnstruct(); -/* 3:01 */waypoints[38].origin = (581.835, -2033.98, 143.58); -/* 3:01 */waypoints[38].type = "stand"; -/* 3:01 */waypoints[38].children[0] = 37; -/* 3:01 */waypoints[38].children[1] = 79; -/* 3:01 */waypoints[38].children[2] = 69; -/* 3:01 */waypoints[38].children[3] = 153; -/* 3:01 */waypoints[38].children[4] = 207; -/* 3:01 */waypoints[39] = spawnstruct(); -/* 3:01 */waypoints[39].origin = (745.639, -1629.06, 129.102); -/* 3:01 */waypoints[39].type = "stand"; -/* 3:01 */waypoints[39].children[0] = 40; -/* 3:01 */waypoints[39].children[1] = 200; -/* 3:01 */waypoints[39].children[2] = 208; -/* 3:01 */waypoints[39].children[3] = 207; -/* 3:01 */waypoints[40] = spawnstruct(); -/* 3:01 */waypoints[40].origin = (973.105, -1379.41, 127.687); -/* 3:01 */waypoints[40].type = "stand"; -/* 3:01 */waypoints[40].children[0] = 39; -/* 3:01 */waypoints[40].children[1] = 41; -/* 3:01 */waypoints[40].children[2] = 47; -/* 3:01 */waypoints[40].children[3] = 155; -/* 3:01 */waypoints[40].children[4] = 174; -/* 3:01 */waypoints[41] = spawnstruct(); -/* 3:01 */waypoints[41].origin = (1125.3, -1198.04, 145.959); -/* 3:01 */waypoints[41].type = "stand"; -/* 3:01 */waypoints[41].children[0] = 40; -/* 3:01 */waypoints[41].children[1] = 42; -/* 3:01 */waypoints[41].children[2] = 44; -/* 3:01 */waypoints[41].children[3] = 47; -/* 3:01 */waypoints[41].children[4] = 163; -/* 3:01 */waypoints[41].children[5] = 174; -/* 3:01 */waypoints[42] = spawnstruct(); -/* 3:01 */waypoints[42].origin = (1493.22, -1508.04, 121.945); -/* 3:01 */waypoints[42].type = "stand"; -/* 3:01 */waypoints[42].children[0] = 41; -/* 3:01 */waypoints[42].children[1] = 43; -/* 3:01 */waypoints[42].children[2] = 48; -/* 3:01 */waypoints[42].children[3] = 49; -/* 3:01 */waypoints[42].children[4] = 192; -/* 3:01 */waypoints[43] = spawnstruct(); -/* 3:01 */waypoints[43].origin = (1792.01, -1864.22, 109.417); -/* 3:01 */waypoints[43].type = "stand"; -/* 3:01 */waypoints[43].children[0] = 42; -/* 3:01 */waypoints[43].children[1] = 49; -/* 3:01 */waypoints[43].children[2] = 192; -/* 3:01 */waypoints[43].children[3] = 197; -/* 3:01 */waypoints[44] = spawnstruct(); -/* 3:01 */waypoints[44].origin = (1387.4, -1087.9, 153.61); -/* 3:01 */waypoints[44].type = "stand"; -/* 3:01 */waypoints[44].children[0] = 41; -/* 3:01 */waypoints[44].children[1] = 45; -/* 3:01 */waypoints[44].children[2] = 48; -/* 3:01 */waypoints[44].children[3] = 50; -/* 3:01 */waypoints[44].children[4] = 193; -/* 3:01 */waypoints[44].children[5] = 51; -/* 3:01 */waypoints[45] = spawnstruct(); -/* 3:01 */waypoints[45].origin = (1323.23, -771.142, 103.999); -/* 3:01 */waypoints[45].type = "stand"; -/* 3:01 */waypoints[45].children[0] = 44; -/* 3:01 */waypoints[45].children[1] = 21; -/* 3:01 */waypoints[45].children[2] = 46; -/* 3:01 */waypoints[45].children[3] = 162; -/* 3:01 */waypoints[45].children[4] = 193; -/* 3:01 */waypoints[46] = spawnstruct(); -/* 3:01 */waypoints[46].origin = (1109.17, -837.706, 79.3237); -/* 3:01 */waypoints[46].type = "stand"; -/* 3:01 */waypoints[46].children[0] = 45; -/* 3:01 */waypoints[46].children[1] = 47; -/* 3:01 */waypoints[46].children[2] = 162; -/* 3:01 */waypoints[47] = spawnstruct(); -/* 3:01 */waypoints[47].origin = (876.603, -1131.24, 124.516); -/* 3:01 */waypoints[47].type = "stand"; -/* 3:01 */waypoints[47].children[0] = 46; -/* 3:01 */waypoints[47].children[1] = 40; -/* 3:01 */waypoints[47].children[2] = 41; -/* 3:01 */waypoints[47].children[3] = 150; -/* 3:01 */waypoints[48] = spawnstruct(); -/* 3:01 */waypoints[48].origin = (1494.65, -1345.86, 114.125); -/* 3:01 */waypoints[48].type = "stand"; -/* 3:01 */waypoints[48].children[0] = 44; -/* 3:01 */waypoints[48].children[1] = 49; -/* 3:01 */waypoints[48].children[2] = 42; -/* 3:01 */waypoints[49] = spawnstruct(); -/* 3:01 */waypoints[49].origin = (1760.07, -1427.99, 82.125); -/* 3:01 */waypoints[49].type = "stand"; -/* 3:01 */waypoints[49].children[0] = 48; -/* 3:01 */waypoints[49].children[1] = 50; -/* 3:01 */waypoints[49].children[2] = 59; -/* 3:01 */waypoints[49].children[3] = 42; -/* 3:01 */waypoints[49].children[4] = 43; -/* 3:01 */waypoints[49].children[5] = 203; -/* 3:01 */waypoints[50] = spawnstruct(); -/* 3:01 */waypoints[50].origin = (1701.83, -1064.4, 115.334); -/* 3:01 */waypoints[50].type = "stand"; -/* 3:01 */waypoints[50].children[0] = 49; -/* 3:01 */waypoints[50].children[1] = 51; -/* 3:01 */waypoints[50].children[2] = 59; -/* 3:01 */waypoints[50].children[3] = 44; -/* 3:01 */waypoints[51] = spawnstruct(); -/* 3:01 */waypoints[51].origin = (1779.7, -769.614, 127.131); -/* 3:01 */waypoints[51].type = "stand"; -/* 3:01 */waypoints[51].children[0] = 50; -/* 3:01 */waypoints[51].children[1] = 52; -/* 3:01 */waypoints[51].children[2] = 156; -/* 3:01 */waypoints[51].children[3] = 196; -/* 3:01 */waypoints[51].children[4] = 204; -/* 3:01 */waypoints[51].children[5] = 44; -/* 3:01 */waypoints[52] = spawnstruct(); -/* 3:01 */waypoints[52].origin = (1973.66, -500.452, 114.128); -/* 3:01 */waypoints[52].type = "stand"; -/* 3:01 */waypoints[52].children[0] = 51; -/* 3:01 */waypoints[52].children[1] = 53; -/* 3:01 */waypoints[52].children[2] = 58; -/* 3:01 */waypoints[52].children[3] = 196; -/* 3:01 */waypoints[53] = spawnstruct(); -/* 3:01 */waypoints[53].origin = (1969.46, -262.157, 98.3369); -/* 3:01 */waypoints[53].type = "stand"; -/* 3:01 */waypoints[53].children[0] = 52; -/* 3:01 */waypoints[53].children[1] = 29; -/* 3:01 */waypoints[53].children[2] = 54; -/* 3:01 */waypoints[53].children[3] = 201; -/* 3:01 */waypoints[54] = spawnstruct(); -/* 3:01 */waypoints[54].origin = (1767.11, -245.199, 65.4398); -/* 3:01 */waypoints[54].type = "stand"; -/* 3:01 */waypoints[54].children[0] = 53; -/* 3:01 */waypoints[54].children[1] = 22; -/* 3:01 */waypoints[54].children[2] = 55; -/* 3:01 */waypoints[54].children[3] = 201; -/* 3:01 */waypoints[54].children[4] = 206; -/* 3:01 */waypoints[54].children[5] = 21; -/* 3:01 */waypoints[55] = spawnstruct(); -/* 3:01 */waypoints[55].origin = (1807.23, 51.2345, 101.205); -/* 3:01 */waypoints[55].type = "stand"; -/* 3:01 */waypoints[55].children[0] = 54; -/* 3:01 */waypoints[55].children[1] = 56; -/* 3:01 */waypoints[55].children[2] = 22; -/* 3:01 */waypoints[55].children[3] = 23; -/* 3:01 */waypoints[55].children[4] = 175; -/* 3:01 */waypoints[56] = spawnstruct(); -/* 3:01 */waypoints[56].origin = (1860.7, 362.72, 80.23); -/* 3:01 */waypoints[56].type = "stand"; -/* 3:01 */waypoints[56].children[0] = 55; -/* 3:01 */waypoints[56].children[1] = 27; -/* 3:01 */waypoints[56].children[2] = 24; -/* 3:01 */waypoints[57] = spawnstruct(); -/* 3:01 */waypoints[57].origin = (2211.32, -685.136, 109.528); -/* 3:01 */waypoints[57].type = "stand"; -/* 3:01 */waypoints[57].children[0] = 30; -/* 3:01 */waypoints[57].children[1] = 58; -/* 3:01 */waypoints[58] = spawnstruct(); -/* 3:01 */waypoints[58].origin = (2058.34, -850.461, 119.778); -/* 3:01 */waypoints[58].type = "stand"; -/* 3:01 */waypoints[58].children[0] = 57; -/* 3:01 */waypoints[58].children[1] = 59; -/* 3:01 */waypoints[58].children[2] = 52; -/* 3:01 */waypoints[58].children[3] = 179; -/* 3:01 */waypoints[59] = spawnstruct(); -/* 3:01 */waypoints[59].origin = (1904.81, -1269.43, 110.694); -/* 3:01 */waypoints[59].type = "stand"; -/* 3:01 */waypoints[59].children[0] = 58; -/* 3:01 */waypoints[59].children[1] = 49; -/* 3:01 */waypoints[59].children[2] = 32; -/* 3:01 */waypoints[59].children[3] = 33; -/* 3:01 */waypoints[59].children[4] = 50; -/* 3:01 */waypoints[59].children[5] = 34; -/* 3:01 */waypoints[60] = spawnstruct(); -/* 3:01 */waypoints[60].origin = (374.829, -584.787, 97.9332); -/* 3:01 */waypoints[60].type = "stand"; -/* 3:01 */waypoints[60].children[0] = 61; -/* 3:01 */waypoints[60].children[1] = 145; -/* 3:01 */waypoints[60].children[2] = 150; -/* 3:01 */waypoints[60].children[3] = 187; -/* 3:01 */waypoints[61] = spawnstruct(); -/* 3:01 */waypoints[61].origin = (59.3023, -415.549, 80.9667); -/* 3:01 */waypoints[61].type = "stand"; -/* 3:01 */waypoints[61].children[0] = 60; -/* 3:01 */waypoints[61].children[1] = 62; -/* 3:01 */waypoints[61].children[2] = 143; -/* 3:01 */waypoints[61].children[3] = 145; -/* 3:01 */waypoints[61].children[4] = 177; -/* 3:01 */waypoints[62] = spawnstruct(); -/* 3:01 */waypoints[62].origin = (-214.269, -368.348, 64.9623); -/* 3:01 */waypoints[62].type = "stand"; -/* 3:01 */waypoints[62].children[0] = 61; -/* 3:01 */waypoints[62].children[1] = 63; -/* 3:01 */waypoints[62].children[2] = 91; -/* 3:01 */waypoints[62].children[3] = 92; -/* 3:01 */waypoints[62].children[4] = 143; -/* 3:01 */waypoints[62].children[5] = 177; -/* 3:01 */waypoints[63] = spawnstruct(); -/* 3:01 */waypoints[63].origin = (-494.366, -673.73, 78.2947); -/* 3:01 */waypoints[63].type = "stand"; -/* 3:01 */waypoints[63].children[0] = 62; -/* 3:01 */waypoints[63].children[1] = 64; -/* 3:01 */waypoints[63].children[2] = 202; -/* 3:01 */waypoints[64] = spawnstruct(); -/* 3:01 */waypoints[64].origin = (-716.036, -932.48, 93.2863); -/* 3:01 */waypoints[64].type = "stand"; -/* 3:01 */waypoints[64].children[0] = 63; -/* 3:01 */waypoints[64].children[1] = 65; -/* 3:01 */waypoints[64].children[2] = 82; -/* 3:01 */waypoints[64].children[3] = 83; -/* 3:01 */waypoints[64].children[4] = 202; -/* 3:01 */waypoints[65] = spawnstruct(); -/* 3:01 */waypoints[65].origin = (-587.664, -1289.66, 77.8366); -/* 3:01 */waypoints[65].type = "stand"; -/* 3:01 */waypoints[65].children[0] = 64; -/* 3:01 */waypoints[65].children[1] = 80; -/* 3:01 */waypoints[65].children[2] = 82; -/* 3:01 */waypoints[65].children[3] = 152; -/* 3:01 */waypoints[66] = spawnstruct(); -/* 3:01 */waypoints[66].origin = (-164.207, -1590.95, 120.06); -/* 3:01 */waypoints[66].type = "stand"; -/* 3:01 */waypoints[66].children[0] = 67; -/* 3:01 */waypoints[66].children[1] = 68; -/* 3:01 */waypoints[66].children[2] = 152; -/* 3:01 */waypoints[67] = spawnstruct(); -/* 3:01 */waypoints[67].origin = (244.679, -1634.98, 138.394); -/* 3:01 */waypoints[67].type = "stand"; -/* 3:01 */waypoints[67].children[0] = 66; -/* 3:01 */waypoints[67].children[1] = 208; -/* 3:01 */waypoints[68] = spawnstruct(); -/* 3:01 */waypoints[68].origin = (-205.35, -1957.72, 147.379); -/* 3:01 */waypoints[68].type = "stand"; -/* 3:01 */waypoints[68].children[0] = 66; -/* 3:01 */waypoints[68].children[1] = 69; -/* 3:01 */waypoints[68].children[2] = 80; -/* 3:01 */waypoints[69] = spawnstruct(); -/* 3:01 */waypoints[69].origin = (145.023, -1999.57, 161.688); -/* 3:01 */waypoints[69].type = "stand"; -/* 3:01 */waypoints[69].children[0] = 68; -/* 3:01 */waypoints[69].children[1] = 70; -/* 3:01 */waypoints[69].children[2] = 79; -/* 3:01 */waypoints[69].children[3] = 38; -/* 3:01 */waypoints[70] = spawnstruct(); -/* 3:01 */waypoints[70].origin = (301.845, -2276.36, 161.513); -/* 3:01 */waypoints[70].type = "stand"; -/* 3:01 */waypoints[70].children[0] = 69; -/* 3:01 */waypoints[70].children[1] = 71; -/* 3:01 */waypoints[70].children[2] = 79; -/* 3:01 */waypoints[70].children[3] = 199; -/* 3:01 */waypoints[71] = spawnstruct(); -/* 3:01 */waypoints[71].origin = (292.149, -2824.33, 162.14); -/* 3:01 */waypoints[71].type = "stand"; -/* 3:01 */waypoints[71].children[0] = 70; -/* 3:01 */waypoints[71].children[1] = 72; -/* 3:01 */waypoints[71].children[2] = 199; -/* 3:01 */waypoints[72] = spawnstruct(); -/* 3:01 */waypoints[72].origin = (638.041, -3131.05, 161.734); -/* 3:01 */waypoints[72].type = "stand"; -/* 3:01 */waypoints[72].children[0] = 71; -/* 3:01 */waypoints[72].children[1] = 73; -/* 3:01 */waypoints[72].children[2] = 77; -/* 3:01 */waypoints[72].children[3] = 223; -/* 3:01 */waypoints[73] = spawnstruct(); -/* 3:01 */waypoints[73].origin = (1118.81, -3220.01, 109.405); -/* 3:01 */waypoints[73].type = "stand"; -/* 3:01 */waypoints[73].children[0] = 72; -/* 3:01 */waypoints[73].children[1] = 74; -/* 3:01 */waypoints[73].children[2] = 76; -/* 3:01 */waypoints[73].children[3] = 77; -/* 3:01 */waypoints[73].children[4] = 224; -/* 3:01 */waypoints[73].children[5] = 223; -/* 3:01 */waypoints[74] = spawnstruct(); -/* 3:01 */waypoints[74].origin = (1537.19, -3119.31, 140.23); -/* 3:01 */waypoints[74].type = "stand"; -/* 3:01 */waypoints[74].children[0] = 73; -/* 3:01 */waypoints[74].children[1] = 75; -/* 3:01 */waypoints[75] = spawnstruct(); -/* 3:01 */waypoints[75].origin = (1520.88, -2827.47, 143.533); -/* 3:01 */waypoints[75].type = "stand"; -/* 3:01 */waypoints[75].children[0] = 74; -/* 3:01 */waypoints[75].children[1] = 36; -/* 3:01 */waypoints[75].children[2] = 76; -/* 3:01 */waypoints[75].children[3] = 216; -/* 3:01 */waypoints[76] = spawnstruct(); -/* 3:01 */waypoints[76].origin = (1220.95, -2894.6, 113.381); -/* 3:01 */waypoints[76].type = "stand"; -/* 3:01 */waypoints[76].children[0] = 36; -/* 3:01 */waypoints[76].children[1] = 77; -/* 3:01 */waypoints[76].children[2] = 73; -/* 3:01 */waypoints[76].children[3] = 75; -/* 3:01 */waypoints[76].children[4] = 78; -/* 3:01 */waypoints[76].children[5] = 215; -/* 3:01 */waypoints[77] = spawnstruct(); -/* 3:01 */waypoints[77].origin = (829.777, -3040.18, 146.573); -/* 3:01 */waypoints[77].type = "stand"; -/* 3:01 */waypoints[77].children[0] = 76; -/* 3:01 */waypoints[77].children[1] = 72; -/* 3:01 */waypoints[77].children[2] = 73; -/* 3:01 */waypoints[77].children[3] = 215; -/* 3:01 */waypoints[78] = spawnstruct(); -/* 3:01 */waypoints[78].origin = (932.887, -2617.74, 153.309); -/* 3:01 */waypoints[78].type = "stand"; -/* 3:01 */waypoints[78].children[0] = 76; -/* 3:01 */waypoints[78].children[1] = 79; -/* 3:01 */waypoints[78].children[2] = 36; -/* 3:01 */waypoints[78].children[3] = 215; -/* 3:01 */waypoints[79] = spawnstruct(); -/* 3:01 */waypoints[79].origin = (584.98, -2220.9, 151.399); -/* 3:01 */waypoints[79].type = "stand"; -/* 3:01 */waypoints[79].children[0] = 78; -/* 3:01 */waypoints[79].children[1] = 38; -/* 3:01 */waypoints[79].children[2] = 70; -/* 3:01 */waypoints[79].children[3] = 69; -/* 3:01 */waypoints[80] = spawnstruct(); -/* 3:01 */waypoints[80].origin = (-569.414, -1689.14, 127.339); -/* 3:01 */waypoints[80].type = "stand"; -/* 3:01 */waypoints[80].children[0] = 68; -/* 3:01 */waypoints[80].children[1] = 81; -/* 3:01 */waypoints[80].children[2] = 65; -/* 3:01 */waypoints[80].children[3] = 152; -/* 3:01 */waypoints[81] = spawnstruct(); -/* 3:01 */waypoints[81].origin = (-817.794, -1384.35, 127.339); -/* 3:01 */waypoints[81].type = "stand"; -/* 3:01 */waypoints[81].children[0] = 80; -/* 3:01 */waypoints[81].children[1] = 82; -/* 3:01 */waypoints[81].children[2] = 185; -/* 3:01 */waypoints[82] = spawnstruct(); -/* 3:01 */waypoints[82].origin = (-705.19, -1182.22, 96.7553); -/* 3:01 */waypoints[82].type = "stand"; -/* 3:01 */waypoints[82].children[0] = 81; -/* 3:01 */waypoints[82].children[1] = 64; -/* 3:01 */waypoints[82].children[2] = 65; -/* 3:01 */waypoints[82].children[3] = 185; -/* 3:01 */waypoints[82].children[4] = 217; -/* 3:01 */waypoints[83] = spawnstruct(); -/* 3:01 */waypoints[83].origin = (-943.347, -843.668, 89.1185); -/* 3:01 */waypoints[83].type = "stand"; -/* 3:01 */waypoints[83].children[0] = 64; -/* 3:01 */waypoints[83].children[1] = 84; -/* 3:01 */waypoints[84] = spawnstruct(); -/* 3:01 */waypoints[84].origin = (-1091, -672.518, 72.4611); -/* 3:01 */waypoints[84].type = "stand"; -/* 3:01 */waypoints[84].children[0] = 83; -/* 3:01 */waypoints[84].children[1] = 85; -/* 3:01 */waypoints[84].children[2] = 112; -/* 3:01 */waypoints[85] = spawnstruct(); -/* 3:01 */waypoints[85].origin = (-877.668, -398.203, 50.3931); -/* 3:01 */waypoints[85].type = "stand"; -/* 3:01 */waypoints[85].children[0] = 84; -/* 3:01 */waypoints[85].children[1] = 86; -/* 3:01 */waypoints[85].children[2] = 114; -/* 3:01 */waypoints[86] = spawnstruct(); -/* 3:01 */waypoints[86].origin = (-550.35, -233.926, 19.8485); -/* 3:01 */waypoints[86].type = "stand"; -/* 3:01 */waypoints[86].children[0] = 85; -/* 3:01 */waypoints[86].children[1] = 87; -/* 3:01 */waypoints[87] = spawnstruct(); -/* 3:01 */waypoints[87].origin = (-341.969, -95.9773, 24.3798); -/* 3:01 */waypoints[87].type = "stand"; -/* 3:01 */waypoints[87].children[0] = 86; -/* 3:01 */waypoints[87].children[1] = 88; -/* 3:01 */waypoints[87].children[2] = 181; -/* 3:01 */waypoints[87].children[3] = 123; -/* 3:01 */waypoints[88] = spawnstruct(); -/* 3:01 */waypoints[88].origin = (-312.897, -73.3208, 25.5299); -/* 3:01 */waypoints[88].type = "climb"; -/* 3:01 */waypoints[88].children[0] = 87; -/* 3:01 */waypoints[88].children[1] = 89; -/* 3:01 */waypoints[88].angles = (0.43396, 42.617, 0); -/* 3:01 */waypoints[89] = spawnstruct(); -/* 3:01 */waypoints[89].origin = (-271.915, -36.6532, 70.4554); -/* 3:01 */waypoints[89].type = "stand"; -/* 3:01 */waypoints[89].children[0] = 88; -/* 3:01 */waypoints[89].children[1] = 90; -/* 3:01 */waypoints[89].children[2] = 116; -/* 3:01 */waypoints[89].children[3] = 210; -/* 3:01 */waypoints[90] = spawnstruct(); -/* 3:01 */waypoints[90].origin = (-233.85, -86.7359, 72.6924); -/* 3:01 */waypoints[90].type = "climb"; -/* 3:01 */waypoints[90].children[0] = 89; -/* 3:01 */waypoints[90].children[1] = 91; -/* 3:01 */waypoints[90].angles = (2.02148, -51.4809, 0); -/* 3:01 */waypoints[91] = spawnstruct(); -/* 3:01 */waypoints[91].origin = (-201.623, -126.692, 98.3944); -/* 3:01 */waypoints[91].type = "stand"; -/* 3:01 */waypoints[91].children[0] = 90; -/* 3:01 */waypoints[91].children[1] = 62; -/* 3:01 */waypoints[92] = spawnstruct(); -/* 3:01 */waypoints[92].origin = (-39.993, -62.7195, 93.7454); -/* 3:01 */waypoints[92].type = "stand"; -/* 3:01 */waypoints[92].children[0] = 62; -/* 3:01 */waypoints[92].children[1] = 93; -/* 3:01 */waypoints[92].children[2] = 119; -/* 3:01 */waypoints[92].children[3] = 173; -/* 3:01 */waypoints[93] = spawnstruct(); -/* 3:01 */waypoints[93].origin = (246.476, 65.0513, 66.5896); -/* 3:01 */waypoints[93].type = "stand"; -/* 3:01 */waypoints[93].children[0] = 92; -/* 3:01 */waypoints[93].children[1] = 17; -/* 3:01 */waypoints[93].children[2] = 94; -/* 3:01 */waypoints[93].children[3] = 119; -/* 3:01 */waypoints[93].children[4] = 173; -/* 3:01 */waypoints[94] = spawnstruct(); -/* 3:01 */waypoints[94].origin = (207.411, 181.776, 115.825); -/* 3:01 */waypoints[94].type = "stand"; -/* 3:01 */waypoints[94].children[0] = 93; -/* 3:01 */waypoints[94].children[1] = 95; -/* 3:01 */waypoints[94].children[2] = 117; -/* 3:01 */waypoints[94].children[3] = 17; -/* 3:01 */waypoints[95] = spawnstruct(); -/* 3:01 */waypoints[95].origin = (-35.2342, 423.825, 87.3773); -/* 3:01 */waypoints[95].type = "stand"; -/* 3:01 */waypoints[95].children[0] = 94; -/* 3:01 */waypoints[95].children[1] = 96; -/* 3:01 */waypoints[95].children[2] = 117; -/* 3:01 */waypoints[95].children[3] = 121; -/* 3:01 */waypoints[95].children[4] = 176; -/* 3:01 */waypoints[95].children[5] = 184; -/* 3:01 */waypoints[95].children[6] = 195; -/* 3:01 */waypoints[96] = spawnstruct(); -/* 3:01 */waypoints[96].origin = (-327.395, 741.293, 55.237); -/* 3:01 */waypoints[96].type = "stand"; -/* 3:01 */waypoints[96].children[0] = 95; -/* 3:01 */waypoints[96].children[1] = 97; -/* 3:01 */waypoints[96].children[2] = 195; -/* 3:01 */waypoints[97] = spawnstruct(); -/* 3:01 */waypoints[97].origin = (-352.016, 774.355, -3.15656); -/* 3:01 */waypoints[97].type = "climb"; -/* 3:01 */waypoints[97].children[0] = 96; -/* 3:01 */waypoints[97].children[1] = 98; -/* 3:01 */waypoints[97].children[2] = 142; -/* 3:01 */waypoints[97].angles = (-5.75684, -48.7013, 0); -/* 3:01 */waypoints[98] = spawnstruct(); -/* 3:01 */waypoints[98].origin = (-436.027, 734.93, -8.875); -/* 3:01 */waypoints[98].type = "stand"; -/* 3:01 */waypoints[98].children[0] = 97; -/* 3:01 */waypoints[98].children[1] = 99; -/* 3:01 */waypoints[98].children[2] = 142; -/* 3:01 */waypoints[98].children[3] = 214; -/* 3:01 */waypoints[99] = spawnstruct(); -/* 3:01 */waypoints[99].origin = (-698.468, 643.78, -8.875); -/* 3:01 */waypoints[99].type = "stand"; -/* 3:01 */waypoints[99].children[0] = 98; -/* 3:01 */waypoints[99].children[1] = 100; -/* 3:01 */waypoints[100] = spawnstruct(); -/* 3:01 */waypoints[100].origin = (-844.72, 601.534, -8.875); -/* 3:01 */waypoints[100].type = "stand"; -/* 3:01 */waypoints[100].children[0] = 99; -/* 3:01 */waypoints[100].children[1] = 101; -/* 3:01 */waypoints[100].children[2] = 169; -/* 3:01 */waypoints[100].children[3] = 214; -/* 3:01 */waypoints[101] = spawnstruct(); -/* 3:01 */waypoints[101].origin = (-940.536, 505.167, -8.875); -/* 3:01 */waypoints[101].type = "stand"; -/* 3:01 */waypoints[101].children[0] = 100; -/* 3:01 */waypoints[101].children[1] = 102; -/* 3:01 */waypoints[101].children[2] = 125; -/* 3:01 */waypoints[101].children[3] = 182; -/* 3:01 */waypoints[102] = spawnstruct(); -/* 3:01 */waypoints[102].origin = (-780.893, 320.431, 7.125); -/* 3:01 */waypoints[102].type = "stand"; -/* 3:01 */waypoints[102].children[0] = 101; -/* 3:01 */waypoints[102].children[1] = 103; -/* 3:01 */waypoints[103] = spawnstruct(); -/* 3:01 */waypoints[103].origin = (-934.247, 210.172, 9.91577); -/* 3:01 */waypoints[103].type = "stand"; -/* 3:01 */waypoints[103].children[0] = 102; -/* 3:01 */waypoints[103].children[1] = 104; -/* 3:01 */waypoints[103].children[2] = 109; -/* 3:01 */waypoints[103].children[3] = 123; -/* 3:01 */waypoints[103].children[4] = 205; -/* 3:01 */waypoints[104] = spawnstruct(); -/* 3:01 */waypoints[104].origin = (-693.166, -74.4453, 13.4651); -/* 3:01 */waypoints[104].type = "stand"; -/* 3:01 */waypoints[104].children[0] = 103; -/* 3:01 */waypoints[104].children[1] = 105; -/* 3:01 */waypoints[104].children[2] = 115; -/* 3:01 */waypoints[104].children[3] = 123; -/* 3:01 */waypoints[105] = spawnstruct(); -/* 3:01 */waypoints[105].origin = (-831.678, -151.081, 10.4895); -/* 3:01 */waypoints[105].type = "stand"; -/* 3:01 */waypoints[105].children[0] = 104; -/* 3:01 */waypoints[105].children[1] = 106; -/* 3:01 */waypoints[106] = spawnstruct(); -/* 3:01 */waypoints[106].origin = (-975.693, -387.166, 47.6363); -/* 3:01 */waypoints[106].type = "stand"; -/* 3:01 */waypoints[106].children[0] = 105; -/* 3:01 */waypoints[106].children[1] = 107; -/* 3:01 */waypoints[107] = spawnstruct(); -/* 3:01 */waypoints[107].origin = (-1182.27, -303.289, 54.1817); -/* 3:01 */waypoints[107].type = "stand"; -/* 3:01 */waypoints[107].children[0] = 106; -/* 3:01 */waypoints[107].children[1] = 108; -/* 3:01 */waypoints[107].children[2] = 113; -/* 3:01 */waypoints[108] = spawnstruct(); -/* 3:01 */waypoints[108].origin = (-1188.02, 60.9692, 17.9177); -/* 3:01 */waypoints[108].type = "stand"; -/* 3:01 */waypoints[108].children[0] = 107; -/* 3:01 */waypoints[108].children[1] = 109; -/* 3:01 */waypoints[108].children[2] = 110; -/* 3:01 */waypoints[108].children[3] = 114; -/* 3:01 */waypoints[109] = spawnstruct(); -/* 3:01 */waypoints[109].origin = (-1117.95, 289.847, 14.1757); -/* 3:01 */waypoints[109].type = "stand"; -/* 3:01 */waypoints[109].children[0] = 108; -/* 3:01 */waypoints[109].children[1] = 103; -/* 3:01 */waypoints[110] = spawnstruct(); -/* 3:01 */waypoints[110].origin = (-1419.07, -159.988, 36.5913); -/* 3:01 */waypoints[110].type = "stand"; -/* 3:01 */waypoints[110].children[0] = 108; -/* 3:01 */waypoints[110].children[1] = 111; -/* 3:01 */waypoints[110].children[2] = 113; -/* 3:01 */waypoints[111] = spawnstruct(); -/* 3:01 */waypoints[111].origin = (-1565.29, -404.044, 52.5572); -/* 3:01 */waypoints[111].type = "stand"; -/* 3:01 */waypoints[111].children[0] = 110; -/* 3:01 */waypoints[111].children[1] = 112; -/* 3:01 */waypoints[111].children[2] = 113; -/* 3:01 */waypoints[112] = spawnstruct(); -/* 3:01 */waypoints[112].origin = (-1319.79, -678.629, 80.5118); -/* 3:01 */waypoints[112].type = "stand"; -/* 3:01 */waypoints[112].children[0] = 111; -/* 3:01 */waypoints[112].children[1] = 84; -/* 3:01 */waypoints[113] = spawnstruct(); -/* 3:01 */waypoints[113].origin = (-1317.65, -299.115, 42.3039); -/* 3:01 */waypoints[113].type = "stand"; -/* 3:01 */waypoints[113].children[0] = 111; -/* 3:01 */waypoints[113].children[1] = 107; -/* 3:01 */waypoints[113].children[2] = 110; -/* 3:01 */waypoints[114] = spawnstruct(); -/* 3:01 */waypoints[114].origin = (-1000.6, -242.667, 26.7011); -/* 3:01 */waypoints[114].type = "stand"; -/* 3:01 */waypoints[114].children[0] = 108; -/* 3:01 */waypoints[114].children[1] = 85; -/* 3:01 */waypoints[115] = spawnstruct(); -/* 3:01 */waypoints[115].origin = (-405.193, 134.735, 13.7741); -/* 3:01 */waypoints[115].type = "stand"; -/* 3:01 */waypoints[115].children[0] = 104; -/* 3:01 */waypoints[115].children[1] = 116; -/* 3:01 */waypoints[115].children[2] = 124; -/* 3:01 */waypoints[115].children[3] = 123; -/* 3:01 */waypoints[116] = spawnstruct(); -/* 3:01 */waypoints[116].origin = (-295.301, 2.32153, 70.353); -/* 3:01 */waypoints[116].type = "stand"; -/* 3:01 */waypoints[116].children[0] = 115; -/* 3:01 */waypoints[116].children[1] = 89; -/* 3:01 */waypoints[116].children[2] = 117; -/* 3:01 */waypoints[117] = spawnstruct(); -/* 3:01 */waypoints[117].origin = (-61.281, 210.894, 66.2094); -/* 3:01 */waypoints[117].type = "stand"; -/* 3:01 */waypoints[117].children[0] = 116; -/* 3:01 */waypoints[117].children[1] = 95; -/* 3:01 */waypoints[117].children[2] = 94; -/* 3:01 */waypoints[117].children[3] = 118; -/* 3:01 */waypoints[117].children[4] = 120; -/* 3:01 */waypoints[117].children[5] = 121; -/* 3:01 */waypoints[117].children[6] = 159; -/* 3:01 */waypoints[118] = spawnstruct(); -/* 3:01 */waypoints[118].origin = (-32.183, 71.7026, 92.8443); -/* 3:01 */waypoints[118].type = "climb"; -/* 3:01 */waypoints[118].children[0] = 117; -/* 3:01 */waypoints[118].children[1] = 119; -/* 3:01 */waypoints[118].angles = (4.0155, -47.6851, 0); -/* 3:01 */waypoints[119] = spawnstruct(); -/* 3:01 */waypoints[119].origin = (12.0477, 20.1244, 105.141); -/* 3:01 */waypoints[119].type = "stand"; -/* 3:01 */waypoints[119].children[0] = 118; -/* 3:01 */waypoints[119].children[1] = 92; -/* 3:01 */waypoints[119].children[2] = 93; -/* 3:01 */waypoints[120] = spawnstruct(); -/* 3:01 */waypoints[120].origin = (8.87601, 105.744, 100.606); -/* 3:01 */waypoints[120].type = "crouch"; -/* 3:01 */waypoints[120].children[0] = 117; -/* 3:01 */waypoints[120].angles = (-17.243, -19.4228, 0); -/* 3:01 */waypoints[121] = spawnstruct(); -/* 3:01 */waypoints[121].origin = (-305.595, 511.347, 66.1736); -/* 3:01 */waypoints[121].type = "stand"; -/* 3:01 */waypoints[121].children[0] = 122; -/* 3:01 */waypoints[121].children[1] = 95; -/* 3:01 */waypoints[121].children[2] = 117; -/* 3:01 */waypoints[121].children[3] = 141; -/* 3:01 */waypoints[122] = spawnstruct(); -/* 3:01 */waypoints[122].origin = (-497.707, 350.95, 71.3947); -/* 3:01 */waypoints[122].type = "stand"; -/* 3:01 */waypoints[122].children[0] = 124; -/* 3:01 */waypoints[122].children[1] = 121; -/* 3:01 */waypoints[123] = spawnstruct(); -/* 3:01 */waypoints[123].origin = (-751.071, 124.535, 13.1077); -/* 3:01 */waypoints[123].type = "stand"; -/* 3:01 */waypoints[123].children[0] = 104; -/* 3:01 */waypoints[123].children[1] = 103; -/* 3:01 */waypoints[123].children[2] = 124; -/* 3:01 */waypoints[123].children[3] = 158; -/* 3:01 */waypoints[123].children[4] = 115; -/* 3:01 */waypoints[123].children[5] = 87; -/* 3:01 */waypoints[124] = spawnstruct(); -/* 3:01 */waypoints[124].origin = (-534.517, 327.883, 29.7215); -/* 3:01 */waypoints[124].type = "climb"; -/* 3:01 */waypoints[124].children[0] = 122; -/* 3:01 */waypoints[124].children[1] = 123; -/* 3:01 */waypoints[124].children[2] = 115; -/* 3:01 */waypoints[124].angles = (2.37305, 43.5344, 0); -/* 3:01 */waypoints[125] = spawnstruct(); -/* 3:01 */waypoints[125].origin = (-1057.12, 669.408, -16.875); -/* 3:01 */waypoints[125].type = "stand"; -/* 3:01 */waypoints[125].children[0] = 101; -/* 3:01 */waypoints[125].children[1] = 126; -/* 3:01 */waypoints[125].children[2] = 169; -/* 3:01 */waypoints[125].children[3] = 209; -/* 3:01 */waypoints[126] = spawnstruct(); -/* 3:01 */waypoints[126].origin = (-1193.93, 914.487, -37.789); -/* 3:01 */waypoints[126].type = "stand"; -/* 3:01 */waypoints[126].children[0] = 125; -/* 3:01 */waypoints[126].children[1] = 168; -/* 3:01 */waypoints[126].children[2] = 170; -/* 3:01 */waypoints[127] = spawnstruct(); -/* 3:01 */waypoints[127].origin = (-855.901, 1175.81, -26.0932); -/* 3:01 */waypoints[127].type = "stand"; -/* 3:01 */waypoints[127].children[0] = 128; -/* 3:01 */waypoints[127].children[1] = 168; -/* 3:01 */waypoints[127].children[2] = 172; -/* 3:01 */waypoints[128] = spawnstruct(); -/* 3:01 */waypoints[128].origin = (-539.653, 1196.37, -17.3107); -/* 3:01 */waypoints[128].type = "stand"; -/* 3:01 */waypoints[128].children[0] = 127; -/* 3:01 */waypoints[128].children[1] = 129; -/* 3:01 */waypoints[128].children[2] = 142; -/* 3:01 */waypoints[128].children[3] = 166; -/* 3:01 */waypoints[129] = spawnstruct(); -/* 3:01 */waypoints[129].origin = (-88.0538, 1311.16, 10.7654); -/* 3:01 */waypoints[129].type = "stand"; -/* 3:01 */waypoints[129].children[0] = 128; -/* 3:01 */waypoints[129].children[1] = 130; -/* 3:01 */waypoints[129].children[2] = 218; -/* 3:01 */waypoints[130] = spawnstruct(); -/* 3:01 */waypoints[130].origin = (-41.7986, 1687.02, 0.334642); -/* 3:01 */waypoints[130].type = "stand"; -/* 3:01 */waypoints[130].children[0] = 129; -/* 3:01 */waypoints[130].children[1] = 131; -/* 3:01 */waypoints[131] = spawnstruct(); -/* 3:01 */waypoints[131].origin = (227.203, 1801.22, -5.05989); -/* 3:01 */waypoints[131].type = "stand"; -/* 3:01 */waypoints[131].children[0] = 130; -/* 3:01 */waypoints[131].children[1] = 132; -/* 3:01 */waypoints[132] = spawnstruct(); -/* 3:01 */waypoints[132].origin = (454.302, 1683.15, 18.7919); -/* 3:01 */waypoints[132].type = "stand"; -/* 3:01 */waypoints[132].children[0] = 131; -/* 3:01 */waypoints[132].children[1] = 133; -/* 3:01 */waypoints[132].children[2] = 0; -/* 3:01 */waypoints[132].children[3] = 213; -/* 3:01 */waypoints[133] = spawnstruct(); -/* 3:01 */waypoints[133].origin = (865.483, 1595.4, 49.2549); -/* 3:01 */waypoints[133].type = "stand"; -/* 3:01 */waypoints[133].children[0] = 132; -/* 3:01 */waypoints[133].children[1] = 134; -/* 3:01 */waypoints[133].children[2] = 1; -/* 3:01 */waypoints[133].children[3] = 213; -/* 3:01 */waypoints[134] = spawnstruct(); -/* 3:01 */waypoints[134].origin = (872.944, 1243.34, 83.0844); -/* 3:01 */waypoints[134].type = "stand"; -/* 3:01 */waypoints[134].children[0] = 133; -/* 3:01 */waypoints[134].children[1] = 7; -/* 3:01 */waypoints[135] = spawnstruct(); -/* 3:01 */waypoints[135].origin = (347.025, 1232.68, 82.4817); -/* 3:01 */waypoints[135].type = "stand"; -/* 3:01 */waypoints[135].children[0] = 136; -/* 3:01 */waypoints[135].children[1] = 218; -/* 3:01 */waypoints[136] = spawnstruct(); -/* 3:01 */waypoints[136].origin = (508.083, 1148.22, 90.8214); -/* 3:01 */waypoints[136].type = "stand"; -/* 3:01 */waypoints[136].children[0] = 135; -/* 3:01 */waypoints[136].children[1] = 137; -/* 3:01 */waypoints[137] = spawnstruct(); -/* 3:01 */waypoints[137].origin = (604.409, 975.623, 79.839); -/* 3:01 */waypoints[137].type = "stand"; -/* 3:01 */waypoints[137].children[0] = 136; -/* 3:01 */waypoints[137].children[1] = 8; -/* 3:01 */waypoints[137].children[2] = 183; -/* 3:01 */waypoints[138] = spawnstruct(); -/* 3:01 */waypoints[138].origin = (-59.3565, 1114.91, 21.8293); -/* 3:01 */waypoints[138].type = "stand"; -/* 3:01 */waypoints[138].children[0] = 139; -/* 3:01 */waypoints[138].children[1] = 142; -/* 3:01 */waypoints[138].children[2] = 218; -/* 3:01 */waypoints[139] = spawnstruct(); -/* 3:01 */waypoints[139].origin = (-198.471, 803.887, 15.5148); -/* 3:01 */waypoints[139].type = "stand"; -/* 3:01 */waypoints[139].children[0] = 138; -/* 3:01 */waypoints[139].children[1] = 140; -/* 3:01 */waypoints[140] = spawnstruct(); -/* 3:01 */waypoints[140].origin = (-223.886, 772.752, 15.1895); -/* 3:01 */waypoints[140].type = "climb"; -/* 3:01 */waypoints[140].children[0] = 139; -/* 3:01 */waypoints[140].children[1] = 141; -/* 3:01 */waypoints[140].angles = (-0.12085, -135.669, 0); -/* 3:01 */waypoints[141] = spawnstruct(); -/* 3:01 */waypoints[141].origin = (-260.566, 738.351, 57.4137); -/* 3:01 */waypoints[141].type = "climb"; -/* 3:01 */waypoints[141].children[0] = 140; -/* 3:01 */waypoints[141].children[1] = 121; -/* 3:01 */waypoints[141].angles = (15.1776, -134.999, 0); -/* 3:01 */waypoints[142] = spawnstruct(); -/* 3:01 */waypoints[142].origin = (-448.19, 949.876, -35.8095); -/* 3:01 */waypoints[142].type = "stand"; -/* 3:01 */waypoints[142].children[0] = 138; -/* 3:01 */waypoints[142].children[1] = 128; -/* 3:01 */waypoints[142].children[2] = 98; -/* 3:01 */waypoints[142].children[3] = 97; -/* 3:01 */waypoints[142].children[4] = 166; -/* 3:01 */waypoints[143] = spawnstruct(); -/* 3:01 */waypoints[143].origin = (127.972, -283.844, 77.9173); -/* 3:01 */waypoints[143].type = "stand"; -/* 3:01 */waypoints[143].children[0] = 62; -/* 3:01 */waypoints[143].children[1] = 61; -/* 3:01 */waypoints[143].children[2] = 151; -/* 3:01 */waypoints[143].children[3] = 222; -/* 3:01 */waypoints[144] = spawnstruct(); -/* 3:01 */waypoints[144].origin = (427.356, -200.969, 114.997); -/* 3:01 */waypoints[144].type = "stand"; -/* 3:01 */waypoints[144].children[0] = 18; -/* 3:01 */waypoints[144].children[1] = 151; -/* 3:01 */waypoints[144].children[2] = 160; -/* 3:01 */waypoints[145] = spawnstruct(); -/* 3:01 */waypoints[145].origin = (529.303, -480.244, 89.3724); -/* 3:01 */waypoints[145].type = "stand"; -/* 3:01 */waypoints[145].children[0] = 60; -/* 3:01 */waypoints[145].children[1] = 146; -/* 3:01 */waypoints[145].children[2] = 20; -/* 3:01 */waypoints[145].children[3] = 151; -/* 3:01 */waypoints[145].children[4] = 61; -/* 3:01 */waypoints[145].children[5] = 19; -/* 3:01 */waypoints[145].children[6] = 150; -/* 3:01 */waypoints[146] = spawnstruct(); -/* 3:01 */waypoints[146].origin = (853.349, -722.888, 142.214); -/* 3:01 */waypoints[146].type = "stand"; -/* 3:01 */waypoints[146].children[0] = 145; -/* 3:01 */waypoints[146].children[1] = 147; -/* 3:01 */waypoints[146].children[2] = 20; -/* 3:01 */waypoints[146].children[3] = 150; -/* 3:01 */waypoints[147] = spawnstruct(); -/* 3:01 */waypoints[147].origin = (924.902, -785.249, 136.848); -/* 3:01 */waypoints[147].type = "stand"; -/* 3:01 */waypoints[147].children[0] = 146; -/* 3:01 */waypoints[147].children[1] = 148; -/* 3:01 */waypoints[147].children[2] = 149; -/* 3:01 */waypoints[148] = spawnstruct(); -/* 3:01 */waypoints[148].origin = (745.932, -914.599, 134.206); -/* 3:01 */waypoints[148].type = "stand"; -/* 3:01 */waypoints[148].children[0] = 147; -/* 3:01 */waypoints[148].children[1] = 150; -/* 3:01 */waypoints[149] = spawnstruct(); -/* 3:01 */waypoints[149].origin = (1091.41, -638.386, 122.431); -/* 3:01 */waypoints[149].type = "stand"; -/* 3:01 */waypoints[149].children[0] = 21; -/* 3:01 */waypoints[149].children[1] = 147; -/* 3:01 */waypoints[150] = spawnstruct(); -/* 3:01 */waypoints[150].origin = (600.184, -897.703, 162.547); -/* 3:01 */waypoints[150].type = "stand"; -/* 3:01 */waypoints[150].children[0] = 60; -/* 3:01 */waypoints[150].children[1] = 47; -/* 3:01 */waypoints[150].children[2] = 148; -/* 3:01 */waypoints[150].children[3] = 146; -/* 3:01 */waypoints[150].children[4] = 145; -/* 3:01 */waypoints[150].children[5] = 154; -/* 3:01 */waypoints[150].children[6] = 157; -/* 3:01 */waypoints[150].children[7] = 180; -/* 3:01 */waypoints[150].children[8] = 187; -/* 3:01 */waypoints[151] = spawnstruct(); -/* 3:01 */waypoints[151].origin = (265.877, -254.501, 92.7079); -/* 3:01 */waypoints[151].type = "stand"; -/* 3:01 */waypoints[151].children[0] = 145; -/* 3:01 */waypoints[151].children[1] = 143; -/* 3:01 */waypoints[151].children[2] = 144; -/* 3:01 */waypoints[152] = spawnstruct(); -/* 3:01 */waypoints[152].origin = (-297.398, -1372.15, 147.898); -/* 3:01 */waypoints[152].type = "stand"; -/* 3:01 */waypoints[152].children[0] = 66; -/* 3:01 */waypoints[152].children[1] = 65; -/* 3:01 */waypoints[152].children[2] = 80; -/* 3:01 */waypoints[152].children[3] = 165; -/* 3:01 */waypoints[153] = spawnstruct(); -/* 3:01 */waypoints[153].origin = (604.315, -1902.63, 140.637); -/* 3:01 */waypoints[153].type = "grenade"; -/* 3:01 */waypoints[153].children[0] = 38; -/* 3:01 */waypoints[153].angles = (2.80701, 58.344, -0.186768); -/* 3:01 */waypoints[154] = spawnstruct(); -/* 3:01 */waypoints[154].origin = (623.987, -888.438, 157.206); -/* 3:01 */waypoints[154].type = "grenade"; -/* 3:01 */waypoints[154].children[0] = 150; -/* 3:01 */waypoints[154].angles = (-17.5287, -28.5801, 0); -/* 3:01 */waypoints[155] = spawnstruct(); -/* 3:01 */waypoints[155].origin = (941.483, -1384.16, 124.463); -/* 3:01 */waypoints[155].type = "grenade"; -/* 3:01 */waypoints[155].children[0] = 40; -/* 3:01 */waypoints[155].angles = (-23.1812, 64.4357, 0); -/* 3:01 */waypoints[156] = spawnstruct(); -/* 3:01 */waypoints[156].origin = (1698.92, -823.929, 130.298); -/* 3:01 */waypoints[156].type = "grenade"; -/* 3:01 */waypoints[156].children[0] = 51; -/* 3:01 */waypoints[156].angles = (-20.8026, -142.821, -0.00549316); -/* 3:01 */waypoints[157] = spawnstruct(); -/* 3:01 */waypoints[157].origin = (567.446, -866.422, 170.663); -/* 3:01 */waypoints[157].type = "grenade"; -/* 3:01 */waypoints[157].children[0] = 150; -/* 3:01 */waypoints[157].angles = (-7.12463, 141.768, -0.170288); -/* 3:01 */waypoints[158] = spawnstruct(); -/* 3:01 */waypoints[158].origin = (-706.852, 99.1977, 13.125); -/* 3:01 */waypoints[158].type = "grenade"; -/* 3:01 */waypoints[158].children[0] = 123; -/* 3:01 */waypoints[158].angles = (-18.7042, -34.6885, 0.0604248); -/* 3:01 */waypoints[159] = spawnstruct(); -/* 3:01 */waypoints[159].origin = (22.7957, 127.061, 103.58); -/* 3:01 */waypoints[159].type = "grenade"; -/* 3:01 */waypoints[159].children[0] = 117; -/* 3:01 */waypoints[159].angles = (-11.5192, 21.3528, -0.230713); -/* 3:01 */waypoints[160] = spawnstruct(); -/* 3:01 */waypoints[160].origin = (413.369, -221.705, 116.315); -/* 3:01 */waypoints[160].type = "grenade"; -/* 3:01 */waypoints[160].children[0] = 144; -/* 3:01 */waypoints[160].angles = (-13.7109, -26.5476, 0); -/* 3:01 */waypoints[161] = spawnstruct(); -/* 3:01 */waypoints[161].origin = (1634.45, -69.7922, 91.3097); -/* 3:01 */waypoints[161].type = "grenade"; -/* 3:01 */waypoints[161].children[0] = 22; -/* 3:01 */waypoints[161].children[1] = 178; -/* 3:01 */waypoints[161].angles = (-14.8096, -112.433, 0.22522); -/* 3:01 */waypoints[162] = spawnstruct(); -/* 3:01 */waypoints[162].origin = (1144.73, -857.262, 75.949); -/* 3:01 */waypoints[162].type = "grenade"; -/* 3:01 */waypoints[162].children[0] = 46; -/* 3:01 */waypoints[162].children[1] = 45; -/* 3:01 */waypoints[162].angles = (-30.2783, 147.168, 0); -/* 3:01 */waypoints[163] = spawnstruct(); -/* 3:01 */waypoints[163].origin = (1161.01, -1207.98, 150.48); -/* 3:01 */waypoints[163].type = "grenade"; -/* 3:01 */waypoints[163].children[0] = 41; -/* 3:01 */waypoints[163].angles = (-22.7307, -51.9645, 0.516357); -/* 3:01 */waypoints[164] = spawnstruct(); -/* 3:01 */waypoints[164].origin = (1644.29, -2414.33, 145.423); -/* 3:01 */waypoints[164].type = "crouch"; -/* 3:01 */waypoints[164].children[0] = 35; -/* 3:01 */waypoints[164].angles = (3.04321, 61.1453, 0); -/* 3:01 */waypoints[165] = spawnstruct(); -/* 3:01 */waypoints[165].origin = (-328.599, -1310.01, 135.436); -/* 3:01 */waypoints[165].type = "grenade"; -/* 3:01 */waypoints[165].children[0] = 152; -/* 3:01 */waypoints[165].angles = (-9.27246, 140.736, 0); -/* 3:01 */waypoints[166] = spawnstruct(); -/* 3:01 */waypoints[166].origin = (-658.304, 952.921, -29.7298); -/* 3:01 */waypoints[166].type = "stand"; -/* 3:01 */waypoints[166].children[0] = 167; -/* 3:01 */waypoints[166].children[1] = 142; -/* 3:01 */waypoints[166].children[2] = 128; -/* 3:01 */waypoints[167] = spawnstruct(); -/* 3:01 */waypoints[167].origin = (-779.857, 854.444, -47.1014); -/* 3:01 */waypoints[167].type = "climb"; -/* 3:01 */waypoints[167].children[0] = 169; -/* 3:01 */waypoints[167].children[1] = 166; -/* 3:01 */waypoints[167].angles = (1.4502, -139.212, 0); -/* 3:01 */waypoints[168] = spawnstruct(); -/* 3:01 */waypoints[168].origin = (-1012.38, 1042.35, -32.7523); -/* 3:01 */waypoints[168].type = "stand"; -/* 3:01 */waypoints[168].children[0] = 127; -/* 3:01 */waypoints[168].children[1] = 126; -/* 3:01 */waypoints[168].children[2] = 169; -/* 3:01 */waypoints[168].children[3] = 171; -/* 3:01 */waypoints[169] = spawnstruct(); -/* 3:01 */waypoints[169].origin = (-823.929, 796.413, -16.875); -/* 3:01 */waypoints[169].type = "stand"; -/* 3:01 */waypoints[169].children[0] = 100; -/* 3:01 */waypoints[169].children[1] = 167; -/* 3:01 */waypoints[169].children[2] = 168; -/* 3:01 */waypoints[169].children[3] = 125; -/* 3:01 */waypoints[170] = spawnstruct(); -/* 3:01 */waypoints[170].origin = (-1378.64, 1078.35, -26.875); -/* 3:01 */waypoints[170].type = "stand"; -/* 3:01 */waypoints[170].children[0] = 171; -/* 3:01 */waypoints[170].children[1] = 126; -/* 3:01 */waypoints[171] = spawnstruct(); -/* 3:01 */waypoints[171].origin = (-1252.45, 1189.15, -26.875); -/* 3:01 */waypoints[171].type = "stand"; -/* 3:01 */waypoints[171].children[0] = 172; -/* 3:01 */waypoints[171].children[1] = 170; -/* 3:01 */waypoints[171].children[2] = 168; -/* 3:01 */waypoints[172] = spawnstruct(); -/* 3:01 */waypoints[172].origin = (-1095.96, 1324.56, -26.875); -/* 3:01 */waypoints[172].type = "stand"; -/* 3:01 */waypoints[172].children[0] = 171; -/* 3:01 */waypoints[172].children[1] = 127; -/* 3:01 */waypoints[173] = spawnstruct(); -/* 3:01 */waypoints[173].origin = (-16.9277, -78.9438, 86.5268); -/* 3:01 */waypoints[173].type = "grenade"; -/* 3:01 */waypoints[173].children[0] = 92; -/* 3:01 */waypoints[173].children[1] = 93; -/* 3:01 */waypoints[173].angles = (-29.2072, -30.4423, 0); -/* 3:01 */waypoints[174] = spawnstruct(); -/* 3:01 */waypoints[174].origin = (1102.44, -1337.19, 164.468); -/* 3:01 */waypoints[174].type = "javelin"; -/* 3:01 */waypoints[174].children[0] = 40; -/* 3:01 */waypoints[174].children[1] = 41; -/* 3:01 */waypoints[174].jav_point = (-166.272, -92.6419, 106.343); -/* 3:01 */waypoints[175] = spawnstruct(); -/* 3:01 */waypoints[175].origin = (1788.88, 36.895, 95.2261); -/* 3:01 */waypoints[175].type = "javelin"; -/* 3:01 */waypoints[175].children[0] = 55; -/* 3:01 */waypoints[175].jav_point = (880.662, -1195.75, 161.047); -/* 3:01 */waypoints[176] = spawnstruct(); -/* 3:01 */waypoints[176].origin = (28.0239, 394.372, 112.758); -/* 3:01 */waypoints[176].type = "javelin"; -/* 3:01 */waypoints[176].children[0] = 95; -/* 3:01 */waypoints[176].jav_point = (958.746, -773.069, 144.646); -/* 3:01 */waypoints[177] = spawnstruct(); -/* 3:01 */waypoints[177].origin = (-20.9086, -466.715, 98.3733); -/* 3:01 */waypoints[177].type = "javelin"; -/* 3:01 */waypoints[177].children[0] = 61; -/* 3:01 */waypoints[177].children[1] = 62; -/* 3:01 */waypoints[177].jav_point = (1456.65, -559.082, 137.049); -/* 3:01 */waypoints[178] = spawnstruct(); -/* 3:01 */waypoints[178].origin = (1552.56, 69.2357, 93.9468); -/* 3:01 */waypoints[178].type = "claymore"; -/* 3:01 */waypoints[178].children[0] = 161; -/* 3:01 */waypoints[178].angles = (4.73389, -66.45, 0); -/* 3:01 */waypoints[179] = spawnstruct(); -/* 3:01 */waypoints[179].origin = (1947.49, -982.599, 116.363); -/* 3:01 */waypoints[179].type = "claymore"; -/* 3:01 */waypoints[179].children[0] = 58; -/* 3:01 */waypoints[179].angles = (6.76087, 2.73094, 0); -/* 3:01 */waypoints[180] = spawnstruct(); -/* 3:01 */waypoints[180].origin = (531.968, -914.156, 186.759); -/* 3:01 */waypoints[180].type = "claymore"; -/* 3:01 */waypoints[180].children[0] = 150; -/* 3:01 */waypoints[180].angles = (8.93616, 33.5915, 0); -/* 3:01 */waypoints[181] = spawnstruct(); -/* 3:01 */waypoints[181].origin = (-367.343, -156.396, 27.7619); -/* 3:01 */waypoints[181].type = "claymore"; -/* 3:01 */waypoints[181].children[0] = 87; -/* 3:01 */waypoints[181].angles = (12.8473, 129.217, 0); -/* 3:01 */waypoints[182] = spawnstruct(); -/* 3:01 */waypoints[182].origin = (-821.178, 482.807, -8.875); -/* 3:01 */waypoints[182].type = "claymore"; -/* 3:01 */waypoints[182].children[0] = 101; -/* 3:01 */waypoints[182].angles = (2.27295, -135.664, 0); -/* 3:01 */waypoints[183] = spawnstruct(); -/* 3:01 */waypoints[183].origin = (634.51, 879.014, 83.0526); -/* 3:01 */waypoints[183].type = "claymore"; -/* 3:01 */waypoints[183].children[0] = 137; -/* 3:01 */waypoints[183].angles = (12.7045, 34.5748, 0); -/* 3:01 */waypoints[184] = spawnstruct(); -/* 3:01 */waypoints[184].origin = (-22.4426, 362.407, 92.1061); -/* 3:01 */waypoints[184].type = "grenade"; -/* 3:01 */waypoints[184].children[0] = 95; -/* 3:01 */waypoints[184].angles = (-13.3935, -62.841, 0.472412); -/* 3:01 */waypoints[185] = spawnstruct(); -/* 3:01 */waypoints[185].origin = (-855.717, -1243.52, 105.43); -/* 3:01 */waypoints[185].type = "claymore"; -/* 3:01 */waypoints[185].children[0] = 82; -/* 3:01 */waypoints[185].children[1] = 81; -/* 3:01 */waypoints[185].children[2] = 217; -/* 3:01 */waypoints[185].angles = (1.98181, -5.09682, 0); -/* 3:01 */waypoints[186] = spawnstruct(); -/* 3:01 */waypoints[186].origin = (983.012, 460.349, 74.7529); -/* 3:01 */waypoints[186].type = "claymore"; -/* 3:01 */waypoints[186].children[0] = 221; -/* 3:01 */waypoints[186].angles = (5.45898, 144.581, 0); -/* 3:01 */waypoints[187] = spawnstruct(); -/* 3:01 */waypoints[187].origin = (427.796, -766.421, 184.077); -/* 3:01 */waypoints[187].type = "stand"; -/* 3:01 */waypoints[187].children[0] = 60; -/* 3:01 */waypoints[187].children[1] = 188; -/* 3:01 */waypoints[187].children[2] = 150; -/* 3:01 */waypoints[188] = spawnstruct(); -/* 3:01 */waypoints[188].origin = (422.005, -840.518, 202.944); -/* 3:01 */waypoints[188].type = "crouch"; -/* 3:01 */waypoints[188].children[0] = 187; -/* 3:01 */waypoints[188].angles = (7.97058, 85.8759, 0); -/* 3:01 */waypoints[189] = spawnstruct(); -/* 3:01 */waypoints[189].origin = (988.219, -422.614, 161.743); -/* 3:01 */waypoints[189].type = "crouch"; -/* 3:01 */waypoints[189].children[0] = 219; -/* 3:01 */waypoints[189].angles = (4.34509, 176.282, 0); -/* 3:01 */waypoints[190] = spawnstruct(); -/* 3:01 */waypoints[190].origin = (1759.98, -2333.41, 149.381); -/* 3:01 */waypoints[190].type = "crouch"; -/* 3:01 */waypoints[190].children[0] = 35; -/* 3:01 */waypoints[190].angles = (1.59302, -154.664, 0); -/* 3:01 */waypoints[191] = spawnstruct(); -/* 3:01 */waypoints[191].origin = (790.274, -295.958, 152.901); -/* 3:01 */waypoints[191].type = "prone"; -/* 3:01 */waypoints[191].children[0] = 19; -/* 3:01 */waypoints[192] = spawnstruct(); -/* 3:01 */waypoints[192].origin = (1579.68, -1694.11, 127.831); -/* 3:01 */waypoints[192].type = "tube"; -/* 3:01 */waypoints[192].children[0] = 43; -/* 3:01 */waypoints[192].children[1] = 42; -/* 3:01 */waypoints[192].angles = (-11.6949, 127.734, 0.31311); -/* 3:01 */waypoints[193] = spawnstruct(); -/* 3:01 */waypoints[193].origin = (1313.64, -780.075, 104.93); -/* 3:01 */waypoints[193].type = "tube"; -/* 3:01 */waypoints[193].children[0] = 44; -/* 3:01 */waypoints[193].children[1] = 45; -/* 3:01 */waypoints[193].angles = (-2.54883, 69.4953, 0.324097); -/* 3:01 */waypoints[194] = spawnstruct(); -/* 3:01 */waypoints[194].origin = (990.54, -538.817, 135.83); -/* 3:01 */waypoints[194].type = "tube"; -/* 3:01 */waypoints[194].children[0] = 20; -/* 3:01 */waypoints[194].children[1] = 21; -/* 3:01 */waypoints[194].angles = (-2.6532, 172.997, 0.43396); -/* 3:01 */waypoints[195] = spawnstruct(); -/* 3:01 */waypoints[195].origin = (-33.7584, 478.299, 91.2361); -/* 3:01 */waypoints[195].type = "tube"; -/* 3:01 */waypoints[195].children[0] = 95; -/* 3:01 */waypoints[195].children[1] = 96; -/* 3:01 */waypoints[195].angles = (-9.49768, -46.6192, 0.422974); -/* 3:01 */waypoints[196] = spawnstruct(); -/* 3:01 */waypoints[196].origin = (1979.99, -667.233, 110.188); -/* 3:01 */waypoints[196].type = "tube"; -/* 3:01 */waypoints[196].children[0] = 52; -/* 3:01 */waypoints[196].children[1] = 51; -/* 3:01 */waypoints[196].angles = (-8.79456, -145.057, 0.32959); -/* 3:01 */waypoints[197] = spawnstruct(); -/* 3:01 */waypoints[197].origin = (1942.15, -2006.82, 122.763); -/* 3:01 */waypoints[197].type = "stand"; -/* 3:01 */waypoints[197].children[0] = 43; -/* 3:01 */waypoints[197].children[1] = 35; -/* 3:01 */waypoints[197].children[2] = 34; -/* 3:01 */waypoints[197].children[3] = 198; -/* 3:01 */waypoints[198] = spawnstruct(); -/* 3:01 */waypoints[198].origin = (1929.56, -2064.74, 128.878); -/* 3:01 */waypoints[198].type = "tube"; -/* 3:01 */waypoints[198].children[0] = 197; -/* 3:01 */waypoints[198].children[1] = 35; -/* 3:01 */waypoints[198].angles = (-12.1069, 126.003, 0.219727); -/* 3:01 */waypoints[199] = spawnstruct(); -/* 3:01 */waypoints[199].origin = (316.137, -2305.09, 161.482); -/* 3:01 */waypoints[199].type = "grenade"; -/* 3:01 */waypoints[199].children[0] = 70; -/* 3:01 */waypoints[199].children[1] = 71; -/* 3:01 */waypoints[199].angles = (-16.1115, 54.8435, 0.269165); -/* 3:01 */waypoints[200] = spawnstruct(); -/* 3:01 */waypoints[200].origin = (881.412, -1614.58, 138.494); -/* 3:01 */waypoints[200].type = "claymore"; -/* 3:01 */waypoints[200].children[0] = 39; -/* 3:01 */waypoints[200].angles = (3.18604, 153.473, 0); -/* 3:01 */waypoints[201] = spawnstruct(); -/* 3:01 */waypoints[201].origin = (1826.16, -260.013, 78.1797); -/* 3:01 */waypoints[201].type = "grenade"; -/* 3:01 */waypoints[201].children[0] = 54; -/* 3:01 */waypoints[201].children[1] = 53; -/* 3:01 */waypoints[201].angles = (-14.9469, -158.253, -0.192261); -/* 3:01 */waypoints[202] = spawnstruct(); -/* 3:01 */waypoints[202].origin = (-507.067, -792.484, 86.1889); -/* 3:01 */waypoints[202].type = "crouch"; -/* 3:01 */waypoints[202].children[0] = 64; -/* 3:01 */waypoints[202].children[1] = 63; -/* 3:01 */waypoints[203] = spawnstruct(); -/* 3:01 */waypoints[203].origin = (1918.26, -1485.19, 93.1034); -/* 3:01 */waypoints[203].type = "stand"; -/* 3:01 */waypoints[203].children[0] = 34; -/* 3:01 */waypoints[203].children[1] = 49; -/* 3:01 */waypoints[204] = spawnstruct(); -/* 3:01 */waypoints[204].origin = (1672.35, -747.328, 147.732); -/* 3:01 */waypoints[204].type = "stand"; -/* 3:01 */waypoints[204].children[0] = 51; -/* 3:01 */waypoints[205] = spawnstruct(); -/* 3:01 */waypoints[205].origin = (-922.7, 327.176, 7.95319); -/* 3:01 */waypoints[205].type = "claymore"; -/* 3:01 */waypoints[205].children[0] = 103; -/* 3:01 */waypoints[205].angles = (9.84924, -50.6362, 0); -/* 3:01 */waypoints[206] = spawnstruct(); -/* 3:01 */waypoints[206].origin = (1648.15, -420.485, 68.9766); -/* 3:01 */waypoints[206].type = "grenade"; -/* 3:01 */waypoints[206].children[0] = 54; -/* 3:01 */waypoints[206].angles = (-26.9879, -130.249, 0.296631); -/* 3:01 */waypoints[207] = spawnstruct(); -/* 3:01 */waypoints[207].origin = (524.483, -1866.81, 141.251); -/* 3:01 */waypoints[207].type = "stand"; -/* 3:01 */waypoints[207].children[0] = 38; -/* 3:01 */waypoints[207].children[1] = 208; -/* 3:01 */waypoints[207].children[2] = 39; -/* 3:01 */waypoints[208] = spawnstruct(); -/* 3:01 */waypoints[208].origin = (401.996, -1692.62, 137.317); -/* 3:01 */waypoints[208].type = "stand"; -/* 3:01 */waypoints[208].children[0] = 207; -/* 3:01 */waypoints[208].children[1] = 67; -/* 3:01 */waypoints[208].children[2] = 39; -/* 3:01 */waypoints[209] = spawnstruct(); -/* 3:01 */waypoints[209].origin = (-962.406, 680.089, -16.875); -/* 3:01 */waypoints[209].type = "claymore"; -/* 3:01 */waypoints[209].children[0] = 125; -/* 3:01 */waypoints[209].angles = (5.50415, 26.2511, 0); -/* 3:01 */waypoints[210] = spawnstruct(); -/* 3:01 */waypoints[210].origin = (-177.674, -31.4139, 79.2757); -/* 3:01 */waypoints[210].type = "claymore"; -/* 3:01 */waypoints[210].children[0] = 89; -/* 3:01 */waypoints[210].angles = (14.9249, 175.011, 0); -/* 3:01 */waypoints[211] = spawnstruct(); -/* 3:01 */waypoints[211].origin = (580.225, -10.4246, 93.9277); -/* 3:01 */waypoints[211].type = "claymore"; -/* 3:01 */waypoints[211].children[0] = 18; -/* 3:01 */waypoints[211].children[1] = 17; -/* 3:01 */waypoints[211].angles = (6.81152, 170.661, 0); -/* 3:01 */waypoints[212] = spawnstruct(); -/* 3:01 */waypoints[212].origin = (730.376, 1933.68, 32.5135); -/* 3:01 */waypoints[212].type = "stand"; -/* 3:01 */waypoints[212].children[0] = 1; -/* 3:01 */waypoints[212].children[1] = 0; -/* 3:01 */waypoints[212].children[2] = 213; -/* 3:01 */waypoints[213] = spawnstruct(); -/* 3:01 */waypoints[213].origin = (756.003, 1725.9, 53.5041); -/* 3:01 */waypoints[213].type = "stand"; -/* 3:01 */waypoints[213].children[0] = 212; -/* 3:01 */waypoints[213].children[1] = 1; -/* 3:01 */waypoints[213].children[2] = 133; -/* 3:01 */waypoints[213].children[3] = 132; -/* 3:01 */waypoints[214] = spawnstruct(); -/* 3:01 */waypoints[214].origin = (-695.684, 580.388, -8.875); -/* 3:01 */waypoints[214].type = "claymore"; -/* 3:01 */waypoints[214].children[0] = 100; -/* 3:01 */waypoints[214].children[1] = 98; -/* 3:01 */waypoints[214].angles = (13.3319, 164.454, 0); -/* 3:01 */waypoints[215] = spawnstruct(); -/* 3:01 */waypoints[215].origin = (983.439, -2815.73, 125.453); -/* 3:01 */waypoints[215].type = "stand"; -/* 3:01 */waypoints[215].children[0] = 78; -/* 3:01 */waypoints[215].children[1] = 77; -/* 3:01 */waypoints[215].children[2] = 76; -/* 3:01 */waypoints[216] = spawnstruct(); -/* 3:01 */waypoints[216].origin = (1473.23, -2727.91, 148.572); -/* 3:01 */waypoints[216].type = "claymore"; -/* 3:01 */waypoints[216].children[0] = 75; -/* 3:01 */waypoints[216].children[1] = 36; -/* 3:01 */waypoints[216].angles = (6.08643, 128.32, 0); -/* 3:01 */waypoints[217] = spawnstruct(); -/* 3:01 */waypoints[217].origin = (-767.538, -1197.12, 100.135); -/* 3:01 */waypoints[217].type = "grenade"; -/* 3:01 */waypoints[217].children[0] = 185; -/* 3:01 */waypoints[217].children[1] = 82; -/* 3:01 */waypoints[217].angles = (-9.33838, 62.5722, -0.065918); -/* 3:01 */waypoints[218] = spawnstruct(); -/* 3:01 */waypoints[218].origin = (57.7928, 1229.28, 40.1332); -/* 3:01 */waypoints[218].type = "stand"; -/* 3:01 */waypoints[218].children[0] = 129; -/* 3:01 */waypoints[218].children[1] = 138; -/* 3:01 */waypoints[218].children[2] = 135; -/* 3:01 */waypoints[219] = spawnstruct(); -/* 3:01 */waypoints[219].origin = (908.916, -452.326, 132.66); -/* 3:01 */waypoints[219].type = "crouch"; -/* 3:01 */waypoints[219].children[0] = 20; -/* 3:01 */waypoints[219].children[1] = 189; -/* 3:01 */waypoints[219].children[2] = 19; -/* 3:01 */waypoints[220] = spawnstruct(); -/* 3:01 */waypoints[220].origin = (838.367, 620.908, 61.0006); -/* 3:01 */waypoints[220].type = "stand"; -/* 3:01 */waypoints[220].children[0] = 221; -/* 3:01 */waypoints[220].children[1] = 8; -/* 3:01 */waypoints[220].children[2] = 16; -/* 3:01 */waypoints[220].children[3] = 15; -/* 3:01 */waypoints[221] = spawnstruct(); -/* 3:01 */waypoints[221].origin = (942.478, 543.121, 67.4118); -/* 3:01 */waypoints[221].type = "stand"; -/* 3:01 */waypoints[221].children[0] = 220; -/* 3:01 */waypoints[221].children[1] = 186; -/* 3:01 */waypoints[221].children[2] = 9; -/* 3:01 */waypoints[221].children[3] = 16; -/* 3:01 */waypoints[222] = spawnstruct(); -/* 3:01 */waypoints[222].origin = (143.67, -351.479, 82.3899); -/* 3:01 */waypoints[222].type = "crouch"; -/* 3:01 */waypoints[222].children[0] = 143; -/* 3:01 */waypoints[222].angles = (-6.52039, -37.0654, 0); -/* 3:01 */waypoints[223] = spawnstruct(); -/* 3:01 */waypoints[223].origin = (730.809, -3332.73, 155.385); -/* 3:01 */waypoints[223].type = "stand"; -/* 3:01 */waypoints[223].children[0] = 72; -/* 3:01 */waypoints[223].children[1] = 224; -/* 3:01 */waypoints[223].children[2] = 73; -/* 3:01 */waypoints[224] = spawnstruct(); -/* 3:01 */waypoints[224].origin = (1085.13, -3384.24, 149.299); -/* 3:01 */waypoints[224].type = "stand"; -/* 3:01 */waypoints[224].children[0] = 223; -/* 3:01 */waypoints[224].children[1] = 73; -/* 3:01 */waypoints[225] = spawnstruct(); -/* 3:01 */waypoints[225].origin = (2188.87, -1577.69, 110.957); -/* 3:01 */waypoints[225].type = "tube"; -/* 3:01 */waypoints[225].children[0] = 33; -/* 3:01 */waypoints[225].angles = (-5.3064, 100.093, 0.379028); -/* 3:01 */return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/liberation.gsc b/raw/maps/mp/bots/waypoints/liberation.gsc deleted file mode 100644 index 70ffbb4..0000000 --- a/raw/maps/mp/bots/waypoints/liberation.gsc +++ /dev/null @@ -1,2503 +0,0 @@ -Liberation() -{ -/* 15:16 */waypoints = []; -/* 15:16 */waypoints[0] = spawnstruct(); -/* 15:16 */waypoints[0].origin = (-2338.66, -1211.54, 213.527); -/* 15:16 */waypoints[0].type = "stand"; -/* 15:16 */waypoints[0].children[0] = 1; -/* 15:16 */waypoints[0].children[1] = 15; -/* 15:16 */waypoints[0].children[2] = 226; -/* 15:16 */waypoints[0].children[3] = 356; -/* 15:16 */waypoints[1] = spawnstruct(); -/* 15:16 */waypoints[1].origin = (-2167.27, -1480.73, 222.301); -/* 15:16 */waypoints[1].type = "stand"; -/* 15:16 */waypoints[1].children[0] = 0; -/* 15:16 */waypoints[1].children[1] = 2; -/* 15:16 */waypoints[1].children[2] = 217; -/* 15:16 */waypoints[2] = spawnstruct(); -/* 15:16 */waypoints[2].origin = (-1951.25, -1601.87, 224.125); -/* 15:16 */waypoints[2].type = "stand"; -/* 15:16 */waypoints[2].children[0] = 1; -/* 15:16 */waypoints[2].children[1] = 3; -/* 15:16 */waypoints[3] = spawnstruct(); -/* 15:16 */waypoints[3].origin = (-1822.5, -1760.86, 224.125); -/* 15:16 */waypoints[3].type = "stand"; -/* 15:16 */waypoints[3].children[0] = 2; -/* 15:16 */waypoints[3].children[1] = 4; -/* 15:16 */waypoints[3].children[2] = 139; -/* 15:16 */waypoints[3].children[3] = 216; -/* 15:16 */waypoints[3].children[4] = 335; -/* 15:16 */waypoints[4] = spawnstruct(); -/* 15:16 */waypoints[4].origin = (-1958, -1926.37, 224.125); -/* 15:16 */waypoints[4].type = "stand"; -/* 15:16 */waypoints[4].children[0] = 3; -/* 15:16 */waypoints[4].children[1] = 5; -/* 15:16 */waypoints[5] = spawnstruct(); -/* 15:16 */waypoints[5].origin = (-1733.55, -2000.41, 224.125); -/* 15:16 */waypoints[5].type = "stand"; -/* 15:16 */waypoints[5].children[0] = 4; -/* 15:16 */waypoints[5].children[1] = 6; -/* 15:16 */waypoints[5].children[2] = 139; -/* 15:16 */waypoints[6] = spawnstruct(); -/* 15:16 */waypoints[6].origin = (-1458.93, -2033.98, 224.125); -/* 15:16 */waypoints[6].type = "stand"; -/* 15:16 */waypoints[6].children[0] = 5; -/* 15:16 */waypoints[6].children[1] = 7; -/* 15:16 */waypoints[6].children[2] = 74; -/* 15:16 */waypoints[6].children[3] = 8; -/* 15:16 */waypoints[7] = spawnstruct(); -/* 15:16 */waypoints[7].origin = (-1290.79, -1832.57, 224.125); -/* 15:16 */waypoints[7].type = "stand"; -/* 15:16 */waypoints[7].children[0] = 6; -/* 15:16 */waypoints[7].children[1] = 8; -/* 15:16 */waypoints[7].children[2] = 73; -/* 15:16 */waypoints[8] = spawnstruct(); -/* 15:16 */waypoints[8].origin = (-1493.15, -1768.51, 224.125); -/* 15:16 */waypoints[8].type = "stand"; -/* 15:16 */waypoints[8].children[0] = 7; -/* 15:16 */waypoints[8].children[1] = 9; -/* 15:16 */waypoints[8].children[2] = 82; -/* 15:16 */waypoints[8].children[3] = 6; -/* 15:16 */waypoints[8].children[4] = 139; -/* 15:16 */waypoints[9] = spawnstruct(); -/* 15:16 */waypoints[9].origin = (-1526, -1569.94, 197.384); -/* 15:16 */waypoints[9].type = "stand"; -/* 15:16 */waypoints[9].children[0] = 8; -/* 15:16 */waypoints[9].children[1] = 10; -/* 15:16 */waypoints[9].children[2] = 16; -/* 15:16 */waypoints[9].children[3] = 284; -/* 15:16 */waypoints[9].children[4] = 12; -/* 15:16 */waypoints[10] = spawnstruct(); -/* 15:16 */waypoints[10].origin = (-1427.04, -1428.06, 183.556); -/* 15:16 */waypoints[10].type = "stand"; -/* 15:16 */waypoints[10].children[0] = 9; -/* 15:16 */waypoints[10].children[1] = 11; -/* 15:16 */waypoints[10].children[2] = 17; -/* 15:16 */waypoints[10].children[3] = 284; -/* 15:16 */waypoints[10].children[4] = 285; -/* 15:16 */waypoints[10].children[5] = 287; -/* 15:16 */waypoints[11] = spawnstruct(); -/* 15:16 */waypoints[11].origin = (-1281.48, -1187.13, 161.122); -/* 15:16 */waypoints[11].type = "stand"; -/* 15:16 */waypoints[11].children[0] = 10; -/* 15:16 */waypoints[11].children[1] = 12; -/* 15:16 */waypoints[11].children[2] = 17; -/* 15:16 */waypoints[11].children[3] = 18; -/* 15:16 */waypoints[11].children[4] = 248; -/* 15:16 */waypoints[11].children[5] = 21; -/* 15:16 */waypoints[11].children[6] = 287; -/* 15:16 */waypoints[11].children[7] = 222; -/* 15:16 */waypoints[11].children[8] = 20; -/* 15:16 */waypoints[12] = spawnstruct(); -/* 15:16 */waypoints[12].origin = (-1545.96, -1137.44, 181.838); -/* 15:16 */waypoints[12].type = "stand"; -/* 15:16 */waypoints[12].children[0] = 11; -/* 15:16 */waypoints[12].children[1] = 13; -/* 15:16 */waypoints[12].children[2] = 287; -/* 15:16 */waypoints[12].children[3] = 17; -/* 15:16 */waypoints[12].children[4] = 226; -/* 15:16 */waypoints[12].children[5] = 9; -/* 15:16 */waypoints[13] = spawnstruct(); -/* 15:16 */waypoints[13].origin = (-1837.15, -1043.69, 237.506); -/* 15:16 */waypoints[13].type = "stand"; -/* 15:16 */waypoints[13].children[0] = 12; -/* 15:16 */waypoints[13].children[1] = 14; -/* 15:16 */waypoints[13].children[2] = 222; -/* 15:16 */waypoints[13].children[3] = 226; -/* 15:16 */waypoints[13].children[4] = 17; -/* 15:16 */waypoints[14] = spawnstruct(); -/* 15:16 */waypoints[14].origin = (-1976.62, -1138.36, 260.977); -/* 15:16 */waypoints[14].type = "stand"; -/* 15:16 */waypoints[14].children[0] = 13; -/* 15:16 */waypoints[14].children[1] = 15; -/* 15:16 */waypoints[14].children[2] = 16; -/* 15:16 */waypoints[15] = spawnstruct(); -/* 15:16 */waypoints[15].origin = (-2155.66, -1194.43, 238.063); -/* 15:16 */waypoints[15].type = "stand"; -/* 15:16 */waypoints[15].children[0] = 14; -/* 15:16 */waypoints[15].children[1] = 0; -/* 15:16 */waypoints[15].children[2] = 16; -/* 15:16 */waypoints[15].children[3] = 356; -/* 15:16 */waypoints[16] = spawnstruct(); -/* 15:16 */waypoints[16].origin = (-1895.92, -1337.11, 243.232); -/* 15:16 */waypoints[16].type = "stand"; -/* 15:16 */waypoints[16].children[0] = 14; -/* 15:16 */waypoints[16].children[1] = 17; -/* 15:16 */waypoints[16].children[2] = 9; -/* 15:16 */waypoints[16].children[3] = 15; -/* 15:16 */waypoints[17] = spawnstruct(); -/* 15:16 */waypoints[17].origin = (-1656.37, -1302.82, 219.005); -/* 15:16 */waypoints[17].type = "stand"; -/* 15:16 */waypoints[17].children[0] = 16; -/* 15:16 */waypoints[17].children[1] = 10; -/* 15:16 */waypoints[17].children[2] = 11; -/* 15:16 */waypoints[17].children[3] = 216; -/* 15:16 */waypoints[17].children[4] = 287; -/* 15:16 */waypoints[17].children[5] = 13; -/* 15:16 */waypoints[17].children[6] = 12; -/* 15:16 */waypoints[18] = spawnstruct(); -/* 15:16 */waypoints[18].origin = (-1099.49, -1438.89, 233.985); -/* 15:16 */waypoints[18].type = "crouch"; -/* 15:16 */waypoints[18].children[0] = 11; -/* 15:16 */waypoints[18].children[1] = 19; -/* 15:16 */waypoints[18].children[2] = 286; -/* 15:16 */waypoints[18].children[3] = 287; -/* 15:16 */waypoints[18].children[4] = 289; -/* 15:16 */waypoints[19] = spawnstruct(); -/* 15:16 */waypoints[19].origin = (-1011.96, -1129.25, 208.434); -/* 15:16 */waypoints[19].type = "stand"; -/* 15:16 */waypoints[19].children[0] = 18; -/* 15:16 */waypoints[19].children[1] = 20; -/* 15:16 */waypoints[19].children[2] = 86; -/* 15:16 */waypoints[19].children[3] = 289; -/* 15:16 */waypoints[20] = spawnstruct(); -/* 15:16 */waypoints[20].origin = (-1293.21, -918.755, 144.472); -/* 15:16 */waypoints[20].type = "stand"; -/* 15:16 */waypoints[20].children[0] = 19; -/* 15:16 */waypoints[20].children[1] = 219; -/* 15:16 */waypoints[20].children[2] = 221; -/* 15:16 */waypoints[20].children[3] = 248; -/* 15:16 */waypoints[20].children[4] = 140; -/* 15:16 */waypoints[20].children[5] = 141; -/* 15:16 */waypoints[20].children[6] = 11; -/* 15:16 */waypoints[20].children[7] = 223; -/* 15:16 */waypoints[20].children[8] = 86; -/* 15:16 */waypoints[21] = spawnstruct(); -/* 15:16 */waypoints[21].origin = (-1128.12, -671.757, 144.125); -/* 15:16 */waypoints[21].type = "stand"; -/* 15:16 */waypoints[21].children[0] = 22; -/* 15:16 */waypoints[21].children[1] = 140; -/* 15:16 */waypoints[21].children[2] = 11; -/* 15:16 */waypoints[22] = spawnstruct(); -/* 15:16 */waypoints[22].origin = (-1455.79, -536.651, 153.781); -/* 15:16 */waypoints[22].type = "stand"; -/* 15:16 */waypoints[22].children[0] = 21; -/* 15:16 */waypoints[22].children[1] = 23; -/* 15:16 */waypoints[22].children[2] = 221; -/* 15:16 */waypoints[22].children[3] = 182; -/* 15:16 */waypoints[22].children[4] = 180; -/* 15:16 */waypoints[22].children[5] = 140; -/* 15:16 */waypoints[22].children[6] = 141; -/* 15:16 */waypoints[23] = spawnstruct(); -/* 15:16 */waypoints[23].origin = (-1637.19, -178.778, 144.786); -/* 15:16 */waypoints[23].type = "stand"; -/* 15:16 */waypoints[23].children[0] = 22; -/* 15:16 */waypoints[23].children[1] = 24; -/* 15:16 */waypoints[23].children[2] = 180; -/* 15:16 */waypoints[23].children[3] = 182; -/* 15:16 */waypoints[23].children[4] = 218; -/* 15:16 */waypoints[23].children[5] = 331; -/* 15:16 */waypoints[24] = spawnstruct(); -/* 15:16 */waypoints[24].origin = (-1445.42, 207.315, 144.125); -/* 15:16 */waypoints[24].type = "stand"; -/* 15:16 */waypoints[24].children[0] = 23; -/* 15:16 */waypoints[24].children[1] = 25; -/* 15:16 */waypoints[24].children[2] = 182; -/* 15:16 */waypoints[25] = spawnstruct(); -/* 15:16 */waypoints[25].origin = (-1077.42, 238.031, 144.125); -/* 15:16 */waypoints[25].type = "stand"; -/* 15:16 */waypoints[25].children[0] = 24; -/* 15:16 */waypoints[25].children[1] = 26; -/* 15:16 */waypoints[25].children[2] = 183; -/* 15:16 */waypoints[25].children[3] = 208; -/* 15:16 */waypoints[25].children[4] = 348; -/* 15:16 */waypoints[25].children[5] = 209; -/* 15:16 */waypoints[26] = spawnstruct(); -/* 15:16 */waypoints[26].origin = (-691.808, -126.306, 144.125); -/* 15:16 */waypoints[26].type = "stand"; -/* 15:16 */waypoints[26].children[0] = 25; -/* 15:16 */waypoints[26].children[1] = 27; -/* 15:16 */waypoints[26].children[2] = 142; -/* 15:16 */waypoints[26].children[3] = 208; -/* 15:16 */waypoints[26].children[4] = 183; -/* 15:16 */waypoints[26].children[5] = 141; -/* 15:16 */waypoints[26].children[6] = 140; -/* 15:16 */waypoints[26].children[7] = 143; -/* 15:16 */waypoints[27] = spawnstruct(); -/* 15:16 */waypoints[27].origin = (-284.146, -281.997, 195.245); -/* 15:16 */waypoints[27].type = "stand"; -/* 15:16 */waypoints[27].children[0] = 26; -/* 15:16 */waypoints[27].children[1] = 89; -/* 15:16 */waypoints[27].children[2] = 92; -/* 15:16 */waypoints[27].children[3] = 143; -/* 15:16 */waypoints[27].children[4] = 292; -/* 15:16 */waypoints[27].children[5] = 295; -/* 15:16 */waypoints[28] = spawnstruct(); -/* 15:16 */waypoints[28].origin = (507.009, -820.24, 216.125); -/* 15:16 */waypoints[28].type = "stand"; -/* 15:16 */waypoints[28].children[0] = 29; -/* 15:16 */waypoints[28].children[1] = 30; -/* 15:16 */waypoints[28].children[2] = 225; -/* 15:16 */waypoints[28].children[3] = 120; -/* 15:16 */waypoints[29] = spawnstruct(); -/* 15:16 */waypoints[29].origin = (735.453, -918.707, 193.43); -/* 15:16 */waypoints[29].type = "stand"; -/* 15:16 */waypoints[29].children[0] = 28; -/* 15:16 */waypoints[29].children[1] = 30; -/* 15:16 */waypoints[29].children[2] = 315; -/* 15:16 */waypoints[29].children[3] = 121; -/* 15:16 */waypoints[29].children[4] = 119; -/* 15:16 */waypoints[30] = spawnstruct(); -/* 15:16 */waypoints[30].origin = (922.066, -778.848, 175.183); -/* 15:16 */waypoints[30].type = "stand"; -/* 15:16 */waypoints[30].children[0] = 29; -/* 15:16 */waypoints[30].children[1] = 31; -/* 15:16 */waypoints[30].children[2] = 93; -/* 15:16 */waypoints[30].children[3] = 28; -/* 15:16 */waypoints[30].children[4] = 315; -/* 15:16 */waypoints[30].children[5] = 119; -/* 15:16 */waypoints[30].children[6] = 123; -/* 15:16 */waypoints[30].children[7] = 237; -/* 15:16 */waypoints[31] = spawnstruct(); -/* 15:16 */waypoints[31].origin = (973.204, -470.859, 165.445); -/* 15:16 */waypoints[31].type = "stand"; -/* 15:16 */waypoints[31].children[0] = 30; -/* 15:16 */waypoints[31].children[1] = 32; -/* 15:16 */waypoints[31].children[2] = 237; -/* 15:16 */waypoints[32] = spawnstruct(); -/* 15:16 */waypoints[32].origin = (1004.75, -126.603, 146.949); -/* 15:16 */waypoints[32].type = "stand"; -/* 15:16 */waypoints[32].children[0] = 31; -/* 15:16 */waypoints[32].children[1] = 33; -/* 15:16 */waypoints[32].children[2] = 237; -/* 15:16 */waypoints[33] = spawnstruct(); -/* 15:16 */waypoints[33].origin = (1111.9, 79.6295, 124.359); -/* 15:16 */waypoints[33].type = "stand"; -/* 15:16 */waypoints[33].children[0] = 32; -/* 15:16 */waypoints[33].children[1] = 34; -/* 15:16 */waypoints[33].children[2] = 94; -/* 15:16 */waypoints[33].children[3] = 95; -/* 15:16 */waypoints[34] = spawnstruct(); -/* 15:16 */waypoints[34].origin = (1012.26, 291.601, 137.636); -/* 15:16 */waypoints[34].type = "stand"; -/* 15:16 */waypoints[34].children[0] = 33; -/* 15:16 */waypoints[34].children[1] = 35; -/* 15:16 */waypoints[34].children[2] = 238; -/* 15:16 */waypoints[34].children[3] = 94; -/* 15:16 */waypoints[35] = spawnstruct(); -/* 15:16 */waypoints[35].origin = (956.015, 615.787, 135.17); -/* 15:16 */waypoints[35].type = "stand"; -/* 15:16 */waypoints[35].children[0] = 34; -/* 15:16 */waypoints[35].children[1] = 36; -/* 15:16 */waypoints[35].children[2] = 238; -/* 15:16 */waypoints[35].children[3] = 151; -/* 15:16 */waypoints[36] = spawnstruct(); -/* 15:16 */waypoints[36].origin = (1075.6, 779.395, 145.082); -/* 15:16 */waypoints[36].type = "stand"; -/* 15:16 */waypoints[36].children[0] = 35; -/* 15:16 */waypoints[36].children[1] = 37; -/* 15:16 */waypoints[36].children[2] = 151; -/* 15:16 */waypoints[37] = spawnstruct(); -/* 15:16 */waypoints[37].origin = (1338.35, 814.613, 131.981); -/* 15:16 */waypoints[37].type = "stand"; -/* 15:16 */waypoints[37].children[0] = 36; -/* 15:16 */waypoints[37].children[1] = 38; -/* 15:16 */waypoints[37].children[2] = 150; -/* 15:16 */waypoints[37].children[3] = 149; -/* 15:16 */waypoints[38] = spawnstruct(); -/* 15:16 */waypoints[38].origin = (1474.88, 956.619, 166.423); -/* 15:16 */waypoints[38].type = "stand"; -/* 15:16 */waypoints[38].children[0] = 37; -/* 15:16 */waypoints[38].children[1] = 150; -/* 15:16 */waypoints[38].children[2] = 350; -/* 15:16 */waypoints[38].children[3] = 351; -/* 15:16 */waypoints[39] = spawnstruct(); -/* 15:16 */waypoints[39].origin = (1888.97, 1073.09, 211.635); -/* 15:16 */waypoints[39].type = "stand"; -/* 15:16 */waypoints[39].children[0] = 40; -/* 15:16 */waypoints[39].children[1] = 321; -/* 15:16 */waypoints[39].children[2] = 350; -/* 15:16 */waypoints[40] = spawnstruct(); -/* 15:16 */waypoints[40].origin = (1995.3, 856.913, 204.065); -/* 15:16 */waypoints[40].type = "stand"; -/* 15:16 */waypoints[40].children[0] = 39; -/* 15:16 */waypoints[40].children[1] = 41; -/* 15:16 */waypoints[40].children[2] = 146; -/* 15:16 */waypoints[40].children[3] = 340; -/* 15:16 */waypoints[40].children[4] = 352; -/* 15:16 */waypoints[41] = spawnstruct(); -/* 15:16 */waypoints[41].origin = (2193.73, 440.55, 164.365); -/* 15:16 */waypoints[41].type = "stand"; -/* 15:16 */waypoints[41].children[0] = 40; -/* 15:16 */waypoints[41].children[1] = 42; -/* 15:16 */waypoints[41].children[2] = 146; -/* 15:16 */waypoints[41].children[3] = 340; -/* 15:16 */waypoints[41].children[4] = 352; -/* 15:16 */waypoints[41].children[5] = 145; -/* 15:16 */waypoints[42] = spawnstruct(); -/* 15:16 */waypoints[42].origin = (2496.96, 423.703, 153.076); -/* 15:16 */waypoints[42].type = "stand"; -/* 15:16 */waypoints[42].children[0] = 41; -/* 15:16 */waypoints[42].children[1] = 43; -/* 15:16 */waypoints[42].children[2] = 147; -/* 15:16 */waypoints[42].children[3] = 146; -/* 15:16 */waypoints[42].children[4] = 340; -/* 15:16 */waypoints[43] = spawnstruct(); -/* 15:16 */waypoints[43].origin = (2923.94, 275.075, 198.918); -/* 15:16 */waypoints[43].type = "stand"; -/* 15:16 */waypoints[43].children[0] = 42; -/* 15:16 */waypoints[43].children[1] = 339; -/* 15:16 */waypoints[43].children[2] = 322; -/* 15:16 */waypoints[44] = spawnstruct(); -/* 15:16 */waypoints[44].origin = (3360.59, -425.572, 203.395); -/* 15:16 */waypoints[44].type = "stand"; -/* 15:16 */waypoints[44].children[0] = 45; -/* 15:16 */waypoints[44].children[1] = 46; -/* 15:16 */waypoints[44].children[2] = 323; -/* 15:16 */waypoints[44].children[3] = 339; -/* 15:16 */waypoints[45] = spawnstruct(); -/* 15:16 */waypoints[45].origin = (3441.99, -696.094, 209.447); -/* 15:16 */waypoints[45].type = "stand"; -/* 15:16 */waypoints[45].children[0] = 44; -/* 15:16 */waypoints[45].children[1] = 46; -/* 15:16 */waypoints[45].children[2] = 47; -/* 15:16 */waypoints[45].children[3] = 339; -/* 15:16 */waypoints[46] = spawnstruct(); -/* 15:16 */waypoints[46].origin = (3225.84, -810.192, 201.125); -/* 15:16 */waypoints[46].type = "stand"; -/* 15:16 */waypoints[46].children[0] = 45; -/* 15:16 */waypoints[46].children[1] = 44; -/* 15:16 */waypoints[46].children[2] = 103; -/* 15:16 */waypoints[46].children[3] = 47; -/* 15:16 */waypoints[47] = spawnstruct(); -/* 15:16 */waypoints[47].origin = (3150.29, -1060.06, 195.863); -/* 15:16 */waypoints[47].type = "stand"; -/* 15:16 */waypoints[47].children[0] = 46; -/* 15:16 */waypoints[47].children[1] = 104; -/* 15:16 */waypoints[47].children[2] = 241; -/* 15:16 */waypoints[47].children[3] = 45; -/* 15:16 */waypoints[47].children[4] = 357; -/* 15:16 */waypoints[48] = spawnstruct(); -/* 15:16 */waypoints[48].origin = (2684.99, -1266.79, 194.434); -/* 15:16 */waypoints[48].type = "stand"; -/* 15:16 */waypoints[48].children[0] = 49; -/* 15:16 */waypoints[48].children[1] = 130; -/* 15:16 */waypoints[48].children[2] = 241; -/* 15:16 */waypoints[48].children[3] = 103; -/* 15:16 */waypoints[49] = spawnstruct(); -/* 15:16 */waypoints[49].origin = (2800.5, -1577.7, 195.066); -/* 15:16 */waypoints[49].type = "stand"; -/* 15:16 */waypoints[49].children[0] = 48; -/* 15:16 */waypoints[49].children[1] = 51; -/* 15:16 */waypoints[49].children[2] = 50; -/* 15:16 */waypoints[49].children[3] = 308; -/* 15:16 */waypoints[49].children[4] = 127; -/* 15:16 */waypoints[49].children[5] = 131; -/* 15:16 */waypoints[50] = spawnstruct(); -/* 15:16 */waypoints[50].origin = (2988.14, -2038.13, 194.81); -/* 15:16 */waypoints[50].type = "stand"; -/* 15:16 */waypoints[50].children[0] = 49; -/* 15:16 */waypoints[50].children[1] = 358; -/* 15:16 */waypoints[51] = spawnstruct(); -/* 15:16 */waypoints[51].origin = (2391.54, -1589.7, 201.125); -/* 15:16 */waypoints[51].type = "stand"; -/* 15:16 */waypoints[51].children[0] = 131; -/* 15:16 */waypoints[51].children[1] = 130; -/* 15:16 */waypoints[51].children[2] = 49; -/* 15:16 */waypoints[51].children[3] = 326; -/* 15:16 */waypoints[51].children[4] = 129; -/* 15:16 */waypoints[52] = spawnstruct(); -/* 15:16 */waypoints[52].origin = (2294.41, -2419.11, 266.729); -/* 15:16 */waypoints[52].type = "stand"; -/* 15:16 */waypoints[52].children[0] = 53; -/* 15:16 */waypoints[52].children[1] = 308; -/* 15:16 */waypoints[52].children[2] = 326; -/* 15:16 */waypoints[53] = spawnstruct(); -/* 15:16 */waypoints[53].origin = (2043.15, -2617.12, 270.586); -/* 15:16 */waypoints[53].type = "stand"; -/* 15:16 */waypoints[53].children[0] = 52; -/* 15:16 */waypoints[53].children[1] = 54; -/* 15:16 */waypoints[53].children[2] = 272; -/* 15:16 */waypoints[54] = spawnstruct(); -/* 15:16 */waypoints[54].origin = (1818.41, -3005.96, 270.993); -/* 15:16 */waypoints[54].type = "stand"; -/* 15:16 */waypoints[54].children[0] = 53; -/* 15:16 */waypoints[54].children[1] = 56; -/* 15:16 */waypoints[54].children[2] = 134; -/* 15:16 */waypoints[54].children[3] = 271; -/* 15:16 */waypoints[54].children[4] = 55; -/* 15:16 */waypoints[55] = spawnstruct(); -/* 15:16 */waypoints[55].origin = (1949.15, -3118.58, 272.022); -/* 15:16 */waypoints[55].type = "crouch"; -/* 15:16 */waypoints[55].children[0] = 54; -/* 15:16 */waypoints[56] = spawnstruct(); -/* 15:16 */waypoints[56].origin = (1578.93, -3042.26, 241.318); -/* 15:16 */waypoints[56].type = "stand"; -/* 15:16 */waypoints[56].children[0] = 54; -/* 15:16 */waypoints[56].children[1] = 57; -/* 15:16 */waypoints[56].children[2] = 134; -/* 15:16 */waypoints[56].children[3] = 277; -/* 15:16 */waypoints[56].children[4] = 333; -/* 15:16 */waypoints[57] = spawnstruct(); -/* 15:16 */waypoints[57].origin = (1154.28, -3111.65, 115.351); -/* 15:16 */waypoints[57].type = "stand"; -/* 15:16 */waypoints[57].children[0] = 56; -/* 15:16 */waypoints[57].children[1] = 228; -/* 15:16 */waypoints[57].children[2] = 229; -/* 15:16 */waypoints[57].children[3] = 275; -/* 15:16 */waypoints[57].children[4] = 276; -/* 15:16 */waypoints[57].children[5] = 273; -/* 15:16 */waypoints[58] = spawnstruct(); -/* 15:16 */waypoints[58].origin = (735.633, -2533.02, 121.583); -/* 15:16 */waypoints[58].type = "stand"; -/* 15:16 */waypoints[58].children[0] = 230; -/* 15:16 */waypoints[58].children[1] = 273; -/* 15:16 */waypoints[58].children[2] = 276; -/* 15:16 */waypoints[58].children[3] = 277; -/* 15:16 */waypoints[58].children[4] = 59; -/* 15:16 */waypoints[59] = spawnstruct(); -/* 15:16 */waypoints[59].origin = (530.148, -2285.69, 130.025); -/* 15:16 */waypoints[59].type = "stand"; -/* 15:16 */waypoints[59].children[0] = 60; -/* 15:16 */waypoints[59].children[1] = 137; -/* 15:16 */waypoints[59].children[2] = 278; -/* 15:16 */waypoints[59].children[3] = 58; -/* 15:16 */waypoints[60] = spawnstruct(); -/* 15:16 */waypoints[60].origin = (718.904, -2010.56, 195.618); -/* 15:16 */waypoints[60].type = "stand"; -/* 15:16 */waypoints[60].children[0] = 59; -/* 15:16 */waypoints[60].children[1] = 61; -/* 15:16 */waypoints[60].children[2] = 278; -/* 15:16 */waypoints[60].children[3] = 137; -/* 15:16 */waypoints[60].children[4] = 136; -/* 15:16 */waypoints[61] = spawnstruct(); -/* 15:16 */waypoints[61].origin = (833.849, -1774.96, 187.829); -/* 15:16 */waypoints[61].type = "stand"; -/* 15:16 */waypoints[61].children[0] = 60; -/* 15:16 */waypoints[61].children[1] = 244; -/* 15:16 */waypoints[61].children[2] = 121; -/* 15:16 */waypoints[61].children[3] = 136; -/* 15:16 */waypoints[61].children[4] = 304; -/* 15:16 */waypoints[61].children[5] = 305; -/* 15:16 */waypoints[61].children[6] = 231; -/* 15:16 */waypoints[62] = spawnstruct(); -/* 15:16 */waypoints[62].origin = (755.703, -2326.56, 224.125); -/* 15:16 */waypoints[62].type = "stand"; -/* 15:16 */waypoints[62].children[0] = 136; -/* 15:16 */waypoints[62].children[1] = 362; -/* 15:16 */waypoints[63] = spawnstruct(); -/* 15:16 */waypoints[63].origin = (74.5132, -2582.44, 224.125); -/* 15:16 */waypoints[63].type = "stand"; -/* 15:16 */waypoints[63].children[0] = 281; -/* 15:16 */waypoints[63].children[1] = 361; -/* 15:16 */waypoints[63].children[2] = 362; -/* 15:16 */waypoints[64] = spawnstruct(); -/* 15:16 */waypoints[64].origin = (307.082, -2708.15, 224.125); -/* 15:16 */waypoints[64].type = "crouch"; -/* 15:16 */waypoints[64].children[0] = 362; -/* 15:16 */waypoints[65] = spawnstruct(); -/* 15:16 */waypoints[65].origin = (-116.84, -2730.36, 208.125); -/* 15:16 */waypoints[65].type = "stand"; -/* 15:16 */waypoints[65].children[0] = 66; -/* 15:16 */waypoints[65].children[1] = 68; -/* 15:16 */waypoints[65].children[2] = 361; -/* 15:16 */waypoints[66] = spawnstruct(); -/* 15:16 */waypoints[66].origin = (166.088, -2889.86, 208.125); -/* 15:16 */waypoints[66].type = "stand"; -/* 15:16 */waypoints[66].children[0] = 65; -/* 15:16 */waypoints[66].children[1] = 67; -/* 15:16 */waypoints[66].children[2] = 227; -/* 15:16 */waypoints[67] = spawnstruct(); -/* 15:16 */waypoints[67].origin = (473.223, -2962.68, 203.291); -/* 15:16 */waypoints[67].type = "stand"; -/* 15:16 */waypoints[67].children[0] = 66; -/* 15:16 */waypoints[67].children[1] = 273; -/* 15:16 */waypoints[67].children[2] = 274; -/* 15:16 */waypoints[67].children[3] = 275; -/* 15:16 */waypoints[68] = spawnstruct(); -/* 15:16 */waypoints[68].origin = (-314.5, -2661.38, 208.125); -/* 15:16 */waypoints[68].type = "stand"; -/* 15:16 */waypoints[68].children[0] = 65; -/* 15:16 */waypoints[68].children[1] = 69; -/* 15:16 */waypoints[69] = spawnstruct(); -/* 15:16 */waypoints[69].origin = (-538.559, -2576.76, 208.125); -/* 15:16 */waypoints[69].type = "stand"; -/* 15:16 */waypoints[69].children[0] = 68; -/* 15:16 */waypoints[69].children[1] = 353; -/* 15:16 */waypoints[69].children[2] = 354; -/* 15:16 */waypoints[69].children[3] = 355; -/* 15:16 */waypoints[70] = spawnstruct(); -/* 15:16 */waypoints[70].origin = (-925.659, -2273.9, 224.125); -/* 15:16 */waypoints[70].type = "stand"; -/* 15:16 */waypoints[70].children[0] = 76; -/* 15:16 */waypoints[70].children[1] = 282; -/* 15:16 */waypoints[70].children[2] = 283; -/* 15:16 */waypoints[70].children[3] = 77; -/* 15:16 */waypoints[70].children[4] = 355; -/* 15:16 */waypoints[71] = spawnstruct(); -/* 15:16 */waypoints[71].origin = (-1147.93, -2407.93, 208.125); -/* 15:16 */waypoints[71].type = "stand"; -/* 15:16 */waypoints[71].children[0] = 334; -/* 15:16 */waypoints[71].children[1] = 354; -/* 15:16 */waypoints[72] = spawnstruct(); -/* 15:16 */waypoints[72].origin = (-1110.36, -2047.19, 224.125); -/* 15:16 */waypoints[72].type = "stand"; -/* 15:16 */waypoints[72].children[0] = 73; -/* 15:16 */waypoints[72].children[1] = 334; -/* 15:16 */waypoints[72].children[2] = 77; -/* 15:16 */waypoints[73] = spawnstruct(); -/* 15:16 */waypoints[73].origin = (-1081.9, -1892.02, 224.125); -/* 15:16 */waypoints[73].type = "stand"; -/* 15:16 */waypoints[73].children[0] = 72; -/* 15:16 */waypoints[73].children[1] = 7; -/* 15:16 */waypoints[74] = spawnstruct(); -/* 15:16 */waypoints[74].origin = (-1341.85, -2017.74, 224.125); -/* 15:16 */waypoints[74].type = "crouch"; -/* 15:16 */waypoints[74].children[0] = 6; -/* 15:16 */waypoints[75] = spawnstruct(); -/* 15:16 */waypoints[75].origin = (-992.562, -1947.62, 224.271); -/* 15:16 */waypoints[75].type = "stand"; -/* 15:16 */waypoints[75].children[0] = 76; -/* 15:16 */waypoints[75].children[1] = 77; -/* 15:16 */waypoints[75].children[2] = 259; -/* 15:16 */waypoints[76] = spawnstruct(); -/* 15:16 */waypoints[76].origin = (-855.396, -2142.46, 224.125); -/* 15:16 */waypoints[76].type = "stand"; -/* 15:16 */waypoints[76].children[0] = 75; -/* 15:16 */waypoints[76].children[1] = 70; -/* 15:16 */waypoints[76].children[2] = 77; -/* 15:16 */waypoints[76].children[3] = 334; -/* 15:16 */waypoints[77] = spawnstruct(); -/* 15:16 */waypoints[77].origin = (-834.462, -1869.76, 228.321); -/* 15:16 */waypoints[77].type = "stand"; -/* 15:16 */waypoints[77].children[0] = 76; -/* 15:16 */waypoints[77].children[1] = 78; -/* 15:16 */waypoints[77].children[2] = 75; -/* 15:16 */waypoints[77].children[3] = 70; -/* 15:16 */waypoints[77].children[4] = 334; -/* 15:16 */waypoints[77].children[5] = 72; -/* 15:16 */waypoints[78] = spawnstruct(); -/* 15:16 */waypoints[78].origin = (-759.627, -1694.22, 167.757); -/* 15:16 */waypoints[78].type = "stand"; -/* 15:16 */waypoints[78].children[0] = 77; -/* 15:16 */waypoints[78].children[1] = 79; -/* 15:16 */waypoints[78].children[2] = 85; -/* 15:16 */waypoints[79] = spawnstruct(); -/* 15:16 */waypoints[79].origin = (-504.546, -1715.09, 221.695); -/* 15:16 */waypoints[79].type = "stand"; -/* 15:16 */waypoints[79].children[0] = 78; -/* 15:16 */waypoints[79].children[1] = 80; -/* 15:16 */waypoints[79].children[2] = 280; -/* 15:16 */waypoints[80] = spawnstruct(); -/* 15:16 */waypoints[80].origin = (3.22639, -1807.11, 238.16); -/* 15:16 */waypoints[80].type = "stand"; -/* 15:16 */waypoints[80].children[0] = 81; -/* 15:16 */waypoints[80].children[1] = 279; -/* 15:16 */waypoints[80].children[2] = 79; -/* 15:16 */waypoints[81] = spawnstruct(); -/* 15:16 */waypoints[81].origin = (160.911, -1880.79, 206.256); -/* 15:16 */waypoints[81].type = "stand"; -/* 15:16 */waypoints[81].children[0] = 80; -/* 15:16 */waypoints[81].children[1] = 82; -/* 15:16 */waypoints[81].children[2] = 138; -/* 15:16 */waypoints[81].children[3] = 279; -/* 15:16 */waypoints[81].children[4] = 361; -/* 15:16 */waypoints[82] = spawnstruct(); -/* 15:16 */waypoints[82].origin = (167.12, -1648.34, 139.482); -/* 15:16 */waypoints[82].type = "stand"; -/* 15:16 */waypoints[82].children[0] = 81; -/* 15:16 */waypoints[82].children[1] = 83; -/* 15:16 */waypoints[82].children[2] = 8; -/* 15:16 */waypoints[82].children[3] = 138; -/* 15:16 */waypoints[83] = spawnstruct(); -/* 15:16 */waypoints[83].origin = (5.60811, -1312.87, 92.6299); -/* 15:16 */waypoints[83].type = "stand"; -/* 15:16 */waypoints[83].children[0] = 82; -/* 15:16 */waypoints[83].children[1] = 84; -/* 15:16 */waypoints[83].children[2] = 86; -/* 15:16 */waypoints[83].children[3] = 87; -/* 15:16 */waypoints[84] = spawnstruct(); -/* 15:16 */waypoints[84].origin = (-332.063, -1323.49, 130.167); -/* 15:16 */waypoints[84].type = "stand"; -/* 15:16 */waypoints[84].children[0] = 83; -/* 15:16 */waypoints[84].children[1] = 85; -/* 15:16 */waypoints[84].children[2] = 87; -/* 15:16 */waypoints[85] = spawnstruct(); -/* 15:16 */waypoints[85].origin = (-578.413, -1325.24, 155.797); -/* 15:16 */waypoints[85].type = "stand"; -/* 15:16 */waypoints[85].children[0] = 84; -/* 15:16 */waypoints[85].children[1] = 78; -/* 15:16 */waypoints[85].children[2] = 86; -/* 15:16 */waypoints[86] = spawnstruct(); -/* 15:16 */waypoints[86].origin = (-775.621, -1120.59, 218.481); -/* 15:16 */waypoints[86].type = "stand"; -/* 15:16 */waypoints[86].children[0] = 85; -/* 15:16 */waypoints[86].children[1] = 19; -/* 15:16 */waypoints[86].children[2] = 83; -/* 15:16 */waypoints[86].children[3] = 20; -/* 15:16 */waypoints[87] = spawnstruct(); -/* 15:16 */waypoints[87].origin = (66.0656, -1021.67, 80.8285); -/* 15:16 */waypoints[87].type = "stand"; -/* 15:16 */waypoints[87].children[0] = 88; -/* 15:16 */waypoints[87].children[1] = 90; -/* 15:16 */waypoints[87].children[2] = 245; -/* 15:16 */waypoints[87].children[3] = 300; -/* 15:16 */waypoints[87].children[4] = 301; -/* 15:16 */waypoints[87].children[5] = 303; -/* 15:16 */waypoints[87].children[6] = 83; -/* 15:16 */waypoints[87].children[7] = 84; -/* 15:16 */waypoints[88] = spawnstruct(); -/* 15:16 */waypoints[88].origin = (-96.5547, -588.506, 166.055); -/* 15:16 */waypoints[88].type = "stand"; -/* 15:16 */waypoints[88].children[0] = 87; -/* 15:16 */waypoints[88].children[1] = 89; -/* 15:16 */waypoints[88].children[2] = 301; -/* 15:16 */waypoints[88].children[3] = 90; -/* 15:16 */waypoints[88].children[4] = 303; -/* 15:16 */waypoints[89] = spawnstruct(); -/* 15:16 */waypoints[89].origin = (-296.738, -434.861, 212.909); -/* 15:16 */waypoints[89].type = "stand"; -/* 15:16 */waypoints[89].children[0] = 88; -/* 15:16 */waypoints[89].children[1] = 27; -/* 15:16 */waypoints[89].children[2] = 246; -/* 15:16 */waypoints[89].children[3] = 291; -/* 15:16 */waypoints[89].children[4] = 292; -/* 15:16 */waypoints[90] = spawnstruct(); -/* 15:16 */waypoints[90].origin = (173.026, -640.662, 102.378); -/* 15:16 */waypoints[90].type = "stand"; -/* 15:16 */waypoints[90].children[0] = 87; -/* 15:16 */waypoints[90].children[1] = 91; -/* 15:16 */waypoints[90].children[2] = 201; -/* 15:16 */waypoints[90].children[3] = 245; -/* 15:16 */waypoints[90].children[4] = 303; -/* 15:16 */waypoints[90].children[5] = 88; -/* 15:16 */waypoints[91] = spawnstruct(); -/* 15:16 */waypoints[91].origin = (243.291, -322.452, 127.74); -/* 15:16 */waypoints[91].type = "stand"; -/* 15:16 */waypoints[91].children[0] = 90; -/* 15:16 */waypoints[91].children[1] = 92; -/* 15:16 */waypoints[91].children[2] = 93; -/* 15:16 */waypoints[91].children[3] = 201; -/* 15:16 */waypoints[91].children[4] = 300; -/* 15:16 */waypoints[91].children[5] = 199; -/* 15:16 */waypoints[91].children[6] = 200; -/* 15:16 */waypoints[92] = spawnstruct(); -/* 15:16 */waypoints[92].origin = (-92.7271, -129.167, 196.883); -/* 15:16 */waypoints[92].type = "stand"; -/* 15:16 */waypoints[92].children[0] = 91; -/* 15:16 */waypoints[92].children[1] = 27; -/* 15:16 */waypoints[92].children[2] = 207; -/* 15:16 */waypoints[92].children[3] = 292; -/* 15:16 */waypoints[92].children[4] = 295; -/* 15:16 */waypoints[92].children[5] = 296; -/* 15:16 */waypoints[93] = spawnstruct(); -/* 15:16 */waypoints[93].origin = (558.81, -643.684, 198.317); -/* 15:16 */waypoints[93].type = "stand"; -/* 15:16 */waypoints[93].children[0] = 91; -/* 15:16 */waypoints[93].children[1] = 30; -/* 15:16 */waypoints[94] = spawnstruct(); -/* 15:16 */waypoints[94].origin = (1357.57, 136.048, 91.3945); -/* 15:16 */waypoints[94].type = "stand"; -/* 15:16 */waypoints[94].children[0] = 33; -/* 15:16 */waypoints[94].children[1] = 95; -/* 15:16 */waypoints[94].children[2] = 149; -/* 15:16 */waypoints[94].children[3] = 238; -/* 15:16 */waypoints[94].children[4] = 316; -/* 15:16 */waypoints[94].children[5] = 34; -/* 15:16 */waypoints[95] = spawnstruct(); -/* 15:16 */waypoints[95].origin = (1520.44, 71.5864, 52.8168); -/* 15:16 */waypoints[95].type = "stand"; -/* 15:16 */waypoints[95].children[0] = 94; -/* 15:16 */waypoints[95].children[1] = 96; -/* 15:16 */waypoints[95].children[2] = 145; -/* 15:16 */waypoints[95].children[3] = 149; -/* 15:16 */waypoints[95].children[4] = 33; -/* 15:16 */waypoints[96] = spawnstruct(); -/* 15:16 */waypoints[96].origin = (1523.14, -267.733, -49.0164); -/* 15:16 */waypoints[96].type = "stand"; -/* 15:16 */waypoints[96].children[0] = 95; -/* 15:16 */waypoints[96].children[1] = 97; -/* 15:16 */waypoints[96].children[2] = 317; -/* 15:16 */waypoints[96].children[3] = 320; -/* 15:16 */waypoints[96].children[4] = 145; -/* 15:16 */waypoints[96].children[5] = 343; -/* 15:16 */waypoints[97] = spawnstruct(); -/* 15:16 */waypoints[97].origin = (1541.71, -453.143, -45.2311); -/* 15:16 */waypoints[97].type = "stand"; -/* 15:16 */waypoints[97].children[0] = 96; -/* 15:16 */waypoints[97].children[1] = 98; -/* 15:16 */waypoints[97].children[2] = 235; -/* 15:16 */waypoints[97].children[3] = 318; -/* 15:16 */waypoints[97].children[4] = 319; -/* 15:16 */waypoints[97].children[5] = 320; -/* 15:16 */waypoints[98] = spawnstruct(); -/* 15:16 */waypoints[98].origin = (1653.06, -572.361, -46.2507); -/* 15:16 */waypoints[98].type = "stand"; -/* 15:16 */waypoints[98].children[0] = 97; -/* 15:16 */waypoints[98].children[1] = 235; -/* 15:16 */waypoints[98].children[2] = 99; -/* 15:16 */waypoints[99] = spawnstruct(); -/* 15:16 */waypoints[99].origin = (2155.72, -804.501, 195.783); -/* 15:16 */waypoints[99].type = "stand"; -/* 15:16 */waypoints[99].children[0] = 100; -/* 15:16 */waypoints[99].children[1] = 239; -/* 15:16 */waypoints[99].children[2] = 324; -/* 15:16 */waypoints[99].children[3] = 98; -/* 15:16 */waypoints[100] = spawnstruct(); -/* 15:16 */waypoints[100].origin = (2338.35, -872.731, 200.125); -/* 15:16 */waypoints[100].type = "stand"; -/* 15:16 */waypoints[100].children[0] = 99; -/* 15:16 */waypoints[100].children[1] = 102; -/* 15:16 */waypoints[100].children[2] = 130; -/* 15:16 */waypoints[101] = spawnstruct(); -/* 15:16 */waypoints[101].origin = (2569.23, -719.012, 200.125); -/* 15:16 */waypoints[101].type = "crouch"; -/* 15:16 */waypoints[101].children[0] = 102; -/* 15:16 */waypoints[102] = spawnstruct(); -/* 15:16 */waypoints[102].origin = (2554.19, -942.738, 200.125); -/* 15:16 */waypoints[102].type = "stand"; -/* 15:16 */waypoints[102].children[0] = 100; -/* 15:16 */waypoints[102].children[1] = 103; -/* 15:16 */waypoints[102].children[2] = 130; -/* 15:16 */waypoints[102].children[3] = 101; -/* 15:16 */waypoints[103] = spawnstruct(); -/* 15:16 */waypoints[103].origin = (2817.71, -934.186, 201.125); -/* 15:16 */waypoints[103].type = "stand"; -/* 15:16 */waypoints[103].children[0] = 102; -/* 15:16 */waypoints[103].children[1] = 104; -/* 15:16 */waypoints[103].children[2] = 241; -/* 15:16 */waypoints[103].children[3] = 46; -/* 15:16 */waypoints[103].children[4] = 48; -/* 15:16 */waypoints[104] = spawnstruct(); -/* 15:16 */waypoints[104].origin = (2873.45, -737.617, 200.125); -/* 15:16 */waypoints[104].type = "stand"; -/* 15:16 */waypoints[104].children[0] = 103; -/* 15:16 */waypoints[104].children[1] = 47; -/* 15:16 */waypoints[104].children[2] = 106; -/* 15:16 */waypoints[105] = spawnstruct(); -/* 15:16 */waypoints[105].origin = (3122.41, -339.109, 200.125); -/* 15:16 */waypoints[105].type = "crouch"; -/* 15:16 */waypoints[105].children[0] = 106; -/* 15:16 */waypoints[106] = spawnstruct(); -/* 15:16 */waypoints[106].origin = (2907.64, -278.713, 200.125); -/* 15:16 */waypoints[106].type = "stand"; -/* 15:16 */waypoints[106].children[0] = 107; -/* 15:16 */waypoints[106].children[1] = 105; -/* 15:16 */waypoints[106].children[2] = 104; -/* 15:16 */waypoints[107] = spawnstruct(); -/* 15:16 */waypoints[107].origin = (2639.86, -149.089, 200.125); -/* 15:16 */waypoints[107].type = "stand"; -/* 15:16 */waypoints[107].children[0] = 106; -/* 15:16 */waypoints[107].children[1] = 108; -/* 15:16 */waypoints[107].children[2] = 148; -/* 15:16 */waypoints[108] = spawnstruct(); -/* 15:16 */waypoints[108].origin = (2417.87, -32.4817, 200.125); -/* 15:16 */waypoints[108].type = "stand"; -/* 15:16 */waypoints[108].children[0] = 107; -/* 15:16 */waypoints[108].children[1] = 109; -/* 15:16 */waypoints[109] = spawnstruct(); -/* 15:16 */waypoints[109].origin = (2319.92, -231.631, 200.125); -/* 15:16 */waypoints[109].type = "stand"; -/* 15:16 */waypoints[109].children[0] = 108; -/* 15:16 */waypoints[109].children[1] = 110; -/* 15:16 */waypoints[110] = spawnstruct(); -/* 15:16 */waypoints[110].origin = (2139.43, -116.834, 200.125); -/* 15:16 */waypoints[110].type = "stand"; -/* 15:16 */waypoints[110].children[0] = 109; -/* 15:16 */waypoints[110].children[1] = 111; -/* 15:16 */waypoints[110].children[2] = 147; -/* 15:16 */waypoints[111] = spawnstruct(); -/* 15:16 */waypoints[111].origin = (1874.04, -629.6, 182.869); -/* 15:16 */waypoints[111].type = "stand"; -/* 15:16 */waypoints[111].children[0] = 112; -/* 15:16 */waypoints[111].children[1] = 113; -/* 15:16 */waypoints[111].children[2] = 114; -/* 15:16 */waypoints[111].children[3] = 110; -/* 15:16 */waypoints[112] = spawnstruct(); -/* 15:16 */waypoints[112].origin = (1681.35, -965.009, 134.951); -/* 15:16 */waypoints[112].type = "stand"; -/* 15:16 */waypoints[112].children[0] = 111; -/* 15:16 */waypoints[112].children[1] = 117; -/* 15:16 */waypoints[112].children[2] = 314; -/* 15:16 */waypoints[112].children[3] = 313; -/* 15:16 */waypoints[113] = spawnstruct(); -/* 15:16 */waypoints[113].origin = (1588.93, -789.273, 121.48); -/* 15:16 */waypoints[113].type = "stand"; -/* 15:16 */waypoints[113].children[0] = 114; -/* 15:16 */waypoints[113].children[1] = 117; -/* 15:16 */waypoints[113].children[2] = 111; -/* 15:16 */waypoints[113].children[3] = 118; -/* 15:16 */waypoints[114] = spawnstruct(); -/* 15:16 */waypoints[114].origin = (1589.64, -575.217, 111.012); -/* 15:16 */waypoints[114].type = "stand"; -/* 15:16 */waypoints[114].children[0] = 113; -/* 15:16 */waypoints[114].children[1] = 115; -/* 15:16 */waypoints[114].children[2] = 111; -/* 15:16 */waypoints[115] = spawnstruct(); -/* 15:16 */waypoints[115].origin = (1381.28, -571.636, 122.196); -/* 15:16 */waypoints[115].type = "stand"; -/* 15:16 */waypoints[115].children[0] = 114; -/* 15:16 */waypoints[115].children[1] = 116; -/* 15:16 */waypoints[116] = spawnstruct(); -/* 15:16 */waypoints[116].origin = (1280.31, -745.304, 147.136); -/* 15:16 */waypoints[116].type = "stand"; -/* 15:16 */waypoints[116].children[0] = 115; -/* 15:16 */waypoints[116].children[1] = 117; -/* 15:16 */waypoints[116].children[2] = 316; -/* 15:16 */waypoints[117] = spawnstruct(); -/* 15:16 */waypoints[117].origin = (1456.36, -858.327, 152.433); -/* 15:16 */waypoints[117].type = "stand"; -/* 15:16 */waypoints[117].children[0] = 116; -/* 15:16 */waypoints[117].children[1] = 113; -/* 15:16 */waypoints[117].children[2] = 112; -/* 15:16 */waypoints[117].children[3] = 118; -/* 15:16 */waypoints[118] = spawnstruct(); -/* 15:16 */waypoints[118].origin = (1501.52, -1091.78, 151.205); -/* 15:16 */waypoints[118].type = "stand"; -/* 15:16 */waypoints[118].children[0] = 117; -/* 15:16 */waypoints[118].children[1] = 119; -/* 15:16 */waypoints[118].children[2] = 113; -/* 15:16 */waypoints[118].children[3] = 125; -/* 15:16 */waypoints[119] = spawnstruct(); -/* 15:16 */waypoints[119].origin = (1243.22, -1038.19, 162.286); -/* 15:16 */waypoints[119].type = "stand"; -/* 15:16 */waypoints[119].children[0] = 118; -/* 15:16 */waypoints[119].children[1] = 125; -/* 15:16 */waypoints[119].children[2] = 122; -/* 15:16 */waypoints[119].children[3] = 120; -/* 15:16 */waypoints[119].children[4] = 30; -/* 15:16 */waypoints[119].children[5] = 29; -/* 15:16 */waypoints[120] = spawnstruct(); -/* 15:16 */waypoints[120].origin = (840.473, -1056.87, 177.266); -/* 15:16 */waypoints[120].type = "stand"; -/* 15:16 */waypoints[120].children[0] = 121; -/* 15:16 */waypoints[120].children[1] = 119; -/* 15:16 */waypoints[120].children[2] = 28; -/* 15:16 */waypoints[121] = spawnstruct(); -/* 15:16 */waypoints[121].origin = (789.165, -1278.67, 179.558); -/* 15:16 */waypoints[121].type = "stand"; -/* 15:16 */waypoints[121].children[0] = 120; -/* 15:16 */waypoints[121].children[1] = 122; -/* 15:16 */waypoints[121].children[2] = 245; -/* 15:16 */waypoints[121].children[3] = 302; -/* 15:16 */waypoints[121].children[4] = 61; -/* 15:16 */waypoints[121].children[5] = 136; -/* 15:16 */waypoints[121].children[6] = 315; -/* 15:16 */waypoints[121].children[7] = 29; -/* 15:16 */waypoints[122] = spawnstruct(); -/* 15:16 */waypoints[122].origin = (1018.72, -1311, 197.338); -/* 15:16 */waypoints[122].type = "stand"; -/* 15:16 */waypoints[122].children[0] = 121; -/* 15:16 */waypoints[122].children[1] = 123; -/* 15:16 */waypoints[122].children[2] = 304; -/* 15:16 */waypoints[122].children[3] = 315; -/* 15:16 */waypoints[122].children[4] = 119; -/* 15:16 */waypoints[123] = spawnstruct(); -/* 15:16 */waypoints[123].origin = (1243.24, -1390.89, 210.396); -/* 15:16 */waypoints[123].type = "stand"; -/* 15:16 */waypoints[123].children[0] = 122; -/* 15:16 */waypoints[123].children[1] = 124; -/* 15:16 */waypoints[123].children[2] = 304; -/* 15:16 */waypoints[123].children[3] = 30; -/* 15:16 */waypoints[124] = spawnstruct(); -/* 15:16 */waypoints[124].origin = (1473.33, -1447.86, 183.877); -/* 15:16 */waypoints[124].type = "stand"; -/* 15:16 */waypoints[124].children[0] = 123; -/* 15:16 */waypoints[124].children[1] = 232; -/* 15:16 */waypoints[124].children[2] = 243; -/* 15:16 */waypoints[124].children[3] = 125; -/* 15:16 */waypoints[124].children[4] = 126; -/* 15:16 */waypoints[125] = spawnstruct(); -/* 15:16 */waypoints[125].origin = (1682.08, -1379.14, 162.908); -/* 15:16 */waypoints[125].type = "stand"; -/* 15:16 */waypoints[125].children[0] = 126; -/* 15:16 */waypoints[125].children[1] = 232; -/* 15:16 */waypoints[125].children[2] = 124; -/* 15:16 */waypoints[125].children[3] = 313; -/* 15:16 */waypoints[125].children[4] = 119; -/* 15:16 */waypoints[125].children[5] = 118; -/* 15:16 */waypoints[126] = spawnstruct(); -/* 15:16 */waypoints[126].origin = (1930.27, -1545.73, 199.804); -/* 15:16 */waypoints[126].type = "stand"; -/* 15:16 */waypoints[126].children[0] = 125; -/* 15:16 */waypoints[126].children[1] = 127; -/* 15:16 */waypoints[126].children[2] = 131; -/* 15:16 */waypoints[126].children[3] = 309; -/* 15:16 */waypoints[126].children[4] = 312; -/* 15:16 */waypoints[126].children[5] = 124; -/* 15:16 */waypoints[127] = spawnstruct(); -/* 15:16 */waypoints[127].origin = (2110.29, -1353.83, 200.125); -/* 15:16 */waypoints[127].type = "stand"; -/* 15:16 */waypoints[127].children[0] = 126; -/* 15:16 */waypoints[127].children[1] = 128; -/* 15:16 */waypoints[127].children[2] = 129; -/* 15:16 */waypoints[127].children[3] = 49; -/* 15:16 */waypoints[127].children[4] = 346; -/* 15:16 */waypoints[128] = spawnstruct(); -/* 15:16 */waypoints[128].origin = (1874.35, -1323.97, 202.964); -/* 15:16 */waypoints[128].type = "crouch"; -/* 15:16 */waypoints[128].children[0] = 127; -/* 15:16 */waypoints[128].angles = (3.95508, 10.7966, 0); -/* 15:16 */waypoints[129] = spawnstruct(); -/* 15:16 */waypoints[129].origin = (2302.24, -1359.45, 200.125); -/* 15:16 */waypoints[129].type = "stand"; -/* 15:16 */waypoints[129].children[0] = 127; -/* 15:16 */waypoints[129].children[1] = 130; -/* 15:16 */waypoints[129].children[2] = 311; -/* 15:16 */waypoints[129].children[3] = 51; -/* 15:16 */waypoints[130] = spawnstruct(); -/* 15:16 */waypoints[130].origin = (2409.2, -1153.1, 200.125); -/* 15:16 */waypoints[130].type = "stand"; -/* 15:16 */waypoints[130].children[0] = 129; -/* 15:16 */waypoints[130].children[1] = 102; -/* 15:16 */waypoints[130].children[2] = 48; -/* 15:16 */waypoints[130].children[3] = 240; -/* 15:16 */waypoints[130].children[4] = 241; -/* 15:16 */waypoints[130].children[5] = 324; -/* 15:16 */waypoints[130].children[6] = 100; -/* 15:16 */waypoints[130].children[7] = 51; -/* 15:16 */waypoints[131] = spawnstruct(); -/* 15:16 */waypoints[131].origin = (2282.17, -1755.59, 200.125); -/* 15:16 */waypoints[131].type = "stand"; -/* 15:16 */waypoints[131].children[0] = 51; -/* 15:16 */waypoints[131].children[1] = 132; -/* 15:16 */waypoints[131].children[2] = 126; -/* 15:16 */waypoints[131].children[3] = 310; -/* 15:16 */waypoints[131].children[4] = 326; -/* 15:16 */waypoints[131].children[5] = 49; -/* 15:16 */waypoints[132] = spawnstruct(); -/* 15:16 */waypoints[132].origin = (2031.33, -2040.8, 213.697); -/* 15:16 */waypoints[132].type = "stand"; -/* 15:16 */waypoints[132].children[0] = 131; -/* 15:16 */waypoints[132].children[1] = 133; -/* 15:16 */waypoints[132].children[2] = 307; -/* 15:16 */waypoints[132].children[3] = 308; -/* 15:16 */waypoints[132].children[4] = 310; -/* 15:16 */waypoints[132].children[5] = 327; -/* 15:16 */waypoints[132].children[6] = 242; -/* 15:16 */waypoints[132].children[7] = 135; -/* 15:16 */waypoints[133] = spawnstruct(); -/* 15:16 */waypoints[133].origin = (1846.03, -2207.42, 246.49); -/* 15:16 */waypoints[133].type = "stand"; -/* 15:16 */waypoints[133].children[0] = 132; -/* 15:16 */waypoints[133].children[1] = 134; -/* 15:16 */waypoints[133].children[2] = 242; -/* 15:16 */waypoints[133].children[3] = 326; -/* 15:16 */waypoints[133].children[4] = 327; -/* 15:16 */waypoints[133].children[5] = 135; -/* 15:16 */waypoints[133].children[6] = 243; -/* 15:16 */waypoints[134] = spawnstruct(); -/* 15:16 */waypoints[134].origin = (1847.19, -2630.44, 271.262); -/* 15:16 */waypoints[134].type = "stand"; -/* 15:16 */waypoints[134].children[0] = 133; -/* 15:16 */waypoints[134].children[1] = 54; -/* 15:16 */waypoints[134].children[2] = 56; -/* 15:16 */waypoints[134].children[3] = 242; -/* 15:16 */waypoints[134].children[4] = 270; -/* 15:16 */waypoints[134].children[5] = 271; -/* 15:16 */waypoints[134].children[6] = 333; -/* 15:16 */waypoints[135] = spawnstruct(); -/* 15:16 */waypoints[135].origin = (1325.55, -1925.01, 233.468); -/* 15:16 */waypoints[135].type = "stand"; -/* 15:16 */waypoints[135].children[0] = 136; -/* 15:16 */waypoints[135].children[1] = 232; -/* 15:16 */waypoints[135].children[2] = 242; -/* 15:16 */waypoints[135].children[3] = 243; -/* 15:16 */waypoints[135].children[4] = 305; -/* 15:16 */waypoints[135].children[5] = 306; -/* 15:16 */waypoints[135].children[6] = 133; -/* 15:16 */waypoints[135].children[7] = 132; -/* 15:16 */waypoints[136] = spawnstruct(); -/* 15:16 */waypoints[136].origin = (1070.09, -1898.13, 241.847); -/* 15:16 */waypoints[136].type = "stand"; -/* 15:16 */waypoints[136].children[0] = 135; -/* 15:16 */waypoints[136].children[1] = 231; -/* 15:16 */waypoints[136].children[2] = 61; -/* 15:16 */waypoints[136].children[3] = 121; -/* 15:16 */waypoints[136].children[4] = 305; -/* 15:16 */waypoints[136].children[5] = 60; -/* 15:16 */waypoints[136].children[6] = 62; -/* 15:16 */waypoints[137] = spawnstruct(); -/* 15:16 */waypoints[137].origin = (471.314, -2129.05, 138.854); -/* 15:16 */waypoints[137].type = "stand"; -/* 15:16 */waypoints[137].children[0] = 59; -/* 15:16 */waypoints[137].children[1] = 138; -/* 15:16 */waypoints[137].children[2] = 278; -/* 15:16 */waypoints[137].children[3] = 60; -/* 15:16 */waypoints[138] = spawnstruct(); -/* 15:16 */waypoints[138].origin = (314.226, -1857.14, 148.681); -/* 15:16 */waypoints[138].type = "stand"; -/* 15:16 */waypoints[138].children[0] = 137; -/* 15:16 */waypoints[138].children[1] = 81; -/* 15:16 */waypoints[138].children[2] = 139; -/* 15:16 */waypoints[138].children[3] = 82; -/* 15:16 */waypoints[139] = spawnstruct(); -/* 15:16 */waypoints[139].origin = (-1659.93, -1868.74, 224.125); -/* 15:16 */waypoints[139].type = "stand"; -/* 15:16 */waypoints[139].children[0] = 138; -/* 15:16 */waypoints[139].children[1] = 3; -/* 15:16 */waypoints[139].children[2] = 5; -/* 15:16 */waypoints[139].children[3] = 8; -/* 15:16 */waypoints[140] = spawnstruct(); -/* 15:16 */waypoints[140].origin = (-994.413, -649.497, 144.125); -/* 15:16 */waypoints[140].type = "stand"; -/* 15:16 */waypoints[140].children[0] = 21; -/* 15:16 */waypoints[140].children[1] = 141; -/* 15:16 */waypoints[140].children[2] = 247; -/* 15:16 */waypoints[140].children[3] = 20; -/* 15:16 */waypoints[140].children[4] = 26; -/* 15:16 */waypoints[140].children[5] = 22; -/* 15:16 */waypoints[141] = spawnstruct(); -/* 15:16 */waypoints[141].origin = (-806.809, -548.312, 144.125); -/* 15:16 */waypoints[141].type = "stand"; -/* 15:16 */waypoints[141].children[0] = 140; -/* 15:16 */waypoints[141].children[1] = 142; -/* 15:16 */waypoints[141].children[2] = 224; -/* 15:16 */waypoints[141].children[3] = 20; -/* 15:16 */waypoints[141].children[4] = 290; -/* 15:16 */waypoints[141].children[5] = 26; -/* 15:16 */waypoints[141].children[6] = 22; -/* 15:16 */waypoints[142] = spawnstruct(); -/* 15:16 */waypoints[142].origin = (-678.875, -380.989, 144.125); -/* 15:16 */waypoints[142].type = "stand"; -/* 15:16 */waypoints[142].children[0] = 141; -/* 15:16 */waypoints[142].children[1] = 26; -/* 15:16 */waypoints[142].children[2] = 143; -/* 15:16 */waypoints[142].children[3] = 246; -/* 15:16 */waypoints[143] = spawnstruct(); -/* 15:16 */waypoints[143].origin = (-501.031, -277.862, 157.772); -/* 15:16 */waypoints[143].type = "stand"; -/* 15:16 */waypoints[143].children[0] = 142; -/* 15:16 */waypoints[143].children[1] = 27; -/* 15:16 */waypoints[143].children[2] = 291; -/* 15:16 */waypoints[143].children[3] = 297; -/* 15:16 */waypoints[143].children[4] = 26; -/* 15:16 */waypoints[144] = spawnstruct(); -/* 15:16 */waypoints[144].origin = (13.8662, -503.393, 229.246); -/* 15:16 */waypoints[144].type = "crouch"; -/* 15:16 */waypoints[144].children[0] = 294; -/* 15:16 */waypoints[145] = spawnstruct(); -/* 15:16 */waypoints[145].origin = (1735.23, 210.444, 86.2422); -/* 15:16 */waypoints[145].type = "stand"; -/* 15:16 */waypoints[145].children[0] = 95; -/* 15:16 */waypoints[145].children[1] = 146; -/* 15:16 */waypoints[145].children[2] = 149; -/* 15:16 */waypoints[145].children[3] = 96; -/* 15:16 */waypoints[145].children[4] = 41; -/* 15:16 */waypoints[146] = spawnstruct(); -/* 15:16 */waypoints[146].origin = (2051.29, 249.777, 128.66); -/* 15:16 */waypoints[146].type = "stand"; -/* 15:16 */waypoints[146].children[0] = 145; -/* 15:16 */waypoints[146].children[1] = 147; -/* 15:16 */waypoints[146].children[2] = 41; -/* 15:16 */waypoints[146].children[3] = 42; -/* 15:16 */waypoints[146].children[4] = 40; -/* 15:16 */waypoints[147] = spawnstruct(); -/* 15:16 */waypoints[147].origin = (2299.35, 156.033, 163.195); -/* 15:16 */waypoints[147].type = "stand"; -/* 15:16 */waypoints[147].children[0] = 146; -/* 15:16 */waypoints[147].children[1] = 148; -/* 15:16 */waypoints[147].children[2] = 42; -/* 15:16 */waypoints[147].children[3] = 110; -/* 15:16 */waypoints[148] = spawnstruct(); -/* 15:16 */waypoints[148].origin = (2684.83, 19.2088, 200.125); -/* 15:16 */waypoints[148].type = "stand"; -/* 15:16 */waypoints[148].children[0] = 147; -/* 15:16 */waypoints[148].children[1] = 107; -/* 15:16 */waypoints[149] = spawnstruct(); -/* 15:16 */waypoints[149].origin = (1624.01, 473.396, 84.6037); -/* 15:16 */waypoints[149].type = "stand"; -/* 15:16 */waypoints[149].children[0] = 145; -/* 15:16 */waypoints[149].children[1] = 150; -/* 15:16 */waypoints[149].children[2] = 94; -/* 15:16 */waypoints[149].children[3] = 95; -/* 15:16 */waypoints[149].children[4] = 37; -/* 15:16 */waypoints[149].children[5] = 351; -/* 15:16 */waypoints[150] = spawnstruct(); -/* 15:16 */waypoints[150].origin = (1497.93, 795.986, 149.105); -/* 15:16 */waypoints[150].type = "stand"; -/* 15:16 */waypoints[150].children[0] = 149; -/* 15:16 */waypoints[150].children[1] = 37; -/* 15:16 */waypoints[150].children[2] = 38; -/* 15:16 */waypoints[150].children[3] = 351; -/* 15:16 */waypoints[151] = spawnstruct(); -/* 15:16 */waypoints[151].origin = (937.644, 928.064, 156.298); -/* 15:16 */waypoints[151].type = "stand"; -/* 15:16 */waypoints[151].children[0] = 36; -/* 15:16 */waypoints[151].children[1] = 215; -/* 15:16 */waypoints[151].children[2] = 35; -/* 15:16 */waypoints[151].children[3] = 349; -/* 15:16 */waypoints[152] = spawnstruct(); -/* 15:16 */waypoints[152].origin = (897.125, 1494.87, 170.677); -/* 15:16 */waypoints[152].type = "crouch"; -/* 15:16 */waypoints[152].children[0] = 153; -/* 15:16 */waypoints[152].angles = (6.48193, -72.8972, 0); -/* 15:16 */waypoints[153] = spawnstruct(); -/* 15:16 */waypoints[153].origin = (1021.32, 1289.68, 174.098); -/* 15:16 */waypoints[153].type = "stand"; -/* 15:16 */waypoints[153].children[0] = 152; -/* 15:16 */waypoints[153].children[1] = 154; -/* 15:16 */waypoints[153].children[2] = 194; -/* 15:16 */waypoints[153].children[3] = 338; -/* 15:16 */waypoints[153].children[4] = 349; -/* 15:16 */waypoints[154] = spawnstruct(); -/* 15:16 */waypoints[154].origin = (859.656, 1361.46, 163.963); -/* 15:16 */waypoints[154].type = "stand"; -/* 15:16 */waypoints[154].children[0] = 153; -/* 15:16 */waypoints[154].children[1] = 155; -/* 15:16 */waypoints[155] = spawnstruct(); -/* 15:16 */waypoints[155].origin = (406.6, 1344.52, 76.4215); -/* 15:16 */waypoints[155].type = "stand"; -/* 15:16 */waypoints[155].children[0] = 156; -/* 15:16 */waypoints[155].children[1] = 159; -/* 15:16 */waypoints[155].children[2] = 154; -/* 15:16 */waypoints[156] = spawnstruct(); -/* 15:16 */waypoints[156].origin = (157.519, 1335.49, 74.3371); -/* 15:16 */waypoints[156].type = "stand"; -/* 15:16 */waypoints[156].children[0] = 155; -/* 15:16 */waypoints[156].children[1] = 157; -/* 15:16 */waypoints[156].children[2] = 211; -/* 15:16 */waypoints[156].children[3] = 263; -/* 15:16 */waypoints[157] = spawnstruct(); -/* 15:16 */waypoints[157].origin = (59.5342, 1344.13, 93.2937); -/* 15:16 */waypoints[157].type = "stand"; -/* 15:16 */waypoints[157].children[0] = 156; -/* 15:16 */waypoints[157].children[1] = 158; -/* 15:16 */waypoints[157].children[2] = 211; -/* 15:16 */waypoints[157].children[3] = 261; -/* 15:16 */waypoints[158] = spawnstruct(); -/* 15:16 */waypoints[158].origin = (4.09218, 1447.03, 101.529); -/* 15:16 */waypoints[158].type = "stand"; -/* 15:16 */waypoints[158].children[0] = 157; -/* 15:16 */waypoints[158].children[1] = 159; -/* 15:16 */waypoints[159] = spawnstruct(); -/* 15:16 */waypoints[159].origin = (-31.3722, 1654.34, 94.6759); -/* 15:16 */waypoints[159].type = "stand"; -/* 15:16 */waypoints[159].children[0] = 158; -/* 15:16 */waypoints[159].children[1] = 160; -/* 15:16 */waypoints[159].children[2] = 155; -/* 15:16 */waypoints[160] = spawnstruct(); -/* 15:16 */waypoints[160].origin = (-205.065, 1901.62, 85.3933); -/* 15:16 */waypoints[160].type = "stand"; -/* 15:16 */waypoints[160].children[0] = 159; -/* 15:16 */waypoints[160].children[1] = 161; -/* 15:16 */waypoints[160].children[2] = 163; -/* 15:16 */waypoints[161] = spawnstruct(); -/* 15:16 */waypoints[161].origin = (-518.769, 1929.34, 113.673); -/* 15:16 */waypoints[161].type = "stand"; -/* 15:16 */waypoints[161].children[0] = 160; -/* 15:16 */waypoints[161].children[1] = 162; -/* 15:16 */waypoints[161].children[2] = 164; -/* 15:16 */waypoints[162] = spawnstruct(); -/* 15:16 */waypoints[162].origin = (-700.473, 1811.39, 141.762); -/* 15:16 */waypoints[162].type = "stand"; -/* 15:16 */waypoints[162].children[0] = 161; -/* 15:16 */waypoints[162].children[1] = 213; -/* 15:16 */waypoints[162].children[2] = 166; -/* 15:16 */waypoints[162].children[3] = 214; -/* 15:16 */waypoints[162].children[4] = 250; -/* 15:16 */waypoints[163] = spawnstruct(); -/* 15:16 */waypoints[163].origin = (-427.879, 2026.01, 110.319); -/* 15:16 */waypoints[163].type = "stand"; -/* 15:16 */waypoints[163].children[0] = 160; -/* 15:16 */waypoints[163].children[1] = 164; -/* 15:16 */waypoints[164] = spawnstruct(); -/* 15:16 */waypoints[164].origin = (-735.907, 2004.51, 163.128); -/* 15:16 */waypoints[164].type = "stand"; -/* 15:16 */waypoints[164].children[0] = 163; -/* 15:16 */waypoints[164].children[1] = 165; -/* 15:16 */waypoints[164].children[2] = 161; -/* 15:16 */waypoints[165] = spawnstruct(); -/* 15:16 */waypoints[165].origin = (-945.892, 1919.96, 172.818); -/* 15:16 */waypoints[165].type = "stand"; -/* 15:16 */waypoints[165].children[0] = 164; -/* 15:16 */waypoints[165].children[1] = 166; -/* 15:16 */waypoints[165].children[2] = 250; -/* 15:16 */waypoints[166] = spawnstruct(); -/* 15:16 */waypoints[166].origin = (-1075.54, 1828.13, 167.374); -/* 15:16 */waypoints[166].type = "stand"; -/* 15:16 */waypoints[166].children[0] = 165; -/* 15:16 */waypoints[166].children[1] = 213; -/* 15:16 */waypoints[166].children[2] = 189; -/* 15:16 */waypoints[166].children[3] = 214; -/* 15:16 */waypoints[166].children[4] = 250; -/* 15:16 */waypoints[166].children[5] = 162; -/* 15:16 */waypoints[166].children[6] = 167; -/* 15:16 */waypoints[167] = spawnstruct(); -/* 15:16 */waypoints[167].origin = (-1499.34, 2025.95, 166.047); -/* 15:16 */waypoints[167].type = "stand"; -/* 15:16 */waypoints[167].children[0] = 214; -/* 15:16 */waypoints[167].children[1] = 166; -/* 15:16 */waypoints[167].children[2] = 347; -/* 15:16 */waypoints[168] = spawnstruct(); -/* 15:16 */waypoints[168].origin = (-1774.3, 1474.82, 205.636); -/* 15:16 */waypoints[168].type = "stand"; -/* 15:16 */waypoints[168].children[0] = 169; -/* 15:16 */waypoints[168].children[1] = 252; -/* 15:16 */waypoints[168].children[2] = 189; -/* 15:16 */waypoints[168].children[3] = 347; -/* 15:16 */waypoints[168].children[4] = 188; -/* 15:16 */waypoints[169] = spawnstruct(); -/* 15:16 */waypoints[169].origin = (-1782.17, 1214.93, 199.4); -/* 15:16 */waypoints[169].type = "stand"; -/* 15:16 */waypoints[169].children[0] = 168; -/* 15:16 */waypoints[169].children[1] = 170; -/* 15:16 */waypoints[169].children[2] = 188; -/* 15:16 */waypoints[169].children[3] = 254; -/* 15:16 */waypoints[169].children[4] = 187; -/* 15:16 */waypoints[170] = spawnstruct(); -/* 15:16 */waypoints[170].origin = (-1966.88, 980.851, 196.157); -/* 15:16 */waypoints[170].type = "stand"; -/* 15:16 */waypoints[170].children[0] = 169; -/* 15:16 */waypoints[170].children[1] = 171; -/* 15:16 */waypoints[170].children[2] = 172; -/* 15:16 */waypoints[170].children[3] = 173; -/* 15:16 */waypoints[170].children[4] = 254; -/* 15:16 */waypoints[171] = spawnstruct(); -/* 15:16 */waypoints[171].origin = (-1986.83, 661.319, 147.777); -/* 15:16 */waypoints[171].type = "stand"; -/* 15:16 */waypoints[171].children[0] = 170; -/* 15:16 */waypoints[171].children[1] = 174; -/* 15:16 */waypoints[171].children[2] = 253; -/* 15:16 */waypoints[171].children[3] = 187; -/* 15:16 */waypoints[172] = spawnstruct(); -/* 15:16 */waypoints[172].origin = (-2117.28, 583.535, 144.071); -/* 15:16 */waypoints[172].type = "stand"; -/* 15:16 */waypoints[172].children[0] = 175; -/* 15:16 */waypoints[172].children[1] = 170; -/* 15:16 */waypoints[173] = spawnstruct(); -/* 15:16 */waypoints[173].origin = (-2206.38, 713.136, 155.693); -/* 15:16 */waypoints[173].type = "stand"; -/* 15:16 */waypoints[173].children[0] = 341; -/* 15:16 */waypoints[173].children[1] = 170; -/* 15:16 */waypoints[173].children[2] = 253; -/* 15:16 */waypoints[174] = spawnstruct(); -/* 15:16 */waypoints[174].origin = (-2052.93, 302.306, 144.563); -/* 15:16 */waypoints[174].type = "stand"; -/* 15:16 */waypoints[174].children[0] = 176; -/* 15:16 */waypoints[174].children[1] = 331; -/* 15:16 */waypoints[174].children[2] = 341; -/* 15:16 */waypoints[174].children[3] = 171; -/* 15:16 */waypoints[174].children[4] = 175; -/* 15:16 */waypoints[175] = spawnstruct(); -/* 15:16 */waypoints[175].origin = (-2159.99, 313.142, 144.125); -/* 15:16 */waypoints[175].type = "stand"; -/* 15:16 */waypoints[175].children[0] = 172; -/* 15:16 */waypoints[175].children[1] = 177; -/* 15:16 */waypoints[175].children[2] = 341; -/* 15:16 */waypoints[175].children[3] = 174; -/* 15:16 */waypoints[175].children[4] = 181; -/* 15:16 */waypoints[176] = spawnstruct(); -/* 15:16 */waypoints[176].origin = (-2102, 57.2804, 145.176); -/* 15:16 */waypoints[176].type = "stand"; -/* 15:16 */waypoints[176].children[0] = 174; -/* 15:16 */waypoints[176].children[1] = 178; -/* 15:16 */waypoints[176].children[2] = 181; -/* 15:16 */waypoints[176].children[3] = 344; -/* 15:16 */waypoints[177] = spawnstruct(); -/* 15:16 */waypoints[177].origin = (-2202.27, 75.2262, 144.125); -/* 15:16 */waypoints[177].type = "stand"; -/* 15:16 */waypoints[177].children[0] = 175; -/* 15:16 */waypoints[177].children[1] = 178; -/* 15:16 */waypoints[177].children[2] = 344; -/* 15:16 */waypoints[178] = spawnstruct(); -/* 15:16 */waypoints[178].origin = (-2156.61, -139.878, 156.953); -/* 15:16 */waypoints[178].type = "stand"; -/* 15:16 */waypoints[178].children[0] = 176; -/* 15:16 */waypoints[178].children[1] = 179; -/* 15:16 */waypoints[178].children[2] = 180; -/* 15:16 */waypoints[178].children[3] = 177; -/* 15:16 */waypoints[178].children[4] = 344; -/* 15:16 */waypoints[179] = spawnstruct(); -/* 15:16 */waypoints[179].origin = (-2228.76, -413.676, 208.089); -/* 15:16 */waypoints[179].type = "stand"; -/* 15:16 */waypoints[179].children[0] = 178; -/* 15:16 */waypoints[179].children[1] = 180; -/* 15:16 */waypoints[179].children[2] = 356; -/* 15:16 */waypoints[180] = spawnstruct(); -/* 15:16 */waypoints[180].origin = (-1824.3, -269.37, 144.125); -/* 15:16 */waypoints[180].type = "stand"; -/* 15:16 */waypoints[180].children[0] = 23; -/* 15:16 */waypoints[180].children[1] = 181; -/* 15:16 */waypoints[180].children[2] = 179; -/* 15:16 */waypoints[180].children[3] = 178; -/* 15:16 */waypoints[180].children[4] = 22; -/* 15:16 */waypoints[180].children[5] = 182; -/* 15:16 */waypoints[181] = spawnstruct(); -/* 15:16 */waypoints[181].origin = (-1870.27, 66.9414, 145.734); -/* 15:16 */waypoints[181].type = "stand"; -/* 15:16 */waypoints[181].children[0] = 180; -/* 15:16 */waypoints[181].children[1] = 182; -/* 15:16 */waypoints[181].children[2] = 176; -/* 15:16 */waypoints[181].children[3] = 330; -/* 15:16 */waypoints[181].children[4] = 331; -/* 15:16 */waypoints[181].children[5] = 332; -/* 15:16 */waypoints[181].children[6] = 175; -/* 15:16 */waypoints[181].children[7] = 345; -/* 15:16 */waypoints[182] = spawnstruct(); -/* 15:16 */waypoints[182].origin = (-1601.11, 91.9494, 144.125); -/* 15:16 */waypoints[182].type = "stand"; -/* 15:16 */waypoints[182].children[0] = 181; -/* 15:16 */waypoints[182].children[1] = 23; -/* 15:16 */waypoints[182].children[2] = 24; -/* 15:16 */waypoints[182].children[3] = 22; -/* 15:16 */waypoints[182].children[4] = 331; -/* 15:16 */waypoints[182].children[5] = 332; -/* 15:16 */waypoints[182].children[6] = 180; -/* 15:16 */waypoints[183] = spawnstruct(); -/* 15:16 */waypoints[183].origin = (-933.486, 368.64, 146.125); -/* 15:16 */waypoints[183].type = "stand"; -/* 15:16 */waypoints[183].children[0] = 25; -/* 15:16 */waypoints[183].children[1] = 184; -/* 15:16 */waypoints[183].children[2] = 206; -/* 15:16 */waypoints[183].children[3] = 208; -/* 15:16 */waypoints[183].children[4] = 26; -/* 15:16 */waypoints[183].children[5] = 348; -/* 15:16 */waypoints[184] = spawnstruct(); -/* 15:16 */waypoints[184].origin = (-940.625, 505.619, 143.941); -/* 15:16 */waypoints[184].type = "stand"; -/* 15:16 */waypoints[184].children[0] = 183; -/* 15:16 */waypoints[184].children[1] = 186; -/* 15:16 */waypoints[184].children[2] = 185; -/* 15:16 */waypoints[184].children[3] = 328; -/* 15:16 */waypoints[184].children[4] = 329; -/* 15:16 */waypoints[184].children[5] = 205; -/* 15:16 */waypoints[184].children[6] = 192; -/* 15:16 */waypoints[184].children[7] = 255; -/* 15:16 */waypoints[184].children[8] = 206; -/* 15:16 */waypoints[185] = spawnstruct(); -/* 15:16 */waypoints[185].origin = (-1231.52, 536.105, 184.253); -/* 15:16 */waypoints[185].type = "crouch"; -/* 15:16 */waypoints[185].children[0] = 184; -/* 15:16 */waypoints[186] = spawnstruct(); -/* 15:16 */waypoints[186].origin = (-1086.13, 754.784, 178.29); -/* 15:16 */waypoints[186].type = "stand"; -/* 15:16 */waypoints[186].children[0] = 184; -/* 15:16 */waypoints[186].children[1] = 187; -/* 15:16 */waypoints[186].children[2] = 192; -/* 15:16 */waypoints[186].children[3] = 205; -/* 15:16 */waypoints[186].children[4] = 206; -/* 15:16 */waypoints[186].children[5] = 336; -/* 15:16 */waypoints[186].children[6] = 253; -/* 15:16 */waypoints[186].children[7] = 363; -/* 15:16 */waypoints[187] = spawnstruct(); -/* 15:16 */waypoints[187].origin = (-1509.43, 851.666, 199.524); -/* 15:16 */waypoints[187].type = "stand"; -/* 15:16 */waypoints[187].children[0] = 186; -/* 15:16 */waypoints[187].children[1] = 188; -/* 15:16 */waypoints[187].children[2] = 191; -/* 15:16 */waypoints[187].children[3] = 253; -/* 15:16 */waypoints[187].children[4] = 254; -/* 15:16 */waypoints[187].children[5] = 169; -/* 15:16 */waypoints[187].children[6] = 171; -/* 15:16 */waypoints[188] = spawnstruct(); -/* 15:16 */waypoints[188].origin = (-1394.58, 1181.75, 224.45); -/* 15:16 */waypoints[188].type = "stand"; -/* 15:16 */waypoints[188].children[0] = 187; -/* 15:16 */waypoints[188].children[1] = 169; -/* 15:16 */waypoints[188].children[2] = 189; -/* 15:16 */waypoints[188].children[3] = 168; -/* 15:16 */waypoints[189] = spawnstruct(); -/* 15:16 */waypoints[189].origin = (-1203.24, 1315.78, 209.603); -/* 15:16 */waypoints[189].type = "stand"; -/* 15:16 */waypoints[189].children[0] = 188; -/* 15:16 */waypoints[189].children[1] = 166; -/* 15:16 */waypoints[189].children[2] = 250; -/* 15:16 */waypoints[189].children[3] = 168; -/* 15:16 */waypoints[190] = spawnstruct(); -/* 15:16 */waypoints[190].origin = (-1050.07, 1018.8, 224.125); -/* 15:16 */waypoints[190].type = "stand"; -/* 15:16 */waypoints[190].children[0] = 191; -/* 15:16 */waypoints[190].children[1] = 251; -/* 15:16 */waypoints[191] = spawnstruct(); -/* 15:16 */waypoints[191].origin = (-1251.57, 932.212, 224.125); -/* 15:16 */waypoints[191].type = "stand"; -/* 15:16 */waypoints[191].children[0] = 190; -/* 15:16 */waypoints[191].children[1] = 187; -/* 15:16 */waypoints[191].children[2] = 251; -/* 15:16 */waypoints[192] = spawnstruct(); -/* 15:16 */waypoints[192].origin = (-915.92, 973.867, 161.753); -/* 15:16 */waypoints[192].type = "stand"; -/* 15:16 */waypoints[192].children[0] = 186; -/* 15:16 */waypoints[192].children[1] = 193; -/* 15:16 */waypoints[192].children[2] = 206; -/* 15:16 */waypoints[192].children[3] = 212; -/* 15:16 */waypoints[192].children[4] = 249; -/* 15:16 */waypoints[192].children[5] = 184; -/* 15:16 */waypoints[193] = spawnstruct(); -/* 15:16 */waypoints[193].origin = (-603.626, 1163.55, 132.397); -/* 15:16 */waypoints[193].type = "stand"; -/* 15:16 */waypoints[193].children[0] = 192; -/* 15:16 */waypoints[193].children[1] = 212; -/* 15:16 */waypoints[193].children[2] = 213; -/* 15:16 */waypoints[193].children[3] = 262; -/* 15:16 */waypoints[193].children[4] = 337; -/* 15:16 */waypoints[194] = spawnstruct(); -/* 15:16 */waypoints[194].origin = (1226.77, 1239.51, 185.144); -/* 15:16 */waypoints[194].type = "stand"; -/* 15:16 */waypoints[194].children[0] = 153; -/* 15:16 */waypoints[194].children[1] = 350; -/* 15:16 */waypoints[195] = spawnstruct(); -/* 15:16 */waypoints[195].origin = (1225.22, -546.023, -43.974); -/* 15:16 */waypoints[195].type = "stand"; -/* 15:16 */waypoints[195].children[0] = 196; -/* 15:16 */waypoints[195].children[1] = 234; -/* 15:16 */waypoints[195].children[2] = 269; -/* 15:16 */waypoints[195].children[3] = 320; -/* 15:16 */waypoints[196] = spawnstruct(); -/* 15:16 */waypoints[196].origin = (926.336, -376.648, -47.875); -/* 15:16 */waypoints[196].type = "stand"; -/* 15:16 */waypoints[196].children[0] = 195; -/* 15:16 */waypoints[196].children[1] = 197; -/* 15:16 */waypoints[197] = spawnstruct(); -/* 15:16 */waypoints[197].origin = (863.608, -154.931, -47.875); -/* 15:16 */waypoints[197].type = "stand"; -/* 15:16 */waypoints[197].children[0] = 196; -/* 15:16 */waypoints[197].children[1] = 198; -/* 15:16 */waypoints[197].children[2] = 199; -/* 15:16 */waypoints[197].children[3] = 266; -/* 15:16 */waypoints[197].children[4] = 268; -/* 15:16 */waypoints[198] = spawnstruct(); -/* 15:16 */waypoints[198].origin = (958.113, -59.712, -47.875); -/* 15:16 */waypoints[198].type = "stand"; -/* 15:16 */waypoints[198].children[0] = 197; -/* 15:16 */waypoints[198].children[1] = 267; -/* 15:16 */waypoints[198].children[2] = 320; -/* 15:16 */waypoints[198].children[3] = 342; -/* 15:16 */waypoints[199] = spawnstruct(); -/* 15:16 */waypoints[199].origin = (479.837, 32.8427, 150.56); -/* 15:16 */waypoints[199].type = "stand"; -/* 15:16 */waypoints[199].children[0] = 197; -/* 15:16 */waypoints[199].children[1] = 201; -/* 15:16 */waypoints[199].children[2] = 91; -/* 15:16 */waypoints[199].children[3] = 200; -/* 15:16 */waypoints[199].children[4] = 265; -/* 15:16 */waypoints[200] = spawnstruct(); -/* 15:16 */waypoints[200].origin = (444.904, 278.306, 101.917); -/* 15:16 */waypoints[200].type = "stand"; -/* 15:16 */waypoints[200].children[0] = 202; -/* 15:16 */waypoints[200].children[1] = 201; -/* 15:16 */waypoints[200].children[2] = 91; -/* 15:16 */waypoints[200].children[3] = 199; -/* 15:16 */waypoints[201] = spawnstruct(); -/* 15:16 */waypoints[201].origin = (382.603, -190.769, 128.116); -/* 15:16 */waypoints[201].type = "stand"; -/* 15:16 */waypoints[201].children[0] = 91; -/* 15:16 */waypoints[201].children[1] = 90; -/* 15:16 */waypoints[201].children[2] = 300; -/* 15:16 */waypoints[201].children[3] = 199; -/* 15:16 */waypoints[201].children[4] = 200; -/* 15:16 */waypoints[202] = spawnstruct(); -/* 15:16 */waypoints[202].origin = (373.906, 487.35, 76.0875); -/* 15:16 */waypoints[202].type = "stand"; -/* 15:16 */waypoints[202].children[0] = 200; -/* 15:16 */waypoints[202].children[1] = 203; -/* 15:16 */waypoints[202].children[2] = 211; -/* 15:16 */waypoints[203] = spawnstruct(); -/* 15:16 */waypoints[203].origin = (42.4603, 436.749, 137.9); -/* 15:16 */waypoints[203].type = "stand"; -/* 15:16 */waypoints[203].children[0] = 202; -/* 15:16 */waypoints[203].children[1] = 204; -/* 15:16 */waypoints[203].children[2] = 264; -/* 15:16 */waypoints[204] = spawnstruct(); -/* 15:16 */waypoints[204].origin = (-165.588, 321.901, 153.81); -/* 15:16 */waypoints[204].type = "stand"; -/* 15:16 */waypoints[204].children[0] = 203; -/* 15:16 */waypoints[204].children[1] = 205; -/* 15:16 */waypoints[204].children[2] = 207; -/* 15:16 */waypoints[204].children[3] = 295; -/* 15:16 */waypoints[204].children[4] = 296; -/* 15:16 */waypoints[204].children[5] = 297; -/* 15:16 */waypoints[205] = spawnstruct(); -/* 15:16 */waypoints[205].origin = (-436.997, 526.772, 139.885); -/* 15:16 */waypoints[205].type = "stand"; -/* 15:16 */waypoints[205].children[0] = 204; -/* 15:16 */waypoints[205].children[1] = 206; -/* 15:16 */waypoints[205].children[2] = 296; -/* 15:16 */waypoints[205].children[3] = 209; -/* 15:16 */waypoints[205].children[4] = 184; -/* 15:16 */waypoints[205].children[5] = 186; -/* 15:16 */waypoints[205].children[6] = 336; -/* 15:16 */waypoints[206] = spawnstruct(); -/* 15:16 */waypoints[206].origin = (-675.68, 707.475, 132.084); -/* 15:16 */waypoints[206].type = "stand"; -/* 15:16 */waypoints[206].children[0] = 205; -/* 15:16 */waypoints[206].children[1] = 192; -/* 15:16 */waypoints[206].children[2] = 209; -/* 15:16 */waypoints[206].children[3] = 186; -/* 15:16 */waypoints[206].children[4] = 183; -/* 15:16 */waypoints[206].children[5] = 212; -/* 15:16 */waypoints[206].children[6] = 184; -/* 15:16 */waypoints[207] = spawnstruct(); -/* 15:16 */waypoints[207].origin = (-278.988, 104.142, 161.374); -/* 15:16 */waypoints[207].type = "stand"; -/* 15:16 */waypoints[207].children[0] = 204; -/* 15:16 */waypoints[207].children[1] = 92; -/* 15:16 */waypoints[207].children[2] = 208; -/* 15:16 */waypoints[207].children[3] = 297; -/* 15:16 */waypoints[207].children[4] = 348; -/* 15:16 */waypoints[208] = spawnstruct(); -/* 15:16 */waypoints[208].origin = (-642.278, 57.6298, 144.125); -/* 15:16 */waypoints[208].type = "stand"; -/* 15:16 */waypoints[208].children[0] = 207; -/* 15:16 */waypoints[208].children[1] = 26; -/* 15:16 */waypoints[208].children[2] = 25; -/* 15:16 */waypoints[208].children[3] = 210; -/* 15:16 */waypoints[208].children[4] = 183; -/* 15:16 */waypoints[209] = spawnstruct(); -/* 15:16 */waypoints[209].origin = (-553.736, 382.209, 165.946); -/* 15:16 */waypoints[209].type = "stand"; -/* 15:16 */waypoints[209].children[0] = 206; -/* 15:16 */waypoints[209].children[1] = 210; -/* 15:16 */waypoints[209].children[2] = 205; -/* 15:16 */waypoints[209].children[3] = 348; -/* 15:16 */waypoints[209].children[4] = 25; -/* 15:16 */waypoints[210] = spawnstruct(); -/* 15:16 */waypoints[210].origin = (-545.788, 114.373, 166.978); -/* 15:16 */waypoints[210].type = "stand"; -/* 15:16 */waypoints[210].children[0] = 209; -/* 15:16 */waypoints[210].children[1] = 208; -/* 15:16 */waypoints[210].children[2] = 348; -/* 15:16 */waypoints[211] = spawnstruct(); -/* 15:16 */waypoints[211].origin = (167.561, 939.192, 68.0166); -/* 15:16 */waypoints[211].type = "stand"; -/* 15:16 */waypoints[211].children[0] = 202; -/* 15:16 */waypoints[211].children[1] = 156; -/* 15:16 */waypoints[211].children[2] = 157; -/* 15:16 */waypoints[211].children[3] = 215; -/* 15:16 */waypoints[211].children[4] = 264; -/* 15:16 */waypoints[211].children[5] = 336; -/* 15:16 */waypoints[212] = spawnstruct(); -/* 15:16 */waypoints[212].origin = (-641.539, 1059.52, 134.907); -/* 15:16 */waypoints[212].type = "stand"; -/* 15:16 */waypoints[212].children[0] = 193; -/* 15:16 */waypoints[212].children[1] = 192; -/* 15:16 */waypoints[212].children[2] = 336; -/* 15:16 */waypoints[212].children[3] = 206; -/* 15:16 */waypoints[213] = spawnstruct(); -/* 15:16 */waypoints[213].origin = (-835.984, 1497.98, 138.352); -/* 15:16 */waypoints[213].type = "stand"; -/* 15:16 */waypoints[213].children[0] = 193; -/* 15:16 */waypoints[213].children[1] = 162; -/* 15:16 */waypoints[213].children[2] = 166; -/* 15:16 */waypoints[213].children[3] = 249; -/* 15:16 */waypoints[213].children[4] = 262; -/* 15:16 */waypoints[214] = spawnstruct(); -/* 15:16 */waypoints[214].origin = (-1419.69, 1748.37, 195.293); -/* 15:16 */waypoints[214].type = "stand"; -/* 15:16 */waypoints[214].children[0] = 166; -/* 15:16 */waypoints[214].children[1] = 167; -/* 15:16 */waypoints[214].children[2] = 162; -/* 15:16 */waypoints[214].children[3] = 347; -/* 15:16 */waypoints[215] = spawnstruct(); -/* 15:16 */waypoints[215].origin = (666.372, 1038.44, 167.23); -/* 15:16 */waypoints[215].type = "stand"; -/* 15:16 */waypoints[215].children[0] = 151; -/* 15:16 */waypoints[215].children[1] = 211; -/* 15:16 */waypoints[215].children[2] = 264; -/* 15:16 */waypoints[216] = spawnstruct(); -/* 15:16 */waypoints[216].origin = (-1725.87, -1531.32, 228.125); -/* 15:16 */waypoints[216].type = "stand"; -/* 15:16 */waypoints[216].children[0] = 17; -/* 15:16 */waypoints[216].children[1] = 3; -/* 15:16 */waypoints[217] = spawnstruct(); -/* 15:16 */waypoints[217].origin = (-2140.54, -1722.25, 233.144); -/* 15:16 */waypoints[217].type = "crouch"; -/* 15:16 */waypoints[217].children[0] = 1; -/* 15:16 */waypoints[217].angles = (5.37781, 92.3485, 0); -/* 15:16 */waypoints[218] = spawnstruct(); -/* 15:16 */waypoints[218].origin = (-1652.9, -613.113, 179.305); -/* 15:16 */waypoints[218].type = "stand"; -/* 15:16 */waypoints[218].children[0] = 23; -/* 15:16 */waypoints[218].children[1] = 219; -/* 15:16 */waypoints[218].children[2] = 260; -/* 15:16 */waypoints[219] = spawnstruct(); -/* 15:16 */waypoints[219].origin = (-1667.81, -780.905, 190.554); -/* 15:16 */waypoints[219].type = "stand"; -/* 15:16 */waypoints[219].children[0] = 218; -/* 15:16 */waypoints[219].children[1] = 220; -/* 15:16 */waypoints[219].children[2] = 20; -/* 15:16 */waypoints[220] = spawnstruct(); -/* 15:16 */waypoints[220].origin = (-1818.75, -734.641, 184.125); -/* 15:16 */waypoints[220].type = "crouch"; -/* 15:16 */waypoints[220].children[0] = 219; -/* 15:16 */waypoints[220].angles = (4.11438, 12.6043, 0); -/* 15:16 */waypoints[221] = spawnstruct(); -/* 15:16 */waypoints[221].origin = (-1503.68, -752.062, 184.014); -/* 15:16 */waypoints[221].type = "stand"; -/* 15:16 */waypoints[221].children[0] = 22; -/* 15:16 */waypoints[221].children[1] = 20; -/* 15:16 */waypoints[221].children[2] = 223; -/* 15:16 */waypoints[222] = spawnstruct(); -/* 15:16 */waypoints[222].origin = (-1672.96, -953.839, 188.893); -/* 15:16 */waypoints[222].type = "stand"; -/* 15:16 */waypoints[222].children[0] = 13; -/* 15:16 */waypoints[222].children[1] = 223; -/* 15:16 */waypoints[222].children[2] = 11; -/* 15:16 */waypoints[223] = spawnstruct(); -/* 15:16 */waypoints[223].origin = (-1617.91, -851.128, 188.199); -/* 15:16 */waypoints[223].type = "stand"; -/* 15:16 */waypoints[223].children[0] = 222; -/* 15:16 */waypoints[223].children[1] = 221; -/* 15:16 */waypoints[223].children[2] = 20; -/* 15:16 */waypoints[224] = spawnstruct(); -/* 15:16 */waypoints[224].origin = (-678.479, -939.043, 250.967); -/* 15:16 */waypoints[224].type = "crouch"; -/* 15:16 */waypoints[224].children[0] = 141; -/* 15:16 */waypoints[224].angles = (10.4425, 125.044, 0); -/* 15:16 */waypoints[225] = spawnstruct(); -/* 15:16 */waypoints[225].origin = (370.693, -646.069, 227.783); -/* 15:16 */waypoints[225].type = "stand"; -/* 15:16 */waypoints[225].children[0] = 294; -/* 15:16 */waypoints[225].children[1] = 299; -/* 15:16 */waypoints[225].children[2] = 28; -/* 15:16 */waypoints[226] = spawnstruct(); -/* 15:16 */waypoints[226].origin = (-2111.28, -857.329, 201.463); -/* 15:16 */waypoints[226].type = "stand"; -/* 15:16 */waypoints[226].children[0] = 0; -/* 15:16 */waypoints[226].children[1] = 13; -/* 15:16 */waypoints[226].children[2] = 356; -/* 15:16 */waypoints[226].children[3] = 12; -/* 15:16 */waypoints[227] = spawnstruct(); -/* 15:16 */waypoints[227].origin = (331.507, -3085.93, 208.125); -/* 15:16 */waypoints[227].type = "crouch"; -/* 15:16 */waypoints[227].children[0] = 66; -/* 15:16 */waypoints[227].angles = (2.37305, 108.044, 0); -/* 15:16 */waypoints[228] = spawnstruct(); -/* 15:16 */waypoints[228].origin = (887.119, -3064.12, 149.551); -/* 15:16 */waypoints[228].type = "stand"; -/* 15:16 */waypoints[228].children[0] = 57; -/* 15:16 */waypoints[228].children[1] = 274; -/* 15:16 */waypoints[228].children[2] = 275; -/* 15:16 */waypoints[228].children[3] = 273; -/* 15:16 */waypoints[229] = spawnstruct(); -/* 15:16 */waypoints[229].origin = (1400.27, -2701.98, 258.748); -/* 15:16 */waypoints[229].type = "crouch"; -/* 15:16 */waypoints[229].children[0] = 57; -/* 15:16 */waypoints[229].angles = (6.95984, -140.044, 0); -/* 15:16 */waypoints[230] = spawnstruct(); -/* 15:16 */waypoints[230].origin = (918.438, -2431.24, 158.822); -/* 15:16 */waypoints[230].type = "stand"; -/* 15:16 */waypoints[230].children[0] = 58; -/* 15:16 */waypoints[230].children[1] = 231; -/* 15:16 */waypoints[230].children[2] = 275; -/* 15:16 */waypoints[230].children[3] = 276; -/* 15:16 */waypoints[230].children[4] = 277; -/* 15:16 */waypoints[231] = spawnstruct(); -/* 15:16 */waypoints[231].origin = (1049.76, -2169.88, 215.408); -/* 15:16 */waypoints[231].type = "stand"; -/* 15:16 */waypoints[231].children[0] = 230; -/* 15:16 */waypoints[231].children[1] = 136; -/* 15:16 */waypoints[231].children[2] = 61; -/* 15:16 */waypoints[232] = spawnstruct(); -/* 15:16 */waypoints[232].origin = (1566.85, -1602.67, 213.087); -/* 15:16 */waypoints[232].type = "stand"; -/* 15:16 */waypoints[232].children[0] = 125; -/* 15:16 */waypoints[232].children[1] = 135; -/* 15:16 */waypoints[232].children[2] = 233; -/* 15:16 */waypoints[232].children[3] = 243; -/* 15:16 */waypoints[232].children[4] = 124; -/* 15:16 */waypoints[233] = spawnstruct(); -/* 15:16 */waypoints[233].origin = (1843.14, -1650.67, 200.128); -/* 15:16 */waypoints[233].type = "crouch"; -/* 15:16 */waypoints[233].children[0] = 232; -/* 15:16 */waypoints[233].angles = (0.791016, -167.466, 0); -/* 15:16 */waypoints[234] = spawnstruct(); -/* 15:16 */waypoints[234].origin = (1294.01, -575.265, -45.2841); -/* 15:16 */waypoints[234].type = "stand"; -/* 15:16 */waypoints[234].children[0] = 195; -/* 15:16 */waypoints[234].children[1] = 235; -/* 15:16 */waypoints[234].children[2] = 320; -/* 15:16 */waypoints[235] = spawnstruct(); -/* 15:16 */waypoints[235].origin = (1510.88, -615.72, -36.564); -/* 15:16 */waypoints[235].type = "stand"; -/* 15:16 */waypoints[235].children[0] = 234; -/* 15:16 */waypoints[235].children[1] = 97; -/* 15:16 */waypoints[235].children[2] = 98; -/* 15:16 */waypoints[235].children[3] = 318; -/* 15:16 */waypoints[235].children[4] = 319; -/* 15:16 */waypoints[236] = spawnstruct(); -/* 15:16 */waypoints[236].origin = (-2601.96, -383.817, 239.853); -/* 15:16 */waypoints[236].type = "stand"; -/* 15:16 */waypoints[236].children[0] = 344; -/* 15:16 */waypoints[236].children[1] = 356; -/* 15:16 */waypoints[237] = spawnstruct(); -/* 15:16 */waypoints[237].origin = (860.804, -70.5093, 168.689); -/* 15:16 */waypoints[237].type = "stand"; -/* 15:16 */waypoints[237].children[0] = 32; -/* 15:16 */waypoints[237].children[1] = 238; -/* 15:16 */waypoints[237].children[2] = 31; -/* 15:16 */waypoints[237].children[3] = 30; -/* 15:16 */waypoints[238] = spawnstruct(); -/* 15:16 */waypoints[238].origin = (877.051, 233.619, 163.357); -/* 15:16 */waypoints[238].type = "stand"; -/* 15:16 */waypoints[238].children[0] = 237; -/* 15:16 */waypoints[238].children[1] = 34; -/* 15:16 */waypoints[238].children[2] = 94; -/* 15:16 */waypoints[238].children[3] = 35; -/* 15:16 */waypoints[239] = spawnstruct(); -/* 15:16 */waypoints[239].origin = (2125.5, -1005.62, 200.125); -/* 15:16 */waypoints[239].type = "crouch"; -/* 15:16 */waypoints[239].children[0] = 99; -/* 15:16 */waypoints[239].angles = (5.21851, 67.0666, 0); -/* 15:16 */waypoints[240] = spawnstruct(); -/* 15:16 */waypoints[240].origin = (2248.26, -1092.03, 200.125); -/* 15:16 */waypoints[240].type = "crouch"; -/* 15:16 */waypoints[240].children[0] = 130; -/* 15:16 */waypoints[240].angles = (3.95508, 24.7143, 0); -/* 15:16 */waypoints[241] = spawnstruct(); -/* 15:16 */waypoints[241].origin = (2699.22, -1078.42, 201.125); -/* 15:16 */waypoints[241].type = "stand"; -/* 15:16 */waypoints[241].children[0] = 48; -/* 15:16 */waypoints[241].children[1] = 130; -/* 15:16 */waypoints[241].children[2] = 103; -/* 15:16 */waypoints[241].children[3] = 47; -/* 15:16 */waypoints[242] = spawnstruct(); -/* 15:16 */waypoints[242].origin = (1685.21, -2251.95, 249.251); -/* 15:16 */waypoints[242].type = "stand"; -/* 15:16 */waypoints[242].children[0] = 134; -/* 15:16 */waypoints[242].children[1] = 135; -/* 15:16 */waypoints[242].children[2] = 133; -/* 15:16 */waypoints[242].children[3] = 327; -/* 15:16 */waypoints[242].children[4] = 132; -/* 15:16 */waypoints[243] = spawnstruct(); -/* 15:16 */waypoints[243].origin = (1560.58, -1878.52, 236.317); -/* 15:16 */waypoints[243].type = "stand"; -/* 15:16 */waypoints[243].children[0] = 232; -/* 15:16 */waypoints[243].children[1] = 135; -/* 15:16 */waypoints[243].children[2] = 124; -/* 15:16 */waypoints[243].children[3] = 133; -/* 15:16 */waypoints[244] = spawnstruct(); -/* 15:16 */waypoints[244].origin = (567.165, -1454.74, 209.142); -/* 15:16 */waypoints[244].type = "stand"; -/* 15:16 */waypoints[244].children[0] = 61; -/* 15:16 */waypoints[244].children[1] = 245; -/* 15:16 */waypoints[244].children[2] = 302; -/* 15:16 */waypoints[245] = spawnstruct(); -/* 15:16 */waypoints[245].origin = (432.67, -1159.02, 168.402); -/* 15:16 */waypoints[245].type = "stand"; -/* 15:16 */waypoints[245].children[0] = 244; -/* 15:16 */waypoints[245].children[1] = 121; -/* 15:16 */waypoints[245].children[2] = 87; -/* 15:16 */waypoints[245].children[3] = 90; -/* 15:16 */waypoints[245].children[4] = 302; -/* 15:16 */waypoints[246] = spawnstruct(); -/* 15:16 */waypoints[246].origin = (-464.155, -628.2, 224.311); -/* 15:16 */waypoints[246].type = "stand"; -/* 15:16 */waypoints[246].children[0] = 89; -/* 15:16 */waypoints[246].children[1] = 247; -/* 15:16 */waypoints[246].children[2] = 142; -/* 15:16 */waypoints[246].children[3] = 291; -/* 15:16 */waypoints[247] = spawnstruct(); -/* 15:16 */waypoints[247].origin = (-606.866, -776.729, 212.912); -/* 15:16 */waypoints[247].type = "stand"; -/* 15:16 */waypoints[247].children[0] = 246; -/* 15:16 */waypoints[247].children[1] = 140; -/* 15:16 */waypoints[247].children[2] = 248; -/* 15:16 */waypoints[247].children[3] = 290; -/* 15:16 */waypoints[248] = spawnstruct(); -/* 15:16 */waypoints[248].origin = (-916.126, -999.126, 208.232); -/* 15:16 */waypoints[248].type = "stand"; -/* 15:16 */waypoints[248].children[0] = 247; -/* 15:16 */waypoints[248].children[1] = 11; -/* 15:16 */waypoints[248].children[2] = 20; -/* 15:16 */waypoints[248].children[3] = 290; -/* 15:16 */waypoints[249] = spawnstruct(); -/* 15:16 */waypoints[249].origin = (-939.485, 1268.5, 168.538); -/* 15:16 */waypoints[249].type = "stand"; -/* 15:16 */waypoints[249].children[0] = 192; -/* 15:16 */waypoints[249].children[1] = 213; -/* 15:16 */waypoints[249].children[2] = 250; -/* 15:16 */waypoints[249].children[3] = 262; -/* 15:16 */waypoints[250] = spawnstruct(); -/* 15:16 */waypoints[250].origin = (-1091.9, 1441.78, 177.577); -/* 15:16 */waypoints[250].type = "stand"; -/* 15:16 */waypoints[250].children[0] = 249; -/* 15:16 */waypoints[250].children[1] = 189; -/* 15:16 */waypoints[250].children[2] = 166; -/* 15:16 */waypoints[250].children[3] = 165; -/* 15:16 */waypoints[250].children[4] = 251; -/* 15:16 */waypoints[250].children[5] = 162; -/* 15:16 */waypoints[251] = spawnstruct(); -/* 15:16 */waypoints[251].origin = (-1174.8, 1107.8, 224.125); -/* 15:16 */waypoints[251].type = "stand"; -/* 15:16 */waypoints[251].children[0] = 191; -/* 15:16 */waypoints[251].children[1] = 250; -/* 15:16 */waypoints[251].children[2] = 190; -/* 15:16 */waypoints[252] = spawnstruct(); -/* 15:16 */waypoints[252].origin = (-2035.78, 1554.99, 226.896); -/* 15:16 */waypoints[252].type = "crouch"; -/* 15:16 */waypoints[252].children[0] = 168; -/* 15:16 */waypoints[252].angles = (4.58679, -30.5774, 0); -/* 15:16 */waypoints[253] = spawnstruct(); -/* 15:16 */waypoints[253].origin = (-1729.89, 674.334, 167.282); -/* 15:16 */waypoints[253].type = "stand"; -/* 15:16 */waypoints[253].children[0] = 187; -/* 15:16 */waypoints[253].children[1] = 254; -/* 15:16 */waypoints[253].children[2] = 171; -/* 15:16 */waypoints[253].children[3] = 173; -/* 15:16 */waypoints[253].children[4] = 186; -/* 15:16 */waypoints[253].children[5] = 363; -/* 15:16 */waypoints[254] = spawnstruct(); -/* 15:16 */waypoints[254].origin = (-1790.1, 848.229, 185.227); -/* 15:16 */waypoints[254].type = "stand"; -/* 15:16 */waypoints[254].children[0] = 253; -/* 15:16 */waypoints[254].children[1] = 187; -/* 15:16 */waypoints[254].children[2] = 169; -/* 15:16 */waypoints[254].children[3] = 170; -/* 15:16 */waypoints[255] = spawnstruct(); -/* 15:16 */waypoints[255].origin = (-1613.93, 428.297, 184.125); -/* 15:16 */waypoints[255].type = "crouch"; -/* 15:16 */waypoints[255].children[0] = 184; -/* 15:16 */waypoints[255].angles = (3.95508, 5.86425, 0); -/* 15:16 */waypoints[256] = spawnstruct(); -/* 15:16 */waypoints[256].origin = (-221.36, -2324.78, 224.125); -/* 15:16 */waypoints[256].type = "crouch"; -/* 15:16 */waypoints[256].children[0] = 361; -/* 15:16 */waypoints[256].angles = (2.69165, -62.2346, 0); -/* 15:16 */waypoints[257] = spawnstruct(); -/* 15:16 */waypoints[257].origin = (-234.112, -2400.03, 224.125); -/* 15:16 */waypoints[257].type = "claymore"; -/* 15:16 */waypoints[257].children[0] = 361; -/* 15:16 */waypoints[257].angles = (30.2179, -107.009, 0); -/* 15:16 */waypoints[258] = spawnstruct(); -/* 15:16 */waypoints[258].origin = (-449.661, -2344.09, 224.125); -/* 15:16 */waypoints[258].type = "crouch"; -/* 15:16 */waypoints[258].children[0] = 353; -/* 15:16 */waypoints[258].angles = (3.95508, -151.471, 0); -/* 15:16 */waypoints[259] = spawnstruct(); -/* 15:16 */waypoints[259].origin = (-1127.12, -2017.35, 224.125); -/* 15:16 */waypoints[259].type = "claymore"; -/* 15:16 */waypoints[259].children[0] = 75; -/* 15:16 */waypoints[259].angles = (32.1185, 72.7764, 0); -/* 15:16 */waypoints[260] = spawnstruct(); -/* 15:16 */waypoints[260].origin = (-1782.51, -605.322, 184.125); -/* 15:16 */waypoints[260].type = "crouch"; -/* 15:16 */waypoints[260].children[0] = 218; -/* 15:16 */waypoints[260].angles = (8.70117, -16.3008, 0); -/* 15:16 */waypoints[261] = spawnstruct(); -/* 15:16 */waypoints[261].origin = (-228.512, 1345.11, 123.125); -/* 15:16 */waypoints[261].type = "stand"; -/* 15:16 */waypoints[261].children[0] = 157; -/* 15:16 */waypoints[261].children[1] = 262; -/* 15:16 */waypoints[262] = spawnstruct(); -/* 15:16 */waypoints[262].origin = (-628.443, 1398.97, 137.801); -/* 15:16 */waypoints[262].type = "stand"; -/* 15:16 */waypoints[262].children[0] = 261; -/* 15:16 */waypoints[262].children[1] = 213; -/* 15:16 */waypoints[262].children[2] = 193; -/* 15:16 */waypoints[262].children[3] = 249; -/* 15:16 */waypoints[263] = spawnstruct(); -/* 15:16 */waypoints[263].origin = (324.62, 1609.86, 71.0295); -/* 15:16 */waypoints[263].type = "crouch"; -/* 15:16 */waypoints[263].children[0] = 156; -/* 15:16 */waypoints[263].angles = (5.85022, -107.229, 0); -/* 15:16 */waypoints[264] = spawnstruct(); -/* 15:16 */waypoints[264].origin = (355.082, 889.664, 58.0418); -/* 15:16 */waypoints[264].type = "stand"; -/* 15:16 */waypoints[264].children[0] = 215; -/* 15:16 */waypoints[264].children[1] = 211; -/* 15:16 */waypoints[264].children[2] = 265; -/* 15:16 */waypoints[264].children[3] = 203; -/* 15:16 */waypoints[265] = spawnstruct(); -/* 15:16 */waypoints[265].origin = (489.892, 471.012, 100.799); -/* 15:16 */waypoints[265].type = "stand"; -/* 15:16 */waypoints[265].children[0] = 264; -/* 15:16 */waypoints[265].children[1] = 199; -/* 15:16 */waypoints[266] = spawnstruct(); -/* 15:16 */waypoints[266].origin = (758.38, -308.027, -47.875); -/* 15:16 */waypoints[266].type = "crouch"; -/* 15:16 */waypoints[266].children[0] = 197; -/* 15:16 */waypoints[266].angles = (5.85022, 14.1973, 0); -/* 15:16 */waypoints[267] = spawnstruct(); -/* 15:16 */waypoints[267].origin = (1032.4, 1.20607, -47.875); -/* 15:16 */waypoints[267].type = "claymore"; -/* 15:16 */waypoints[267].children[0] = 198; -/* 15:16 */waypoints[267].angles = (31.6406, -116.815, 0); -/* 15:16 */waypoints[268] = spawnstruct(); -/* 15:16 */waypoints[268].origin = (788.735, -289.274, -47.875); -/* 15:16 */waypoints[268].type = "claymore"; -/* 15:16 */waypoints[268].children[0] = 197; -/* 15:16 */waypoints[268].angles = (26.4221, 59.5928, 0); -/* 15:16 */waypoints[269] = spawnstruct(); -/* 15:16 */waypoints[269].origin = (1182.43, -435.396, -46.5068); -/* 15:16 */waypoints[269].type = "claymore"; -/* 15:16 */waypoints[269].children[0] = 195; -/* 15:16 */waypoints[269].angles = (38.1281, -28.2154, 0); -/* 15:16 */waypoints[270] = spawnstruct(); -/* 15:16 */waypoints[270].origin = (1695.75, -2636.09, 272.125); -/* 15:16 */waypoints[270].type = "claymore"; -/* 15:16 */waypoints[270].children[0] = 134; -/* 15:16 */waypoints[270].angles = (32.4371, 10.4091, 0); -/* 15:16 */waypoints[271] = spawnstruct(); -/* 15:16 */waypoints[271].origin = (1945.04, -2583.76, 272.125); -/* 15:16 */waypoints[271].type = "claymore"; -/* 15:16 */waypoints[271].children[0] = 134; -/* 15:16 */waypoints[271].children[1] = 54; -/* 15:16 */waypoints[271].angles = (29.2731, -171.431, 0); -/* 15:16 */waypoints[272] = spawnstruct(); -/* 15:16 */waypoints[272].origin = (2016.34, -2517.62, 271.167); -/* 15:16 */waypoints[272].type = "claymore"; -/* 15:16 */waypoints[272].children[0] = 53; -/* 15:16 */waypoints[272].angles = (31.7999, -48.4996, 0); -/* 15:16 */waypoints[273] = spawnstruct(); -/* 15:16 */waypoints[273].origin = (659.448, -2598.31, 144.777); -/* 15:16 */waypoints[273].type = "claymore"; -/* 15:16 */waypoints[273].children[0] = 58; -/* 15:16 */waypoints[273].children[1] = 67; -/* 15:16 */waypoints[273].children[2] = 277; -/* 15:16 */waypoints[273].children[3] = 57; -/* 15:16 */waypoints[273].children[4] = 228; -/* 15:16 */waypoints[273].angles = (40.5066, 35.0954, 0); -/* 15:16 */waypoints[274] = spawnstruct(); -/* 15:16 */waypoints[274].origin = (529.517, -2840.82, 196.232); -/* 15:16 */waypoints[274].type = "claymore"; -/* 15:16 */waypoints[274].children[0] = 67; -/* 15:16 */waypoints[274].children[1] = 228; -/* 15:16 */waypoints[274].angles = (18.0341, -110.358, 0); -/* 15:16 */waypoints[275] = spawnstruct(); -/* 15:16 */waypoints[275].origin = (752.057, -2930.51, 169.134); -/* 15:16 */waypoints[275].type = "stand"; -/* 15:16 */waypoints[275].children[0] = 67; -/* 15:16 */waypoints[275].children[1] = 228; -/* 15:16 */waypoints[275].children[2] = 57; -/* 15:16 */waypoints[275].children[3] = 230; -/* 15:16 */waypoints[275].children[4] = 359; -/* 15:16 */waypoints[276] = spawnstruct(); -/* 15:16 */waypoints[276].origin = (818.857, -2489.27, 135.667); -/* 15:16 */waypoints[276].type = "claymore"; -/* 15:16 */waypoints[276].children[0] = 58; -/* 15:16 */waypoints[276].children[1] = 230; -/* 15:16 */waypoints[276].children[2] = 57; -/* 15:16 */waypoints[276].angles = (26.1035, -142.004, 0); -/* 15:16 */waypoints[277] = spawnstruct(); -/* 15:16 */waypoints[277].origin = (1122.85, -2901.52, 118.729); -/* 15:16 */waypoints[277].type = "stand"; -/* 15:16 */waypoints[277].children[0] = 56; -/* 15:16 */waypoints[277].children[1] = 58; -/* 15:16 */waypoints[277].children[2] = 273; -/* 15:16 */waypoints[277].children[3] = 230; -/* 15:16 */waypoints[278] = spawnstruct(); -/* 15:16 */waypoints[278].origin = (614.078, -2241.7, 138.638); -/* 15:16 */waypoints[278].type = "claymore"; -/* 15:16 */waypoints[278].children[0] = 59; -/* 15:16 */waypoints[278].children[1] = 60; -/* 15:16 */waypoints[278].children[2] = 137; -/* 15:16 */waypoints[278].angles = (32.4316, -137.099, 0); -/* 15:16 */waypoints[279] = spawnstruct(); -/* 15:16 */waypoints[279].origin = (49.5218, -1894.89, 227.448); -/* 15:16 */waypoints[279].type = "claymore"; -/* 15:16 */waypoints[279].children[0] = 81; -/* 15:16 */waypoints[279].children[1] = 80; -/* 15:16 */waypoints[279].angles = (25.4718, -18.5948, 0); -/* 15:16 */waypoints[280] = spawnstruct(); -/* 15:16 */waypoints[280].origin = (-188.684, -1875.64, 245.024); -/* 15:16 */waypoints[280].type = "crouch"; -/* 15:16 */waypoints[280].children[0] = 79; -/* 15:16 */waypoints[280].angles = (9.9646, 92.2133, 0); -/* 15:16 */waypoints[281] = spawnstruct(); -/* 15:16 */waypoints[281].origin = (-134.552, -2362.2, 224.125); -/* 15:16 */waypoints[281].type = "claymore"; -/* 15:16 */waypoints[281].children[0] = 63; -/* 15:16 */waypoints[281].children[1] = 361; -/* 15:16 */waypoints[281].angles = (23.4174, -17.7488, 0); -/* 15:16 */waypoints[282] = spawnstruct(); -/* 15:16 */waypoints[282].origin = (-767.167, -2246.99, 224.125); -/* 15:16 */waypoints[282].type = "crouch"; -/* 15:16 */waypoints[282].children[0] = 70; -/* 15:16 */waypoints[282].angles = (9.8053, -165.845, 0); -/* 15:16 */waypoints[283] = spawnstruct(); -/* 15:16 */waypoints[283].origin = (-773.931, -2247.13, 224.125); -/* 15:16 */waypoints[283].type = "claymore"; -/* 15:16 */waypoints[283].children[0] = 70; -/* 15:16 */waypoints[283].angles = (37.6556, -143.377, 0); -/* 15:16 */waypoints[284] = spawnstruct(); -/* 15:16 */waypoints[284].origin = (-1374.76, -1588.98, 205.131); -/* 15:16 */waypoints[284].type = "claymore"; -/* 15:16 */waypoints[284].children[0] = 9; -/* 15:16 */waypoints[284].children[1] = 10; -/* 15:16 */waypoints[284].children[2] = 286; -/* 15:16 */waypoints[284].angles = (20.885, 165.569, 0); -/* 15:16 */waypoints[285] = spawnstruct(); -/* 15:16 */waypoints[285].origin = (-1206.28, -1643.64, 236.083); -/* 15:16 */waypoints[285].type = "crouch"; -/* 15:16 */waypoints[285].children[0] = 10; -/* 15:16 */waypoints[285].angles = (11.8652, 119.047, 0); -/* 15:16 */waypoints[286] = spawnstruct(); -/* 15:16 */waypoints[286].origin = (-1245.3, -1610.06, 227.523); -/* 15:16 */waypoints[286].type = "stand"; -/* 15:16 */waypoints[286].children[0] = 284; -/* 15:16 */waypoints[286].children[1] = 18; -/* 15:16 */waypoints[287] = spawnstruct(); -/* 15:16 */waypoints[287].origin = (-1255.37, -1379.26, 191.592); -/* 15:16 */waypoints[287].type = "stand"; -/* 15:16 */waypoints[287].children[0] = 10; -/* 15:16 */waypoints[287].children[1] = 11; -/* 15:16 */waypoints[287].children[2] = 18; -/* 15:16 */waypoints[287].children[3] = 12; -/* 15:16 */waypoints[287].children[4] = 17; -/* 15:16 */waypoints[287].children[5] = 288; -/* 15:16 */waypoints[287].children[6] = 289; -/* 15:16 */waypoints[288] = spawnstruct(); -/* 15:16 */waypoints[288].origin = (-911.885, -1260.27, 240.841); -/* 15:16 */waypoints[288].type = "crouch"; -/* 15:16 */waypoints[288].children[0] = 287; -/* 15:16 */waypoints[288].angles = (12.4969, 167.305, 0); -/* 15:16 */waypoints[289] = spawnstruct(); -/* 15:16 */waypoints[289].origin = (-958.379, -1284.54, 236.85); -/* 15:16 */waypoints[289].type = "stand"; -/* 15:16 */waypoints[289].children[0] = 19; -/* 15:16 */waypoints[289].children[1] = 18; -/* 15:16 */waypoints[289].children[2] = 287; -/* 15:16 */waypoints[290] = spawnstruct(); -/* 15:16 */waypoints[290].origin = (-790.555, -849.003, 189.819); -/* 15:16 */waypoints[290].type = "stand"; -/* 15:16 */waypoints[290].children[0] = 247; -/* 15:16 */waypoints[290].children[1] = 248; -/* 15:16 */waypoints[290].children[2] = 141; -/* 15:16 */waypoints[291] = spawnstruct(); -/* 15:16 */waypoints[291].origin = (-444.42, -399.779, 175.96); -/* 15:16 */waypoints[291].type = "stand"; -/* 15:16 */waypoints[291].children[0] = 143; -/* 15:16 */waypoints[291].children[1] = 246; -/* 15:16 */waypoints[291].children[2] = 89; -/* 15:16 */waypoints[292] = spawnstruct(); -/* 15:16 */waypoints[292].origin = (-255.267, -337.75, 202.812); -/* 15:16 */waypoints[292].type = "claymore"; -/* 15:16 */waypoints[292].children[0] = 27; -/* 15:16 */waypoints[292].children[1] = 89; -/* 15:16 */waypoints[292].children[2] = 92; -/* 15:16 */waypoints[292].children[3] = 295; -/* 15:16 */waypoints[292].angles = (36.9019, 54.9752, 0); -/* 15:16 */waypoints[293] = spawnstruct(); -/* 15:16 */waypoints[293].origin = (-157.917, -397.551, 216.125); -/* 15:16 */waypoints[293].type = "crouch"; -/* 15:16 */waypoints[293].children[0] = 294; -/* 15:16 */waypoints[293].angles = (3.99231, 0.92244, 0); -/* 15:16 */waypoints[294] = spawnstruct(); -/* 15:16 */waypoints[294].origin = (-2.18937, -370.598, 218.976); -/* 15:16 */waypoints[294].type = "stand"; -/* 15:16 */waypoints[294].children[0] = 295; -/* 15:16 */waypoints[294].children[1] = 144; -/* 15:16 */waypoints[294].children[2] = 293; -/* 15:16 */waypoints[294].children[3] = 298; -/* 15:16 */waypoints[294].children[4] = 225; -/* 15:16 */waypoints[295] = spawnstruct(); -/* 15:16 */waypoints[295].origin = (-168.879, -246.463, 199.484); -/* 15:16 */waypoints[295].type = "stand"; -/* 15:16 */waypoints[295].children[0] = 294; -/* 15:16 */waypoints[295].children[1] = 27; -/* 15:16 */waypoints[295].children[2] = 292; -/* 15:16 */waypoints[295].children[3] = 92; -/* 15:16 */waypoints[295].children[4] = 204; -/* 15:16 */waypoints[296] = spawnstruct(); -/* 15:16 */waypoints[296].origin = (-290.497, 361.391, 142.584); -/* 15:16 */waypoints[296].type = "stand"; -/* 15:16 */waypoints[296].children[0] = 204; -/* 15:16 */waypoints[296].children[1] = 92; -/* 15:16 */waypoints[296].children[2] = 205; -/* 15:16 */waypoints[297] = spawnstruct(); -/* 15:16 */waypoints[297].origin = (-406.379, 17.0424, 180.822); -/* 15:16 */waypoints[297].type = "stand"; -/* 15:16 */waypoints[297].children[0] = 143; -/* 15:16 */waypoints[297].children[1] = 207; -/* 15:16 */waypoints[297].children[2] = 204; -/* 15:16 */waypoints[298] = spawnstruct(); -/* 15:16 */waypoints[298].origin = (-130.117, -415.268, 216.125); -/* 15:16 */waypoints[298].type = "claymore"; -/* 15:16 */waypoints[298].children[0] = 294; -/* 15:16 */waypoints[298].angles = (28.8324, 75.9975, 0); -/* 15:16 */waypoints[299] = spawnstruct(); -/* 15:16 */waypoints[299].origin = (519.693, -718.409, 216.125); -/* 15:16 */waypoints[299].type = "claymore"; -/* 15:16 */waypoints[299].children[0] = 225; -/* 15:16 */waypoints[299].angles = (60.7916, -122.41, 0); -/* 15:16 */waypoints[300] = spawnstruct(); -/* 15:16 */waypoints[300].origin = (295.354, -646.539, 123.397); -/* 15:16 */waypoints[300].type = "stand"; -/* 15:16 */waypoints[300].children[0] = 91; -/* 15:16 */waypoints[300].children[1] = 201; -/* 15:16 */waypoints[300].children[2] = 87; -/* 15:16 */waypoints[301] = spawnstruct(); -/* 15:16 */waypoints[301].origin = (365.146, -915.222, 139.781); -/* 15:16 */waypoints[301].type = "stand"; -/* 15:16 */waypoints[301].children[0] = 87; -/* 15:16 */waypoints[301].children[1] = 302; -/* 15:16 */waypoints[301].children[2] = 303; -/* 15:16 */waypoints[301].children[3] = 88; -/* 15:16 */waypoints[302] = spawnstruct(); -/* 15:16 */waypoints[302].origin = (587.478, -1166.32, 179.031); -/* 15:16 */waypoints[302].type = "stand"; -/* 15:16 */waypoints[302].children[0] = 301; -/* 15:16 */waypoints[302].children[1] = 121; -/* 15:16 */waypoints[302].children[2] = 245; -/* 15:16 */waypoints[302].children[3] = 244; -/* 15:16 */waypoints[302].children[4] = 303; -/* 15:16 */waypoints[303] = spawnstruct(); -/* 15:16 */waypoints[303].origin = (219.271, -939.369, 102.663); -/* 15:16 */waypoints[303].type = "stand"; -/* 15:16 */waypoints[303].children[0] = 302; -/* 15:16 */waypoints[303].children[1] = 87; -/* 15:16 */waypoints[303].children[2] = 90; -/* 15:16 */waypoints[303].children[3] = 301; -/* 15:16 */waypoints[303].children[4] = 88; -/* 15:16 */waypoints[304] = spawnstruct(); -/* 15:16 */waypoints[304].origin = (1048.47, -1447.88, 226.955); -/* 15:16 */waypoints[304].type = "stand"; -/* 15:16 */waypoints[304].children[0] = 61; -/* 15:16 */waypoints[304].children[1] = 122; -/* 15:16 */waypoints[304].children[2] = 123; -/* 15:16 */waypoints[305] = spawnstruct(); -/* 15:16 */waypoints[305].origin = (1271.52, -1760.47, 236.291); -/* 15:16 */waypoints[305].type = "stand"; -/* 15:16 */waypoints[305].children[0] = 135; -/* 15:16 */waypoints[305].children[1] = 136; -/* 15:16 */waypoints[305].children[2] = 61; -/* 15:16 */waypoints[305].children[3] = 306; -/* 15:16 */waypoints[306] = spawnstruct(); -/* 15:16 */waypoints[306].origin = (1343.09, -1655.8, 222.096); -/* 15:16 */waypoints[306].type = "claymore"; -/* 15:16 */waypoints[306].children[0] = 305; -/* 15:16 */waypoints[306].children[1] = 135; -/* 15:16 */waypoints[306].angles = (48.2892, -76.3224, 0); -/* 15:16 */waypoints[307] = spawnstruct(); -/* 15:16 */waypoints[307].origin = (1912.94, -1955.38, 213.291); -/* 15:16 */waypoints[307].type = "claymore"; -/* 15:16 */waypoints[307].children[0] = 132; -/* 15:16 */waypoints[307].angles = (23.2898, -28.0705, 0); -/* 15:16 */waypoints[308] = spawnstruct(); -/* 15:16 */waypoints[308].origin = (2288.71, -2249.81, 228.079); -/* 15:16 */waypoints[308].type = "stand"; -/* 15:16 */waypoints[308].children[0] = 132; -/* 15:16 */waypoints[308].children[1] = 52; -/* 15:16 */waypoints[308].children[2] = 326; -/* 15:16 */waypoints[308].children[3] = 49; -/* 15:16 */waypoints[309] = spawnstruct(); -/* 15:16 */waypoints[309].origin = (1959.37, -1767.12, 200.125); -/* 15:16 */waypoints[309].type = "stand"; -/* 15:16 */waypoints[309].children[0] = 126; -/* 15:16 */waypoints[309].children[1] = 310; -/* 15:16 */waypoints[309].children[2] = 312; -/* 15:16 */waypoints[310] = spawnstruct(); -/* 15:16 */waypoints[310].origin = (2187.13, -1913.84, 200.125); -/* 15:16 */waypoints[310].type = "stand"; -/* 15:16 */waypoints[310].children[0] = 132; -/* 15:16 */waypoints[310].children[1] = 309; -/* 15:16 */waypoints[310].children[2] = 131; -/* 15:16 */waypoints[310].children[3] = 326; -/* 15:16 */waypoints[311] = spawnstruct(); -/* 15:16 */waypoints[311].origin = (1989.73, -1356.2, 200.125); -/* 15:16 */waypoints[311].type = "claymore"; -/* 15:16 */waypoints[311].children[0] = 129; -/* 15:16 */waypoints[311].children[1] = 312; -/* 15:16 */waypoints[311].angles = (33.7378, -46.8077, 0); -/* 15:16 */waypoints[312] = spawnstruct(); -/* 15:16 */waypoints[312].origin = (2097.04, -1459.33, 200.125); -/* 15:16 */waypoints[312].type = "stand"; -/* 15:16 */waypoints[312].children[0] = 311; -/* 15:16 */waypoints[312].children[1] = 309; -/* 15:16 */waypoints[312].children[2] = 126; -/* 15:16 */waypoints[313] = spawnstruct(); -/* 15:16 */waypoints[313].origin = (1800.63, -1292.85, 176.261); -/* 15:16 */waypoints[313].type = "claymore"; -/* 15:16 */waypoints[313].children[0] = 125; -/* 15:16 */waypoints[313].children[1] = 112; -/* 15:16 */waypoints[313].angles = (35.7922, -124.278, 0); -/* 15:16 */waypoints[314] = spawnstruct(); -/* 15:16 */waypoints[314].origin = (1928.19, -1052.45, 187.542); -/* 15:16 */waypoints[314].type = "crouch"; -/* 15:16 */waypoints[314].children[0] = 112; -/* 15:16 */waypoints[314].angles = (7.78809, -175.859, 0); -/* 15:16 */waypoints[315] = spawnstruct(); -/* 15:16 */waypoints[315].origin = (719.974, -1083.63, 188.716); -/* 15:16 */waypoints[315].type = "claymore"; -/* 15:16 */waypoints[315].children[0] = 121; -/* 15:16 */waypoints[315].children[1] = 29; -/* 15:16 */waypoints[315].children[2] = 30; -/* 15:16 */waypoints[315].children[3] = 122; -/* 15:16 */waypoints[315].angles = (36.5833, -81.7002, 0); -/* 15:16 */waypoints[316] = spawnstruct(); -/* 15:16 */waypoints[316].origin = (1184.94, -483.506, 144.583); -/* 15:16 */waypoints[316].type = "stand"; -/* 15:16 */waypoints[316].children[0] = 116; -/* 15:16 */waypoints[316].children[1] = 94; -/* 15:16 */waypoints[317] = spawnstruct(); -/* 15:16 */waypoints[317].origin = (1655.69, -252.039, -33.6008); -/* 15:16 */waypoints[317].type = "crouch"; -/* 15:16 */waypoints[317].children[0] = 96; -/* 15:16 */waypoints[317].angles = (8.2605, -171.178, 0); -/* 15:16 */waypoints[318] = spawnstruct(); -/* 15:16 */waypoints[318].origin = (1525.38, -675.723, -35.0354); -/* 15:16 */waypoints[318].type = "claymore"; -/* 15:16 */waypoints[318].children[0] = 235; -/* 15:16 */waypoints[318].children[1] = 97; -/* 15:16 */waypoints[318].angles = (39.2694, 62.1932, 0); -/* 15:16 */waypoints[319] = spawnstruct(); -/* 15:16 */waypoints[319].origin = (1503.31, -487.672, -47.1382); -/* 15:16 */waypoints[319].type = "claymore"; -/* 15:16 */waypoints[319].children[0] = 235; -/* 15:16 */waypoints[319].children[1] = 97; -/* 15:16 */waypoints[319].angles = (40.2197, -122.196, 0); -/* 15:16 */waypoints[320] = spawnstruct(); -/* 15:16 */waypoints[320].origin = (1379.58, -297.902, -39.422); -/* 15:16 */waypoints[320].type = "stand"; -/* 15:16 */waypoints[320].children[0] = 96; -/* 15:16 */waypoints[320].children[1] = 195; -/* 15:16 */waypoints[320].children[2] = 234; -/* 15:16 */waypoints[320].children[3] = 97; -/* 15:16 */waypoints[320].children[4] = 198; -/* 15:16 */waypoints[321] = spawnstruct(); -/* 15:16 */waypoints[321].origin = (1980.58, 1182.75, 244.987); -/* 15:16 */waypoints[321].type = "crouch"; -/* 15:16 */waypoints[321].children[0] = 39; -/* 15:16 */waypoints[321].angles = (8.57361, -137.412, 0); -/* 15:16 */waypoints[322] = spawnstruct(); -/* 15:16 */waypoints[322].origin = (2892.85, 103.739, 178.714); -/* 15:16 */waypoints[322].type = "crouch"; -/* 15:16 */waypoints[322].children[0] = 43; -/* 15:16 */waypoints[322].angles = (3.67371, 6.87703, 0); -/* 15:16 */waypoints[323] = spawnstruct(); -/* 15:16 */waypoints[323].origin = (3180.39, -438.429, 213.977); -/* 15:16 */waypoints[323].type = "crouch"; -/* 15:16 */waypoints[323].children[0] = 44; -/* 15:16 */waypoints[323].angles = (8.89221, 16.8471, 0); -/* 15:16 */waypoints[324] = spawnstruct(); -/* 15:16 */waypoints[324].origin = (2140.37, -961.182, 200.125); -/* 15:16 */waypoints[324].type = "stand"; -/* 15:16 */waypoints[324].children[0] = 99; -/* 15:16 */waypoints[324].children[1] = 130; -/* 15:16 */waypoints[325] = spawnstruct(); -/* 15:16 */waypoints[325].origin = (2701.2, -2140.66, 201.125); -/* 15:16 */waypoints[325].type = "stand"; -/* 15:16 */waypoints[325].children[0] = 326; -/* 15:16 */waypoints[325].children[1] = 358; -/* 15:16 */waypoints[326] = spawnstruct(); -/* 15:16 */waypoints[326].origin = (2547.2, -2135.9, 200.125); -/* 15:16 */waypoints[326].type = "stand"; -/* 15:16 */waypoints[326].children[0] = 52; -/* 15:16 */waypoints[326].children[1] = 325; -/* 15:16 */waypoints[326].children[2] = 308; -/* 15:16 */waypoints[326].children[3] = 133; -/* 15:16 */waypoints[326].children[4] = 310; -/* 15:16 */waypoints[326].children[5] = 131; -/* 15:16 */waypoints[326].children[6] = 51; -/* 15:16 */waypoints[327] = spawnstruct(); -/* 15:16 */waypoints[327].origin = (1916.64, -2302.25, 256.116); -/* 15:16 */waypoints[327].type = "stand"; -/* 15:16 */waypoints[327].children[0] = 132; -/* 15:16 */waypoints[327].children[1] = 133; -/* 15:16 */waypoints[327].children[2] = 242; -/* 15:16 */waypoints[328] = spawnstruct(); -/* 15:16 */waypoints[328].origin = (-1092.12, 449.969, 146.514); -/* 15:16 */waypoints[328].type = "claymore"; -/* 15:16 */waypoints[328].children[0] = 184; -/* 15:16 */waypoints[328].angles = (34.5288, 5.69051, 0); -/* 15:16 */waypoints[329] = spawnstruct(); -/* 15:16 */waypoints[329].origin = (-1099.04, 564.068, 148.647); -/* 15:16 */waypoints[329].type = "claymore"; -/* 15:16 */waypoints[329].children[0] = 184; -/* 15:16 */waypoints[329].angles = (29.3103, 4.493, 0); -/* 15:16 */waypoints[330] = spawnstruct(); -/* 15:16 */waypoints[330].origin = (-1678.54, 274.702, 145.125); -/* 15:16 */waypoints[330].type = "crouch"; -/* 15:16 */waypoints[330].children[0] = 181; -/* 15:16 */waypoints[330].angles = (13.6066, -148.949, 0); -/* 15:16 */waypoints[331] = spawnstruct(); -/* 15:16 */waypoints[331].origin = (-1862.57, 275.385, 170.127); -/* 15:16 */waypoints[331].type = "stand"; -/* 15:16 */waypoints[331].children[0] = 174; -/* 15:16 */waypoints[331].children[1] = 182; -/* 15:16 */waypoints[331].children[2] = 181; -/* 15:16 */waypoints[331].children[3] = 23; -/* 15:16 */waypoints[332] = spawnstruct(); -/* 15:16 */waypoints[332].origin = (-1966.41, 168.639, 152.174); -/* 15:16 */waypoints[332].type = "stand"; -/* 15:16 */waypoints[332].children[0] = 181; -/* 15:16 */waypoints[332].children[1] = 182; -/* 15:16 */waypoints[332].children[2] = 341; -/* 15:16 */waypoints[333] = spawnstruct(); -/* 15:16 */waypoints[333].origin = (1626.62, -2786.77, 270.453); -/* 15:16 */waypoints[333].type = "stand"; -/* 15:16 */waypoints[333].children[0] = 134; -/* 15:16 */waypoints[333].children[1] = 56; -/* 15:16 */waypoints[334] = spawnstruct(); -/* 15:16 */waypoints[334].origin = (-1081.02, -2237.41, 224.125); -/* 15:16 */waypoints[334].type = "stand"; -/* 15:16 */waypoints[334].children[0] = 71; -/* 15:16 */waypoints[334].children[1] = 76; -/* 15:16 */waypoints[334].children[2] = 77; -/* 15:16 */waypoints[334].children[3] = 72; -/* 15:16 */waypoints[335] = spawnstruct(); -/* 15:16 */waypoints[335].origin = (-1836.99, -1584.57, 224.125); -/* 15:16 */waypoints[335].type = "claymore"; -/* 15:16 */waypoints[335].children[0] = 3; -/* 15:16 */waypoints[335].angles = (40.0659, -16.87, 0); -/* 15:16 */waypoints[336] = spawnstruct(); -/* 15:16 */waypoints[336].origin = (-507.972, 1003.96, 141.26); -/* 15:16 */waypoints[336].type = "stand"; -/* 15:16 */waypoints[336].children[0] = 211; -/* 15:16 */waypoints[336].children[1] = 212; -/* 15:16 */waypoints[336].children[2] = 205; -/* 15:16 */waypoints[336].children[3] = 186; -/* 15:16 */waypoints[337] = spawnstruct(); -/* 15:16 */waypoints[337].origin = (-108.255, 1235.71, 181.135); -/* 15:16 */waypoints[337].type = "stand"; -/* 15:16 */waypoints[337].children[0] = 193; -/* 15:16 */waypoints[337].children[1] = 349; -/* 15:16 */waypoints[338] = spawnstruct(); -/* 15:16 */waypoints[338].origin = (1132.39, 1474.13, 178.907); -/* 15:16 */waypoints[338].type = "crouch"; -/* 15:16 */waypoints[338].children[0] = 153; -/* 15:16 */waypoints[338].angles = (9.68872, -125.25, 0); -/* 15:16 */waypoints[339] = spawnstruct(); -/* 15:16 */waypoints[339].origin = (3456.25, -64.6353, 231.455); -/* 15:16 */waypoints[339].type = "stand"; -/* 15:16 */waypoints[339].children[0] = 44; -/* 15:16 */waypoints[339].children[1] = 45; -/* 15:16 */waypoints[339].children[2] = 43; -/* 15:16 */waypoints[340] = spawnstruct(); -/* 15:16 */waypoints[340].origin = (2252.05, 749.195, 225.747); -/* 15:16 */waypoints[340].type = "stand"; -/* 15:16 */waypoints[340].children[0] = 42; -/* 15:16 */waypoints[340].children[1] = 41; -/* 15:16 */waypoints[340].children[2] = 40; -/* 15:16 */waypoints[340].children[3] = 352; -/* 15:16 */waypoints[341] = spawnstruct(); -/* 15:16 */waypoints[341].origin = (-2288.07, 248.97, 144.027); -/* 15:16 */waypoints[341].type = "stand"; -/* 15:16 */waypoints[341].children[0] = 175; -/* 15:16 */waypoints[341].children[1] = 174; -/* 15:16 */waypoints[341].children[2] = 332; -/* 15:16 */waypoints[341].children[3] = 173; -/* 15:16 */waypoints[341].children[4] = 344; -/* 15:16 */waypoints[342] = spawnstruct(); -/* 15:16 */waypoints[342].origin = (949.067, 43.9553, -47.875); -/* 15:16 */waypoints[342].type = "crouch"; -/* 15:16 */waypoints[342].children[0] = 198; -/* 15:16 */waypoints[342].angles = (5.53711, -83.5371, 0); -/* 15:16 */waypoints[343] = spawnstruct(); -/* 15:16 */waypoints[343].origin = (1377.31, -100.943, -22.7156); -/* 15:16 */waypoints[343].type = "crouch"; -/* 15:16 */waypoints[343].children[0] = 96; -/* 15:16 */waypoints[343].angles = (8.38257, -56.4833, 0); -/* 15:16 */waypoints[344] = spawnstruct(); -/* 15:16 */waypoints[344].origin = (-2387.09, -33.6116, 147.066); -/* 15:16 */waypoints[344].type = "stand"; -/* 15:16 */waypoints[344].children[0] = 341; -/* 15:16 */waypoints[344].children[1] = 177; -/* 15:16 */waypoints[344].children[2] = 178; -/* 15:16 */waypoints[344].children[3] = 236; -/* 15:16 */waypoints[344].children[4] = 176; -/* 15:16 */waypoints[345] = spawnstruct(); -/* 15:16 */waypoints[345].origin = (-1939.72, -454.77, 144.571); -/* 15:16 */waypoints[345].type = "claymore"; -/* 15:16 */waypoints[345].children[0] = 181; -/* 15:16 */waypoints[345].angles = (57.431, 79.8461, 0); -/* 15:16 */waypoints[346] = spawnstruct(); -/* 15:16 */waypoints[346].origin = (1966.65, -1215.01, 204.23); -/* 15:16 */waypoints[346].type = "crouch"; -/* 15:16 */waypoints[346].children[0] = 127; -/* 15:16 */waypoints[346].angles = (2.84546, -57.4885, 0); -/* 15:16 */waypoints[347] = spawnstruct(); -/* 15:16 */waypoints[347].origin = (-1808.13, 1832.49, 200.569); -/* 15:16 */waypoints[347].type = "stand"; -/* 15:16 */waypoints[347].children[0] = 167; -/* 15:16 */waypoints[347].children[1] = 214; -/* 15:16 */waypoints[347].children[2] = 168; -/* 15:16 */waypoints[348] = spawnstruct(); -/* 15:16 */waypoints[348].origin = (-592.715, 225.359, 164.577); -/* 15:16 */waypoints[348].type = "stand"; -/* 15:16 */waypoints[348].children[0] = 209; -/* 15:16 */waypoints[348].children[1] = 210; -/* 15:16 */waypoints[348].children[2] = 207; -/* 15:16 */waypoints[348].children[3] = 25; -/* 15:16 */waypoints[348].children[4] = 183; -/* 15:16 */waypoints[349] = spawnstruct(); -/* 15:16 */waypoints[349].origin = (840.366, 1112.03, 162.881); -/* 15:16 */waypoints[349].type = "stand"; -/* 15:16 */waypoints[349].children[0] = 153; -/* 15:16 */waypoints[349].children[1] = 151; -/* 15:16 */waypoints[349].children[2] = 337; -/* 15:16 */waypoints[350] = spawnstruct(); -/* 15:16 */waypoints[350].origin = (1575.22, 1213.05, 204.378); -/* 15:16 */waypoints[350].type = "stand"; -/* 15:16 */waypoints[350].children[0] = 194; -/* 15:16 */waypoints[350].children[1] = 39; -/* 15:16 */waypoints[350].children[2] = 38; -/* 15:16 */waypoints[351] = spawnstruct(); -/* 15:16 */waypoints[351].origin = (1756.43, 729.853, 164.154); -/* 15:16 */waypoints[351].type = "stand"; -/* 15:16 */waypoints[351].children[0] = 150; -/* 15:16 */waypoints[351].children[1] = 38; -/* 15:16 */waypoints[351].children[2] = 149; -/* 15:16 */waypoints[351].children[3] = 352; -/* 15:16 */waypoints[352] = spawnstruct(); -/* 15:16 */waypoints[352].origin = (1871.5, 649.762, 165.71); -/* 15:16 */waypoints[352].type = "stand"; -/* 15:16 */waypoints[352].children[0] = 351; -/* 15:16 */waypoints[352].children[1] = 40; -/* 15:16 */waypoints[352].children[2] = 340; -/* 15:16 */waypoints[352].children[3] = 41; -/* 15:16 */waypoints[353] = spawnstruct(); -/* 15:16 */waypoints[353].origin = (-538.231, -2432.85, 224.125); -/* 15:16 */waypoints[353].type = "stand"; -/* 15:16 */waypoints[353].children[0] = 258; -/* 15:16 */waypoints[353].children[1] = 69; -/* 15:16 */waypoints[353].children[2] = 354; -/* 15:16 */waypoints[353].children[3] = 355; -/* 15:16 */waypoints[353].children[4] = 361; -/* 15:16 */waypoints[354] = spawnstruct(); -/* 15:16 */waypoints[354].origin = (-780.015, -2527.45, 208.125); -/* 15:16 */waypoints[354].type = "stand"; -/* 15:16 */waypoints[354].children[0] = 69; -/* 15:16 */waypoints[354].children[1] = 353; -/* 15:16 */waypoints[354].children[2] = 71; -/* 15:16 */waypoints[355] = spawnstruct(); -/* 15:16 */waypoints[355].origin = (-725.79, -2356.29, 224.125); -/* 15:16 */waypoints[355].type = "stand"; -/* 15:16 */waypoints[355].children[0] = 69; -/* 15:16 */waypoints[355].children[1] = 353; -/* 15:16 */waypoints[355].children[2] = 70; -/* 15:16 */waypoints[356] = spawnstruct(); -/* 15:16 */waypoints[356].origin = (-2417.88, -698.609, 279.78); -/* 15:16 */waypoints[356].type = "stand"; -/* 15:16 */waypoints[356].children[0] = 179; -/* 15:16 */waypoints[356].children[1] = 236; -/* 15:16 */waypoints[356].children[2] = 226; -/* 15:16 */waypoints[356].children[3] = 0; -/* 15:16 */waypoints[356].children[4] = 15; -/* 15:16 */waypoints[357] = spawnstruct(); -/* 15:16 */waypoints[357].origin = (3463.55, -1312.36, 195.083); -/* 15:16 */waypoints[357].type = "stand"; -/* 15:16 */waypoints[357].children[0] = 47; -/* 15:16 */waypoints[358] = spawnstruct(); -/* 15:16 */waypoints[358].origin = (2827.18, -2186.04, 201.125); -/* 15:16 */waypoints[358].type = "stand"; -/* 15:16 */waypoints[358].children[0] = 325; -/* 15:16 */waypoints[358].children[1] = 50; -/* 15:16 */waypoints[359] = spawnstruct(); -/* 15:16 */waypoints[359].origin = (522.41, -2675.21, 182.727); -/* 15:16 */waypoints[359].type = "climb"; -/* 15:16 */waypoints[359].children[0] = 275; -/* 15:16 */waypoints[359].children[1] = 360; -/* 15:16 */waypoints[359].angles = (-3.28611, 160.056, 0); -/* 15:16 */waypoints[360] = spawnstruct(); -/* 15:16 */waypoints[360].origin = (461.402, -2646.74, 224.125); -/* 15:16 */waypoints[360].type = "climb"; -/* 15:16 */waypoints[360].children[0] = 359; -/* 15:16 */waypoints[360].children[1] = 362; -/* 15:16 */waypoints[360].angles = (34.2157, -29.9691, 0); -/* 15:16 */waypoints[361] = spawnstruct(); -/* 15:16 */waypoints[361].origin = (-55.3642, -2536.16, 224.125); -/* 15:16 */waypoints[361].type = "stand"; -/* 15:16 */waypoints[361].children[0] = 63; -/* 15:16 */waypoints[361].children[1] = 281; -/* 15:16 */waypoints[361].children[2] = 256; -/* 15:16 */waypoints[361].children[3] = 257; -/* 15:16 */waypoints[361].children[4] = 65; -/* 15:16 */waypoints[361].children[5] = 353; -/* 15:16 */waypoints[361].children[6] = 81; -/* 15:16 */waypoints[362] = spawnstruct(); -/* 15:16 */waypoints[362].origin = (340.39, -2596.26, 224.125); -/* 15:16 */waypoints[362].type = "stand"; -/* 15:16 */waypoints[362].children[0] = 62; -/* 15:16 */waypoints[362].children[1] = 360; -/* 15:16 */waypoints[362].children[2] = 64; -/* 15:16 */waypoints[362].children[3] = 63; -/* 15:16 */waypoints[363] = spawnstruct(); -/* 15:16 */waypoints[363].origin = (-1365.3, 611.39, 164.67); -/* 15:16 */waypoints[363].type = "stand"; -/* 15:16 */waypoints[363].children[0] = 186; -/* 15:16 */waypoints[363].children[1] = 253; -/* 15:16 */return waypoints; -} diff --git a/raw/maps/mp/bots/waypoints/lockdown.gsc b/raw/maps/mp/bots/waypoints/lockdown.gsc deleted file mode 100644 index 7b416f9..0000000 --- a/raw/maps/mp/bots/waypoints/lockdown.gsc +++ /dev/null @@ -1,1361 +0,0 @@ -Lockdown() -{ -/* 9:43 */waypoints = []; -/* 9:43 */waypoints[0] = spawnstruct(); -/* 9:43 */waypoints[0].origin = (580.842, -290.41, -7.875); -/* 9:43 */waypoints[0].type = "stand"; -/* 9:43 */waypoints[0].children[0] = 1; -/* 9:43 */waypoints[0].children[1] = 3; -/* 9:43 */waypoints[0].children[2] = 111; -/* 9:43 */waypoints[0].children[3] = 206; -/* 9:43 */waypoints[0].children[4] = 205; -/* 9:43 */waypoints[0].children[5] = 207; -/* 9:43 */waypoints[1] = spawnstruct(); -/* 9:43 */waypoints[1].origin = (510.395, 87.7001, -5.22173); -/* 9:43 */waypoints[1].type = "stand"; -/* 9:43 */waypoints[1].children[0] = 0; -/* 9:43 */waypoints[1].children[1] = 2; -/* 9:43 */waypoints[1].children[2] = 7; -/* 9:43 */waypoints[1].children[3] = 110; -/* 9:43 */waypoints[1].children[4] = 112; -/* 9:43 */waypoints[2] = spawnstruct(); -/* 9:43 */waypoints[2].origin = (37.974, -148.441, -7.875); -/* 9:43 */waypoints[2].type = "stand"; -/* 9:43 */waypoints[2].children[0] = 1; -/* 9:43 */waypoints[2].children[1] = 6; -/* 9:43 */waypoints[2].children[2] = 100; -/* 9:43 */waypoints[2].children[3] = 110; -/* 9:43 */waypoints[3] = spawnstruct(); -/* 9:43 */waypoints[3].origin = (135.299, -406.476, -7.875); -/* 9:43 */waypoints[3].type = "stand"; -/* 9:43 */waypoints[3].children[0] = 4; -/* 9:43 */waypoints[3].children[1] = 0; -/* 9:43 */waypoints[3].children[2] = 93; -/* 9:43 */waypoints[3].children[3] = 111; -/* 9:43 */waypoints[3].children[4] = 202; -/* 9:43 */waypoints[3].children[5] = 205; -/* 9:43 */waypoints[4] = spawnstruct(); -/* 9:43 */waypoints[4].origin = (44.7471, -347.241, -7.875); -/* 9:43 */waypoints[4].type = "stand"; -/* 9:43 */waypoints[4].children[0] = 5; -/* 9:43 */waypoints[4].children[1] = 3; -/* 9:43 */waypoints[4].children[2] = 202; -/* 9:43 */waypoints[5] = spawnstruct(); -/* 9:43 */waypoints[5].origin = (-330.09, -338.334, 0.124998); -/* 9:43 */waypoints[5].type = "stand"; -/* 9:43 */waypoints[5].children[0] = 6; -/* 9:43 */waypoints[5].children[1] = 4; -/* 9:43 */waypoints[5].children[2] = 93; -/* 9:43 */waypoints[6] = spawnstruct(); -/* 9:43 */waypoints[6].origin = (-410.348, -238.772, -3.875); -/* 9:43 */waypoints[6].type = "stand"; -/* 9:43 */waypoints[6].children[0] = 2; -/* 9:43 */waypoints[6].children[1] = 5; -/* 9:43 */waypoints[6].children[2] = 83; -/* 9:43 */waypoints[6].children[3] = 95; -/* 9:43 */waypoints[6].children[4] = 100; -/* 9:43 */waypoints[6].children[5] = 199; -/* 9:43 */waypoints[7] = spawnstruct(); -/* 9:43 */waypoints[7].origin = (507.121, 762.037, -4.30096); -/* 9:43 */waypoints[7].type = "stand"; -/* 9:43 */waypoints[7].children[0] = 1; -/* 9:43 */waypoints[7].children[1] = 8; -/* 9:43 */waypoints[7].children[2] = 9; -/* 9:43 */waypoints[7].children[3] = 113; -/* 9:43 */waypoints[7].children[4] = 178; -/* 9:43 */waypoints[8] = spawnstruct(); -/* 9:43 */waypoints[8].origin = (507.177, 1111.87, -7.89037); -/* 9:43 */waypoints[8].type = "stand"; -/* 9:43 */waypoints[8].children[0] = 7; -/* 9:43 */waypoints[8].children[1] = 10; -/* 9:43 */waypoints[8].children[2] = 113; -/* 9:43 */waypoints[8].children[3] = 122; -/* 9:43 */waypoints[8].children[4] = 13; -/* 9:43 */waypoints[9] = spawnstruct(); -/* 9:43 */waypoints[9].origin = (404.903, 807.351, 0.123831); -/* 9:43 */waypoints[9].type = "crouch"; -/* 9:43 */waypoints[9].children[0] = 7; -/* 9:43 */waypoints[9].angles = (0.811768, -46.214, 0); -/* 9:43 */waypoints[10] = spawnstruct(); -/* 9:43 */waypoints[10].origin = (582.869, 1218.48, 6.1216); -/* 9:43 */waypoints[10].type = "stand"; -/* 9:43 */waypoints[10].children[0] = 8; -/* 9:43 */waypoints[10].children[1] = 11; -/* 9:43 */waypoints[10].children[2] = 14; -/* 9:43 */waypoints[11] = spawnstruct(); -/* 9:43 */waypoints[11].origin = (580.656, 1537.22, 24.125); -/* 9:43 */waypoints[11].type = "stand"; -/* 9:43 */waypoints[11].children[0] = 10; -/* 9:43 */waypoints[11].children[1] = 12; -/* 9:43 */waypoints[11].children[2] = 14; -/* 9:43 */waypoints[11].children[3] = 193; -/* 9:43 */waypoints[12] = spawnstruct(); -/* 9:43 */waypoints[12].origin = (199.241, 1543.27, 0.124998); -/* 9:43 */waypoints[12].type = "stand"; -/* 9:43 */waypoints[12].children[0] = 11; -/* 9:43 */waypoints[12].children[1] = 13; -/* 9:43 */waypoints[12].children[2] = 15; -/* 9:43 */waypoints[12].children[3] = 117; -/* 9:43 */waypoints[13] = spawnstruct(); -/* 9:43 */waypoints[13].origin = (398.347, 1357.46, 0.0207972); -/* 9:43 */waypoints[13].type = "stand"; -/* 9:43 */waypoints[13].children[0] = 14; -/* 9:43 */waypoints[13].children[1] = 12; -/* 9:43 */waypoints[13].children[2] = 119; -/* 9:43 */waypoints[13].children[3] = 8; -/* 9:43 */waypoints[13].children[4] = 193; -/* 9:43 */waypoints[13].children[5] = 203; -/* 9:43 */waypoints[14] = spawnstruct(); -/* 9:43 */waypoints[14].origin = (595.516, 1357.82, 24.1192); -/* 9:43 */waypoints[14].type = "stand"; -/* 9:43 */waypoints[14].children[0] = 10; -/* 9:43 */waypoints[14].children[1] = 13; -/* 9:43 */waypoints[14].children[2] = 11; -/* 9:43 */waypoints[14].children[3] = 193; -/* 9:43 */waypoints[15] = spawnstruct(); -/* 9:43 */waypoints[15].origin = (86.1118, 1759.09, -5.07339); -/* 9:43 */waypoints[15].type = "stand"; -/* 9:43 */waypoints[15].children[0] = 12; -/* 9:43 */waypoints[15].children[1] = 16; -/* 9:43 */waypoints[15].children[2] = 18; -/* 9:43 */waypoints[15].children[3] = 117; -/* 9:43 */waypoints[15].children[4] = 126; -/* 9:43 */waypoints[15].children[5] = 159; -/* 9:43 */waypoints[15].children[6] = 203; -/* 9:43 */waypoints[16] = spawnstruct(); -/* 9:43 */waypoints[16].origin = (-217.562, 1765.47, 0.125); -/* 9:43 */waypoints[16].type = "stand"; -/* 9:43 */waypoints[16].children[0] = 15; -/* 9:43 */waypoints[16].children[1] = 17; -/* 9:43 */waypoints[16].children[2] = 114; -/* 9:43 */waypoints[16].children[3] = 120; -/* 9:43 */waypoints[16].children[4] = 126; -/* 9:43 */waypoints[17] = spawnstruct(); -/* 9:43 */waypoints[17].origin = (-215.645, 2033.07, 0.125); -/* 9:43 */waypoints[17].type = "stand"; -/* 9:43 */waypoints[17].children[0] = 16; -/* 9:43 */waypoints[17].children[1] = 18; -/* 9:43 */waypoints[17].children[2] = 19; -/* 9:43 */waypoints[17].children[3] = 21; -/* 9:43 */waypoints[17].children[4] = 158; -/* 9:43 */waypoints[18] = spawnstruct(); -/* 9:43 */waypoints[18].origin = (89.6189, 2174.56, -7.875); -/* 9:43 */waypoints[18].type = "stand"; -/* 9:43 */waypoints[18].children[0] = 19; -/* 9:43 */waypoints[18].children[1] = 15; -/* 9:43 */waypoints[18].children[2] = 17; -/* 9:43 */waypoints[18].children[3] = 22; -/* 9:43 */waypoints[18].children[4] = 158; -/* 9:43 */waypoints[18].children[5] = 160; -/* 9:43 */waypoints[18].children[6] = 159; -/* 9:43 */waypoints[19] = spawnstruct(); -/* 9:43 */waypoints[19].origin = (-164.669, 2425.84, 0.12499); -/* 9:43 */waypoints[19].type = "stand"; -/* 9:43 */waypoints[19].children[0] = 18; -/* 9:43 */waypoints[19].children[1] = 17; -/* 9:43 */waypoints[19].children[2] = 20; -/* 9:43 */waypoints[19].children[3] = 158; -/* 9:43 */waypoints[19].children[4] = 160; -/* 9:43 */waypoints[20] = spawnstruct(); -/* 9:43 */waypoints[20].origin = (-424.003, 2419.74, 136.125); -/* 9:43 */waypoints[20].type = "stand"; -/* 9:43 */waypoints[20].children[0] = 19; -/* 9:43 */waypoints[20].children[1] = 24; -/* 9:43 */waypoints[21] = spawnstruct(); -/* 9:43 */waypoints[21].origin = (-368.875, 1941.13, 2.74665); -/* 9:43 */waypoints[21].type = "crouch"; -/* 9:43 */waypoints[21].children[0] = 17; -/* 9:43 */waypoints[21].angles = (5.43152, 37.5732, 0); -/* 9:43 */waypoints[22] = spawnstruct(); -/* 9:43 */waypoints[22].origin = (-368.875, 2344.88, 1.53427); -/* 9:43 */waypoints[22].type = "crouch"; -/* 9:43 */waypoints[22].children[0] = 18; -/* 9:43 */waypoints[22].angles = (6.00281, -43.9233, 0); -/* 9:43 */waypoints[23] = spawnstruct(); -/* 9:43 */waypoints[23].origin = (-508.712, 1788.74, 136.125); -/* 9:43 */waypoints[23].type = "stand"; -/* 9:43 */waypoints[23].children[0] = 24; -/* 9:43 */waypoints[23].children[1] = 35; -/* 9:43 */waypoints[23].children[2] = 162; -/* 9:43 */waypoints[23].children[3] = 164; -/* 9:43 */waypoints[24] = spawnstruct(); -/* 9:43 */waypoints[24].origin = (-512.045, 2424.73, 136.125); -/* 9:43 */waypoints[24].type = "stand"; -/* 9:43 */waypoints[24].children[0] = 23; -/* 9:43 */waypoints[24].children[1] = 20; -/* 9:43 */waypoints[24].children[2] = 25; -/* 9:43 */waypoints[24].children[3] = 55; -/* 9:43 */waypoints[25] = spawnstruct(); -/* 9:43 */waypoints[25].origin = (-1030.69, 2368.79, 136.125); -/* 9:43 */waypoints[25].type = "stand"; -/* 9:43 */waypoints[25].children[0] = 24; -/* 9:43 */waypoints[25].children[1] = 27; -/* 9:43 */waypoints[25].children[2] = 26; -/* 9:43 */waypoints[25].children[3] = 170; -/* 9:43 */waypoints[26] = spawnstruct(); -/* 9:43 */waypoints[26].origin = (-1370.11, 2512.25, 130.123); -/* 9:43 */waypoints[26].type = "stand"; -/* 9:43 */waypoints[26].children[0] = 25; -/* 9:43 */waypoints[26].children[1] = 27; -/* 9:43 */waypoints[26].children[2] = 28; -/* 9:43 */waypoints[26].children[3] = 31; -/* 9:43 */waypoints[26].children[4] = 32; -/* 9:43 */waypoints[26].children[5] = 168; -/* 9:43 */waypoints[27] = spawnstruct(); -/* 9:43 */waypoints[27].origin = (-1354.4, 2354.83, 136.125); -/* 9:43 */waypoints[27].type = "stand"; -/* 9:43 */waypoints[27].children[0] = 25; -/* 9:43 */waypoints[27].children[1] = 26; -/* 9:43 */waypoints[27].children[2] = 28; -/* 9:43 */waypoints[28] = spawnstruct(); -/* 9:43 */waypoints[28].origin = (-1554.92, 2629.91, 122.445); -/* 9:43 */waypoints[28].type = "stand"; -/* 9:43 */waypoints[28].children[0] = 26; -/* 9:43 */waypoints[28].children[1] = 27; -/* 9:43 */waypoints[28].children[2] = 29; -/* 9:43 */waypoints[28].children[3] = 74; -/* 9:43 */waypoints[28].children[4] = 168; -/* 9:43 */waypoints[28].children[5] = 169; -/* 9:43 */waypoints[29] = spawnstruct(); -/* 9:43 */waypoints[29].origin = (-2152.2, 2623.82, 143.419); -/* 9:43 */waypoints[29].type = "stand"; -/* 9:43 */waypoints[29].children[0] = 30; -/* 9:43 */waypoints[29].children[1] = 28; -/* 9:43 */waypoints[29].children[2] = 31; -/* 9:43 */waypoints[30] = spawnstruct(); -/* 9:43 */waypoints[30].origin = (-2321.88, 2652.88, 141.778); -/* 9:43 */waypoints[30].type = "crouch"; -/* 9:43 */waypoints[30].children[0] = 29; -/* 9:43 */waypoints[30].angles = (2.73438, -23.9337, 0); -/* 9:43 */waypoints[31] = spawnstruct(); -/* 9:43 */waypoints[31].origin = (-2158.18, 2458.9, 138.125); -/* 9:43 */waypoints[31].type = "stand"; -/* 9:43 */waypoints[31].children[0] = 29; -/* 9:43 */waypoints[31].children[1] = 32; -/* 9:43 */waypoints[31].children[2] = 26; -/* 9:43 */waypoints[32] = spawnstruct(); -/* 9:43 */waypoints[32].origin = (-1889.44, 2220.07, 138.125); -/* 9:43 */waypoints[32].type = "stand"; -/* 9:43 */waypoints[32].children[0] = 31; -/* 9:43 */waypoints[32].children[1] = 26; -/* 9:43 */waypoints[32].children[2] = 33; -/* 9:43 */waypoints[32].children[3] = 169; -/* 9:43 */waypoints[33] = spawnstruct(); -/* 9:43 */waypoints[33].origin = (-1896.96, 1828.97, 136.125); -/* 9:43 */waypoints[33].type = "stand"; -/* 9:43 */waypoints[33].children[0] = 32; -/* 9:43 */waypoints[33].children[1] = 34; -/* 9:43 */waypoints[33].children[2] = 35; -/* 9:43 */waypoints[33].children[3] = 60; -/* 9:43 */waypoints[33].children[4] = 194; -/* 9:43 */waypoints[34] = spawnstruct(); -/* 9:43 */waypoints[34].origin = (-2157.24, 1818.72, 136.125); -/* 9:43 */waypoints[34].type = "stand"; -/* 9:43 */waypoints[34].children[0] = 33; -/* 9:43 */waypoints[34].children[1] = 60; -/* 9:43 */waypoints[34].children[2] = 56; -/* 9:43 */waypoints[35] = spawnstruct(); -/* 9:43 */waypoints[35].origin = (-861.988, 1834.31, 136.125); -/* 9:43 */waypoints[35].type = "stand"; -/* 9:43 */waypoints[35].children[0] = 33; -/* 9:43 */waypoints[35].children[1] = 23; -/* 9:43 */waypoints[35].children[2] = 36; -/* 9:43 */waypoints[35].children[3] = 54; -/* 9:43 */waypoints[35].children[4] = 163; -/* 9:43 */waypoints[35].children[5] = 164; -/* 9:43 */waypoints[35].children[6] = 194; -/* 9:43 */waypoints[36] = spawnstruct(); -/* 9:43 */waypoints[36].origin = (-865.199, 1635.26, 136.125); -/* 9:43 */waypoints[36].type = "stand"; -/* 9:43 */waypoints[36].children[0] = 35; -/* 9:43 */waypoints[36].children[1] = 37; -/* 9:43 */waypoints[36].children[2] = 171; -/* 9:43 */waypoints[36].children[3] = 174; -/* 9:43 */waypoints[36].children[4] = 175; -/* 9:43 */waypoints[37] = spawnstruct(); -/* 9:43 */waypoints[37].origin = (-869.848, 1188.48, 136.125); -/* 9:43 */waypoints[37].type = "stand"; -/* 9:43 */waypoints[37].children[0] = 36; -/* 9:43 */waypoints[37].children[1] = 38; -/* 9:43 */waypoints[37].children[2] = 39; -/* 9:43 */waypoints[37].children[3] = 174; -/* 9:43 */waypoints[38] = spawnstruct(); -/* 9:43 */waypoints[38].origin = (-930.875, 1101.62, 136.125); -/* 9:43 */waypoints[38].type = "crouch"; -/* 9:43 */waypoints[38].children[0] = 37; -/* 9:43 */waypoints[38].angles = (73.2721, 42.2809, 0); -/* 9:43 */waypoints[39] = spawnstruct(); -/* 9:43 */waypoints[39].origin = (-812.324, 1048.29, 136.125); -/* 9:43 */waypoints[39].type = "stand"; -/* 9:43 */waypoints[39].children[0] = 37; -/* 9:43 */waypoints[39].children[1] = 40; -/* 9:43 */waypoints[39].children[2] = 176; -/* 9:43 */waypoints[40] = spawnstruct(); -/* 9:43 */waypoints[40].origin = (-876.105, 735.497, 136.125); -/* 9:43 */waypoints[40].type = "stand"; -/* 9:43 */waypoints[40].children[0] = 42; -/* 9:43 */waypoints[40].children[1] = 41; -/* 9:43 */waypoints[40].children[2] = 39; -/* 9:43 */waypoints[40].children[3] = 172; -/* 9:43 */waypoints[40].children[4] = 173; -/* 9:43 */waypoints[41] = spawnstruct(); -/* 9:43 */waypoints[41].origin = (-930.875, 1020.38, 136.125); -/* 9:43 */waypoints[41].type = "crouch"; -/* 9:43 */waypoints[41].children[0] = 40; -/* 9:43 */waypoints[41].angles = (1.38857, -82.4689, 0); -/* 9:43 */waypoints[42] = spawnstruct(); -/* 9:43 */waypoints[42].origin = (-865.835, 430.781, 136.125); -/* 9:43 */waypoints[42].type = "stand"; -/* 9:43 */waypoints[42].children[0] = 40; -/* 9:43 */waypoints[42].children[1] = 43; -/* 9:43 */waypoints[42].children[2] = 53; -/* 9:43 */waypoints[42].children[3] = 173; -/* 9:43 */waypoints[43] = spawnstruct(); -/* 9:43 */waypoints[43].origin = (-979.045, 436.036, 136.125); -/* 9:43 */waypoints[43].type = "stand"; -/* 9:43 */waypoints[43].children[0] = 42; -/* 9:43 */waypoints[43].children[1] = 44; -/* 9:43 */waypoints[43].children[2] = 45; -/* 9:43 */waypoints[44] = spawnstruct(); -/* 9:43 */waypoints[44].origin = (-1131.92, 329.126, 136.125); -/* 9:43 */waypoints[44].type = "stand"; -/* 9:43 */waypoints[44].children[0] = 43; -/* 9:43 */waypoints[44].children[1] = 45; -/* 9:43 */waypoints[44].children[2] = 46; -/* 9:43 */waypoints[44].children[3] = 48; -/* 9:43 */waypoints[44].children[4] = 49; -/* 9:43 */waypoints[44].children[5] = 52; -/* 9:43 */waypoints[45] = spawnstruct(); -/* 9:43 */waypoints[45].origin = (-1271.39, 488.875, 136.125); -/* 9:43 */waypoints[45].type = "climb"; -/* 9:43 */waypoints[45].children[0] = 43; -/* 9:43 */waypoints[45].children[1] = 44; -/* 9:43 */waypoints[45].children[2] = 46; -/* 9:43 */waypoints[45].children[3] = 49; -/* 9:43 */waypoints[45].angles = (22.3395, 89.9451, 0); -/* 9:43 */waypoints[46] = spawnstruct(); -/* 9:43 */waypoints[46].origin = (-1291.08, 122.933, 136.125); -/* 9:43 */waypoints[46].type = "stand"; -/* 9:43 */waypoints[46].children[0] = 47; -/* 9:43 */waypoints[46].children[1] = 45; -/* 9:43 */waypoints[46].children[2] = 44; -/* 9:43 */waypoints[46].children[3] = 49; -/* 9:43 */waypoints[47] = spawnstruct(); -/* 9:43 */waypoints[47].origin = (-1534.2, 121.44, 64.125); -/* 9:43 */waypoints[47].type = "stand"; -/* 9:43 */waypoints[47].children[0] = 46; -/* 9:43 */waypoints[47].children[1] = 78; -/* 9:43 */waypoints[48] = spawnstruct(); -/* 9:43 */waypoints[48].origin = (-1095.4, -51.3875, 136.125); -/* 9:43 */waypoints[48].type = "stand"; -/* 9:43 */waypoints[48].children[0] = 44; -/* 9:43 */waypoints[48].children[1] = 87; -/* 9:43 */waypoints[48].children[2] = 88; -/* 9:43 */waypoints[49] = spawnstruct(); -/* 9:43 */waypoints[49].origin = (-993.526, 324.289, 136.125); -/* 9:43 */waypoints[49].type = "stand"; -/* 9:43 */waypoints[49].children[0] = 50; -/* 9:43 */waypoints[49].children[1] = 44; -/* 9:43 */waypoints[49].children[2] = 46; -/* 9:43 */waypoints[49].children[3] = 45; -/* 9:43 */waypoints[50] = spawnstruct(); -/* 9:43 */waypoints[50].origin = (-807.637, 327.986, 64.125); -/* 9:43 */waypoints[50].type = "stand"; -/* 9:43 */waypoints[50].children[0] = 51; -/* 9:43 */waypoints[50].children[1] = 49; -/* 9:43 */waypoints[51] = spawnstruct(); -/* 9:43 */waypoints[51].origin = (-821.273, 71.4037, 4.125); -/* 9:43 */waypoints[51].type = "stand"; -/* 9:43 */waypoints[51].children[0] = 50; -/* 9:43 */waypoints[51].children[1] = 96; -/* 9:43 */waypoints[51].children[2] = 185; -/* 9:43 */waypoints[52] = spawnstruct(); -/* 9:43 */waypoints[52].origin = (-997.125, 33.127, 136.125); -/* 9:43 */waypoints[52].type = "crouch"; -/* 9:43 */waypoints[52].children[0] = 44; -/* 9:43 */waypoints[52].angles = (1.58081, 122.399, 0); -/* 9:43 */waypoints[53] = spawnstruct(); -/* 9:43 */waypoints[53].origin = (-799.125, 488.875, 136.125); -/* 9:43 */waypoints[53].type = "crouch"; -/* 9:43 */waypoints[53].children[0] = 42; -/* 9:43 */waypoints[53].angles = (1.96533, -156.313, 0); -/* 9:43 */waypoints[54] = spawnstruct(); -/* 9:43 */waypoints[54].origin = (-1000.88, 1894.88, 140.125); -/* 9:43 */waypoints[54].type = "crouch"; -/* 9:43 */waypoints[54].children[0] = 35; -/* 9:43 */waypoints[54].angles = (1.96533, -59.2603, 0); -/* 9:43 */waypoints[55] = spawnstruct(); -/* 9:43 */waypoints[55].origin = (-612.875, 1941.12, 136.125); -/* 9:43 */waypoints[55].type = "crouch"; -/* 9:43 */waypoints[55].children[0] = 24; -/* 9:43 */waypoints[55].angles = (3.50342, 64.3414, 0); -/* 9:43 */waypoints[56] = spawnstruct(); -/* 9:43 */waypoints[56].origin = (-2133.88, 1325.13, 136.125); -/* 9:43 */waypoints[56].type = "climb"; -/* 9:43 */waypoints[56].children[0] = 34; -/* 9:43 */waypoints[56].angles = (7.73316, -90.3845, 0); -/* 9:43 */waypoints[57] = spawnstruct(); -/* 9:43 */waypoints[57].origin = (-2298.38, 1214.31, 0.124997); -/* 9:43 */waypoints[57].type = "stand"; -/* 9:43 */waypoints[57].children[0] = 58; -/* 9:43 */waypoints[58] = spawnstruct(); -/* 9:43 */waypoints[58].origin = (-2000.87, 1215.36, 0.124997); -/* 9:43 */waypoints[58].type = "stand"; -/* 9:43 */waypoints[58].children[0] = 59; -/* 9:43 */waypoints[58].children[1] = 57; -/* 9:43 */waypoints[58].children[2] = 151; -/* 9:43 */waypoints[58].children[3] = 61; -/* 9:43 */waypoints[59] = spawnstruct(); -/* 9:43 */waypoints[59].origin = (-1992.89, 1505.35, 0.124999); -/* 9:43 */waypoints[59].type = "stand"; -/* 9:43 */waypoints[59].children[0] = 58; -/* 9:43 */waypoints[59].children[1] = 60; -/* 9:43 */waypoints[59].children[2] = 146; -/* 9:43 */waypoints[59].children[3] = 145; -/* 9:43 */waypoints[59].children[4] = 152; -/* 9:43 */waypoints[59].children[5] = 154; -/* 9:43 */waypoints[60] = spawnstruct(); -/* 9:43 */waypoints[60].origin = (-1985.7, 1829.81, 136.125); -/* 9:43 */waypoints[60].type = "stand"; -/* 9:43 */waypoints[60].children[0] = 59; -/* 9:43 */waypoints[60].children[1] = 33; -/* 9:43 */waypoints[60].children[2] = 34; -/* 9:43 */waypoints[61] = spawnstruct(); -/* 9:43 */waypoints[61].origin = (-2001.5, 1087.04, 8.125); -/* 9:43 */waypoints[61].type = "stand"; -/* 9:43 */waypoints[61].children[0] = 62; -/* 9:43 */waypoints[61].children[1] = 69; -/* 9:43 */waypoints[61].children[2] = 58; -/* 9:43 */waypoints[62] = spawnstruct(); -/* 9:43 */waypoints[62].origin = (-1916.5, 1076.04, 8.125); -/* 9:43 */waypoints[62].type = "stand"; -/* 9:43 */waypoints[62].children[0] = 61; -/* 9:43 */waypoints[62].children[1] = 63; -/* 9:43 */waypoints[63] = spawnstruct(); -/* 9:43 */waypoints[63].origin = (-1942.58, 859.638, 8.125); -/* 9:43 */waypoints[63].type = "stand"; -/* 9:43 */waypoints[63].children[0] = 62; -/* 9:43 */waypoints[63].children[1] = 68; -/* 9:43 */waypoints[63].children[2] = 64; -/* 9:43 */waypoints[64] = spawnstruct(); -/* 9:43 */waypoints[64].origin = (-1950.14, 549.638, 8.125); -/* 9:43 */waypoints[64].type = "stand"; -/* 9:43 */waypoints[64].children[0] = 65; -/* 9:43 */waypoints[64].children[1] = 63; -/* 9:43 */waypoints[65] = spawnstruct(); -/* 9:43 */waypoints[65].origin = (-2208.63, 511.262, 8.125); -/* 9:43 */waypoints[65].type = "stand"; -/* 9:43 */waypoints[65].children[0] = 66; -/* 9:43 */waypoints[65].children[1] = 64; -/* 9:43 */waypoints[65].children[2] = 70; -/* 9:43 */waypoints[65].children[3] = 196; -/* 9:43 */waypoints[65].children[4] = 197; -/* 9:43 */waypoints[66] = spawnstruct(); -/* 9:43 */waypoints[66].origin = (-2206.29, 668.171, 8.125); -/* 9:43 */waypoints[66].type = "stand"; -/* 9:43 */waypoints[66].children[0] = 67; -/* 9:43 */waypoints[66].children[1] = 65; -/* 9:43 */waypoints[67] = spawnstruct(); -/* 9:43 */waypoints[67].origin = (-2257.33, 817.06, 8.125); -/* 9:43 */waypoints[67].type = "stand"; -/* 9:43 */waypoints[67].children[0] = 68; -/* 9:43 */waypoints[67].children[1] = 66; -/* 9:43 */waypoints[68] = spawnstruct(); -/* 9:43 */waypoints[68].origin = (-2158.61, 890.204, 8.125); -/* 9:43 */waypoints[68].type = "stand"; -/* 9:43 */waypoints[68].children[0] = 63; -/* 9:43 */waypoints[68].children[1] = 69; -/* 9:43 */waypoints[68].children[2] = 67; -/* 9:43 */waypoints[69] = spawnstruct(); -/* 9:43 */waypoints[69].origin = (-2124.73, 1003.23, 8.125); -/* 9:43 */waypoints[69].type = "stand"; -/* 9:43 */waypoints[69].children[0] = 68; -/* 9:43 */waypoints[69].children[1] = 61; -/* 9:43 */waypoints[69].children[2] = 196; -/* 9:43 */waypoints[69].children[3] = 197; -/* 9:43 */waypoints[70] = spawnstruct(); -/* 9:43 */waypoints[70].origin = (-2203.45, 371.376, 0.124999); -/* 9:43 */waypoints[70].type = "stand"; -/* 9:43 */waypoints[70].children[0] = 65; -/* 9:43 */waypoints[70].children[1] = 71; -/* 9:43 */waypoints[71] = spawnstruct(); -/* 9:43 */waypoints[71].origin = (-1727.77, 360.644, -3.91935); -/* 9:43 */waypoints[71].type = "stand"; -/* 9:43 */waypoints[71].children[0] = 70; -/* 9:43 */waypoints[71].children[1] = 72; -/* 9:43 */waypoints[71].children[2] = 79; -/* 9:43 */waypoints[71].children[3] = 155; -/* 9:43 */waypoints[72] = spawnstruct(); -/* 9:43 */waypoints[72].origin = (-1700.93, 651.836, -5.17558); -/* 9:43 */waypoints[72].type = "stand"; -/* 9:43 */waypoints[72].children[0] = 71; -/* 9:43 */waypoints[72].children[1] = 73; -/* 9:43 */waypoints[72].children[2] = 75; -/* 9:43 */waypoints[72].children[3] = 77; -/* 9:43 */waypoints[72].children[4] = 148; -/* 9:43 */waypoints[72].children[5] = 155; -/* 9:43 */waypoints[73] = spawnstruct(); -/* 9:43 */waypoints[73].origin = (-1576.91, 2020.93, 0.124998); -/* 9:43 */waypoints[73].type = "stand"; -/* 9:43 */waypoints[73].children[0] = 72; -/* 9:43 */waypoints[73].children[1] = 74; -/* 9:43 */waypoints[73].children[2] = 138; -/* 9:43 */waypoints[74] = spawnstruct(); -/* 9:43 */waypoints[74].origin = (-1565.3, 2284.87, 128.387); -/* 9:43 */waypoints[74].type = "stand"; -/* 9:43 */waypoints[74].children[0] = 73; -/* 9:43 */waypoints[74].children[1] = 28; -/* 9:43 */waypoints[74].children[2] = 169; -/* 9:43 */waypoints[75] = spawnstruct(); -/* 9:43 */waypoints[75].origin = (-1390.32, 634.927, -4.38113); -/* 9:43 */waypoints[75].type = "stand"; -/* 9:43 */waypoints[75].children[0] = 76; -/* 9:43 */waypoints[75].children[1] = 72; -/* 9:43 */waypoints[75].children[2] = 77; -/* 9:43 */waypoints[75].children[3] = 150; -/* 9:43 */waypoints[76] = spawnstruct(); -/* 9:43 */waypoints[76].origin = (-630.476, 636.297, -6.25872); -/* 9:43 */waypoints[76].type = "stand"; -/* 9:43 */waypoints[76].children[0] = 75; -/* 9:43 */waypoints[76].children[1] = 116; -/* 9:43 */waypoints[76].children[2] = 115; -/* 9:43 */waypoints[76].children[3] = 128; -/* 9:43 */waypoints[76].children[4] = 131; -/* 9:43 */waypoints[76].children[5] = 132; -/* 9:43 */waypoints[76].children[6] = 204; -/* 9:43 */waypoints[77] = spawnstruct(); -/* 9:43 */waypoints[77].origin = (-1527.63, 637.934, -5.25531); -/* 9:43 */waypoints[77].type = "stand"; -/* 9:43 */waypoints[77].children[0] = 75; -/* 9:43 */waypoints[77].children[1] = 72; -/* 9:43 */waypoints[77].children[2] = 78; -/* 9:43 */waypoints[77].children[3] = 148; -/* 9:43 */waypoints[77].children[4] = 187; -/* 9:43 */waypoints[78] = spawnstruct(); -/* 9:43 */waypoints[78].origin = (-1536.07, 280.334, 4.125); -/* 9:43 */waypoints[78].type = "stand"; -/* 9:43 */waypoints[78].children[0] = 77; -/* 9:43 */waypoints[78].children[1] = 47; -/* 9:43 */waypoints[78].children[2] = 187; -/* 9:43 */waypoints[78].children[3] = 188; -/* 9:43 */waypoints[79] = spawnstruct(); -/* 9:43 */waypoints[79].origin = (-1711.14, -62.5587, -4.56443); -/* 9:43 */waypoints[79].type = "stand"; -/* 9:43 */waypoints[79].children[0] = 71; -/* 9:43 */waypoints[79].children[1] = 80; -/* 9:43 */waypoints[79].children[2] = 85; -/* 9:43 */waypoints[79].children[3] = 86; -/* 9:43 */waypoints[80] = spawnstruct(); -/* 9:43 */waypoints[80].origin = (-1688.75, -252.473, -4.38015); -/* 9:43 */waypoints[80].type = "stand"; -/* 9:43 */waypoints[80].children[0] = 79; -/* 9:43 */waypoints[80].children[1] = 81; -/* 9:43 */waypoints[80].children[2] = 83; -/* 9:43 */waypoints[80].children[3] = 85; -/* 9:43 */waypoints[80].children[4] = 86; -/* 9:43 */waypoints[80].children[5] = 195; -/* 9:43 */waypoints[81] = spawnstruct(); -/* 9:43 */waypoints[81].origin = (-1697.86, -417.869, 0.125002); -/* 9:43 */waypoints[81].type = "stand"; -/* 9:43 */waypoints[81].children[0] = 80; -/* 9:43 */waypoints[81].children[1] = 82; -/* 9:43 */waypoints[81].children[2] = 195; -/* 9:43 */waypoints[82] = spawnstruct(); -/* 9:43 */waypoints[82].origin = (-1165.23, -392.7, 0.124869); -/* 9:43 */waypoints[82].type = "stand"; -/* 9:43 */waypoints[82].children[0] = 81; -/* 9:43 */waypoints[82].children[1] = 83; -/* 9:43 */waypoints[83] = spawnstruct(); -/* 9:43 */waypoints[83].origin = (-994.418, -264.1, -4.0327); -/* 9:43 */waypoints[83].type = "stand"; -/* 9:43 */waypoints[83].children[0] = 82; -/* 9:43 */waypoints[83].children[1] = 84; -/* 9:43 */waypoints[83].children[2] = 80; -/* 9:43 */waypoints[83].children[3] = 6; -/* 9:43 */waypoints[83].children[4] = 95; -/* 9:43 */waypoints[84] = spawnstruct(); -/* 9:43 */waypoints[84].origin = (-1179.4, -159.905, 0.125); -/* 9:43 */waypoints[84].type = "stand"; -/* 9:43 */waypoints[84].children[0] = 83; -/* 9:43 */waypoints[84].children[1] = 85; -/* 9:43 */waypoints[84].children[2] = 94; -/* 9:43 */waypoints[85] = spawnstruct(); -/* 9:43 */waypoints[85].origin = (-1576.31, -158.845, 0.124836); -/* 9:43 */waypoints[85].type = "stand"; -/* 9:43 */waypoints[85].children[0] = 79; -/* 9:43 */waypoints[85].children[1] = 84; -/* 9:43 */waypoints[85].children[2] = 86; -/* 9:43 */waypoints[85].children[3] = 80; -/* 9:43 */waypoints[86] = spawnstruct(); -/* 9:43 */waypoints[86].origin = (-1528, -52.8429, 0.125001); -/* 9:43 */waypoints[86].type = "stand"; -/* 9:43 */waypoints[86].children[0] = 79; -/* 9:43 */waypoints[86].children[1] = 85; -/* 9:43 */waypoints[86].children[2] = 80; -/* 9:43 */waypoints[86].children[3] = 87; -/* 9:43 */waypoints[87] = spawnstruct(); -/* 9:43 */waypoints[87].origin = (-1288.2, -48.173, 136.125); -/* 9:43 */waypoints[87].type = "stand"; -/* 9:43 */waypoints[87].children[0] = 86; -/* 9:43 */waypoints[87].children[1] = 48; -/* 9:43 */waypoints[88] = spawnstruct(); -/* 9:43 */waypoints[88].origin = (-852.405, -60.7202, 136.125); -/* 9:43 */waypoints[88].type = "stand"; -/* 9:43 */waypoints[88].children[0] = 48; -/* 9:43 */waypoints[88].children[1] = 89; -/* 9:43 */waypoints[89] = spawnstruct(); -/* 9:43 */waypoints[89].origin = (-845.755, -569.459, 136.125); -/* 9:43 */waypoints[89].type = "stand"; -/* 9:43 */waypoints[89].children[0] = 88; -/* 9:43 */waypoints[89].children[1] = 90; -/* 9:43 */waypoints[90] = spawnstruct(); -/* 9:43 */waypoints[90].origin = (-718.668, -571.274, 136.125); -/* 9:43 */waypoints[90].type = "stand"; -/* 9:43 */waypoints[90].children[0] = 89; -/* 9:43 */waypoints[90].children[1] = 91; -/* 9:43 */waypoints[91] = spawnstruct(); -/* 9:43 */waypoints[91].origin = (-485.177, -550.822, 0.125001); -/* 9:43 */waypoints[91].type = "stand"; -/* 9:43 */waypoints[91].children[0] = 90; -/* 9:43 */waypoints[91].children[1] = 92; -/* 9:43 */waypoints[91].children[2] = 199; -/* 9:43 */waypoints[92] = spawnstruct(); -/* 9:43 */waypoints[92].origin = (-423.759, -550.889, 0.125001); -/* 9:43 */waypoints[92].type = "stand"; -/* 9:43 */waypoints[92].children[0] = 91; -/* 9:43 */waypoints[92].children[1] = 93; -/* 9:43 */waypoints[92].children[2] = 200; -/* 9:43 */waypoints[93] = spawnstruct(); -/* 9:43 */waypoints[93].origin = (-201.107, -527.765, 0.124998); -/* 9:43 */waypoints[93].type = "stand"; -/* 9:43 */waypoints[93].children[0] = 92; -/* 9:43 */waypoints[93].children[1] = 3; -/* 9:43 */waypoints[93].children[2] = 5; -/* 9:43 */waypoints[93].children[3] = 200; -/* 9:43 */waypoints[93].children[4] = 202; -/* 9:43 */waypoints[94] = spawnstruct(); -/* 9:43 */waypoints[94].origin = (-975.125, -135.125, 0.124998); -/* 9:43 */waypoints[94].type = "crouch"; -/* 9:43 */waypoints[94].children[0] = 84; -/* 9:43 */waypoints[94].angles = (4.86023, -141.564, 0); -/* 9:43 */waypoints[95] = spawnstruct(); -/* 9:43 */waypoints[95].origin = (-651.148, -247.149, -4.10398); -/* 9:43 */waypoints[95].type = "stand"; -/* 9:43 */waypoints[95].children[0] = 6; -/* 9:43 */waypoints[95].children[1] = 83; -/* 9:43 */waypoints[95].children[2] = 96; -/* 9:43 */waypoints[95].children[3] = 198; -/* 9:43 */waypoints[96] = spawnstruct(); -/* 9:43 */waypoints[96].origin = (-644.618, 76.5126, -4.05429); -/* 9:43 */waypoints[96].type = "stand"; -/* 9:43 */waypoints[96].children[0] = 95; -/* 9:43 */waypoints[96].children[1] = 51; -/* 9:43 */waypoints[96].children[2] = 97; -/* 9:43 */waypoints[96].children[3] = 116; -/* 9:43 */waypoints[97] = spawnstruct(); -/* 9:43 */waypoints[97].origin = (-246.334, 81.7848, 0.125); -/* 9:43 */waypoints[97].type = "stand"; -/* 9:43 */waypoints[97].children[0] = 96; -/* 9:43 */waypoints[97].children[1] = 98; -/* 9:43 */waypoints[97].children[2] = 99; -/* 9:43 */waypoints[97].children[3] = 101; -/* 9:43 */waypoints[97].children[4] = 184; -/* 9:43 */waypoints[98] = spawnstruct(); -/* 9:43 */waypoints[98].origin = (-241.005, 277.993, 0.125); -/* 9:43 */waypoints[98].type = "stand"; -/* 9:43 */waypoints[98].children[0] = 97; -/* 9:43 */waypoints[98].children[1] = 99; -/* 9:43 */waypoints[98].children[2] = 102; -/* 9:43 */waypoints[99] = spawnstruct(); -/* 9:43 */waypoints[99].origin = (-117.048, -27.1643, 0.125); -/* 9:43 */waypoints[99].type = "stand"; -/* 9:43 */waypoints[99].children[0] = 100; -/* 9:43 */waypoints[99].children[1] = 98; -/* 9:43 */waypoints[99].children[2] = 97; -/* 9:43 */waypoints[100] = spawnstruct(); -/* 9:43 */waypoints[100].origin = (-118.989, -153.531, -7.76728); -/* 9:43 */waypoints[100].type = "stand"; -/* 9:43 */waypoints[100].children[0] = 2; -/* 9:43 */waypoints[100].children[1] = 6; -/* 9:43 */waypoints[100].children[2] = 99; -/* 9:43 */waypoints[101] = spawnstruct(); -/* 9:43 */waypoints[101].origin = (-15.3719, 488.875, 0.125); -/* 9:43 */waypoints[101].type = "crouch"; -/* 9:43 */waypoints[101].children[0] = 97; -/* 9:43 */waypoints[101].angles = (4.0802, -123.184, 0); -/* 9:43 */waypoints[102] = spawnstruct(); -/* 9:43 */waypoints[102].origin = (-235.678, 468.537, 80.125); -/* 9:43 */waypoints[102].type = "stand"; -/* 9:43 */waypoints[102].children[0] = 98; -/* 9:43 */waypoints[102].children[1] = 103; -/* 9:43 */waypoints[103] = spawnstruct(); -/* 9:43 */waypoints[103].origin = (-40.4174, 472.891, 168.125); -/* 9:43 */waypoints[103].type = "stand"; -/* 9:43 */waypoints[103].children[0] = 102; -/* 9:43 */waypoints[103].children[1] = 104; -/* 9:43 */waypoints[104] = spawnstruct(); -/* 9:43 */waypoints[104].origin = (159.926, 464.818, 168.125); -/* 9:43 */waypoints[104].type = "stand"; -/* 9:43 */waypoints[104].children[0] = 103; -/* 9:43 */waypoints[104].children[1] = 105; -/* 9:43 */waypoints[105] = spawnstruct(); -/* 9:43 */waypoints[105].origin = (162.144, 776.665, 168.125); -/* 9:43 */waypoints[105].type = "stand"; -/* 9:43 */waypoints[105].children[0] = 104; -/* 9:43 */waypoints[105].children[1] = 106; -/* 9:43 */waypoints[105].children[2] = 179; -/* 9:43 */waypoints[106] = spawnstruct(); -/* 9:43 */waypoints[106].origin = (347.563, 776.388, 88.125); -/* 9:43 */waypoints[106].type = "stand"; -/* 9:43 */waypoints[106].children[0] = 105; -/* 9:43 */waypoints[106].children[1] = 107; -/* 9:43 */waypoints[107] = spawnstruct(); -/* 9:43 */waypoints[107].origin = (339.46, 592.42, 8.125); -/* 9:43 */waypoints[107].type = "stand"; -/* 9:43 */waypoints[107].children[0] = 106; -/* 9:43 */waypoints[107].children[1] = 109; -/* 9:43 */waypoints[108] = spawnstruct(); -/* 9:43 */waypoints[108].origin = (135.125, 796.875, 8.125); -/* 9:43 */waypoints[108].type = "crouch"; -/* 9:43 */waypoints[108].children[0] = 109; -/* 9:43 */waypoints[108].angles = (3.11892, -66.8628, 0); -/* 9:43 */waypoints[109] = spawnstruct(); -/* 9:43 */waypoints[109].origin = (243.955, 588.07, 8.125); -/* 9:43 */waypoints[109].type = "stand"; -/* 9:43 */waypoints[109].children[0] = 107; -/* 9:43 */waypoints[109].children[1] = 108; -/* 9:43 */waypoints[109].children[2] = 110; -/* 9:43 */waypoints[110] = spawnstruct(); -/* 9:43 */waypoints[110].origin = (253.645, 279.851, 0.124997); -/* 9:43 */waypoints[110].type = "stand"; -/* 9:43 */waypoints[110].children[0] = 109; -/* 9:43 */waypoints[110].children[1] = 1; -/* 9:43 */waypoints[110].children[2] = 2; -/* 9:43 */waypoints[110].children[3] = 112; -/* 9:43 */waypoints[111] = spawnstruct(); -/* 9:43 */waypoints[111].origin = (210.609, -269.857, -7.875); -/* 9:43 */waypoints[111].type = "stand"; -/* 9:43 */waypoints[111].children[0] = 3; -/* 9:43 */waypoints[111].children[1] = 0; -/* 9:43 */waypoints[111].children[2] = 112; -/* 9:43 */waypoints[111].children[3] = 202; -/* 9:43 */waypoints[112] = spawnstruct(); -/* 9:43 */waypoints[112].origin = (310.846, 76.2669, -0.468149); -/* 9:43 */waypoints[112].type = "stand"; -/* 9:43 */waypoints[112].children[0] = 110; -/* 9:43 */waypoints[112].children[1] = 111; -/* 9:43 */waypoints[112].children[2] = 1; -/* 9:43 */waypoints[113] = spawnstruct(); -/* 9:43 */waypoints[113].origin = (507.233, 1056.83, -6.09544); -/* 9:43 */waypoints[113].type = "stand"; -/* 9:43 */waypoints[113].children[0] = 8; -/* 9:43 */waypoints[113].children[1] = 7; -/* 9:43 */waypoints[113].children[2] = 114; -/* 9:43 */waypoints[113].children[3] = 177; -/* 9:43 */waypoints[114] = spawnstruct(); -/* 9:43 */waypoints[114].origin = (-207.519, 1070.49, -7.875); -/* 9:43 */waypoints[114].type = "stand"; -/* 9:43 */waypoints[114].children[0] = 113; -/* 9:43 */waypoints[114].children[1] = 115; -/* 9:43 */waypoints[114].children[2] = 16; -/* 9:43 */waypoints[114].children[3] = 118; -/* 9:43 */waypoints[114].children[4] = 120; -/* 9:43 */waypoints[114].children[5] = 123; -/* 9:43 */waypoints[114].children[6] = 130; -/* 9:43 */waypoints[115] = spawnstruct(); -/* 9:43 */waypoints[115].origin = (-172.986, 566.962, 0.125002); -/* 9:43 */waypoints[115].type = "stand"; -/* 9:43 */waypoints[115].children[0] = 76; -/* 9:43 */waypoints[115].children[1] = 114; -/* 9:43 */waypoints[116] = spawnstruct(); -/* 9:43 */waypoints[116].origin = (-639.95, 546.584, -4.73487); -/* 9:43 */waypoints[116].type = "stand"; -/* 9:43 */waypoints[116].children[0] = 96; -/* 9:43 */waypoints[116].children[1] = 76; -/* 9:43 */waypoints[116].children[2] = 131; -/* 9:43 */waypoints[116].children[3] = 204; -/* 9:43 */waypoints[117] = spawnstruct(); -/* 9:43 */waypoints[117].origin = (3.20539, 1494.39, -7.875); -/* 9:43 */waypoints[117].type = "stand"; -/* 9:43 */waypoints[117].children[0] = 12; -/* 9:43 */waypoints[117].children[1] = 15; -/* 9:43 */waypoints[117].children[2] = 118; -/* 9:43 */waypoints[117].children[3] = 121; -/* 9:43 */waypoints[118] = spawnstruct(); -/* 9:43 */waypoints[118].origin = (-82.2322, 1170.12, -7.875); -/* 9:43 */waypoints[118].type = "stand"; -/* 9:43 */waypoints[118].children[0] = 114; -/* 9:43 */waypoints[118].children[1] = 119; -/* 9:43 */waypoints[118].children[2] = 117; -/* 9:43 */waypoints[118].children[3] = 120; -/* 9:43 */waypoints[118].children[4] = 121; -/* 9:43 */waypoints[118].children[5] = 123; -/* 9:43 */waypoints[118].children[6] = 203; -/* 9:43 */waypoints[119] = spawnstruct(); -/* 9:43 */waypoints[119].origin = (179.658, 1279.6, -7.875); -/* 9:43 */waypoints[119].type = "climb"; -/* 9:43 */waypoints[119].children[0] = 118; -/* 9:43 */waypoints[119].children[1] = 13; -/* 9:43 */waypoints[119].children[2] = 121; -/* 9:43 */waypoints[119].angles = (1.43799, 20.4456, 0); -/* 9:43 */waypoints[120] = spawnstruct(); -/* 9:43 */waypoints[120].origin = (-240.759, 1369.38, -7.875); -/* 9:43 */waypoints[120].type = "stand"; -/* 9:43 */waypoints[120].children[0] = 16; -/* 9:43 */waypoints[120].children[1] = 118; -/* 9:43 */waypoints[120].children[2] = 114; -/* 9:43 */waypoints[120].children[3] = 121; -/* 9:43 */waypoints[120].children[4] = 123; -/* 9:43 */waypoints[120].children[5] = 124; -/* 9:43 */waypoints[121] = spawnstruct(); -/* 9:43 */waypoints[121].origin = (-29.4747, 1348.93, -7.875); -/* 9:43 */waypoints[121].type = "stand"; -/* 9:43 */waypoints[121].children[0] = 117; -/* 9:43 */waypoints[121].children[1] = 118; -/* 9:43 */waypoints[121].children[2] = 120; -/* 9:43 */waypoints[121].children[3] = 119; -/* 9:43 */waypoints[121].children[4] = 122; -/* 9:43 */waypoints[121].children[5] = 124; -/* 9:43 */waypoints[122] = spawnstruct(); -/* 9:43 */waypoints[122].origin = (174.667, 1218.98, -7.875); -/* 9:43 */waypoints[122].type = "climb"; -/* 9:43 */waypoints[122].children[0] = 8; -/* 9:43 */waypoints[122].children[1] = 121; -/* 9:43 */waypoints[122].angles = (5.46997, 148.656, 0); -/* 9:43 */waypoints[123] = spawnstruct(); -/* 9:43 */waypoints[123].origin = (-486.285, 1345.36, -7.875); -/* 9:43 */waypoints[123].type = "stand"; -/* 9:43 */waypoints[123].children[0] = 120; -/* 9:43 */waypoints[123].children[1] = 118; -/* 9:43 */waypoints[123].children[2] = 114; -/* 9:43 */waypoints[123].children[3] = 124; -/* 9:43 */waypoints[123].children[4] = 129; -/* 9:43 */waypoints[123].children[5] = 203; -/* 9:43 */waypoints[124] = spawnstruct(); -/* 9:43 */waypoints[124].origin = (-661.719, 1533.92, -7.87657); -/* 9:43 */waypoints[124].type = "stand"; -/* 9:43 */waypoints[124].children[0] = 125; -/* 9:43 */waypoints[124].children[1] = 123; -/* 9:43 */waypoints[124].children[2] = 120; -/* 9:43 */waypoints[124].children[3] = 121; -/* 9:43 */waypoints[124].children[4] = 127; -/* 9:43 */waypoints[124].children[5] = 133; -/* 9:43 */waypoints[125] = spawnstruct(); -/* 9:43 */waypoints[125].origin = (-386.351, 1626.8, 0.125001); -/* 9:43 */waypoints[125].type = "stand"; -/* 9:43 */waypoints[125].children[0] = 124; -/* 9:43 */waypoints[125].children[1] = 126; -/* 9:43 */waypoints[126] = spawnstruct(); -/* 9:43 */waypoints[126].origin = (-195.578, 1637.83, -0.0353167); -/* 9:43 */waypoints[126].type = "stand"; -/* 9:43 */waypoints[126].children[0] = 125; -/* 9:43 */waypoints[126].children[1] = 15; -/* 9:43 */waypoints[126].children[2] = 16; -/* 9:43 */waypoints[127] = spawnstruct(); -/* 9:43 */waypoints[127].origin = (-678.82, 1300.69, -7.87509); -/* 9:43 */waypoints[127].type = "stand"; -/* 9:43 */waypoints[127].children[0] = 124; -/* 9:43 */waypoints[127].children[1] = 128; -/* 9:43 */waypoints[128] = spawnstruct(); -/* 9:43 */waypoints[128].origin = (-748.021, 1206.49, 0.125); -/* 9:43 */waypoints[128].type = "stand"; -/* 9:43 */waypoints[128].children[0] = 127; -/* 9:43 */waypoints[128].children[1] = 76; -/* 9:43 */waypoints[128].children[2] = 132; -/* 9:43 */waypoints[128].children[3] = 191; -/* 9:43 */waypoints[128].children[4] = 192; -/* 9:43 */waypoints[129] = spawnstruct(); -/* 9:43 */waypoints[129].origin = (-540.756, 980.286, -7.875); -/* 9:43 */waypoints[129].type = "stand"; -/* 9:43 */waypoints[129].children[0] = 123; -/* 9:43 */waypoints[129].children[1] = 130; -/* 9:43 */waypoints[129].children[2] = 132; -/* 9:43 */waypoints[129].children[3] = 191; -/* 9:43 */waypoints[129].children[4] = 192; -/* 9:43 */waypoints[130] = spawnstruct(); -/* 9:43 */waypoints[130].origin = (-327.493, 951.065, -7.875); -/* 9:43 */waypoints[130].type = "stand"; -/* 9:43 */waypoints[130].children[0] = 129; -/* 9:43 */waypoints[130].children[1] = 114; -/* 9:43 */waypoints[130].children[2] = 131; -/* 9:43 */waypoints[130].children[3] = 203; -/* 9:43 */waypoints[131] = spawnstruct(); -/* 9:43 */waypoints[131].origin = (-384.002, 701.729, -7.875); -/* 9:43 */waypoints[131].type = "stand"; -/* 9:43 */waypoints[131].children[0] = 130; -/* 9:43 */waypoints[131].children[1] = 116; -/* 9:43 */waypoints[131].children[2] = 76; -/* 9:43 */waypoints[131].children[3] = 204; -/* 9:43 */waypoints[132] = spawnstruct(); -/* 9:43 */waypoints[132].origin = (-665.957, 894.713, -7.875); -/* 9:43 */waypoints[132].type = "stand"; -/* 9:43 */waypoints[132].children[0] = 76; -/* 9:43 */waypoints[132].children[1] = 129; -/* 9:43 */waypoints[132].children[2] = 128; -/* 9:43 */waypoints[132].children[3] = 191; -/* 9:43 */waypoints[132].children[4] = 192; -/* 9:43 */waypoints[133] = spawnstruct(); -/* 9:43 */waypoints[133].origin = (-1095.73, 1543.74, -4.68423); -/* 9:43 */waypoints[133].type = "stand"; -/* 9:43 */waypoints[133].children[0] = 124; -/* 9:43 */waypoints[133].children[1] = 135; -/* 9:43 */waypoints[133].children[2] = 134; -/* 9:43 */waypoints[133].children[3] = 136; -/* 9:43 */waypoints[134] = spawnstruct(); -/* 9:43 */waypoints[134].origin = (-1404.46, 1444.64, 0.124998); -/* 9:43 */waypoints[134].type = "stand"; -/* 9:43 */waypoints[134].children[0] = 133; -/* 9:43 */waypoints[134].children[1] = 142; -/* 9:43 */waypoints[134].children[2] = 153; -/* 9:43 */waypoints[135] = spawnstruct(); -/* 9:43 */waypoints[135].origin = (-1078.76, 1989.8, -0.817665); -/* 9:43 */waypoints[135].type = "stand"; -/* 9:43 */waypoints[135].children[0] = 133; -/* 9:43 */waypoints[135].children[1] = 156; -/* 9:43 */waypoints[136] = spawnstruct(); -/* 9:43 */waypoints[136].origin = (-1423.05, 1669.96, 0.124997); -/* 9:43 */waypoints[136].type = "stand"; -/* 9:43 */waypoints[136].children[0] = 133; -/* 9:43 */waypoints[136].children[1] = 137; -/* 9:43 */waypoints[136].children[2] = 141; -/* 9:43 */waypoints[136].children[3] = 152; -/* 9:43 */waypoints[137] = spawnstruct(); -/* 9:43 */waypoints[137].origin = (-1436.21, 1818.65, 0.124997); -/* 9:43 */waypoints[137].type = "stand"; -/* 9:43 */waypoints[137].children[0] = 138; -/* 9:43 */waypoints[137].children[1] = 136; -/* 9:43 */waypoints[137].children[2] = 167; -/* 9:43 */waypoints[138] = spawnstruct(); -/* 9:43 */waypoints[138].origin = (-1571.98, 1818.92, 0.124997); -/* 9:43 */waypoints[138].type = "stand"; -/* 9:43 */waypoints[138].children[0] = 73; -/* 9:43 */waypoints[138].children[1] = 137; -/* 9:43 */waypoints[138].children[2] = 139; -/* 9:43 */waypoints[138].children[3] = 141; -/* 9:43 */waypoints[139] = spawnstruct(); -/* 9:43 */waypoints[139].origin = (-1711.57, 1831.78, 0.124997); -/* 9:43 */waypoints[139].type = "stand"; -/* 9:43 */waypoints[139].children[0] = 140; -/* 9:43 */waypoints[139].children[1] = 138; -/* 9:43 */waypoints[139].children[2] = 166; -/* 9:43 */waypoints[140] = spawnstruct(); -/* 9:43 */waypoints[140].origin = (-1715.01, 1683.4, 0.124997); -/* 9:43 */waypoints[140].type = "stand"; -/* 9:43 */waypoints[140].children[0] = 141; -/* 9:43 */waypoints[140].children[1] = 139; -/* 9:43 */waypoints[140].children[2] = 151; -/* 9:43 */waypoints[141] = spawnstruct(); -/* 9:43 */waypoints[141].origin = (-1568.33, 1670.43, 0.124997); -/* 9:43 */waypoints[141].type = "stand"; -/* 9:43 */waypoints[141].children[0] = 136; -/* 9:43 */waypoints[141].children[1] = 140; -/* 9:43 */waypoints[141].children[2] = 138; -/* 9:43 */waypoints[141].children[3] = 146; -/* 9:43 */waypoints[142] = spawnstruct(); -/* 9:43 */waypoints[142].origin = (-1405.73, 1082.67, 0.124998); -/* 9:43 */waypoints[142].type = "stand"; -/* 9:43 */waypoints[142].children[0] = 143; -/* 9:43 */waypoints[142].children[1] = 134; -/* 9:43 */waypoints[142].children[2] = 149; -/* 9:43 */waypoints[143] = spawnstruct(); -/* 9:43 */waypoints[143].origin = (-1541.35, 1071.82, -7.875); -/* 9:43 */waypoints[143].type = "stand"; -/* 9:43 */waypoints[143].children[0] = 142; -/* 9:43 */waypoints[143].children[1] = 145; -/* 9:43 */waypoints[143].children[2] = 146; -/* 9:43 */waypoints[143].children[3] = 147; -/* 9:43 */waypoints[143].children[4] = 154; -/* 9:43 */waypoints[144] = spawnstruct(); -/* 9:43 */waypoints[144].origin = (-1405.33, 1329.67, 0.125001); -/* 9:43 */waypoints[144].type = "stand"; -/* 9:43 */waypoints[144].children[0] = 145; -/* 9:43 */waypoints[145] = spawnstruct(); -/* 9:43 */waypoints[145].origin = (-1537.89, 1317.71, -7.46631); -/* 9:43 */waypoints[145].type = "stand"; -/* 9:43 */waypoints[145].children[0] = 144; -/* 9:43 */waypoints[145].children[1] = 143; -/* 9:43 */waypoints[145].children[2] = 59; -/* 9:43 */waypoints[145].children[3] = 146; -/* 9:43 */waypoints[145].children[4] = 154; -/* 9:43 */waypoints[146] = spawnstruct(); -/* 9:43 */waypoints[146].origin = (-1683.88, 1296.61, -7.875); -/* 9:43 */waypoints[146].type = "stand"; -/* 9:43 */waypoints[146].children[0] = 141; -/* 9:43 */waypoints[146].children[1] = 143; -/* 9:43 */waypoints[146].children[2] = 59; -/* 9:43 */waypoints[146].children[3] = 153; -/* 9:43 */waypoints[146].children[4] = 145; -/* 9:43 */waypoints[146].children[5] = 147; -/* 9:43 */waypoints[146].children[6] = 148; -/* 9:43 */waypoints[146].children[7] = 154; -/* 9:43 */waypoints[147] = spawnstruct(); -/* 9:43 */waypoints[147].origin = (-1543.23, 959.94, -7.875); -/* 9:43 */waypoints[147].type = "stand"; -/* 9:43 */waypoints[147].children[0] = 143; -/* 9:43 */waypoints[147].children[1] = 148; -/* 9:43 */waypoints[147].children[2] = 149; -/* 9:43 */waypoints[147].children[3] = 146; -/* 9:43 */waypoints[147].children[4] = 154; -/* 9:43 */waypoints[148] = spawnstruct(); -/* 9:43 */waypoints[148].origin = (-1538.74, 843.132, -2.21851); -/* 9:43 */waypoints[148].type = "stand"; -/* 9:43 */waypoints[148].children[0] = 77; -/* 9:43 */waypoints[148].children[1] = 72; -/* 9:43 */waypoints[148].children[2] = 147; -/* 9:43 */waypoints[148].children[3] = 150; -/* 9:43 */waypoints[148].children[4] = 146; -/* 9:43 */waypoints[149] = spawnstruct(); -/* 9:43 */waypoints[149].origin = (-1398.48, 955.502, 0.124998); -/* 9:43 */waypoints[149].type = "stand"; -/* 9:43 */waypoints[149].children[0] = 150; -/* 9:43 */waypoints[149].children[1] = 142; -/* 9:43 */waypoints[149].children[2] = 147; -/* 9:43 */waypoints[150] = spawnstruct(); -/* 9:43 */waypoints[150].origin = (-1399.73, 840.267, 0.124998); -/* 9:43 */waypoints[150].type = "stand"; -/* 9:43 */waypoints[150].children[0] = 75; -/* 9:43 */waypoints[150].children[1] = 148; -/* 9:43 */waypoints[150].children[2] = 149; -/* 9:43 */waypoints[151] = spawnstruct(); -/* 9:43 */waypoints[151].origin = (-1850.17, 1610.7, 0.124998); -/* 9:43 */waypoints[151].type = "stand"; -/* 9:43 */waypoints[151].children[0] = 58; -/* 9:43 */waypoints[151].children[1] = 140; -/* 9:43 */waypoints[151].children[2] = 152; -/* 9:43 */waypoints[152] = spawnstruct(); -/* 9:43 */waypoints[152].origin = (-1715.54, 1509.65, -7.875); -/* 9:43 */waypoints[152].type = "stand"; -/* 9:43 */waypoints[152].children[0] = 153; -/* 9:43 */waypoints[152].children[1] = 59; -/* 9:43 */waypoints[152].children[2] = 151; -/* 9:43 */waypoints[152].children[3] = 136; -/* 9:43 */waypoints[153] = spawnstruct(); -/* 9:43 */waypoints[153].origin = (-1653.52, 1396.03, -7.875); -/* 9:43 */waypoints[153].type = "stand"; -/* 9:43 */waypoints[153].children[0] = 134; -/* 9:43 */waypoints[153].children[1] = 146; -/* 9:43 */waypoints[153].children[2] = 152; -/* 9:43 */waypoints[154] = spawnstruct(); -/* 9:43 */waypoints[154].origin = (-1819.43, 1076.8, 0.314156); -/* 9:43 */waypoints[154].type = "stand"; -/* 9:43 */waypoints[154].children[0] = 155; -/* 9:43 */waypoints[154].children[1] = 59; -/* 9:43 */waypoints[154].children[2] = 146; -/* 9:43 */waypoints[154].children[3] = 143; -/* 9:43 */waypoints[154].children[4] = 147; -/* 9:43 */waypoints[154].children[5] = 145; -/* 9:43 */waypoints[155] = spawnstruct(); -/* 9:43 */waypoints[155].origin = (-1798.95, 707.128, -5.875); -/* 9:43 */waypoints[155].type = "stand"; -/* 9:43 */waypoints[155].children[0] = 72; -/* 9:43 */waypoints[155].children[1] = 71; -/* 9:43 */waypoints[155].children[2] = 154; -/* 9:43 */waypoints[156] = spawnstruct(); -/* 9:43 */waypoints[156].origin = (-715.95, 2006.56, -0.903272); -/* 9:43 */waypoints[156].type = "stand"; -/* 9:43 */waypoints[156].children[0] = 135; -/* 9:43 */waypoints[156].children[1] = 157; -/* 9:43 */waypoints[157] = spawnstruct(); -/* 9:43 */waypoints[157].origin = (-707.711, 2130.94, -1.441); -/* 9:43 */waypoints[157].type = "stand"; -/* 9:43 */waypoints[157].children[0] = 156; -/* 9:43 */waypoints[157].children[1] = 158; -/* 9:43 */waypoints[158] = spawnstruct(); -/* 9:43 */waypoints[158].origin = (-253.823, 2146.47, 0.124998); -/* 9:43 */waypoints[158].type = "stand"; -/* 9:43 */waypoints[158].children[0] = 157; -/* 9:43 */waypoints[158].children[1] = 17; -/* 9:43 */waypoints[158].children[2] = 19; -/* 9:43 */waypoints[158].children[3] = 18; -/* 9:43 */waypoints[158].children[4] = 160; -/* 9:43 */waypoints[158].children[5] = 159; -/* 9:43 */waypoints[159] = spawnstruct(); -/* 9:43 */waypoints[159].origin = (81.0801, 2045.54, -7.87516); -/* 9:43 */waypoints[159].type = "stand"; -/* 9:43 */waypoints[159].children[0] = 158; -/* 9:43 */waypoints[159].children[1] = 160; -/* 9:43 */waypoints[159].children[2] = 15; -/* 9:43 */waypoints[159].children[3] = 18; -/* 9:43 */waypoints[159].children[4] = 161; -/* 9:43 */waypoints[160] = spawnstruct(); -/* 9:43 */waypoints[160].origin = (-36.5829, 2207.91, -7.87516); -/* 9:43 */waypoints[160].type = "stand"; -/* 9:43 */waypoints[160].children[0] = 158; -/* 9:43 */waypoints[160].children[1] = 19; -/* 9:43 */waypoints[160].children[2] = 18; -/* 9:43 */waypoints[160].children[3] = 159; -/* 9:43 */waypoints[161] = spawnstruct(); -/* 9:43 */waypoints[161].origin = (343.587, 2166.1, 0.124976); -/* 9:43 */waypoints[161].type = "crouch"; -/* 9:43 */waypoints[161].children[0] = 159; -/* 9:43 */waypoints[161].angles = (-0.155029, 164.377, 0); -/* 9:43 */waypoints[162] = spawnstruct(); -/* 9:43 */waypoints[162].origin = (-409.125, 1894.88, 136.125); -/* 9:43 */waypoints[162].type = "crouch"; -/* 9:43 */waypoints[162].children[0] = 23; -/* 9:43 */waypoints[162].angles = (0.811768, -138.345, 0); -/* 9:43 */waypoints[163] = spawnstruct(); -/* 9:43 */waypoints[163].origin = (-617.181, 1894.88, 136.125); -/* 9:43 */waypoints[163].type = "crouch"; -/* 9:43 */waypoints[163].children[0] = 35; -/* 9:43 */waypoints[163].angles = (2.35535, -156.357, 0); -/* 9:43 */waypoints[164] = spawnstruct(); -/* 9:43 */waypoints[164].origin = (-687.371, 1807.82, 136.125); -/* 9:43 */waypoints[164].type = "stand"; -/* 9:43 */waypoints[164].children[0] = 23; -/* 9:43 */waypoints[164].children[1] = 35; -/* 9:43 */waypoints[164].children[2] = 165; -/* 9:43 */waypoints[165] = spawnstruct(); -/* 9:43 */waypoints[165].origin = (-711.202, 1688.98, 141.424); -/* 9:43 */waypoints[165].type = "stand"; -/* 9:43 */waypoints[165].children[0] = 164; -/* 9:43 */waypoints[166] = spawnstruct(); -/* 9:43 */waypoints[166].origin = (-1760.88, 1888.38, 0.125); -/* 9:43 */waypoints[166].type = "crouch"; -/* 9:43 */waypoints[166].children[0] = 139; -/* 9:43 */waypoints[166].angles = (5.61829, -53.1299, 0); -/* 9:43 */waypoints[167] = spawnstruct(); -/* 9:43 */waypoints[167].origin = (-1375.12, 1888.38, 0.125); -/* 9:43 */waypoints[167].type = "crouch"; -/* 9:43 */waypoints[167].children[0] = 137; -/* 9:43 */waypoints[167].angles = (4.0802, -130.968, 0); -/* 9:43 */waypoints[168] = spawnstruct(); -/* 9:43 */waypoints[168].origin = (-1322.91, 2772.52, 114.125); -/* 9:43 */waypoints[168].type = "stand"; -/* 9:43 */waypoints[168].children[0] = 26; -/* 9:43 */waypoints[168].children[1] = 28; -/* 9:43 */waypoints[169] = spawnstruct(); -/* 9:43 */waypoints[169].origin = (-1648.58, 2344.19, 129.351); -/* 9:43 */waypoints[169].type = "stand"; -/* 9:43 */waypoints[169].children[0] = 32; -/* 9:43 */waypoints[169].children[1] = 74; -/* 9:43 */waypoints[169].children[2] = 28; -/* 9:43 */waypoints[170] = spawnstruct(); -/* 9:43 */waypoints[170].origin = (-971.911, 2462.48, 136.125); -/* 9:43 */waypoints[170].type = "claymore"; -/* 9:43 */waypoints[170].children[0] = 25; -/* 9:43 */waypoints[170].angles = (57.1332, -69.0491, 0); -/* 9:43 */waypoints[171] = spawnstruct(); -/* 9:43 */waypoints[171].origin = (-930.875, 1648.88, 140.125); -/* 9:43 */waypoints[171].type = "claymore"; -/* 9:43 */waypoints[171].children[0] = 36; -/* 9:43 */waypoints[171].angles = (59.0503, -33.7061, 0); -/* 9:43 */waypoints[172] = spawnstruct(); -/* 9:43 */waypoints[172].origin = (-914.463, 529.65, 136.125); -/* 9:43 */waypoints[172].type = "claymore"; -/* 9:43 */waypoints[172].children[0] = 40; -/* 9:43 */waypoints[172].angles = (76.546, 34.6893, 0); -/* 9:43 */waypoints[173] = spawnstruct(); -/* 9:43 */waypoints[173].origin = (-860.484, 565.831, 136.125); -/* 9:43 */waypoints[173].type = "grenade"; -/* 9:43 */waypoints[173].children[0] = 42; -/* 9:43 */waypoints[173].children[1] = 40; -/* 9:43 */waypoints[173].angles = (-11.1029, 89.22, 0); -/* 9:43 */waypoints[174] = spawnstruct(); -/* 9:43 */waypoints[174].origin = (-876.345, 1543.39, 136.125); -/* 9:43 */waypoints[174].type = "grenade"; -/* 9:43 */waypoints[174].children[0] = 36; -/* 9:43 */waypoints[174].children[1] = 37; -/* 9:43 */waypoints[174].angles = (-10.7239, -90.0879, 0); -/* 9:43 */waypoints[175] = spawnstruct(); -/* 9:43 */waypoints[175].origin = (-806.945, 1318.63, 136.125); -/* 9:43 */waypoints[175].type = "crouch"; -/* 9:43 */waypoints[175].children[0] = 36; -/* 9:43 */waypoints[175].angles = (0.427246, 99.4153, 0); -/* 9:43 */waypoints[176] = spawnstruct(); -/* 9:43 */waypoints[176].origin = (-803.125, 1242.38, 136.125); -/* 9:43 */waypoints[176].type = "crouch"; -/* 9:43 */waypoints[176].children[0] = 39; -/* 9:43 */waypoints[176].angles = (-1.11084, -95.2844, 0); -/* 9:43 */waypoints[177] = spawnstruct(); -/* 9:43 */waypoints[177].origin = (613.095, 1051.78, 0.125); -/* 9:43 */waypoints[177].type = "claymore"; -/* 9:43 */waypoints[177].children[0] = 113; -/* 9:43 */waypoints[177].angles = (60.1984, 157.077, 0); -/* 9:43 */waypoints[178] = spawnstruct(); -/* 9:43 */waypoints[178].origin = (616.875, 812.875, 0.124998); -/* 9:43 */waypoints[178].type = "claymore"; -/* 9:43 */waypoints[178].children[0] = 7; -/* 9:43 */waypoints[178].angles = (52.3267, -138.928, 0); -/* 9:43 */waypoints[179] = spawnstruct(); -/* 9:43 */waypoints[179].origin = (40.7946, 762.873, 170.125); -/* 9:43 */waypoints[179].type = "stand"; -/* 9:43 */waypoints[179].children[0] = 105; -/* 9:43 */waypoints[179].children[1] = 180; -/* 9:43 */waypoints[179].children[2] = 181; -/* 9:43 */waypoints[179].children[3] = 182; -/* 9:43 */waypoints[179].children[4] = 183; -/* 9:43 */waypoints[180] = spawnstruct(); -/* 9:43 */waypoints[180].origin = (-102.86, 944.85, 168.125); -/* 9:43 */waypoints[180].type = "climb"; -/* 9:43 */waypoints[180].children[0] = 179; -/* 9:43 */waypoints[180].children[1] = 181; -/* 9:43 */waypoints[180].angles = (12.7374, 177.38, 0); -/* 9:43 */waypoints[181] = spawnstruct(); -/* 9:43 */waypoints[181].origin = (-55.4459, 998.875, 168.125); -/* 9:43 */waypoints[181].type = "climb"; -/* 9:43 */waypoints[181].children[0] = 180; -/* 9:43 */waypoints[181].children[1] = 179; -/* 9:43 */waypoints[181].angles = (4.94265, 88.1982, 0); -/* 9:43 */waypoints[182] = spawnstruct(); -/* 9:43 */waypoints[182].origin = (96.875, 703.125, 168.125); -/* 9:43 */waypoints[182].type = "crouch"; -/* 9:43 */waypoints[182].children[0] = 179; -/* 9:43 */waypoints[182].angles = (2.82778, 124.03, 0); -/* 9:43 */waypoints[183] = spawnstruct(); -/* 9:43 */waypoints[183].origin = (96.875, 738.177, 170.125); -/* 9:43 */waypoints[183].type = "claymore"; -/* 9:43 */waypoints[183].children[0] = 179; -/* 9:43 */waypoints[183].angles = (85, 96.8939, 0); -/* 9:43 */waypoints[184] = spawnstruct(); -/* 9:43 */waypoints[184].origin = (-471.5, 140.724, 0.125002); -/* 9:43 */waypoints[184].type = "claymore"; -/* 9:43 */waypoints[184].children[0] = 97; -/* 9:43 */waypoints[184].angles = (80.578, -63.457, 0); -/* 9:43 */waypoints[185] = spawnstruct(); -/* 9:43 */waypoints[185].origin = (-1064.4, 122.378, 4.125); -/* 9:43 */waypoints[185].type = "stand"; -/* 9:43 */waypoints[185].children[0] = 51; -/* 9:43 */waypoints[185].children[1] = 186; -/* 9:43 */waypoints[185].children[2] = 188; -/* 9:43 */waypoints[186] = spawnstruct(); -/* 9:43 */waypoints[186].origin = (-1063.28, 436.159, 4.125); -/* 9:43 */waypoints[186].type = "stand"; -/* 9:43 */waypoints[186].children[0] = 187; -/* 9:43 */waypoints[186].children[1] = 185; -/* 9:43 */waypoints[186].children[2] = 189; -/* 9:43 */waypoints[186].children[3] = 190; -/* 9:43 */waypoints[187] = spawnstruct(); -/* 9:43 */waypoints[187].origin = (-1535.08, 412.502, 4.125); -/* 9:43 */waypoints[187].type = "stand"; -/* 9:43 */waypoints[187].children[0] = 77; -/* 9:43 */waypoints[187].children[1] = 78; -/* 9:43 */waypoints[187].children[2] = 186; -/* 9:43 */waypoints[187].children[3] = 189; -/* 9:43 */waypoints[188] = spawnstruct(); -/* 9:43 */waypoints[188].origin = (-1252.4, 195.121, 4.125); -/* 9:43 */waypoints[188].type = "stand"; -/* 9:43 */waypoints[188].children[0] = 189; -/* 9:43 */waypoints[188].children[1] = 185; -/* 9:43 */waypoints[188].children[2] = 78; -/* 9:43 */waypoints[189] = spawnstruct(); -/* 9:43 */waypoints[189].origin = (-1257.67, 396.059, 4.125); -/* 9:43 */waypoints[189].type = "stand"; -/* 9:43 */waypoints[189].children[0] = 188; -/* 9:43 */waypoints[189].children[1] = 187; -/* 9:43 */waypoints[189].children[2] = 186; -/* 9:43 */waypoints[190] = spawnstruct(); -/* 9:43 */waypoints[190].origin = (-967.125, 475.875, 4.125); -/* 9:43 */waypoints[190].type = "crouch"; -/* 9:43 */waypoints[190].children[0] = 186; -/* 9:43 */waypoints[190].angles = (2.15759, -155.292, 0); -/* 9:43 */waypoints[191] = spawnstruct(); -/* 9:43 */waypoints[191].origin = (-680.645, 980.915, -7.875); -/* 9:43 */waypoints[191].type = "grenade"; -/* 9:43 */waypoints[191].children[0] = 132; -/* 9:43 */waypoints[191].children[1] = 129; -/* 9:43 */waypoints[191].children[2] = 128; -/* 9:43 */waypoints[191].angles = (-32.1307, 110.704, 0.0878906); -/* 9:43 */waypoints[192] = spawnstruct(); -/* 9:43 */waypoints[192].origin = (-656.499, 1108.28, -7.875); -/* 9:43 */waypoints[192].type = "grenade"; -/* 9:43 */waypoints[192].children[0] = 128; -/* 9:43 */waypoints[192].children[1] = 129; -/* 9:43 */waypoints[192].children[2] = 132; -/* 9:43 */waypoints[192].angles = (-36.1957, -126.497, 0.065918); -/* 9:43 */waypoints[193] = spawnstruct(); -/* 9:43 */waypoints[193].origin = (522.522, 1359.99, 24.1091); -/* 9:43 */waypoints[193].type = "javelin"; -/* 9:43 */waypoints[193].children[0] = 14; -/* 9:43 */waypoints[193].children[1] = 13; -/* 9:43 */waypoints[193].children[2] = 11; -/* 9:43 */waypoints[193].jav_point = (-1919.87, 1666.24, 68.061); -/* 9:43 */waypoints[194] = spawnstruct(); -/* 9:43 */waypoints[194].origin = (-1666.45, 1841.83, 136.125); -/* 9:43 */waypoints[194].type = "javelin"; -/* 9:43 */waypoints[194].children[0] = 33; -/* 9:43 */waypoints[194].children[1] = 35; -/* 9:43 */waypoints[194].jav_point = (-1759.84, -459.875, 89.376); -/* 9:43 */waypoints[195] = spawnstruct(); -/* 9:43 */waypoints[195].origin = (-1769.91, -436.393, 0.120675); -/* 9:43 */waypoints[195].type = "javelin"; -/* 9:43 */waypoints[195].children[0] = 81; -/* 9:43 */waypoints[195].children[1] = 80; -/* 9:43 */waypoints[195].jav_point = (-1530.45, 2190.54, 120.185); -/* 9:43 */waypoints[196] = spawnstruct(); -/* 9:43 */waypoints[196].origin = (-2070.43, 615.057, 8.125); -/* 9:43 */waypoints[196].type = "stand"; -/* 9:43 */waypoints[196].children[0] = 65; -/* 9:43 */waypoints[196].children[1] = 69; -/* 9:43 */waypoints[197] = spawnstruct(); -/* 9:43 */waypoints[197].origin = (-2067.7, 810.03, 8.125); -/* 9:43 */waypoints[197].type = "stand"; -/* 9:43 */waypoints[197].children[0] = 65; -/* 9:43 */waypoints[197].children[1] = 69; -/* 9:43 */waypoints[198] = spawnstruct(); -/* 9:43 */waypoints[198].origin = (-748.875, -480.875, 0.124999); -/* 9:43 */waypoints[198].type = "crouch"; -/* 9:43 */waypoints[198].children[0] = 95; -/* 9:43 */waypoints[198].children[1] = 200; -/* 9:43 */waypoints[199] = spawnstruct(); -/* 9:43 */waypoints[199].origin = (-420.614, -367.436, 0.124998); -/* 9:43 */waypoints[199].type = "stand"; -/* 9:43 */waypoints[199].children[0] = 91; -/* 9:43 */waypoints[199].children[1] = 6; -/* 9:43 */waypoints[199].children[2] = 200; -/* 9:43 */waypoints[200] = spawnstruct(); -/* 9:43 */waypoints[200].origin = (-492.12, -435.367, 0.124997); -/* 9:43 */waypoints[200].type = "stand"; -/* 9:43 */waypoints[200].children[0] = 92; -/* 9:43 */waypoints[200].children[1] = 199; -/* 9:43 */waypoints[200].children[2] = 198; -/* 9:43 */waypoints[200].children[3] = 93; -/* 9:43 */waypoints[201] = spawnstruct(); -/* 9:43 */waypoints[201].origin = (55.125, -648.875, -7.875); -/* 9:43 */waypoints[201].type = "crouch"; -/* 9:43 */waypoints[201].children[0] = 202; -/* 9:43 */waypoints[201].angles = (1.77307, 67.1082, 0); -/* 9:43 */waypoints[202] = spawnstruct(); -/* 9:43 */waypoints[202].origin = (31.3617, -536.284, 0.125001); -/* 9:43 */waypoints[202].type = "climb"; -/* 9:43 */waypoints[202].children[0] = 201; -/* 9:43 */waypoints[202].children[1] = 4; -/* 9:43 */waypoints[202].children[2] = 3; -/* 9:43 */waypoints[202].children[3] = 111; -/* 9:43 */waypoints[202].children[4] = 93; -/* 9:43 */waypoints[202].angles = (7.91992, -27.2919, 0); -/* 9:43 */waypoints[203] = spawnstruct(); -/* 9:43 */waypoints[203].origin = (-88.8865, 1224.78, -7.875); -/* 9:43 */waypoints[203].type = "grenade"; -/* 9:43 */waypoints[203].children[0] = 13; -/* 9:43 */waypoints[203].children[1] = 118; -/* 9:43 */waypoints[203].children[2] = 15; -/* 9:43 */waypoints[203].children[3] = 130; -/* 9:43 */waypoints[203].children[4] = 123; -/* 9:43 */waypoints[203].angles = (-39.552, -79.8395, 0); -/* 9:43 */waypoints[204] = spawnstruct(); -/* 9:43 */waypoints[204].origin = (-359.662, 659.253, -7.875); -/* 9:43 */waypoints[204].type = "grenade"; -/* 9:43 */waypoints[204].children[0] = 131; -/* 9:43 */waypoints[204].children[1] = 76; -/* 9:43 */waypoints[204].children[2] = 116; -/* 9:43 */waypoints[204].angles = (-35.2948, 36.0388, 0); -/* 9:43 */waypoints[205] = spawnstruct(); -/* 9:43 */waypoints[205].origin = (672.953, -547.994, -5.875); -/* 9:43 */waypoints[205].type = "stand"; -/* 9:43 */waypoints[205].children[0] = 3; -/* 9:43 */waypoints[205].children[1] = 206; -/* 9:43 */waypoints[205].children[2] = 0; -/* 9:43 */waypoints[206] = spawnstruct(); -/* 9:43 */waypoints[206].origin = (893.316, -395.439, -3.40501); -/* 9:43 */waypoints[206].type = "stand"; -/* 9:43 */waypoints[206].children[0] = 205; -/* 9:43 */waypoints[206].children[1] = 0; -/* 9:43 */waypoints[206].children[2] = 207; -/* 9:43 */waypoints[207] = spawnstruct(); -/* 9:43 */waypoints[207].origin = (802.756, -97.033, 0.124998); -/* 9:43 */waypoints[207].type = "stand"; -/* 9:43 */waypoints[207].children[0] = 206; -/* 9:43 */waypoints[207].children[1] = 0; -/* 9:43 */return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/lookout.gsc b/raw/maps/mp/bots/waypoints/lookout.gsc deleted file mode 100644 index 823ab13..0000000 --- a/raw/maps/mp/bots/waypoints/lookout.gsc +++ /dev/null @@ -1,761 +0,0 @@ -Lookout() -{ -/* 21:28 */waypoints = []; -/* 21:28 */waypoints[0] = spawnstruct(); -/* 21:28 */waypoints[0].origin = (778.845, 1291.23, 1680.32); -/* 21:28 */waypoints[0].type = "stand"; -/* 21:28 */waypoints[0].children[0] = 1; -/* 21:28 */waypoints[0].children[1] = 3; -/* 21:28 */waypoints[0].children[2] = 113; -/* 21:28 */waypoints[1] = spawnstruct(); -/* 21:28 */waypoints[1].origin = (944.181, 1216.78, 1682.67); -/* 21:28 */waypoints[1].type = "stand"; -/* 21:28 */waypoints[1].children[0] = 2; -/* 21:28 */waypoints[1].children[1] = 0; -/* 21:28 */waypoints[1].children[2] = 113; -/* 21:28 */waypoints[2] = spawnstruct(); -/* 21:28 */waypoints[2].origin = (928.586, 850.699, 1683.12); -/* 21:28 */waypoints[2].type = "stand"; -/* 21:28 */waypoints[2].children[0] = 1; -/* 21:28 */waypoints[2].children[1] = 3; -/* 21:28 */waypoints[2].children[2] = 4; -/* 21:28 */waypoints[2].children[3] = 113; -/* 21:28 */waypoints[3] = spawnstruct(); -/* 21:28 */waypoints[3].origin = (680.069, 1103.03, 1614.32); -/* 21:28 */waypoints[3].type = "stand"; -/* 21:28 */waypoints[3].children[0] = 0; -/* 21:28 */waypoints[3].children[1] = 2; -/* 21:28 */waypoints[3].children[2] = 98; -/* 21:28 */waypoints[3].children[3] = 113; -/* 21:28 */waypoints[4] = spawnstruct(); -/* 21:28 */waypoints[4].origin = (960.17, 403.114, 1728.23); -/* 21:28 */waypoints[4].type = "stand"; -/* 21:28 */waypoints[4].children[0] = 2; -/* 21:28 */waypoints[4].children[1] = 5; -/* 21:28 */waypoints[4].children[2] = 6; -/* 21:28 */waypoints[5] = spawnstruct(); -/* 21:28 */waypoints[5].origin = (1003.19, 31.8613, 1777.39); -/* 21:28 */waypoints[5].type = "claymore"; -/* 21:28 */waypoints[5].children[0] = 4; -/* 21:28 */waypoints[5].children[1] = 12; -/* 21:28 */waypoints[5].angles = (10.8875, -92.818, 0); -/* 21:28 */waypoints[6] = spawnstruct(); -/* 21:28 */waypoints[6].origin = (858.734, 228.831, 1741.89); -/* 21:28 */waypoints[6].type = "stand"; -/* 21:28 */waypoints[6].children[0] = 4; -/* 21:28 */waypoints[6].children[1] = 7; -/* 21:28 */waypoints[7] = spawnstruct(); -/* 21:28 */waypoints[7].origin = (674.06, 257.562, 1741.27); -/* 21:28 */waypoints[7].type = "stand"; -/* 21:28 */waypoints[7].children[0] = 6; -/* 21:28 */waypoints[7].children[1] = 8; -/* 21:28 */waypoints[7].children[2] = 15; -/* 21:28 */waypoints[8] = spawnstruct(); -/* 21:28 */waypoints[8].origin = (680.17, 66.3202, 1767.13); -/* 21:28 */waypoints[8].type = "stand"; -/* 21:28 */waypoints[8].children[0] = 7; -/* 21:28 */waypoints[8].children[1] = 9; -/* 21:28 */waypoints[8].children[2] = 10; -/* 21:28 */waypoints[9] = spawnstruct(); -/* 21:28 */waypoints[9].origin = (818.391, 69.0948, 1767.13); -/* 21:28 */waypoints[9].type = "crouch"; -/* 21:28 */waypoints[9].children[0] = 8; -/* 21:28 */waypoints[9].angles = (9.34387, -177.748, 0); -/* 21:28 */waypoints[10] = spawnstruct(); -/* 21:28 */waypoints[10].origin = (829.887, -88.4691, 1767.12); -/* 21:28 */waypoints[10].type = "stand"; -/* 21:28 */waypoints[10].children[0] = 8; -/* 21:28 */waypoints[10].children[1] = 11; -/* 21:28 */waypoints[11] = spawnstruct(); -/* 21:28 */waypoints[11].origin = (843.459, -393.654, 1810.19); -/* 21:28 */waypoints[11].type = "grenade"; -/* 21:28 */waypoints[11].children[0] = 10; -/* 21:28 */waypoints[11].children[1] = 12; -/* 21:28 */waypoints[11].children[2] = 13; -/* 21:28 */waypoints[11].children[3] = 29; -/* 21:28 */waypoints[11].angles = (2.08191, 162.784, 0); -/* 21:28 */waypoints[12] = spawnstruct(); -/* 21:28 */waypoints[12].origin = (983.911, -227.724, 1792.76); -/* 21:28 */waypoints[12].type = "stand"; -/* 21:28 */waypoints[12].children[0] = 11; -/* 21:28 */waypoints[12].children[1] = 5; -/* 21:28 */waypoints[12].children[2] = 13; -/* 21:28 */waypoints[13] = spawnstruct(); -/* 21:28 */waypoints[13].origin = (547.199, -283.987, 1764.58); -/* 21:28 */waypoints[13].type = "javelin"; -/* 21:28 */waypoints[13].children[0] = 11; -/* 21:28 */waypoints[13].children[1] = 12; -/* 21:28 */waypoints[13].children[2] = 14; -/* 21:28 */waypoints[13].children[3] = 29; -/* 21:28 */waypoints[13].children[4] = 30; -/* 21:28 */waypoints[13].jav_point = (517.679, 1207.62, 1653.41); -/* 21:28 */waypoints[14] = spawnstruct(); -/* 21:28 */waypoints[14].origin = (515.57, -80.5683, 1753.47); -/* 21:28 */waypoints[14].type = "stand"; -/* 21:28 */waypoints[14].children[0] = 13; -/* 21:28 */waypoints[14].children[1] = 15; -/* 21:28 */waypoints[15] = spawnstruct(); -/* 21:28 */waypoints[15].origin = (455.89, 250.559, 1727.12); -/* 21:28 */waypoints[15].type = "stand"; -/* 21:28 */waypoints[15].children[0] = 14; -/* 21:28 */waypoints[15].children[1] = 7; -/* 21:28 */waypoints[15].children[2] = 16; -/* 21:28 */waypoints[15].children[3] = 26; -/* 21:28 */waypoints[15].children[4] = 90; -/* 21:28 */waypoints[15].children[5] = 92; -/* 21:28 */waypoints[16] = spawnstruct(); -/* 21:28 */waypoints[16].origin = (574.296, 328.468, 1746.24); -/* 21:28 */waypoints[16].type = "stand"; -/* 21:28 */waypoints[16].children[0] = 15; -/* 21:28 */waypoints[16].children[1] = 17; -/* 21:28 */waypoints[17] = spawnstruct(); -/* 21:28 */waypoints[17].origin = (577.759, 546.938, 1822.41); -/* 21:28 */waypoints[17].type = "stand"; -/* 21:28 */waypoints[17].children[0] = 16; -/* 21:28 */waypoints[17].children[1] = 18; -/* 21:28 */waypoints[17].children[2] = 93; -/* 21:28 */waypoints[18] = spawnstruct(); -/* 21:28 */waypoints[18].origin = (350.125, 547.077, 1819.58); -/* 21:28 */waypoints[18].type = "climb"; -/* 21:28 */waypoints[18].children[0] = 17; -/* 21:28 */waypoints[18].children[1] = 19; -/* 21:28 */waypoints[18].angles = (-17.298, 175.908, 0); -/* 21:28 */waypoints[19] = spawnstruct(); -/* 21:28 */waypoints[19].origin = (333.173, 547.077, 1867.13); -/* 21:28 */waypoints[19].type = "climb"; -/* 21:28 */waypoints[19].children[0] = 18; -/* 21:28 */waypoints[19].children[1] = 20; -/* 21:28 */waypoints[19].angles = (14.3536, 177.166, 0); -/* 21:28 */waypoints[20] = spawnstruct(); -/* 21:28 */waypoints[20].origin = (282.875, 545.777, 1832.85); -/* 21:28 */waypoints[20].type = "climb"; -/* 21:28 */waypoints[20].children[0] = 19; -/* 21:28 */waypoints[20].children[1] = 21; -/* 21:28 */waypoints[20].angles = (-18.869, 0.862427, 0); -/* 21:28 */waypoints[21] = spawnstruct(); -/* 21:28 */waypoints[21].origin = (143.908, 543.603, 1783.66); -/* 21:28 */waypoints[21].type = "stand"; -/* 21:28 */waypoints[21].children[0] = 20; -/* 21:28 */waypoints[21].children[1] = 24; -/* 21:28 */waypoints[22] = spawnstruct(); -/* 21:28 */waypoints[22].origin = (-77.9322, 601.837, 1646.86); -/* 21:28 */waypoints[22].type = "climb"; -/* 21:28 */waypoints[22].children[0] = 23; -/* 21:28 */waypoints[22].children[1] = 69; -/* 21:28 */waypoints[22].children[2] = 70; -/* 21:28 */waypoints[22].angles = (-26.4825, -11.1951, 0); -/* 21:28 */waypoints[23] = spawnstruct(); -/* 21:28 */waypoints[23].origin = (-61.7961, 599.51, 1699.37); -/* 21:28 */waypoints[23].type = "climb"; -/* 21:28 */waypoints[23].children[0] = 22; -/* 21:28 */waypoints[23].children[1] = 24; -/* 21:28 */waypoints[23].angles = (-17.4902, -15.6171, 0); -/* 21:28 */waypoints[24] = spawnstruct(); -/* 21:28 */waypoints[24].origin = (-19.655, 589.415, 1721.62); -/* 21:28 */waypoints[24].type = "grenade"; -/* 21:28 */waypoints[24].children[0] = 21; -/* 21:28 */waypoints[24].children[1] = 23; -/* 21:28 */waypoints[24].angles = (6.37207, -95.1636, 0); -/* 21:28 */waypoints[25] = spawnstruct(); -/* 21:28 */waypoints[25].origin = (33.6918, 255.847, 1668.19); -/* 21:28 */waypoints[25].type = "stand"; -/* 21:28 */waypoints[25].children[0] = 26; -/* 21:28 */waypoints[25].children[1] = 70; -/* 21:28 */waypoints[25].children[2] = 71; -/* 21:28 */waypoints[25].children[3] = 104; -/* 21:28 */waypoints[26] = spawnstruct(); -/* 21:28 */waypoints[26].origin = (159.778, 228.387, 1692.65); -/* 21:28 */waypoints[26].type = "stand"; -/* 21:28 */waypoints[26].children[0] = 25; -/* 21:28 */waypoints[26].children[1] = 15; -/* 21:28 */waypoints[27] = spawnstruct(); -/* 21:28 */waypoints[27].origin = (-199.676, -233.593, 1582.39); -/* 21:28 */waypoints[27].type = "claymore"; -/* 21:28 */waypoints[27].children[0] = 31; -/* 21:28 */waypoints[27].children[1] = 33; -/* 21:28 */waypoints[27].angles = (11.5466, 98.2177, 0); -/* 21:28 */waypoints[28] = spawnstruct(); -/* 21:28 */waypoints[28].origin = (504.664, -874.319, 1907.27); -/* 21:28 */waypoints[28].type = "stand"; -/* 21:28 */waypoints[28].children[0] = 29; -/* 21:28 */waypoints[28].children[1] = 38; -/* 21:28 */waypoints[28].children[2] = 39; -/* 21:28 */waypoints[28].children[3] = 117; -/* 21:28 */waypoints[29] = spawnstruct(); -/* 21:28 */waypoints[29].origin = (868.347, -651.815, 1830.62); -/* 21:28 */waypoints[29].type = "stand"; -/* 21:28 */waypoints[29].children[0] = 28; -/* 21:28 */waypoints[29].children[1] = 11; -/* 21:28 */waypoints[29].children[2] = 13; -/* 21:28 */waypoints[29].children[3] = 117; -/* 21:28 */waypoints[30] = spawnstruct(); -/* 21:28 */waypoints[30].origin = (235.202, -310.967, 1677.52); -/* 21:28 */waypoints[30].type = "claymore"; -/* 21:28 */waypoints[30].children[0] = 13; -/* 21:28 */waypoints[30].children[1] = 32; -/* 21:28 */waypoints[30].angles = (3.62545, 9.55254, 0); -/* 21:28 */waypoints[31] = spawnstruct(); -/* 21:28 */waypoints[31].origin = (-199.553, -390.271, 1581.75); -/* 21:28 */waypoints[31].type = "javelin"; -/* 21:28 */waypoints[31].children[0] = 32; -/* 21:28 */waypoints[31].children[1] = 27; -/* 21:28 */waypoints[31].children[2] = 41; -/* 21:28 */waypoints[31].children[3] = 54; -/* 21:28 */waypoints[31].children[4] = 40; -/* 21:28 */waypoints[31].jav_point = (-306.57, 1092.12, 1596.47); -/* 21:28 */waypoints[32] = spawnstruct(); -/* 21:28 */waypoints[32].origin = (27.1112, -354.983, 1633.98); -/* 21:28 */waypoints[32].type = "stand"; -/* 21:28 */waypoints[32].children[0] = 30; -/* 21:28 */waypoints[32].children[1] = 31; -/* 21:28 */waypoints[33] = spawnstruct(); -/* 21:28 */waypoints[33].origin = (-187.646, -33.5736, 1604.24); -/* 21:28 */waypoints[33].type = "grenade"; -/* 21:28 */waypoints[33].children[0] = 27; -/* 21:28 */waypoints[33].children[1] = 65; -/* 21:28 */waypoints[33].children[2] = 70; -/* 21:28 */waypoints[33].children[3] = 104; -/* 21:28 */waypoints[33].angles = (-1.69741, 74.7784, 0); -/* 21:28 */waypoints[34] = spawnstruct(); -/* 21:28 */waypoints[34].origin = (42.3314, -1467.71, 1888.05); -/* 21:28 */waypoints[34].type = "stand"; -/* 21:28 */waypoints[34].children[0] = 35; -/* 21:28 */waypoints[34].children[1] = 105; -/* 21:28 */waypoints[34].children[2] = 108; -/* 21:28 */waypoints[35] = spawnstruct(); -/* 21:28 */waypoints[35].origin = (-22.4712, -1092.97, 1731.46); -/* 21:28 */waypoints[35].type = "stand"; -/* 21:28 */waypoints[35].children[0] = 34; -/* 21:28 */waypoints[35].children[1] = 40; -/* 21:28 */waypoints[35].children[2] = 105; -/* 21:28 */waypoints[35].children[3] = 106; -/* 21:28 */waypoints[35].children[4] = 108; -/* 21:28 */waypoints[35].children[5] = 111; -/* 21:28 */waypoints[36] = spawnstruct(); -/* 21:28 */waypoints[36].origin = (-725.882, -1123.12, 1656.6); -/* 21:28 */waypoints[36].type = "stand"; -/* 21:28 */waypoints[36].children[0] = 37; -/* 21:28 */waypoints[36].children[1] = 107; -/* 21:28 */waypoints[37] = spawnstruct(); -/* 21:28 */waypoints[37].origin = (-851.998, -1133.61, 1645.02); -/* 21:28 */waypoints[37].type = "tube"; -/* 21:28 */waypoints[37].children[0] = 36; -/* 21:28 */waypoints[37].children[1] = 46; -/* 21:28 */waypoints[37].angles = (0.730549, 83.5509, 0); -/* 21:28 */waypoints[38] = spawnstruct(); -/* 21:28 */waypoints[38].origin = (485.187, -655.606, 1964.53); -/* 21:28 */waypoints[38].type = "tube"; -/* 21:28 */waypoints[38].children[0] = 28; -/* 21:28 */waypoints[38].angles = (9.53059, 97.8496, 0); -/* 21:28 */waypoints[39] = spawnstruct(); -/* 21:28 */waypoints[39].origin = (286.624, -893.423, 1871.69); -/* 21:28 */waypoints[39].type = "stand"; -/* 21:28 */waypoints[39].children[0] = 28; -/* 21:28 */waypoints[39].children[1] = 40; -/* 21:28 */waypoints[39].children[2] = 111; -/* 21:28 */waypoints[40] = spawnstruct(); -/* 21:28 */waypoints[40].origin = (-21.8602, -856.088, 1645.35); -/* 21:28 */waypoints[40].type = "stand"; -/* 21:28 */waypoints[40].children[0] = 39; -/* 21:28 */waypoints[40].children[1] = 35; -/* 21:28 */waypoints[40].children[2] = 41; -/* 21:28 */waypoints[40].children[3] = 31; -/* 21:28 */waypoints[40].children[4] = 42; -/* 21:28 */waypoints[41] = spawnstruct(); -/* 21:28 */waypoints[41].origin = (-173.65, -706.015, 1578.71); -/* 21:28 */waypoints[41].type = "stand"; -/* 21:28 */waypoints[41].children[0] = 40; -/* 21:28 */waypoints[41].children[1] = 31; -/* 21:28 */waypoints[41].children[2] = 42; -/* 21:28 */waypoints[41].children[3] = 54; -/* 21:28 */waypoints[42] = spawnstruct(); -/* 21:28 */waypoints[42].origin = (-478.051, -729.367, 1543.01); -/* 21:28 */waypoints[42].type = "stand"; -/* 21:28 */waypoints[42].children[0] = 41; -/* 21:28 */waypoints[42].children[1] = 43; -/* 21:28 */waypoints[42].children[2] = 40; -/* 21:28 */waypoints[42].children[3] = 110; -/* 21:28 */waypoints[42].children[4] = 112; -/* 21:28 */waypoints[42].children[5] = 120; -/* 21:28 */waypoints[43] = spawnstruct(); -/* 21:28 */waypoints[43].origin = (-767.651, -847.858, 1503.43); -/* 21:28 */waypoints[43].type = "tube"; -/* 21:28 */waypoints[43].children[0] = 42; -/* 21:28 */waypoints[43].children[1] = 112; -/* 21:28 */waypoints[43].angles = (-9.28349, 99.0911, 0); -/* 21:28 */waypoints[44] = spawnstruct(); -/* 21:28 */waypoints[44].origin = (-920.323, -420.493, 1517.66); -/* 21:28 */waypoints[44].type = "grenade"; -/* 21:28 */waypoints[44].children[0] = 45; -/* 21:28 */waypoints[44].children[1] = 47; -/* 21:28 */waypoints[44].children[2] = 51; -/* 21:28 */waypoints[44].children[3] = 110; -/* 21:28 */waypoints[44].children[4] = 112; -/* 21:28 */waypoints[44].angles = (1.38972, 77.2283, 0); -/* 21:28 */waypoints[45] = spawnstruct(); -/* 21:28 */waypoints[45].origin = (-1003.29, -780.596, 1586.88); -/* 21:28 */waypoints[45].type = "stand"; -/* 21:28 */waypoints[45].children[0] = 44; -/* 21:28 */waypoints[45].children[1] = 46; -/* 21:28 */waypoints[45].children[2] = 112; -/* 21:28 */waypoints[46] = spawnstruct(); -/* 21:28 */waypoints[46].origin = (-954.677, -1074.13, 1638.92); -/* 21:28 */waypoints[46].type = "stand"; -/* 21:28 */waypoints[46].children[0] = 45; -/* 21:28 */waypoints[46].children[1] = 37; -/* 21:28 */waypoints[46].children[2] = 107; -/* 21:28 */waypoints[46].children[3] = 109; -/* 21:28 */waypoints[47] = spawnstruct(); -/* 21:28 */waypoints[47].origin = (-899.572, -59.1686, 1516.52); -/* 21:28 */waypoints[47].type = "stand"; -/* 21:28 */waypoints[47].children[0] = 44; -/* 21:28 */waypoints[47].children[1] = 48; -/* 21:28 */waypoints[48] = spawnstruct(); -/* 21:28 */waypoints[48].origin = (-815.13, 74.4702, 1513.83); -/* 21:28 */waypoints[48].type = "stand"; -/* 21:28 */waypoints[48].children[0] = 47; -/* 21:28 */waypoints[48].children[1] = 49; -/* 21:28 */waypoints[48].children[2] = 55; -/* 21:28 */waypoints[49] = spawnstruct(); -/* 21:28 */waypoints[49].origin = (-780.329, -27.66, 1519.26); -/* 21:28 */waypoints[49].type = "claymore"; -/* 21:28 */waypoints[49].children[0] = 48; -/* 21:28 */waypoints[49].children[1] = 50; -/* 21:28 */waypoints[49].angles = (23.1701, -89.3684, 0); -/* 21:28 */waypoints[50] = spawnstruct(); -/* 21:28 */waypoints[50].origin = (-773.866, -296.802, 1550.87); -/* 21:28 */waypoints[50].type = "stand"; -/* 21:28 */waypoints[50].children[0] = 49; -/* 21:28 */waypoints[50].children[1] = 51; -/* 21:28 */waypoints[50].children[2] = 52; -/* 21:28 */waypoints[51] = spawnstruct(); -/* 21:28 */waypoints[51].origin = (-818.798, -329.561, 1575.18); -/* 21:28 */waypoints[51].type = "climb"; -/* 21:28 */waypoints[51].children[0] = 50; -/* 21:28 */waypoints[51].children[1] = 44; -/* 21:28 */waypoints[51].angles = (28.2568, -153.21, 0); -/* 21:28 */waypoints[52] = spawnstruct(); -/* 21:28 */waypoints[52].origin = (-736.241, -484.446, 1549.97); -/* 21:28 */waypoints[52].type = "stand"; -/* 21:28 */waypoints[52].children[0] = 50; -/* 21:28 */waypoints[52].children[1] = 53; -/* 21:28 */waypoints[53] = spawnstruct(); -/* 21:28 */waypoints[53].origin = (-616.34, -558.103, 1562.35); -/* 21:28 */waypoints[53].type = "stand"; -/* 21:28 */waypoints[53].children[0] = 52; -/* 21:28 */waypoints[53].children[1] = 54; -/* 21:28 */waypoints[53].children[2] = 121; -/* 21:28 */waypoints[54] = spawnstruct(); -/* 21:28 */waypoints[54].origin = (-316.123, -543.016, 1579.86); -/* 21:28 */waypoints[54].type = "stand"; -/* 21:28 */waypoints[54].children[0] = 53; -/* 21:28 */waypoints[54].children[1] = 41; -/* 21:28 */waypoints[54].children[2] = 31; -/* 21:28 */waypoints[55] = spawnstruct(); -/* 21:28 */waypoints[55].origin = (-780.144, 316.765, 1513.43); -/* 21:28 */waypoints[55].type = "stand"; -/* 21:28 */waypoints[55].children[0] = 48; -/* 21:28 */waypoints[55].children[1] = 56; -/* 21:28 */waypoints[56] = spawnstruct(); -/* 21:28 */waypoints[56].origin = (-705.31, 342.408, 1510.88); -/* 21:28 */waypoints[56].type = "stand"; -/* 21:28 */waypoints[56].children[0] = 55; -/* 21:28 */waypoints[56].children[1] = 57; -/* 21:28 */waypoints[57] = spawnstruct(); -/* 21:28 */waypoints[57].origin = (-711.347, 533.404, 1506.94); -/* 21:28 */waypoints[57].type = "stand"; -/* 21:28 */waypoints[57].children[0] = 56; -/* 21:28 */waypoints[57].children[1] = 58; -/* 21:28 */waypoints[57].children[2] = 59; -/* 21:28 */waypoints[57].children[3] = 69; -/* 21:28 */waypoints[57].children[4] = 102; -/* 21:28 */waypoints[58] = spawnstruct(); -/* 21:28 */waypoints[58].origin = (-825.775, 498.273, 1507.83); -/* 21:28 */waypoints[58].type = "tube"; -/* 21:28 */waypoints[58].children[0] = 57; -/* 21:28 */waypoints[58].angles = (-6.61381, 18.8195, 0); -/* 21:28 */waypoints[59] = spawnstruct(); -/* 21:28 */waypoints[59].origin = (-794.749, 686.022, 1500.35); -/* 21:28 */waypoints[59].type = "stand"; -/* 21:28 */waypoints[59].children[0] = 57; -/* 21:28 */waypoints[59].children[1] = 60; -/* 21:28 */waypoints[60] = spawnstruct(); -/* 21:28 */waypoints[60].origin = (-769.515, 904.623, 1500.13); -/* 21:28 */waypoints[60].type = "claymore"; -/* 21:28 */waypoints[60].children[0] = 59; -/* 21:28 */waypoints[60].children[1] = 61; -/* 21:28 */waypoints[60].children[2] = 62; -/* 21:28 */waypoints[60].angles = (19.4567, 84.2925, 0); -/* 21:28 */waypoints[61] = spawnstruct(); -/* 21:28 */waypoints[61].origin = (-717.039, 1162.02, 1500.13); -/* 21:28 */waypoints[61].type = "stand"; -/* 21:28 */waypoints[61].children[0] = 60; -/* 21:28 */waypoints[61].children[1] = 72; -/* 21:28 */waypoints[62] = spawnstruct(); -/* 21:28 */waypoints[62].origin = (-727.443, 795.736, 1500.13); -/* 21:28 */waypoints[62].type = "stand"; -/* 21:28 */waypoints[62].children[0] = 60; -/* 21:28 */waypoints[62].children[1] = 63; -/* 21:28 */waypoints[63] = spawnstruct(); -/* 21:28 */waypoints[63].origin = (-541.775, 789.281, 1502.92); -/* 21:28 */waypoints[63].type = "stand"; -/* 21:28 */waypoints[63].children[0] = 62; -/* 21:28 */waypoints[63].children[1] = 75; -/* 21:28 */waypoints[63].children[2] = 102; -/* 21:28 */waypoints[63].children[3] = 115; -/* 21:28 */waypoints[64] = spawnstruct(); -/* 21:28 */waypoints[64].origin = (-557.083, 129.701, 1576.29); -/* 21:28 */waypoints[64].type = "stand"; -/* 21:28 */waypoints[64].children[0] = 65; -/* 21:28 */waypoints[64].children[1] = 103; -/* 21:28 */waypoints[65] = spawnstruct(); -/* 21:28 */waypoints[65].origin = (-583.579, -71.3439, 1583.11); -/* 21:28 */waypoints[65].type = "stand"; -/* 21:28 */waypoints[65].children[0] = 33; -/* 21:28 */waypoints[65].children[1] = 66; -/* 21:28 */waypoints[65].children[2] = 64; -/* 21:28 */waypoints[66] = spawnstruct(); -/* 21:28 */waypoints[66].origin = (-484.101, -273.864, 1597.98); -/* 21:28 */waypoints[66].type = "stand"; -/* 21:28 */waypoints[66].children[0] = 65; -/* 21:28 */waypoints[66].children[1] = 67; -/* 21:28 */waypoints[67] = spawnstruct(); -/* 21:28 */waypoints[67].origin = (-499.615, -465.275, 1625.37); -/* 21:28 */waypoints[67].type = "climb"; -/* 21:28 */waypoints[67].children[0] = 68; -/* 21:28 */waypoints[67].children[1] = 66; -/* 21:28 */waypoints[67].angles = (-9.47026, -85.8308, 0); -/* 21:28 */waypoints[68] = spawnstruct(); -/* 21:28 */waypoints[68].origin = (-499.615, -482.118, 1667.22); -/* 21:28 */waypoints[68].type = "climb"; -/* 21:28 */waypoints[68].children[0] = 67; -/* 21:28 */waypoints[68].angles = (-1.9611, -84.864, 0); -/* 21:28 */waypoints[69] = spawnstruct(); -/* 21:28 */waypoints[69].origin = (-444.307, 661.426, 1544.65); -/* 21:28 */waypoints[69].type = "stand"; -/* 21:28 */waypoints[69].children[0] = 57; -/* 21:28 */waypoints[69].children[1] = 22; -/* 21:28 */waypoints[69].children[2] = 70; -/* 21:28 */waypoints[69].children[3] = 102; -/* 21:28 */waypoints[69].children[4] = 118; -/* 21:28 */waypoints[70] = spawnstruct(); -/* 21:28 */waypoints[70].origin = (-167.345, 380.638, 1630.04); -/* 21:28 */waypoints[70].type = "stand"; -/* 21:28 */waypoints[70].children[0] = 69; -/* 21:28 */waypoints[70].children[1] = 25; -/* 21:28 */waypoints[70].children[2] = 22; -/* 21:28 */waypoints[70].children[3] = 33; -/* 21:28 */waypoints[70].children[4] = 104; -/* 21:28 */waypoints[70].children[5] = 118; -/* 21:28 */waypoints[71] = spawnstruct(); -/* 21:28 */waypoints[71].origin = (38.6083, 191.077, 1673.58); -/* 21:28 */waypoints[71].type = "crouch"; -/* 21:28 */waypoints[71].children[0] = 25; -/* 21:28 */waypoints[71].angles = (8.93184, 92.4773, 0); -/* 21:28 */waypoints[72] = spawnstruct(); -/* 21:28 */waypoints[72].origin = (-524.709, 1186.15, 1500.13); -/* 21:28 */waypoints[72].type = "stand"; -/* 21:28 */waypoints[72].children[0] = 61; -/* 21:28 */waypoints[72].children[1] = 73; -/* 21:28 */waypoints[73] = spawnstruct(); -/* 21:28 */waypoints[73].origin = (-380.21, 1276.73, 1501.13); -/* 21:28 */waypoints[73].type = "stand"; -/* 21:28 */waypoints[73].children[0] = 72; -/* 21:28 */waypoints[73].children[1] = 74; -/* 21:28 */waypoints[74] = spawnstruct(); -/* 21:28 */waypoints[74].origin = (-204.127, 1244.17, 1499.97); -/* 21:28 */waypoints[74].type = "stand"; -/* 21:28 */waypoints[74].children[0] = 73; -/* 21:28 */waypoints[74].children[1] = 75; -/* 21:28 */waypoints[74].children[2] = 101; -/* 21:28 */waypoints[75] = spawnstruct(); -/* 21:28 */waypoints[75].origin = (-233.653, 872.014, 1499.78); -/* 21:28 */waypoints[75].type = "grenade"; -/* 21:28 */waypoints[75].children[0] = 74; -/* 21:28 */waypoints[75].children[1] = 76; -/* 21:28 */waypoints[75].children[2] = 100; -/* 21:28 */waypoints[75].children[3] = 63; -/* 21:28 */waypoints[75].children[4] = 115; -/* 21:28 */waypoints[75].angles = (-8.55839, 20.2093, 0); -/* 21:28 */waypoints[76] = spawnstruct(); -/* 21:28 */waypoints[76].origin = (-339.604, 948.565, 1499.79); -/* 21:28 */waypoints[76].type = "stand"; -/* 21:28 */waypoints[76].children[0] = 75; -/* 21:28 */waypoints[76].children[1] = 77; -/* 21:28 */waypoints[77] = spawnstruct(); -/* 21:28 */waypoints[77].origin = (-653.404, 954.094, 1677.81); -/* 21:28 */waypoints[77].type = "stand"; -/* 21:28 */waypoints[77].children[0] = 76; -/* 21:28 */waypoints[77].children[1] = 83; -/* 21:28 */waypoints[77].children[2] = 78; -/* 21:28 */waypoints[77].children[3] = 85; -/* 21:28 */waypoints[78] = spawnstruct(); -/* 21:28 */waypoints[78].origin = (-735.062, 755.125, 1682.78); -/* 21:28 */waypoints[78].type = "climb"; -/* 21:28 */waypoints[78].children[0] = 77; -/* 21:28 */waypoints[78].children[1] = 79; -/* 21:28 */waypoints[78].children[2] = 86; -/* 21:28 */waypoints[78].angles = (-9.95915, -86.0999, 0); -/* 21:28 */waypoints[79] = spawnstruct(); -/* 21:28 */waypoints[79].origin = (-735.062, 738.172, 1730.13); -/* 21:28 */waypoints[79].type = "climb"; -/* 21:28 */waypoints[79].children[0] = 78; -/* 21:28 */waypoints[79].children[1] = 80; -/* 21:28 */waypoints[79].angles = (-0.164838, -83.216, 0); -/* 21:28 */waypoints[80] = spawnstruct(); -/* 21:28 */waypoints[80].origin = (-820.676, 721.946, 1727.13); -/* 21:28 */waypoints[80].type = "javelin"; -/* 21:28 */waypoints[80].children[0] = 79; -/* 21:28 */waypoints[80].jav_point = (552.842, 980.233, 1645.93); -/* 21:28 */waypoints[81] = spawnstruct(); -/* 21:28 */waypoints[81].origin = (-371.125, 1224.92, 1676.13); -/* 21:28 */waypoints[81].type = "climb"; -/* 21:28 */waypoints[81].children[0] = 84; -/* 21:28 */waypoints[81].children[1] = 82; -/* 21:28 */waypoints[81].angles = (-8.03654, 0.543739, 0); -/* 21:28 */waypoints[82] = spawnstruct(); -/* 21:28 */waypoints[82].origin = (-354.833, 1224.92, 1730.12); -/* 21:28 */waypoints[82].type = "climb"; -/* 21:28 */waypoints[82].children[0] = 81; -/* 21:28 */waypoints[82].angles = (11.4038, -0.230797, 0); -/* 21:28 */waypoints[83] = spawnstruct(); -/* 21:28 */waypoints[83].origin = (-670.662, 1002.55, 1677.93); -/* 21:28 */waypoints[83].type = "stand"; -/* 21:28 */waypoints[83].children[0] = 84; -/* 21:28 */waypoints[83].children[1] = 77; -/* 21:28 */waypoints[83].children[2] = 86; -/* 21:28 */waypoints[84] = spawnstruct(); -/* 21:28 */waypoints[84].origin = (-608.584, 1233.96, 1678.63); -/* 21:28 */waypoints[84].type = "stand"; -/* 21:28 */waypoints[84].children[0] = 83; -/* 21:28 */waypoints[84].children[1] = 81; -/* 21:28 */waypoints[84].children[2] = 87; -/* 21:28 */waypoints[85] = spawnstruct(); -/* 21:28 */waypoints[85].origin = (-779.275, 879.155, 1681.01); -/* 21:28 */waypoints[85].type = "crouch"; -/* 21:28 */waypoints[85].children[0] = 77; -/* 21:28 */waypoints[85].angles = (10.6347, 31.2763, 0); -/* 21:28 */waypoints[86] = spawnstruct(); -/* 21:28 */waypoints[86].origin = (-908.868, 850.536, 1676.51); -/* 21:28 */waypoints[86].type = "stand"; -/* 21:28 */waypoints[86].children[0] = 83; -/* 21:28 */waypoints[86].children[1] = 78; -/* 21:28 */waypoints[87] = spawnstruct(); -/* 21:28 */waypoints[87].origin = (-463.31, 1075.13, 1676.13); -/* 21:28 */waypoints[87].type = "climb"; -/* 21:28 */waypoints[87].children[0] = 84; -/* 21:28 */waypoints[87].children[1] = 88; -/* 21:28 */waypoints[87].angles = (-11.1237, -85.7281, 0); -/* 21:28 */waypoints[88] = spawnstruct(); -/* 21:28 */waypoints[88].origin = (-463.31, 1058.84, 1730.13); -/* 21:28 */waypoints[88].type = "climb"; -/* 21:28 */waypoints[88].children[0] = 87; -/* 21:28 */waypoints[88].children[1] = 89; -/* 21:28 */waypoints[88].angles = (2.51582, -91.3367, 0); -/* 21:28 */waypoints[89] = spawnstruct(); -/* 21:28 */waypoints[89].origin = (-397.056, 1030.95, 1730.13); -/* 21:28 */waypoints[89].type = "grenade"; -/* 21:28 */waypoints[89].children[0] = 88; -/* 21:28 */waypoints[89].angles = (1.96651, -177.62, 0); -/* 21:28 */waypoints[90] = spawnstruct(); -/* 21:28 */waypoints[90].origin = (506.466, 417.863, 1728.33); -/* 21:28 */waypoints[90].type = "stand"; -/* 21:28 */waypoints[90].children[0] = 15; -/* 21:28 */waypoints[90].children[1] = 91; -/* 21:28 */waypoints[91] = spawnstruct(); -/* 21:28 */waypoints[91].origin = (522.53, 544.775, 1714.05); -/* 21:28 */waypoints[91].type = "stand"; -/* 21:28 */waypoints[91].children[0] = 90; -/* 21:28 */waypoints[91].children[1] = 92; -/* 21:28 */waypoints[91].children[2] = 95; -/* 21:28 */waypoints[92] = spawnstruct(); -/* 21:28 */waypoints[92].origin = (393.142, 511.969, 1707.6); -/* 21:28 */waypoints[92].type = "stand"; -/* 21:28 */waypoints[92].children[0] = 91; -/* 21:28 */waypoints[92].children[1] = 15; -/* 21:28 */waypoints[93] = spawnstruct(); -/* 21:28 */waypoints[93].origin = (567.839, 624.875, 1821.75); -/* 21:28 */waypoints[93].type = "climb"; -/* 21:28 */waypoints[93].children[0] = 17; -/* 21:28 */waypoints[93].children[1] = 94; -/* 21:28 */waypoints[93].angles = (-2.16435, 91.908, 0); -/* 21:28 */waypoints[94] = spawnstruct(); -/* 21:28 */waypoints[94].origin = (567.839, 642.054, 1854.13); -/* 21:28 */waypoints[94].type = "climb"; -/* 21:28 */waypoints[94].children[0] = 93; -/* 21:28 */waypoints[94].angles = (10.2667, 88.0573, 0); -/* 21:28 */waypoints[95] = spawnstruct(); -/* 21:28 */waypoints[95].origin = (550.168, 680.045, 1706.03); -/* 21:28 */waypoints[95].type = "claymore"; -/* 21:28 */waypoints[95].children[0] = 91; -/* 21:28 */waypoints[95].children[1] = 96; -/* 21:28 */waypoints[95].angles = (11.8048, -93.6291, 0); -/* 21:28 */waypoints[96] = spawnstruct(); -/* 21:28 */waypoints[96].origin = (482.643, 856.949, 1662.32); -/* 21:28 */waypoints[96].type = "grenade"; -/* 21:28 */waypoints[96].children[0] = 95; -/* 21:28 */waypoints[96].children[1] = 97; -/* 21:28 */waypoints[96].children[2] = 98; -/* 21:28 */waypoints[96].children[3] = 114; -/* 21:28 */waypoints[96].children[4] = 116; -/* 21:28 */waypoints[96].angles = (-3.26298, -84.4665, 0); -/* 21:28 */waypoints[97] = spawnstruct(); -/* 21:28 */waypoints[97].origin = (174.424, 879.088, 1624.36); -/* 21:28 */waypoints[97].type = "stand"; -/* 21:28 */waypoints[97].children[0] = 96; -/* 21:28 */waypoints[97].children[1] = 99; -/* 21:28 */waypoints[97].children[2] = 100; -/* 21:28 */waypoints[97].children[3] = 116; -/* 21:28 */waypoints[98] = spawnstruct(); -/* 21:28 */waypoints[98].origin = (492.933, 1073.11, 1613.67); -/* 21:28 */waypoints[98].type = "stand"; -/* 21:28 */waypoints[98].children[0] = 96; -/* 21:28 */waypoints[98].children[1] = 3; -/* 21:28 */waypoints[98].children[2] = 114; -/* 21:28 */waypoints[99] = spawnstruct(); -/* 21:28 */waypoints[99].origin = (180.131, 955.094, 1618.86); -/* 21:28 */waypoints[99].type = "crouch"; -/* 21:28 */waypoints[99].children[0] = 97; -/* 21:28 */waypoints[99].angles = (16.6497, -99.5562, 0); -/* 21:28 */waypoints[100] = spawnstruct(); -/* 21:28 */waypoints[100].origin = (-4.37523, 846.459, 1564.76); -/* 21:28 */waypoints[100].type = "stand"; -/* 21:28 */waypoints[100].children[0] = 97; -/* 21:28 */waypoints[100].children[1] = 75; -/* 21:28 */waypoints[100].children[2] = 101; -/* 21:28 */waypoints[100].children[3] = 115; -/* 21:28 */waypoints[101] = spawnstruct(); -/* 21:28 */waypoints[101].origin = (-20.3735, 1280.57, 1585.8); -/* 21:28 */waypoints[101].type = "stand"; -/* 21:28 */waypoints[101].children[0] = 74; -/* 21:28 */waypoints[101].children[1] = 100; -/* 21:28 */waypoints[102] = spawnstruct(); -/* 21:28 */waypoints[102].origin = (-558.524, 652.626, 1523.91); -/* 21:28 */waypoints[102].type = "stand"; -/* 21:28 */waypoints[102].children[0] = 63; -/* 21:28 */waypoints[102].children[1] = 69; -/* 21:28 */waypoints[102].children[2] = 103; -/* 21:28 */waypoints[102].children[3] = 57; -/* 21:28 */waypoints[103] = spawnstruct(); -/* 21:28 */waypoints[103].origin = (-555.573, 327.061, 1555.55); -/* 21:28 */waypoints[103].type = "claymore"; -/* 21:28 */waypoints[103].children[0] = 64; -/* 21:28 */waypoints[103].children[1] = 102; -/* 21:28 */waypoints[103].angles = (8.38926, -87.312, 0); -/* 21:28 */waypoints[104] = spawnstruct(); -/* 21:28 */waypoints[104].origin = (-66.844, 148.569, 1656.66); -/* 21:28 */waypoints[104].type = "tube"; -/* 21:28 */waypoints[104].children[0] = 33; -/* 21:28 */waypoints[104].children[1] = 70; -/* 21:28 */waypoints[104].children[2] = 25; -/* 21:28 */waypoints[104].angles = (16.5302, -134.811, 0); -/* 21:28 */waypoints[105] = spawnstruct(); -/* 21:28 */waypoints[105].origin = (97.1165, -1373.04, 1858.65); -/* 21:28 */waypoints[105].type = "stand"; -/* 21:28 */waypoints[105].children[0] = 34; -/* 21:28 */waypoints[105].children[1] = 35; -/* 21:28 */waypoints[106] = spawnstruct(); -/* 21:28 */waypoints[106].origin = (-257.072, -1072.54, 1708.85); -/* 21:28 */waypoints[106].type = "stand"; -/* 21:28 */waypoints[106].children[0] = 35; -/* 21:28 */waypoints[106].children[1] = 107; -/* 21:28 */waypoints[106].children[2] = 108; -/* 21:28 */waypoints[106].children[3] = 109; -/* 21:28 */waypoints[107] = spawnstruct(); -/* 21:28 */waypoints[107].origin = (-618.75, -1091.79, 1675.27); -/* 21:28 */waypoints[107].type = "stand"; -/* 21:28 */waypoints[107].children[0] = 36; -/* 21:28 */waypoints[107].children[1] = 46; -/* 21:28 */waypoints[107].children[2] = 106; -/* 21:28 */waypoints[107].children[3] = 109; -/* 21:28 */waypoints[108] = spawnstruct(); -/* 21:28 */waypoints[108].origin = (-92.3217, -1176.25, 1739.45); -/* 21:28 */waypoints[108].type = "tube"; -/* 21:28 */waypoints[108].children[0] = 106; -/* 21:28 */waypoints[108].children[1] = 34; -/* 21:28 */waypoints[108].children[2] = 35; -/* 21:28 */waypoints[108].angles = (12.9309, 134.893, 0); -/* 21:28 */waypoints[109] = spawnstruct(); -/* 21:28 */waypoints[109].origin = (-520.857, -987.208, 1679.89); -/* 21:28 */waypoints[109].type = "javelin"; -/* 21:28 */waypoints[109].children[0] = 106; -/* 21:28 */waypoints[109].children[1] = 107; -/* 21:28 */waypoints[109].children[2] = 46; -/* 21:28 */waypoints[109].jav_point = (-742.804, 685.227, 1703.49); -/* 21:28 */waypoints[110] = spawnstruct(); -/* 21:28 */waypoints[110].origin = (-813.081, -605.778, 1510.38); -/* 21:28 */waypoints[110].type = "grenade"; -/* 21:28 */waypoints[110].children[0] = 44; -/* 21:28 */waypoints[110].children[1] = 42; -/* 21:28 */waypoints[110].children[2] = 112; -/* 21:28 */waypoints[110].angles = (-5.28442, -17.7155, 0); -/* 21:28 */waypoints[111] = spawnstruct(); -/* 21:28 */waypoints[111].origin = (139.58, -1045.94, 1788.12); -/* 21:28 */waypoints[111].type = "stand"; -/* 21:28 */waypoints[111].children[0] = 35; -/* 21:28 */waypoints[111].children[1] = 39; -/* 21:28 */waypoints[112] = spawnstruct(); -/* 21:28 */waypoints[112].origin = (-865.624, -677.168, 1509.9); -/* 21:28 */waypoints[112].type = "stand"; -/* 21:28 */waypoints[112].children[0] = 44; -/* 21:28 */waypoints[112].children[1] = 42; -/* 21:28 */waypoints[112].children[2] = 43; -/* 21:28 */waypoints[112].children[3] = 110; -/* 21:28 */waypoints[112].children[4] = 45; -/* 21:28 */waypoints[113] = spawnstruct(); -/* 21:28 */waypoints[113].origin = (858.267, 1039.37, 1640.89); -/* 21:28 */waypoints[113].type = "tube"; -/* 21:28 */waypoints[113].children[0] = 2; -/* 21:28 */waypoints[113].children[1] = 3; -/* 21:28 */waypoints[113].children[2] = 0; -/* 21:28 */waypoints[113].children[3] = 1; -/* 21:28 */waypoints[113].angles = (-0.769043, -71.4771, 0); -/* 21:28 */waypoints[114] = spawnstruct(); -/* 21:28 */waypoints[114].origin = (539.336, 870.157, 1664.74); -/* 21:28 */waypoints[114].type = "javelin"; -/* 21:28 */waypoints[114].children[0] = 96; -/* 21:28 */waypoints[114].children[1] = 98; -/* 21:28 */waypoints[114].jav_point = (-905.952, 518.715, 1514.15); -/* 21:28 */waypoints[115] = spawnstruct(); -/* 21:28 */waypoints[115].origin = (-92.668, 810.415, 1537.18); -/* 21:28 */waypoints[115].type = "stand"; -/* 21:28 */waypoints[115].children[0] = 63; -/* 21:28 */waypoints[115].children[1] = 100; -/* 21:28 */waypoints[115].children[2] = 116; -/* 21:28 */waypoints[115].children[3] = 75; -/* 21:28 */waypoints[116] = spawnstruct(); -/* 21:28 */waypoints[116].origin = (168.156, 806.962, 1624.79); -/* 21:28 */waypoints[116].type = "stand"; -/* 21:28 */waypoints[116].children[0] = 115; -/* 21:28 */waypoints[116].children[1] = 96; -/* 21:28 */waypoints[116].children[2] = 97; -/* 21:28 */waypoints[117] = spawnstruct(); -/* 21:28 */waypoints[117].origin = (661.343, -849.706, 1902.63); -/* 21:28 */waypoints[117].type = "prone"; -/* 21:28 */waypoints[117].children[0] = 28; -/* 21:28 */waypoints[117].children[1] = 29; -/* 21:28 */waypoints[118] = spawnstruct(); -/* 21:28 */waypoints[118].origin = (-370.124, 320.395, 1596.16); -/* 21:28 */waypoints[118].type = "stand"; -/* 21:28 */waypoints[118].children[0] = 70; -/* 21:28 */waypoints[118].children[1] = 69; -/* 21:28 */waypoints[119] = spawnstruct(); -/* 21:28 */waypoints[119].origin = (-566.673, -608.925, 1589.33); -/* 21:28 */waypoints[119].type = "climb"; -/* 21:28 */waypoints[119].children[0] = 120; -/* 21:28 */waypoints[119].children[1] = 121; -/* 21:28 */waypoints[119].angles = (3.82324, -49.6857, 0); -/* 21:28 */waypoints[120] = spawnstruct(); -/* 21:28 */waypoints[120].origin = (-556.794, -642.377, 1538); -/* 21:28 */waypoints[120].type = "climb"; -/* 21:28 */waypoints[120].children[0] = 42; -/* 21:28 */waypoints[120].children[1] = 119; -/* 21:28 */waypoints[120].angles = (-32.2229, 106.227, 0); -/* 21:28 */waypoints[121] = spawnstruct(); -/* 21:28 */waypoints[121].origin = (-570.37, -591.199, 1567.69); -/* 21:28 */waypoints[121].type = "climb"; -/* 21:28 */waypoints[121].children[0] = 119; -/* 21:28 */waypoints[121].children[1] = 53; -/* 21:28 */waypoints[121].angles = (-23.4229, -79.129, 0); -/* 21:28 */return waypoints; -} diff --git a/raw/maps/mp/bots/waypoints/overwatch.gsc b/raw/maps/mp/bots/waypoints/overwatch.gsc deleted file mode 100644 index e2c6907..0000000 --- a/raw/maps/mp/bots/waypoints/overwatch.gsc +++ /dev/null @@ -1,1946 +0,0 @@ -Overwatch() -{ -/* 17:26 */waypoints = []; -/* 17:26 */waypoints[0] = spawnstruct(); -/* 17:26 */waypoints[0].origin = (52.4, -1972.4, 12864.1); -/* 17:26 */waypoints[0].type = "stand"; -/* 17:26 */waypoints[0].children[0] = 1; -/* 17:26 */waypoints[0].children[1] = 147; -/* 17:26 */waypoints[0].children[2] = 150; -/* 17:26 */waypoints[0].children[3] = 151; -/* 17:26 */waypoints[0].children[4] = 201; -/* 17:26 */waypoints[0].children[5] = 297; -/* 17:26 */waypoints[0].children[6] = 298; -/* 17:26 */waypoints[1] = spawnstruct(); -/* 17:26 */waypoints[1].origin = (96.8886, -1557.2, 12864.1); -/* 17:26 */waypoints[1].type = "stand"; -/* 17:26 */waypoints[1].children[0] = 0; -/* 17:26 */waypoints[1].children[1] = 2; -/* 17:26 */waypoints[1].children[2] = 273; -/* 17:26 */waypoints[1].children[3] = 274; -/* 17:26 */waypoints[1].children[4] = 298; -/* 17:26 */waypoints[2] = spawnstruct(); -/* 17:26 */waypoints[2].origin = (321.722, -1372.89, 12864.1); -/* 17:26 */waypoints[2].type = "stand"; -/* 17:26 */waypoints[2].children[0] = 1; -/* 17:26 */waypoints[2].children[1] = 3; -/* 17:26 */waypoints[2].children[2] = 202; -/* 17:26 */waypoints[2].children[3] = 203; -/* 17:26 */waypoints[2].children[4] = 223; -/* 17:26 */waypoints[2].children[5] = 224; -/* 17:26 */waypoints[2].children[6] = 229; -/* 17:26 */waypoints[3] = spawnstruct(); -/* 17:26 */waypoints[3].origin = (440.216, -1061.53, 12864.1); -/* 17:26 */waypoints[3].type = "stand"; -/* 17:26 */waypoints[3].children[0] = 2; -/* 17:26 */waypoints[3].children[1] = 4; -/* 17:26 */waypoints[3].children[2] = 204; -/* 17:26 */waypoints[3].children[3] = 237; -/* 17:26 */waypoints[4] = spawnstruct(); -/* 17:26 */waypoints[4].origin = (455.109, -776.493, 12864.1); -/* 17:26 */waypoints[4].type = "stand"; -/* 17:26 */waypoints[4].children[0] = 3; -/* 17:26 */waypoints[4].children[1] = 5; -/* 17:26 */waypoints[4].children[2] = 35; -/* 17:26 */waypoints[4].children[3] = 37; -/* 17:26 */waypoints[5] = spawnstruct(); -/* 17:26 */waypoints[5].origin = (643.677, -654.434, 12859.1); -/* 17:26 */waypoints[5].type = "stand"; -/* 17:26 */waypoints[5].children[0] = 4; -/* 17:26 */waypoints[5].children[1] = 6; -/* 17:26 */waypoints[6] = spawnstruct(); -/* 17:26 */waypoints[6].origin = (820.43, -423.24, 12760.6); -/* 17:26 */waypoints[6].type = "stand"; -/* 17:26 */waypoints[6].children[0] = 5; -/* 17:26 */waypoints[6].children[1] = 7; -/* 17:26 */waypoints[6].children[2] = 236; -/* 17:26 */waypoints[7] = spawnstruct(); -/* 17:26 */waypoints[7].origin = (912.281, -61.881, 12672.1); -/* 17:26 */waypoints[7].type = "stand"; -/* 17:26 */waypoints[7].children[0] = 6; -/* 17:26 */waypoints[7].children[1] = 8; -/* 17:26 */waypoints[7].children[2] = 41; -/* 17:26 */waypoints[7].children[3] = 50; -/* 17:26 */waypoints[7].children[4] = 236; -/* 17:26 */waypoints[7].children[5] = 9; -/* 17:26 */waypoints[7].children[6] = 299; -/* 17:26 */waypoints[8] = spawnstruct(); -/* 17:26 */waypoints[8].origin = (723.436, 3.03419, 12672.1); -/* 17:26 */waypoints[8].type = "stand"; -/* 17:26 */waypoints[8].children[0] = 7; -/* 17:26 */waypoints[8].children[1] = 9; -/* 17:26 */waypoints[8].children[2] = 50; -/* 17:26 */waypoints[8].children[3] = 234; -/* 17:26 */waypoints[8].children[4] = 299; -/* 17:26 */waypoints[8].children[5] = 300; -/* 17:26 */waypoints[9] = spawnstruct(); -/* 17:26 */waypoints[9].origin = (457.66, -11.6813, 12673.1); -/* 17:26 */waypoints[9].type = "stand"; -/* 17:26 */waypoints[9].children[0] = 8; -/* 17:26 */waypoints[9].children[1] = 10; -/* 17:26 */waypoints[9].children[2] = 234; -/* 17:26 */waypoints[9].children[3] = 7; -/* 17:26 */waypoints[9].children[4] = 301; -/* 17:26 */waypoints[10] = spawnstruct(); -/* 17:26 */waypoints[10].origin = (176.522, -42.1877, 12672.1); -/* 17:26 */waypoints[10].type = "stand"; -/* 17:26 */waypoints[10].children[0] = 9; -/* 17:26 */waypoints[10].children[1] = 11; -/* 17:26 */waypoints[10].children[2] = 15; -/* 17:26 */waypoints[10].children[3] = 300; -/* 17:26 */waypoints[10].children[4] = 301; -/* 17:26 */waypoints[11] = spawnstruct(); -/* 17:26 */waypoints[11].origin = (-17.6648, 13.9499, 12671.1); -/* 17:26 */waypoints[11].type = "stand"; -/* 17:26 */waypoints[11].children[0] = 10; -/* 17:26 */waypoints[11].children[1] = 12; -/* 17:26 */waypoints[11].children[2] = 13; -/* 17:26 */waypoints[12] = spawnstruct(); -/* 17:26 */waypoints[12].origin = (-229.398, 52.0872, 12671.1); -/* 17:26 */waypoints[12].type = "stand"; -/* 17:26 */waypoints[12].children[0] = 11; -/* 17:26 */waypoints[12].children[1] = 13; -/* 17:26 */waypoints[12].children[2] = 233; -/* 17:26 */waypoints[12].children[3] = 302; -/* 17:26 */waypoints[13] = spawnstruct(); -/* 17:26 */waypoints[13].origin = (-418.47, 13.2986, 12673.1); -/* 17:26 */waypoints[13].type = "stand"; -/* 17:26 */waypoints[13].children[0] = 12; -/* 17:26 */waypoints[13].children[1] = 14; -/* 17:26 */waypoints[13].children[2] = 11; -/* 17:26 */waypoints[13].children[3] = 18; -/* 17:26 */waypoints[13].children[4] = 302; -/* 17:26 */waypoints[14] = spawnstruct(); -/* 17:26 */waypoints[14].origin = (-148.436, -99.7089, 12672.1); -/* 17:26 */waypoints[14].type = "stand"; -/* 17:26 */waypoints[14].children[0] = 13; -/* 17:26 */waypoints[14].children[1] = 15; -/* 17:26 */waypoints[14].children[2] = 17; -/* 17:26 */waypoints[15] = spawnstruct(); -/* 17:26 */waypoints[15].origin = (155.997, 105.033, 12672.1); -/* 17:26 */waypoints[15].type = "stand"; -/* 17:26 */waypoints[15].children[0] = 14; -/* 17:26 */waypoints[15].children[1] = 10; -/* 17:26 */waypoints[15].children[2] = 16; -/* 17:26 */waypoints[15].children[3] = 233; -/* 17:26 */waypoints[15].children[4] = 300; -/* 17:26 */waypoints[15].children[5] = 301; -/* 17:26 */waypoints[16] = spawnstruct(); -/* 17:26 */waypoints[16].origin = (234.12, -127.354, 12672.1); -/* 17:26 */waypoints[16].type = "stand"; -/* 17:26 */waypoints[16].children[0] = 15; -/* 17:26 */waypoints[16].children[1] = 17; -/* 17:26 */waypoints[17] = spawnstruct(); -/* 17:26 */waypoints[17].origin = (57.8757, -113.162, 12672.1); -/* 17:26 */waypoints[17].type = "stand"; -/* 17:26 */waypoints[17].children[0] = 16; -/* 17:26 */waypoints[17].children[1] = 14; -/* 17:26 */waypoints[18] = spawnstruct(); -/* 17:26 */waypoints[18].origin = (-593.148, -2.79798, 12672.1); -/* 17:26 */waypoints[18].type = "stand"; -/* 17:26 */waypoints[18].children[0] = 13; -/* 17:26 */waypoints[18].children[1] = 19; -/* 17:26 */waypoints[18].children[2] = 20; -/* 17:26 */waypoints[18].children[3] = 232; -/* 17:26 */waypoints[19] = spawnstruct(); -/* 17:26 */waypoints[19].origin = (-955.262, -57.0453, 12672.1); -/* 17:26 */waypoints[19].type = "stand"; -/* 17:26 */waypoints[19].children[0] = 18; -/* 17:26 */waypoints[19].children[1] = 20; -/* 17:26 */waypoints[19].children[2] = 21; -/* 17:26 */waypoints[19].children[3] = 232; -/* 17:26 */waypoints[20] = spawnstruct(); -/* 17:26 */waypoints[20].origin = (-914.377, 161.332, 12672.1); -/* 17:26 */waypoints[20].type = "stand"; -/* 17:26 */waypoints[20].children[0] = 19; -/* 17:26 */waypoints[20].children[1] = 18; -/* 17:26 */waypoints[20].children[2] = 92; -/* 17:26 */waypoints[20].children[3] = 93; -/* 17:26 */waypoints[20].children[4] = 95; -/* 17:26 */waypoints[20].children[5] = 205; -/* 17:26 */waypoints[20].children[6] = 232; -/* 17:26 */waypoints[21] = spawnstruct(); -/* 17:26 */waypoints[21].origin = (-1084.16, -137.07, 12672.1); -/* 17:26 */waypoints[21].type = "stand"; -/* 17:26 */waypoints[21].children[0] = 19; -/* 17:26 */waypoints[21].children[1] = 22; -/* 17:26 */waypoints[21].children[2] = 221; -/* 17:26 */waypoints[21].children[3] = 293; -/* 17:26 */waypoints[22] = spawnstruct(); -/* 17:26 */waypoints[22].origin = (-1453.84, 61.7356, 12672.1); -/* 17:26 */waypoints[22].type = "stand"; -/* 17:26 */waypoints[22].children[0] = 21; -/* 17:26 */waypoints[22].children[1] = 23; -/* 17:26 */waypoints[22].children[2] = 92; -/* 17:26 */waypoints[22].children[3] = 293; -/* 17:26 */waypoints[23] = spawnstruct(); -/* 17:26 */waypoints[23].origin = (-1452.35, -420.85, 12866.1); -/* 17:26 */waypoints[23].type = "stand"; -/* 17:26 */waypoints[23].children[0] = 22; -/* 17:26 */waypoints[23].children[1] = 24; -/* 17:26 */waypoints[24] = spawnstruct(); -/* 17:26 */waypoints[24].origin = (-1213.44, -442.977, 12864.1); -/* 17:26 */waypoints[24].type = "stand"; -/* 17:26 */waypoints[24].children[0] = 23; -/* 17:26 */waypoints[24].children[1] = 25; -/* 17:26 */waypoints[25] = spawnstruct(); -/* 17:26 */waypoints[25].origin = (-913.482, -459.336, 12864.1); -/* 17:26 */waypoints[25].type = "stand"; -/* 17:26 */waypoints[25].children[0] = 24; -/* 17:26 */waypoints[25].children[1] = 26; -/* 17:26 */waypoints[25].children[2] = 27; -/* 17:26 */waypoints[26] = spawnstruct(); -/* 17:26 */waypoints[26].origin = (-831.887, -600.97, 12864.1); -/* 17:26 */waypoints[26].type = "stand"; -/* 17:26 */waypoints[26].children[0] = 25; -/* 17:26 */waypoints[26].children[1] = 28; -/* 17:26 */waypoints[26].children[2] = 29; -/* 17:26 */waypoints[26].children[3] = 30; -/* 17:26 */waypoints[26].children[4] = 31; -/* 17:26 */waypoints[27] = spawnstruct(); -/* 17:26 */waypoints[27].origin = (-733.872, -456.821, 12864.1); -/* 17:26 */waypoints[27].type = "stand"; -/* 17:26 */waypoints[27].children[0] = 25; -/* 17:26 */waypoints[27].children[1] = 32; -/* 17:26 */waypoints[27].children[2] = 157; -/* 17:26 */waypoints[27].children[3] = 279; -/* 17:26 */waypoints[28] = spawnstruct(); -/* 17:26 */waypoints[28].origin = (-960.459, -589.147, 12864.1); -/* 17:26 */waypoints[28].type = "crouch"; -/* 17:26 */waypoints[28].children[0] = 26; -/* 17:26 */waypoints[28].angles = (1.90063, 16.3394, 0); -/* 17:26 */waypoints[29] = spawnstruct(); -/* 17:26 */waypoints[29].origin = (-927.8, -673.875, 12864); -/* 17:26 */waypoints[29].type = "crouch"; -/* 17:26 */waypoints[29].children[0] = 26; -/* 17:26 */waypoints[29].angles = (2.37305, 57.3239, 0); -/* 17:26 */waypoints[30] = spawnstruct(); -/* 17:26 */waypoints[30].origin = (-835.566, -727.608, 12865); -/* 17:26 */waypoints[30].type = "crouch"; -/* 17:26 */waypoints[30].children[0] = 26; -/* 17:26 */waypoints[30].angles = (3.95508, 76.7862, 0); -/* 17:26 */waypoints[31] = spawnstruct(); -/* 17:26 */waypoints[31].origin = (-669.069, -698.873, 12864.1); -/* 17:26 */waypoints[31].type = "stand"; -/* 17:26 */waypoints[31].children[0] = 26; -/* 17:26 */waypoints[31].children[1] = 32; -/* 17:26 */waypoints[31].children[2] = 279; -/* 17:26 */waypoints[32] = spawnstruct(); -/* 17:26 */waypoints[32].origin = (-447.108, -671.624, 12864.1); -/* 17:26 */waypoints[32].type = "stand"; -/* 17:26 */waypoints[32].children[0] = 31; -/* 17:26 */waypoints[32].children[1] = 33; -/* 17:26 */waypoints[32].children[2] = 27; -/* 17:26 */waypoints[32].children[3] = 156; -/* 17:26 */waypoints[32].children[4] = 278; -/* 17:26 */waypoints[32].children[5] = 287; -/* 17:26 */waypoints[33] = spawnstruct(); -/* 17:26 */waypoints[33].origin = (-281.888, -770.99, 12864.1); -/* 17:26 */waypoints[33].type = "stand"; -/* 17:26 */waypoints[33].children[0] = 32; -/* 17:26 */waypoints[33].children[1] = 34; -/* 17:26 */waypoints[34] = spawnstruct(); -/* 17:26 */waypoints[34].origin = (-3.73774, -772.221, 12864.1); -/* 17:26 */waypoints[34].type = "stand"; -/* 17:26 */waypoints[34].children[0] = 33; -/* 17:26 */waypoints[34].children[1] = 35; -/* 17:26 */waypoints[34].children[2] = 36; -/* 17:26 */waypoints[34].children[3] = 228; -/* 17:26 */waypoints[34].children[4] = 243; -/* 17:26 */waypoints[34].children[5] = 244; -/* 17:26 */waypoints[35] = spawnstruct(); -/* 17:26 */waypoints[35].origin = (187.893, -771.695, 12864.1); -/* 17:26 */waypoints[35].type = "stand"; -/* 17:26 */waypoints[35].children[0] = 34; -/* 17:26 */waypoints[35].children[1] = 4; -/* 17:26 */waypoints[35].children[2] = 238; -/* 17:26 */waypoints[36] = spawnstruct(); -/* 17:26 */waypoints[36].origin = (-0.826074, -553.062, 12864.1); -/* 17:26 */waypoints[36].type = "stand"; -/* 17:26 */waypoints[36].children[0] = 34; -/* 17:26 */waypoints[36].children[1] = 242; -/* 17:26 */waypoints[36].children[2] = 245; -/* 17:26 */waypoints[36].children[3] = 277; -/* 17:26 */waypoints[37] = spawnstruct(); -/* 17:26 */waypoints[37].origin = (470.098, -601.978, 12864.1); -/* 17:26 */waypoints[37].type = "stand"; -/* 17:26 */waypoints[37].children[0] = 4; -/* 17:26 */waypoints[37].children[1] = 38; -/* 17:26 */waypoints[37].children[2] = 237; -/* 17:26 */waypoints[38] = spawnstruct(); -/* 17:26 */waypoints[38].origin = (629.412, -405.386, 12864.1); -/* 17:26 */waypoints[38].type = "stand"; -/* 17:26 */waypoints[38].children[0] = 37; -/* 17:26 */waypoints[38].children[1] = 39; -/* 17:26 */waypoints[39] = spawnstruct(); -/* 17:26 */waypoints[39].origin = (743.11, -155.588, 12864.1); -/* 17:26 */waypoints[39].type = "stand"; -/* 17:26 */waypoints[39].children[0] = 38; -/* 17:26 */waypoints[39].children[1] = 40; -/* 17:26 */waypoints[39].children[2] = 235; -/* 17:26 */waypoints[39].children[3] = 285; -/* 17:26 */waypoints[40] = spawnstruct(); -/* 17:26 */waypoints[40].origin = (733.505, 62.899, 12864.1); -/* 17:26 */waypoints[40].type = "stand"; -/* 17:26 */waypoints[40].children[0] = 39; -/* 17:26 */waypoints[40].children[1] = 176; -/* 17:26 */waypoints[41] = spawnstruct(); -/* 17:26 */waypoints[41].origin = (1079.06, -67.7843, 12672.1); -/* 17:26 */waypoints[41].type = "stand"; -/* 17:26 */waypoints[41].children[0] = 7; -/* 17:26 */waypoints[41].children[1] = 42; -/* 17:26 */waypoints[41].children[2] = 49; -/* 17:26 */waypoints[41].children[3] = 299; -/* 17:26 */waypoints[42] = spawnstruct(); -/* 17:26 */waypoints[42].origin = (1072.79, -331.193, 12672.1); -/* 17:26 */waypoints[42].type = "stand"; -/* 17:26 */waypoints[42].children[0] = 41; -/* 17:26 */waypoints[42].children[1] = 43; -/* 17:26 */waypoints[42].children[2] = 132; -/* 17:26 */waypoints[42].children[3] = 264; -/* 17:26 */waypoints[43] = spawnstruct(); -/* 17:26 */waypoints[43].origin = (1291.24, -339.046, 12672.1); -/* 17:26 */waypoints[43].type = "stand"; -/* 17:26 */waypoints[43].children[0] = 42; -/* 17:26 */waypoints[43].children[1] = 44; -/* 17:26 */waypoints[43].children[2] = 122; -/* 17:26 */waypoints[43].children[3] = 262; -/* 17:26 */waypoints[43].children[4] = 263; -/* 17:26 */waypoints[43].children[5] = 264; -/* 17:26 */waypoints[44] = spawnstruct(); -/* 17:26 */waypoints[44].origin = (1291.3, -178.108, 12672.1); -/* 17:26 */waypoints[44].type = "stand"; -/* 17:26 */waypoints[44].children[0] = 43; -/* 17:26 */waypoints[44].children[1] = 45; -/* 17:26 */waypoints[44].children[2] = 262; -/* 17:26 */waypoints[45] = spawnstruct(); -/* 17:26 */waypoints[45].origin = (1291.43, 35.2377, 12672.1); -/* 17:26 */waypoints[45].type = "stand"; -/* 17:26 */waypoints[45].children[0] = 44; -/* 17:26 */waypoints[45].children[1] = 46; -/* 17:26 */waypoints[45].children[2] = 120; -/* 17:26 */waypoints[45].children[3] = 262; -/* 17:26 */waypoints[46] = spawnstruct(); -/* 17:26 */waypoints[46].origin = (1266.14, 230.963, 12672.1); -/* 17:26 */waypoints[46].type = "stand"; -/* 17:26 */waypoints[46].children[0] = 45; -/* 17:26 */waypoints[46].children[1] = 47; -/* 17:26 */waypoints[46].children[2] = 260; -/* 17:26 */waypoints[46].children[3] = 262; -/* 17:26 */waypoints[47] = spawnstruct(); -/* 17:26 */waypoints[47].origin = (1095.24, 415.105, 12672.1); -/* 17:26 */waypoints[47].type = "stand"; -/* 17:26 */waypoints[47].children[0] = 46; -/* 17:26 */waypoints[47].children[1] = 48; -/* 17:26 */waypoints[47].children[2] = 51; -/* 17:26 */waypoints[47].children[3] = 114; -/* 17:26 */waypoints[47].children[4] = 312; -/* 17:26 */waypoints[48] = spawnstruct(); -/* 17:26 */waypoints[48].origin = (1106.04, 169.433, 12672.1); -/* 17:26 */waypoints[48].type = "stand"; -/* 17:26 */waypoints[48].children[0] = 47; -/* 17:26 */waypoints[48].children[1] = 49; -/* 17:26 */waypoints[48].children[2] = 50; -/* 17:26 */waypoints[48].children[3] = 259; -/* 17:26 */waypoints[49] = spawnstruct(); -/* 17:26 */waypoints[49].origin = (1118.83, 57.1964, 12672.1); -/* 17:26 */waypoints[49].type = "stand"; -/* 17:26 */waypoints[49].children[0] = 41; -/* 17:26 */waypoints[49].children[1] = 48; -/* 17:26 */waypoints[50] = spawnstruct(); -/* 17:26 */waypoints[50].origin = (980.836, 159.756, 12672.1); -/* 17:26 */waypoints[50].type = "stand"; -/* 17:26 */waypoints[50].children[0] = 48; -/* 17:26 */waypoints[50].children[1] = 8; -/* 17:26 */waypoints[50].children[2] = 7; -/* 17:26 */waypoints[50].children[3] = 259; -/* 17:26 */waypoints[50].children[4] = 299; -/* 17:26 */waypoints[51] = spawnstruct(); -/* 17:26 */waypoints[51].origin = (849.671, 658.918, 12672.1); -/* 17:26 */waypoints[51].type = "stand"; -/* 17:26 */waypoints[51].children[0] = 47; -/* 17:26 */waypoints[51].children[1] = 52; -/* 17:26 */waypoints[51].children[2] = 53; -/* 17:26 */waypoints[51].children[3] = 258; -/* 17:26 */waypoints[51].children[4] = 312; -/* 17:26 */waypoints[52] = spawnstruct(); -/* 17:26 */waypoints[52].origin = (634.264, 590.651, 12672.1); -/* 17:26 */waypoints[52].type = "crouch"; -/* 17:26 */waypoints[52].children[0] = 51; -/* 17:26 */waypoints[52].angles = (3.63647, 21.0855, 0); -/* 17:26 */waypoints[53] = spawnstruct(); -/* 17:26 */waypoints[53].origin = (792.413, 841.141, 12672.1); -/* 17:26 */waypoints[53].type = "stand"; -/* 17:26 */waypoints[53].children[0] = 51; -/* 17:26 */waypoints[53].children[1] = 54; -/* 17:26 */waypoints[54] = spawnstruct(); -/* 17:26 */waypoints[54].origin = (774.357, 1011.92, 12672.1); -/* 17:26 */waypoints[54].type = "stand"; -/* 17:26 */waypoints[54].children[0] = 53; -/* 17:26 */waypoints[54].children[1] = 55; -/* 17:26 */waypoints[55] = spawnstruct(); -/* 17:26 */waypoints[55].origin = (730.12, 1114.39, 12672.1); -/* 17:26 */waypoints[55].type = "stand"; -/* 17:26 */waypoints[55].children[0] = 54; -/* 17:26 */waypoints[55].children[1] = 56; -/* 17:26 */waypoints[55].children[2] = 113; -/* 17:26 */waypoints[56] = spawnstruct(); -/* 17:26 */waypoints[56].origin = (536.762, 1113.33, 12672.1); -/* 17:26 */waypoints[56].type = "stand"; -/* 17:26 */waypoints[56].children[0] = 55; -/* 17:26 */waypoints[56].children[1] = 57; -/* 17:26 */waypoints[56].children[2] = 194; -/* 17:26 */waypoints[56].children[3] = 256; -/* 17:26 */waypoints[56].children[4] = 257; -/* 17:26 */waypoints[57] = spawnstruct(); -/* 17:26 */waypoints[57].origin = (418.704, 973.476, 12674.1); -/* 17:26 */waypoints[57].type = "stand"; -/* 17:26 */waypoints[57].children[0] = 56; -/* 17:26 */waypoints[57].children[1] = 58; -/* 17:26 */waypoints[57].children[2] = 118; -/* 17:26 */waypoints[57].children[3] = 257; -/* 17:26 */waypoints[58] = spawnstruct(); -/* 17:26 */waypoints[58].origin = (229.235, 932.572, 12674.1); -/* 17:26 */waypoints[58].type = "stand"; -/* 17:26 */waypoints[58].children[0] = 57; -/* 17:26 */waypoints[58].children[1] = 59; -/* 17:26 */waypoints[59] = spawnstruct(); -/* 17:26 */waypoints[59].origin = (18.4458, 931.439, 12674.1); -/* 17:26 */waypoints[59].type = "stand"; -/* 17:26 */waypoints[59].children[0] = 58; -/* 17:26 */waypoints[59].children[1] = 60; -/* 17:26 */waypoints[60] = spawnstruct(); -/* 17:26 */waypoints[60].origin = (-234.547, 935.135, 12674.1); -/* 17:26 */waypoints[60].type = "stand"; -/* 17:26 */waypoints[60].children[0] = 59; -/* 17:26 */waypoints[60].children[1] = 61; -/* 17:26 */waypoints[61] = spawnstruct(); -/* 17:26 */waypoints[61].origin = (-402.807, 984.992, 12674.1); -/* 17:26 */waypoints[61].type = "stand"; -/* 17:26 */waypoints[61].children[0] = 60; -/* 17:26 */waypoints[61].children[1] = 62; -/* 17:26 */waypoints[61].children[2] = 191; -/* 17:26 */waypoints[61].children[3] = 255; -/* 17:26 */waypoints[62] = spawnstruct(); -/* 17:26 */waypoints[62].origin = (-698.529, 895.964, 12672.1); -/* 17:26 */waypoints[62].type = "stand"; -/* 17:26 */waypoints[62].children[0] = 61; -/* 17:26 */waypoints[62].children[1] = 63; -/* 17:26 */waypoints[62].children[2] = 88; -/* 17:26 */waypoints[62].children[3] = 193; -/* 17:26 */waypoints[63] = spawnstruct(); -/* 17:26 */waypoints[63].origin = (-752.46, 950.882, 12672.1); -/* 17:26 */waypoints[63].type = "stand"; -/* 17:26 */waypoints[63].children[0] = 62; -/* 17:26 */waypoints[63].children[1] = 64; -/* 17:26 */waypoints[63].children[2] = 86; -/* 17:26 */waypoints[63].children[3] = 87; -/* 17:26 */waypoints[63].children[4] = 254; -/* 17:26 */waypoints[64] = spawnstruct(); -/* 17:26 */waypoints[64].origin = (-767.114, 1318.84, 12672.1); -/* 17:26 */waypoints[64].type = "stand"; -/* 17:26 */waypoints[64].children[0] = 63; -/* 17:26 */waypoints[64].children[1] = 65; -/* 17:26 */waypoints[64].children[2] = 254; -/* 17:26 */waypoints[65] = spawnstruct(); -/* 17:26 */waypoints[65].origin = (-767.698, 1689.62, 12856.1); -/* 17:26 */waypoints[65].type = "stand"; -/* 17:26 */waypoints[65].children[0] = 64; -/* 17:26 */waypoints[65].children[1] = 66; -/* 17:26 */waypoints[65].children[2] = 253; -/* 17:26 */waypoints[66] = spawnstruct(); -/* 17:26 */waypoints[66].origin = (-758.92, 1800.11, 12856.1); -/* 17:26 */waypoints[66].type = "stand"; -/* 17:26 */waypoints[66].children[0] = 65; -/* 17:26 */waypoints[66].children[1] = 67; -/* 17:26 */waypoints[66].children[2] = 252; -/* 17:26 */waypoints[66].children[3] = 253; -/* 17:26 */waypoints[67] = spawnstruct(); -/* 17:26 */waypoints[67].origin = (-570.01, 1822.14, 12864.1); -/* 17:26 */waypoints[67].type = "stand"; -/* 17:26 */waypoints[67].children[0] = 66; -/* 17:26 */waypoints[67].children[1] = 68; -/* 17:26 */waypoints[67].children[2] = 69; -/* 17:26 */waypoints[67].children[3] = 252; -/* 17:26 */waypoints[68] = spawnstruct(); -/* 17:26 */waypoints[68].origin = (-469.125, 1781.76, 12864.1); -/* 17:26 */waypoints[68].type = "crouch"; -/* 17:26 */waypoints[68].children[0] = 67; -/* 17:26 */waypoints[68].angles = (3.63647, 145.511, 0); -/* 17:26 */waypoints[69] = spawnstruct(); -/* 17:26 */waypoints[69].origin = (-382.803, 1862.2, 12864.1); -/* 17:26 */waypoints[69].type = "stand"; -/* 17:26 */waypoints[69].children[0] = 67; -/* 17:26 */waypoints[69].children[1] = 70; -/* 17:26 */waypoints[69].children[2] = 250; -/* 17:26 */waypoints[70] = spawnstruct(); -/* 17:26 */waypoints[70].origin = (-225.908, 1676.53, 12864.1); -/* 17:26 */waypoints[70].type = "stand"; -/* 17:26 */waypoints[70].children[0] = 69; -/* 17:26 */waypoints[70].children[1] = 71; -/* 17:26 */waypoints[70].children[2] = 100; -/* 17:26 */waypoints[71] = spawnstruct(); -/* 17:26 */waypoints[71].origin = (-25.2641, 1689.4, 12864.1); -/* 17:26 */waypoints[71].type = "stand"; -/* 17:26 */waypoints[71].children[0] = 70; -/* 17:26 */waypoints[71].children[1] = 72; -/* 17:26 */waypoints[71].children[2] = 251; -/* 17:26 */waypoints[71].children[3] = 282; -/* 17:26 */waypoints[72] = spawnstruct(); -/* 17:26 */waypoints[72].origin = (126.877, 1884.41, 12864.6); -/* 17:26 */waypoints[72].type = "stand"; -/* 17:26 */waypoints[72].children[0] = 71; -/* 17:26 */waypoints[72].children[1] = 73; -/* 17:26 */waypoints[72].children[2] = 110; -/* 17:26 */waypoints[72].children[3] = 208; -/* 17:26 */waypoints[72].children[4] = 250; -/* 17:26 */waypoints[72].children[5] = 251; -/* 17:26 */waypoints[72].children[6] = 282; -/* 17:26 */waypoints[73] = spawnstruct(); -/* 17:26 */waypoints[73].origin = (409.671, 1946.94, 12864.1); -/* 17:26 */waypoints[73].type = "stand"; -/* 17:26 */waypoints[73].children[0] = 72; -/* 17:26 */waypoints[73].children[1] = 74; -/* 17:26 */waypoints[74] = spawnstruct(); -/* 17:26 */waypoints[74].origin = (585.281, 1930.38, 12857.1); -/* 17:26 */waypoints[74].type = "stand"; -/* 17:26 */waypoints[74].children[0] = 73; -/* 17:26 */waypoints[74].children[1] = 75; -/* 17:26 */waypoints[75] = spawnstruct(); -/* 17:26 */waypoints[75].origin = (590.333, 1548.73, 12675.6); -/* 17:26 */waypoints[75].type = "stand"; -/* 17:26 */waypoints[75].children[0] = 74; -/* 17:26 */waypoints[75].children[1] = 76; -/* 17:26 */waypoints[75].children[2] = 81; -/* 17:26 */waypoints[75].children[3] = 182; -/* 17:26 */waypoints[76] = spawnstruct(); -/* 17:26 */waypoints[76].origin = (675.331, 1546.19, 12674.1); -/* 17:26 */waypoints[76].type = "stand"; -/* 17:26 */waypoints[76].children[0] = 75; -/* 17:26 */waypoints[76].children[1] = 77; -/* 17:26 */waypoints[76].children[2] = 112; -/* 17:26 */waypoints[76].children[3] = 117; -/* 17:26 */waypoints[77] = spawnstruct(); -/* 17:26 */waypoints[77].origin = (675.616, 1893.62, 12674.1); -/* 17:26 */waypoints[77].type = "stand"; -/* 17:26 */waypoints[77].children[0] = 76; -/* 17:26 */waypoints[77].children[1] = 78; -/* 17:26 */waypoints[78] = spawnstruct(); -/* 17:26 */waypoints[78].origin = (688.104, 2234.6, 12674.1); -/* 17:26 */waypoints[78].type = "stand"; -/* 17:26 */waypoints[78].children[0] = 77; -/* 17:26 */waypoints[78].children[1] = 79; -/* 17:26 */waypoints[79] = spawnstruct(); -/* 17:26 */waypoints[79].origin = (555.014, 2216.47, 12674.1); -/* 17:26 */waypoints[79].type = "stand"; -/* 17:26 */waypoints[79].children[0] = 78; -/* 17:26 */waypoints[79].children[1] = 80; -/* 17:26 */waypoints[79].children[2] = 82; -/* 17:26 */waypoints[79].children[3] = 310; -/* 17:26 */waypoints[80] = spawnstruct(); -/* 17:26 */waypoints[80].origin = (422.112, 2026.37, 12673.1); -/* 17:26 */waypoints[80].type = "stand"; -/* 17:26 */waypoints[80].children[0] = 79; -/* 17:26 */waypoints[80].children[1] = 81; -/* 17:26 */waypoints[80].children[2] = 230; -/* 17:26 */waypoints[80].children[3] = 231; -/* 17:26 */waypoints[81] = spawnstruct(); -/* 17:26 */waypoints[81].origin = (414.169, 1606.29, 12673.1); -/* 17:26 */waypoints[81].type = "stand"; -/* 17:26 */waypoints[81].children[0] = 80; -/* 17:26 */waypoints[81].children[1] = 75; -/* 17:26 */waypoints[81].children[2] = 183; -/* 17:26 */waypoints[81].children[3] = 230; -/* 17:26 */waypoints[82] = spawnstruct(); -/* 17:26 */waypoints[82].origin = (243.449, 2241.05, 12672.1); -/* 17:26 */waypoints[82].type = "stand"; -/* 17:26 */waypoints[82].children[0] = 79; -/* 17:26 */waypoints[82].children[1] = 83; -/* 17:26 */waypoints[82].children[2] = 184; -/* 17:26 */waypoints[83] = spawnstruct(); -/* 17:26 */waypoints[83].origin = (-401.084, 2188.4, 12672.1); -/* 17:26 */waypoints[83].type = "stand"; -/* 17:26 */waypoints[83].children[0] = 82; -/* 17:26 */waypoints[83].children[1] = 84; -/* 17:26 */waypoints[83].children[2] = 309; -/* 17:26 */waypoints[84] = spawnstruct(); -/* 17:26 */waypoints[84].origin = (-826.525, 2049.32, 12673.1); -/* 17:26 */waypoints[84].type = "stand"; -/* 17:26 */waypoints[84].children[0] = 83; -/* 17:26 */waypoints[84].children[1] = 85; -/* 17:26 */waypoints[84].children[2] = 187; -/* 17:26 */waypoints[84].children[3] = 188; -/* 17:26 */waypoints[84].children[4] = 189; -/* 17:26 */waypoints[84].children[5] = 308; -/* 17:26 */waypoints[85] = spawnstruct(); -/* 17:26 */waypoints[85].origin = (-921.813, 1746.62, 12672.1); -/* 17:26 */waypoints[85].type = "stand"; -/* 17:26 */waypoints[85].children[0] = 84; -/* 17:26 */waypoints[85].children[1] = 86; -/* 17:26 */waypoints[85].children[2] = 306; -/* 17:26 */waypoints[85].children[3] = 308; -/* 17:26 */waypoints[86] = spawnstruct(); -/* 17:26 */waypoints[86].origin = (-916.285, 1377.08, 12672.1); -/* 17:26 */waypoints[86].type = "stand"; -/* 17:26 */waypoints[86].children[0] = 85; -/* 17:26 */waypoints[86].children[1] = 87; -/* 17:26 */waypoints[86].children[2] = 63; -/* 17:26 */waypoints[86].children[3] = 190; -/* 17:26 */waypoints[86].children[4] = 209; -/* 17:26 */waypoints[86].children[5] = 254; -/* 17:26 */waypoints[86].children[6] = 306; -/* 17:26 */waypoints[87] = spawnstruct(); -/* 17:26 */waypoints[87].origin = (-934.794, 1082.03, 12672.1); -/* 17:26 */waypoints[87].type = "stand"; -/* 17:26 */waypoints[87].children[0] = 86; -/* 17:26 */waypoints[87].children[1] = 63; -/* 17:26 */waypoints[87].children[2] = 305; -/* 17:26 */waypoints[87].children[3] = 306; -/* 17:26 */waypoints[88] = spawnstruct(); -/* 17:26 */waypoints[88].origin = (-819.299, 821.674, 12672.1); -/* 17:26 */waypoints[88].type = "stand"; -/* 17:26 */waypoints[88].children[0] = 62; -/* 17:26 */waypoints[88].children[1] = 89; -/* 17:26 */waypoints[89] = spawnstruct(); -/* 17:26 */waypoints[89].origin = (-915.843, 626.222, 12672.1); -/* 17:26 */waypoints[89].type = "stand"; -/* 17:26 */waypoints[89].children[0] = 88; -/* 17:26 */waypoints[89].children[1] = 90; -/* 17:26 */waypoints[89].children[2] = 94; -/* 17:26 */waypoints[90] = spawnstruct(); -/* 17:26 */waypoints[90].origin = (-1193.58, 635.135, 12672.1); -/* 17:26 */waypoints[90].type = "stand"; -/* 17:26 */waypoints[90].children[0] = 89; -/* 17:26 */waypoints[90].children[1] = 91; -/* 17:26 */waypoints[90].children[2] = 304; -/* 17:26 */waypoints[91] = spawnstruct(); -/* 17:26 */waypoints[91].origin = (-1212.08, 363.541, 12672.1); -/* 17:26 */waypoints[91].type = "stand"; -/* 17:26 */waypoints[91].children[0] = 90; -/* 17:26 */waypoints[91].children[1] = 92; -/* 17:26 */waypoints[91].children[2] = 93; -/* 17:26 */waypoints[91].children[3] = 290; -/* 17:26 */waypoints[91].children[4] = 304; -/* 17:26 */waypoints[92] = spawnstruct(); -/* 17:26 */waypoints[92].origin = (-1421.17, 244.852, 12670.1); -/* 17:26 */waypoints[92].type = "stand"; -/* 17:26 */waypoints[92].children[0] = 91; -/* 17:26 */waypoints[92].children[1] = 22; -/* 17:26 */waypoints[92].children[2] = 20; -/* 17:26 */waypoints[93] = spawnstruct(); -/* 17:26 */waypoints[93].origin = (-1157.6, 250.078, 12672.1); -/* 17:26 */waypoints[93].type = "stand"; -/* 17:26 */waypoints[93].children[0] = 91; -/* 17:26 */waypoints[93].children[1] = 20; -/* 17:26 */waypoints[93].children[2] = 94; -/* 17:26 */waypoints[93].children[3] = 210; -/* 17:26 */waypoints[93].children[4] = 232; -/* 17:26 */waypoints[93].children[5] = 303; -/* 17:26 */waypoints[94] = spawnstruct(); -/* 17:26 */waypoints[94].origin = (-997.713, 395.712, 12672.1); -/* 17:26 */waypoints[94].type = "stand"; -/* 17:26 */waypoints[94].children[0] = 93; -/* 17:26 */waypoints[94].children[1] = 89; -/* 17:26 */waypoints[95] = spawnstruct(); -/* 17:26 */waypoints[95].origin = (-746.371, 470.925, 12787.8); -/* 17:26 */waypoints[95].type = "stand"; -/* 17:26 */waypoints[95].children[0] = 20; -/* 17:26 */waypoints[95].children[1] = 96; -/* 17:26 */waypoints[96] = spawnstruct(); -/* 17:26 */waypoints[96].origin = (-562.484, 717.194, 12864.1); -/* 17:26 */waypoints[96].type = "stand"; -/* 17:26 */waypoints[96].children[0] = 95; -/* 17:26 */waypoints[96].children[1] = 97; -/* 17:26 */waypoints[96].children[2] = 102; -/* 17:26 */waypoints[96].children[3] = 160; -/* 17:26 */waypoints[97] = spawnstruct(); -/* 17:26 */waypoints[97].origin = (-581.753, 940.451, 12864.1); -/* 17:26 */waypoints[97].type = "stand"; -/* 17:26 */waypoints[97].children[0] = 96; -/* 17:26 */waypoints[97].children[1] = 98; -/* 17:26 */waypoints[97].children[2] = 207; -/* 17:26 */waypoints[98] = spawnstruct(); -/* 17:26 */waypoints[98].origin = (-561.533, 1262.97, 12868.1); -/* 17:26 */waypoints[98].type = "stand"; -/* 17:26 */waypoints[98].children[0] = 97; -/* 17:26 */waypoints[98].children[1] = 99; -/* 17:26 */waypoints[99] = spawnstruct(); -/* 17:26 */waypoints[99].origin = (-573.448, 1545.37, 12864.1); -/* 17:26 */waypoints[99].type = "stand"; -/* 17:26 */waypoints[99].children[0] = 98; -/* 17:26 */waypoints[99].children[1] = 100; -/* 17:26 */waypoints[100] = spawnstruct(); -/* 17:26 */waypoints[100].origin = (-550.892, 1639.61, 12865.1); -/* 17:26 */waypoints[100].type = "stand"; -/* 17:26 */waypoints[100].children[0] = 99; -/* 17:26 */waypoints[100].children[1] = 101; -/* 17:26 */waypoints[100].children[2] = 70; -/* 17:26 */waypoints[100].children[3] = 105; -/* 17:26 */waypoints[101] = spawnstruct(); -/* 17:26 */waypoints[101].origin = (-657.525, 1625.12, 12865.1); -/* 17:26 */waypoints[101].type = "crouch"; -/* 17:26 */waypoints[101].children[0] = 100; -/* 17:26 */waypoints[101].angles = (3.16406, 5.80902, 0); -/* 17:26 */waypoints[102] = spawnstruct(); -/* 17:26 */waypoints[102].origin = (-394.235, 801.963, 12864.1); -/* 17:26 */waypoints[102].type = "stand"; -/* 17:26 */waypoints[102].children[0] = 96; -/* 17:26 */waypoints[102].children[1] = 103; -/* 17:26 */waypoints[102].children[2] = 172; -/* 17:26 */waypoints[102].children[3] = 207; -/* 17:26 */waypoints[103] = spawnstruct(); -/* 17:26 */waypoints[103].origin = (-429.74, 1039.23, 12864.1); -/* 17:26 */waypoints[103].type = "stand"; -/* 17:26 */waypoints[103].children[0] = 102; -/* 17:26 */waypoints[103].children[1] = 104; -/* 17:26 */waypoints[103].children[2] = 105; -/* 17:26 */waypoints[103].children[3] = 172; -/* 17:26 */waypoints[104] = spawnstruct(); -/* 17:26 */waypoints[104].origin = (-463.951, 1299.56, 12868.1); -/* 17:26 */waypoints[104].type = "stand"; -/* 17:26 */waypoints[104].children[0] = 103; -/* 17:26 */waypoints[104].children[1] = 105; -/* 17:26 */waypoints[105] = spawnstruct(); -/* 17:26 */waypoints[105].origin = (-468.719, 1555.35, 12864.1); -/* 17:26 */waypoints[105].type = "stand"; -/* 17:26 */waypoints[105].children[0] = 104; -/* 17:26 */waypoints[105].children[1] = 100; -/* 17:26 */waypoints[105].children[2] = 103; -/* 17:26 */waypoints[105].children[3] = 106; -/* 17:26 */waypoints[106] = spawnstruct(); -/* 17:26 */waypoints[106].origin = (-367.311, 1133.66, 12864.1); -/* 17:26 */waypoints[106].type = "stand"; -/* 17:26 */waypoints[106].children[0] = 105; -/* 17:26 */waypoints[106].children[1] = 107; -/* 17:26 */waypoints[107] = spawnstruct(); -/* 17:26 */waypoints[107].origin = (-31.3922, 1149.35, 12865.2); -/* 17:26 */waypoints[107].type = "stand"; -/* 17:26 */waypoints[107].children[0] = 106; -/* 17:26 */waypoints[107].children[1] = 108; -/* 17:26 */waypoints[108] = spawnstruct(); -/* 17:26 */waypoints[108].origin = (276.653, 1143.78, 12865.1); -/* 17:26 */waypoints[108].type = "stand"; -/* 17:26 */waypoints[108].children[0] = 107; -/* 17:26 */waypoints[108].children[1] = 109; -/* 17:26 */waypoints[108].children[2] = 178; -/* 17:26 */waypoints[108].children[3] = 283; -/* 17:26 */waypoints[109] = spawnstruct(); -/* 17:26 */waypoints[109].origin = (285.354, 1303.22, 12868.1); -/* 17:26 */waypoints[109].type = "stand"; -/* 17:26 */waypoints[109].children[0] = 108; -/* 17:26 */waypoints[109].children[1] = 110; -/* 17:26 */waypoints[110] = spawnstruct(); -/* 17:26 */waypoints[110].origin = (290.495, 1543.92, 12864.1); -/* 17:26 */waypoints[110].type = "stand"; -/* 17:26 */waypoints[110].children[0] = 109; -/* 17:26 */waypoints[110].children[1] = 72; -/* 17:26 */waypoints[110].children[2] = 111; -/* 17:26 */waypoints[110].children[3] = 180; -/* 17:26 */waypoints[110].children[4] = 208; -/* 17:26 */waypoints[111] = spawnstruct(); -/* 17:26 */waypoints[111].origin = (443.658, 1596.23, 12864.6); -/* 17:26 */waypoints[111].type = "stand"; -/* 17:26 */waypoints[111].children[0] = 110; -/* 17:26 */waypoints[111].children[1] = 180; -/* 17:26 */waypoints[111].children[2] = 281; -/* 17:26 */waypoints[112] = spawnstruct(); -/* 17:26 */waypoints[112].origin = (640.051, 1275.49, 12674.1); -/* 17:26 */waypoints[112].type = "stand"; -/* 17:26 */waypoints[112].children[0] = 76; -/* 17:26 */waypoints[112].children[1] = 113; -/* 17:26 */waypoints[112].children[2] = 311; -/* 17:26 */waypoints[113] = spawnstruct(); -/* 17:26 */waypoints[113].origin = (830.328, 1277.83, 12672.1); -/* 17:26 */waypoints[113].type = "stand"; -/* 17:26 */waypoints[113].children[0] = 112; -/* 17:26 */waypoints[113].children[1] = 55; -/* 17:26 */waypoints[114] = spawnstruct(); -/* 17:26 */waypoints[114].origin = (1007.8, 694.565, 12672.1); -/* 17:26 */waypoints[114].type = "stand"; -/* 17:26 */waypoints[114].children[0] = 47; -/* 17:26 */waypoints[114].children[1] = 115; -/* 17:26 */waypoints[114].children[2] = 119; -/* 17:26 */waypoints[114].children[3] = 258; -/* 17:26 */waypoints[115] = spawnstruct(); -/* 17:26 */waypoints[115].origin = (1004.9, 1126.48, 12634.5); -/* 17:26 */waypoints[115].type = "stand"; -/* 17:26 */waypoints[115].children[0] = 114; -/* 17:26 */waypoints[115].children[1] = 116; -/* 17:26 */waypoints[116] = spawnstruct(); -/* 17:26 */waypoints[116].origin = (1003.08, 1422.53, 12614.1); -/* 17:26 */waypoints[116].type = "stand"; -/* 17:26 */waypoints[116].children[0] = 115; -/* 17:26 */waypoints[116].children[1] = 117; -/* 17:26 */waypoints[117] = spawnstruct(); -/* 17:26 */waypoints[117].origin = (768.758, 1419.49, 12672.1); -/* 17:26 */waypoints[117].type = "stand"; -/* 17:26 */waypoints[117].children[0] = 116; -/* 17:26 */waypoints[117].children[1] = 76; -/* 17:26 */waypoints[118] = spawnstruct(); -/* 17:26 */waypoints[118].origin = (559.375, 943.125, 12674.1); -/* 17:26 */waypoints[118].type = "crouch"; -/* 17:26 */waypoints[118].children[0] = 57; -/* 17:26 */waypoints[118].angles = (0.472412, 138.447, 0); -/* 17:26 */waypoints[119] = spawnstruct(); -/* 17:26 */waypoints[119].origin = (1296.28, 595.387, 12672.1); -/* 17:26 */waypoints[119].type = "stand"; -/* 17:26 */waypoints[119].children[0] = 114; -/* 17:26 */waypoints[119].children[1] = 120; -/* 17:26 */waypoints[120] = spawnstruct(); -/* 17:26 */waypoints[120].origin = (1443.34, 243.423, 12673.3); -/* 17:26 */waypoints[120].type = "stand"; -/* 17:26 */waypoints[120].children[0] = 119; -/* 17:26 */waypoints[120].children[1] = 45; -/* 17:26 */waypoints[120].children[2] = 121; -/* 17:26 */waypoints[120].children[3] = 249; -/* 17:26 */waypoints[120].children[4] = 261; -/* 17:26 */waypoints[120].children[5] = 262; -/* 17:26 */waypoints[121] = spawnstruct(); -/* 17:26 */waypoints[121].origin = (1567.28, 64.6099, 12672.1); -/* 17:26 */waypoints[121].type = "stand"; -/* 17:26 */waypoints[121].children[0] = 120; -/* 17:26 */waypoints[121].children[1] = 122; -/* 17:26 */waypoints[121].children[2] = 261; -/* 17:26 */waypoints[122] = spawnstruct(); -/* 17:26 */waypoints[122].origin = (1567.27, -231.283, 12672.1); -/* 17:26 */waypoints[122].type = "stand"; -/* 17:26 */waypoints[122].children[0] = 121; -/* 17:26 */waypoints[122].children[1] = 123; -/* 17:26 */waypoints[122].children[2] = 43; -/* 17:26 */waypoints[122].children[3] = 124; -/* 17:26 */waypoints[123] = spawnstruct(); -/* 17:26 */waypoints[123].origin = (1674.88, -199.125, 12672.1); -/* 17:26 */waypoints[123].type = "crouch"; -/* 17:26 */waypoints[123].children[0] = 122; -/* 17:26 */waypoints[123].angles = (0, -155.476, 0); -/* 17:26 */waypoints[124] = spawnstruct(); -/* 17:26 */waypoints[124].origin = (1384.97, -451.737, 12672.1); -/* 17:26 */waypoints[124].type = "stand"; -/* 17:26 */waypoints[124].children[0] = 122; -/* 17:26 */waypoints[124].children[1] = 125; -/* 17:26 */waypoints[124].children[2] = 262; -/* 17:26 */waypoints[125] = spawnstruct(); -/* 17:26 */waypoints[125].origin = (1091.85, -651.144, 12672.1); -/* 17:26 */waypoints[125].type = "stand"; -/* 17:26 */waypoints[125].children[0] = 124; -/* 17:26 */waypoints[125].children[1] = 126; -/* 17:26 */waypoints[126] = spawnstruct(); -/* 17:26 */waypoints[126].origin = (1041.35, -728.27, 12672.1); -/* 17:26 */waypoints[126].type = "stand"; -/* 17:26 */waypoints[126].children[0] = 125; -/* 17:26 */waypoints[126].children[1] = 127; -/* 17:26 */waypoints[126].children[2] = 132; -/* 17:26 */waypoints[126].children[3] = 265; -/* 17:26 */waypoints[127] = spawnstruct(); -/* 17:26 */waypoints[127].origin = (1159.55, -849.325, 12672.1); -/* 17:26 */waypoints[127].type = "stand"; -/* 17:26 */waypoints[127].children[0] = 126; -/* 17:26 */waypoints[127].children[1] = 128; -/* 17:26 */waypoints[127].children[2] = 129; -/* 17:26 */waypoints[127].children[3] = 265; -/* 17:26 */waypoints[128] = spawnstruct(); -/* 17:26 */waypoints[128].origin = (1267.01, -711.776, 12672.1); -/* 17:26 */waypoints[128].type = "crouch"; -/* 17:26 */waypoints[128].children[0] = 127; -/* 17:26 */waypoints[128].angles = (0.791016, -119.864, 0); -/* 17:26 */waypoints[129] = spawnstruct(); -/* 17:26 */waypoints[129].origin = (1221.87, -1023.92, 12672.1); -/* 17:26 */waypoints[129].type = "stand"; -/* 17:26 */waypoints[129].children[0] = 127; -/* 17:26 */waypoints[129].children[1] = 130; -/* 17:26 */waypoints[129].children[2] = 267; -/* 17:26 */waypoints[130] = spawnstruct(); -/* 17:26 */waypoints[130].origin = (879.859, -1234.3, 12674.1); -/* 17:26 */waypoints[130].type = "stand"; -/* 17:26 */waypoints[130].children[0] = 129; -/* 17:26 */waypoints[130].children[1] = 131; -/* 17:26 */waypoints[130].children[2] = 134; -/* 17:26 */waypoints[130].children[3] = 267; -/* 17:26 */waypoints[131] = spawnstruct(); -/* 17:26 */waypoints[131].origin = (822.431, -922.871, 12675.1); -/* 17:26 */waypoints[131].type = "stand"; -/* 17:26 */waypoints[131].children[0] = 130; -/* 17:26 */waypoints[131].children[1] = 132; -/* 17:26 */waypoints[131].children[2] = 268; -/* 17:26 */waypoints[132] = spawnstruct(); -/* 17:26 */waypoints[132].origin = (843.622, -764.024, 12672.1); -/* 17:26 */waypoints[132].type = "stand"; -/* 17:26 */waypoints[132].children[0] = 131; -/* 17:26 */waypoints[132].children[1] = 126; -/* 17:26 */waypoints[132].children[2] = 133; -/* 17:26 */waypoints[132].children[3] = 42; -/* 17:26 */waypoints[132].children[4] = 266; -/* 17:26 */waypoints[132].children[5] = 268; -/* 17:26 */waypoints[133] = spawnstruct(); -/* 17:26 */waypoints[133].origin = (597.625, -972.641, 12674.1); -/* 17:26 */waypoints[133].type = "crouch"; -/* 17:26 */waypoints[133].children[0] = 132; -/* 17:26 */waypoints[133].angles = (1.73584, 40.1743, 0); -/* 17:26 */waypoints[134] = spawnstruct(); -/* 17:26 */waypoints[134].origin = (683.69, -1333.33, 12673.2); -/* 17:26 */waypoints[134].type = "stand"; -/* 17:26 */waypoints[134].children[0] = 130; -/* 17:26 */waypoints[134].children[1] = 135; -/* 17:26 */waypoints[134].children[2] = 136; -/* 17:26 */waypoints[135] = spawnstruct(); -/* 17:26 */waypoints[135].origin = (407.525, -1393.66, 12672.1); -/* 17:26 */waypoints[135].type = "stand"; -/* 17:26 */waypoints[135].children[0] = 134; -/* 17:26 */waypoints[135].children[1] = 148; -/* 17:26 */waypoints[135].children[2] = 199; -/* 17:26 */waypoints[135].children[3] = 269; -/* 17:26 */waypoints[136] = spawnstruct(); -/* 17:26 */waypoints[136].origin = (490.343, -1228.39, 12673.4); -/* 17:26 */waypoints[136].type = "stand"; -/* 17:26 */waypoints[136].children[0] = 134; -/* 17:26 */waypoints[136].children[1] = 137; -/* 17:26 */waypoints[136].children[2] = 138; -/* 17:26 */waypoints[136].children[3] = 269; -/* 17:26 */waypoints[137] = spawnstruct(); -/* 17:26 */waypoints[137].origin = (358.125, -912.125, 12672.1); -/* 17:26 */waypoints[137].type = "crouch"; -/* 17:26 */waypoints[137].children[0] = 136; -/* 17:26 */waypoints[137].angles = (0.153809, -65.6955, 0); -/* 17:26 */waypoints[138] = spawnstruct(); -/* 17:26 */waypoints[138].origin = (192.527, -1267.91, 12672.1); -/* 17:26 */waypoints[138].type = "stand"; -/* 17:26 */waypoints[138].children[0] = 136; -/* 17:26 */waypoints[138].children[1] = 139; -/* 17:26 */waypoints[139] = spawnstruct(); -/* 17:26 */waypoints[139].origin = (39.1469, -1268.28, 12672.1); -/* 17:26 */waypoints[139].type = "stand"; -/* 17:26 */waypoints[139].children[0] = 138; -/* 17:26 */waypoints[139].children[1] = 140; -/* 17:26 */waypoints[139].children[2] = 270; -/* 17:26 */waypoints[140] = spawnstruct(); -/* 17:26 */waypoints[140].origin = (40.81, -1372.73, 12672.1); -/* 17:26 */waypoints[140].type = "stand"; -/* 17:26 */waypoints[140].children[0] = 139; -/* 17:26 */waypoints[140].children[1] = 141; -/* 17:26 */waypoints[140].children[2] = 270; -/* 17:26 */waypoints[141] = spawnstruct(); -/* 17:26 */waypoints[141].origin = (-56.3398, -1353.07, 12672.1); -/* 17:26 */waypoints[141].type = "stand"; -/* 17:26 */waypoints[141].children[0] = 140; -/* 17:26 */waypoints[141].children[1] = 142; -/* 17:26 */waypoints[142] = spawnstruct(); -/* 17:26 */waypoints[142].origin = (-53.5056, -1261.74, 12672.1); -/* 17:26 */waypoints[142].type = "stand"; -/* 17:26 */waypoints[142].children[0] = 141; -/* 17:26 */waypoints[142].children[1] = 143; -/* 17:26 */waypoints[143] = spawnstruct(); -/* 17:26 */waypoints[143].origin = (-175.077, -1261.67, 12672.1); -/* 17:26 */waypoints[143].type = "stand"; -/* 17:26 */waypoints[143].children[0] = 142; -/* 17:26 */waypoints[143].children[1] = 144; -/* 17:26 */waypoints[143].children[2] = 295; -/* 17:26 */waypoints[143].children[3] = 296; -/* 17:26 */waypoints[144] = spawnstruct(); -/* 17:26 */waypoints[144].origin = (-311.59, -1334.71, 12672.1); -/* 17:26 */waypoints[144].type = "stand"; -/* 17:26 */waypoints[144].children[0] = 143; -/* 17:26 */waypoints[144].children[1] = 145; -/* 17:26 */waypoints[144].children[2] = 216; -/* 17:26 */waypoints[144].children[3] = 295; -/* 17:26 */waypoints[145] = spawnstruct(); -/* 17:26 */waypoints[145].origin = (-466.436, -1680.39, 12672.1); -/* 17:26 */waypoints[145].type = "stand"; -/* 17:26 */waypoints[145].children[0] = 144; -/* 17:26 */waypoints[145].children[1] = 146; -/* 17:26 */waypoints[145].children[2] = 198; -/* 17:26 */waypoints[146] = spawnstruct(); -/* 17:26 */waypoints[146].origin = (-467.46, -1955.24, 12774.4); -/* 17:26 */waypoints[146].type = "stand"; -/* 17:26 */waypoints[146].children[0] = 145; -/* 17:26 */waypoints[146].children[1] = 147; -/* 17:26 */waypoints[147] = spawnstruct(); -/* 17:26 */waypoints[147].origin = (-195.327, -1951.99, 12864.1); -/* 17:26 */waypoints[147].type = "stand"; -/* 17:26 */waypoints[147].children[0] = 146; -/* 17:26 */waypoints[147].children[1] = 0; -/* 17:26 */waypoints[148] = spawnstruct(); -/* 17:26 */waypoints[148].origin = (478.028, -1677.72, 12672.1); -/* 17:26 */waypoints[148].type = "stand"; -/* 17:26 */waypoints[148].children[0] = 135; -/* 17:26 */waypoints[148].children[1] = 149; -/* 17:26 */waypoints[148].children[2] = 195; -/* 17:26 */waypoints[149] = spawnstruct(); -/* 17:26 */waypoints[149].origin = (476.231, -1953.05, 12772.1); -/* 17:26 */waypoints[149].type = "stand"; -/* 17:26 */waypoints[149].children[0] = 148; -/* 17:26 */waypoints[149].children[1] = 150; -/* 17:26 */waypoints[150] = spawnstruct(); -/* 17:26 */waypoints[150].origin = (179.686, -1952.44, 12864.1); -/* 17:26 */waypoints[150].type = "stand"; -/* 17:26 */waypoints[150].children[0] = 149; -/* 17:26 */waypoints[150].children[1] = 0; -/* 17:26 */waypoints[151] = spawnstruct(); -/* 17:26 */waypoints[151].origin = (-68.7144, -1711.31, 12864.1); -/* 17:26 */waypoints[151].type = "stand"; -/* 17:26 */waypoints[151].children[0] = 0; -/* 17:26 */waypoints[151].children[1] = 152; -/* 17:26 */waypoints[151].children[2] = 272; -/* 17:26 */waypoints[151].children[3] = 274; -/* 17:26 */waypoints[151].children[4] = 297; -/* 17:26 */waypoints[151].children[5] = 298; -/* 17:26 */waypoints[152] = spawnstruct(); -/* 17:26 */waypoints[152].origin = (-223.801, -1522.29, 12864.1); -/* 17:26 */waypoints[152].type = "stand"; -/* 17:26 */waypoints[152].children[0] = 151; -/* 17:26 */waypoints[152].children[1] = 153; -/* 17:26 */waypoints[152].children[2] = 154; -/* 17:26 */waypoints[152].children[3] = 225; -/* 17:26 */waypoints[152].children[4] = 248; -/* 17:26 */waypoints[153] = spawnstruct(); -/* 17:26 */waypoints[153].origin = (-297.331, -1296.25, 12864.1); -/* 17:26 */waypoints[153].type = "stand"; -/* 17:26 */waypoints[153].children[0] = 152; -/* 17:26 */waypoints[153].children[1] = 155; -/* 17:26 */waypoints[153].children[2] = 156; -/* 17:26 */waypoints[153].children[3] = 223; -/* 17:26 */waypoints[153].children[4] = 225; -/* 17:26 */waypoints[153].children[5] = 247; -/* 17:26 */waypoints[153].children[6] = 248; -/* 17:26 */waypoints[154] = spawnstruct(); -/* 17:26 */waypoints[154].origin = (-514.375, -1630.38, 12864.1); -/* 17:26 */waypoints[154].type = "crouch"; -/* 17:26 */waypoints[154].children[0] = 152; -/* 17:26 */waypoints[154].angles = (2.68616, 46.6177, 0); -/* 17:26 */waypoints[155] = spawnstruct(); -/* 17:26 */waypoints[155].origin = (-25.125, -1081.12, 12864.1); -/* 17:26 */waypoints[155].type = "crouch"; -/* 17:26 */waypoints[155].children[0] = 153; -/* 17:26 */waypoints[155].angles = (0.31311, -131.751, 0); -/* 17:26 */waypoints[156] = spawnstruct(); -/* 17:26 */waypoints[156].origin = (-423.935, -963.75, 12864.1); -/* 17:26 */waypoints[156].type = "stand"; -/* 17:26 */waypoints[156].children[0] = 153; -/* 17:26 */waypoints[156].children[1] = 32; -/* 17:26 */waypoints[156].children[2] = 246; -/* 17:26 */waypoints[156].children[3] = 278; -/* 17:26 */waypoints[156].children[4] = 287; -/* 17:26 */waypoints[157] = spawnstruct(); -/* 17:26 */waypoints[157].origin = (-682.815, -250.413, 12864.1); -/* 17:26 */waypoints[157].type = "stand"; -/* 17:26 */waypoints[157].children[0] = 27; -/* 17:26 */waypoints[157].children[1] = 158; -/* 17:26 */waypoints[157].children[2] = 280; -/* 17:26 */waypoints[157].children[3] = 288; -/* 17:26 */waypoints[158] = spawnstruct(); -/* 17:26 */waypoints[158].origin = (-704.759, 102.381, 12864.1); -/* 17:26 */waypoints[158].type = "stand"; -/* 17:26 */waypoints[158].children[0] = 157; -/* 17:26 */waypoints[158].children[1] = 159; -/* 17:26 */waypoints[159] = spawnstruct(); -/* 17:26 */waypoints[159].origin = (-638.289, 392.345, 12864.1); -/* 17:26 */waypoints[159].type = "stand"; -/* 17:26 */waypoints[159].children[0] = 158; -/* 17:26 */waypoints[159].children[1] = 160; -/* 17:26 */waypoints[160] = spawnstruct(); -/* 17:26 */waypoints[160].origin = (-469.32, 581.849, 12864.1); -/* 17:26 */waypoints[160].type = "stand"; -/* 17:26 */waypoints[160].children[0] = 159; -/* 17:26 */waypoints[160].children[1] = 96; -/* 17:26 */waypoints[160].children[2] = 161; -/* 17:26 */waypoints[161] = spawnstruct(); -/* 17:26 */waypoints[161].origin = (-276.014, 575.009, 12864.1); -/* 17:26 */waypoints[161].type = "stand"; -/* 17:26 */waypoints[161].children[0] = 160; -/* 17:26 */waypoints[161].children[1] = 162; -/* 17:26 */waypoints[162] = spawnstruct(); -/* 17:26 */waypoints[162].origin = (-114.474, 477.559, 12864.1); -/* 17:26 */waypoints[162].type = "stand"; -/* 17:26 */waypoints[162].children[0] = 161; -/* 17:26 */waypoints[162].children[1] = 163; -/* 17:26 */waypoints[162].children[2] = 172; -/* 17:26 */waypoints[163] = spawnstruct(); -/* 17:26 */waypoints[163].origin = (3.89535, 392.553, 12864.1); -/* 17:26 */waypoints[163].type = "stand"; -/* 17:26 */waypoints[163].children[0] = 162; -/* 17:26 */waypoints[163].children[1] = 164; -/* 17:26 */waypoints[164] = spawnstruct(); -/* 17:26 */waypoints[164].origin = (143.122, 392.97, 12864.1); -/* 17:26 */waypoints[164].type = "stand"; -/* 17:26 */waypoints[164].children[0] = 163; -/* 17:26 */waypoints[164].children[1] = 165; -/* 17:26 */waypoints[164].children[2] = 167; -/* 17:26 */waypoints[165] = spawnstruct(); -/* 17:26 */waypoints[165].origin = (319.754, 582.116, 12864.1); -/* 17:26 */waypoints[165].type = "stand"; -/* 17:26 */waypoints[165].children[0] = 164; -/* 17:26 */waypoints[165].children[1] = 166; -/* 17:26 */waypoints[166] = spawnstruct(); -/* 17:26 */waypoints[166].origin = (428.993, 594.07, 12864.1); -/* 17:26 */waypoints[166].type = "stand"; -/* 17:26 */waypoints[166].children[0] = 165; -/* 17:26 */waypoints[166].children[1] = 174; -/* 17:26 */waypoints[166].children[2] = 175; -/* 17:26 */waypoints[167] = spawnstruct(); -/* 17:26 */waypoints[167].origin = (131.993, 683.593, 12864.1); -/* 17:26 */waypoints[167].type = "stand"; -/* 17:26 */waypoints[167].children[0] = 164; -/* 17:26 */waypoints[167].children[1] = 168; -/* 17:26 */waypoints[168] = spawnstruct(); -/* 17:26 */waypoints[168].origin = (128.163, 832.711, 12864.1); -/* 17:26 */waypoints[168].type = "stand"; -/* 17:26 */waypoints[168].children[0] = 167; -/* 17:26 */waypoints[168].children[1] = 169; -/* 17:26 */waypoints[168].children[2] = 170; -/* 17:26 */waypoints[168].children[3] = 173; -/* 17:26 */waypoints[168].children[4] = 174; -/* 17:26 */waypoints[168].children[5] = 177; -/* 17:26 */waypoints[168].children[6] = 226; -/* 17:26 */waypoints[168].children[7] = 284; -/* 17:26 */waypoints[169] = spawnstruct(); -/* 17:26 */waypoints[169].origin = (94.127, 1012.88, 12864.1); -/* 17:26 */waypoints[169].type = "crouch"; -/* 17:26 */waypoints[169].children[0] = 168; -/* 17:26 */waypoints[169].angles = (3.63647, -55.0003, 0); -/* 17:26 */waypoints[170] = spawnstruct(); -/* 17:26 */waypoints[170].origin = (1.28155, 834.523, 12864.1); -/* 17:26 */waypoints[170].type = "stand"; -/* 17:26 */waypoints[170].children[0] = 168; -/* 17:26 */waypoints[170].children[1] = 171; -/* 17:26 */waypoints[170].children[2] = 172; -/* 17:26 */waypoints[171] = spawnstruct(); -/* 17:26 */waypoints[171].origin = (20.8519, 1030.88, 12864.1); -/* 17:26 */waypoints[171].type = "crouch"; -/* 17:26 */waypoints[171].children[0] = 170; -/* 17:26 */waypoints[171].angles = (1.89514, -105.625, 0); -/* 17:26 */waypoints[172] = spawnstruct(); -/* 17:26 */waypoints[172].origin = (-204.818, 852.846, 12864.1); -/* 17:26 */waypoints[172].type = "stand"; -/* 17:26 */waypoints[172].children[0] = 170; -/* 17:26 */waypoints[172].children[1] = 103; -/* 17:26 */waypoints[172].children[2] = 102; -/* 17:26 */waypoints[172].children[3] = 162; -/* 17:26 */waypoints[173] = spawnstruct(); -/* 17:26 */waypoints[173].origin = (205.849, 1030.88, 12864.1); -/* 17:26 */waypoints[173].type = "crouch"; -/* 17:26 */waypoints[173].children[0] = 168; -/* 17:26 */waypoints[173].angles = (1.26343, -91.799, 0); -/* 17:26 */waypoints[174] = spawnstruct(); -/* 17:26 */waypoints[174].origin = (473.608, 777.876, 12864.1); -/* 17:26 */waypoints[174].type = "stand"; -/* 17:26 */waypoints[174].children[0] = 168; -/* 17:26 */waypoints[174].children[1] = 166; -/* 17:26 */waypoints[174].children[2] = 177; -/* 17:26 */waypoints[174].children[3] = 227; -/* 17:26 */waypoints[174].children[4] = 283; -/* 17:26 */waypoints[174].children[5] = 284; -/* 17:26 */waypoints[175] = spawnstruct(); -/* 17:26 */waypoints[175].origin = (586.235, 448.267, 12864.1); -/* 17:26 */waypoints[175].type = "stand"; -/* 17:26 */waypoints[175].children[0] = 166; -/* 17:26 */waypoints[175].children[1] = 176; -/* 17:26 */waypoints[175].children[2] = 235; -/* 17:26 */waypoints[176] = spawnstruct(); -/* 17:26 */waypoints[176].origin = (724.254, 167.144, 12864.1); -/* 17:26 */waypoints[176].type = "stand"; -/* 17:26 */waypoints[176].children[0] = 175; -/* 17:26 */waypoints[176].children[1] = 40; -/* 17:26 */waypoints[177] = spawnstruct(); -/* 17:26 */waypoints[177].origin = (560.371, 900.333, 12864.1); -/* 17:26 */waypoints[177].type = "stand"; -/* 17:26 */waypoints[177].children[0] = 174; -/* 17:26 */waypoints[177].children[1] = 178; -/* 17:26 */waypoints[177].children[2] = 168; -/* 17:26 */waypoints[177].children[3] = 226; -/* 17:26 */waypoints[177].children[4] = 283; -/* 17:26 */waypoints[178] = spawnstruct(); -/* 17:26 */waypoints[178].origin = (539.026, 1093.33, 12864.1); -/* 17:26 */waypoints[178].type = "stand"; -/* 17:26 */waypoints[178].children[0] = 177; -/* 17:26 */waypoints[178].children[1] = 108; -/* 17:26 */waypoints[178].children[2] = 179; -/* 17:26 */waypoints[179] = spawnstruct(); -/* 17:26 */waypoints[179].origin = (429.342, 1158.76, 12864.1); -/* 17:26 */waypoints[179].type = "stand"; -/* 17:26 */waypoints[179].children[0] = 178; -/* 17:26 */waypoints[179].children[1] = 180; -/* 17:26 */waypoints[180] = spawnstruct(); -/* 17:26 */waypoints[180].origin = (414.148, 1348.36, 12868.1); -/* 17:26 */waypoints[180].type = "stand"; -/* 17:26 */waypoints[180].children[0] = 179; -/* 17:26 */waypoints[180].children[1] = 111; -/* 17:26 */waypoints[180].children[2] = 110; -/* 17:26 */waypoints[180].children[3] = 181; -/* 17:26 */waypoints[181] = spawnstruct(); -/* 17:26 */waypoints[181].origin = (520.875, 1288.12, 12868.1); -/* 17:26 */waypoints[181].type = "crouch"; -/* 17:26 */waypoints[181].children[0] = 180; -/* 17:26 */waypoints[181].angles = (2.21375, 150.477, 0); -/* 17:26 */waypoints[182] = spawnstruct(); -/* 17:26 */waypoints[182].origin = (590.204, 1379.78, 12678.1); -/* 17:26 */waypoints[182].type = "stand"; -/* 17:26 */waypoints[182].children[0] = 75; -/* 17:26 */waypoints[182].children[1] = 183; -/* 17:26 */waypoints[183] = spawnstruct(); -/* 17:26 */waypoints[183].origin = (401.011, 1483.48, 12674.9); -/* 17:26 */waypoints[183].type = "stand"; -/* 17:26 */waypoints[183].children[0] = 182; -/* 17:26 */waypoints[183].children[1] = 81; -/* 17:26 */waypoints[184] = spawnstruct(); -/* 17:26 */waypoints[184].origin = (177.702, 2078.22, 12672.1); -/* 17:26 */waypoints[184].type = "stand"; -/* 17:26 */waypoints[184].children[0] = 82; -/* 17:26 */waypoints[184].children[1] = 185; -/* 17:26 */waypoints[184].children[2] = 231; -/* 17:26 */waypoints[185] = spawnstruct(); -/* 17:26 */waypoints[185].origin = (-184.469, 2078.26, 12672.1); -/* 17:26 */waypoints[185].type = "stand"; -/* 17:26 */waypoints[185].children[0] = 184; -/* 17:26 */waypoints[185].children[1] = 186; -/* 17:26 */waypoints[186] = spawnstruct(); -/* 17:26 */waypoints[186].origin = (-451.084, 2078.26, 12672.1); -/* 17:26 */waypoints[186].type = "stand"; -/* 17:26 */waypoints[186].children[0] = 185; -/* 17:26 */waypoints[186].children[1] = 187; -/* 17:26 */waypoints[186].children[2] = 309; -/* 17:26 */waypoints[187] = spawnstruct(); -/* 17:26 */waypoints[187].origin = (-569.26, 2220.59, 12672.1); -/* 17:26 */waypoints[187].type = "stand"; -/* 17:26 */waypoints[187].children[0] = 84; -/* 17:26 */waypoints[187].children[1] = 186; -/* 17:26 */waypoints[187].children[2] = 309; -/* 17:26 */waypoints[188] = spawnstruct(); -/* 17:26 */waypoints[188].origin = (-756.125, 1903.35, 12672.1); -/* 17:26 */waypoints[188].type = "crouch"; -/* 17:26 */waypoints[188].children[0] = 84; -/* 17:26 */waypoints[188].angles = (0.626221, 154.493, 0); -/* 17:26 */waypoints[189] = spawnstruct(); -/* 17:26 */waypoints[189].origin = (-708.125, 1958.12, 12672.1); -/* 17:26 */waypoints[189].type = "crouch"; -/* 17:26 */waypoints[189].children[0] = 84; -/* 17:26 */waypoints[189].angles = (1.10413, 176.8, 0); -/* 17:26 */waypoints[190] = spawnstruct(); -/* 17:26 */waypoints[190].origin = (-820.625, 1687.18, 12672.1); -/* 17:26 */waypoints[190].type = "crouch"; -/* 17:26 */waypoints[190].children[0] = 86; -/* 17:26 */waypoints[190].angles = (1.57654, -116.112, 0); -/* 17:26 */waypoints[191] = spawnstruct(); -/* 17:26 */waypoints[191].origin = (-416.55, 1144.43, 12674.1); -/* 17:26 */waypoints[191].type = "stand"; -/* 17:26 */waypoints[191].children[0] = 61; -/* 17:26 */waypoints[191].children[1] = 192; -/* 17:26 */waypoints[191].children[2] = 255; -/* 17:26 */waypoints[192] = spawnstruct(); -/* 17:26 */waypoints[192].origin = (-598.185, 1147.66, 12674.1); -/* 17:26 */waypoints[192].type = "stand"; -/* 17:26 */waypoints[192].children[0] = 191; -/* 17:26 */waypoints[192].children[1] = 193; -/* 17:26 */waypoints[192].children[2] = 255; -/* 17:26 */waypoints[193] = spawnstruct(); -/* 17:26 */waypoints[193].origin = (-575.751, 892.418, 12674.1); -/* 17:26 */waypoints[193].type = "stand"; -/* 17:26 */waypoints[193].children[0] = 192; -/* 17:26 */waypoints[193].children[1] = 62; -/* 17:26 */waypoints[193].children[2] = 255; -/* 17:26 */waypoints[194] = spawnstruct(); -/* 17:26 */waypoints[194].origin = (417.125, 1193.88, 12672.1); -/* 17:26 */waypoints[194].type = "crouch"; -/* 17:26 */waypoints[194].children[0] = 56; -/* 17:26 */waypoints[194].angles = (7.59155, -53.9291, 0); -/* 17:26 */waypoints[195] = spawnstruct(); -/* 17:26 */waypoints[195].origin = (278.348, -1684.39, 12670.1); -/* 17:26 */waypoints[195].type = "stand"; -/* 17:26 */waypoints[195].children[0] = 148; -/* 17:26 */waypoints[195].children[1] = 196; -/* 17:26 */waypoints[196] = spawnstruct(); -/* 17:26 */waypoints[196].origin = (114.476, -1842.64, 12672.1); -/* 17:26 */waypoints[196].type = "stand"; -/* 17:26 */waypoints[196].children[0] = 195; -/* 17:26 */waypoints[196].children[1] = 197; -/* 17:26 */waypoints[196].children[2] = 271; -/* 17:26 */waypoints[197] = spawnstruct(); -/* 17:26 */waypoints[197].origin = (-237.124, -1847.9, 12672.1); -/* 17:26 */waypoints[197].type = "stand"; -/* 17:26 */waypoints[197].children[0] = 196; -/* 17:26 */waypoints[197].children[1] = 198; -/* 17:26 */waypoints[198] = spawnstruct(); -/* 17:26 */waypoints[198].origin = (-300.453, -1560.09, 12672.1); -/* 17:26 */waypoints[198].type = "stand"; -/* 17:26 */waypoints[198].children[0] = 197; -/* 17:26 */waypoints[198].children[1] = 145; -/* 17:26 */waypoints[198].children[2] = 200; -/* 17:26 */waypoints[198].children[3] = 216; -/* 17:26 */waypoints[199] = spawnstruct(); -/* 17:26 */waypoints[199].origin = (115.194, -1469.99, 12672.1); -/* 17:26 */waypoints[199].type = "stand"; -/* 17:26 */waypoints[199].children[0] = 135; -/* 17:26 */waypoints[199].children[1] = 200; -/* 17:26 */waypoints[200] = spawnstruct(); -/* 17:26 */waypoints[200].origin = (-211.51, -1509.75, 12672.1); -/* 17:26 */waypoints[200].type = "stand"; -/* 17:26 */waypoints[200].children[0] = 199; -/* 17:26 */waypoints[200].children[1] = 198; -/* 17:26 */waypoints[200].children[2] = 271; -/* 17:26 */waypoints[200].children[3] = 296; -/* 17:26 */waypoints[201] = spawnstruct(); -/* 17:26 */waypoints[201].origin = (0.636692, -2200.71, 12864.1); -/* 17:26 */waypoints[201].type = "crouch"; -/* 17:26 */waypoints[201].children[0] = 0; -/* 17:26 */waypoints[201].angles = (-0.00549316, 87.8275, 0); -/* 17:26 */waypoints[202] = spawnstruct(); -/* 17:26 */waypoints[202].origin = (389.678, -1696.87, 12864.1); -/* 17:26 */waypoints[202].type = "crouch"; -/* 17:26 */waypoints[202].children[0] = 2; -/* 17:26 */waypoints[202].angles = (2.20825, 96.2265, 0); -/* 17:26 */waypoints[203] = spawnstruct(); -/* 17:26 */waypoints[203].origin = (273.15, -1072.12, 12864.1); -/* 17:26 */waypoints[203].type = "crouch"; -/* 17:26 */waypoints[203].children[0] = 2; -/* 17:26 */waypoints[203].angles = (2.84546, -91.8924, 0); -/* 17:26 */waypoints[204] = spawnstruct(); -/* 17:26 */waypoints[204].origin = (558.875, -1062.88, 12864.1); -/* 17:26 */waypoints[204].type = "crouch"; -/* 17:26 */waypoints[204].children[0] = 3; -/* 17:26 */waypoints[204].angles = (2.68616, 147.335, 0); -/* 17:26 */waypoints[205] = spawnstruct(); -/* 17:26 */waypoints[205].origin = (-889.659, 389.373, 12740.1); -/* 17:26 */waypoints[205].type = "stand"; -/* 17:26 */waypoints[205].children[0] = 20; -/* 17:26 */waypoints[205].children[1] = 206; -/* 17:26 */waypoints[206] = spawnstruct(); -/* 17:26 */waypoints[206].origin = (-788.307, 574.612, 12808.7); -/* 17:26 */waypoints[206].type = "stand"; -/* 17:26 */waypoints[206].children[0] = 205; -/* 17:26 */waypoints[206].children[1] = 207; -/* 17:26 */waypoints[207] = spawnstruct(); -/* 17:26 */waypoints[207].origin = (-641.246, 738.376, 12864.1); -/* 17:26 */waypoints[207].type = "stand"; -/* 17:26 */waypoints[207].children[0] = 206; -/* 17:26 */waypoints[207].children[1] = 97; -/* 17:26 */waypoints[207].children[2] = 102; -/* 17:26 */waypoints[208] = spawnstruct(); -/* 17:26 */waypoints[208].origin = (249.633, 1900.64, 12865.1); -/* 17:26 */waypoints[208].type = "stand"; -/* 17:26 */waypoints[208].children[0] = 110; -/* 17:26 */waypoints[208].children[1] = 72; -/* 17:26 */waypoints[208].children[2] = 251; -/* 17:26 */waypoints[209] = spawnstruct(); -/* 17:26 */waypoints[209].origin = (-1032.88, 1597.88, 12672.1); -/* 17:26 */waypoints[209].type = "crouch"; -/* 17:26 */waypoints[209].children[0] = 86; -/* 17:26 */waypoints[209].angles = (3.15857, -32.8134, 0); -/* 17:26 */waypoints[210] = spawnstruct(); -/* 17:26 */waypoints[210].origin = (-1407.22, -170.207, 12672.1); -/* 17:26 */waypoints[210].type = "stand"; -/* 17:26 */waypoints[210].children[0] = 93; -/* 17:26 */waypoints[210].children[1] = 211; -/* 17:26 */waypoints[210].children[2] = 289; -/* 17:26 */waypoints[210].children[3] = 290; -/* 17:26 */waypoints[211] = spawnstruct(); -/* 17:26 */waypoints[211].origin = (-1434.72, -362.467, 12672.1); -/* 17:26 */waypoints[211].type = "stand"; -/* 17:26 */waypoints[211].children[0] = 210; -/* 17:26 */waypoints[211].children[1] = 212; -/* 17:26 */waypoints[212] = spawnstruct(); -/* 17:26 */waypoints[212].origin = (-1435.85, -553.319, 12672.1); -/* 17:26 */waypoints[212].type = "stand"; -/* 17:26 */waypoints[212].children[0] = 211; -/* 17:26 */waypoints[212].children[1] = 213; -/* 17:26 */waypoints[212].children[2] = 291; -/* 17:26 */waypoints[213] = spawnstruct(); -/* 17:26 */waypoints[213].origin = (-1401.17, -925.99, 12664.1); -/* 17:26 */waypoints[213].type = "stand"; -/* 17:26 */waypoints[213].children[0] = 212; -/* 17:26 */waypoints[213].children[1] = 214; -/* 17:26 */waypoints[214] = spawnstruct(); -/* 17:26 */waypoints[214].origin = (-1269.64, -1216.72, 12670.1); -/* 17:26 */waypoints[214].type = "stand"; -/* 17:26 */waypoints[214].children[0] = 213; -/* 17:26 */waypoints[214].children[1] = 215; -/* 17:26 */waypoints[214].children[2] = 218; -/* 17:26 */waypoints[214].children[3] = 292; -/* 17:26 */waypoints[215] = spawnstruct(); -/* 17:26 */waypoints[215].origin = (-891.436, -1289.09, 12670.1); -/* 17:26 */waypoints[215].type = "stand"; -/* 17:26 */waypoints[215].children[0] = 214; -/* 17:26 */waypoints[215].children[1] = 216; -/* 17:26 */waypoints[215].children[2] = 294; -/* 17:26 */waypoints[216] = spawnstruct(); -/* 17:26 */waypoints[216].origin = (-453.545, -1378.67, 12672.1); -/* 17:26 */waypoints[216].type = "stand"; -/* 17:26 */waypoints[216].children[0] = 215; -/* 17:26 */waypoints[216].children[1] = 198; -/* 17:26 */waypoints[216].children[2] = 144; -/* 17:26 */waypoints[216].children[3] = 217; -/* 17:26 */waypoints[216].children[4] = 294; -/* 17:26 */waypoints[217] = spawnstruct(); -/* 17:26 */waypoints[217].origin = (-220.085, -1073.12, 12672.1); -/* 17:26 */waypoints[217].type = "crouch"; -/* 17:26 */waypoints[217].children[0] = 216; -/* 17:26 */waypoints[217].angles = (1.89514, -125.197, 0); -/* 17:26 */waypoints[218] = spawnstruct(); -/* 17:26 */waypoints[218].origin = (-1153.85, -858.934, 12671.1); -/* 17:26 */waypoints[218].type = "stand"; -/* 17:26 */waypoints[218].children[0] = 214; -/* 17:26 */waypoints[218].children[1] = 219; -/* 17:26 */waypoints[219] = spawnstruct(); -/* 17:26 */waypoints[219].origin = (-1087.64, -608.727, 12671.1); -/* 17:26 */waypoints[219].type = "stand"; -/* 17:26 */waypoints[219].children[0] = 218; -/* 17:26 */waypoints[219].children[1] = 220; -/* 17:26 */waypoints[220] = spawnstruct(); -/* 17:26 */waypoints[220].origin = (-1213.46, -447.74, 12672.1); -/* 17:26 */waypoints[220].type = "stand"; -/* 17:26 */waypoints[220].children[0] = 219; -/* 17:26 */waypoints[220].children[1] = 221; -/* 17:26 */waypoints[220].children[2] = 290; -/* 17:26 */waypoints[220].children[3] = 291; -/* 17:26 */waypoints[220].children[4] = 293; -/* 17:26 */waypoints[221] = spawnstruct(); -/* 17:26 */waypoints[221].origin = (-1168.37, -260.513, 12672.1); -/* 17:26 */waypoints[221].type = "stand"; -/* 17:26 */waypoints[221].children[0] = 220; -/* 17:26 */waypoints[221].children[1] = 21; -/* 17:26 */waypoints[221].children[2] = 222; -/* 17:26 */waypoints[221].children[3] = 289; -/* 17:26 */waypoints[221].children[4] = 290; -/* 17:26 */waypoints[222] = spawnstruct(); -/* 17:26 */waypoints[222].origin = (-857.125, -198.414, 12672.1); -/* 17:26 */waypoints[222].type = "crouch"; -/* 17:26 */waypoints[222].children[0] = 221; -/* 17:26 */waypoints[222].angles = (3.47717, -179.783, 0); -/* 17:26 */waypoints[223] = spawnstruct(); -/* 17:26 */waypoints[223].origin = (-1.29448, -1318.53, 12864.1); -/* 17:26 */waypoints[223].type = "stand"; -/* 17:26 */waypoints[223].children[0] = 153; -/* 17:26 */waypoints[223].children[1] = 2; -/* 17:26 */waypoints[223].children[2] = 275; -/* 17:26 */waypoints[224] = spawnstruct(); -/* 17:26 */waypoints[224].origin = (-13.9226, -1393.48, 12864.1); -/* 17:26 */waypoints[224].type = "stand"; -/* 17:26 */waypoints[224].children[0] = 2; -/* 17:26 */waypoints[224].children[1] = 225; -/* 17:26 */waypoints[225] = spawnstruct(); -/* 17:26 */waypoints[225].origin = (-177.467, -1392.91, 12864.1); -/* 17:26 */waypoints[225].type = "stand"; -/* 17:26 */waypoints[225].children[0] = 224; -/* 17:26 */waypoints[225].children[1] = 153; -/* 17:26 */waypoints[225].children[2] = 152; -/* 17:26 */waypoints[225].children[3] = 275; -/* 17:26 */waypoints[226] = spawnstruct(); -/* 17:26 */waypoints[226].origin = (310.682, 918.71, 12864.1); -/* 17:26 */waypoints[226].type = "stand"; -/* 17:26 */waypoints[226].children[0] = 168; -/* 17:26 */waypoints[226].children[1] = 177; -/* 17:26 */waypoints[226].children[2] = 284; -/* 17:26 */waypoints[227] = spawnstruct(); -/* 17:26 */waypoints[227].origin = (686.217, 739.032, 12864.1); -/* 17:26 */waypoints[227].type = "crouch"; -/* 17:26 */waypoints[227].children[0] = 174; -/* 17:26 */waypoints[227].angles = (0.637207, 159.144, 0); -/* 17:26 */waypoints[228] = spawnstruct(); -/* 17:26 */waypoints[228].origin = (-147.875, -606.125, 12864.1); -/* 17:26 */waypoints[228].type = "crouch"; -/* 17:26 */waypoints[228].children[0] = 34; -/* 17:26 */waypoints[228].angles = (1.90063, -51.8099, 0); -/* 17:26 */waypoints[229] = spawnstruct(); -/* 17:26 */waypoints[229].origin = (558.875, -1321.12, 12864.1); -/* 17:26 */waypoints[229].type = "crouch"; -/* 17:26 */waypoints[229].children[0] = 2; -/* 17:26 */waypoints[229].angles = (2.53235, -155.653, 0); -/* 17:26 */waypoints[230] = spawnstruct(); -/* 17:26 */waypoints[230].origin = (465.278, 1797.03, 12673.1); -/* 17:26 */waypoints[230].type = "stand"; -/* 17:26 */waypoints[230].children[0] = 80; -/* 17:26 */waypoints[230].children[1] = 81; -/* 17:26 */waypoints[231] = spawnstruct(); -/* 17:26 */waypoints[231].origin = (308.767, 2174.37, 12672.1); -/* 17:26 */waypoints[231].type = "stand"; -/* 17:26 */waypoints[231].children[0] = 184; -/* 17:26 */waypoints[231].children[1] = 80; -/* 17:26 */waypoints[231].children[2] = 310; -/* 17:26 */waypoints[232] = spawnstruct(); -/* 17:26 */waypoints[232].origin = (-885.166, 51.8891, 12672.1); -/* 17:26 */waypoints[232].type = "stand"; -/* 17:26 */waypoints[232].children[0] = 18; -/* 17:26 */waypoints[232].children[1] = 93; -/* 17:26 */waypoints[232].children[2] = 20; -/* 17:26 */waypoints[232].children[3] = 19; -/* 17:26 */waypoints[232].children[4] = 303; -/* 17:26 */waypoints[233] = spawnstruct(); -/* 17:26 */waypoints[233].origin = (-35.5613, 81.856, 12672.1); -/* 17:26 */waypoints[233].type = "stand"; -/* 17:26 */waypoints[233].children[0] = 15; -/* 17:26 */waypoints[233].children[1] = 12; -/* 17:26 */waypoints[234] = spawnstruct(); -/* 17:26 */waypoints[234].origin = (545.864, 71.7816, 12671.1); -/* 17:26 */waypoints[234].type = "stand"; -/* 17:26 */waypoints[234].children[0] = 9; -/* 17:26 */waypoints[234].children[1] = 8; -/* 17:26 */waypoints[235] = spawnstruct(); -/* 17:26 */waypoints[235].origin = (637.861, 244.949, 12864.1); -/* 17:26 */waypoints[235].type = "stand"; -/* 17:26 */waypoints[235].children[0] = 175; -/* 17:26 */waypoints[235].children[1] = 39; -/* 17:26 */waypoints[235].children[2] = 285; -/* 17:26 */waypoints[236] = spawnstruct(); -/* 17:26 */waypoints[236].origin = (843.138, -497.206, 12778.3); -/* 17:26 */waypoints[236].type = "stand"; -/* 17:26 */waypoints[236].children[0] = 6; -/* 17:26 */waypoints[236].children[1] = 7; -/* 17:26 */waypoints[236].children[2] = 237; -/* 17:26 */waypoints[237] = spawnstruct(); -/* 17:26 */waypoints[237].origin = (523.198, -819.463, 12864.1); -/* 17:26 */waypoints[237].type = "stand"; -/* 17:26 */waypoints[237].children[0] = 236; -/* 17:26 */waypoints[237].children[1] = 3; -/* 17:26 */waypoints[237].children[2] = 37; -/* 17:26 */waypoints[237].children[3] = 286; -/* 17:26 */waypoints[238] = spawnstruct(); -/* 17:26 */waypoints[238].origin = (299.836, -727.672, 12864.1); -/* 17:26 */waypoints[238].type = "stand"; -/* 17:26 */waypoints[238].children[0] = 35; -/* 17:26 */waypoints[238].children[1] = 239; -/* 17:26 */waypoints[238].children[2] = 276; -/* 17:26 */waypoints[239] = spawnstruct(); -/* 17:26 */waypoints[239].origin = (288.671, -657.125, 12864.1); -/* 17:26 */waypoints[239].type = "stand"; -/* 17:26 */waypoints[239].children[0] = 238; -/* 17:26 */waypoints[239].children[1] = 240; -/* 17:26 */waypoints[239].children[2] = 276; -/* 17:26 */waypoints[240] = spawnstruct(); -/* 17:26 */waypoints[240].origin = (195.786, -655.393, 12864.1); -/* 17:26 */waypoints[240].type = "stand"; -/* 17:26 */waypoints[240].children[0] = 239; -/* 17:26 */waypoints[240].children[1] = 241; -/* 17:26 */waypoints[240].children[2] = 242; -/* 17:26 */waypoints[241] = spawnstruct(); -/* 17:26 */waypoints[241].origin = (240.115, -572.776, 12864.1); -/* 17:26 */waypoints[241].type = "crouch"; -/* 17:26 */waypoints[241].children[0] = 240; -/* 17:26 */waypoints[241].angles = (1.42273, -140.536, 0); -/* 17:26 */waypoints[242] = spawnstruct(); -/* 17:26 */waypoints[242].origin = (198.262, -568.822, 12864.1); -/* 17:26 */waypoints[242].type = "stand"; -/* 17:26 */waypoints[242].children[0] = 36; -/* 17:26 */waypoints[242].children[1] = 240; -/* 17:26 */waypoints[243] = spawnstruct(); -/* 17:26 */waypoints[243].origin = (300.875, -872.375, 12864.1); -/* 17:26 */waypoints[243].type = "crouch"; -/* 17:26 */waypoints[243].children[0] = 34; -/* 17:26 */waypoints[243].angles = (1.26343, 130.859, 0); -/* 17:26 */waypoints[244] = spawnstruct(); -/* 17:26 */waypoints[244].origin = (-102.537, -872.375, 12864.1); -/* 17:26 */waypoints[244].type = "crouch"; -/* 17:26 */waypoints[244].children[0] = 34; -/* 17:26 */waypoints[244].angles = (1.58203, 53.3285, 0); -/* 17:26 */waypoints[245] = spawnstruct(); -/* 17:26 */waypoints[245].origin = (-225.025, -872.375, 12864.1); -/* 17:26 */waypoints[245].type = "crouch"; -/* 17:26 */waypoints[245].children[0] = 36; -/* 17:26 */waypoints[245].angles = (1.10413, 68.5226, 0); -/* 17:26 */waypoints[246] = spawnstruct(); -/* 17:26 */waypoints[246].origin = (-558.375, -1062.88, 12864.1); -/* 17:26 */waypoints[246].type = "crouch"; -/* 17:26 */waypoints[246].children[0] = 156; -/* 17:26 */waypoints[246].angles = (3.00476, 33.7124, 0); -/* 17:26 */waypoints[247] = spawnstruct(); -/* 17:26 */waypoints[247].origin = (-517.301, -893.57, 12864.1); -/* 17:26 */waypoints[247].type = "stand"; -/* 17:26 */waypoints[247].children[0] = 153; -/* 17:26 */waypoints[248] = spawnstruct(); -/* 17:26 */waypoints[248].origin = (-422.837, -1400.1, 12862.6); -/* 17:26 */waypoints[248].type = "stand"; -/* 17:26 */waypoints[248].children[0] = 153; -/* 17:26 */waypoints[248].children[1] = 152; -/* 17:26 */waypoints[249] = spawnstruct(); -/* 17:26 */waypoints[249].origin = (1662.77, 336.443, 12674.1); -/* 17:26 */waypoints[249].type = "crouch"; -/* 17:26 */waypoints[249].children[0] = 120; -/* 17:26 */waypoints[249].angles = (2.37305, -141.168, 0); -/* 17:26 */waypoints[250] = spawnstruct(); -/* 17:26 */waypoints[250].origin = (-223.004, 1921.7, 12864.1); -/* 17:26 */waypoints[250].type = "stand"; -/* 17:26 */waypoints[250].children[0] = 72; -/* 17:26 */waypoints[250].children[1] = 69; -/* 17:26 */waypoints[251] = spawnstruct(); -/* 17:26 */waypoints[251].origin = (307.824, 1830.98, 12865.1); -/* 17:26 */waypoints[251].type = "claymore"; -/* 17:26 */waypoints[251].children[0] = 72; -/* 17:26 */waypoints[251].children[1] = 71; -/* 17:26 */waypoints[251].children[2] = 208; -/* 17:26 */waypoints[251].children[3] = 282; -/* 17:26 */waypoints[251].angles = (51.5808, 89.3884, 0); -/* 17:26 */waypoints[252] = spawnstruct(); -/* 17:26 */waypoints[252].origin = (-643.823, 1809.46, 12864.1); -/* 17:26 */waypoints[252].type = "claymore"; -/* 17:26 */waypoints[252].children[0] = 67; -/* 17:26 */waypoints[252].children[1] = 66; -/* 17:26 */waypoints[252].angles = (44.4617, 179.471, 0); -/* 17:26 */waypoints[253] = spawnstruct(); -/* 17:26 */waypoints[253].origin = (-732.168, 1729.59, 12856.1); -/* 17:26 */waypoints[253].type = "claymore"; -/* 17:26 */waypoints[253].children[0] = 66; -/* 17:26 */waypoints[253].children[1] = 65; -/* 17:26 */waypoints[253].angles = (35.2826, 88.2788, 0); -/* 17:26 */waypoints[254] = spawnstruct(); -/* 17:26 */waypoints[254].origin = (-736.114, 1008.72, 12672.1); -/* 17:26 */waypoints[254].type = "claymore"; -/* 17:26 */waypoints[254].children[0] = 63; -/* 17:26 */waypoints[254].children[1] = 86; -/* 17:26 */waypoints[254].children[2] = 64; -/* 17:26 */waypoints[254].children[3] = 306; -/* 17:26 */waypoints[254].angles = (31.0089, -90.5072, 0); -/* 17:26 */waypoints[255] = spawnstruct(); -/* 17:26 */waypoints[255].origin = (-624.706, 1009.09, 12674.1); -/* 17:26 */waypoints[255].type = "claymore"; -/* 17:26 */waypoints[255].children[0] = 193; -/* 17:26 */waypoints[255].children[1] = 192; -/* 17:26 */waypoints[255].children[2] = 61; -/* 17:26 */waypoints[255].children[3] = 191; -/* 17:26 */waypoints[255].angles = (28.1635, -92.5616, 0); -/* 17:26 */waypoints[256] = spawnstruct(); -/* 17:26 */waypoints[256].origin = (610.776, 1187.26, 12672.1); -/* 17:26 */waypoints[256].type = "claymore"; -/* 17:26 */waypoints[256].children[0] = 56; -/* 17:26 */waypoints[256].angles = (32.4316, -42.409, 0); -/* 17:26 */waypoints[257] = spawnstruct(); -/* 17:26 */waypoints[257].origin = (538.193, 951.626, 12674.1); -/* 17:26 */waypoints[257].type = "claymore"; -/* 17:26 */waypoints[257].children[0] = 57; -/* 17:26 */waypoints[257].children[1] = 56; -/* 17:26 */waypoints[257].angles = (39.2377, 98.5675, 0); -/* 17:26 */waypoints[258] = spawnstruct(); -/* 17:26 */waypoints[258].origin = (892.053, 798.528, 12672.1); -/* 17:26 */waypoints[258].type = "claymore"; -/* 17:26 */waypoints[258].children[0] = 51; -/* 17:26 */waypoints[258].children[1] = 114; -/* 17:26 */waypoints[258].angles = (41.4514, 1.42091, 0); -/* 17:26 */waypoints[259] = spawnstruct(); -/* 17:26 */waypoints[259].origin = (977.82, 239.582, 12672.1); -/* 17:26 */waypoints[259].type = "claymore"; -/* 17:26 */waypoints[259].children[0] = 48; -/* 17:26 */waypoints[259].children[1] = 50; -/* 17:26 */waypoints[259].angles = (31.7999, 1.1023, 0); -/* 17:26 */waypoints[260] = spawnstruct(); -/* 17:26 */waypoints[260].origin = (1281.01, 408.379, 12672.1); -/* 17:26 */waypoints[260].type = "claymore"; -/* 17:26 */waypoints[260].children[0] = 46; -/* 17:26 */waypoints[260].angles = (35.5957, -153.53, 0); -/* 17:26 */waypoints[261] = spawnstruct(); -/* 17:26 */waypoints[261].origin = (1517.71, 295.647, 12674.1); -/* 17:26 */waypoints[261].type = "claymore"; -/* 17:26 */waypoints[261].children[0] = 120; -/* 17:26 */waypoints[261].children[1] = 121; -/* 17:26 */waypoints[261].children[2] = 262; -/* 17:26 */waypoints[261].angles = (30.0586, -155.903, 0); -/* 17:26 */waypoints[262] = spawnstruct(); -/* 17:26 */waypoints[262].origin = (1392.92, -24.4906, 12672.1); -/* 17:26 */waypoints[262].type = "stand"; -/* 17:26 */waypoints[262].children[0] = 46; -/* 17:26 */waypoints[262].children[1] = 120; -/* 17:26 */waypoints[262].children[2] = 261; -/* 17:26 */waypoints[262].children[3] = 43; -/* 17:26 */waypoints[262].children[4] = 45; -/* 17:26 */waypoints[262].children[5] = 44; -/* 17:26 */waypoints[262].children[6] = 124; -/* 17:26 */waypoints[263] = spawnstruct(); -/* 17:26 */waypoints[263].origin = (1610.85, -489.86, 12672.1); -/* 17:26 */waypoints[263].type = "crouch"; -/* 17:26 */waypoints[263].children[0] = 43; -/* 17:26 */waypoints[263].angles = (2.68616, 134.059, 0); -/* 17:26 */waypoints[264] = spawnstruct(); -/* 17:26 */waypoints[264].origin = (1165.72, -330.582, 12672.1); -/* 17:26 */waypoints[264].type = "claymore"; -/* 17:26 */waypoints[264].children[0] = 42; -/* 17:26 */waypoints[264].children[1] = 43; -/* 17:26 */waypoints[264].angles = (44.9341, 179.471, 0); -/* 17:26 */waypoints[265] = spawnstruct(); -/* 17:26 */waypoints[265].origin = (1112.51, -761.701, 12672.1); -/* 17:26 */waypoints[265].type = "claymore"; -/* 17:26 */waypoints[265].children[0] = 126; -/* 17:26 */waypoints[265].children[1] = 127; -/* 17:26 */waypoints[265].angles = (29.1083, 121.403, 0); -/* 17:26 */waypoints[266] = spawnstruct(); -/* 17:26 */waypoints[266].origin = (990.909, -915.248, 12672.1); -/* 17:26 */waypoints[266].type = "stand"; -/* 17:26 */waypoints[266].children[0] = 132; -/* 17:26 */waypoints[266].children[1] = 267; -/* 17:26 */waypoints[267] = spawnstruct(); -/* 17:26 */waypoints[267].origin = (1070.58, -1062.58, 12672.1); -/* 17:26 */waypoints[267].type = "stand"; -/* 17:26 */waypoints[267].children[0] = 266; -/* 17:26 */waypoints[267].children[1] = 129; -/* 17:26 */waypoints[267].children[2] = 130; -/* 17:26 */waypoints[268] = spawnstruct(); -/* 17:26 */waypoints[268].origin = (690.8, -893.809, 12674.1); -/* 17:26 */waypoints[268].type = "claymore"; -/* 17:26 */waypoints[268].children[0] = 132; -/* 17:26 */waypoints[268].children[1] = 131; -/* 17:26 */waypoints[268].angles = (33.5413, -3.32519, 0); -/* 17:26 */waypoints[269] = spawnstruct(); -/* 17:26 */waypoints[269].origin = (489.803, -1122.46, 12672.1); -/* 17:26 */waypoints[269].type = "claymore"; -/* 17:26 */waypoints[269].children[0] = 136; -/* 17:26 */waypoints[269].children[1] = 135; -/* 17:26 */waypoints[269].angles = (46.0382, -91.7212, 0); -/* 17:26 */waypoints[270] = spawnstruct(); -/* 17:26 */waypoints[270].origin = (57.7257, -1358.8, 12672.1); -/* 17:26 */waypoints[270].type = "claymore"; -/* 17:26 */waypoints[270].children[0] = 139; -/* 17:26 */waypoints[270].children[1] = 140; -/* 17:26 */waypoints[270].angles = (50.3119, 90.6024, 0); -/* 17:26 */waypoints[271] = spawnstruct(); -/* 17:26 */waypoints[271].origin = (-26.5615, -1698.64, 12672.1); -/* 17:26 */waypoints[271].type = "stand"; -/* 17:26 */waypoints[271].children[0] = 200; -/* 17:26 */waypoints[271].children[1] = 196; -/* 17:26 */waypoints[272] = spawnstruct(); -/* 17:26 */waypoints[272].origin = (-181.875, -1866.34, 12864.1); -/* 17:26 */waypoints[272].type = "claymore"; -/* 17:26 */waypoints[272].children[0] = 151; -/* 17:26 */waypoints[272].angles = (56.1676, -0.320427, 0); -/* 17:26 */waypoints[273] = spawnstruct(); -/* 17:26 */waypoints[273].origin = (174.913, -1844.32, 12864.1); -/* 17:26 */waypoints[273].type = "claymore"; -/* 17:26 */waypoints[273].children[0] = 1; -/* 17:26 */waypoints[273].angles = (49.2023, -162.968, 0); -/* 17:26 */waypoints[274] = spawnstruct(); -/* 17:26 */waypoints[274].origin = (-29.9727, -1570.64, 12864.1); -/* 17:26 */waypoints[274].type = "claymore"; -/* 17:26 */waypoints[274].children[0] = 1; -/* 17:26 */waypoints[274].children[1] = 151; -/* 17:26 */waypoints[274].angles = (40.188, 25.459, 0); -/* 17:26 */waypoints[275] = spawnstruct(); -/* 17:26 */waypoints[275].origin = (-94.788, -1424.63, 12864.1); -/* 17:26 */waypoints[275].type = "claymore"; -/* 17:26 */waypoints[275].children[0] = 223; -/* 17:26 */waypoints[275].children[1] = 225; -/* 17:26 */waypoints[275].angles = (29.7455, -156.81, 0); -/* 17:26 */waypoints[276] = spawnstruct(); -/* 17:26 */waypoints[276].origin = (301.168, -674.343, 12864.1); -/* 17:26 */waypoints[276].type = "claymore"; -/* 17:26 */waypoints[276].children[0] = 239; -/* 17:26 */waypoints[276].children[1] = 238; -/* 17:26 */waypoints[276].angles = (37.8094, -90.2051, 0); -/* 17:26 */waypoints[277] = spawnstruct(); -/* 17:26 */waypoints[277].origin = (-214.655, -861.808, 12864.1); -/* 17:26 */waypoints[277].type = "claymore"; -/* 17:26 */waypoints[277].children[0] = 36; -/* 17:26 */waypoints[277].angles = (42.2424, 97.1777, 0); -/* 17:26 */waypoints[278] = spawnstruct(); -/* 17:26 */waypoints[278].origin = (-336.706, -673.454, 12864.1); -/* 17:26 */waypoints[278].type = "claymore"; -/* 17:26 */waypoints[278].children[0] = 156; -/* 17:26 */waypoints[278].children[1] = 32; -/* 17:26 */waypoints[278].children[2] = 279; -/* 17:26 */waypoints[278].angles = (38.7598, -91.0016, 0); -/* 17:26 */waypoints[279] = spawnstruct(); -/* 17:26 */waypoints[279].origin = (-504.34, -527.727, 12864.1); -/* 17:26 */waypoints[279].type = "stand"; -/* 17:26 */waypoints[279].children[0] = 278; -/* 17:26 */waypoints[279].children[1] = 31; -/* 17:26 */waypoints[279].children[2] = 27; -/* 17:26 */waypoints[279].children[3] = 280; -/* 17:26 */waypoints[280] = spawnstruct(); -/* 17:26 */waypoints[280].origin = (-645.257, -370.993, 12864.1); -/* 17:26 */waypoints[280].type = "stand"; -/* 17:26 */waypoints[280].children[0] = 279; -/* 17:26 */waypoints[280].children[1] = 157; -/* 17:26 */waypoints[280].children[2] = 288; -/* 17:26 */waypoints[281] = spawnstruct(); -/* 17:26 */waypoints[281].origin = (469.935, 1577.9, 12864.3); -/* 17:26 */waypoints[281].type = "grenade"; -/* 17:26 */waypoints[281].children[0] = 111; -/* 17:26 */waypoints[281].angles = (40.0891, 5.89966, -0.0933838); -/* 17:26 */waypoints[282] = spawnstruct(); -/* 17:26 */waypoints[282].origin = (160.295, 1721.02, 12864.1); -/* 17:26 */waypoints[282].type = "grenade"; -/* 17:26 */waypoints[282].children[0] = 251; -/* 17:26 */waypoints[282].children[1] = 72; -/* 17:26 */waypoints[282].children[2] = 71; -/* 17:26 */waypoints[282].angles = (3.19153, 53.042, -0.0878906); -/* 17:26 */waypoints[283] = spawnstruct(); -/* 17:26 */waypoints[283].origin = (460.362, 1095.73, 12864.1); -/* 17:26 */waypoints[283].type = "stand"; -/* 17:26 */waypoints[283].children[0] = 108; -/* 17:26 */waypoints[283].children[1] = 177; -/* 17:26 */waypoints[283].children[2] = 174; -/* 17:26 */waypoints[284] = spawnstruct(); -/* 17:26 */waypoints[284].origin = (463.589, 906.094, 12864.1); -/* 17:26 */waypoints[284].type = "stand"; -/* 17:26 */waypoints[284].children[0] = 174; -/* 17:26 */waypoints[284].children[1] = 226; -/* 17:26 */waypoints[284].children[2] = 168; -/* 17:26 */waypoints[285] = spawnstruct(); -/* 17:26 */waypoints[285].origin = (678.506, 5.77353, 12864.1); -/* 17:26 */waypoints[285].type = "grenade"; -/* 17:26 */waypoints[285].children[0] = 39; -/* 17:26 */waypoints[285].children[1] = 235; -/* 17:26 */waypoints[285].angles = (21.1597, -179.203, 0.346069); -/* 17:26 */waypoints[286] = spawnstruct(); -/* 17:26 */waypoints[286].origin = (588.135, -747.799, 12864.1); -/* 17:26 */waypoints[286].type = "grenade"; -/* 17:26 */waypoints[286].children[0] = 237; -/* 17:26 */waypoints[286].angles = (12.6068, 60.1227, 0.335083); -/* 17:26 */waypoints[287] = spawnstruct(); -/* 17:26 */waypoints[287].origin = (-336.171, -855.831, 12864.1); -/* 17:26 */waypoints[287].type = "claymore"; -/* 17:26 */waypoints[287].children[0] = 32; -/* 17:26 */waypoints[287].children[1] = 156; -/* 17:26 */waypoints[287].angles = (40.6604, 87.7313, 0); -/* 17:26 */waypoints[288] = spawnstruct(); -/* 17:26 */waypoints[288].origin = (-582.671, -316.384, 12864.1); -/* 17:26 */waypoints[288].type = "grenade"; -/* 17:26 */waypoints[288].children[0] = 280; -/* 17:26 */waypoints[288].children[1] = 157; -/* 17:26 */waypoints[288].angles = (17.655, 52.8992, 0); -/* 17:26 */waypoints[289] = spawnstruct(); -/* 17:26 */waypoints[289].origin = (-1148.91, -38.3324, 12672.1); -/* 17:26 */waypoints[289].type = "claymore"; -/* 17:26 */waypoints[289].children[0] = 221; -/* 17:26 */waypoints[289].children[1] = 210; -/* 17:26 */waypoints[289].angles = (56.7993, 171.59, 0); -/* 17:26 */waypoints[290] = spawnstruct(); -/* 17:26 */waypoints[290].origin = (-1250.22, 86.2753, 12672.1); -/* 17:26 */waypoints[290].type = "stand"; -/* 17:26 */waypoints[290].children[0] = 91; -/* 17:26 */waypoints[290].children[1] = 210; -/* 17:26 */waypoints[290].children[2] = 221; -/* 17:26 */waypoints[290].children[3] = 220; -/* 17:26 */waypoints[290].children[4] = 303; -/* 17:26 */waypoints[291] = spawnstruct(); -/* 17:26 */waypoints[291].origin = (-1313.26, -659.061, 12672.1); -/* 17:26 */waypoints[291].type = "stand"; -/* 17:26 */waypoints[291].children[0] = 292; -/* 17:26 */waypoints[291].children[1] = 212; -/* 17:26 */waypoints[291].children[2] = 220; -/* 17:26 */waypoints[291].children[3] = 293; -/* 17:26 */waypoints[292] = spawnstruct(); -/* 17:26 */waypoints[292].origin = (-1279.7, -948.166, 12675.9); -/* 17:26 */waypoints[292].type = "stand"; -/* 17:26 */waypoints[292].children[0] = 291; -/* 17:26 */waypoints[292].children[1] = 214; -/* 17:26 */waypoints[293] = spawnstruct(); -/* 17:26 */waypoints[293].origin = (-1255.28, -259.165, 12672.1); -/* 17:26 */waypoints[293].type = "stand"; -/* 17:26 */waypoints[293].children[0] = 21; -/* 17:26 */waypoints[293].children[1] = 291; -/* 17:26 */waypoints[293].children[2] = 220; -/* 17:26 */waypoints[293].children[3] = 22; -/* 17:26 */waypoints[294] = spawnstruct(); -/* 17:26 */waypoints[294].origin = (-646.779, -1372.36, 12664.1); -/* 17:26 */waypoints[294].type = "stand"; -/* 17:26 */waypoints[294].children[0] = 295; -/* 17:26 */waypoints[294].children[1] = 215; -/* 17:26 */waypoints[294].children[2] = 216; -/* 17:26 */waypoints[295] = spawnstruct(); -/* 17:26 */waypoints[295].origin = (-523.103, -1242.53, 12672.1); -/* 17:26 */waypoints[295].type = "stand"; -/* 17:26 */waypoints[295].children[0] = 294; -/* 17:26 */waypoints[295].children[1] = 144; -/* 17:26 */waypoints[295].children[2] = 143; -/* 17:26 */waypoints[295].children[3] = 296; -/* 17:26 */waypoints[296] = spawnstruct(); -/* 17:26 */waypoints[296].origin = (-154.844, -1343.96, 12672.1); -/* 17:26 */waypoints[296].type = "claymore"; -/* 17:26 */waypoints[296].children[0] = 200; -/* 17:26 */waypoints[296].children[1] = 143; -/* 17:26 */waypoints[296].children[2] = 295; -/* 17:26 */waypoints[296].angles = (43.3521, -88.5223, 0); -/* 17:26 */waypoints[297] = spawnstruct(); -/* 17:26 */waypoints[297].origin = (-41.051, -2018.02, 12864.1); -/* 17:26 */waypoints[297].type = "grenade"; -/* 17:26 */waypoints[297].children[0] = 0; -/* 17:26 */waypoints[297].children[1] = 151; -/* 17:26 */waypoints[297].angles = (4.11987, 155.209, 0); -/* 17:26 */waypoints[298] = spawnstruct(); -/* 17:26 */waypoints[298].origin = (50.9395, -2021.07, 12864.1); -/* 17:26 */waypoints[298].type = "grenade"; -/* 17:26 */waypoints[298].children[0] = 0; -/* 17:26 */waypoints[298].children[1] = 151; -/* 17:26 */waypoints[298].children[2] = 1; -/* 17:26 */waypoints[298].angles = (4.93835, 22.3297, 0); -/* 17:26 */waypoints[299] = spawnstruct(); -/* 17:26 */waypoints[299].origin = (885.704, 20.8004, 12672.1); -/* 17:26 */waypoints[299].type = "stand"; -/* 17:26 */waypoints[299].children[0] = 7; -/* 17:26 */waypoints[299].children[1] = 8; -/* 17:26 */waypoints[299].children[2] = 50; -/* 17:26 */waypoints[299].children[3] = 41; -/* 17:26 */waypoints[300] = spawnstruct(); -/* 17:26 */waypoints[300].origin = (378.919, -69.4193, 12673.1); -/* 17:26 */waypoints[300].type = "stand"; -/* 17:26 */waypoints[300].children[0] = 8; -/* 17:26 */waypoints[300].children[1] = 10; -/* 17:26 */waypoints[300].children[2] = 15; -/* 17:26 */waypoints[301] = spawnstruct(); -/* 17:26 */waypoints[301].origin = (353.573, 21.0879, 12673.1); -/* 17:26 */waypoints[301].type = "grenade"; -/* 17:26 */waypoints[301].children[0] = 10; -/* 17:26 */waypoints[301].children[1] = 9; -/* 17:26 */waypoints[301].children[2] = 15; -/* 17:26 */waypoints[301].angles = (-34.8706, 15.9412, 0); -/* 17:26 */waypoints[302] = spawnstruct(); -/* 17:26 */waypoints[302].origin = (-289.268, 26.1489, 12673.1); -/* 17:26 */waypoints[302].type = "grenade"; -/* 17:26 */waypoints[302].children[0] = 13; -/* 17:26 */waypoints[302].children[1] = 12; -/* 17:26 */waypoints[302].angles = (-32.0636, 179.797, 0.324097); -/* 17:26 */waypoints[303] = spawnstruct(); -/* 17:26 */waypoints[303].origin = (-1080.35, 94.1701, 12672.1); -/* 17:26 */waypoints[303].type = "claymore"; -/* 17:26 */waypoints[303].children[0] = 232; -/* 17:26 */waypoints[303].children[1] = 93; -/* 17:26 */waypoints[303].children[2] = 290; -/* 17:26 */waypoints[303].angles = (47.1478, -12.6947, 0); -/* 17:26 */waypoints[304] = spawnstruct(); -/* 17:26 */waypoints[304].origin = (-1173.67, 529.582, 12672.1); -/* 17:26 */waypoints[304].type = "claymore"; -/* 17:26 */waypoints[304].children[0] = 90; -/* 17:26 */waypoints[304].children[1] = 91; -/* 17:26 */waypoints[304].angles = (48.0981, 91.7798, 0); -/* 17:26 */waypoints[305] = spawnstruct(); -/* 17:26 */waypoints[305].origin = (-999.421, 1063.65, 12672.1); -/* 17:26 */waypoints[305].type = "crouch"; -/* 17:26 */waypoints[305].children[0] = 87; -/* 17:26 */waypoints[305].angles = (3.95508, 3.97156, 0); -/* 17:26 */waypoints[306] = spawnstruct(); -/* 17:26 */waypoints[306].origin = (-860.882, 1383.01, 12672.1); -/* 17:26 */waypoints[306].type = "claymore"; -/* 17:26 */waypoints[306].children[0] = 86; -/* 17:26 */waypoints[306].children[1] = 254; -/* 17:26 */waypoints[306].children[2] = 85; -/* 17:26 */waypoints[306].children[3] = 87; -/* 17:26 */waypoints[306].angles = (25.9442, -57.42, 0); -/* 17:26 */waypoints[307] = spawnstruct(); -/* 17:26 */waypoints[307].origin = (-822.741, 1775.51, 12672.1); -/* 17:26 */waypoints[307].type = "claymore"; -/* 17:26 */waypoints[307].children[0] = 308; -/* 17:26 */waypoints[307].angles = (59.4855, -178.347, 0); -/* 17:26 */waypoints[308] = spawnstruct(); -/* 17:26 */waypoints[308].origin = (-917.05, 1949.51, 12673.1); -/* 17:26 */waypoints[308].type = "stand"; -/* 17:26 */waypoints[308].children[0] = 307; -/* 17:26 */waypoints[308].children[1] = 84; -/* 17:26 */waypoints[308].children[2] = 85; -/* 17:26 */waypoints[309] = spawnstruct(); -/* 17:26 */waypoints[309].origin = (-375.897, 2285.86, 12672.1); -/* 17:26 */waypoints[309].type = "claymore"; -/* 17:26 */waypoints[309].children[0] = 187; -/* 17:26 */waypoints[309].children[1] = 83; -/* 17:26 */waypoints[309].children[2] = 186; -/* 17:26 */waypoints[309].angles = (43.0334, -85.946, 0); -/* 17:26 */waypoints[310] = spawnstruct(); -/* 17:26 */waypoints[310].origin = (593.575, 2086.42, 12674.1); -/* 17:26 */waypoints[310].type = "claymore"; -/* 17:26 */waypoints[310].children[0] = 79; -/* 17:26 */waypoints[310].children[1] = 231; -/* 17:26 */waypoints[310].angles = (32.2723, 90.6757, 0); -/* 17:26 */waypoints[311] = spawnstruct(); -/* 17:26 */waypoints[311].origin = (604.659, 1253.13, 12674.1); -/* 17:26 */waypoints[311].type = "claymore"; -/* 17:26 */waypoints[311].children[0] = 112; -/* 17:26 */waypoints[311].angles = (32.5909, 23.2251, 0); -/* 17:26 */waypoints[312] = spawnstruct(); -/* 17:26 */waypoints[312].origin = (965.711, 334.16, 12672.1); -/* 17:26 */waypoints[312].type = "claymore"; -/* 17:26 */waypoints[312].children[0] = 47; -/* 17:26 */waypoints[312].children[1] = 51; -/* 17:26 */waypoints[312].angles = (34.173, 0.280151, 0); -/* 17:26 */return waypoints; -} diff --git a/raw/maps/mp/bots/waypoints/parish.gsc b/raw/maps/mp/bots/waypoints/parish.gsc deleted file mode 100644 index 557b83f..0000000 --- a/raw/maps/mp/bots/waypoints/parish.gsc +++ /dev/null @@ -1,839 +0,0 @@ -Parish() -{ -/* 3:49 */waypoints = []; -/* 3:49 */waypoints[0] = spawnstruct(); -/* 3:49 */waypoints[0].origin = (83.3, -263.3, 36.7031); -/* 3:49 */waypoints[0].type = "stand"; -/* 3:49 */waypoints[0].children[0] = 1; -/* 3:49 */waypoints[0].children[1] = 11; -/* 3:49 */waypoints[0].children[2] = 13; -/* 3:49 */waypoints[0].children[3] = 19; -/* 3:49 */waypoints[1] = spawnstruct(); -/* 3:49 */waypoints[1].origin = (6.24595, -101.338, 40.6255); -/* 3:49 */waypoints[1].type = "stand"; -/* 3:49 */waypoints[1].children[0] = 2; -/* 3:49 */waypoints[1].children[1] = 0; -/* 3:49 */waypoints[1].children[2] = 4; -/* 3:49 */waypoints[1].children[3] = 11; -/* 3:49 */waypoints[2] = spawnstruct(); -/* 3:49 */waypoints[2].origin = (124.596, 62.1494, 55.1206); -/* 3:49 */waypoints[2].type = "stand"; -/* 3:49 */waypoints[2].children[0] = 1; -/* 3:49 */waypoints[2].children[1] = 3; -/* 3:49 */waypoints[2].children[2] = 4; -/* 3:49 */waypoints[2].children[3] = 5; -/* 3:49 */waypoints[3] = spawnstruct(); -/* 3:49 */waypoints[3].origin = (10.0827, 277.523, 49.6711); -/* 3:49 */waypoints[3].type = "stand"; -/* 3:49 */waypoints[3].children[0] = 2; -/* 3:49 */waypoints[3].children[1] = 4; -/* 3:49 */waypoints[3].children[2] = 6; -/* 3:49 */waypoints[3].children[3] = 7; -/* 3:49 */waypoints[4] = spawnstruct(); -/* 3:49 */waypoints[4].origin = (-26.1515, 16.6435, 38.212); -/* 3:49 */waypoints[4].type = "grenade"; -/* 3:49 */waypoints[4].children[0] = 1; -/* 3:49 */waypoints[4].children[1] = 2; -/* 3:49 */waypoints[4].children[2] = 3; -/* 3:49 */waypoints[4].children[3] = 11; -/* 3:49 */waypoints[4].angles = (0.109863, -144.711, 0); -/* 3:49 */waypoints[5] = spawnstruct(); -/* 3:49 */waypoints[5].origin = (190.865, 118.79, 57.125); -/* 3:49 */waypoints[5].type = "crouch"; -/* 3:49 */waypoints[5].children[0] = 2; -/* 3:49 */waypoints[5].angles = (16.8311, -138.416, 0); -/* 3:49 */waypoints[6] = spawnstruct(); -/* 3:49 */waypoints[6].origin = (27.3866, 392.437, 50.9104); -/* 3:49 */waypoints[6].type = "stand"; -/* 3:49 */waypoints[6].children[0] = 3; -/* 3:49 */waypoints[6].children[1] = 7; -/* 3:49 */waypoints[7] = spawnstruct(); -/* 3:49 */waypoints[7].origin = (243.173, 396.9, 46.7352); -/* 3:49 */waypoints[7].type = "stand"; -/* 3:49 */waypoints[7].children[0] = 6; -/* 3:49 */waypoints[7].children[1] = 3; -/* 3:49 */waypoints[7].children[2] = 8; -/* 3:49 */waypoints[8] = spawnstruct(); -/* 3:49 */waypoints[8].origin = (421.838, 435.529, 47.8765); -/* 3:49 */waypoints[8].type = "stand"; -/* 3:49 */waypoints[8].children[0] = 7; -/* 3:49 */waypoints[8].children[1] = 9; -/* 3:49 */waypoints[8].children[2] = 113; -/* 3:49 */waypoints[9] = spawnstruct(); -/* 3:49 */waypoints[9].origin = (423.387, 220.475, 61.5503); -/* 3:49 */waypoints[9].type = "claymore"; -/* 3:49 */waypoints[9].children[0] = 8; -/* 3:49 */waypoints[9].children[1] = 10; -/* 3:49 */waypoints[9].angles = (22.0001, -101.87, 0); -/* 3:49 */waypoints[10] = spawnstruct(); -/* 3:49 */waypoints[10].origin = (329.542, -8.28352, 53.6053); -/* 3:49 */waypoints[10].type = "stand"; -/* 3:49 */waypoints[10].children[0] = 9; -/* 3:49 */waypoints[10].children[1] = 12; -/* 3:49 */waypoints[11] = spawnstruct(); -/* 3:49 */waypoints[11].origin = (-119.115, -121.358, 26.7707); -/* 3:49 */waypoints[11].type = "tube"; -/* 3:49 */waypoints[11].children[0] = 4; -/* 3:49 */waypoints[11].children[1] = 1; -/* 3:49 */waypoints[11].children[2] = 0; -/* 3:49 */waypoints[11].children[3] = 14; -/* 3:49 */waypoints[11].children[4] = 15; -/* 3:49 */waypoints[11].angles = (8.3606, 31.3005, 0); -/* 3:49 */waypoints[12] = spawnstruct(); -/* 3:49 */waypoints[12].origin = (292.663, -104.652, 56.8941); -/* 3:49 */waypoints[12].type = "stand"; -/* 3:49 */waypoints[12].children[0] = 10; -/* 3:49 */waypoints[12].children[1] = 13; -/* 3:49 */waypoints[13] = spawnstruct(); -/* 3:49 */waypoints[13].origin = (169.2, -311.479, 49.3212); -/* 3:49 */waypoints[13].type = "stand"; -/* 3:49 */waypoints[13].children[0] = 0; -/* 3:49 */waypoints[13].children[1] = 12; -/* 3:49 */waypoints[13].children[2] = 19; -/* 3:49 */waypoints[14] = spawnstruct(); -/* 3:49 */waypoints[14].origin = (-367.997, -203.402, 3.83201); -/* 3:49 */waypoints[14].type = "stand"; -/* 3:49 */waypoints[14].children[0] = 11; -/* 3:49 */waypoints[14].children[1] = 15; -/* 3:49 */waypoints[14].children[2] = 16; -/* 3:49 */waypoints[15] = spawnstruct(); -/* 3:49 */waypoints[15].origin = (-449.905, -67.9018, 9.97889); -/* 3:49 */waypoints[15].type = "stand"; -/* 3:49 */waypoints[15].children[0] = 14; -/* 3:49 */waypoints[15].children[1] = 56; -/* 3:49 */waypoints[15].children[2] = 11; -/* 3:49 */waypoints[16] = spawnstruct(); -/* 3:49 */waypoints[16].origin = (-502.263, -346.458, 8.125); -/* 3:49 */waypoints[16].type = "stand"; -/* 3:49 */waypoints[16].children[0] = 14; -/* 3:49 */waypoints[16].children[1] = 17; -/* 3:49 */waypoints[16].children[2] = 18; -/* 3:49 */waypoints[17] = spawnstruct(); -/* 3:49 */waypoints[17].origin = (-715.367, -364.021, 8.32248); -/* 3:49 */waypoints[17].type = "tube"; -/* 3:49 */waypoints[17].children[0] = 16; -/* 3:49 */waypoints[17].children[1] = 20; -/* 3:49 */waypoints[17].children[2] = 22; -/* 3:49 */waypoints[17].children[3] = 56; -/* 3:49 */waypoints[17].children[4] = 119; -/* 3:49 */waypoints[17].angles = (7.37183, 4.70262, 0); -/* 3:49 */waypoints[18] = spawnstruct(); -/* 3:49 */waypoints[18].origin = (-313.666, -374.295, 23.3823); -/* 3:49 */waypoints[18].type = "stand"; -/* 3:49 */waypoints[18].children[0] = 16; -/* 3:49 */waypoints[18].children[1] = 19; -/* 3:49 */waypoints[19] = spawnstruct(); -/* 3:49 */waypoints[19].origin = (25.9467, -405.793, 42.1329); -/* 3:49 */waypoints[19].type = "stand"; -/* 3:49 */waypoints[19].children[0] = 18; -/* 3:49 */waypoints[19].children[1] = 13; -/* 3:49 */waypoints[19].children[2] = 0; -/* 3:49 */waypoints[20] = spawnstruct(); -/* 3:49 */waypoints[20].origin = (-868.175, -488.483, 27.8561); -/* 3:49 */waypoints[20].type = "stand"; -/* 3:49 */waypoints[20].children[0] = 17; -/* 3:49 */waypoints[20].children[1] = 21; -/* 3:49 */waypoints[20].children[2] = 22; -/* 3:49 */waypoints[20].children[3] = 24; -/* 3:49 */waypoints[20].children[4] = 119; -/* 3:49 */waypoints[21] = spawnstruct(); -/* 3:49 */waypoints[21].origin = (-1038.82, -364.595, 64.7561); -/* 3:49 */waypoints[21].type = "stand"; -/* 3:49 */waypoints[21].children[0] = 20; -/* 3:49 */waypoints[21].children[1] = 23; -/* 3:49 */waypoints[22] = spawnstruct(); -/* 3:49 */waypoints[22].origin = (-765.168, -486.43, 19.7069); -/* 3:49 */waypoints[22].type = "grenade"; -/* 3:49 */waypoints[22].children[0] = 20; -/* 3:49 */waypoints[22].children[1] = 17; -/* 3:49 */waypoints[22].angles = (-2.9718, 93.3348, 0); -/* 3:49 */waypoints[23] = spawnstruct(); -/* 3:49 */waypoints[23].origin = (-1244.93, -196.869, 51.339); -/* 3:49 */waypoints[23].type = "stand"; -/* 3:49 */waypoints[23].children[0] = 21; -/* 3:49 */waypoints[23].children[1] = 28; -/* 3:49 */waypoints[24] = spawnstruct(); -/* 3:49 */waypoints[24].origin = (-1202.03, -699.139, 75.0409); -/* 3:49 */waypoints[24].type = "stand"; -/* 3:49 */waypoints[24].children[0] = 20; -/* 3:49 */waypoints[24].children[1] = 25; -/* 3:49 */waypoints[24].children[2] = 126; -/* 3:49 */waypoints[25] = spawnstruct(); -/* 3:49 */waypoints[25].origin = (-1600, -373.511, 57.0323); -/* 3:49 */waypoints[25].type = "stand"; -/* 3:49 */waypoints[25].children[0] = 24; -/* 3:49 */waypoints[25].children[1] = 26; -/* 3:49 */waypoints[25].children[2] = 27; -/* 3:49 */waypoints[26] = spawnstruct(); -/* 3:49 */waypoints[26].origin = (-1484.19, -420.577, 61.6521); -/* 3:49 */waypoints[26].type = "claymore"; -/* 3:49 */waypoints[26].children[0] = 25; -/* 3:49 */waypoints[26].angles = (21.8903, 146.575, 0); -/* 3:49 */waypoints[27] = spawnstruct(); -/* 3:49 */waypoints[27].origin = (-1668.55, -317.044, 45.6896); -/* 3:49 */waypoints[27].type = "stand"; -/* 3:49 */waypoints[27].children[0] = 25; -/* 3:49 */waypoints[27].children[1] = 28; -/* 3:49 */waypoints[27].children[2] = 30; -/* 3:49 */waypoints[28] = spawnstruct(); -/* 3:49 */waypoints[28].origin = (-1446.35, -22.1785, 29.7055); -/* 3:49 */waypoints[28].type = "stand"; -/* 3:49 */waypoints[28].children[0] = 23; -/* 3:49 */waypoints[28].children[1] = 27; -/* 3:49 */waypoints[28].children[2] = 29; -/* 3:49 */waypoints[29] = spawnstruct(); -/* 3:49 */waypoints[29].origin = (-1579.77, 334.136, 24.125); -/* 3:49 */waypoints[29].type = "stand"; -/* 3:49 */waypoints[29].children[0] = 28; -/* 3:49 */waypoints[29].children[1] = 52; -/* 3:49 */waypoints[30] = spawnstruct(); -/* 3:49 */waypoints[30].origin = (-1870.7, -156.763, 8.125); -/* 3:49 */waypoints[30].type = "stand"; -/* 3:49 */waypoints[30].children[0] = 27; -/* 3:49 */waypoints[30].children[1] = 31; -/* 3:49 */waypoints[30].children[2] = 32; -/* 3:49 */waypoints[30].children[3] = 127; -/* 3:49 */waypoints[31] = spawnstruct(); -/* 3:49 */waypoints[31].origin = (-2057.61, 118.546, 12.125); -/* 3:49 */waypoints[31].type = "stand"; -/* 3:49 */waypoints[31].children[0] = 30; -/* 3:49 */waypoints[31].children[1] = 34; -/* 3:49 */waypoints[31].children[2] = 35; -/* 3:49 */waypoints[31].children[3] = 51; -/* 3:49 */waypoints[31].children[4] = 127; -/* 3:49 */waypoints[32] = spawnstruct(); -/* 3:49 */waypoints[32].origin = (-2125.56, -90.3413, 12.125); -/* 3:49 */waypoints[32].type = "stand"; -/* 3:49 */waypoints[32].children[0] = 30; -/* 3:49 */waypoints[32].children[1] = 33; -/* 3:49 */waypoints[32].children[2] = 34; -/* 3:49 */waypoints[32].children[3] = 127; -/* 3:49 */waypoints[33] = spawnstruct(); -/* 3:49 */waypoints[33].origin = (-2130.16, -143.889, 8.125); -/* 3:49 */waypoints[33].type = "tube"; -/* 3:49 */waypoints[33].children[0] = 32; -/* 3:49 */waypoints[33].angles = (0.521851, 80.5358, 0); -/* 3:49 */waypoints[34] = spawnstruct(); -/* 3:49 */waypoints[34].origin = (-2314.92, -15.9946, 10.125); -/* 3:49 */waypoints[34].type = "stand"; -/* 3:49 */waypoints[34].children[0] = 32; -/* 3:49 */waypoints[34].children[1] = 31; -/* 3:49 */waypoints[34].children[2] = 36; -/* 3:49 */waypoints[34].children[3] = 51; -/* 3:49 */waypoints[34].children[4] = 127; -/* 3:49 */waypoints[35] = spawnstruct(); -/* 3:49 */waypoints[35].origin = (-2073.07, 231.331, 17.125); -/* 3:49 */waypoints[35].type = "crouch"; -/* 3:49 */waypoints[35].children[0] = 31; -/* 3:49 */waypoints[35].angles = (14.0515, -84.6821, 0); -/* 3:49 */waypoints[36] = spawnstruct(); -/* 3:49 */waypoints[36].origin = (-2563.05, 15.8922, 10.125); -/* 3:49 */waypoints[36].type = "stand"; -/* 3:49 */waypoints[36].children[0] = 34; -/* 3:49 */waypoints[36].children[1] = 37; -/* 3:49 */waypoints[36].children[2] = 38; -/* 3:49 */waypoints[37] = spawnstruct(); -/* 3:49 */waypoints[37].origin = (-2759.1, 255.974, 16.8452); -/* 3:49 */waypoints[37].type = "stand"; -/* 3:49 */waypoints[37].children[0] = 36; -/* 3:49 */waypoints[37].children[1] = 38; -/* 3:49 */waypoints[37].children[2] = 39; -/* 3:49 */waypoints[38] = spawnstruct(); -/* 3:49 */waypoints[38].origin = (-2640.77, 267.319, 17.525); -/* 3:49 */waypoints[38].type = "stand"; -/* 3:49 */waypoints[38].children[0] = 36; -/* 3:49 */waypoints[38].children[1] = 37; -/* 3:49 */waypoints[38].children[2] = 40; -/* 3:49 */waypoints[39] = spawnstruct(); -/* 3:49 */waypoints[39].origin = (-2779.02, 460.644, 24.125); -/* 3:49 */waypoints[39].type = "stand"; -/* 3:49 */waypoints[39].children[0] = 37; -/* 3:49 */waypoints[39].children[1] = 40; -/* 3:49 */waypoints[39].children[2] = 41; -/* 3:49 */waypoints[40] = spawnstruct(); -/* 3:49 */waypoints[40].origin = (-2631.81, 469.515, 24.125); -/* 3:49 */waypoints[40].type = "stand"; -/* 3:49 */waypoints[40].children[0] = 38; -/* 3:49 */waypoints[40].children[1] = 39; -/* 3:49 */waypoints[40].children[2] = 43; -/* 3:49 */waypoints[41] = spawnstruct(); -/* 3:49 */waypoints[41].origin = (-2771.38, 655.312, 24.125); -/* 3:49 */waypoints[41].type = "stand"; -/* 3:49 */waypoints[41].children[0] = 39; -/* 3:49 */waypoints[41].children[1] = 42; -/* 3:49 */waypoints[42] = spawnstruct(); -/* 3:49 */waypoints[42].origin = (-2566.46, 720.732, 24.125); -/* 3:49 */waypoints[42].type = "claymore"; -/* 3:49 */waypoints[42].children[0] = 43; -/* 3:49 */waypoints[42].children[1] = 41; -/* 3:49 */waypoints[42].children[2] = 44; -/* 3:49 */waypoints[42].angles = (13.612, 88.6931, 0); -/* 3:49 */waypoints[43] = spawnstruct(); -/* 3:49 */waypoints[43].origin = (-2512.17, 532.353, 24.125); -/* 3:49 */waypoints[43].type = "stand"; -/* 3:49 */waypoints[43].children[0] = 40; -/* 3:49 */waypoints[43].children[1] = 42; -/* 3:49 */waypoints[44] = spawnstruct(); -/* 3:49 */waypoints[44].origin = (-2536.95, 1103.16, 26.125); -/* 3:49 */waypoints[44].type = "stand"; -/* 3:49 */waypoints[44].children[0] = 42; -/* 3:49 */waypoints[44].children[1] = 45; -/* 3:49 */waypoints[45] = spawnstruct(); -/* 3:49 */waypoints[45].origin = (-2394.61, 1097.79, 14.1367); -/* 3:49 */waypoints[45].type = "stand"; -/* 3:49 */waypoints[45].children[0] = 44; -/* 3:49 */waypoints[45].children[1] = 46; -/* 3:49 */waypoints[45].children[2] = 47; -/* 3:49 */waypoints[45].children[3] = 61; -/* 3:49 */waypoints[45].children[4] = 130; -/* 3:49 */waypoints[46] = spawnstruct(); -/* 3:49 */waypoints[46].origin = (-2377.8, 860.063, 15.4265); -/* 3:49 */waypoints[46].type = "grenade"; -/* 3:49 */waypoints[46].children[0] = 45; -/* 3:49 */waypoints[46].children[1] = 48; -/* 3:49 */waypoints[46].angles = (2.395, -74.8878, 0); -/* 3:49 */waypoints[47] = spawnstruct(); -/* 3:49 */waypoints[47].origin = (-2297.82, 1304.99, 9.41654); -/* 3:49 */waypoints[47].type = "stand"; -/* 3:49 */waypoints[47].children[0] = 45; -/* 3:49 */waypoints[47].children[1] = 61; -/* 3:49 */waypoints[47].children[2] = 65; -/* 3:49 */waypoints[47].children[3] = 121; -/* 3:49 */waypoints[47].children[4] = 130; -/* 3:49 */waypoints[48] = spawnstruct(); -/* 3:49 */waypoints[48].origin = (-2270.5, 664.278, 9.65681); -/* 3:49 */waypoints[48].type = "stand"; -/* 3:49 */waypoints[48].children[0] = 46; -/* 3:49 */waypoints[48].children[1] = 49; -/* 3:49 */waypoints[48].children[2] = 50; -/* 3:49 */waypoints[49] = spawnstruct(); -/* 3:49 */waypoints[49].origin = (-2188.44, 434.401, 13.7564); -/* 3:49 */waypoints[49].type = "stand"; -/* 3:49 */waypoints[49].children[0] = 48; -/* 3:49 */waypoints[49].children[1] = 50; -/* 3:49 */waypoints[49].children[2] = 59; -/* 3:49 */waypoints[49].children[3] = 51; -/* 3:49 */waypoints[50] = spawnstruct(); -/* 3:49 */waypoints[50].origin = (-2189.28, 723.513, 10.3821); -/* 3:49 */waypoints[50].type = "stand"; -/* 3:49 */waypoints[50].children[0] = 49; -/* 3:49 */waypoints[50].children[1] = 60; -/* 3:49 */waypoints[50].children[2] = 48; -/* 3:49 */waypoints[50].children[3] = 120; -/* 3:49 */waypoints[51] = spawnstruct(); -/* 3:49 */waypoints[51].origin = (-2174.75, 164.242, 9.37678); -/* 3:49 */waypoints[51].type = "stand"; -/* 3:49 */waypoints[51].children[0] = 31; -/* 3:49 */waypoints[51].children[1] = 59; -/* 3:49 */waypoints[51].children[2] = 49; -/* 3:49 */waypoints[51].children[3] = 34; -/* 3:49 */waypoints[52] = spawnstruct(); -/* 3:49 */waypoints[52].origin = (-1598.84, 410.525, 24.125); -/* 3:49 */waypoints[52].type = "stand"; -/* 3:49 */waypoints[52].children[0] = 29; -/* 3:49 */waypoints[52].children[1] = 53; -/* 3:49 */waypoints[52].children[2] = 54; -/* 3:49 */waypoints[52].children[3] = 118; -/* 3:49 */waypoints[53] = spawnstruct(); -/* 3:49 */waypoints[53].origin = (-1325.26, 455.02, 24.125); -/* 3:49 */waypoints[53].type = "stand"; -/* 3:49 */waypoints[53].children[0] = 52; -/* 3:49 */waypoints[53].children[1] = 58; -/* 3:49 */waypoints[53].children[2] = 118; -/* 3:49 */waypoints[54] = spawnstruct(); -/* 3:49 */waypoints[54].origin = (-1868.45, 442.005, 24.1244); -/* 3:49 */waypoints[54].type = "stand"; -/* 3:49 */waypoints[54].children[0] = 52; -/* 3:49 */waypoints[54].children[1] = 55; -/* 3:49 */waypoints[54].children[2] = 59; -/* 3:49 */waypoints[54].children[3] = 118; -/* 3:49 */waypoints[55] = spawnstruct(); -/* 3:49 */waypoints[55].origin = (-1894.7, 406.863, 24.122); -/* 3:49 */waypoints[55].type = "claymore"; -/* 3:49 */waypoints[55].children[0] = 54; -/* 3:49 */waypoints[55].angles = (18.891, -176.38, 0); -/* 3:49 */waypoints[56] = spawnstruct(); -/* 3:49 */waypoints[56].origin = (-776.722, -11.5725, 2.15489); -/* 3:49 */waypoints[56].type = "stand"; -/* 3:49 */waypoints[56].children[0] = 15; -/* 3:49 */waypoints[56].children[1] = 17; -/* 3:49 */waypoints[56].children[2] = 57; -/* 3:49 */waypoints[56].children[3] = 119; -/* 3:49 */waypoints[57] = spawnstruct(); -/* 3:49 */waypoints[57].origin = (-960.767, 182.267, 16.125); -/* 3:49 */waypoints[57].type = "stand"; -/* 3:49 */waypoints[57].children[0] = 56; -/* 3:49 */waypoints[57].children[1] = 58; -/* 3:49 */waypoints[58] = spawnstruct(); -/* 3:49 */waypoints[58].origin = (-990.533, 424.857, 24.125); -/* 3:49 */waypoints[58].type = "stand"; -/* 3:49 */waypoints[58].children[0] = 57; -/* 3:49 */waypoints[58].children[1] = 53; -/* 3:49 */waypoints[58].children[2] = 125; -/* 3:49 */waypoints[59] = spawnstruct(); -/* 3:49 */waypoints[59].origin = (-2077.94, 442.237, 19.3528); -/* 3:49 */waypoints[59].type = "stand"; -/* 3:49 */waypoints[59].children[0] = 54; -/* 3:49 */waypoints[59].children[1] = 51; -/* 3:49 */waypoints[59].children[2] = 49; -/* 3:49 */waypoints[59].children[3] = 120; -/* 3:49 */waypoints[60] = spawnstruct(); -/* 3:49 */waypoints[60].origin = (-2156.75, 868.114, 10.8731); -/* 3:49 */waypoints[60].type = "stand"; -/* 3:49 */waypoints[60].children[0] = 50; -/* 3:49 */waypoints[60].children[1] = 61; -/* 3:49 */waypoints[61] = spawnstruct(); -/* 3:49 */waypoints[61].origin = (-2172.92, 1120.89, 9.9517); -/* 3:49 */waypoints[61].type = "stand"; -/* 3:49 */waypoints[61].children[0] = 60; -/* 3:49 */waypoints[61].children[1] = 45; -/* 3:49 */waypoints[61].children[2] = 47; -/* 3:49 */waypoints[61].children[3] = 121; -/* 3:49 */waypoints[62] = spawnstruct(); -/* 3:49 */waypoints[62].origin = (-2181.36, 1687.2, 2.68009); -/* 3:49 */waypoints[62].type = "stand"; -/* 3:49 */waypoints[62].children[0] = 63; -/* 3:49 */waypoints[62].children[1] = 64; -/* 3:49 */waypoints[62].children[2] = 65; -/* 3:49 */waypoints[62].children[3] = 66; -/* 3:49 */waypoints[63] = spawnstruct(); -/* 3:49 */waypoints[63].origin = (-2038, 1724.23, 17.125); -/* 3:49 */waypoints[63].type = "stand"; -/* 3:49 */waypoints[63].children[0] = 62; -/* 3:49 */waypoints[63].children[1] = 66; -/* 3:49 */waypoints[63].children[2] = 67; -/* 3:49 */waypoints[63].children[3] = 65; -/* 3:49 */waypoints[64] = spawnstruct(); -/* 3:49 */waypoints[64].origin = (-2240.69, 1638.35, 10.125); -/* 3:49 */waypoints[64].type = "tube"; -/* 3:49 */waypoints[64].children[0] = 62; -/* 3:49 */waypoints[64].children[1] = 65; -/* 3:49 */waypoints[64].angles = (6.05894, 33.5747, 0); -/* 3:49 */waypoints[65] = spawnstruct(); -/* 3:49 */waypoints[65].origin = (-2165.08, 1499.4, 10.5981); -/* 3:49 */waypoints[65].type = "stand"; -/* 3:49 */waypoints[65].children[0] = 62; -/* 3:49 */waypoints[65].children[1] = 66; -/* 3:49 */waypoints[65].children[2] = 47; -/* 3:49 */waypoints[65].children[3] = 64; -/* 3:49 */waypoints[65].children[4] = 121; -/* 3:49 */waypoints[65].children[5] = 63; -/* 3:49 */waypoints[66] = spawnstruct(); -/* 3:49 */waypoints[66].origin = (-2015.58, 1460.33, 20.1742); -/* 3:49 */waypoints[66].type = "stand"; -/* 3:49 */waypoints[66].children[0] = 63; -/* 3:49 */waypoints[66].children[1] = 65; -/* 3:49 */waypoints[66].children[2] = 62; -/* 3:49 */waypoints[66].children[3] = 71; -/* 3:49 */waypoints[66].children[4] = 122; -/* 3:49 */waypoints[66].children[5] = 121; -/* 3:49 */waypoints[67] = spawnstruct(); -/* 3:49 */waypoints[67].origin = (-1953.73, 1774.59, 25.0435); -/* 3:49 */waypoints[67].type = "stand"; -/* 3:49 */waypoints[67].children[0] = 63; -/* 3:49 */waypoints[67].children[1] = 68; -/* 3:49 */waypoints[68] = spawnstruct(); -/* 3:49 */waypoints[68].origin = (-1793.13, 1766.31, 32.125); -/* 3:49 */waypoints[68].type = "stand"; -/* 3:49 */waypoints[68].children[0] = 67; -/* 3:49 */waypoints[68].children[1] = 69; -/* 3:49 */waypoints[69] = spawnstruct(); -/* 3:49 */waypoints[69].origin = (-1518.16, 1676.31, 32.125); -/* 3:49 */waypoints[69].type = "claymore"; -/* 3:49 */waypoints[69].children[0] = 68; -/* 3:49 */waypoints[69].children[1] = 70; -/* 3:49 */waypoints[69].children[2] = 83; -/* 3:49 */waypoints[69].angles = (18.1604, -1.12011, 0); -/* 3:49 */waypoints[70] = spawnstruct(); -/* 3:49 */waypoints[70].origin = (-1521.07, 1451.86, 32.125); -/* 3:49 */waypoints[70].type = "stand"; -/* 3:49 */waypoints[70].children[0] = 69; -/* 3:49 */waypoints[70].children[1] = 71; -/* 3:49 */waypoints[70].children[2] = 73; -/* 3:49 */waypoints[70].children[3] = 78; -/* 3:49 */waypoints[71] = spawnstruct(); -/* 3:49 */waypoints[71].origin = (-1813.86, 1434.56, 32.125); -/* 3:49 */waypoints[71].type = "stand"; -/* 3:49 */waypoints[71].children[0] = 70; -/* 3:49 */waypoints[71].children[1] = 66; -/* 3:49 */waypoints[71].children[2] = 72; -/* 3:49 */waypoints[71].children[3] = 122; -/* 3:49 */waypoints[72] = spawnstruct(); -/* 3:49 */waypoints[72].origin = (-1834.03, 1518.43, 32.125); -/* 3:49 */waypoints[72].type = "crouch"; -/* 3:49 */waypoints[72].children[0] = 71; -/* 3:49 */waypoints[72].angles = (13.4308, -71.905, 0); -/* 3:49 */waypoints[73] = spawnstruct(); -/* 3:49 */waypoints[73].origin = (-1459.66, 1311.41, 32.125); -/* 3:49 */waypoints[73].type = "stand"; -/* 3:49 */waypoints[73].children[0] = 70; -/* 3:49 */waypoints[73].children[1] = 74; -/* 3:49 */waypoints[73].children[2] = 75; -/* 3:49 */waypoints[73].children[3] = 78; -/* 3:49 */waypoints[74] = spawnstruct(); -/* 3:49 */waypoints[74].origin = (-1271.87, 1258.34, 29.8429); -/* 3:49 */waypoints[74].type = "stand"; -/* 3:49 */waypoints[74].children[0] = 73; -/* 3:49 */waypoints[74].children[1] = 75; -/* 3:49 */waypoints[74].children[2] = 76; -/* 3:49 */waypoints[74].children[3] = 77; -/* 3:49 */waypoints[75] = spawnstruct(); -/* 3:49 */waypoints[75].origin = (-1474.67, 1253.53, 32.125); -/* 3:49 */waypoints[75].type = "grenade"; -/* 3:49 */waypoints[75].children[0] = 73; -/* 3:49 */waypoints[75].children[1] = 74; -/* 3:49 */waypoints[75].angles = (-0.0879121, -6.43749, 0); -/* 3:49 */waypoints[76] = spawnstruct(); -/* 3:49 */waypoints[76].origin = (-1101.63, 1396.14, 24.125); -/* 3:49 */waypoints[76].type = "stand"; -/* 3:49 */waypoints[76].children[0] = 74; -/* 3:49 */waypoints[76].children[1] = 77; -/* 3:49 */waypoints[76].children[2] = 79; -/* 3:49 */waypoints[76].children[3] = 80; -/* 3:49 */waypoints[76].children[4] = 86; -/* 3:49 */waypoints[77] = spawnstruct(); -/* 3:49 */waypoints[77].origin = (-1164.26, 1140.91, 24.125); -/* 3:49 */waypoints[77].type = "stand"; -/* 3:49 */waypoints[77].children[0] = 76; -/* 3:49 */waypoints[77].children[1] = 74; -/* 3:49 */waypoints[77].children[2] = 88; -/* 3:49 */waypoints[78] = spawnstruct(); -/* 3:49 */waypoints[78].origin = (-1345.24, 1449.26, 32.125); -/* 3:49 */waypoints[78].type = "stand"; -/* 3:49 */waypoints[78].children[0] = 70; -/* 3:49 */waypoints[78].children[1] = 73; -/* 3:49 */waypoints[79] = spawnstruct(); -/* 3:49 */waypoints[79].origin = (-890.337, 1342.65, 22.698); -/* 3:49 */waypoints[79].type = "stand"; -/* 3:49 */waypoints[79].children[0] = 76; -/* 3:49 */waypoints[79].children[1] = 86; -/* 3:49 */waypoints[79].children[2] = 87; -/* 3:49 */waypoints[79].children[3] = 88; -/* 3:49 */waypoints[80] = spawnstruct(); -/* 3:49 */waypoints[80].origin = (-1116.3, 1508.13, 24.125); -/* 3:49 */waypoints[80].type = "crouch"; -/* 3:49 */waypoints[80].children[0] = 76; -/* 3:49 */waypoints[80].angles = (9.70091, -81.4851, 0); -/* 3:49 */waypoints[81] = spawnstruct(); -/* 3:49 */waypoints[81].origin = (-788.382, 1722.44, 19.5563); -/* 3:49 */waypoints[81].type = "stand"; -/* 3:49 */waypoints[81].children[0] = 82; -/* 3:49 */waypoints[81].children[1] = 85; -/* 3:49 */waypoints[81].children[2] = 86; -/* 3:49 */waypoints[81].children[3] = 123; -/* 3:49 */waypoints[82] = spawnstruct(); -/* 3:49 */waypoints[82].origin = (-937.899, 1732.8, 32.125); -/* 3:49 */waypoints[82].type = "stand"; -/* 3:49 */waypoints[82].children[0] = 81; -/* 3:49 */waypoints[82].children[1] = 83; -/* 3:49 */waypoints[83] = spawnstruct(); -/* 3:49 */waypoints[83].origin = (-1218.86, 1677.45, 32.125); -/* 3:49 */waypoints[83].type = "stand"; -/* 3:49 */waypoints[83].children[0] = 82; -/* 3:49 */waypoints[83].children[1] = 69; -/* 3:49 */waypoints[83].children[2] = 84; -/* 3:49 */waypoints[84] = spawnstruct(); -/* 3:49 */waypoints[84].origin = (-1145.89, 1639.22, 32.125); -/* 3:49 */waypoints[84].type = "prone"; -/* 3:49 */waypoints[84].children[0] = 83; -/* 3:49 */waypoints[85] = spawnstruct(); -/* 3:49 */waypoints[85].origin = (-680.351, 1602.04, 33.773); -/* 3:49 */waypoints[85].type = "stand"; -/* 3:49 */waypoints[85].children[0] = 81; -/* 3:49 */waypoints[85].children[1] = 86; -/* 3:49 */waypoints[85].children[2] = 89; -/* 3:49 */waypoints[86] = spawnstruct(); -/* 3:49 */waypoints[86].origin = (-801.226, 1474.06, 31.6764); -/* 3:49 */waypoints[86].type = "grenade"; -/* 3:49 */waypoints[86].children[0] = 79; -/* 3:49 */waypoints[86].children[1] = 76; -/* 3:49 */waypoints[86].children[2] = 81; -/* 3:49 */waypoints[86].children[3] = 85; -/* 3:49 */waypoints[86].children[4] = 87; -/* 3:49 */waypoints[86].angles = (2.99376, -93.1141, 0); -/* 3:49 */waypoints[87] = spawnstruct(); -/* 3:49 */waypoints[87].origin = (-792.406, 1171.26, 19.8827); -/* 3:49 */waypoints[87].type = "stand"; -/* 3:49 */waypoints[87].children[0] = 79; -/* 3:49 */waypoints[87].children[1] = 88; -/* 3:49 */waypoints[87].children[2] = 107; -/* 3:49 */waypoints[87].children[3] = 86; -/* 3:49 */waypoints[88] = spawnstruct(); -/* 3:49 */waypoints[88].origin = (-959.728, 1111.85, 24.125); -/* 3:49 */waypoints[88].type = "stand"; -/* 3:49 */waypoints[88].children[0] = 77; -/* 3:49 */waypoints[88].children[1] = 87; -/* 3:49 */waypoints[88].children[2] = 79; -/* 3:49 */waypoints[89] = spawnstruct(); -/* 3:49 */waypoints[89].origin = (-426.469, 1593.08, 34.2463); -/* 3:49 */waypoints[89].type = "stand"; -/* 3:49 */waypoints[89].children[0] = 85; -/* 3:49 */waypoints[89].children[1] = 90; -/* 3:49 */waypoints[89].children[2] = 91; -/* 3:49 */waypoints[90] = spawnstruct(); -/* 3:49 */waypoints[90].origin = (-455.329, 1448.15, 35.8226); -/* 3:49 */waypoints[90].type = "stand"; -/* 3:49 */waypoints[90].children[0] = 89; -/* 3:49 */waypoints[90].children[1] = 92; -/* 3:49 */waypoints[91] = spawnstruct(); -/* 3:49 */waypoints[91].origin = (-110.373, 1604.2, 28.1652); -/* 3:49 */waypoints[91].type = "stand"; -/* 3:49 */waypoints[91].children[0] = 89; -/* 3:49 */waypoints[91].children[1] = 92; -/* 3:49 */waypoints[91].children[2] = 93; -/* 3:49 */waypoints[91].children[3] = 96; -/* 3:49 */waypoints[92] = spawnstruct(); -/* 3:49 */waypoints[92].origin = (-198.446, 1354, 28.2534); -/* 3:49 */waypoints[92].type = "stand"; -/* 3:49 */waypoints[92].children[0] = 91; -/* 3:49 */waypoints[92].children[1] = 90; -/* 3:49 */waypoints[92].children[2] = 95; -/* 3:49 */waypoints[92].children[3] = 96; -/* 3:49 */waypoints[93] = spawnstruct(); -/* 3:49 */waypoints[93].origin = (107.875, 1447.36, 39.823); -/* 3:49 */waypoints[93].type = "stand"; -/* 3:49 */waypoints[93].children[0] = 91; -/* 3:49 */waypoints[93].children[1] = 94; -/* 3:49 */waypoints[93].children[2] = 96; -/* 3:49 */waypoints[93].children[3] = 97; -/* 3:49 */waypoints[94] = spawnstruct(); -/* 3:49 */waypoints[94].origin = (69.8314, 1526.39, 43.9659); -/* 3:49 */waypoints[94].type = "tube"; -/* 3:49 */waypoints[94].children[0] = 93; -/* 3:49 */waypoints[94].angles = (9.13511, -58.0842, 0); -/* 3:49 */waypoints[95] = spawnstruct(); -/* 3:49 */waypoints[95].origin = (-262.92, 1140.4, 37.1966); -/* 3:49 */waypoints[95].type = "claymore"; -/* 3:49 */waypoints[95].children[0] = 92; -/* 3:49 */waypoints[95].children[1] = 103; -/* 3:49 */waypoints[95].angles = (10.1239, 74.6636, 0); -/* 3:49 */waypoints[96] = spawnstruct(); -/* 3:49 */waypoints[96].origin = (8.30629, 1455.26, 28.125); -/* 3:49 */waypoints[96].type = "stand"; -/* 3:49 */waypoints[96].children[0] = 92; -/* 3:49 */waypoints[96].children[1] = 91; -/* 3:49 */waypoints[96].children[2] = 93; -/* 3:49 */waypoints[96].children[3] = 97; -/* 3:49 */waypoints[97] = spawnstruct(); -/* 3:49 */waypoints[97].origin = (188.663, 1304.13, 28.125); -/* 3:49 */waypoints[97].type = "stand"; -/* 3:49 */waypoints[97].children[0] = 96; -/* 3:49 */waypoints[97].children[1] = 93; -/* 3:49 */waypoints[97].children[2] = 98; -/* 3:49 */waypoints[97].children[3] = 99; -/* 3:49 */waypoints[97].children[4] = 100; -/* 3:49 */waypoints[97].children[5] = 116; -/* 3:49 */waypoints[97].children[6] = 117; -/* 3:49 */waypoints[98] = spawnstruct(); -/* 3:49 */waypoints[98].origin = (204.393, 1413.52, 42.1986); -/* 3:49 */waypoints[98].type = "crouch"; -/* 3:49 */waypoints[98].children[0] = 97; -/* 3:49 */waypoints[98].angles = (15.7379, -102.87, 0); -/* 3:49 */waypoints[99] = spawnstruct(); -/* 3:49 */waypoints[99].origin = (71.0536, 1104.31, 28.125); -/* 3:49 */waypoints[99].type = "stand"; -/* 3:49 */waypoints[99].children[0] = 97; -/* 3:49 */waypoints[99].children[1] = 100; -/* 3:49 */waypoints[99].children[2] = 101; -/* 3:49 */waypoints[99].children[3] = 116; -/* 3:49 */waypoints[100] = spawnstruct(); -/* 3:49 */waypoints[100].origin = (-22.9512, 1133.85, 28.3234); -/* 3:49 */waypoints[100].type = "stand"; -/* 3:49 */waypoints[100].children[0] = 99; -/* 3:49 */waypoints[100].children[1] = 97; -/* 3:49 */waypoints[100].children[2] = 101; -/* 3:49 */waypoints[100].children[3] = 102; -/* 3:49 */waypoints[100].children[4] = 103; -/* 3:49 */waypoints[101] = spawnstruct(); -/* 3:49 */waypoints[101].origin = (-107.305, 935.929, 28.125); -/* 3:49 */waypoints[101].type = "stand"; -/* 3:49 */waypoints[101].children[0] = 99; -/* 3:49 */waypoints[101].children[1] = 100; -/* 3:49 */waypoints[101].children[2] = 102; -/* 3:49 */waypoints[102] = spawnstruct(); -/* 3:49 */waypoints[102].origin = (-242.599, 924.234, 28.125); -/* 3:49 */waypoints[102].type = "grenade"; -/* 3:49 */waypoints[102].children[0] = 101; -/* 3:49 */waypoints[102].children[1] = 103; -/* 3:49 */waypoints[102].children[2] = 100; -/* 3:49 */waypoints[102].children[3] = 104; -/* 3:49 */waypoints[102].angles = (3.30687, 33.2561, 0); -/* 3:49 */waypoints[103] = spawnstruct(); -/* 3:49 */waypoints[103].origin = (-245.092, 1022.67, 28.1059); -/* 3:49 */waypoints[103].type = "stand"; -/* 3:49 */waypoints[103].children[0] = 95; -/* 3:49 */waypoints[103].children[1] = 102; -/* 3:49 */waypoints[103].children[2] = 100; -/* 3:49 */waypoints[103].children[3] = 104; -/* 3:49 */waypoints[104] = spawnstruct(); -/* 3:49 */waypoints[104].origin = (-422.768, 881.347, 31.16); -/* 3:49 */waypoints[104].type = "stand"; -/* 3:49 */waypoints[104].children[0] = 102; -/* 3:49 */waypoints[104].children[1] = 103; -/* 3:49 */waypoints[104].children[2] = 105; -/* 3:49 */waypoints[105] = spawnstruct(); -/* 3:49 */waypoints[105].origin = (-544.494, 726.307, 28.0167); -/* 3:49 */waypoints[105].type = "stand"; -/* 3:49 */waypoints[105].children[0] = 104; -/* 3:49 */waypoints[105].children[1] = 106; -/* 3:49 */waypoints[106] = spawnstruct(); -/* 3:49 */waypoints[106].origin = (-728.822, 716.552, 16.0795); -/* 3:49 */waypoints[106].type = "stand"; -/* 3:49 */waypoints[106].children[0] = 105; -/* 3:49 */waypoints[106].children[1] = 108; -/* 3:49 */waypoints[106].children[2] = 109; -/* 3:49 */waypoints[106].children[3] = 110; -/* 3:49 */waypoints[106].children[4] = 112; -/* 3:49 */waypoints[107] = spawnstruct(); -/* 3:49 */waypoints[107].origin = (-762.679, 1014.43, 16.1554); -/* 3:49 */waypoints[107].type = "stand"; -/* 3:49 */waypoints[107].children[0] = 87; -/* 3:49 */waypoints[107].children[1] = 108; -/* 3:49 */waypoints[107].children[2] = 112; -/* 3:49 */waypoints[108] = spawnstruct(); -/* 3:49 */waypoints[108].origin = (-764.321, 865.312, 16.2755); -/* 3:49 */waypoints[108].type = "stand"; -/* 3:49 */waypoints[108].children[0] = 107; -/* 3:49 */waypoints[108].children[1] = 106; -/* 3:49 */waypoints[108].children[2] = 109; -/* 3:49 */waypoints[109] = spawnstruct(); -/* 3:49 */waypoints[109].origin = (-804.21, 706.949, 17.625); -/* 3:49 */waypoints[109].type = "tube"; -/* 3:49 */waypoints[109].children[0] = 108; -/* 3:49 */waypoints[109].children[1] = 106; -/* 3:49 */waypoints[109].children[2] = 110; -/* 3:49 */waypoints[109].children[3] = 111; -/* 3:49 */waypoints[109].angles = (-10.2228, -3.7019, 0); -/* 3:49 */waypoints[110] = spawnstruct(); -/* 3:49 */waypoints[110].origin = (-713.567, 524.083, 18.0855); -/* 3:49 */waypoints[110].type = "grenade"; -/* 3:49 */waypoints[110].children[0] = 106; -/* 3:49 */waypoints[110].children[1] = 109; -/* 3:49 */waypoints[110].children[2] = 111; -/* 3:49 */waypoints[110].children[3] = 124; -/* 3:49 */waypoints[110].angles = (-3.73537, 94.7137, 0); -/* 3:49 */waypoints[111] = spawnstruct(); -/* 3:49 */waypoints[111].origin = (-770.9, 508.108, 20.7305); -/* 3:49 */waypoints[111].type = "stand"; -/* 3:49 */waypoints[111].children[0] = 109; -/* 3:49 */waypoints[111].children[1] = 110; -/* 3:49 */waypoints[111].children[2] = 125; -/* 3:49 */waypoints[112] = spawnstruct(); -/* 3:49 */waypoints[112].origin = (-710.679, 962.782, 18.7637); -/* 3:49 */waypoints[112].type = "stand"; -/* 3:49 */waypoints[112].children[0] = 106; -/* 3:49 */waypoints[112].children[1] = 107; -/* 3:49 */waypoints[113] = spawnstruct(); -/* 3:49 */waypoints[113].origin = (415.79, 705.235, 28.125); -/* 3:49 */waypoints[113].type = "stand"; -/* 3:49 */waypoints[113].children[0] = 8; -/* 3:49 */waypoints[113].children[1] = 114; -/* 3:49 */waypoints[113].children[2] = 128; -/* 3:49 */waypoints[113].children[3] = 129; -/* 3:49 */waypoints[114] = spawnstruct(); -/* 3:49 */waypoints[114].origin = (453.596, 987.182, 28.125); -/* 3:49 */waypoints[114].type = "stand"; -/* 3:49 */waypoints[114].children[0] = 113; -/* 3:49 */waypoints[114].children[1] = 115; -/* 3:49 */waypoints[114].children[2] = 129; -/* 3:49 */waypoints[115] = spawnstruct(); -/* 3:49 */waypoints[115].origin = (447.192, 1137.95, 32.7349); -/* 3:49 */waypoints[115].type = "grenade"; -/* 3:49 */waypoints[115].children[0] = 114; -/* 3:49 */waypoints[115].children[1] = 116; -/* 3:49 */waypoints[115].children[2] = 117; -/* 3:49 */waypoints[115].children[3] = 128; -/* 3:49 */waypoints[115].angles = (-0.543845, 145.322, 0); -/* 3:49 */waypoints[116] = spawnstruct(); -/* 3:49 */waypoints[116].origin = (324.901, 1250.45, 32.9527); -/* 3:49 */waypoints[116].type = "stand"; -/* 3:49 */waypoints[116].children[0] = 115; -/* 3:49 */waypoints[116].children[1] = 97; -/* 3:49 */waypoints[116].children[2] = 99; -/* 3:49 */waypoints[116].children[3] = 117; -/* 3:49 */waypoints[117] = spawnstruct(); -/* 3:49 */waypoints[117].origin = (445.949, 1281.66, 45.5538); -/* 3:49 */waypoints[117].type = "stand"; -/* 3:49 */waypoints[117].children[0] = 115; -/* 3:49 */waypoints[117].children[1] = 116; -/* 3:49 */waypoints[117].children[2] = 97; -/* 3:49 */waypoints[118] = spawnstruct(); -/* 3:49 */waypoints[118].origin = (-1528.62, 457.334, 25.0833); -/* 3:49 */waypoints[118].type = "grenade"; -/* 3:49 */waypoints[118].children[0] = 52; -/* 3:49 */waypoints[118].children[1] = 53; -/* 3:49 */waypoints[118].children[2] = 54; -/* 3:49 */waypoints[118].angles = (2.97728, -177.484, 0); -/* 3:49 */waypoints[119] = spawnstruct(); -/* 3:49 */waypoints[119].origin = (-806.064, -297.614, 40.3135); -/* 3:49 */waypoints[119].type = "stand"; -/* 3:49 */waypoints[119].children[0] = 20; -/* 3:49 */waypoints[119].children[1] = 56; -/* 3:49 */waypoints[119].children[2] = 17; -/* 3:49 */waypoints[120] = spawnstruct(); -/* 3:49 */waypoints[120].origin = (-2050.52, 694.888, 17.125); -/* 3:49 */waypoints[120].type = "stand"; -/* 3:49 */waypoints[120].children[0] = 59; -/* 3:49 */waypoints[120].children[1] = 50; -/* 3:49 */waypoints[121] = spawnstruct(); -/* 3:49 */waypoints[121].origin = (-2159.46, 1391.21, 10.6483); -/* 3:49 */waypoints[121].type = "javelin"; -/* 3:49 */waypoints[121].children[0] = 61; -/* 3:49 */waypoints[121].children[1] = 47; -/* 3:49 */waypoints[121].children[2] = 65; -/* 3:49 */waypoints[121].children[3] = 122; -/* 3:49 */waypoints[121].children[4] = 66; -/* 3:49 */waypoints[121].jav_point = (-2197.56, -52.7354, 12.204); -/* 3:49 */waypoints[122] = spawnstruct(); -/* 3:49 */waypoints[122].origin = (-2017.84, 1396.07, 19.8135); -/* 3:49 */waypoints[122].type = "stand"; -/* 3:49 */waypoints[122].children[0] = 121; -/* 3:49 */waypoints[122].children[1] = 66; -/* 3:49 */waypoints[122].children[2] = 71; -/* 3:49 */waypoints[123] = spawnstruct(); -/* 3:49 */waypoints[123].origin = (-730.019, 1721.85, 19.3312); -/* 3:49 */waypoints[123].type = "javelin"; -/* 3:49 */waypoints[123].children[0] = 81; -/* 3:49 */waypoints[123].jav_point = (-775.744, 443.408, 23.8349); -/* 3:49 */waypoints[124] = spawnstruct(); -/* 3:49 */waypoints[124].origin = (-699.328, 465.741, 20.4144); -/* 3:49 */waypoints[124].type = "stand"; -/* 3:49 */waypoints[124].children[0] = 110; -/* 3:49 */waypoints[124].children[1] = 125; -/* 3:49 */waypoints[125] = spawnstruct(); -/* 3:49 */waypoints[125].origin = (-791.382, 433.91, 24.3258); -/* 3:49 */waypoints[125].type = "stand"; -/* 3:49 */waypoints[125].children[0] = 58; -/* 3:49 */waypoints[125].children[1] = 111; -/* 3:49 */waypoints[125].children[2] = 124; -/* 3:49 */waypoints[126] = spawnstruct(); -/* 3:49 */waypoints[126].origin = (-1173.52, -743.64, 62.1116); -/* 3:49 */waypoints[126].type = "javelin"; -/* 3:49 */waypoints[126].children[0] = 24; -/* 3:49 */waypoints[126].jav_point = (-2098.69, 34.3682, 12.0556); -/* 3:49 */waypoints[127] = spawnstruct(); -/* 3:49 */waypoints[127].origin = (-2109.03, 0.200698, 12.125); -/* 3:49 */waypoints[127].type = "javelin"; -/* 3:49 */waypoints[127].children[0] = 34; -/* 3:49 */waypoints[127].children[1] = 31; -/* 3:49 */waypoints[127].children[2] = 30; -/* 3:49 */waypoints[127].children[3] = 32; -/* 3:49 */waypoints[127].jav_point = (-2225.76, 1550.06, 10.0026); -/* 3:49 */waypoints[128] = spawnstruct(); -/* 3:49 */waypoints[128].origin = (391.799, 968.829, 28.1218); -/* 3:49 */waypoints[128].type = "stand"; -/* 3:49 */waypoints[128].children[0] = 113; -/* 3:49 */waypoints[128].children[1] = 115; -/* 3:49 */waypoints[129] = spawnstruct(); -/* 3:49 */waypoints[129].origin = (489.625, 863.991, 28.3435); -/* 3:49 */waypoints[129].type = "stand"; -/* 3:49 */waypoints[129].children[0] = 114; -/* 3:49 */waypoints[129].children[1] = 113; -/* 3:49 */waypoints[130] = spawnstruct(); -/* 3:49 */waypoints[130].origin = (-2376.68, 1325.59, 13.0978); -/* 3:49 */waypoints[130].type = "tube"; -/* 3:49 */waypoints[130].children[0] = 47; -/* 3:49 */waypoints[130].children[1] = 45; -/* 3:49 */waypoints[130].angles = (-10.1843, -13.7713, 0); -/* 3:49 */return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/piazza.gsc b/raw/maps/mp/bots/waypoints/piazza.gsc deleted file mode 100644 index 8910021..0000000 --- a/raw/maps/mp/bots/waypoints/piazza.gsc +++ /dev/null @@ -1,1444 +0,0 @@ -Piazza() -{ -/* 8:57 */waypoints = []; -/* 8:57 */waypoints[0] = spawnstruct(); -/* 8:57 */waypoints[0].origin = (1061.29, 1919.03, 1215.6); -/* 8:57 */waypoints[0].type = "stand"; -/* 8:57 */waypoints[0].children[0] = 86; -/* 8:57 */waypoints[0].children[1] = 172; -/* 8:57 */waypoints[0].children[2] = 173; -/* 8:57 */waypoints[0].children[3] = 174; -/* 8:57 */waypoints[1] = spawnstruct(); -/* 8:57 */waypoints[1].origin = (342.736, 2005.24, 1232.67); -/* 8:57 */waypoints[1].type = "stand"; -/* 8:57 */waypoints[1].children[0] = 2; -/* 8:57 */waypoints[1].children[1] = 85; -/* 8:57 */waypoints[2] = spawnstruct(); -/* 8:57 */waypoints[2].origin = (254.201, 1791.29, 1251.65); -/* 8:57 */waypoints[2].type = "stand"; -/* 8:57 */waypoints[2].children[0] = 1; -/* 8:57 */waypoints[2].children[1] = 3; -/* 8:57 */waypoints[2].children[2] = 49; -/* 8:57 */waypoints[2].children[3] = 220; -/* 8:57 */waypoints[3] = spawnstruct(); -/* 8:57 */waypoints[3].origin = (-76.9356, 1885.63, 1280.13); -/* 8:57 */waypoints[3].type = "stand"; -/* 8:57 */waypoints[3].children[0] = 2; -/* 8:57 */waypoints[3].children[1] = 4; -/* 8:57 */waypoints[3].children[2] = 105; -/* 8:57 */waypoints[4] = spawnstruct(); -/* 8:57 */waypoints[4].origin = (-586.819, 1884.27, 1280.13); -/* 8:57 */waypoints[4].type = "stand"; -/* 8:57 */waypoints[4].children[0] = 3; -/* 8:57 */waypoints[4].children[1] = 105; -/* 8:57 */waypoints[4].children[2] = 106; -/* 8:57 */waypoints[4].children[3] = 178; -/* 8:57 */waypoints[4].children[4] = 179; -/* 8:57 */waypoints[5] = spawnstruct(); -/* 8:57 */waypoints[5].origin = (-936.941, 1638.37, 1280.13); -/* 8:57 */waypoints[5].type = "stand"; -/* 8:57 */waypoints[5].children[0] = 6; -/* 8:57 */waypoints[5].children[1] = 179; -/* 8:57 */waypoints[6] = spawnstruct(); -/* 8:57 */waypoints[6].origin = (-1262.76, 1583, 1152.13); -/* 8:57 */waypoints[6].type = "stand"; -/* 8:57 */waypoints[6].children[0] = 5; -/* 8:57 */waypoints[6].children[1] = 7; -/* 8:57 */waypoints[7] = spawnstruct(); -/* 8:57 */waypoints[7].origin = (-1509.82, 1343.13, 1024.13); -/* 8:57 */waypoints[7].type = "stand"; -/* 8:57 */waypoints[7].children[0] = 6; -/* 8:57 */waypoints[7].children[1] = 8; -/* 8:57 */waypoints[7].children[2] = 84; -/* 8:57 */waypoints[8] = spawnstruct(); -/* 8:57 */waypoints[8].origin = (-1714.61, 1165.38, 1056.13); -/* 8:57 */waypoints[8].type = "stand"; -/* 8:57 */waypoints[8].children[0] = 7; -/* 8:57 */waypoints[8].children[1] = 9; -/* 8:57 */waypoints[8].children[2] = 84; -/* 8:57 */waypoints[9] = spawnstruct(); -/* 8:57 */waypoints[9].origin = (-1758.01, 1043.16, 1056.13); -/* 8:57 */waypoints[9].type = "stand"; -/* 8:57 */waypoints[9].children[0] = 8; -/* 8:57 */waypoints[9].children[1] = 10; -/* 8:57 */waypoints[10] = spawnstruct(); -/* 8:57 */waypoints[10].origin = (-1916.01, 939.977, 1055.51); -/* 8:57 */waypoints[10].type = "stand"; -/* 8:57 */waypoints[10].children[0] = 9; -/* 8:57 */waypoints[10].children[1] = 11; -/* 8:57 */waypoints[11] = spawnstruct(); -/* 8:57 */waypoints[11].origin = (-1956.19, 778.282, 1024.13); -/* 8:57 */waypoints[11].type = "stand"; -/* 8:57 */waypoints[11].children[0] = 10; -/* 8:57 */waypoints[11].children[1] = 12; -/* 8:57 */waypoints[11].children[2] = 129; -/* 8:57 */waypoints[11].children[3] = 183; -/* 8:57 */waypoints[12] = spawnstruct(); -/* 8:57 */waypoints[12].origin = (-1915.31, 526.491, 1024.13); -/* 8:57 */waypoints[12].type = "stand"; -/* 8:57 */waypoints[12].children[0] = 11; -/* 8:57 */waypoints[12].children[1] = 13; -/* 8:57 */waypoints[12].children[2] = 125; -/* 8:57 */waypoints[12].children[3] = 183; -/* 8:57 */waypoints[12].children[4] = 184; -/* 8:57 */waypoints[13] = spawnstruct(); -/* 8:57 */waypoints[13].origin = (-2022.21, 416.005, 1024.13); -/* 8:57 */waypoints[13].type = "stand"; -/* 8:57 */waypoints[13].children[0] = 12; -/* 8:57 */waypoints[13].children[1] = 14; -/* 8:57 */waypoints[14] = spawnstruct(); -/* 8:57 */waypoints[14].origin = (-1893.07, 295.448, 1024.13); -/* 8:57 */waypoints[14].type = "stand"; -/* 8:57 */waypoints[14].children[0] = 13; -/* 8:57 */waypoints[14].children[1] = 15; -/* 8:57 */waypoints[14].children[2] = 125; -/* 8:57 */waypoints[14].children[3] = 128; -/* 8:57 */waypoints[15] = spawnstruct(); -/* 8:57 */waypoints[15].origin = (-1764.98, 162.642, 1024.13); -/* 8:57 */waypoints[15].type = "stand"; -/* 8:57 */waypoints[15].children[0] = 14; -/* 8:57 */waypoints[15].children[1] = 16; -/* 8:57 */waypoints[15].children[2] = 118; -/* 8:57 */waypoints[16] = spawnstruct(); -/* 8:57 */waypoints[16].origin = (-1577.4, -34.2604, 960.125); -/* 8:57 */waypoints[16].type = "stand"; -/* 8:57 */waypoints[16].children[0] = 15; -/* 8:57 */waypoints[16].children[1] = 17; -/* 8:57 */waypoints[16].children[2] = 118; -/* 8:57 */waypoints[17] = spawnstruct(); -/* 8:57 */waypoints[17].origin = (-1599.09, -299.5, 884.298); -/* 8:57 */waypoints[17].type = "stand"; -/* 8:57 */waypoints[17].children[0] = 16; -/* 8:57 */waypoints[17].children[1] = 18; -/* 8:57 */waypoints[18] = spawnstruct(); -/* 8:57 */waypoints[18].origin = (-1423.89, -570.868, 783.658); -/* 8:57 */waypoints[18].type = "stand"; -/* 8:57 */waypoints[18].children[0] = 17; -/* 8:57 */waypoints[18].children[1] = 19; -/* 8:57 */waypoints[19] = spawnstruct(); -/* 8:57 */waypoints[19].origin = (-1071.42, -714.085, 768.125); -/* 8:57 */waypoints[19].type = "stand"; -/* 8:57 */waypoints[19].children[0] = 18; -/* 8:57 */waypoints[19].children[1] = 20; -/* 8:57 */waypoints[19].children[2] = 114; -/* 8:57 */waypoints[19].children[3] = 115; -/* 8:57 */waypoints[19].children[4] = 200; -/* 8:57 */waypoints[20] = spawnstruct(); -/* 8:57 */waypoints[20].origin = (-1081.77, -1000.92, 766.675); -/* 8:57 */waypoints[20].type = "stand"; -/* 8:57 */waypoints[20].children[0] = 19; -/* 8:57 */waypoints[20].children[1] = 21; -/* 8:57 */waypoints[20].children[2] = 114; -/* 8:57 */waypoints[20].children[3] = 115; -/* 8:57 */waypoints[20].children[4] = 200; -/* 8:57 */waypoints[21] = spawnstruct(); -/* 8:57 */waypoints[21].origin = (-956.666, -1236.77, 730.515); -/* 8:57 */waypoints[21].type = "stand"; -/* 8:57 */waypoints[21].children[0] = 20; -/* 8:57 */waypoints[21].children[1] = 22; -/* 8:57 */waypoints[21].children[2] = 165; -/* 8:57 */waypoints[22] = spawnstruct(); -/* 8:57 */waypoints[22].origin = (-712.951, -1257.51, 753.613); -/* 8:57 */waypoints[22].type = "stand"; -/* 8:57 */waypoints[22].children[0] = 21; -/* 8:57 */waypoints[22].children[1] = 23; -/* 8:57 */waypoints[22].children[2] = 164; -/* 8:57 */waypoints[23] = spawnstruct(); -/* 8:57 */waypoints[23].origin = (-366.403, -1035.39, 819.07); -/* 8:57 */waypoints[23].type = "stand"; -/* 8:57 */waypoints[23].children[0] = 22; -/* 8:57 */waypoints[23].children[1] = 24; -/* 8:57 */waypoints[24] = spawnstruct(); -/* 8:57 */waypoints[24].origin = (-203.864, -1013.74, 824.126); -/* 8:57 */waypoints[24].type = "stand"; -/* 8:57 */waypoints[24].children[0] = 23; -/* 8:57 */waypoints[24].children[1] = 25; -/* 8:57 */waypoints[24].children[2] = 157; -/* 8:57 */waypoints[25] = spawnstruct(); -/* 8:57 */waypoints[25].origin = (-196.677, -1112.25, 824.116); -/* 8:57 */waypoints[25].type = "stand"; -/* 8:57 */waypoints[25].children[0] = 24; -/* 8:57 */waypoints[25].children[1] = 26; -/* 8:57 */waypoints[26] = spawnstruct(); -/* 8:57 */waypoints[26].origin = (310.14, -1113.02, 752.125); -/* 8:57 */waypoints[26].type = "stand"; -/* 8:57 */waypoints[26].children[0] = 25; -/* 8:57 */waypoints[26].children[1] = 27; -/* 8:57 */waypoints[27] = spawnstruct(); -/* 8:57 */waypoints[27].origin = (587.085, -1046, 704.125); -/* 8:57 */waypoints[27].type = "stand"; -/* 8:57 */waypoints[27].children[0] = 26; -/* 8:57 */waypoints[27].children[1] = 28; -/* 8:57 */waypoints[27].children[2] = 151; -/* 8:57 */waypoints[28] = spawnstruct(); -/* 8:57 */waypoints[28].origin = (867.791, -1011.7, 704.125); -/* 8:57 */waypoints[28].type = "stand"; -/* 8:57 */waypoints[28].children[0] = 27; -/* 8:57 */waypoints[28].children[1] = 29; -/* 8:57 */waypoints[28].children[2] = 142; -/* 8:57 */waypoints[28].children[3] = 150; -/* 8:57 */waypoints[28].children[4] = 151; -/* 8:57 */waypoints[28].children[5] = 204; -/* 8:57 */waypoints[29] = spawnstruct(); -/* 8:57 */waypoints[29].origin = (1060.22, -1198.08, 704.125); -/* 8:57 */waypoints[29].type = "stand"; -/* 8:57 */waypoints[29].children[0] = 28; -/* 8:57 */waypoints[29].children[1] = 30; -/* 8:57 */waypoints[29].children[2] = 204; -/* 8:57 */waypoints[29].children[3] = 205; -/* 8:57 */waypoints[30] = spawnstruct(); -/* 8:57 */waypoints[30].origin = (1319.59, -1028.49, 704.125); -/* 8:57 */waypoints[30].type = "stand"; -/* 8:57 */waypoints[30].children[0] = 29; -/* 8:57 */waypoints[30].children[1] = 31; -/* 8:57 */waypoints[30].children[2] = 149; -/* 8:57 */waypoints[30].children[3] = 202; -/* 8:57 */waypoints[30].children[4] = 206; -/* 8:57 */waypoints[31] = spawnstruct(); -/* 8:57 */waypoints[31].origin = (1772.38, -1028.81, 864.125); -/* 8:57 */waypoints[31].type = "stand"; -/* 8:57 */waypoints[31].children[0] = 30; -/* 8:57 */waypoints[31].children[1] = 32; -/* 8:57 */waypoints[32] = spawnstruct(); -/* 8:57 */waypoints[32].origin = (1781.31, -650.507, 992.125); -/* 8:57 */waypoints[32].type = "stand"; -/* 8:57 */waypoints[32].children[0] = 31; -/* 8:57 */waypoints[32].children[1] = 33; -/* 8:57 */waypoints[32].children[2] = 35; -/* 8:57 */waypoints[33] = spawnstruct(); -/* 8:57 */waypoints[33].origin = (1617.57, -654.641, 992.125); -/* 8:57 */waypoints[33].type = "stand"; -/* 8:57 */waypoints[33].children[0] = 32; -/* 8:57 */waypoints[33].children[1] = 34; -/* 8:57 */waypoints[34] = spawnstruct(); -/* 8:57 */waypoints[34].origin = (1617.4, -439.102, 992.125); -/* 8:57 */waypoints[34].type = "stand"; -/* 8:57 */waypoints[34].children[0] = 33; -/* 8:57 */waypoints[34].children[1] = 35; -/* 8:57 */waypoints[34].children[2] = 203; -/* 8:57 */waypoints[35] = spawnstruct(); -/* 8:57 */waypoints[35].origin = (1870.36, -415.426, 992.125); -/* 8:57 */waypoints[35].type = "stand"; -/* 8:57 */waypoints[35].children[0] = 34; -/* 8:57 */waypoints[35].children[1] = 36; -/* 8:57 */waypoints[35].children[2] = 32; -/* 8:57 */waypoints[35].children[3] = 203; -/* 8:57 */waypoints[36] = spawnstruct(); -/* 8:57 */waypoints[36].origin = (1868.94, -244.864, 984.67); -/* 8:57 */waypoints[36].type = "stand"; -/* 8:57 */waypoints[36].children[0] = 35; -/* 8:57 */waypoints[36].children[1] = 210; -/* 8:57 */waypoints[36].children[2] = 214; -/* 8:57 */waypoints[37] = spawnstruct(); -/* 8:57 */waypoints[37].origin = (1922.92, 74.7549, 992.125); -/* 8:57 */waypoints[37].type = "stand"; -/* 8:57 */waypoints[37].children[0] = 38; -/* 8:57 */waypoints[37].children[1] = 53; -/* 8:57 */waypoints[37].children[2] = 213; -/* 8:57 */waypoints[37].children[3] = 214; -/* 8:57 */waypoints[38] = spawnstruct(); -/* 8:57 */waypoints[38].origin = (2069.31, 212.081, 992.125); -/* 8:57 */waypoints[38].type = "stand"; -/* 8:57 */waypoints[38].children[0] = 37; -/* 8:57 */waypoints[38].children[1] = 39; -/* 8:57 */waypoints[38].children[2] = 53; -/* 8:57 */waypoints[39] = spawnstruct(); -/* 8:57 */waypoints[39].origin = (2078.36, 558.118, 1072.13); -/* 8:57 */waypoints[39].type = "stand"; -/* 8:57 */waypoints[39].children[0] = 38; -/* 8:57 */waypoints[39].children[1] = 40; -/* 8:57 */waypoints[39].children[2] = 52; -/* 8:57 */waypoints[40] = spawnstruct(); -/* 8:57 */waypoints[40].origin = (1920.7, 725.45, 1072.13); -/* 8:57 */waypoints[40].type = "stand"; -/* 8:57 */waypoints[40].children[0] = 39; -/* 8:57 */waypoints[40].children[1] = 41; -/* 8:57 */waypoints[40].children[2] = 51; -/* 8:57 */waypoints[41] = spawnstruct(); -/* 8:57 */waypoints[41].origin = (1920.9, 915.334, 1088.13); -/* 8:57 */waypoints[41].type = "stand"; -/* 8:57 */waypoints[41].children[0] = 40; -/* 8:57 */waypoints[41].children[1] = 42; -/* 8:57 */waypoints[42] = spawnstruct(); -/* 8:57 */waypoints[42].origin = (1699.42, 1037.1, 1088.13); -/* 8:57 */waypoints[42].type = "stand"; -/* 8:57 */waypoints[42].children[0] = 41; -/* 8:57 */waypoints[42].children[1] = 43; -/* 8:57 */waypoints[43] = spawnstruct(); -/* 8:57 */waypoints[43].origin = (1702.51, 1352.91, 1216.13); -/* 8:57 */waypoints[43].type = "stand"; -/* 8:57 */waypoints[43].children[0] = 42; -/* 8:57 */waypoints[43].children[1] = 44; -/* 8:57 */waypoints[43].children[2] = 171; -/* 8:57 */waypoints[44] = spawnstruct(); -/* 8:57 */waypoints[44].origin = (1692.64, 1834.83, 1216.13); -/* 8:57 */waypoints[44].type = "stand"; -/* 8:57 */waypoints[44].children[0] = 43; -/* 8:57 */waypoints[44].children[1] = 45; -/* 8:57 */waypoints[45] = spawnstruct(); -/* 8:57 */waypoints[45].origin = (1474.02, 1836.51, 1215.66); -/* 8:57 */waypoints[45].type = "stand"; -/* 8:57 */waypoints[45].children[0] = 44; -/* 8:57 */waypoints[45].children[1] = 46; -/* 8:57 */waypoints[45].children[2] = 172; -/* 8:57 */waypoints[45].children[3] = 176; -/* 8:57 */waypoints[46] = spawnstruct(); -/* 8:57 */waypoints[46].origin = (1487.36, 1584.65, 1214.79); -/* 8:57 */waypoints[46].type = "stand"; -/* 8:57 */waypoints[46].children[0] = 45; -/* 8:57 */waypoints[46].children[1] = 47; -/* 8:57 */waypoints[47] = spawnstruct(); -/* 8:57 */waypoints[47].origin = (1228.48, 1592.13, 1212.49); -/* 8:57 */waypoints[47].type = "stand"; -/* 8:57 */waypoints[47].children[0] = 46; -/* 8:57 */waypoints[47].children[1] = 171; -/* 8:57 */waypoints[47].children[2] = 174; -/* 8:57 */waypoints[48] = spawnstruct(); -/* 8:57 */waypoints[48].origin = (827.022, 1590.46, 1211.37); -/* 8:57 */waypoints[48].type = "stand"; -/* 8:57 */waypoints[48].children[0] = 88; -/* 8:57 */waypoints[48].children[1] = 174; -/* 8:57 */waypoints[49] = spawnstruct(); -/* 8:57 */waypoints[49].origin = (420.622, 1562.21, 1216.39); -/* 8:57 */waypoints[49].type = "stand"; -/* 8:57 */waypoints[49].children[0] = 88; -/* 8:57 */waypoints[49].children[1] = 2; -/* 8:57 */waypoints[49].children[2] = 89; -/* 8:57 */waypoints[49].children[3] = 220; -/* 8:57 */waypoints[50] = spawnstruct(); -/* 8:57 */waypoints[50].origin = (1595.14, 121.803, 992.125); -/* 8:57 */waypoints[50].type = "stand"; -/* 8:57 */waypoints[50].children[0] = 51; -/* 8:57 */waypoints[50].children[1] = 53; -/* 8:57 */waypoints[50].children[2] = 54; -/* 8:57 */waypoints[50].children[3] = 212; -/* 8:57 */waypoints[50].children[4] = 213; -/* 8:57 */waypoints[51] = spawnstruct(); -/* 8:57 */waypoints[51].origin = (1603.89, 600.345, 1072.13); -/* 8:57 */waypoints[51].type = "stand"; -/* 8:57 */waypoints[51].children[0] = 50; -/* 8:57 */waypoints[51].children[1] = 40; -/* 8:57 */waypoints[51].children[2] = 52; -/* 8:57 */waypoints[52] = spawnstruct(); -/* 8:57 */waypoints[52].origin = (1921.01, 631.882, 1072.13); -/* 8:57 */waypoints[52].type = "stand"; -/* 8:57 */waypoints[52].children[0] = 51; -/* 8:57 */waypoints[52].children[1] = 39; -/* 8:57 */waypoints[53] = spawnstruct(); -/* 8:57 */waypoints[53].origin = (1829.63, 266.58, 992.125); -/* 8:57 */waypoints[53].type = "stand"; -/* 8:57 */waypoints[53].children[0] = 38; -/* 8:57 */waypoints[53].children[1] = 37; -/* 8:57 */waypoints[53].children[2] = 50; -/* 8:57 */waypoints[53].children[3] = 54; -/* 8:57 */waypoints[53].children[4] = 213; -/* 8:57 */waypoints[54] = spawnstruct(); -/* 8:57 */waypoints[54].origin = (1395, 231.853, 992.125); -/* 8:57 */waypoints[54].type = "stand"; -/* 8:57 */waypoints[54].children[0] = 53; -/* 8:57 */waypoints[54].children[1] = 50; -/* 8:57 */waypoints[54].children[2] = 55; -/* 8:57 */waypoints[55] = spawnstruct(); -/* 8:57 */waypoints[55].origin = (1254.04, 346.469, 1043.39); -/* 8:57 */waypoints[55].type = "stand"; -/* 8:57 */waypoints[55].children[0] = 54; -/* 8:57 */waypoints[55].children[1] = 56; -/* 8:57 */waypoints[55].children[2] = 75; -/* 8:57 */waypoints[55].children[3] = 92; -/* 8:57 */waypoints[55].children[4] = 95; -/* 8:57 */waypoints[55].children[5] = 169; -/* 8:57 */waypoints[56] = spawnstruct(); -/* 8:57 */waypoints[56].origin = (1306.52, 709.923, 1076.52); -/* 8:57 */waypoints[56].type = "stand"; -/* 8:57 */waypoints[56].children[0] = 55; -/* 8:57 */waypoints[56].children[1] = 57; -/* 8:57 */waypoints[56].children[2] = 92; -/* 8:57 */waypoints[57] = spawnstruct(); -/* 8:57 */waypoints[57].origin = (1266.45, 890.18, 1118.61); -/* 8:57 */waypoints[57].type = "stand"; -/* 8:57 */waypoints[57].children[0] = 56; -/* 8:57 */waypoints[57].children[1] = 58; -/* 8:57 */waypoints[58] = spawnstruct(); -/* 8:57 */waypoints[58].origin = (1116.31, 1004.88, 1152.52); -/* 8:57 */waypoints[58].type = "stand"; -/* 8:57 */waypoints[58].children[0] = 57; -/* 8:57 */waypoints[58].children[1] = 59; -/* 8:57 */waypoints[59] = spawnstruct(); -/* 8:57 */waypoints[59].origin = (931.047, 1026.2, 1152.13); -/* 8:57 */waypoints[59].type = "stand"; -/* 8:57 */waypoints[59].children[0] = 58; -/* 8:57 */waypoints[59].children[1] = 60; -/* 8:57 */waypoints[59].children[2] = 90; -/* 8:57 */waypoints[60] = spawnstruct(); -/* 8:57 */waypoints[60].origin = (465.58, 1015.19, 1152.13); -/* 8:57 */waypoints[60].type = "stand"; -/* 8:57 */waypoints[60].children[0] = 59; -/* 8:57 */waypoints[60].children[1] = 61; -/* 8:57 */waypoints[60].children[2] = 103; -/* 8:57 */waypoints[60].children[3] = 137; -/* 8:57 */waypoints[61] = spawnstruct(); -/* 8:57 */waypoints[61].origin = (403.804, 772.586, 1088.13); -/* 8:57 */waypoints[61].type = "stand"; -/* 8:57 */waypoints[61].children[0] = 60; -/* 8:57 */waypoints[61].children[1] = 62; -/* 8:57 */waypoints[62] = spawnstruct(); -/* 8:57 */waypoints[62].origin = (234.641, 606.445, 968.946); -/* 8:57 */waypoints[62].type = "stand"; -/* 8:57 */waypoints[62].children[0] = 61; -/* 8:57 */waypoints[62].children[1] = 63; -/* 8:57 */waypoints[62].children[2] = 76; -/* 8:57 */waypoints[62].children[3] = 77; -/* 8:57 */waypoints[62].children[4] = 97; -/* 8:57 */waypoints[62].children[5] = 168; -/* 8:57 */waypoints[62].children[6] = 196; -/* 8:57 */waypoints[62].children[7] = 73; -/* 8:57 */waypoints[63] = spawnstruct(); -/* 8:57 */waypoints[63].origin = (-66.7678, 766.455, 940.215); -/* 8:57 */waypoints[63].type = "stand"; -/* 8:57 */waypoints[63].children[0] = 62; -/* 8:57 */waypoints[63].children[1] = 64; -/* 8:57 */waypoints[63].children[2] = 77; -/* 8:57 */waypoints[63].children[3] = 193; -/* 8:57 */waypoints[63].children[4] = 195; -/* 8:57 */waypoints[63].children[5] = 196; -/* 8:57 */waypoints[64] = spawnstruct(); -/* 8:57 */waypoints[64].origin = (-326.724, 763.523, 904.149); -/* 8:57 */waypoints[64].type = "stand"; -/* 8:57 */waypoints[64].children[0] = 63; -/* 8:57 */waypoints[64].children[1] = 65; -/* 8:57 */waypoints[64].children[2] = 78; -/* 8:57 */waypoints[64].children[3] = 188; -/* 8:57 */waypoints[64].children[4] = 193; -/* 8:57 */waypoints[65] = spawnstruct(); -/* 8:57 */waypoints[65].origin = (-318.654, 292.407, 864.125); -/* 8:57 */waypoints[65].type = "stand"; -/* 8:57 */waypoints[65].children[0] = 64; -/* 8:57 */waypoints[65].children[1] = 66; -/* 8:57 */waypoints[65].children[2] = 69; -/* 8:57 */waypoints[65].children[3] = 197; -/* 8:57 */waypoints[66] = spawnstruct(); -/* 8:57 */waypoints[66].origin = (-144.169, 242.351, 864.125); -/* 8:57 */waypoints[66].type = "stand"; -/* 8:57 */waypoints[66].children[0] = 65; -/* 8:57 */waypoints[66].children[1] = 67; -/* 8:57 */waypoints[66].children[2] = 197; -/* 8:57 */waypoints[66].children[3] = 198; -/* 8:57 */waypoints[67] = spawnstruct(); -/* 8:57 */waypoints[67].origin = (-41.1123, 96.4519, 864.125); -/* 8:57 */waypoints[67].type = "stand"; -/* 8:57 */waypoints[67].children[0] = 66; -/* 8:57 */waypoints[67].children[1] = 68; -/* 8:57 */waypoints[68] = spawnstruct(); -/* 8:57 */waypoints[68].origin = (-136.935, -74.9245, 864.125); -/* 8:57 */waypoints[68].type = "stand"; -/* 8:57 */waypoints[68].children[0] = 67; -/* 8:57 */waypoints[68].children[1] = 69; -/* 8:57 */waypoints[68].children[2] = 70; -/* 8:57 */waypoints[68].children[3] = 112; -/* 8:57 */waypoints[68].children[4] = 138; -/* 8:57 */waypoints[69] = spawnstruct(); -/* 8:57 */waypoints[69].origin = (-277.097, -15.7047, 864.125); -/* 8:57 */waypoints[69].type = "stand"; -/* 8:57 */waypoints[69].children[0] = 68; -/* 8:57 */waypoints[69].children[1] = 65; -/* 8:57 */waypoints[69].children[2] = 112; -/* 8:57 */waypoints[70] = spawnstruct(); -/* 8:57 */waypoints[70].origin = (-107.961, -222.141, 864.125); -/* 8:57 */waypoints[70].type = "stand"; -/* 8:57 */waypoints[70].children[0] = 68; -/* 8:57 */waypoints[70].children[1] = 71; -/* 8:57 */waypoints[70].children[2] = 112; -/* 8:57 */waypoints[70].children[3] = 138; -/* 8:57 */waypoints[71] = spawnstruct(); -/* 8:57 */waypoints[71].origin = (222.203, -191.674, 928.125); -/* 8:57 */waypoints[71].type = "stand"; -/* 8:57 */waypoints[71].children[0] = 70; -/* 8:57 */waypoints[71].children[1] = 72; -/* 8:57 */waypoints[72] = spawnstruct(); -/* 8:57 */waypoints[72].origin = (387.892, -21.854, 1024.13); -/* 8:57 */waypoints[72].type = "stand"; -/* 8:57 */waypoints[72].children[0] = 71; -/* 8:57 */waypoints[72].children[1] = 73; -/* 8:57 */waypoints[72].children[2] = 76; -/* 8:57 */waypoints[72].children[3] = 97; -/* 8:57 */waypoints[72].children[4] = 168; -/* 8:57 */waypoints[73] = spawnstruct(); -/* 8:57 */waypoints[73].origin = (546.608, 120.425, 1024.13); -/* 8:57 */waypoints[73].type = "stand"; -/* 8:57 */waypoints[73].children[0] = 72; -/* 8:57 */waypoints[73].children[1] = 74; -/* 8:57 */waypoints[73].children[2] = 97; -/* 8:57 */waypoints[73].children[3] = 62; -/* 8:57 */waypoints[74] = spawnstruct(); -/* 8:57 */waypoints[74].origin = (722.336, 108.589, 1024.13); -/* 8:57 */waypoints[74].type = "stand"; -/* 8:57 */waypoints[74].children[0] = 73; -/* 8:57 */waypoints[74].children[1] = 75; -/* 8:57 */waypoints[74].children[2] = 102; -/* 8:57 */waypoints[74].children[3] = 169; -/* 8:57 */waypoints[75] = spawnstruct(); -/* 8:57 */waypoints[75].origin = (948.373, 339.856, 1024.13); -/* 8:57 */waypoints[75].type = "stand"; -/* 8:57 */waypoints[75].children[0] = 74; -/* 8:57 */waypoints[75].children[1] = 55; -/* 8:57 */waypoints[75].children[2] = 76; -/* 8:57 */waypoints[75].children[3] = 100; -/* 8:57 */waypoints[75].children[4] = 102; -/* 8:57 */waypoints[75].children[5] = 169; -/* 8:57 */waypoints[75].children[6] = 167; -/* 8:57 */waypoints[76] = spawnstruct(); -/* 8:57 */waypoints[76].origin = (494.214, 351.337, 1009.33); -/* 8:57 */waypoints[76].type = "stand"; -/* 8:57 */waypoints[76].children[0] = 75; -/* 8:57 */waypoints[76].children[1] = 72; -/* 8:57 */waypoints[76].children[2] = 62; -/* 8:57 */waypoints[76].children[3] = 77; -/* 8:57 */waypoints[76].children[4] = 97; -/* 8:57 */waypoints[76].children[5] = 168; -/* 8:57 */waypoints[76].children[6] = 167; -/* 8:57 */waypoints[77] = spawnstruct(); -/* 8:57 */waypoints[77].origin = (95.9476, 617.921, 959.561); -/* 8:57 */waypoints[77].type = "stand"; -/* 8:57 */waypoints[77].children[0] = 76; -/* 8:57 */waypoints[77].children[1] = 63; -/* 8:57 */waypoints[77].children[2] = 62; -/* 8:57 */waypoints[77].children[3] = 168; -/* 8:57 */waypoints[77].children[4] = 196; -/* 8:57 */waypoints[78] = spawnstruct(); -/* 8:57 */waypoints[78].origin = (-601.699, 961.851, 897.839); -/* 8:57 */waypoints[78].type = "stand"; -/* 8:57 */waypoints[78].children[0] = 64; -/* 8:57 */waypoints[78].children[1] = 79; -/* 8:57 */waypoints[78].children[2] = 188; -/* 8:57 */waypoints[78].children[3] = 193; -/* 8:57 */waypoints[79] = spawnstruct(); -/* 8:57 */waypoints[79].origin = (-963.71, 954.596, 1024.13); -/* 8:57 */waypoints[79].type = "stand"; -/* 8:57 */waypoints[79].children[0] = 78; -/* 8:57 */waypoints[79].children[1] = 80; -/* 8:57 */waypoints[79].children[2] = 83; -/* 8:57 */waypoints[80] = spawnstruct(); -/* 8:57 */waypoints[80].origin = (-1194.07, 735.15, 1024.13); -/* 8:57 */waypoints[80].type = "stand"; -/* 8:57 */waypoints[80].children[0] = 79; -/* 8:57 */waypoints[80].children[1] = 81; -/* 8:57 */waypoints[80].children[2] = 83; -/* 8:57 */waypoints[80].children[3] = 122; -/* 8:57 */waypoints[80].children[4] = 127; -/* 8:57 */waypoints[80].children[5] = 130; -/* 8:57 */waypoints[80].children[6] = 187; -/* 8:57 */waypoints[81] = spawnstruct(); -/* 8:57 */waypoints[81].origin = (-1514.5, 1070.62, 1024.13); -/* 8:57 */waypoints[81].type = "stand"; -/* 8:57 */waypoints[81].children[0] = 80; -/* 8:57 */waypoints[81].children[1] = 82; -/* 8:57 */waypoints[81].children[2] = 84; -/* 8:57 */waypoints[81].children[3] = 127; -/* 8:57 */waypoints[81].children[4] = 129; -/* 8:57 */waypoints[81].children[5] = 181; -/* 8:57 */waypoints[81].children[6] = 182; -/* 8:57 */waypoints[82] = spawnstruct(); -/* 8:57 */waypoints[82].origin = (-1252.48, 1146.84, 1024.13); -/* 8:57 */waypoints[82].type = "stand"; -/* 8:57 */waypoints[82].children[0] = 81; -/* 8:57 */waypoints[82].children[1] = 83; -/* 8:57 */waypoints[82].children[2] = 130; -/* 8:57 */waypoints[82].children[3] = 180; -/* 8:57 */waypoints[83] = spawnstruct(); -/* 8:57 */waypoints[83].origin = (-1069.54, 933.136, 1024.13); -/* 8:57 */waypoints[83].type = "stand"; -/* 8:57 */waypoints[83].children[0] = 82; -/* 8:57 */waypoints[83].children[1] = 79; -/* 8:57 */waypoints[83].children[2] = 80; -/* 8:57 */waypoints[83].children[3] = 130; -/* 8:57 */waypoints[83].children[4] = 187; -/* 8:57 */waypoints[84] = spawnstruct(); -/* 8:57 */waypoints[84].origin = (-1556.4, 1246.98, 1024.13); -/* 8:57 */waypoints[84].type = "stand"; -/* 8:57 */waypoints[84].children[0] = 81; -/* 8:57 */waypoints[84].children[1] = 7; -/* 8:57 */waypoints[84].children[2] = 8; -/* 8:57 */waypoints[85] = spawnstruct(); -/* 8:57 */waypoints[85].origin = (462.066, 2072.64, 1216.13); -/* 8:57 */waypoints[85].type = "stand"; -/* 8:57 */waypoints[85].children[0] = 1; -/* 8:57 */waypoints[85].children[1] = 86; -/* 8:57 */waypoints[86] = spawnstruct(); -/* 8:57 */waypoints[86].origin = (768.145, 2020.24, 1214.33); -/* 8:57 */waypoints[86].type = "stand"; -/* 8:57 */waypoints[86].children[0] = 0; -/* 8:57 */waypoints[86].children[1] = 87; -/* 8:57 */waypoints[86].children[2] = 172; -/* 8:57 */waypoints[86].children[3] = 85; -/* 8:57 */waypoints[87] = spawnstruct(); -/* 8:57 */waypoints[87].origin = (676.322, 1836.7, 1214.84); -/* 8:57 */waypoints[87].type = "stand"; -/* 8:57 */waypoints[87].children[0] = 86; -/* 8:57 */waypoints[87].children[1] = 173; -/* 8:57 */waypoints[87].children[2] = 175; -/* 8:57 */waypoints[88] = spawnstruct(); -/* 8:57 */waypoints[88].origin = (719.573, 1591.7, 1207.65); -/* 8:57 */waypoints[88].type = "stand"; -/* 8:57 */waypoints[88].children[0] = 48; -/* 8:57 */waypoints[88].children[1] = 49; -/* 8:57 */waypoints[88].children[2] = 175; -/* 8:57 */waypoints[89] = spawnstruct(); -/* 8:57 */waypoints[89].origin = (616.446, 1181.26, 1160.88); -/* 8:57 */waypoints[89].type = "stand"; -/* 8:57 */waypoints[89].children[0] = 49; -/* 8:57 */waypoints[89].children[1] = 90; -/* 8:57 */waypoints[89].children[2] = 220; -/* 8:57 */waypoints[90] = spawnstruct(); -/* 8:57 */waypoints[90].origin = (924.211, 1123.98, 1152.13); -/* 8:57 */waypoints[90].type = "stand"; -/* 8:57 */waypoints[90].children[0] = 89; -/* 8:57 */waypoints[90].children[1] = 59; -/* 8:57 */waypoints[90].children[2] = 91; -/* 8:57 */waypoints[91] = spawnstruct(); -/* 8:57 */waypoints[91].origin = (1201.82, 1141.01, 1135.29); -/* 8:57 */waypoints[91].type = "stand"; -/* 8:57 */waypoints[91].children[0] = 90; -/* 8:57 */waypoints[91].children[1] = 92; -/* 8:57 */waypoints[91].children[2] = 171; -/* 8:57 */waypoints[92] = spawnstruct(); -/* 8:57 */waypoints[92].origin = (1456.95, 811.492, 1091.52); -/* 8:57 */waypoints[92].type = "stand"; -/* 8:57 */waypoints[92].children[0] = 91; -/* 8:57 */waypoints[92].children[1] = 56; -/* 8:57 */waypoints[92].children[2] = 55; -/* 8:57 */waypoints[92].children[3] = 93; -/* 8:57 */waypoints[93] = spawnstruct(); -/* 8:57 */waypoints[93].origin = (1520.87, 546.836, 1072.88); -/* 8:57 */waypoints[93].type = "stand"; -/* 8:57 */waypoints[93].children[0] = 92; -/* 8:57 */waypoints[93].children[1] = 94; -/* 8:57 */waypoints[94] = spawnstruct(); -/* 8:57 */waypoints[94].origin = (1515.12, 340.771, 1068.65); -/* 8:57 */waypoints[94].type = "crouch"; -/* 8:57 */waypoints[94].children[0] = 93; -/* 8:57 */waypoints[94].angles = (6.68396, 136.873, 0); -/* 8:57 */waypoints[95] = spawnstruct(); -/* 8:57 */waypoints[95].origin = (1386.77, 409.038, 1056.42); -/* 8:57 */waypoints[95].type = "stand"; -/* 8:57 */waypoints[95].children[0] = 55; -/* 8:57 */waypoints[95].children[1] = 96; -/* 8:57 */waypoints[96] = spawnstruct(); -/* 8:57 */waypoints[96].origin = (1467.94, 386.266, 1058.84); -/* 8:57 */waypoints[96].type = "crouch"; -/* 8:57 */waypoints[96].children[0] = 95; -/* 8:57 */waypoints[96].angles = (8.7384, 164.822, 0); -/* 8:57 */waypoints[97] = spawnstruct(); -/* 8:57 */waypoints[97].origin = (373.642, 277.899, 1015.12); -/* 8:57 */waypoints[97].type = "stand"; -/* 8:57 */waypoints[97].children[0] = 76; -/* 8:57 */waypoints[97].children[1] = 72; -/* 8:57 */waypoints[97].children[2] = 62; -/* 8:57 */waypoints[97].children[3] = 73; -/* 8:57 */waypoints[97].children[4] = 168; -/* 8:57 */waypoints[98] = spawnstruct(); -/* 8:57 */waypoints[98].origin = (942.943, 663.163, 1030.25); -/* 8:57 */waypoints[98].type = "crouch"; -/* 8:57 */waypoints[98].children[0] = 169; -/* 8:57 */waypoints[98].angles = (3.5144, -92.6532, 0); -/* 8:57 */waypoints[99] = spawnstruct(); -/* 8:57 */waypoints[99].origin = (835.042, 668.854, 1032.07); -/* 8:57 */waypoints[99].type = "crouch"; -/* 8:57 */waypoints[99].children[0] = 169; -/* 8:57 */waypoints[99].angles = (2.56958, -75.4047, 0); -/* 8:57 */waypoints[100] = spawnstruct(); -/* 8:57 */waypoints[100].origin = (925.904, 46.5996, 1040.13); -/* 8:57 */waypoints[100].type = "crouch"; -/* 8:57 */waypoints[100].children[0] = 75; -/* 8:57 */waypoints[100].angles = (5.73364, 92.9883, 0); -/* 8:57 */waypoints[101] = spawnstruct(); -/* 8:57 */waypoints[101].origin = (1099.59, 182.11, 1024.13); -/* 8:57 */waypoints[101].type = "crouch"; -/* 8:57 */waypoints[101].children[0] = 102; -/* 8:57 */waypoints[101].angles = (2.56958, 179.379, 0); -/* 8:57 */waypoints[102] = spawnstruct(); -/* 8:57 */waypoints[102].origin = (841.478, 186.399, 1024.13); -/* 8:57 */waypoints[102].type = "stand"; -/* 8:57 */waypoints[102].children[0] = 101; -/* 8:57 */waypoints[102].children[1] = 74; -/* 8:57 */waypoints[102].children[2] = 75; -/* 8:57 */waypoints[102].children[3] = 169; -/* 8:57 */waypoints[102].children[4] = 167; -/* 8:57 */waypoints[103] = spawnstruct(); -/* 8:57 */waypoints[103].origin = (130.27, 1043.53, 1152.13); -/* 8:57 */waypoints[103].type = "stand"; -/* 8:57 */waypoints[103].children[0] = 60; -/* 8:57 */waypoints[103].children[1] = 104; -/* 8:57 */waypoints[103].children[2] = 135; -/* 8:57 */waypoints[103].children[3] = 137; -/* 8:57 */waypoints[103].children[4] = 136; -/* 8:57 */waypoints[104] = spawnstruct(); -/* 8:57 */waypoints[104].origin = (137.358, 1383.97, 1280.13); -/* 8:57 */waypoints[104].type = "stand"; -/* 8:57 */waypoints[104].children[0] = 103; -/* 8:57 */waypoints[104].children[1] = 107; -/* 8:57 */waypoints[104].children[2] = 177; -/* 8:57 */waypoints[105] = spawnstruct(); -/* 8:57 */waypoints[105].origin = (-261.199, 1814.7, 1280.13); -/* 8:57 */waypoints[105].type = "stand"; -/* 8:57 */waypoints[105].children[0] = 3; -/* 8:57 */waypoints[105].children[1] = 4; -/* 8:57 */waypoints[105].children[2] = 107; -/* 8:57 */waypoints[105].children[3] = 177; -/* 8:57 */waypoints[106] = spawnstruct(); -/* 8:57 */waypoints[106].origin = (-551.58, 1682.85, 1292.47); -/* 8:57 */waypoints[106].type = "crouch"; -/* 8:57 */waypoints[106].children[0] = 4; -/* 8:57 */waypoints[106].angles = (5.57434, 110.396, 0); -/* 8:57 */waypoints[107] = spawnstruct(); -/* 8:57 */waypoints[107].origin = (-453.015, 1506.06, 1280.13); -/* 8:57 */waypoints[107].type = "stand"; -/* 8:57 */waypoints[107].children[0] = 105; -/* 8:57 */waypoints[107].children[1] = 104; -/* 8:57 */waypoints[107].children[2] = 108; -/* 8:57 */waypoints[107].children[3] = 177; -/* 8:57 */waypoints[108] = spawnstruct(); -/* 8:57 */waypoints[108].origin = (-698.607, 1503.24, 1216.13); -/* 8:57 */waypoints[108].type = "stand"; -/* 8:57 */waypoints[108].children[0] = 107; -/* 8:57 */waypoints[108].children[1] = 109; -/* 8:57 */waypoints[109] = spawnstruct(); -/* 8:57 */waypoints[109].origin = (-715.176, 939.26, 1152.13); -/* 8:57 */waypoints[109].type = "stand"; -/* 8:57 */waypoints[109].children[0] = 108; -/* 8:57 */waypoints[109].children[1] = 110; -/* 8:57 */waypoints[109].children[2] = 121; -/* 8:57 */waypoints[110] = spawnstruct(); -/* 8:57 */waypoints[110].origin = (-442.259, 664.913, 1152.13); -/* 8:57 */waypoints[110].type = "stand"; -/* 8:57 */waypoints[110].children[0] = 109; -/* 8:57 */waypoints[110].children[1] = 131; -/* 8:57 */waypoints[110].children[2] = 132; -/* 8:57 */waypoints[110].children[3] = 133; -/* 8:57 */waypoints[110].children[4] = 134; -/* 8:57 */waypoints[111] = spawnstruct(); -/* 8:57 */waypoints[111].origin = (-461.012, -186.894, 864.125); -/* 8:57 */waypoints[111].type = "stand"; -/* 8:57 */waypoints[111].children[0] = 112; -/* 8:57 */waypoints[111].children[1] = 113; -/* 8:57 */waypoints[111].children[2] = 133; -/* 8:57 */waypoints[111].children[3] = 138; -/* 8:57 */waypoints[111].children[4] = 160; -/* 8:57 */waypoints[111].children[5] = 161; -/* 8:57 */waypoints[112] = spawnstruct(); -/* 8:57 */waypoints[112].origin = (-202.722, -185.12, 864.125); -/* 8:57 */waypoints[112].type = "stand"; -/* 8:57 */waypoints[112].children[0] = 111; -/* 8:57 */waypoints[112].children[1] = 70; -/* 8:57 */waypoints[112].children[2] = 69; -/* 8:57 */waypoints[112].children[3] = 68; -/* 8:57 */waypoints[112].children[4] = 138; -/* 8:57 */waypoints[112].children[5] = 161; -/* 8:57 */waypoints[113] = spawnstruct(); -/* 8:57 */waypoints[113].origin = (-724.035, -251.22, 836.534); -/* 8:57 */waypoints[113].type = "stand"; -/* 8:57 */waypoints[113].children[0] = 111; -/* 8:57 */waypoints[113].children[1] = 114; -/* 8:57 */waypoints[113].children[2] = 115; -/* 8:57 */waypoints[113].children[3] = 161; -/* 8:57 */waypoints[114] = spawnstruct(); -/* 8:57 */waypoints[114].origin = (-970.678, -479.821, 768.175); -/* 8:57 */waypoints[114].type = "stand"; -/* 8:57 */waypoints[114].children[0] = 113; -/* 8:57 */waypoints[114].children[1] = 19; -/* 8:57 */waypoints[114].children[2] = 20; -/* 8:57 */waypoints[114].children[3] = 116; -/* 8:57 */waypoints[114].children[4] = 161; -/* 8:57 */waypoints[114].children[5] = 199; -/* 8:57 */waypoints[115] = spawnstruct(); -/* 8:57 */waypoints[115].origin = (-936.254, -620.273, 766.603); -/* 8:57 */waypoints[115].type = "stand"; -/* 8:57 */waypoints[115].children[0] = 19; -/* 8:57 */waypoints[115].children[1] = 20; -/* 8:57 */waypoints[115].children[2] = 113; -/* 8:57 */waypoints[115].children[3] = 116; -/* 8:57 */waypoints[115].children[4] = 161; -/* 8:57 */waypoints[115].children[5] = 200; -/* 8:57 */waypoints[116] = spawnstruct(); -/* 8:57 */waypoints[116].origin = (-1176.32, -519.251, 788.038); -/* 8:57 */waypoints[116].type = "stand"; -/* 8:57 */waypoints[116].children[0] = 114; -/* 8:57 */waypoints[116].children[1] = 115; -/* 8:57 */waypoints[116].children[2] = 117; -/* 8:57 */waypoints[117] = spawnstruct(); -/* 8:57 */waypoints[117].origin = (-1451.66, -321.355, 882.165); -/* 8:57 */waypoints[117].type = "stand"; -/* 8:57 */waypoints[117].children[0] = 116; -/* 8:57 */waypoints[117].children[1] = 118; -/* 8:57 */waypoints[118] = spawnstruct(); -/* 8:57 */waypoints[118].origin = (-1467.81, -66.334, 937.62); -/* 8:57 */waypoints[118].type = "stand"; -/* 8:57 */waypoints[118].children[0] = 117; -/* 8:57 */waypoints[118].children[1] = 16; -/* 8:57 */waypoints[118].children[2] = 15; -/* 8:57 */waypoints[118].children[3] = 119; -/* 8:57 */waypoints[118].children[4] = 201; -/* 8:57 */waypoints[119] = spawnstruct(); -/* 8:57 */waypoints[119].origin = (-1216.95, 215.492, 960.125); -/* 8:57 */waypoints[119].type = "stand"; -/* 8:57 */waypoints[119].children[0] = 118; -/* 8:57 */waypoints[119].children[1] = 120; -/* 8:57 */waypoints[119].children[2] = 189; -/* 8:57 */waypoints[119].children[3] = 201; -/* 8:57 */waypoints[119].children[4] = 191; -/* 8:57 */waypoints[120] = spawnstruct(); -/* 8:57 */waypoints[120].origin = (-1200.34, 429.764, 960.125); -/* 8:57 */waypoints[120].type = "stand"; -/* 8:57 */waypoints[120].children[0] = 119; -/* 8:57 */waypoints[120].children[1] = 121; -/* 8:57 */waypoints[120].children[2] = 189; -/* 8:57 */waypoints[121] = spawnstruct(); -/* 8:57 */waypoints[121].origin = (-1019.95, 614.201, 1024.13); -/* 8:57 */waypoints[121].type = "stand"; -/* 8:57 */waypoints[121].children[0] = 120; -/* 8:57 */waypoints[121].children[1] = 122; -/* 8:57 */waypoints[121].children[2] = 109; -/* 8:57 */waypoints[122] = spawnstruct(); -/* 8:57 */waypoints[122].origin = (-1151.02, 698.938, 1024.13); -/* 8:57 */waypoints[122].type = "stand"; -/* 8:57 */waypoints[122].children[0] = 121; -/* 8:57 */waypoints[122].children[1] = 80; -/* 8:57 */waypoints[122].children[2] = 123; -/* 8:57 */waypoints[123] = spawnstruct(); -/* 8:57 */waypoints[123].origin = (-1347.4, 495.468, 1024.13); -/* 8:57 */waypoints[123].type = "stand"; -/* 8:57 */waypoints[123].children[0] = 122; -/* 8:57 */waypoints[123].children[1] = 124; -/* 8:57 */waypoints[123].children[2] = 186; -/* 8:57 */waypoints[124] = spawnstruct(); -/* 8:57 */waypoints[124].origin = (-1578.1, 351.026, 1024.13); -/* 8:57 */waypoints[124].type = "stand"; -/* 8:57 */waypoints[124].children[0] = 123; -/* 8:57 */waypoints[124].children[1] = 125; -/* 8:57 */waypoints[124].children[2] = 185; -/* 8:57 */waypoints[124].children[3] = 186; -/* 8:57 */waypoints[125] = spawnstruct(); -/* 8:57 */waypoints[125].origin = (-1741.52, 424.588, 1024.13); -/* 8:57 */waypoints[125].type = "stand"; -/* 8:57 */waypoints[125].children[0] = 124; -/* 8:57 */waypoints[125].children[1] = 12; -/* 8:57 */waypoints[125].children[2] = 14; -/* 8:57 */waypoints[125].children[3] = 126; -/* 8:57 */waypoints[125].children[4] = 128; -/* 8:57 */waypoints[125].children[5] = 185; -/* 8:57 */waypoints[126] = spawnstruct(); -/* 8:57 */waypoints[126].origin = (-1482.18, 673.099, 1016.13); -/* 8:57 */waypoints[126].type = "stand"; -/* 8:57 */waypoints[126].children[0] = 125; -/* 8:57 */waypoints[126].children[1] = 127; -/* 8:57 */waypoints[127] = spawnstruct(); -/* 8:57 */waypoints[127].origin = (-1384.47, 853.093, 1024.13); -/* 8:57 */waypoints[127].type = "stand"; -/* 8:57 */waypoints[127].children[0] = 126; -/* 8:57 */waypoints[127].children[1] = 81; -/* 8:57 */waypoints[127].children[2] = 80; -/* 8:57 */waypoints[127].children[3] = 128; -/* 8:57 */waypoints[127].children[4] = 129; -/* 8:57 */waypoints[127].children[5] = 130; -/* 8:57 */waypoints[128] = spawnstruct(); -/* 8:57 */waypoints[128].origin = (-1570.41, 751.879, 1016.02); -/* 8:57 */waypoints[128].type = "stand"; -/* 8:57 */waypoints[128].children[0] = 127; -/* 8:57 */waypoints[128].children[1] = 125; -/* 8:57 */waypoints[128].children[2] = 14; -/* 8:57 */waypoints[128].children[3] = 129; -/* 8:57 */waypoints[129] = spawnstruct(); -/* 8:57 */waypoints[129].origin = (-1695.67, 867.441, 1024.13); -/* 8:57 */waypoints[129].type = "stand"; -/* 8:57 */waypoints[129].children[0] = 128; -/* 8:57 */waypoints[129].children[1] = 81; -/* 8:57 */waypoints[129].children[2] = 11; -/* 8:57 */waypoints[129].children[3] = 127; -/* 8:57 */waypoints[129].children[4] = 182; -/* 8:57 */waypoints[129].children[5] = 183; -/* 8:57 */waypoints[130] = spawnstruct(); -/* 8:57 */waypoints[130].origin = (-1191.08, 956.694, 1024.13); -/* 8:57 */waypoints[130].type = "stand"; -/* 8:57 */waypoints[130].children[0] = 127; -/* 8:57 */waypoints[130].children[1] = 83; -/* 8:57 */waypoints[130].children[2] = 82; -/* 8:57 */waypoints[130].children[3] = 80; -/* 8:57 */waypoints[131] = spawnstruct(); -/* 8:57 */waypoints[131].origin = (-75.7132, 630.024, 1152.13); -/* 8:57 */waypoints[131].type = "stand"; -/* 8:57 */waypoints[131].children[0] = 110; -/* 8:57 */waypoints[131].children[1] = 135; -/* 8:57 */waypoints[131].children[2] = 132; -/* 8:57 */waypoints[131].children[3] = 136; -/* 8:57 */waypoints[132] = spawnstruct(); -/* 8:57 */waypoints[132].origin = (-323.437, 552.794, 1152.13); -/* 8:57 */waypoints[132].type = "stand"; -/* 8:57 */waypoints[132].children[0] = 110; -/* 8:57 */waypoints[132].children[1] = 133; -/* 8:57 */waypoints[132].children[2] = 134; -/* 8:57 */waypoints[132].children[3] = 131; -/* 8:57 */waypoints[133] = spawnstruct(); -/* 8:57 */waypoints[133].origin = (-464.06, 523.919, 1152.13); -/* 8:57 */waypoints[133].type = "stand"; -/* 8:57 */waypoints[133].children[0] = 132; -/* 8:57 */waypoints[133].children[1] = 110; -/* 8:57 */waypoints[133].children[2] = 111; -/* 8:57 */waypoints[134] = spawnstruct(); -/* 8:57 */waypoints[134].origin = (-54.8065, 530.552, 1152.13); -/* 8:57 */waypoints[134].type = "stand"; -/* 8:57 */waypoints[134].children[0] = 132; -/* 8:57 */waypoints[134].children[1] = 136; -/* 8:57 */waypoints[134].children[2] = 110; -/* 8:57 */waypoints[134].children[3] = 135; -/* 8:57 */waypoints[135] = spawnstruct(); -/* 8:57 */waypoints[135].origin = (125.738, 815.135, 1152.13); -/* 8:57 */waypoints[135].type = "stand"; -/* 8:57 */waypoints[135].children[0] = 131; -/* 8:57 */waypoints[135].children[1] = 103; -/* 8:57 */waypoints[135].children[2] = 136; -/* 8:57 */waypoints[135].children[3] = 134; -/* 8:57 */waypoints[136] = spawnstruct(); -/* 8:57 */waypoints[136].origin = (227.428, 830.07, 1152.13); -/* 8:57 */waypoints[136].type = "stand"; -/* 8:57 */waypoints[136].children[0] = 134; -/* 8:57 */waypoints[136].children[1] = 137; -/* 8:57 */waypoints[136].children[2] = 135; -/* 8:57 */waypoints[136].children[3] = 131; -/* 8:57 */waypoints[136].children[4] = 103; -/* 8:57 */waypoints[137] = spawnstruct(); -/* 8:57 */waypoints[137].origin = (257.024, 964.207, 1152.13); -/* 8:57 */waypoints[137].type = "stand"; -/* 8:57 */waypoints[137].children[0] = 136; -/* 8:57 */waypoints[137].children[1] = 60; -/* 8:57 */waypoints[137].children[2] = 103; -/* 8:57 */waypoints[138] = spawnstruct(); -/* 8:57 */waypoints[138].origin = (-160.085, -371.692, 864.125); -/* 8:57 */waypoints[138].type = "stand"; -/* 8:57 */waypoints[138].children[0] = 111; -/* 8:57 */waypoints[138].children[1] = 112; -/* 8:57 */waypoints[138].children[2] = 70; -/* 8:57 */waypoints[138].children[3] = 139; -/* 8:57 */waypoints[138].children[4] = 158; -/* 8:57 */waypoints[138].children[5] = 68; -/* 8:57 */waypoints[139] = spawnstruct(); -/* 8:57 */waypoints[139].origin = (48.8556, -768.733, 836.512); -/* 8:57 */waypoints[139].type = "stand"; -/* 8:57 */waypoints[139].children[0] = 138; -/* 8:57 */waypoints[139].children[1] = 140; -/* 8:57 */waypoints[139].children[2] = 156; -/* 8:57 */waypoints[139].children[3] = 157; -/* 8:57 */waypoints[139].children[4] = 158; -/* 8:57 */waypoints[139].children[5] = 162; -/* 8:57 */waypoints[140] = spawnstruct(); -/* 8:57 */waypoints[140].origin = (313.226, -759.003, 796.85); -/* 8:57 */waypoints[140].type = "stand"; -/* 8:57 */waypoints[140].children[0] = 139; -/* 8:57 */waypoints[140].children[1] = 141; -/* 8:57 */waypoints[140].children[2] = 143; -/* 8:57 */waypoints[140].children[3] = 156; -/* 8:57 */waypoints[141] = spawnstruct(); -/* 8:57 */waypoints[141].origin = (706.558, -651.088, 736.123); -/* 8:57 */waypoints[141].type = "stand"; -/* 8:57 */waypoints[141].children[0] = 140; -/* 8:57 */waypoints[141].children[1] = 142; -/* 8:57 */waypoints[142] = spawnstruct(); -/* 8:57 */waypoints[142].origin = (826.901, -664.768, 736.123); -/* 8:57 */waypoints[142].type = "stand"; -/* 8:57 */waypoints[142].children[0] = 141; -/* 8:57 */waypoints[142].children[1] = 28; -/* 8:57 */waypoints[142].children[2] = 144; -/* 8:57 */waypoints[142].children[3] = 151; -/* 8:57 */waypoints[143] = spawnstruct(); -/* 8:57 */waypoints[143].origin = (546.702, -583.949, 750.09); -/* 8:57 */waypoints[143].type = "stand"; -/* 8:57 */waypoints[143].children[0] = 140; -/* 8:57 */waypoints[143].children[1] = 144; -/* 8:57 */waypoints[144] = spawnstruct(); -/* 8:57 */waypoints[144].origin = (773.781, -562.615, 736.125); -/* 8:57 */waypoints[144].type = "stand"; -/* 8:57 */waypoints[144].children[0] = 143; -/* 8:57 */waypoints[144].children[1] = 142; -/* 8:57 */waypoints[144].children[2] = 145; -/* 8:57 */waypoints[144].children[3] = 147; -/* 8:57 */waypoints[145] = spawnstruct(); -/* 8:57 */waypoints[145].origin = (772.44, -359.019, 800.125); -/* 8:57 */waypoints[145].type = "stand"; -/* 8:57 */waypoints[145].children[0] = 144; -/* 8:57 */waypoints[145].children[1] = 146; -/* 8:57 */waypoints[145].children[2] = 216; -/* 8:57 */waypoints[145].children[3] = 215; -/* 8:57 */waypoints[146] = spawnstruct(); -/* 8:57 */waypoints[146].origin = (1257.15, -370.239, 800.125); -/* 8:57 */waypoints[146].type = "stand"; -/* 8:57 */waypoints[146].children[0] = 145; -/* 8:57 */waypoints[146].children[1] = 147; -/* 8:57 */waypoints[146].children[2] = 209; -/* 8:57 */waypoints[146].children[3] = 215; -/* 8:57 */waypoints[147] = spawnstruct(); -/* 8:57 */waypoints[147].origin = (1278.86, -568.022, 736.125); -/* 8:57 */waypoints[147].type = "stand"; -/* 8:57 */waypoints[147].children[0] = 146; -/* 8:57 */waypoints[147].children[1] = 144; -/* 8:57 */waypoints[147].children[2] = 148; -/* 8:57 */waypoints[147].children[3] = 208; -/* 8:57 */waypoints[148] = spawnstruct(); -/* 8:57 */waypoints[148].origin = (1422.45, -703.711, 736.125); -/* 8:57 */waypoints[148].type = "stand"; -/* 8:57 */waypoints[148].children[0] = 147; -/* 8:57 */waypoints[148].children[1] = 149; -/* 8:57 */waypoints[148].children[2] = 207; -/* 8:57 */waypoints[149] = spawnstruct(); -/* 8:57 */waypoints[149].origin = (1408.5, -827.525, 704.06); -/* 8:57 */waypoints[149].type = "stand"; -/* 8:57 */waypoints[149].children[0] = 148; -/* 8:57 */waypoints[149].children[1] = 150; -/* 8:57 */waypoints[149].children[2] = 30; -/* 8:57 */waypoints[149].children[3] = 202; -/* 8:57 */waypoints[150] = spawnstruct(); -/* 8:57 */waypoints[150].origin = (1071.95, -757.125, 704.125); -/* 8:57 */waypoints[150].type = "stand"; -/* 8:57 */waypoints[150].children[0] = 149; -/* 8:57 */waypoints[150].children[1] = 28; -/* 8:57 */waypoints[150].children[2] = 151; -/* 8:57 */waypoints[150].children[3] = 202; -/* 8:57 */waypoints[151] = spawnstruct(); -/* 8:57 */waypoints[151].origin = (826.556, -901.908, 704.125); -/* 8:57 */waypoints[151].type = "stand"; -/* 8:57 */waypoints[151].children[0] = 150; -/* 8:57 */waypoints[151].children[1] = 27; -/* 8:57 */waypoints[151].children[2] = 142; -/* 8:57 */waypoints[151].children[3] = 28; -/* 8:57 */waypoints[151].children[4] = 152; -/* 8:57 */waypoints[152] = spawnstruct(); -/* 8:57 */waypoints[152].origin = (527.125, -903.517, 704.125); -/* 8:57 */waypoints[152].type = "climb"; -/* 8:57 */waypoints[152].children[0] = 151; -/* 8:57 */waypoints[152].children[1] = 153; -/* 8:57 */waypoints[152].angles = (7.15637, -179.203, 0); -/* 8:57 */waypoints[153] = spawnstruct(); -/* 8:57 */waypoints[153].origin = (335.125, -942.283, 739.505); -/* 8:57 */waypoints[153].type = "climb"; -/* 8:57 */waypoints[153].children[0] = 152; -/* 8:57 */waypoints[153].children[1] = 154; -/* 8:57 */waypoints[153].angles = (5.41504, -179.517, 0); -/* 8:57 */waypoints[154] = spawnstruct(); -/* 8:57 */waypoints[154].origin = (243.298, -951.615, 780.85); -/* 8:57 */waypoints[154].type = "climb"; -/* 8:57 */waypoints[154].children[0] = 153; -/* 8:57 */waypoints[154].children[1] = 155; -/* 8:57 */waypoints[154].children[2] = 156; -/* 8:57 */waypoints[154].angles = (25.6683, 20.3687, 0); -/* 8:57 */waypoints[155] = spawnstruct(); -/* 8:57 */waypoints[155].origin = (155.668, -1029.58, 788.784); -/* 8:57 */waypoints[155].type = "climb"; -/* 8:57 */waypoints[155].children[0] = 154; -/* 8:57 */waypoints[155].angles = (8.10669, 38.562, 0); -/* 8:57 */waypoints[156] = spawnstruct(); -/* 8:57 */waypoints[156].origin = (208.925, -790.965, 813.829); -/* 8:57 */waypoints[156].type = "stand"; -/* 8:57 */waypoints[156].children[0] = 154; -/* 8:57 */waypoints[156].children[1] = 140; -/* 8:57 */waypoints[156].children[2] = 139; -/* 8:57 */waypoints[157] = spawnstruct(); -/* 8:57 */waypoints[157].origin = (-190.729, -759.425, 843.737); -/* 8:57 */waypoints[157].type = "stand"; -/* 8:57 */waypoints[157].children[0] = 139; -/* 8:57 */waypoints[157].children[1] = 24; -/* 8:57 */waypoints[157].children[2] = 158; -/* 8:57 */waypoints[158] = spawnstruct(); -/* 8:57 */waypoints[158].origin = (-147.023, -617.078, 859.433); -/* 8:57 */waypoints[158].type = "stand"; -/* 8:57 */waypoints[158].children[0] = 157; -/* 8:57 */waypoints[158].children[1] = 138; -/* 8:57 */waypoints[158].children[2] = 139; -/* 8:57 */waypoints[158].children[3] = 159; -/* 8:57 */waypoints[159] = spawnstruct(); -/* 8:57 */waypoints[159].origin = (-311.713, -489.191, 868.708); -/* 8:57 */waypoints[159].type = "stand"; -/* 8:57 */waypoints[159].children[0] = 158; -/* 8:57 */waypoints[159].children[1] = 160; -/* 8:57 */waypoints[160] = spawnstruct(); -/* 8:57 */waypoints[160].origin = (-508.943, -391.591, 864.125); -/* 8:57 */waypoints[160].type = "stand"; -/* 8:57 */waypoints[160].children[0] = 159; -/* 8:57 */waypoints[160].children[1] = 111; -/* 8:57 */waypoints[160].children[2] = 161; -/* 8:57 */waypoints[161] = spawnstruct(); -/* 8:57 */waypoints[161].origin = (-671.794, -328.66, 838.727); -/* 8:57 */waypoints[161].type = "stand"; -/* 8:57 */waypoints[161].children[0] = 160; -/* 8:57 */waypoints[161].children[1] = 113; -/* 8:57 */waypoints[161].children[2] = 115; -/* 8:57 */waypoints[161].children[3] = 114; -/* 8:57 */waypoints[161].children[4] = 111; -/* 8:57 */waypoints[161].children[5] = 112; -/* 8:57 */waypoints[162] = spawnstruct(); -/* 8:57 */waypoints[162].origin = (0.237202, -892.618, 825.914); -/* 8:57 */waypoints[162].type = "stand"; -/* 8:57 */waypoints[162].children[0] = 139; -/* 8:57 */waypoints[162].children[1] = 163; -/* 8:57 */waypoints[163] = spawnstruct(); -/* 8:57 */waypoints[163].origin = (-2.33975, -974.519, 825.11); -/* 8:57 */waypoints[163].type = "crouch"; -/* 8:57 */waypoints[163].children[0] = 162; -/* 8:57 */waypoints[163].angles = (4.93713, 87.1271, 0); -/* 8:57 */waypoints[164] = spawnstruct(); -/* 8:57 */waypoints[164].origin = (-924.352, -1389.43, 737.05); -/* 8:57 */waypoints[164].type = "crouch"; -/* 8:57 */waypoints[164].children[0] = 22; -/* 8:57 */waypoints[164].angles = (8.89771, 66.9397, 0); -/* 8:57 */waypoints[165] = spawnstruct(); -/* 8:57 */waypoints[165].origin = (-841.056, -1390.89, 741.558); -/* 8:57 */waypoints[165].type = "crouch"; -/* 8:57 */waypoints[165].children[0] = 21; -/* 8:57 */waypoints[165].angles = (7.63428, 115.829, 0); -/* 8:57 */waypoints[166] = spawnstruct(); -/* 8:57 */waypoints[166].origin = (536.328, 554.484, 1033.94); -/* 8:57 */waypoints[166].type = "crouch"; -/* 8:57 */waypoints[166].children[0] = 168; -/* 8:57 */waypoints[166].angles = (8.7384, -106.485, 0); -/* 8:57 */waypoints[167] = spawnstruct(); -/* 8:57 */waypoints[167].origin = (725.034, 392.565, 1022.35); -/* 8:57 */waypoints[167].type = "stand"; -/* 8:57 */waypoints[167].children[0] = 168; -/* 8:57 */waypoints[167].children[1] = 169; -/* 8:57 */waypoints[167].children[2] = 76; -/* 8:57 */waypoints[167].children[3] = 75; -/* 8:57 */waypoints[167].children[4] = 102; -/* 8:57 */waypoints[167].children[5] = 170; -/* 8:57 */waypoints[168] = spawnstruct(); -/* 8:57 */waypoints[168].origin = (534.302, 390.722, 1008.7); -/* 8:57 */waypoints[168].type = "stand"; -/* 8:57 */waypoints[168].children[0] = 167; -/* 8:57 */waypoints[168].children[1] = 166; -/* 8:57 */waypoints[168].children[2] = 76; -/* 8:57 */waypoints[168].children[3] = 77; -/* 8:57 */waypoints[168].children[4] = 62; -/* 8:57 */waypoints[168].children[5] = 97; -/* 8:57 */waypoints[168].children[6] = 72; -/* 8:57 */waypoints[169] = spawnstruct(); -/* 8:57 */waypoints[169].origin = (902.865, 401.297, 1024.13); -/* 8:57 */waypoints[169].type = "stand"; -/* 8:57 */waypoints[169].children[0] = 99; -/* 8:57 */waypoints[169].children[1] = 98; -/* 8:57 */waypoints[169].children[2] = 167; -/* 8:57 */waypoints[169].children[3] = 75; -/* 8:57 */waypoints[169].children[4] = 55; -/* 8:57 */waypoints[169].children[5] = 102; -/* 8:57 */waypoints[169].children[6] = 74; -/* 8:57 */waypoints[170] = spawnstruct(); -/* 8:57 */waypoints[170].origin = (704.12, 586.806, 1031.59); -/* 8:57 */waypoints[170].type = "crouch"; -/* 8:57 */waypoints[170].children[0] = 167; -/* 8:57 */waypoints[170].angles = (3.20129, -85.2045, 0); -/* 8:57 */waypoints[171] = spawnstruct(); -/* 8:57 */waypoints[171].origin = (1217.01, 1357.85, 1216.13); -/* 8:57 */waypoints[171].type = "stand"; -/* 8:57 */waypoints[171].children[0] = 91; -/* 8:57 */waypoints[171].children[1] = 47; -/* 8:57 */waypoints[171].children[2] = 43; -/* 8:57 */waypoints[171].children[3] = 172; -/* 8:57 */waypoints[172] = spawnstruct(); -/* 8:57 */waypoints[172].origin = (1252.79, 1781.13, 1216.53); -/* 8:57 */waypoints[172].type = "stand"; -/* 8:57 */waypoints[172].children[0] = 171; -/* 8:57 */waypoints[172].children[1] = 0; -/* 8:57 */waypoints[172].children[2] = 45; -/* 8:57 */waypoints[172].children[3] = 173; -/* 8:57 */waypoints[172].children[4] = 175; -/* 8:57 */waypoints[172].children[5] = 86; -/* 8:57 */waypoints[173] = spawnstruct(); -/* 8:57 */waypoints[173].origin = (935.273, 1758.7, 1213.24); -/* 8:57 */waypoints[173].type = "stand"; -/* 8:57 */waypoints[173].children[0] = 0; -/* 8:57 */waypoints[173].children[1] = 87; -/* 8:57 */waypoints[173].children[2] = 174; -/* 8:57 */waypoints[173].children[3] = 175; -/* 8:57 */waypoints[173].children[4] = 172; -/* 8:57 */waypoints[174] = spawnstruct(); -/* 8:57 */waypoints[174].origin = (959.261, 1615.05, 1215.41); -/* 8:57 */waypoints[174].type = "stand"; -/* 8:57 */waypoints[174].children[0] = 173; -/* 8:57 */waypoints[174].children[1] = 47; -/* 8:57 */waypoints[174].children[2] = 48; -/* 8:57 */waypoints[174].children[3] = 0; -/* 8:57 */waypoints[175] = spawnstruct(); -/* 8:57 */waypoints[175].origin = (711.819, 1764.8, 1215.71); -/* 8:57 */waypoints[175].type = "stand"; -/* 8:57 */waypoints[175].children[0] = 173; -/* 8:57 */waypoints[175].children[1] = 87; -/* 8:57 */waypoints[175].children[2] = 88; -/* 8:57 */waypoints[175].children[3] = 172; -/* 8:57 */waypoints[176] = spawnstruct(); -/* 8:57 */waypoints[176].origin = (1432.45, 2003.29, 1212.94); -/* 8:57 */waypoints[176].type = "stand"; -/* 8:57 */waypoints[176].children[0] = 45; -/* 8:57 */waypoints[177] = spawnstruct(); -/* 8:57 */waypoints[177].origin = (-167.386, 1708.77, 1280.13); -/* 8:57 */waypoints[177].type = "stand"; -/* 8:57 */waypoints[177].children[0] = 107; -/* 8:57 */waypoints[177].children[1] = 105; -/* 8:57 */waypoints[177].children[2] = 104; -/* 8:57 */waypoints[178] = spawnstruct(); -/* 8:57 */waypoints[178].origin = (-920.961, 1807.69, 1280.13); -/* 8:57 */waypoints[178].type = "claymore"; -/* 8:57 */waypoints[178].children[0] = 4; -/* 8:57 */waypoints[178].children[1] = 179; -/* 8:57 */waypoints[178].angles = (28.9917, -35.0409, 0); -/* 8:57 */waypoints[179] = spawnstruct(); -/* 8:57 */waypoints[179].origin = (-798.349, 1768.07, 1280.13); -/* 8:57 */waypoints[179].type = "stand"; -/* 8:57 */waypoints[179].children[0] = 178; -/* 8:57 */waypoints[179].children[1] = 5; -/* 8:57 */waypoints[179].children[2] = 4; -/* 8:57 */waypoints[180] = spawnstruct(); -/* 8:57 */waypoints[180].origin = (-1334.37, 1148.27, 1024.13); -/* 8:57 */waypoints[180].type = "claymore"; -/* 8:57 */waypoints[180].children[0] = 82; -/* 8:57 */waypoints[180].children[1] = 181; -/* 8:57 */waypoints[180].angles = (40.5383, -133.962, 0); -/* 8:57 */waypoints[181] = spawnstruct(); -/* 8:57 */waypoints[181].origin = (-1415.15, 1048.88, 1024.13); -/* 8:57 */waypoints[181].type = "stand"; -/* 8:57 */waypoints[181].children[0] = 81; -/* 8:57 */waypoints[181].children[1] = 180; -/* 8:57 */waypoints[182] = spawnstruct(); -/* 8:57 */waypoints[182].origin = (-1591.61, 973.269, 1024.13); -/* 8:57 */waypoints[182].type = "claymore"; -/* 8:57 */waypoints[182].children[0] = 129; -/* 8:57 */waypoints[182].children[1] = 81; -/* 8:57 */waypoints[182].angles = (54.4635, -137.153, 0); -/* 8:57 */waypoints[183] = spawnstruct(); -/* 8:57 */waypoints[183].origin = (-1865.25, 753.122, 1024.13); -/* 8:57 */waypoints[183].type = "stand"; -/* 8:57 */waypoints[183].children[0] = 11; -/* 8:57 */waypoints[183].children[1] = 129; -/* 8:57 */waypoints[183].children[2] = 12; -/* 8:57 */waypoints[183].children[3] = 184; -/* 8:57 */waypoints[184] = spawnstruct(); -/* 8:57 */waypoints[184].origin = (-1864.56, 707.13, 1024.13); -/* 8:57 */waypoints[184].type = "claymore"; -/* 8:57 */waypoints[184].children[0] = 183; -/* 8:57 */waypoints[184].children[1] = 12; -/* 8:57 */waypoints[184].angles = (41.6479, -122.146, 0); -/* 8:57 */waypoints[185] = spawnstruct(); -/* 8:57 */waypoints[185].origin = (-1615.47, 435.28, 1024.13); -/* 8:57 */waypoints[185].type = "claymore"; -/* 8:57 */waypoints[185].children[0] = 124; -/* 8:57 */waypoints[185].children[1] = 125; -/* 8:57 */waypoints[185].angles = (45.1306, -41.2866, 0); -/* 8:57 */waypoints[186] = spawnstruct(); -/* 8:57 */waypoints[186].origin = (-1473.2, 437.226, 1024.13); -/* 8:57 */waypoints[186].type = "claymore"; -/* 8:57 */waypoints[186].children[0] = 123; -/* 8:57 */waypoints[186].children[1] = 124; -/* 8:57 */waypoints[186].angles = (42.5983, 45.7306, 0); -/* 8:57 */waypoints[187] = spawnstruct(); -/* 8:57 */waypoints[187].origin = (-1074.14, 815.884, 1024.13); -/* 8:57 */waypoints[187].type = "claymore"; -/* 8:57 */waypoints[187].children[0] = 80; -/* 8:57 */waypoints[187].children[1] = 83; -/* 8:57 */waypoints[187].angles = (50.6677, -133.363, 0); -/* 8:57 */waypoints[188] = spawnstruct(); -/* 8:57 */waypoints[188].origin = (-627.22, 771.174, 896.204); -/* 8:57 */waypoints[188].type = "stand"; -/* 8:57 */waypoints[188].children[0] = 78; -/* 8:57 */waypoints[188].children[1] = 191; -/* 8:57 */waypoints[188].children[2] = 189; -/* 8:57 */waypoints[188].children[3] = 64; -/* 8:57 */waypoints[188].children[4] = 193; -/* 8:57 */waypoints[189] = spawnstruct(); -/* 8:57 */waypoints[189].origin = (-1120.23, 317.566, 960.125); -/* 8:57 */waypoints[189].type = "stand"; -/* 8:57 */waypoints[189].children[0] = 120; -/* 8:57 */waypoints[189].children[1] = 190; -/* 8:57 */waypoints[189].children[2] = 119; -/* 8:57 */waypoints[189].children[3] = 188; -/* 8:57 */waypoints[189].children[4] = 201; -/* 8:57 */waypoints[189].children[5] = 191; -/* 8:57 */waypoints[190] = spawnstruct(); -/* 8:57 */waypoints[190].origin = (-920.223, 268.891, 960.125); -/* 8:57 */waypoints[190].type = "stand"; -/* 8:57 */waypoints[190].children[0] = 189; -/* 8:57 */waypoints[190].children[1] = 191; -/* 8:57 */waypoints[191] = spawnstruct(); -/* 8:57 */waypoints[191].origin = (-792.444, 393.138, 960.125); -/* 8:57 */waypoints[191].type = "stand"; -/* 8:57 */waypoints[191].children[0] = 190; -/* 8:57 */waypoints[191].children[1] = 188; -/* 8:57 */waypoints[191].children[2] = 189; -/* 8:57 */waypoints[191].children[3] = 119; -/* 8:57 */waypoints[192] = spawnstruct(); -/* 8:57 */waypoints[192].origin = (-254.189, 990.308, 917.466); -/* 8:57 */waypoints[192].type = "crouch"; -/* 8:57 */waypoints[192].children[0] = 193; -/* 8:57 */waypoints[192].angles = (8.89771, -137.027, 0); -/* 8:57 */waypoints[193] = spawnstruct(); -/* 8:57 */waypoints[193].origin = (-383.792, 916.518, 907.103); -/* 8:57 */waypoints[193].type = "stand"; -/* 8:57 */waypoints[193].children[0] = 64; -/* 8:57 */waypoints[193].children[1] = 63; -/* 8:57 */waypoints[193].children[2] = 78; -/* 8:57 */waypoints[193].children[3] = 188; -/* 8:57 */waypoints[193].children[4] = 192; -/* 8:57 */waypoints[193].children[5] = 194; -/* 8:57 */waypoints[194] = spawnstruct(); -/* 8:57 */waypoints[194].origin = (-255.368, 982.807, 917.482); -/* 8:57 */waypoints[194].type = "claymore"; -/* 8:57 */waypoints[194].children[0] = 193; -/* 8:57 */waypoints[194].angles = (36.2646, -114.747, 0); -/* 8:57 */waypoints[195] = spawnstruct(); -/* 8:57 */waypoints[195].origin = (0.0369695, 867.588, 939.347); -/* 8:57 */waypoints[195].type = "crouch"; -/* 8:57 */waypoints[195].children[0] = 63; -/* 8:57 */waypoints[195].angles = (7.78809, -89.9451, 0); -/* 8:57 */waypoints[196] = spawnstruct(); -/* 8:57 */waypoints[196].origin = (1.73399, 861.842, 939.699); -/* 8:57 */waypoints[196].type = "claymore"; -/* 8:57 */waypoints[196].children[0] = 63; -/* 8:57 */waypoints[196].children[1] = 77; -/* 8:57 */waypoints[196].children[2] = 62; -/* 8:57 */waypoints[196].angles = (40.2197, -107.754, 0); -/* 8:57 */waypoints[197] = spawnstruct(); -/* 8:57 */waypoints[197].origin = (-196.823, 303.081, 864.125); -/* 8:57 */waypoints[197].type = "claymore"; -/* 8:57 */waypoints[197].children[0] = 65; -/* 8:57 */waypoints[197].children[1] = 66; -/* 8:57 */waypoints[197].angles = (29.6234, 179.615, 0); -/* 8:57 */waypoints[198] = spawnstruct(); -/* 8:57 */waypoints[198].origin = (-57.6042, 314.518, 864.125); -/* 8:57 */waypoints[198].type = "crouch"; -/* 8:57 */waypoints[198].children[0] = 66; -/* 8:57 */waypoints[198].angles = (2.25098, -149.694, 0); -/* 8:57 */waypoints[199] = spawnstruct(); -/* 8:57 */waypoints[199].origin = (-714.574, -634.418, 768.146); -/* 8:57 */waypoints[199].type = "crouch"; -/* 8:57 */waypoints[199].children[0] = 114; -/* 8:57 */waypoints[199].angles = (5.57434, 135.044, 0); -/* 8:57 */waypoints[200] = spawnstruct(); -/* 8:57 */waypoints[200].origin = (-1090.33, -825.591, 768.125); -/* 8:57 */waypoints[200].type = "claymore"; -/* 8:57 */waypoints[200].children[0] = 19; -/* 8:57 */waypoints[200].children[1] = 20; -/* 8:57 */waypoints[200].children[2] = 115; -/* 8:57 */waypoints[200].angles = (27.7228, 86.9403, 0); -/* 8:57 */waypoints[201] = spawnstruct(); -/* 8:57 */waypoints[201].origin = (-1279.8, 43.8691, 957.982); -/* 8:57 */waypoints[201].type = "stand"; -/* 8:57 */waypoints[201].children[0] = 118; -/* 8:57 */waypoints[201].children[1] = 119; -/* 8:57 */waypoints[201].children[2] = 189; -/* 8:57 */waypoints[202] = spawnstruct(); -/* 8:57 */waypoints[202].origin = (1401.81, -909.481, 704.125); -/* 8:57 */waypoints[202].type = "claymore"; -/* 8:57 */waypoints[202].children[0] = 149; -/* 8:57 */waypoints[202].children[1] = 30; -/* 8:57 */waypoints[202].children[2] = 150; -/* 8:57 */waypoints[202].angles = (44.1803, -91.2964, 0); -/* 8:57 */waypoints[203] = spawnstruct(); -/* 8:57 */waypoints[203].origin = (1736.58, -377.292, 992.125); -/* 8:57 */waypoints[203].type = "claymore"; -/* 8:57 */waypoints[203].children[0] = 35; -/* 8:57 */waypoints[203].children[1] = 34; -/* 8:57 */waypoints[203].angles = (61.5826, -0.802002, 0); -/* 8:57 */waypoints[204] = spawnstruct(); -/* 8:57 */waypoints[204].origin = (913.129, -1135.94, 704.125); -/* 8:57 */waypoints[204].type = "claymore"; -/* 8:57 */waypoints[204].children[0] = 28; -/* 8:57 */waypoints[204].children[1] = 29; -/* 8:57 */waypoints[204].children[2] = 205; -/* 8:57 */waypoints[204].angles = (45.7623, 92.9388, 0); -/* 8:57 */waypoints[205] = spawnstruct(); -/* 8:57 */waypoints[205].origin = (1058.14, -1298.26, 704.125); -/* 8:57 */waypoints[205].type = "stand"; -/* 8:57 */waypoints[205].children[0] = 29; -/* 8:57 */waypoints[205].children[1] = 204; -/* 8:57 */waypoints[205].children[2] = 206; -/* 8:57 */waypoints[206] = spawnstruct(); -/* 8:57 */waypoints[206].origin = (1231.96, -1268.6, 704.125); -/* 8:57 */waypoints[206].type = "stand"; -/* 8:57 */waypoints[206].children[0] = 205; -/* 8:57 */waypoints[206].children[1] = 30; -/* 8:57 */waypoints[207] = spawnstruct(); -/* 8:57 */waypoints[207].origin = (1561.19, -549.648, 736.125); -/* 8:57 */waypoints[207].type = "crouch"; -/* 8:57 */waypoints[207].children[0] = 148; -/* 8:57 */waypoints[207].angles = (4.30542, -152.364, 0); -/* 8:57 */waypoints[208] = spawnstruct(); -/* 8:57 */waypoints[208].origin = (1582.62, -668.918, 736.125); -/* 8:57 */waypoints[208].type = "crouch"; -/* 8:57 */waypoints[208].children[0] = 147; -/* 8:57 */waypoints[208].angles = (6.67847, 164.751, 0); -/* 8:57 */waypoints[209] = spawnstruct(); -/* 8:57 */waypoints[209].origin = (1285.42, -384.498, 800.125); -/* 8:57 */waypoints[209].type = "claymore"; -/* 8:57 */waypoints[209].children[0] = 146; -/* 8:57 */waypoints[209].angles = (31.9965, 92.9114, 0); -/* 8:57 */waypoints[210] = spawnstruct(); -/* 8:57 */waypoints[210].origin = (1707.03, -245.849, 969.041); -/* 8:57 */waypoints[210].type = "stand"; -/* 8:57 */waypoints[210].children[0] = 36; -/* 8:57 */waypoints[210].children[1] = 211; -/* 8:57 */waypoints[210].children[2] = 212; -/* 8:57 */waypoints[211] = spawnstruct(); -/* 8:57 */waypoints[211].origin = (1575.88, -249.41, 943.662); -/* 8:57 */waypoints[211].type = "stand"; -/* 8:57 */waypoints[211].children[0] = 210; -/* 8:57 */waypoints[211].children[1] = 212; -/* 8:57 */waypoints[211].children[2] = 215; -/* 8:57 */waypoints[212] = spawnstruct(); -/* 8:57 */waypoints[212].origin = (1647.13, -40.9097, 991.024); -/* 8:57 */waypoints[212].type = "stand"; -/* 8:57 */waypoints[212].children[0] = 211; -/* 8:57 */waypoints[212].children[1] = 50; -/* 8:57 */waypoints[212].children[2] = 213; -/* 8:57 */waypoints[212].children[3] = 210; -/* 8:57 */waypoints[213] = spawnstruct(); -/* 8:57 */waypoints[213].origin = (1772.74, 110.152, 992.125); -/* 8:57 */waypoints[213].type = "stand"; -/* 8:57 */waypoints[213].children[0] = 212; -/* 8:57 */waypoints[213].children[1] = 37; -/* 8:57 */waypoints[213].children[2] = 50; -/* 8:57 */waypoints[213].children[3] = 53; -/* 8:57 */waypoints[214] = spawnstruct(); -/* 8:57 */waypoints[214].origin = (1883.06, -142.939, 992.125); -/* 8:57 */waypoints[214].type = "stand"; -/* 8:57 */waypoints[214].children[0] = 37; -/* 8:57 */waypoints[214].children[1] = 36; -/* 8:57 */waypoints[215] = spawnstruct(); -/* 8:57 */waypoints[215].origin = (1253.11, -253.545, 800.125); -/* 8:57 */waypoints[215].type = "stand"; -/* 8:57 */waypoints[215].children[0] = 211; -/* 8:57 */waypoints[215].children[1] = 146; -/* 8:57 */waypoints[215].children[2] = 216; -/* 8:57 */waypoints[215].children[3] = 145; -/* 8:57 */waypoints[216] = spawnstruct(); -/* 8:57 */waypoints[216].origin = (777.536, -282.102, 800.125); -/* 8:57 */waypoints[216].type = "stand"; -/* 8:57 */waypoints[216].children[0] = 215; -/* 8:57 */waypoints[216].children[1] = 145; -/* 8:57 */waypoints[217] = spawnstruct(); -/* 8:57 */waypoints[217].origin = (140.823, 1564.57, 1280.13); -/* 8:57 */waypoints[217].type = "climb"; -/* 8:57 */waypoints[217].children[0] = 218; -/* 8:57 */waypoints[217].angles = (17.0892, 10.6018, 0); -/* 8:57 */waypoints[218] = spawnstruct(); -/* 8:57 */waypoints[218].origin = (168.875, 1565.48, 1299.62); -/* 8:57 */waypoints[218].type = "stand"; -/* 8:57 */waypoints[218].children[0] = 217; -/* 8:57 */waypoints[218].children[1] = 219; -/* 8:57 */waypoints[219] = spawnstruct(); -/* 8:57 */waypoints[219].origin = (207.125, 1574.26, 1264.13); -/* 8:57 */waypoints[219].type = "climb"; -/* 8:57 */waypoints[219].children[0] = 218; -/* 8:57 */waypoints[219].children[1] = 220; -/* 8:57 */waypoints[219].angles = (41.1383, -161.065, 0); -/* 8:57 */waypoints[220] = spawnstruct(); -/* 8:57 */waypoints[220].origin = (251.669, 1591.95, 1233.8); -/* 8:57 */waypoints[220].type = "climb"; -/* 8:57 */waypoints[220].children[0] = 219; -/* 8:57 */waypoints[220].children[1] = 49; -/* 8:57 */waypoints[220].children[2] = 89; -/* 8:57 */waypoints[220].children[3] = 2; -/* 8:57 */waypoints[220].angles = (24.9994, -151.573, 0); -/* 8:57 */return waypoints; -} diff --git a/raw/maps/mp/bots/waypoints/resistance.gsc b/raw/maps/mp/bots/waypoints/resistance.gsc deleted file mode 100644 index 8fe2ea9..0000000 --- a/raw/maps/mp/bots/waypoints/resistance.gsc +++ /dev/null @@ -1,1228 +0,0 @@ -Resistance() -{ -/* 0:56 */waypoints = []; -/* 0:56 */waypoints[0] = spawnstruct(); -/* 0:56 */waypoints[0].origin = (1392, -520, -16.6671); -/* 0:56 */waypoints[0].type = "stand"; -/* 0:56 */waypoints[0].children[0] = 1; -/* 0:56 */waypoints[0].children[1] = 3; -/* 0:56 */waypoints[1] = spawnstruct(); -/* 0:56 */waypoints[1].origin = (1143.2, -697.812, -13.9698); -/* 0:56 */waypoints[1].type = "stand"; -/* 0:56 */waypoints[1].children[0] = 4; -/* 0:56 */waypoints[1].children[1] = 0; -/* 0:56 */waypoints[1].children[2] = 3; -/* 0:56 */waypoints[1].children[3] = 2; -/* 0:56 */waypoints[2] = spawnstruct(); -/* 0:56 */waypoints[2].origin = (930.907, -529.97, -14.8001); -/* 0:56 */waypoints[2].type = "stand"; -/* 0:56 */waypoints[2].children[0] = 1; -/* 0:56 */waypoints[2].children[1] = 3; -/* 0:56 */waypoints[2].children[2] = 206; -/* 0:56 */waypoints[2].children[3] = 205; -/* 0:56 */waypoints[2].children[4] = 207; -/* 0:56 */waypoints[3] = spawnstruct(); -/* 0:56 */waypoints[3].origin = (1121.84, -316.911, -12.0141); -/* 0:56 */waypoints[3].type = "stand"; -/* 0:56 */waypoints[3].children[0] = 0; -/* 0:56 */waypoints[3].children[1] = 1; -/* 0:56 */waypoints[3].children[2] = 2; -/* 0:56 */waypoints[3].children[3] = 10; -/* 0:56 */waypoints[3].children[4] = 11; -/* 0:56 */waypoints[4] = spawnstruct(); -/* 0:56 */waypoints[4].origin = (1108.77, -891.934, -14.4142); -/* 0:56 */waypoints[4].type = "stand"; -/* 0:56 */waypoints[4].children[0] = 5; -/* 0:56 */waypoints[4].children[1] = 1; -/* 0:56 */waypoints[5] = spawnstruct(); -/* 0:56 */waypoints[5].origin = (938.181, -917.195, 45.4097); -/* 0:56 */waypoints[5].type = "stand"; -/* 0:56 */waypoints[5].children[0] = 6; -/* 0:56 */waypoints[5].children[1] = 4; -/* 0:56 */waypoints[6] = spawnstruct(); -/* 0:56 */waypoints[6].origin = (792.247, -924.391, 112.125); -/* 0:56 */waypoints[6].type = "stand"; -/* 0:56 */waypoints[6].children[0] = 9; -/* 0:56 */waypoints[6].children[1] = 7; -/* 0:56 */waypoints[6].children[2] = 8; -/* 0:56 */waypoints[6].children[3] = 5; -/* 0:56 */waypoints[7] = spawnstruct(); -/* 0:56 */waypoints[7].origin = (653.789, -1011.53, 112.125); -/* 0:56 */waypoints[7].type = "stand"; -/* 0:56 */waypoints[7].children[0] = 6; -/* 0:56 */waypoints[8] = spawnstruct(); -/* 0:56 */waypoints[8].origin = (642.365, -832.325, 112.125); -/* 0:56 */waypoints[8].type = "stand"; -/* 0:56 */waypoints[8].children[0] = 6; -/* 0:56 */waypoints[9] = spawnstruct(); -/* 0:56 */waypoints[9].origin = (538.338, -898.901, 112.125); -/* 0:56 */waypoints[9].type = "stand"; -/* 0:56 */waypoints[9].children[0] = 6; -/* 0:56 */waypoints[10] = spawnstruct(); -/* 0:56 */waypoints[10].origin = (1034.66, -165.792, -15.2008); -/* 0:56 */waypoints[10].type = "stand"; -/* 0:56 */waypoints[10].children[0] = 204; -/* 0:56 */waypoints[10].children[1] = 3; -/* 0:56 */waypoints[11] = spawnstruct(); -/* 0:56 */waypoints[11].origin = (1203.42, -143.898, -15.3708); -/* 0:56 */waypoints[11].type = "stand"; -/* 0:56 */waypoints[11].children[0] = 12; -/* 0:56 */waypoints[11].children[1] = 204; -/* 0:56 */waypoints[11].children[2] = 3; -/* 0:56 */waypoints[12] = spawnstruct(); -/* 0:56 */waypoints[12].origin = (1286.94, -49.1666, -15.875); -/* 0:56 */waypoints[12].type = "stand"; -/* 0:56 */waypoints[12].children[0] = 11; -/* 0:56 */waypoints[12].children[1] = 16; -/* 0:56 */waypoints[12].children[2] = 19; -/* 0:56 */waypoints[13] = spawnstruct(); -/* 0:56 */waypoints[13].origin = (1140.06, 113.879, -18.1965); -/* 0:56 */waypoints[13].type = "stand"; -/* 0:56 */waypoints[13].children[0] = 14; -/* 0:56 */waypoints[13].children[1] = 204; -/* 0:56 */waypoints[14] = spawnstruct(); -/* 0:56 */waypoints[14].origin = (1277.07, 320.175, -18.721); -/* 0:56 */waypoints[14].type = "stand"; -/* 0:56 */waypoints[14].children[0] = 197; -/* 0:56 */waypoints[14].children[1] = 198; -/* 0:56 */waypoints[14].children[2] = 15; -/* 0:56 */waypoints[14].children[3] = 13; -/* 0:56 */waypoints[15] = spawnstruct(); -/* 0:56 */waypoints[15].origin = (1398.54, 275.466, -15.875); -/* 0:56 */waypoints[15].type = "stand"; -/* 0:56 */waypoints[15].children[0] = 14; -/* 0:56 */waypoints[15].children[1] = 16; -/* 0:56 */waypoints[16] = spawnstruct(); -/* 0:56 */waypoints[16].origin = (1495.87, 182.922, -14.6134); -/* 0:56 */waypoints[16].type = "stand"; -/* 0:56 */waypoints[16].children[0] = 17; -/* 0:56 */waypoints[16].children[1] = 12; -/* 0:56 */waypoints[16].children[2] = 15; -/* 0:56 */waypoints[17] = spawnstruct(); -/* 0:56 */waypoints[17].origin = (1592.43, 361.66, -15.875); -/* 0:56 */waypoints[17].type = "stand"; -/* 0:56 */waypoints[17].children[0] = 16; -/* 0:56 */waypoints[17].children[1] = 22; -/* 0:56 */waypoints[17].children[2] = 203; -/* 0:56 */waypoints[18] = spawnstruct(); -/* 0:56 */waypoints[18].origin = (1577.53, 720.005, -15.7167); -/* 0:56 */waypoints[18].type = "stand"; -/* 0:56 */waypoints[18].children[0] = 194; -/* 0:56 */waypoints[18].children[1] = 191; -/* 0:56 */waypoints[18].children[2] = 22; -/* 0:56 */waypoints[19] = spawnstruct(); -/* 0:56 */waypoints[19].origin = (1608.55, -74.2682, 112.125); -/* 0:56 */waypoints[19].type = "stand"; -/* 0:56 */waypoints[19].children[0] = 12; -/* 0:56 */waypoints[19].children[1] = 20; -/* 0:56 */waypoints[20] = spawnstruct(); -/* 0:56 */waypoints[20].origin = (1776.34, -6.2197, 112.125); -/* 0:56 */waypoints[20].type = "stand"; -/* 0:56 */waypoints[20].children[0] = 19; -/* 0:56 */waypoints[20].children[1] = 21; -/* 0:56 */waypoints[21] = spawnstruct(); -/* 0:56 */waypoints[21].origin = (1776.08, 318.134, 109.974); -/* 0:56 */waypoints[21].type = "stand"; -/* 0:56 */waypoints[21].children[0] = 20; -/* 0:56 */waypoints[21].children[1] = 22; -/* 0:56 */waypoints[22] = spawnstruct(); -/* 0:56 */waypoints[22].origin = (1576.49, 588.528, -15.875); -/* 0:56 */waypoints[22].type = "stand"; -/* 0:56 */waypoints[22].children[0] = 18; -/* 0:56 */waypoints[22].children[1] = 21; -/* 0:56 */waypoints[22].children[2] = 17; -/* 0:56 */waypoints[22].children[3] = 23; -/* 0:56 */waypoints[22].children[4] = 203; -/* 0:56 */waypoints[23] = spawnstruct(); -/* 0:56 */waypoints[23].origin = (1911.98, 660.923, -16.2005); -/* 0:56 */waypoints[23].type = "stand"; -/* 0:56 */waypoints[23].children[0] = 22; -/* 0:56 */waypoints[23].children[1] = 24; -/* 0:56 */waypoints[24] = spawnstruct(); -/* 0:56 */waypoints[24].origin = (1908.57, 931.097, -11.7768); -/* 0:56 */waypoints[24].type = "stand"; -/* 0:56 */waypoints[24].children[0] = 193; -/* 0:56 */waypoints[24].children[1] = 25; -/* 0:56 */waypoints[24].children[2] = 23; -/* 0:56 */waypoints[25] = spawnstruct(); -/* 0:56 */waypoints[25].origin = (1903.41, 1139.97, 62.125); -/* 0:56 */waypoints[25].type = "stand"; -/* 0:56 */waypoints[25].children[0] = 24; -/* 0:56 */waypoints[25].children[1] = 26; -/* 0:56 */waypoints[26] = spawnstruct(); -/* 0:56 */waypoints[26].origin = (1680.73, 1166.25, 122.125); -/* 0:56 */waypoints[26].type = "stand"; -/* 0:56 */waypoints[26].children[0] = 25; -/* 0:56 */waypoints[26].children[1] = 27; -/* 0:56 */waypoints[27] = spawnstruct(); -/* 0:56 */waypoints[27].origin = (1007.99, 1165.98, 112.125); -/* 0:56 */waypoints[27].type = "stand"; -/* 0:56 */waypoints[27].children[0] = 26; -/* 0:56 */waypoints[27].children[1] = 29; -/* 0:56 */waypoints[27].children[2] = 28; -/* 0:56 */waypoints[28] = spawnstruct(); -/* 0:56 */waypoints[28].origin = (1007.92, 1428.9, 112.125); -/* 0:56 */waypoints[28].type = "stand"; -/* 0:56 */waypoints[28].children[0] = 27; -/* 0:56 */waypoints[29] = spawnstruct(); -/* 0:56 */waypoints[29].origin = (841.402, 1152.59, 98.125); -/* 0:56 */waypoints[29].type = "stand"; -/* 0:56 */waypoints[29].children[0] = 27; -/* 0:56 */waypoints[29].children[1] = 30; -/* 0:56 */waypoints[30] = spawnstruct(); -/* 0:56 */waypoints[30].origin = (849.167, 1574.62, -21.875); -/* 0:56 */waypoints[30].type = "stand"; -/* 0:56 */waypoints[30].children[0] = 161; -/* 0:56 */waypoints[30].children[1] = 31; -/* 0:56 */waypoints[30].children[2] = 162; -/* 0:56 */waypoints[30].children[3] = 29; -/* 0:56 */waypoints[31] = spawnstruct(); -/* 0:56 */waypoints[31].origin = (1037.64, 1574.55, -15.875); -/* 0:56 */waypoints[31].type = "stand"; -/* 0:56 */waypoints[31].children[0] = 30; -/* 0:56 */waypoints[32] = spawnstruct(); -/* 0:56 */waypoints[32].origin = (591.206, 1399.16, -21.875); -/* 0:56 */waypoints[32].type = "stand"; -/* 0:56 */waypoints[32].children[0] = 35; -/* 0:56 */waypoints[32].children[1] = 33; -/* 0:56 */waypoints[32].children[2] = 34; -/* 0:56 */waypoints[33] = spawnstruct(); -/* 0:56 */waypoints[33].origin = (707.777, 1406.46, -21.875); -/* 0:56 */waypoints[33].type = "stand"; -/* 0:56 */waypoints[33].children[0] = 32; -/* 0:56 */waypoints[33].children[1] = 34; -/* 0:56 */waypoints[33].children[2] = 161; -/* 0:56 */waypoints[34] = spawnstruct(); -/* 0:56 */waypoints[34].origin = (648.757, 1212.73, -21.875); -/* 0:56 */waypoints[34].type = "stand"; -/* 0:56 */waypoints[34].children[0] = 33; -/* 0:56 */waypoints[34].children[1] = 32; -/* 0:56 */waypoints[34].children[2] = 35; -/* 0:56 */waypoints[35] = spawnstruct(); -/* 0:56 */waypoints[35].origin = (740.51, 1146.42, -21.875); -/* 0:56 */waypoints[35].type = "stand"; -/* 0:56 */waypoints[35].children[0] = 36; -/* 0:56 */waypoints[35].children[1] = 32; -/* 0:56 */waypoints[35].children[2] = 34; -/* 0:56 */waypoints[36] = spawnstruct(); -/* 0:56 */waypoints[36].origin = (678.051, 961.245, -19.875); -/* 0:56 */waypoints[36].type = "stand"; -/* 0:56 */waypoints[36].children[0] = 39; -/* 0:56 */waypoints[36].children[1] = 35; -/* 0:56 */waypoints[36].children[2] = 37; -/* 0:56 */waypoints[36].children[3] = 200; -/* 0:56 */waypoints[37] = spawnstruct(); -/* 0:56 */waypoints[37].origin = (569.251, 870.144, -15.8607); -/* 0:56 */waypoints[37].type = "stand"; -/* 0:56 */waypoints[37].children[0] = 38; -/* 0:56 */waypoints[37].children[1] = 36; -/* 0:56 */waypoints[38] = spawnstruct(); -/* 0:56 */waypoints[38].origin = (491.526, 773.27, -14.0434); -/* 0:56 */waypoints[38].type = "stand"; -/* 0:56 */waypoints[38].children[0] = 41; -/* 0:56 */waypoints[38].children[1] = 37; -/* 0:56 */waypoints[38].children[2] = 42; -/* 0:56 */waypoints[38].children[3] = 173; -/* 0:56 */waypoints[39] = spawnstruct(); -/* 0:56 */waypoints[39].origin = (505.037, 1050.77, -20.9744); -/* 0:56 */waypoints[39].type = "stand"; -/* 0:56 */waypoints[39].children[0] = 43; -/* 0:56 */waypoints[39].children[1] = 36; -/* 0:56 */waypoints[39].children[2] = 171; -/* 0:56 */waypoints[39].children[3] = 41; -/* 0:56 */waypoints[40] = spawnstruct(); -/* 0:56 */waypoints[40].origin = (390.035, 1385.34, -34.2069); -/* 0:56 */waypoints[40].type = "stand"; -/* 0:56 */waypoints[40].children[0] = 45; -/* 0:56 */waypoints[40].children[1] = 44; -/* 0:56 */waypoints[40].children[2] = 171; -/* 0:56 */waypoints[40].children[3] = 46; -/* 0:56 */waypoints[41] = spawnstruct(); -/* 0:56 */waypoints[41].origin = (371.059, 672.978, -18.0536); -/* 0:56 */waypoints[41].type = "stand"; -/* 0:56 */waypoints[41].children[0] = 39; -/* 0:56 */waypoints[41].children[1] = 38; -/* 0:56 */waypoints[41].children[2] = 173; -/* 0:56 */waypoints[42] = spawnstruct(); -/* 0:56 */waypoints[42].origin = (214.185, 700.835, -15.7399); -/* 0:56 */waypoints[42].type = "stand"; -/* 0:56 */waypoints[42].children[0] = 38; -/* 0:56 */waypoints[42].children[1] = 172; -/* 0:56 */waypoints[42].children[2] = 43; -/* 0:56 */waypoints[43] = spawnstruct(); -/* 0:56 */waypoints[43].origin = (217.88, 1082.17, -21.684); -/* 0:56 */waypoints[43].type = "stand"; -/* 0:56 */waypoints[43].children[0] = 127; -/* 0:56 */waypoints[43].children[1] = 39; -/* 0:56 */waypoints[43].children[2] = 44; -/* 0:56 */waypoints[43].children[3] = 42; -/* 0:56 */waypoints[44] = spawnstruct(); -/* 0:56 */waypoints[44].origin = (301.762, 1220.5, -29.0081); -/* 0:56 */waypoints[44].type = "stand"; -/* 0:56 */waypoints[44].children[0] = 40; -/* 0:56 */waypoints[44].children[1] = 43; -/* 0:56 */waypoints[44].children[2] = 171; -/* 0:56 */waypoints[45] = spawnstruct(); -/* 0:56 */waypoints[45].origin = (309.659, 1649.48, -31.343); -/* 0:56 */waypoints[45].type = "stand"; -/* 0:56 */waypoints[45].children[0] = 54; -/* 0:56 */waypoints[45].children[1] = 46; -/* 0:56 */waypoints[45].children[2] = 40; -/* 0:56 */waypoints[46] = spawnstruct(); -/* 0:56 */waypoints[46].origin = (545.608, 1713.19, -35.6809); -/* 0:56 */waypoints[46].type = "stand"; -/* 0:56 */waypoints[46].children[0] = 45; -/* 0:56 */waypoints[46].children[1] = 47; -/* 0:56 */waypoints[46].children[2] = 162; -/* 0:56 */waypoints[46].children[3] = 40; -/* 0:56 */waypoints[47] = spawnstruct(); -/* 0:56 */waypoints[47].origin = (675.458, 1956.42, -29.9682); -/* 0:56 */waypoints[47].type = "stand"; -/* 0:56 */waypoints[47].children[0] = 162; -/* 0:56 */waypoints[47].children[1] = 48; -/* 0:56 */waypoints[47].children[2] = 46; -/* 0:56 */waypoints[48] = spawnstruct(); -/* 0:56 */waypoints[48].origin = (696.641, 2157.39, -30.2928); -/* 0:56 */waypoints[48].type = "stand"; -/* 0:56 */waypoints[48].children[0] = 47; -/* 0:56 */waypoints[48].children[1] = 49; -/* 0:56 */waypoints[48].children[2] = 50; -/* 0:56 */waypoints[48].children[3] = 51; -/* 0:56 */waypoints[49] = spawnstruct(); -/* 0:56 */waypoints[49].origin = (940.462, 2133.65, -21.3246); -/* 0:56 */waypoints[49].type = "stand"; -/* 0:56 */waypoints[49].children[0] = 48; -/* 0:56 */waypoints[49].children[1] = 50; -/* 0:56 */waypoints[50] = spawnstruct(); -/* 0:56 */waypoints[50].origin = (913.261, 2246.97, -25.1555); -/* 0:56 */waypoints[50].type = "stand"; -/* 0:56 */waypoints[50].children[0] = 49; -/* 0:56 */waypoints[50].children[1] = 48; -/* 0:56 */waypoints[51] = spawnstruct(); -/* 0:56 */waypoints[51].origin = (586.349, 2288.41, -23.875); -/* 0:56 */waypoints[51].type = "stand"; -/* 0:56 */waypoints[51].children[0] = 48; -/* 0:56 */waypoints[51].children[1] = 52; -/* 0:56 */waypoints[52] = spawnstruct(); -/* 0:56 */waypoints[52].origin = (403.948, 2215.44, -23.875); -/* 0:56 */waypoints[52].type = "stand"; -/* 0:56 */waypoints[52].children[0] = 51; -/* 0:56 */waypoints[52].children[1] = 53; -/* 0:56 */waypoints[52].children[2] = 54; -/* 0:56 */waypoints[53] = spawnstruct(); -/* 0:56 */waypoints[53].origin = (243.719, 2298.02, -23.875); -/* 0:56 */waypoints[53].type = "stand"; -/* 0:56 */waypoints[53].children[0] = 52; -/* 0:56 */waypoints[53].children[1] = 55; -/* 0:56 */waypoints[54] = spawnstruct(); -/* 0:56 */waypoints[54].origin = (270.038, 2116.19, -23.875); -/* 0:56 */waypoints[54].type = "stand"; -/* 0:56 */waypoints[54].children[0] = 45; -/* 0:56 */waypoints[54].children[1] = 170; -/* 0:56 */waypoints[54].children[2] = 52; -/* 0:56 */waypoints[54].children[3] = 55; -/* 0:56 */waypoints[55] = spawnstruct(); -/* 0:56 */waypoints[55].origin = (35.2252, 2210.99, -23.875); -/* 0:56 */waypoints[55].type = "stand"; -/* 0:56 */waypoints[55].children[0] = 53; -/* 0:56 */waypoints[55].children[1] = 58; -/* 0:56 */waypoints[55].children[2] = 54; -/* 0:56 */waypoints[56] = spawnstruct(); -/* 0:56 */waypoints[56].origin = (156.959, 1905.54, -23.875); -/* 0:56 */waypoints[56].type = "stand"; -/* 0:56 */waypoints[56].children[0] = 57; -/* 0:56 */waypoints[56].children[1] = 170; -/* 0:56 */waypoints[57] = spawnstruct(); -/* 0:56 */waypoints[57].origin = (-18.1612, 1894.66, -24.7394); -/* 0:56 */waypoints[57].type = "stand"; -/* 0:56 */waypoints[57].children[0] = 60; -/* 0:56 */waypoints[57].children[1] = 56; -/* 0:56 */waypoints[57].children[2] = 58; -/* 0:56 */waypoints[58] = spawnstruct(); -/* 0:56 */waypoints[58].origin = (-147.412, 2158.74, -26.7123); -/* 0:56 */waypoints[58].type = "stand"; -/* 0:56 */waypoints[58].children[0] = 55; -/* 0:56 */waypoints[58].children[1] = 59; -/* 0:56 */waypoints[58].children[2] = 57; -/* 0:56 */waypoints[59] = spawnstruct(); -/* 0:56 */waypoints[59].origin = (-436.41, 2032.45, 61.125); -/* 0:56 */waypoints[59].type = "stand"; -/* 0:56 */waypoints[59].children[0] = 58; -/* 0:56 */waypoints[59].children[1] = 62; -/* 0:56 */waypoints[59].children[2] = 60; -/* 0:56 */waypoints[60] = spawnstruct(); -/* 0:56 */waypoints[60].origin = (-333.721, 1782.69, 61.125); -/* 0:56 */waypoints[60].type = "stand"; -/* 0:56 */waypoints[60].children[0] = 61; -/* 0:56 */waypoints[60].children[1] = 57; -/* 0:56 */waypoints[60].children[2] = 59; -/* 0:56 */waypoints[61] = spawnstruct(); -/* 0:56 */waypoints[61].origin = (-461.604, 1822.1, 94.4982); -/* 0:56 */waypoints[61].type = "stand"; -/* 0:56 */waypoints[61].children[0] = 64; -/* 0:56 */waypoints[61].children[1] = 60; -/* 0:56 */waypoints[62] = spawnstruct(); -/* 0:56 */waypoints[62].origin = (-523.785, 1903.59, 108.494); -/* 0:56 */waypoints[62].type = "stand"; -/* 0:56 */waypoints[62].children[0] = 59; -/* 0:56 */waypoints[62].children[1] = 63; -/* 0:56 */waypoints[63] = spawnstruct(); -/* 0:56 */waypoints[63].origin = (-789.603, 1802.86, 223.125); -/* 0:56 */waypoints[63].type = "stand"; -/* 0:56 */waypoints[63].children[0] = 62; -/* 0:56 */waypoints[63].children[1] = 65; -/* 0:56 */waypoints[63].children[2] = 66; -/* 0:56 */waypoints[64] = spawnstruct(); -/* 0:56 */waypoints[64].origin = (-731.119, 1710.79, 223.125); -/* 0:56 */waypoints[64].type = "stand"; -/* 0:56 */waypoints[64].children[0] = 65; -/* 0:56 */waypoints[64].children[1] = 66; -/* 0:56 */waypoints[64].children[2] = 61; -/* 0:56 */waypoints[65] = spawnstruct(); -/* 0:56 */waypoints[65].origin = (-847.065, 1580.89, 224.458); -/* 0:56 */waypoints[65].type = "stand"; -/* 0:56 */waypoints[65].children[0] = 63; -/* 0:56 */waypoints[65].children[1] = 64; -/* 0:56 */waypoints[65].children[2] = 163; -/* 0:56 */waypoints[65].children[3] = 73; -/* 0:56 */waypoints[65].children[4] = 68; -/* 0:56 */waypoints[65].children[5] = 182; -/* 0:56 */waypoints[66] = spawnstruct(); -/* 0:56 */waypoints[66].origin = (-1005.08, 1852.52, 229.301); -/* 0:56 */waypoints[66].type = "stand"; -/* 0:56 */waypoints[66].children[0] = 64; -/* 0:56 */waypoints[66].children[1] = 63; -/* 0:56 */waypoints[66].children[2] = 67; -/* 0:56 */waypoints[67] = spawnstruct(); -/* 0:56 */waypoints[67].origin = (-1292.79, 1869.86, 236.712); -/* 0:56 */waypoints[67].type = "stand"; -/* 0:56 */waypoints[67].children[0] = 66; -/* 0:56 */waypoints[67].children[1] = 68; -/* 0:56 */waypoints[68] = spawnstruct(); -/* 0:56 */waypoints[68].origin = (-1494.2, 1721.09, 250.797); -/* 0:56 */waypoints[68].type = "stand"; -/* 0:56 */waypoints[68].children[0] = 67; -/* 0:56 */waypoints[68].children[1] = 71; -/* 0:56 */waypoints[68].children[2] = 65; -/* 0:56 */waypoints[68].children[3] = 69; -/* 0:56 */waypoints[69] = spawnstruct(); -/* 0:56 */waypoints[69].origin = (-1957.79, 1681.68, 259.49); -/* 0:56 */waypoints[69].type = "stand"; -/* 0:56 */waypoints[69].children[0] = 76; -/* 0:56 */waypoints[69].children[1] = 68; -/* 0:56 */waypoints[69].children[2] = 70; -/* 0:56 */waypoints[70] = spawnstruct(); -/* 0:56 */waypoints[70].origin = (-2027.62, 1409.75, 258.811); -/* 0:56 */waypoints[70].type = "stand"; -/* 0:56 */waypoints[70].children[0] = 71; -/* 0:56 */waypoints[70].children[1] = 76; -/* 0:56 */waypoints[70].children[2] = 69; -/* 0:56 */waypoints[70].children[3] = 130; -/* 0:56 */waypoints[71] = spawnstruct(); -/* 0:56 */waypoints[71].origin = (-1653.39, 1470.34, 254.698); -/* 0:56 */waypoints[71].type = "stand"; -/* 0:56 */waypoints[71].children[0] = 68; -/* 0:56 */waypoints[71].children[1] = 70; -/* 0:56 */waypoints[71].children[2] = 72; -/* 0:56 */waypoints[72] = spawnstruct(); -/* 0:56 */waypoints[72].origin = (-1345.41, 1521.13, 248.372); -/* 0:56 */waypoints[72].type = "stand"; -/* 0:56 */waypoints[72].children[0] = 71; -/* 0:56 */waypoints[72].children[1] = 73; -/* 0:56 */waypoints[73] = spawnstruct(); -/* 0:56 */waypoints[73].origin = (-1167.17, 1394.56, 214.989); -/* 0:56 */waypoints[73].type = "stand"; -/* 0:56 */waypoints[73].children[0] = 72; -/* 0:56 */waypoints[73].children[1] = 163; -/* 0:56 */waypoints[73].children[2] = 65; -/* 0:56 */waypoints[73].children[3] = 182; -/* 0:56 */waypoints[74] = spawnstruct(); -/* 0:56 */waypoints[74].origin = (-1070.33, 885.805, 136.822); -/* 0:56 */waypoints[74].type = "stand"; -/* 0:56 */waypoints[74].children[0] = 82; -/* 0:56 */waypoints[74].children[1] = 182; -/* 0:56 */waypoints[75] = spawnstruct(); -/* 0:56 */waypoints[75].origin = (-900.157, 1037.81, 147.768); -/* 0:56 */waypoints[75].type = "stand"; -/* 0:56 */waypoints[75].children[0] = 163; -/* 0:56 */waypoints[75].children[1] = 109; -/* 0:56 */waypoints[76] = spawnstruct(); -/* 0:56 */waypoints[76].origin = (-1744.75, 1378.43, 254.656); -/* 0:56 */waypoints[76].type = "stand"; -/* 0:56 */waypoints[76].children[0] = 70; -/* 0:56 */waypoints[76].children[1] = 69; -/* 0:56 */waypoints[76].children[2] = 77; -/* 0:56 */waypoints[77] = spawnstruct(); -/* 0:56 */waypoints[77].origin = (-1387.02, 1396.85, 123.125); -/* 0:56 */waypoints[77].type = "stand"; -/* 0:56 */waypoints[77].children[0] = 76; -/* 0:56 */waypoints[77].children[1] = 79; -/* 0:56 */waypoints[77].children[2] = 78; -/* 0:56 */waypoints[78] = spawnstruct(); -/* 0:56 */waypoints[78].origin = (-1198.6, 1291, 120.125); -/* 0:56 */waypoints[78].type = "stand"; -/* 0:56 */waypoints[78].children[0] = 77; -/* 0:56 */waypoints[78].children[1] = 164; -/* 0:56 */waypoints[78].children[2] = 80; -/* 0:56 */waypoints[79] = spawnstruct(); -/* 0:56 */waypoints[79].origin = (-1262.92, 1257.05, 121.7); -/* 0:56 */waypoints[79].type = "stand"; -/* 0:56 */waypoints[79].children[0] = 77; -/* 0:56 */waypoints[79].children[1] = 80; -/* 0:56 */waypoints[79].children[2] = 164; -/* 0:56 */waypoints[80] = spawnstruct(); -/* 0:56 */waypoints[80].origin = (-1245.75, 885.161, 121.508); -/* 0:56 */waypoints[80].type = "stand"; -/* 0:56 */waypoints[80].children[0] = 79; -/* 0:56 */waypoints[80].children[1] = 78; -/* 0:56 */waypoints[81] = spawnstruct(); -/* 0:56 */waypoints[81].origin = (-1246.24, 663.305, 101.808); -/* 0:56 */waypoints[81].type = "stand"; -/* 0:56 */waypoints[81].children[0] = 164; -/* 0:56 */waypoints[81].children[1] = 83; -/* 0:56 */waypoints[81].children[2] = 109; -/* 0:56 */waypoints[82] = spawnstruct(); -/* 0:56 */waypoints[82].origin = (-1243.73, 486.968, 75.7456); -/* 0:56 */waypoints[82].type = "stand"; -/* 0:56 */waypoints[82].children[0] = 84; -/* 0:56 */waypoints[82].children[1] = 74; -/* 0:56 */waypoints[83] = spawnstruct(); -/* 0:56 */waypoints[83].origin = (-1369.72, 480.28, 69.0327); -/* 0:56 */waypoints[83].type = "stand"; -/* 0:56 */waypoints[83].children[0] = 81; -/* 0:56 */waypoints[83].children[1] = 84; -/* 0:56 */waypoints[84] = spawnstruct(); -/* 0:56 */waypoints[84].origin = (-1332.28, 306.904, 66.5352); -/* 0:56 */waypoints[84].type = "stand"; -/* 0:56 */waypoints[84].children[0] = 82; -/* 0:56 */waypoints[84].children[1] = 86; -/* 0:56 */waypoints[84].children[2] = 181; -/* 0:56 */waypoints[84].children[3] = 83; -/* 0:56 */waypoints[85] = spawnstruct(); -/* 0:56 */waypoints[85].origin = (-1152.63, 157.894, 70.6467); -/* 0:56 */waypoints[85].type = "stand"; -/* 0:56 */waypoints[85].children[0] = 86; -/* 0:56 */waypoints[85].children[1] = 88; -/* 0:56 */waypoints[85].children[2] = 165; -/* 0:56 */waypoints[86] = spawnstruct(); -/* 0:56 */waypoints[86].origin = (-1268.85, 200.251, 61.6436); -/* 0:56 */waypoints[86].type = "stand"; -/* 0:56 */waypoints[86].children[0] = 84; -/* 0:56 */waypoints[86].children[1] = 85; -/* 0:56 */waypoints[86].children[2] = 87; -/* 0:56 */waypoints[86].children[3] = 165; -/* 0:56 */waypoints[86].children[4] = 181; -/* 0:56 */waypoints[86].children[5] = 211; -/* 0:56 */waypoints[87] = spawnstruct(); -/* 0:56 */waypoints[87].origin = (-1441.26, -312.851, 60.0749); -/* 0:56 */waypoints[87].type = "stand"; -/* 0:56 */waypoints[87].children[0] = 147; -/* 0:56 */waypoints[87].children[1] = 88; -/* 0:56 */waypoints[87].children[2] = 86; -/* 0:56 */waypoints[87].children[3] = 165; -/* 0:56 */waypoints[88] = spawnstruct(); -/* 0:56 */waypoints[88].origin = (-1077.86, -282.17, 58.7146); -/* 0:56 */waypoints[88].type = "stand"; -/* 0:56 */waypoints[88].children[0] = 85; -/* 0:56 */waypoints[88].children[1] = 87; -/* 0:56 */waypoints[88].children[2] = 165; -/* 0:56 */waypoints[88].children[3] = 179; -/* 0:56 */waypoints[89] = spawnstruct(); -/* 0:56 */waypoints[89].origin = (-857.695, -865.125, 48.6137); -/* 0:56 */waypoints[89].type = "stand"; -/* 0:56 */waypoints[89].children[0] = 90; -/* 0:56 */waypoints[89].children[1] = 179; -/* 0:56 */waypoints[89].children[2] = 91; -/* 0:56 */waypoints[89].children[3] = 156; -/* 0:56 */waypoints[90] = spawnstruct(); -/* 0:56 */waypoints[90].origin = (-478.312, -1012.72, 49.9551); -/* 0:56 */waypoints[90].type = "stand"; -/* 0:56 */waypoints[90].children[0] = 91; -/* 0:56 */waypoints[90].children[1] = 157; -/* 0:56 */waypoints[90].children[2] = 92; -/* 0:56 */waypoints[90].children[3] = 89; -/* 0:56 */waypoints[91] = spawnstruct(); -/* 0:56 */waypoints[91].origin = (-473.214, -873.622, 51.0867); -/* 0:56 */waypoints[91].type = "stand"; -/* 0:56 */waypoints[91].children[0] = 92; -/* 0:56 */waypoints[91].children[1] = 90; -/* 0:56 */waypoints[91].children[2] = 89; -/* 0:56 */waypoints[92] = spawnstruct(); -/* 0:56 */waypoints[92].origin = (-126.377, -823.88, 21.8322); -/* 0:56 */waypoints[92].type = "stand"; -/* 0:56 */waypoints[92].children[0] = 93; -/* 0:56 */waypoints[92].children[1] = 91; -/* 0:56 */waypoints[92].children[2] = 90; -/* 0:56 */waypoints[92].children[3] = 176; -/* 0:56 */waypoints[93] = spawnstruct(); -/* 0:56 */waypoints[93].origin = (-39.3153, -1018.82, 15.2649); -/* 0:56 */waypoints[93].type = "stand"; -/* 0:56 */waypoints[93].children[0] = 94; -/* 0:56 */waypoints[93].children[1] = 92; -/* 0:56 */waypoints[93].children[2] = 177; -/* 0:56 */waypoints[94] = spawnstruct(); -/* 0:56 */waypoints[94].origin = (255.922, -777.853, 4.125); -/* 0:56 */waypoints[94].type = "stand"; -/* 0:56 */waypoints[94].children[0] = 176; -/* 0:56 */waypoints[94].children[1] = 93; -/* 0:56 */waypoints[94].children[2] = 209; -/* 0:56 */waypoints[95] = spawnstruct(); -/* 0:56 */waypoints[95].origin = (437.469, -792.165, 5.02271); -/* 0:56 */waypoints[95].type = "stand"; -/* 0:56 */waypoints[95].children[0] = 96; -/* 0:56 */waypoints[95].children[1] = 176; -/* 0:56 */waypoints[95].children[2] = 205; -/* 0:56 */waypoints[95].children[3] = 207; -/* 0:56 */waypoints[96] = spawnstruct(); -/* 0:56 */waypoints[96].origin = (427.263, -480.1, 12.1523); -/* 0:56 */waypoints[96].type = "stand"; -/* 0:56 */waypoints[96].children[0] = 97; -/* 0:56 */waypoints[96].children[1] = 95; -/* 0:56 */waypoints[96].children[2] = 205; -/* 0:56 */waypoints[97] = spawnstruct(); -/* 0:56 */waypoints[97].origin = (275.828, -263.982, 3.16463); -/* 0:56 */waypoints[97].type = "stand"; -/* 0:56 */waypoints[97].children[0] = 175; -/* 0:56 */waypoints[97].children[1] = 96; -/* 0:56 */waypoints[97].children[2] = 209; -/* 0:56 */waypoints[98] = spawnstruct(); -/* 0:56 */waypoints[98].origin = (350.425, -8.116, 1.25366); -/* 0:56 */waypoints[98].type = "stand"; -/* 0:56 */waypoints[98].children[0] = 172; -/* 0:56 */waypoints[98].children[1] = 99; -/* 0:56 */waypoints[98].children[2] = 175; -/* 0:56 */waypoints[99] = spawnstruct(); -/* 0:56 */waypoints[99].origin = (28.408, -15.0345, 0.82334); -/* 0:56 */waypoints[99].type = "stand"; -/* 0:56 */waypoints[99].children[0] = 174; -/* 0:56 */waypoints[99].children[1] = 98; -/* 0:56 */waypoints[100] = spawnstruct(); -/* 0:56 */waypoints[100].origin = (-365.8, 31.337, 3.125); -/* 0:56 */waypoints[100].type = "stand"; -/* 0:56 */waypoints[100].children[0] = 102; -/* 0:56 */waypoints[100].children[1] = 101; -/* 0:56 */waypoints[101] = spawnstruct(); -/* 0:56 */waypoints[101].origin = (-307.97, 280.598, 53.2095); -/* 0:56 */waypoints[101].type = "stand"; -/* 0:56 */waypoints[101].children[0] = 100; -/* 0:56 */waypoints[101].children[1] = 110; -/* 0:56 */waypoints[102] = spawnstruct(); -/* 0:56 */waypoints[102].origin = (-458.326, 271.282, 3.12499); -/* 0:56 */waypoints[102].type = "stand"; -/* 0:56 */waypoints[102].children[0] = 103; -/* 0:56 */waypoints[102].children[1] = 100; -/* 0:56 */waypoints[103] = spawnstruct(); -/* 0:56 */waypoints[103].origin = (-454.926, 513.545, 55.125); -/* 0:56 */waypoints[103].type = "stand"; -/* 0:56 */waypoints[103].children[0] = 104; -/* 0:56 */waypoints[103].children[1] = 102; -/* 0:56 */waypoints[103].children[2] = 110; -/* 0:56 */waypoints[104] = spawnstruct(); -/* 0:56 */waypoints[104].origin = (-577.254, 518.798, 55.125); -/* 0:56 */waypoints[104].type = "stand"; -/* 0:56 */waypoints[104].children[0] = 105; -/* 0:56 */waypoints[104].children[1] = 103; -/* 0:56 */waypoints[105] = spawnstruct(); -/* 0:56 */waypoints[105].origin = (-615.367, 302.959, 55.9744); -/* 0:56 */waypoints[105].type = "stand"; -/* 0:56 */waypoints[105].children[0] = 159; -/* 0:56 */waypoints[105].children[1] = 107; -/* 0:56 */waypoints[105].children[2] = 106; -/* 0:56 */waypoints[105].children[3] = 104; -/* 0:56 */waypoints[106] = spawnstruct(); -/* 0:56 */waypoints[106].origin = (-797.733, 262.938, 55.0013); -/* 0:56 */waypoints[106].type = "stand"; -/* 0:56 */waypoints[106].children[0] = 105; -/* 0:56 */waypoints[106].children[1] = 160; -/* 0:56 */waypoints[107] = spawnstruct(); -/* 0:56 */waypoints[107].origin = (-569.082, -110.585, 62.9647); -/* 0:56 */waypoints[107].type = "stand"; -/* 0:56 */waypoints[107].children[0] = 105; -/* 0:56 */waypoints[107].children[1] = 108; -/* 0:56 */waypoints[108] = spawnstruct(); -/* 0:56 */waypoints[108].origin = (-906.801, -79.8971, 59.7002); -/* 0:56 */waypoints[108].type = "stand"; -/* 0:56 */waypoints[108].children[0] = 107; -/* 0:56 */waypoints[108].children[1] = 158; -/* 0:56 */waypoints[108].children[2] = 160; -/* 0:56 */waypoints[108].children[3] = 210; -/* 0:56 */waypoints[109] = spawnstruct(); -/* 0:56 */waypoints[109].origin = (-980.148, 581.014, 97.4698); -/* 0:56 */waypoints[109].type = "stand"; -/* 0:56 */waypoints[109].children[0] = 75; -/* 0:56 */waypoints[109].children[1] = 114; -/* 0:56 */waypoints[109].children[2] = 81; -/* 0:56 */waypoints[109].children[3] = 211; -/* 0:56 */waypoints[110] = spawnstruct(); -/* 0:56 */waypoints[110].origin = (-321.556, 458.926, 103.125); -/* 0:56 */waypoints[110].type = "stand"; -/* 0:56 */waypoints[110].children[0] = 115; -/* 0:56 */waypoints[110].children[1] = 101; -/* 0:56 */waypoints[110].children[2] = 111; -/* 0:56 */waypoints[110].children[3] = 103; -/* 0:56 */waypoints[111] = spawnstruct(); -/* 0:56 */waypoints[111].origin = (-331.607, 642.211, 103.125); -/* 0:56 */waypoints[111].type = "stand"; -/* 0:56 */waypoints[111].children[0] = 110; -/* 0:56 */waypoints[111].children[1] = 112; -/* 0:56 */waypoints[112] = spawnstruct(); -/* 0:56 */waypoints[112].origin = (-478.549, 683.519, 103.125); -/* 0:56 */waypoints[112].type = "stand"; -/* 0:56 */waypoints[112].children[0] = 111; -/* 0:56 */waypoints[112].children[1] = 113; -/* 0:56 */waypoints[113] = spawnstruct(); -/* 0:56 */waypoints[113].origin = (-688.132, 677.033, 55.125); -/* 0:56 */waypoints[113].type = "stand"; -/* 0:56 */waypoints[113].children[0] = 114; -/* 0:56 */waypoints[113].children[1] = 112; -/* 0:56 */waypoints[114] = spawnstruct(); -/* 0:56 */waypoints[114].origin = (-833.207, 553.48, 58.8799); -/* 0:56 */waypoints[114].type = "stand"; -/* 0:56 */waypoints[114].children[0] = 113; -/* 0:56 */waypoints[114].children[1] = 109; -/* 0:56 */waypoints[115] = spawnstruct(); -/* 0:56 */waypoints[115].origin = (-78.8689, 458.301, 103.125); -/* 0:56 */waypoints[115].type = "stand"; -/* 0:56 */waypoints[115].children[0] = 129; -/* 0:56 */waypoints[115].children[1] = 110; -/* 0:56 */waypoints[115].children[2] = 117; -/* 0:56 */waypoints[115].children[3] = 116; -/* 0:56 */waypoints[116] = spawnstruct(); -/* 0:56 */waypoints[116].origin = (-117.672, 614.052, 108.495); -/* 0:56 */waypoints[116].type = "stand"; -/* 0:56 */waypoints[116].children[0] = 115; -/* 0:56 */waypoints[116].children[1] = 118; -/* 0:56 */waypoints[117] = spawnstruct(); -/* 0:56 */waypoints[117].origin = (6.85877, 606.574, 106.686); -/* 0:56 */waypoints[117].type = "stand"; -/* 0:56 */waypoints[117].children[0] = 115; -/* 0:56 */waypoints[117].children[1] = 118; -/* 0:56 */waypoints[118] = spawnstruct(); -/* 0:56 */waypoints[118].origin = (-36.3375, 718.541, 103.125); -/* 0:56 */waypoints[118].type = "stand"; -/* 0:56 */waypoints[118].children[0] = 117; -/* 0:56 */waypoints[118].children[1] = 119; -/* 0:56 */waypoints[118].children[2] = 116; -/* 0:56 */waypoints[119] = spawnstruct(); -/* 0:56 */waypoints[119].origin = (-50.1934, 815.45, 103.125); -/* 0:56 */waypoints[119].type = "stand"; -/* 0:56 */waypoints[119].children[0] = 120; -/* 0:56 */waypoints[119].children[1] = 128; -/* 0:56 */waypoints[119].children[2] = 118; -/* 0:56 */waypoints[120] = spawnstruct(); -/* 0:56 */waypoints[120].origin = (56.7203, 793.17, 103.125); -/* 0:56 */waypoints[120].type = "stand"; -/* 0:56 */waypoints[120].children[0] = 121; -/* 0:56 */waypoints[120].children[1] = 119; -/* 0:56 */waypoints[121] = spawnstruct(); -/* 0:56 */waypoints[121].origin = (161.89, 787.364, 103.125); -/* 0:56 */waypoints[121].type = "stand"; -/* 0:56 */waypoints[121].children[0] = 122; -/* 0:56 */waypoints[121].children[1] = 120; -/* 0:56 */waypoints[122] = spawnstruct(); -/* 0:56 */waypoints[122].origin = (89.9066, 984.992, 106.455); -/* 0:56 */waypoints[122].type = "stand"; -/* 0:56 */waypoints[122].children[0] = 123; -/* 0:56 */waypoints[122].children[1] = 121; -/* 0:56 */waypoints[123] = spawnstruct(); -/* 0:56 */waypoints[123].origin = (-20.326, 1082.74, 47.4058); -/* 0:56 */waypoints[123].type = "stand"; -/* 0:56 */waypoints[123].children[0] = 127; -/* 0:56 */waypoints[123].children[1] = 124; -/* 0:56 */waypoints[123].children[2] = 122; -/* 0:56 */waypoints[124] = spawnstruct(); -/* 0:56 */waypoints[124].origin = (-154.302, 1079.64, 105.932); -/* 0:56 */waypoints[124].type = "stand"; -/* 0:56 */waypoints[124].children[0] = 123; -/* 0:56 */waypoints[124].children[1] = 128; -/* 0:56 */waypoints[125] = spawnstruct(); -/* 0:56 */waypoints[125].origin = (123.859, 994.753, -12.0641); -/* 0:56 */waypoints[125].type = "stand"; -/* 0:56 */waypoints[125].children[0] = 127; -/* 0:56 */waypoints[125].children[1] = 126; -/* 0:56 */waypoints[126] = spawnstruct(); -/* 0:56 */waypoints[126].origin = (49.8415, 797.869, -20.875); -/* 0:56 */waypoints[126].type = "stand"; -/* 0:56 */waypoints[126].children[0] = 125; -/* 0:56 */waypoints[127] = spawnstruct(); -/* 0:56 */waypoints[127].origin = (122.002, 1083.15, -11.6797); -/* 0:56 */waypoints[127].type = "stand"; -/* 0:56 */waypoints[127].children[0] = 43; -/* 0:56 */waypoints[127].children[1] = 125; -/* 0:56 */waypoints[127].children[2] = 123; -/* 0:56 */waypoints[128] = spawnstruct(); -/* 0:56 */waypoints[128].origin = (-47.4947, 954.628, 103.125); -/* 0:56 */waypoints[128].type = "stand"; -/* 0:56 */waypoints[128].children[0] = 119; -/* 0:56 */waypoints[128].children[1] = 124; -/* 0:56 */waypoints[129] = spawnstruct(); -/* 0:56 */waypoints[129].origin = (-62.1533, 211.812, 103.125); -/* 0:56 */waypoints[129].type = "stand"; -/* 0:56 */waypoints[129].children[0] = 115; -/* 0:56 */waypoints[130] = spawnstruct(); -/* 0:56 */waypoints[130].origin = (-2045.64, 1160.32, 250.318); -/* 0:56 */waypoints[130].type = "stand"; -/* 0:56 */waypoints[130].children[0] = 132; -/* 0:56 */waypoints[130].children[1] = 131; -/* 0:56 */waypoints[130].children[2] = 70; -/* 0:56 */waypoints[131] = spawnstruct(); -/* 0:56 */waypoints[131].origin = (-1813.13, 1012.73, 248.125); -/* 0:56 */waypoints[131].type = "stand"; -/* 0:56 */waypoints[131].children[0] = 130; -/* 0:56 */waypoints[131].children[1] = 133; -/* 0:56 */waypoints[132] = spawnstruct(); -/* 0:56 */waypoints[132].origin = (-2159.67, 971.181, 248.125); -/* 0:56 */waypoints[132].type = "stand"; -/* 0:56 */waypoints[132].children[0] = 133; -/* 0:56 */waypoints[132].children[1] = 134; -/* 0:56 */waypoints[132].children[2] = 130; -/* 0:56 */waypoints[133] = spawnstruct(); -/* 0:56 */waypoints[133].origin = (-1977.11, 841.033, 248.125); -/* 0:56 */waypoints[133].type = "stand"; -/* 0:56 */waypoints[133].children[0] = 135; -/* 0:56 */waypoints[133].children[1] = 132; -/* 0:56 */waypoints[133].children[2] = 131; -/* 0:56 */waypoints[134] = spawnstruct(); -/* 0:56 */waypoints[134].origin = (-2189.43, 796.395, 248.125); -/* 0:56 */waypoints[134].type = "stand"; -/* 0:56 */waypoints[134].children[0] = 135; -/* 0:56 */waypoints[134].children[1] = 132; -/* 0:56 */waypoints[135] = spawnstruct(); -/* 0:56 */waypoints[135].origin = (-2144.1, 602.903, 242.447); -/* 0:56 */waypoints[135].type = "stand"; -/* 0:56 */waypoints[135].children[0] = 136; -/* 0:56 */waypoints[135].children[1] = 134; -/* 0:56 */waypoints[135].children[2] = 133; -/* 0:56 */waypoints[136] = spawnstruct(); -/* 0:56 */waypoints[136].origin = (-2142.86, 301.457, 185.125); -/* 0:56 */waypoints[136].type = "stand"; -/* 0:56 */waypoints[136].children[0] = 137; -/* 0:56 */waypoints[136].children[1] = 138; -/* 0:56 */waypoints[136].children[2] = 135; -/* 0:56 */waypoints[136].children[3] = 142; -/* 0:56 */waypoints[137] = spawnstruct(); -/* 0:56 */waypoints[137].origin = (-1931.64, 436.764, 185.409); -/* 0:56 */waypoints[137].type = "stand"; -/* 0:56 */waypoints[137].children[0] = 138; -/* 0:56 */waypoints[137].children[1] = 136; -/* 0:56 */waypoints[138] = spawnstruct(); -/* 0:56 */waypoints[138].origin = (-1777.84, 300.705, 194.125); -/* 0:56 */waypoints[138].type = "stand"; -/* 0:56 */waypoints[138].children[0] = 139; -/* 0:56 */waypoints[138].children[1] = 137; -/* 0:56 */waypoints[138].children[2] = 136; -/* 0:56 */waypoints[139] = spawnstruct(); -/* 0:56 */waypoints[139].origin = (-1638.23, 288.388, 194.125); -/* 0:56 */waypoints[139].type = "stand"; -/* 0:56 */waypoints[139].children[0] = 141; -/* 0:56 */waypoints[139].children[1] = 138; -/* 0:56 */waypoints[139].children[2] = 180; -/* 0:56 */waypoints[140] = spawnstruct(); -/* 0:56 */waypoints[140].origin = (-1560.55, 77.1267, 190.125); -/* 0:56 */waypoints[140].type = "stand"; -/* 0:56 */waypoints[140].children[0] = 141; -/* 0:56 */waypoints[140].children[1] = 180; -/* 0:56 */waypoints[141] = spawnstruct(); -/* 0:56 */waypoints[141].origin = (-1666.65, -84.0683, 188.125); -/* 0:56 */waypoints[141].type = "stand"; -/* 0:56 */waypoints[141].children[0] = 169; -/* 0:56 */waypoints[141].children[1] = 140; -/* 0:56 */waypoints[141].children[2] = 139; -/* 0:56 */waypoints[142] = spawnstruct(); -/* 0:56 */waypoints[142].origin = (-2125.98, 13.5769, 185.972); -/* 0:56 */waypoints[142].type = "stand"; -/* 0:56 */waypoints[142].children[0] = 136; -/* 0:56 */waypoints[142].children[1] = 169; -/* 0:56 */waypoints[143] = spawnstruct(); -/* 0:56 */waypoints[143].origin = (-1912.02, -224.193, 127.814); -/* 0:56 */waypoints[143].type = "stand"; -/* 0:56 */waypoints[143].children[0] = 147; -/* 0:56 */waypoints[143].children[1] = 169; -/* 0:56 */waypoints[144] = spawnstruct(); -/* 0:56 */waypoints[144].origin = (-1837.79, -239.91, 123.856); -/* 0:56 */waypoints[144].type = "stand"; -/* 0:56 */waypoints[144].children[0] = 145; -/* 0:56 */waypoints[144].children[1] = 169; -/* 0:56 */waypoints[145] = spawnstruct(); -/* 0:56 */waypoints[145].origin = (-1899.77, -543.913, 126.821); -/* 0:56 */waypoints[145].type = "stand"; -/* 0:56 */waypoints[145].children[0] = 144; -/* 0:56 */waypoints[145].children[1] = 146; -/* 0:56 */waypoints[146] = spawnstruct(); -/* 0:56 */waypoints[146].origin = (-1899.67, -686.663, 129.625); -/* 0:56 */waypoints[146].type = "stand"; -/* 0:56 */waypoints[146].children[0] = 148; -/* 0:56 */waypoints[146].children[1] = 145; -/* 0:56 */waypoints[147] = spawnstruct(); -/* 0:56 */waypoints[147].origin = (-1634.64, -326.44, 80.4669); -/* 0:56 */waypoints[147].type = "stand"; -/* 0:56 */waypoints[147].children[0] = 143; -/* 0:56 */waypoints[147].children[1] = 87; -/* 0:56 */waypoints[148] = spawnstruct(); -/* 0:56 */waypoints[148].origin = (-1886.5, -891.819, 129.625); -/* 0:56 */waypoints[148].type = "stand"; -/* 0:56 */waypoints[148].children[0] = 149; -/* 0:56 */waypoints[148].children[1] = 146; -/* 0:56 */waypoints[149] = spawnstruct(); -/* 0:56 */waypoints[149].origin = (-1599.34, -890.485, 94.625); -/* 0:56 */waypoints[149].type = "stand"; -/* 0:56 */waypoints[149].children[0] = 150; -/* 0:56 */waypoints[149].children[1] = 148; -/* 0:56 */waypoints[150] = spawnstruct(); -/* 0:56 */waypoints[150].origin = (-1609.65, -685.987, 52.625); -/* 0:56 */waypoints[150].type = "stand"; -/* 0:56 */waypoints[150].children[0] = 151; -/* 0:56 */waypoints[150].children[1] = 149; -/* 0:56 */waypoints[151] = spawnstruct(); -/* 0:56 */waypoints[151].origin = (-1463.75, -685.973, 52.625); -/* 0:56 */waypoints[151].type = "stand"; -/* 0:56 */waypoints[151].children[0] = 168; -/* 0:56 */waypoints[151].children[1] = 150; -/* 0:56 */waypoints[151].children[2] = 152; -/* 0:56 */waypoints[152] = spawnstruct(); -/* 0:56 */waypoints[152].origin = (-1471.89, -825.504, 52.625); -/* 0:56 */waypoints[152].type = "stand"; -/* 0:56 */waypoints[152].children[0] = 153; -/* 0:56 */waypoints[152].children[1] = 151; -/* 0:56 */waypoints[153] = spawnstruct(); -/* 0:56 */waypoints[153].origin = (-1475.35, -1049.96, 52.625); -/* 0:56 */waypoints[153].type = "stand"; -/* 0:56 */waypoints[153].children[0] = 152; -/* 0:56 */waypoints[154] = spawnstruct(); -/* 0:56 */waypoints[154].origin = (-1275.95, -872.374, 54.625); -/* 0:56 */waypoints[154].type = "stand"; -/* 0:56 */waypoints[154].children[0] = 155; -/* 0:56 */waypoints[154].children[1] = 168; -/* 0:56 */waypoints[155] = spawnstruct(); -/* 0:56 */waypoints[155].origin = (-1146.58, -820.559, 47.7326); -/* 0:56 */waypoints[155].type = "stand"; -/* 0:56 */waypoints[155].children[0] = 167; -/* 0:56 */waypoints[155].children[1] = 156; -/* 0:56 */waypoints[155].children[2] = 154; -/* 0:56 */waypoints[156] = spawnstruct(); -/* 0:56 */waypoints[156].origin = (-1011.81, -1047.35, 46.1855); -/* 0:56 */waypoints[156].type = "stand"; -/* 0:56 */waypoints[156].children[0] = 155; -/* 0:56 */waypoints[156].children[1] = 157; -/* 0:56 */waypoints[156].children[2] = 89; -/* 0:56 */waypoints[157] = spawnstruct(); -/* 0:56 */waypoints[157].origin = (-785.569, -1030.59, 48.7415); -/* 0:56 */waypoints[157].type = "stand"; -/* 0:56 */waypoints[157].children[0] = 90; -/* 0:56 */waypoints[157].children[1] = 156; -/* 0:56 */waypoints[158] = spawnstruct(); -/* 0:56 */waypoints[158].origin = (-900.028, 163.255, 54.7039); -/* 0:56 */waypoints[158].type = "stand"; -/* 0:56 */waypoints[158].children[0] = 108; -/* 0:56 */waypoints[158].children[1] = 159; -/* 0:56 */waypoints[159] = spawnstruct(); -/* 0:56 */waypoints[159].origin = (-885.784, 378.669, 72.5626); -/* 0:56 */waypoints[159].type = "stand"; -/* 0:56 */waypoints[159].children[0] = 105; -/* 0:56 */waypoints[159].children[1] = 158; -/* 0:56 */waypoints[160] = spawnstruct(); -/* 0:56 */waypoints[160].origin = (-1024.02, 259.722, 80.8934); -/* 0:56 */waypoints[160].type = "stand"; -/* 0:56 */waypoints[160].children[0] = 106; -/* 0:56 */waypoints[160].children[1] = 108; -/* 0:56 */waypoints[161] = spawnstruct(); -/* 0:56 */waypoints[161].origin = (734.745, 1515.62, -21.875); -/* 0:56 */waypoints[161].type = "stand"; -/* 0:56 */waypoints[161].children[0] = 33; -/* 0:56 */waypoints[161].children[1] = 30; -/* 0:56 */waypoints[162] = spawnstruct(); -/* 0:56 */waypoints[162].origin = (849.604, 1727.51, -19.0474); -/* 0:56 */waypoints[162].type = "stand"; -/* 0:56 */waypoints[162].children[0] = 30; -/* 0:56 */waypoints[162].children[1] = 47; -/* 0:56 */waypoints[162].children[2] = 46; -/* 0:56 */waypoints[162].children[3] = 183; -/* 0:56 */waypoints[162].children[4] = 184; -/* 0:56 */waypoints[163] = spawnstruct(); -/* 0:56 */waypoints[163].origin = (-890.456, 1202.74, 172.811); -/* 0:56 */waypoints[163].type = "stand"; -/* 0:56 */waypoints[163].children[0] = 73; -/* 0:56 */waypoints[163].children[1] = 75; -/* 0:56 */waypoints[163].children[2] = 65; -/* 0:56 */waypoints[164] = spawnstruct(); -/* 0:56 */waypoints[164].origin = (-1183.34, 852.299, 121.182); -/* 0:56 */waypoints[164].type = "stand"; -/* 0:56 */waypoints[164].children[0] = 78; -/* 0:56 */waypoints[164].children[1] = 79; -/* 0:56 */waypoints[164].children[2] = 81; -/* 0:56 */waypoints[165] = spawnstruct(); -/* 0:56 */waypoints[165].origin = (-1264.8, -149.897, 58.9351); -/* 0:56 */waypoints[165].type = "stand"; -/* 0:56 */waypoints[165].children[0] = 87; -/* 0:56 */waypoints[165].children[1] = 86; -/* 0:56 */waypoints[165].children[2] = 85; -/* 0:56 */waypoints[165].children[3] = 88; -/* 0:56 */waypoints[165].children[4] = 166; -/* 0:56 */waypoints[165].children[5] = 210; -/* 0:56 */waypoints[166] = spawnstruct(); -/* 0:56 */waypoints[166].origin = (-1288.84, -470.011, 51.0874); -/* 0:56 */waypoints[166].type = "stand"; -/* 0:56 */waypoints[166].children[0] = 165; -/* 0:56 */waypoints[166].children[1] = 167; -/* 0:56 */waypoints[167] = spawnstruct(); -/* 0:56 */waypoints[167].origin = (-1192.4, -682.031, 49.8982); -/* 0:56 */waypoints[167].type = "stand"; -/* 0:56 */waypoints[167].children[0] = 166; -/* 0:56 */waypoints[167].children[1] = 155; -/* 0:56 */waypoints[167].children[2] = 179; -/* 0:56 */waypoints[168] = spawnstruct(); -/* 0:56 */waypoints[168].origin = (-1361.82, -706.339, 52.625); -/* 0:56 */waypoints[168].type = "stand"; -/* 0:56 */waypoints[168].children[0] = 154; -/* 0:56 */waypoints[168].children[1] = 151; -/* 0:56 */waypoints[169] = spawnstruct(); -/* 0:56 */waypoints[169].origin = (-1861.71, -41.8006, 185.584); -/* 0:56 */waypoints[169].type = "stand"; -/* 0:56 */waypoints[169].children[0] = 144; -/* 0:56 */waypoints[169].children[1] = 143; -/* 0:56 */waypoints[169].children[2] = 141; -/* 0:56 */waypoints[169].children[3] = 142; -/* 0:56 */waypoints[170] = spawnstruct(); -/* 0:56 */waypoints[170].origin = (139.905, 1986, -23.875); -/* 0:56 */waypoints[170].type = "stand"; -/* 0:56 */waypoints[170].children[0] = 56; -/* 0:56 */waypoints[170].children[1] = 54; -/* 0:56 */waypoints[171] = spawnstruct(); -/* 0:56 */waypoints[171].origin = (421.15, 1216.51, -31.6999); -/* 0:56 */waypoints[171].type = "stand"; -/* 0:56 */waypoints[171].children[0] = 44; -/* 0:56 */waypoints[171].children[1] = 39; -/* 0:56 */waypoints[171].children[2] = 40; -/* 0:56 */waypoints[172] = spawnstruct(); -/* 0:56 */waypoints[172].origin = (147.337, 235.014, -5.68532); -/* 0:56 */waypoints[172].type = "stand"; -/* 0:56 */waypoints[172].children[0] = 42; -/* 0:56 */waypoints[172].children[1] = 98; -/* 0:56 */waypoints[173] = spawnstruct(); -/* 0:56 */waypoints[173].origin = (481.696, 397.045, -1.75769); -/* 0:56 */waypoints[173].type = "stand"; -/* 0:56 */waypoints[173].children[0] = 174; -/* 0:56 */waypoints[173].children[1] = 38; -/* 0:56 */waypoints[173].children[2] = 41; -/* 0:56 */waypoints[174] = spawnstruct(); -/* 0:56 */waypoints[174].origin = (364.132, 127.523, -1.77519); -/* 0:56 */waypoints[174].type = "stand"; -/* 0:56 */waypoints[174].children[0] = 173; -/* 0:56 */waypoints[174].children[1] = 99; -/* 0:56 */waypoints[175] = spawnstruct(); -/* 0:56 */waypoints[175].origin = (267.607, -106.827, -0.455149); -/* 0:56 */waypoints[175].type = "stand"; -/* 0:56 */waypoints[175].children[0] = 98; -/* 0:56 */waypoints[175].children[1] = 97; -/* 0:56 */waypoints[175].children[2] = 208; -/* 0:56 */waypoints[176] = spawnstruct(); -/* 0:56 */waypoints[176].origin = (362.187, -910.972, 0.124999); -/* 0:56 */waypoints[176].type = "stand"; -/* 0:56 */waypoints[176].children[0] = 95; -/* 0:56 */waypoints[176].children[1] = 94; -/* 0:56 */waypoints[176].children[2] = 178; -/* 0:56 */waypoints[176].children[3] = 92; -/* 0:56 */waypoints[177] = spawnstruct(); -/* 0:56 */waypoints[177].origin = (114.824, -1023.94, 4.51506); -/* 0:56 */waypoints[177].type = "stand"; -/* 0:56 */waypoints[177].children[0] = 178; -/* 0:56 */waypoints[177].children[1] = 93; -/* 0:56 */waypoints[178] = spawnstruct(); -/* 0:56 */waypoints[178].origin = (352.475, -1310.31, 5.79433); -/* 0:56 */waypoints[178].type = "stand"; -/* 0:56 */waypoints[178].children[0] = 177; -/* 0:56 */waypoints[178].children[1] = 176; -/* 0:56 */waypoints[179] = spawnstruct(); -/* 0:56 */waypoints[179].origin = (-1029.91, -556.43, 50.4056); -/* 0:56 */waypoints[179].type = "stand"; -/* 0:56 */waypoints[179].children[0] = 88; -/* 0:56 */waypoints[179].children[1] = 89; -/* 0:56 */waypoints[179].children[2] = 167; -/* 0:56 */waypoints[180] = spawnstruct(); -/* 0:56 */waypoints[180].origin = (-1512.5, 201.434, 192.125); -/* 0:56 */waypoints[180].type = "stand"; -/* 0:56 */waypoints[180].children[0] = 139; -/* 0:56 */waypoints[180].children[1] = 140; -/* 0:56 */waypoints[180].children[2] = 181; -/* 0:56 */waypoints[181] = spawnstruct(); -/* 0:56 */waypoints[181].origin = (-1395.72, 217.158, 109.429); -/* 0:56 */waypoints[181].type = "stand"; -/* 0:56 */waypoints[181].children[0] = 180; -/* 0:56 */waypoints[181].children[1] = 86; -/* 0:56 */waypoints[181].children[2] = 84; -/* 0:56 */waypoints[182] = spawnstruct(); -/* 0:56 */waypoints[182].origin = (-1066.9, 1232.34, 182.056); -/* 0:56 */waypoints[182].type = "stand"; -/* 0:56 */waypoints[182].children[0] = 74; -/* 0:56 */waypoints[182].children[1] = 73; -/* 0:56 */waypoints[182].children[2] = 65; -/* 0:56 */waypoints[183] = spawnstruct(); -/* 0:56 */waypoints[183].origin = (1107.07, 1714.41, -11.6449); -/* 0:56 */waypoints[183].type = "stand"; -/* 0:56 */waypoints[183].children[0] = 162; -/* 0:56 */waypoints[183].children[1] = 185; -/* 0:56 */waypoints[184] = spawnstruct(); -/* 0:56 */waypoints[184].origin = (1237.51, 1861.97, -3.32589); -/* 0:56 */waypoints[184].type = "stand"; -/* 0:56 */waypoints[184].children[0] = 162; -/* 0:56 */waypoints[184].children[1] = 186; -/* 0:56 */waypoints[185] = spawnstruct(); -/* 0:56 */waypoints[185].origin = (1414.3, 1667.56, -15.3129); -/* 0:56 */waypoints[185].type = "stand"; -/* 0:56 */waypoints[185].children[0] = 183; -/* 0:56 */waypoints[185].children[1] = 188; -/* 0:56 */waypoints[185].children[2] = 186; -/* 0:56 */waypoints[186] = spawnstruct(); -/* 0:56 */waypoints[186].origin = (1596.54, 1826, -11.7663); -/* 0:56 */waypoints[186].type = "stand"; -/* 0:56 */waypoints[186].children[0] = 184; -/* 0:56 */waypoints[186].children[1] = 187; -/* 0:56 */waypoints[186].children[2] = 185; -/* 0:56 */waypoints[187] = spawnstruct(); -/* 0:56 */waypoints[187].origin = (1710.76, 1693, -10.8852); -/* 0:56 */waypoints[187].type = "stand"; -/* 0:56 */waypoints[187].children[0] = 186; -/* 0:56 */waypoints[187].children[1] = 188; -/* 0:56 */waypoints[188] = spawnstruct(); -/* 0:56 */waypoints[188].origin = (1593.27, 1361.94, -15.875); -/* 0:56 */waypoints[188].type = "stand"; -/* 0:56 */waypoints[188].children[0] = 187; -/* 0:56 */waypoints[188].children[1] = 189; -/* 0:56 */waypoints[188].children[2] = 190; -/* 0:56 */waypoints[188].children[3] = 192; -/* 0:56 */waypoints[188].children[4] = 191; -/* 0:56 */waypoints[188].children[5] = 185; -/* 0:56 */waypoints[189] = spawnstruct(); -/* 0:56 */waypoints[189].origin = (1694.75, 1354.68, -15.875); -/* 0:56 */waypoints[189].type = "stand"; -/* 0:56 */waypoints[189].children[0] = 188; -/* 0:56 */waypoints[189].children[1] = 192; -/* 0:56 */waypoints[190] = spawnstruct(); -/* 0:56 */waypoints[190].origin = (1450.79, 1329.58, -15.875); -/* 0:56 */waypoints[190].type = "stand"; -/* 0:56 */waypoints[190].children[0] = 188; -/* 0:56 */waypoints[190].children[1] = 191; -/* 0:56 */waypoints[191] = spawnstruct(); -/* 0:56 */waypoints[191].origin = (1507.72, 1158.98, -15.875); -/* 0:56 */waypoints[191].type = "stand"; -/* 0:56 */waypoints[191].children[0] = 190; -/* 0:56 */waypoints[191].children[1] = 192; -/* 0:56 */waypoints[191].children[2] = 188; -/* 0:56 */waypoints[191].children[3] = 18; -/* 0:56 */waypoints[192] = spawnstruct(); -/* 0:56 */waypoints[192].origin = (1646.55, 1113.69, -15.875); -/* 0:56 */waypoints[192].type = "stand"; -/* 0:56 */waypoints[192].children[0] = 191; -/* 0:56 */waypoints[192].children[1] = 189; -/* 0:56 */waypoints[192].children[2] = 188; -/* 0:56 */waypoints[192].children[3] = 193; -/* 0:56 */waypoints[193] = spawnstruct(); -/* 0:56 */waypoints[193].origin = (1782.81, 913.444, -17.3225); -/* 0:56 */waypoints[193].type = "stand"; -/* 0:56 */waypoints[193].children[0] = 194; -/* 0:56 */waypoints[193].children[1] = 24; -/* 0:56 */waypoints[193].children[2] = 192; -/* 0:56 */waypoints[194] = spawnstruct(); -/* 0:56 */waypoints[194].origin = (1402.58, 919.722, -18.2091); -/* 0:56 */waypoints[194].type = "stand"; -/* 0:56 */waypoints[194].children[0] = 202; -/* 0:56 */waypoints[194].children[1] = 18; -/* 0:56 */waypoints[194].children[2] = 199; -/* 0:56 */waypoints[194].children[3] = 193; -/* 0:56 */waypoints[195] = spawnstruct(); -/* 0:56 */waypoints[195].origin = (1099.94, 676.596, -15.875); -/* 0:56 */waypoints[195].type = "stand"; -/* 0:56 */waypoints[195].children[0] = 201; -/* 0:56 */waypoints[195].children[1] = 196; -/* 0:56 */waypoints[196] = spawnstruct(); -/* 0:56 */waypoints[196].origin = (1020.48, 560.938, -16.3828); -/* 0:56 */waypoints[196].type = "stand"; -/* 0:56 */waypoints[196].children[0] = 195; -/* 0:56 */waypoints[196].children[1] = 197; -/* 0:56 */waypoints[197] = spawnstruct(); -/* 0:56 */waypoints[197].origin = (1132.68, 423.139, -17.693); -/* 0:56 */waypoints[197].type = "stand"; -/* 0:56 */waypoints[197].children[0] = 196; -/* 0:56 */waypoints[197].children[1] = 14; -/* 0:56 */waypoints[198] = spawnstruct(); -/* 0:56 */waypoints[198].origin = (1216.93, 512.599, -18.8148); -/* 0:56 */waypoints[198].type = "stand"; -/* 0:56 */waypoints[198].children[0] = 14; -/* 0:56 */waypoints[198].children[1] = 202; -/* 0:56 */waypoints[198].children[2] = 203; -/* 0:56 */waypoints[199] = spawnstruct(); -/* 0:56 */waypoints[199].origin = (1085.75, 924.762, -15.875); -/* 0:56 */waypoints[199].type = "stand"; -/* 0:56 */waypoints[199].children[0] = 200; -/* 0:56 */waypoints[199].children[1] = 201; -/* 0:56 */waypoints[199].children[2] = 194; -/* 0:56 */waypoints[200] = spawnstruct(); -/* 0:56 */waypoints[200].origin = (858.924, 935.964, -15.8829); -/* 0:56 */waypoints[200].type = "stand"; -/* 0:56 */waypoints[200].children[0] = 36; -/* 0:56 */waypoints[200].children[1] = 199; -/* 0:56 */waypoints[201] = spawnstruct(); -/* 0:56 */waypoints[201].origin = (1137.79, 834.948, -15.875); -/* 0:56 */waypoints[201].type = "stand"; -/* 0:56 */waypoints[201].children[0] = 199; -/* 0:56 */waypoints[201].children[1] = 195; -/* 0:56 */waypoints[201].children[2] = 202; -/* 0:56 */waypoints[202] = spawnstruct(); -/* 0:56 */waypoints[202].origin = (1191.33, 711.024, -15.875); -/* 0:56 */waypoints[202].type = "stand"; -/* 0:56 */waypoints[202].children[0] = 201; -/* 0:56 */waypoints[202].children[1] = 198; -/* 0:56 */waypoints[202].children[2] = 194; -/* 0:56 */waypoints[203] = spawnstruct(); -/* 0:56 */waypoints[203].origin = (1544.34, 470.265, -15.4676); -/* 0:56 */waypoints[203].type = "stand"; -/* 0:56 */waypoints[203].children[0] = 17; -/* 0:56 */waypoints[203].children[1] = 22; -/* 0:56 */waypoints[203].children[2] = 198; -/* 0:56 */waypoints[204] = spawnstruct(); -/* 0:56 */waypoints[204].origin = (1080.41, -49.9459, -15.4027); -/* 0:56 */waypoints[204].type = "stand"; -/* 0:56 */waypoints[204].children[0] = 13; -/* 0:56 */waypoints[204].children[1] = 10; -/* 0:56 */waypoints[204].children[2] = 11; -/* 0:56 */waypoints[205] = spawnstruct(); -/* 0:56 */waypoints[205].origin = (508.406, -583.439, 9.43097); -/* 0:56 */waypoints[205].type = "stand"; -/* 0:56 */waypoints[205].children[0] = 95; -/* 0:56 */waypoints[205].children[1] = 96; -/* 0:56 */waypoints[205].children[2] = 206; -/* 0:56 */waypoints[205].children[3] = 2; -/* 0:56 */waypoints[205].children[4] = 208; -/* 0:56 */waypoints[206] = spawnstruct(); -/* 0:56 */waypoints[206].origin = (802.691, -645.524, -11.1701); -/* 0:56 */waypoints[206].type = "stand"; -/* 0:56 */waypoints[206].children[0] = 205; -/* 0:56 */waypoints[206].children[1] = 2; -/* 0:56 */waypoints[207] = spawnstruct(); -/* 0:56 */waypoints[207].origin = (788.167, -489.855, -10.9774); -/* 0:56 */waypoints[207].type = "stand"; -/* 0:56 */waypoints[207].children[0] = 2; -/* 0:56 */waypoints[207].children[1] = 95; -/* 0:56 */waypoints[208] = spawnstruct(); -/* 0:56 */waypoints[208].origin = (492.677, -395.982, 13.125); -/* 0:56 */waypoints[208].type = "stand"; -/* 0:56 */waypoints[208].children[0] = 205; -/* 0:56 */waypoints[208].children[1] = 175; -/* 0:56 */waypoints[209] = spawnstruct(); -/* 0:56 */waypoints[209].origin = (312.529, -489.802, 4.97186); -/* 0:56 */waypoints[209].type = "stand"; -/* 0:56 */waypoints[209].children[0] = 97; -/* 0:56 */waypoints[209].children[1] = 94; -/* 0:56 */waypoints[210] = spawnstruct(); -/* 0:56 */waypoints[210].origin = (-1020.97, -111.173, 65.7073); -/* 0:56 */waypoints[210].type = "climb"; -/* 0:56 */waypoints[210].children[0] = 108; -/* 0:56 */waypoints[210].children[1] = 165; -/* 0:56 */waypoints[210].angles = (7.37732, -157.244, 0); -/* 0:56 */waypoints[211] = spawnstruct(); -/* 0:56 */waypoints[211].origin = (-1120.33, 353.708, 76.715); -/* 0:56 */waypoints[211].type = "stand"; -/* 0:56 */waypoints[211].children[0] = 86; -/* 0:56 */waypoints[211].children[1] = 109; -/* 0:56 */return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/rust.gsc b/raw/maps/mp/bots/waypoints/rust.gsc deleted file mode 100644 index eeed2e4..0000000 --- a/raw/maps/mp/bots/waypoints/rust.gsc +++ /dev/null @@ -1,1210 +0,0 @@ -Rust() -{ -/* 1:40 */waypoints = []; -/* 1:40 */waypoints[0] = spawnstruct(); -/* 1:40 */waypoints[0].origin = (1583, 1654, -223); -/* 1:40 */waypoints[0].type = "stand"; -/* 1:40 */waypoints[0].childCount = 5; -/* 1:40 */waypoints[0].children[0] = 1; -/* 1:40 */waypoints[0].children[1] = 81; -/* 1:40 */waypoints[0].children[2] = 82; -/* 1:40 */waypoints[0].children[3] = 83; -/* 1:40 */waypoints[0].children[4] = 147; -/* 1:40 */waypoints[1] = spawnstruct(); -/* 1:40 */waypoints[1].origin = (1598, 1358, -228); -/* 1:40 */waypoints[1].type = "stand"; -/* 1:40 */waypoints[1].childCount = 3; -/* 1:40 */waypoints[1].children[0] = 0; -/* 1:40 */waypoints[1].children[1] = 2; -/* 1:40 */waypoints[1].children[2] = 81; -/* 1:40 */waypoints[2] = spawnstruct(); -/* 1:40 */waypoints[2].origin = (1600, 1089, -224); -/* 1:40 */waypoints[2].type = "stand"; -/* 1:40 */waypoints[2].childCount = 3; -/* 1:40 */waypoints[2].children[0] = 1; -/* 1:40 */waypoints[2].children[1] = 3; -/* 1:40 */waypoints[2].children[2] = 134; -/* 1:40 */waypoints[3] = spawnstruct(); -/* 1:40 */waypoints[3].origin = (1504, 1101, -234); -/* 1:40 */waypoints[3].type = "stand"; -/* 1:40 */waypoints[3].childCount = 4; -/* 1:40 */waypoints[3].children[0] = 2; -/* 1:40 */waypoints[3].children[1] = 74; -/* 1:40 */waypoints[3].children[2] = 162; -/* 1:40 */waypoints[3].children[3] = 81; -/* 1:40 */waypoints[4] = spawnstruct(); -/* 1:40 */waypoints[4].origin = (1510, 710, -233); -/* 1:40 */waypoints[4].type = "stand"; -/* 1:40 */waypoints[4].childCount = 3; -/* 1:40 */waypoints[4].children[0] = 5; -/* 1:40 */waypoints[4].children[1] = 71; -/* 1:40 */waypoints[4].children[2] = 162; -/* 1:40 */waypoints[5] = spawnstruct(); -/* 1:40 */waypoints[5].origin = (1601, 704, -225); -/* 1:40 */waypoints[5].type = "stand"; -/* 1:40 */waypoints[5].childCount = 3; -/* 1:40 */waypoints[5].children[0] = 4; -/* 1:40 */waypoints[5].children[1] = 133; -/* 1:40 */waypoints[5].children[2] = 157; -/* 1:40 */waypoints[6] = spawnstruct(); -/* 1:40 */waypoints[6].origin = (1611, -183, -228); -/* 1:40 */waypoints[6].type = "stand"; -/* 1:40 */waypoints[6].childCount = 2; -/* 1:40 */waypoints[6].children[0] = 7; -/* 1:40 */waypoints[6].children[1] = 163; -/* 1:40 */waypoints[7] = spawnstruct(); -/* 1:40 */waypoints[7].origin = (1310, -169, -232); -/* 1:40 */waypoints[7].type = "stand"; -/* 1:40 */waypoints[7].childCount = 4; -/* 1:40 */waypoints[7].children[0] = 6; -/* 1:40 */waypoints[7].children[1] = 8; -/* 1:40 */waypoints[7].children[2] = 128; -/* 1:40 */waypoints[7].children[3] = 160; -/* 1:40 */waypoints[8] = spawnstruct(); -/* 1:40 */waypoints[8].origin = (1034, -169, -233); -/* 1:40 */waypoints[8].type = "stand"; -/* 1:40 */waypoints[8].childCount = 2; -/* 1:40 */waypoints[8].children[0] = 7; -/* 1:40 */waypoints[8].children[1] = 9; -/* 1:40 */waypoints[9] = spawnstruct(); -/* 1:40 */waypoints[9].origin = (1054, -25, -245); -/* 1:40 */waypoints[9].type = "stand"; -/* 1:40 */waypoints[9].childCount = 3; -/* 1:40 */waypoints[9].children[0] = 8; -/* 1:40 */waypoints[9].children[1] = 10; -/* 1:40 */waypoints[9].children[2] = 111; -/* 1:40 */waypoints[10] = spawnstruct(); -/* 1:40 */waypoints[10].origin = (831, -18, -241); -/* 1:40 */waypoints[10].type = "stand"; -/* 1:40 */waypoints[10].childCount = 4; -/* 1:40 */waypoints[10].children[0] = 9; -/* 1:40 */waypoints[10].children[1] = 11; -/* 1:40 */waypoints[10].children[2] = 41; -/* 1:40 */waypoints[10].children[3] = 142; -/* 1:40 */waypoints[11] = spawnstruct(); -/* 1:40 */waypoints[11].origin = (589, -19, -221); -/* 1:40 */waypoints[11].type = "stand"; -/* 1:40 */waypoints[11].childCount = 3; -/* 1:40 */waypoints[11].children[0] = 10; -/* 1:40 */waypoints[11].children[1] = 12; -/* 1:40 */waypoints[11].children[2] = 131; -/* 1:40 */waypoints[12] = spawnstruct(); -/* 1:40 */waypoints[12].origin = (571, -173, -228); -/* 1:40 */waypoints[12].type = "stand"; -/* 1:40 */waypoints[12].childCount = 2; -/* 1:40 */waypoints[12].children[0] = 13; -/* 1:40 */waypoints[12].children[1] = 11; -/* 1:40 */waypoints[13] = spawnstruct(); -/* 1:40 */waypoints[13].origin = (489, -174, -231); -/* 1:40 */waypoints[13].type = "stand"; -/* 1:40 */waypoints[13].childCount = 3; -/* 1:40 */waypoints[13].children[0] = 12; -/* 1:40 */waypoints[13].children[1] = 14; -/* 1:40 */waypoints[13].children[2] = 40; -/* 1:40 */waypoints[14] = spawnstruct(); -/* 1:40 */waypoints[14].origin = (342, -191, -236); -/* 1:40 */waypoints[14].type = "stand"; -/* 1:40 */waypoints[14].childCount = 3; -/* 1:40 */waypoints[14].children[0] = 13; -/* 1:40 */waypoints[14].children[1] = 15; -/* 1:40 */waypoints[14].children[2] = 42; -/* 1:40 */waypoints[15] = spawnstruct(); -/* 1:40 */waypoints[15].origin = (83, -208, -244); -/* 1:40 */waypoints[15].type = "stand"; -/* 1:40 */waypoints[15].childCount = 3; -/* 1:40 */waypoints[15].children[0] = 14; -/* 1:40 */waypoints[15].children[1] = 16; -/* 1:40 */waypoints[15].children[2] = 43; -/* 1:40 */waypoints[16] = spawnstruct(); -/* 1:40 */waypoints[16].origin = (-159, -199, -236); -/* 1:40 */waypoints[16].type = "stand"; -/* 1:40 */waypoints[16].childCount = 4; -/* 1:40 */waypoints[16].children[0] = 15; -/* 1:40 */waypoints[16].children[1] = 17; -/* 1:40 */waypoints[16].children[2] = 130; -/* 1:40 */waypoints[16].children[3] = 161; -/* 1:40 */waypoints[17] = spawnstruct(); -/* 1:40 */waypoints[17].origin = (-433, -193, -216); -/* 1:40 */waypoints[17].type = "stand"; -/* 1:40 */waypoints[17].childCount = 2; -/* 1:40 */waypoints[17].children[0] = 16; -/* 1:40 */waypoints[17].children[1] = 18; -/* 1:40 */waypoints[18] = spawnstruct(); -/* 1:40 */waypoints[18].origin = (-399, 272, -247); -/* 1:40 */waypoints[18].type = "stand"; -/* 1:40 */waypoints[18].childCount = 3; -/* 1:40 */waypoints[18].children[0] = 17; -/* 1:40 */waypoints[18].children[1] = 19; -/* 1:40 */waypoints[18].children[2] = 46; -/* 1:40 */waypoints[19] = spawnstruct(); -/* 1:40 */waypoints[19].origin = (-426, 676, -236); -/* 1:40 */waypoints[19].type = "stand"; -/* 1:40 */waypoints[19].childCount = 3; -/* 1:40 */waypoints[19].children[0] = 18; -/* 1:40 */waypoints[19].children[1] = 20; -/* 1:40 */waypoints[19].children[2] = 48; -/* 1:40 */waypoints[20] = spawnstruct(); -/* 1:40 */waypoints[20].origin = (-424, 1099, -234); -/* 1:40 */waypoints[20].type = "stand"; -/* 1:40 */waypoints[20].childCount = 4; -/* 1:40 */waypoints[20].children[0] = 19; -/* 1:40 */waypoints[20].children[1] = 21; -/* 1:40 */waypoints[20].children[2] = 95; -/* 1:40 */waypoints[20].children[3] = 103; -/* 1:40 */waypoints[21] = spawnstruct(); -/* 1:40 */waypoints[21].origin = (-432, 1500, -234); -/* 1:40 */waypoints[21].type = "stand"; -/* 1:40 */waypoints[21].childCount = 3; -/* 1:40 */waypoints[21].children[0] = 20; -/* 1:40 */waypoints[21].children[1] = 92; -/* 1:40 */waypoints[21].children[2] = 156; -/* 1:40 */waypoints[22] = spawnstruct(); -/* 1:40 */waypoints[22].origin = (-33, 1420, -127); -/* 1:40 */waypoints[22].type = "stand"; -/* 1:40 */waypoints[22].childCount = 2; -/* 1:40 */waypoints[22].children[0] = 23; -/* 1:40 */waypoints[22].children[1] = 153; -/* 1:40 */waypoints[23] = spawnstruct(); -/* 1:40 */waypoints[23].origin = (51, 1524, -126); -/* 1:40 */waypoints[23].type = "stand"; -/* 1:40 */waypoints[23].childCount = 2; -/* 1:40 */waypoints[23].children[0] = 22; -/* 1:40 */waypoints[23].children[1] = 24; -/* 1:40 */waypoints[24] = spawnstruct(); -/* 1:40 */waypoints[24].origin = (-62, 1628, -123); -/* 1:40 */waypoints[24].type = "stand"; -/* 1:40 */waypoints[24].childCount = 3; -/* 1:40 */waypoints[24].children[0] = 23; -/* 1:40 */waypoints[24].children[1] = 25; -/* 1:40 */waypoints[24].children[2] = 153; -/* 1:40 */waypoints[25] = spawnstruct(); -/* 1:40 */waypoints[25].origin = (-83, 1803, -47); -/* 1:40 */waypoints[25].type = "stand"; -/* 1:40 */waypoints[25].childCount = 3; -/* 1:40 */waypoints[25].children[0] = 24; -/* 1:40 */waypoints[25].children[1] = 26; -/* 1:40 */waypoints[25].children[2] = 121; -/* 1:40 */waypoints[26] = spawnstruct(); -/* 1:40 */waypoints[26].origin = (153, 1785, -47); -/* 1:40 */waypoints[26].type = "stand"; -/* 1:40 */waypoints[26].childCount = 2; -/* 1:40 */waypoints[26].children[0] = 25; -/* 1:40 */waypoints[26].children[1] = 27; -/* 1:40 */waypoints[27] = spawnstruct(); -/* 1:40 */waypoints[27].origin = (366, 1665, -47); -/* 1:40 */waypoints[27].type = "stand"; -/* 1:40 */waypoints[27].childCount = 2; -/* 1:40 */waypoints[27].children[0] = 26; -/* 1:40 */waypoints[27].children[1] = 28; -/* 1:40 */waypoints[28] = spawnstruct(); -/* 1:40 */waypoints[28].origin = (739, 1651, -46); -/* 1:40 */waypoints[28].type = "stand"; -/* 1:40 */waypoints[28].childCount = 2; -/* 1:40 */waypoints[28].children[0] = 27; -/* 1:40 */waypoints[28].children[1] = 29; -/* 1:40 */waypoints[29] = spawnstruct(); -/* 1:40 */waypoints[29].origin = (995, 1643, -97); -/* 1:40 */waypoints[29].type = "stand"; -/* 1:40 */waypoints[29].childCount = 3; -/* 1:40 */waypoints[29].children[0] = 28; -/* 1:40 */waypoints[29].children[1] = 30; -/* 1:40 */waypoints[29].children[2] = 82; -/* 1:40 */waypoints[30] = spawnstruct(); -/* 1:40 */waypoints[30].origin = (974, 1441, -23); -/* 1:40 */waypoints[30].type = "stand"; -/* 1:40 */waypoints[30].childCount = 2; -/* 1:40 */waypoints[30].children[0] = 29; -/* 1:40 */waypoints[30].children[1] = 31; -/* 1:40 */waypoints[31] = spawnstruct(); -/* 1:40 */waypoints[31].origin = (953, 1076, -19); -/* 1:40 */waypoints[31].type = "stand"; -/* 1:40 */waypoints[31].childCount = 2; -/* 1:40 */waypoints[31].children[0] = 30; -/* 1:40 */waypoints[31].children[1] = 32; -/* 1:40 */waypoints[32] = spawnstruct(); -/* 1:40 */waypoints[32].origin = (890, 1074, -3); -/* 1:40 */waypoints[32].type = "stand"; -/* 1:40 */waypoints[32].childCount = 4; -/* 1:40 */waypoints[32].children[0] = 31; -/* 1:40 */waypoints[32].children[1] = 33; -/* 1:40 */waypoints[32].children[2] = 37; -/* 1:40 */waypoints[32].children[3] = 136; -/* 1:40 */waypoints[33] = spawnstruct(); -/* 1:40 */waypoints[33].origin = (684, 1063, 18); -/* 1:40 */waypoints[33].type = "stand"; -/* 1:40 */waypoints[33].childCount = 3; -/* 1:40 */waypoints[33].children[0] = 32; -/* 1:40 */waypoints[33].children[1] = 127; -/* 1:40 */waypoints[33].children[2] = 152; -/* 1:40 */waypoints[34] = spawnstruct(); -/* 1:40 */waypoints[34].origin = (557, 786, 74); -/* 1:40 */waypoints[34].type = "stand"; -/* 1:40 */waypoints[34].childCount = 3; -/* 1:40 */waypoints[34].children[0] = 35; -/* 1:40 */waypoints[34].children[1] = 36; -/* 1:40 */waypoints[34].children[2] = 149; -/* 1:40 */waypoints[35] = spawnstruct(); -/* 1:40 */waypoints[35].origin = (509, 782, 113); -/* 1:40 */waypoints[35].type = "stand"; -/* 1:40 */waypoints[35].childCount = 2; -/* 1:40 */waypoints[35].children[0] = 34; -/* 1:40 */waypoints[35].children[1] = 39; -/* 1:40 */waypoints[36] = spawnstruct(); -/* 1:40 */waypoints[36].origin = (641, 780, 19); -/* 1:40 */waypoints[36].type = "stand"; -/* 1:40 */waypoints[36].childCount = 3; -/* 1:40 */waypoints[36].children[0] = 34; -/* 1:40 */waypoints[36].children[1] = 37; -/* 1:40 */waypoints[36].children[2] = 125; -/* 1:40 */waypoints[37] = spawnstruct(); -/* 1:40 */waypoints[37].origin = (895, 765, 10); -/* 1:40 */waypoints[37].type = "stand"; -/* 1:40 */waypoints[37].childCount = 3; -/* 1:40 */waypoints[37].children[0] = 36; -/* 1:40 */waypoints[37].children[1] = 38; -/* 1:40 */waypoints[37].children[2] = 32; -/* 1:40 */waypoints[38] = spawnstruct(); -/* 1:40 */waypoints[38].origin = (1130, 765, -2); -/* 1:40 */waypoints[38].type = "stand"; -/* 1:40 */waypoints[38].childCount = 3; -/* 1:40 */waypoints[38].children[0] = 37; -/* 1:40 */waypoints[38].children[1] = 126; -/* 1:40 */waypoints[38].children[2] = 140; -/* 1:40 */waypoints[39] = spawnstruct(); -/* 1:40 */waypoints[39].origin = (508, 467, -55); -/* 1:40 */waypoints[39].type = "stand"; -/* 1:40 */waypoints[39].childCount = 2; -/* 1:40 */waypoints[39].children[0] = 35; -/* 1:40 */waypoints[39].children[1] = 40; -/* 1:40 */waypoints[40] = spawnstruct(); -/* 1:40 */waypoints[40].origin = (501, 103, -236); -/* 1:40 */waypoints[40].type = "stand"; -/* 1:40 */waypoints[40].childCount = 4; -/* 1:40 */waypoints[40].children[0] = 39; -/* 1:40 */waypoints[40].children[1] = 13; -/* 1:40 */waypoints[40].children[2] = 41; -/* 1:40 */waypoints[40].children[3] = 42; -/* 1:40 */waypoints[41] = spawnstruct(); -/* 1:40 */waypoints[41].origin = (837, 108, -245); -/* 1:40 */waypoints[41].type = "stand"; -/* 1:40 */waypoints[41].childCount = 4; -/* 1:40 */waypoints[41].children[0] = 40; -/* 1:40 */waypoints[41].children[1] = 10; -/* 1:40 */waypoints[41].children[2] = 111; -/* 1:40 */waypoints[41].children[3] = 116; -/* 1:40 */waypoints[42] = spawnstruct(); -/* 1:40 */waypoints[42].origin = (329, 80, -239); -/* 1:40 */waypoints[42].type = "stand"; -/* 1:40 */waypoints[42].childCount = 5; -/* 1:40 */waypoints[42].children[0] = 40; -/* 1:40 */waypoints[42].children[1] = 14; -/* 1:40 */waypoints[42].children[2] = 50; -/* 1:40 */waypoints[42].children[3] = 49; -/* 1:40 */waypoints[42].children[4] = 138; -/* 1:40 */waypoints[43] = spawnstruct(); -/* 1:40 */waypoints[43].origin = (127, 46, -238); -/* 1:40 */waypoints[43].type = "stand"; -/* 1:40 */waypoints[43].childCount = 4; -/* 1:40 */waypoints[43].children[0] = 15; -/* 1:40 */waypoints[43].children[1] = 44; -/* 1:40 */waypoints[43].children[2] = 46; -/* 1:40 */waypoints[43].children[3] = 49; -/* 1:40 */waypoints[44] = spawnstruct(); -/* 1:40 */waypoints[44].origin = (-90, 43, -244); -/* 1:40 */waypoints[44].type = "stand"; -/* 1:40 */waypoints[44].childCount = 2; -/* 1:40 */waypoints[44].children[0] = 43; -/* 1:40 */waypoints[44].children[1] = 45; -/* 1:40 */waypoints[45] = spawnstruct(); -/* 1:40 */waypoints[45].origin = (-182, 130, -213); -/* 1:40 */waypoints[45].type = "stand"; -/* 1:40 */waypoints[45].childCount = 2; -/* 1:40 */waypoints[45].children[0] = 44; -/* 1:40 */waypoints[45].children[1] = 46; -/* 1:40 */waypoints[46] = spawnstruct(); -/* 1:40 */waypoints[46].origin = (-177, 264, -228); -/* 1:40 */waypoints[46].type = "stand"; -/* 1:40 */waypoints[46].childCount = 4; -/* 1:40 */waypoints[46].children[0] = 45; -/* 1:40 */waypoints[46].children[1] = 18; -/* 1:40 */waypoints[46].children[2] = 47; -/* 1:40 */waypoints[46].children[3] = 43; -/* 1:40 */waypoints[47] = spawnstruct(); -/* 1:40 */waypoints[47].origin = (-158, 398, -233); -/* 1:40 */waypoints[47].type = "stand"; -/* 1:40 */waypoints[47].childCount = 3; -/* 1:40 */waypoints[47].children[0] = 46; -/* 1:40 */waypoints[47].children[1] = 48; -/* 1:40 */waypoints[47].children[2] = 49; -/* 1:40 */waypoints[48] = spawnstruct(); -/* 1:40 */waypoints[48].origin = (-171, 677, -243); -/* 1:40 */waypoints[48].type = "stand"; -/* 1:40 */waypoints[48].childCount = 5; -/* 1:40 */waypoints[48].children[0] = 47; -/* 1:40 */waypoints[48].children[1] = 19; -/* 1:40 */waypoints[48].children[2] = 101; -/* 1:40 */waypoints[48].children[3] = 102; -/* 1:40 */waypoints[48].children[4] = 118; -/* 1:40 */waypoints[49] = spawnstruct(); -/* 1:40 */waypoints[49].origin = (139, 206, -245); -/* 1:40 */waypoints[49].type = "stand"; -/* 1:40 */waypoints[49].childCount = 5; -/* 1:40 */waypoints[49].children[0] = 43; -/* 1:40 */waypoints[49].children[1] = 50; -/* 1:40 */waypoints[49].children[2] = 47; -/* 1:40 */waypoints[49].children[3] = 42; -/* 1:40 */waypoints[49].children[4] = 118; -/* 1:40 */waypoints[50] = spawnstruct(); -/* 1:40 */waypoints[50].origin = (397, 221, -239); -/* 1:40 */waypoints[50].type = "stand"; -/* 1:40 */waypoints[50].childCount = 3; -/* 1:40 */waypoints[50].children[0] = 49; -/* 1:40 */waypoints[50].children[1] = 42; -/* 1:40 */waypoints[50].children[2] = 53; -/* 1:40 */waypoints[51] = spawnstruct(); -/* 1:40 */waypoints[51].origin = (208, 696, -239); -/* 1:40 */waypoints[51].type = "stand"; -/* 1:40 */waypoints[51].childCount = 4; -/* 1:40 */waypoints[51].children[0] = 52; -/* 1:40 */waypoints[51].children[1] = 55; -/* 1:40 */waypoints[51].children[2] = 101; -/* 1:40 */waypoints[51].children[3] = 158; -/* 1:40 */waypoints[52] = spawnstruct(); -/* 1:40 */waypoints[52].origin = (217, 484, -237); -/* 1:40 */waypoints[52].type = "stand"; -/* 1:40 */waypoints[52].childCount = 2; -/* 1:40 */waypoints[52].children[0] = 51; -/* 1:40 */waypoints[52].children[1] = 53; -/* 1:40 */waypoints[53] = spawnstruct(); -/* 1:40 */waypoints[53].origin = (421, 483, -239); -/* 1:40 */waypoints[53].type = "stand"; -/* 1:40 */waypoints[53].childCount = 5; -/* 1:40 */waypoints[53].children[0] = 52; -/* 1:40 */waypoints[53].children[1] = 50; -/* 1:40 */waypoints[53].children[2] = 54; -/* 1:40 */waypoints[53].children[3] = 117; -/* 1:40 */waypoints[53].children[4] = 159; -/* 1:40 */waypoints[54] = spawnstruct(); -/* 1:40 */waypoints[54].origin = (438, 599, -238); -/* 1:40 */waypoints[54].type = "stand"; -/* 1:40 */waypoints[54].childCount = 2; -/* 1:40 */waypoints[54].children[0] = 53; -/* 1:40 */waypoints[54].children[1] = 55; -/* 1:40 */waypoints[55] = spawnstruct(); -/* 1:40 */waypoints[55].origin = (438, 699, -239); -/* 1:40 */waypoints[55].type = "stand"; -/* 1:40 */waypoints[55].childCount = 4; -/* 1:40 */waypoints[55].children[0] = 54; -/* 1:40 */waypoints[55].children[1] = 51; -/* 1:40 */waypoints[55].children[2] = 60; -/* 1:40 */waypoints[55].children[3] = 56; -/* 1:40 */waypoints[56] = spawnstruct(); -/* 1:40 */waypoints[56].origin = (445, 728, -237); -/* 1:40 */waypoints[56].type = "crouch"; -/* 1:40 */waypoints[56].childCount = 2; -/* 1:40 */waypoints[56].children[0] = 57; -/* 1:40 */waypoints[56].children[1] = 55; -/* 1:40 */waypoints[57] = spawnstruct(); -/* 1:40 */waypoints[57].origin = (443, 828, -197); -/* 1:40 */waypoints[57].type = "crouch"; -/* 1:40 */waypoints[57].childCount = 2; -/* 1:40 */waypoints[57].children[0] = 56; -/* 1:40 */waypoints[57].children[1] = 58; -/* 1:40 */waypoints[58] = spawnstruct(); -/* 1:40 */waypoints[58].origin = (569, 835, -196); -/* 1:40 */waypoints[58].type = "crouch"; -/* 1:40 */waypoints[58].childCount = 2; -/* 1:40 */waypoints[58].children[0] = 57; -/* 1:40 */waypoints[58].children[1] = 59; -/* 1:40 */waypoints[59] = spawnstruct(); -/* 1:40 */waypoints[59].origin = (614, 837, -204); -/* 1:40 */waypoints[59].type = "stand"; -/* 1:40 */waypoints[59].childCount = 2; -/* 1:40 */waypoints[59].children[0] = 58; -/* 1:40 */waypoints[59].children[1] = 106; -/* 1:40 */waypoints[60] = spawnstruct(); -/* 1:40 */waypoints[60].origin = (722, 689, -235); -/* 1:40 */waypoints[60].type = "stand"; -/* 1:40 */waypoints[60].childCount = 2; -/* 1:40 */waypoints[60].children[0] = 55; -/* 1:40 */waypoints[60].children[1] = 61; -/* 1:40 */waypoints[61] = spawnstruct(); -/* 1:40 */waypoints[61].origin = (776, 689, -233); -/* 1:40 */waypoints[61].type = "crouch"; -/* 1:40 */waypoints[61].childCount = 2; -/* 1:40 */waypoints[61].children[0] = 60; -/* 1:40 */waypoints[61].children[1] = 62; -/* 1:40 */waypoints[62] = spawnstruct(); -/* 1:40 */waypoints[62].origin = (870, 689, -234); -/* 1:40 */waypoints[62].type = "crouch"; -/* 1:40 */waypoints[62].childCount = 4; -/* 1:40 */waypoints[62].children[0] = 61; -/* 1:40 */waypoints[62].children[1] = 63; -/* 1:40 */waypoints[62].children[2] = 64; -/* 1:40 */waypoints[62].children[3] = 70; -/* 1:40 */waypoints[63] = spawnstruct(); -/* 1:40 */waypoints[63].origin = (862, 494, -238); -/* 1:40 */waypoints[63].type = "crouch"; -/* 1:40 */waypoints[63].childCount = 2; -/* 1:40 */waypoints[63].children[0] = 62; -/* 1:40 */waypoints[63].children[1] = 68; -/* 1:40 */waypoints[64] = spawnstruct(); -/* 1:40 */waypoints[64].origin = (848, 858, -235); -/* 1:40 */waypoints[64].type = "crouch"; -/* 1:40 */waypoints[64].childCount = 3; -/* 1:40 */waypoints[64].children[0] = 62; -/* 1:40 */waypoints[64].children[1] = 65; -/* 1:40 */waypoints[64].children[2] = 132; -/* 1:40 */waypoints[65] = spawnstruct(); -/* 1:40 */waypoints[65].origin = (849, 968, -234); -/* 1:40 */waypoints[65].type = "crouch"; -/* 1:40 */waypoints[65].childCount = 3; -/* 1:40 */waypoints[65].children[0] = 64; -/* 1:40 */waypoints[65].children[1] = 66; -/* 1:40 */waypoints[65].children[2] = 67; -/* 1:40 */waypoints[66] = spawnstruct(); -/* 1:40 */waypoints[66].origin = (921, 986, -225); -/* 1:40 */waypoints[66].type = "stand"; -/* 1:40 */waypoints[66].childCount = 2; -/* 1:40 */waypoints[66].children[0] = 65; -/* 1:40 */waypoints[66].children[1] = 75; -/* 1:40 */waypoints[67] = spawnstruct(); -/* 1:40 */waypoints[67].origin = (833, 1053, -231); -/* 1:40 */waypoints[67].type = "stand"; -/* 1:40 */waypoints[67].childCount = 2; -/* 1:40 */waypoints[67].children[0] = 65; -/* 1:40 */waypoints[67].children[1] = 77; -/* 1:40 */waypoints[68] = spawnstruct(); -/* 1:40 */waypoints[68].origin = (1008, 506, -241); -/* 1:40 */waypoints[68].type = "stand"; -/* 1:40 */waypoints[68].childCount = 4; -/* 1:40 */waypoints[68].children[0] = 63; -/* 1:40 */waypoints[68].children[1] = 69; -/* 1:40 */waypoints[68].children[2] = 112; -/* 1:40 */waypoints[68].children[3] = 115; -/* 1:40 */waypoints[69] = spawnstruct(); -/* 1:40 */waypoints[69].origin = (1000, 650, -234); -/* 1:40 */waypoints[69].type = "stand"; -/* 1:40 */waypoints[69].childCount = 4; -/* 1:40 */waypoints[69].children[0] = 70; -/* 1:40 */waypoints[69].children[1] = 68; -/* 1:40 */waypoints[69].children[2] = 113; -/* 1:40 */waypoints[69].children[3] = 139; -/* 1:40 */waypoints[70] = spawnstruct(); -/* 1:40 */waypoints[70].origin = (938, 664, -231); -/* 1:40 */waypoints[70].type = "crouch"; -/* 1:40 */waypoints[70].childCount = 2; -/* 1:40 */waypoints[70].children[0] = 69; -/* 1:40 */waypoints[70].children[1] = 62; -/* 1:40 */waypoints[71] = spawnstruct(); -/* 1:40 */waypoints[71].origin = (1302, 640, -226); -/* 1:40 */waypoints[71].type = "stand"; -/* 1:40 */waypoints[71].childCount = 4; -/* 1:40 */waypoints[71].children[0] = 4; -/* 1:40 */waypoints[71].children[1] = 72; -/* 1:40 */waypoints[71].children[2] = 113; -/* 1:40 */waypoints[71].children[3] = 114; -/* 1:40 */waypoints[72] = spawnstruct(); -/* 1:40 */waypoints[72].origin = (1260, 875, -234); -/* 1:40 */waypoints[72].type = "stand"; -/* 1:40 */waypoints[72].childCount = 4; -/* 1:40 */waypoints[72].children[0] = 71; -/* 1:40 */waypoints[72].children[1] = 73; -/* 1:40 */waypoints[72].children[2] = 74; -/* 1:40 */waypoints[72].children[3] = 168; -/* 1:40 */waypoints[73] = spawnstruct(); -/* 1:40 */waypoints[73].origin = (1014, 854, -236); -/* 1:40 */waypoints[73].type = "stand"; -/* 1:40 */waypoints[73].childCount = 2; -/* 1:40 */waypoints[73].children[0] = 72; -/* 1:40 */waypoints[73].children[1] = 75; -/* 1:40 */waypoints[74] = spawnstruct(); -/* 1:40 */waypoints[74].origin = (1280, 1117, -221); -/* 1:40 */waypoints[74].type = "stand"; -/* 1:40 */waypoints[74].childCount = 3; -/* 1:40 */waypoints[74].children[0] = 72; -/* 1:40 */waypoints[74].children[1] = 3; -/* 1:40 */waypoints[74].children[2] = 75; -/* 1:40 */waypoints[75] = spawnstruct(); -/* 1:40 */waypoints[75].origin = (1074, 1116, -237); -/* 1:40 */waypoints[75].type = "stand"; -/* 1:40 */waypoints[75].childCount = 4; -/* 1:40 */waypoints[75].children[0] = 74; -/* 1:40 */waypoints[75].children[1] = 73; -/* 1:40 */waypoints[75].children[2] = 76; -/* 1:40 */waypoints[75].children[3] = 66; -/* 1:40 */waypoints[76] = spawnstruct(); -/* 1:40 */waypoints[76].origin = (1059, 1205, -236); -/* 1:40 */waypoints[76].type = "stand"; -/* 1:40 */waypoints[76].childCount = 4; -/* 1:40 */waypoints[76].children[0] = 75; -/* 1:40 */waypoints[76].children[1] = 77; -/* 1:40 */waypoints[76].children[2] = 78; -/* 1:40 */waypoints[76].children[3] = 143; -/* 1:40 */waypoints[77] = spawnstruct(); -/* 1:40 */waypoints[77].origin = (840, 1194, -233); -/* 1:40 */waypoints[77].type = "stand"; -/* 1:40 */waypoints[77].childCount = 4; -/* 1:40 */waypoints[77].children[0] = 76; -/* 1:40 */waypoints[77].children[1] = 67; -/* 1:40 */waypoints[77].children[2] = 86; -/* 1:40 */waypoints[77].children[3] = 108; -/* 1:40 */waypoints[78] = spawnstruct(); -/* 1:40 */waypoints[78].origin = (1069, 1530, -235); -/* 1:40 */waypoints[78].type = "stand"; -/* 1:40 */waypoints[78].childCount = 3; -/* 1:40 */waypoints[78].children[0] = 76; -/* 1:40 */waypoints[78].children[1] = 79; -/* 1:40 */waypoints[78].children[2] = 86; -/* 1:40 */waypoints[79] = spawnstruct(); -/* 1:40 */waypoints[79].origin = (1242, 1545, -219); -/* 1:40 */waypoints[79].type = "stand"; -/* 1:40 */waypoints[79].childCount = 3; -/* 1:40 */waypoints[79].children[0] = 78; -/* 1:40 */waypoints[79].children[1] = 80; -/* 1:40 */waypoints[79].children[2] = 81; -/* 1:40 */waypoints[80] = spawnstruct(); -/* 1:40 */waypoints[80].origin = (1247, 1483, -235); -/* 1:40 */waypoints[80].type = "stand"; -/* 1:40 */waypoints[80].childCount = 3; -/* 1:40 */waypoints[80].children[0] = 79; -/* 1:40 */waypoints[80].children[1] = 81; -/* 1:40 */waypoints[80].children[2] = 175; -/* 1:40 */waypoints[81] = spawnstruct(); -/* 1:40 */waypoints[81].origin = (1503, 1491, -236); -/* 1:40 */waypoints[81].type = "stand"; -/* 1:40 */waypoints[81].childCount = 6; -/* 1:40 */waypoints[81].children[0] = 80; -/* 1:40 */waypoints[81].children[1] = 1; -/* 1:40 */waypoints[81].children[2] = 0; -/* 1:40 */waypoints[81].children[3] = 3; -/* 1:40 */waypoints[81].children[4] = 83; -/* 1:40 */waypoints[81].children[5] = 79; -/* 1:40 */waypoints[82] = spawnstruct(); -/* 1:40 */waypoints[82].origin = (1219, 1624, -144); -/* 1:40 */waypoints[82].type = "stand"; -/* 1:40 */waypoints[82].childCount = 2; -/* 1:40 */waypoints[82].children[0] = 0; -/* 1:40 */waypoints[82].children[1] = 29; -/* 1:40 */waypoints[83] = spawnstruct(); -/* 1:40 */waypoints[83].origin = (1570, 1781, -228); -/* 1:40 */waypoints[83].type = "stand"; -/* 1:40 */waypoints[83].childCount = 3; -/* 1:40 */waypoints[83].children[0] = 0; -/* 1:40 */waypoints[83].children[1] = 85; -/* 1:40 */waypoints[83].children[2] = 81; -/* 1:40 */waypoints[84] = spawnstruct(); -/* 1:40 */waypoints[84].origin = (872, 1769, -234); -/* 1:40 */waypoints[84].type = "stand"; -/* 1:40 */waypoints[84].childCount = 3; -/* 1:40 */waypoints[84].children[0] = 85; -/* 1:40 */waypoints[84].children[1] = 86; -/* 1:40 */waypoints[84].children[2] = 89; -/* 1:40 */waypoints[85] = spawnstruct(); -/* 1:40 */waypoints[85].origin = (1221, 1777, -224); -/* 1:40 */waypoints[85].type = "stand"; -/* 1:40 */waypoints[85].childCount = 2; -/* 1:40 */waypoints[85].children[0] = 84; -/* 1:40 */waypoints[85].children[1] = 83; -/* 1:40 */waypoints[86] = spawnstruct(); -/* 1:40 */waypoints[86].origin = (859, 1545, -245); -/* 1:40 */waypoints[86].type = "stand"; -/* 1:40 */waypoints[86].childCount = 4; -/* 1:40 */waypoints[86].children[0] = 84; -/* 1:40 */waypoints[86].children[1] = 78; -/* 1:40 */waypoints[86].children[2] = 77; -/* 1:40 */waypoints[86].children[3] = 87; -/* 1:40 */waypoints[87] = spawnstruct(); -/* 1:40 */waypoints[87].origin = (605, 1540, -241); -/* 1:40 */waypoints[87].type = "stand"; -/* 1:40 */waypoints[87].childCount = 5; -/* 1:40 */waypoints[87].children[0] = 86; -/* 1:40 */waypoints[87].children[1] = 88; -/* 1:40 */waypoints[87].children[2] = 109; -/* 1:40 */waypoints[87].children[3] = 110; -/* 1:40 */waypoints[87].children[4] = 90; -/* 1:40 */waypoints[88] = spawnstruct(); -/* 1:40 */waypoints[88].origin = (610, 1781, -224); -/* 1:40 */waypoints[88].type = "stand"; -/* 1:40 */waypoints[88].childCount = 3; -/* 1:40 */waypoints[88].children[0] = 87; -/* 1:40 */waypoints[88].children[1] = 90; -/* 1:40 */waypoints[88].children[2] = 91; -/* 1:40 */waypoints[89] = spawnstruct(); -/* 1:40 */waypoints[89].origin = (755, 1792, -222); -/* 1:40 */waypoints[89].type = "stand"; -/* 1:40 */waypoints[89].childCount = 2; -/* 1:40 */waypoints[89].children[0] = 84; -/* 1:40 */waypoints[89].children[1] = 90; -/* 1:40 */waypoints[90] = spawnstruct(); -/* 1:40 */waypoints[90].origin = (676, 1699, -235); -/* 1:40 */waypoints[90].type = "stand"; -/* 1:40 */waypoints[90].childCount = 3; -/* 1:40 */waypoints[90].children[0] = 89; -/* 1:40 */waypoints[90].children[1] = 88; -/* 1:40 */waypoints[90].children[2] = 87; -/* 1:40 */waypoints[91] = spawnstruct(); -/* 1:40 */waypoints[91].origin = (204, 1773, -225); -/* 1:40 */waypoints[91].type = "stand"; -/* 1:40 */waypoints[91].childCount = 3; -/* 1:40 */waypoints[91].children[0] = 88; -/* 1:40 */waypoints[91].children[1] = 93; -/* 1:40 */waypoints[91].children[2] = 97; -/* 1:40 */waypoints[92] = spawnstruct(); -/* 1:40 */waypoints[92].origin = (-416, 1766, -238); -/* 1:40 */waypoints[92].type = "stand"; -/* 1:40 */waypoints[92].childCount = 3; -/* 1:40 */waypoints[92].children[0] = 93; -/* 1:40 */waypoints[92].children[1] = 21; -/* 1:40 */waypoints[92].children[2] = 135; -/* 1:40 */waypoints[93] = spawnstruct(); -/* 1:40 */waypoints[93].origin = (-143, 1769, -239); -/* 1:40 */waypoints[93].type = "stand"; -/* 1:40 */waypoints[93].childCount = 2; -/* 1:40 */waypoints[93].children[0] = 91; -/* 1:40 */waypoints[93].children[1] = 92; -/* 1:40 */waypoints[94] = spawnstruct(); -/* 1:40 */waypoints[94].origin = (-221, 1331, -234); -/* 1:40 */waypoints[94].type = "stand"; -/* 1:40 */waypoints[94].childCount = 2; -/* 1:40 */waypoints[94].children[0] = 95; -/* 1:40 */waypoints[94].children[1] = 156; -/* 1:40 */waypoints[95] = spawnstruct(); -/* 1:40 */waypoints[95].origin = (-145, 1218, -228); -/* 1:40 */waypoints[95].type = "stand"; -/* 1:40 */waypoints[95].childCount = 3; -/* 1:40 */waypoints[95].children[0] = 94; -/* 1:40 */waypoints[95].children[1] = 20; -/* 1:40 */waypoints[95].children[2] = 96; -/* 1:40 */waypoints[96] = spawnstruct(); -/* 1:40 */waypoints[96].origin = (180, 1234, -226); -/* 1:40 */waypoints[96].type = "stand"; -/* 1:40 */waypoints[96].childCount = 4; -/* 1:40 */waypoints[96].children[0] = 95; -/* 1:40 */waypoints[96].children[1] = 97; -/* 1:40 */waypoints[96].children[2] = 98; -/* 1:40 */waypoints[96].children[3] = 100; -/* 1:40 */waypoints[97] = spawnstruct(); -/* 1:40 */waypoints[97].origin = (193, 1552, -224); -/* 1:40 */waypoints[97].type = "stand"; -/* 1:40 */waypoints[97].childCount = 4; -/* 1:40 */waypoints[97].children[0] = 91; -/* 1:40 */waypoints[97].children[1] = 96; -/* 1:40 */waypoints[97].children[2] = 110; -/* 1:40 */waypoints[97].children[3] = 137; -/* 1:40 */waypoints[98] = spawnstruct(); -/* 1:40 */waypoints[98].origin = (263, 1201, -230); -/* 1:40 */waypoints[98].type = "stand"; -/* 1:40 */waypoints[98].childCount = 4; -/* 1:40 */waypoints[98].children[0] = 96; -/* 1:40 */waypoints[98].children[1] = 99; -/* 1:40 */waypoints[98].children[2] = 104; -/* 1:40 */waypoints[98].children[3] = 141; -/* 1:40 */waypoints[99] = spawnstruct(); -/* 1:40 */waypoints[99].origin = (298, 955, -240); -/* 1:40 */waypoints[99].type = "stand"; -/* 1:40 */waypoints[99].childCount = 2; -/* 1:40 */waypoints[99].children[0] = 98; -/* 1:40 */waypoints[99].children[1] = 100; -/* 1:40 */waypoints[100] = spawnstruct(); -/* 1:40 */waypoints[100].origin = (40, 958, -244); -/* 1:40 */waypoints[100].type = "stand"; -/* 1:40 */waypoints[100].childCount = 5; -/* 1:40 */waypoints[100].children[0] = 99; -/* 1:40 */waypoints[100].children[1] = 101; -/* 1:40 */waypoints[100].children[2] = 103; -/* 1:40 */waypoints[100].children[3] = 96; -/* 1:40 */waypoints[100].children[4] = 102; -/* 1:40 */waypoints[101] = spawnstruct(); -/* 1:40 */waypoints[101].origin = (48, 686, -245); -/* 1:40 */waypoints[101].type = "stand"; -/* 1:40 */waypoints[101].childCount = 4; -/* 1:40 */waypoints[101].children[0] = 48; -/* 1:40 */waypoints[101].children[1] = 51; -/* 1:40 */waypoints[101].children[2] = 100; -/* 1:40 */waypoints[101].children[3] = 118; -/* 1:40 */waypoints[102] = spawnstruct(); -/* 1:40 */waypoints[102].origin = (-223, 926, -237); -/* 1:40 */waypoints[102].type = "stand"; -/* 1:40 */waypoints[102].childCount = 3; -/* 1:40 */waypoints[102].children[0] = 103; -/* 1:40 */waypoints[102].children[1] = 48; -/* 1:40 */waypoints[102].children[2] = 100; -/* 1:40 */waypoints[103] = spawnstruct(); -/* 1:40 */waypoints[103].origin = (-209, 1103, -236); -/* 1:40 */waypoints[103].type = "stand"; -/* 1:40 */waypoints[103].childCount = 3; -/* 1:40 */waypoints[103].children[0] = 102; -/* 1:40 */waypoints[103].children[1] = 20; -/* 1:40 */waypoints[103].children[2] = 100; -/* 1:40 */waypoints[104] = spawnstruct(); -/* 1:40 */waypoints[104].origin = (439, 1203, -236); -/* 1:40 */waypoints[104].type = "stand"; -/* 1:40 */waypoints[104].childCount = 4; -/* 1:40 */waypoints[104].children[0] = 98; -/* 1:40 */waypoints[104].children[1] = 105; -/* 1:40 */waypoints[104].children[2] = 109; -/* 1:40 */waypoints[104].children[3] = 110; -/* 1:40 */waypoints[105] = spawnstruct(); -/* 1:40 */waypoints[105].origin = (454, 1036, -222); -/* 1:40 */waypoints[105].type = "stand"; -/* 1:40 */waypoints[105].childCount = 3; -/* 1:40 */waypoints[105].children[0] = 104; -/* 1:40 */waypoints[105].children[1] = 106; -/* 1:40 */waypoints[105].children[2] = 122; -/* 1:40 */waypoints[106] = spawnstruct(); -/* 1:40 */waypoints[106].origin = (599, 1036, -202); -/* 1:40 */waypoints[106].type = "stand"; -/* 1:40 */waypoints[106].childCount = 4; -/* 1:40 */waypoints[106].children[0] = 105; -/* 1:40 */waypoints[106].children[1] = 59; -/* 1:40 */waypoints[106].children[2] = 107; -/* 1:40 */waypoints[106].children[3] = 145; -/* 1:40 */waypoints[107] = spawnstruct(); -/* 1:40 */waypoints[107].origin = (719, 1026, -202); -/* 1:40 */waypoints[107].type = "stand"; -/* 1:40 */waypoints[107].childCount = 2; -/* 1:40 */waypoints[107].children[0] = 106; -/* 1:40 */waypoints[107].children[1] = 108; -/* 1:40 */waypoints[108] = spawnstruct(); -/* 1:40 */waypoints[108].origin = (712, 1204, -172); -/* 1:40 */waypoints[108].type = "stand"; -/* 1:40 */waypoints[108].childCount = 3; -/* 1:40 */waypoints[108].children[0] = 107; -/* 1:40 */waypoints[108].children[1] = 77; -/* 1:40 */waypoints[108].children[2] = 109; -/* 1:40 */waypoints[109] = spawnstruct(); -/* 1:40 */waypoints[109].origin = (605, 1204, -230); -/* 1:40 */waypoints[109].type = "stand"; -/* 1:40 */waypoints[109].childCount = 3; -/* 1:40 */waypoints[109].children[0] = 108; -/* 1:40 */waypoints[109].children[1] = 104; -/* 1:40 */waypoints[109].children[2] = 87; -/* 1:40 */waypoints[110] = spawnstruct(); -/* 1:40 */waypoints[110].origin = (423, 1543, -234); -/* 1:40 */waypoints[110].type = "stand"; -/* 1:40 */waypoints[110].childCount = 3; -/* 1:40 */waypoints[110].children[0] = 104; -/* 1:40 */waypoints[110].children[1] = 87; -/* 1:40 */waypoints[110].children[2] = 97; -/* 1:40 */waypoints[111] = spawnstruct(); -/* 1:40 */waypoints[111].origin = (1044, 117, -241); -/* 1:40 */waypoints[111].type = "stand"; -/* 1:40 */waypoints[111].childCount = 3; -/* 1:40 */waypoints[111].children[0] = 9; -/* 1:40 */waypoints[111].children[1] = 41; -/* 1:40 */waypoints[111].children[2] = 115; -/* 1:40 */waypoints[112] = spawnstruct(); -/* 1:40 */waypoints[112].origin = (1121, 508, -241); -/* 1:40 */waypoints[112].type = "stand"; -/* 1:40 */waypoints[112].childCount = 3; -/* 1:40 */waypoints[112].children[0] = 68; -/* 1:40 */waypoints[112].children[1] = 113; -/* 1:40 */waypoints[112].children[2] = 115; -/* 1:40 */waypoints[113] = spawnstruct(); -/* 1:40 */waypoints[113].origin = (1115, 642, -245); -/* 1:40 */waypoints[113].type = "stand"; -/* 1:40 */waypoints[113].childCount = 3; -/* 1:40 */waypoints[113].children[0] = 69; -/* 1:40 */waypoints[113].children[1] = 71; -/* 1:40 */waypoints[113].children[2] = 112; -/* 1:40 */waypoints[114] = spawnstruct(); -/* 1:40 */waypoints[114].origin = (1332, 322, -240); -/* 1:40 */waypoints[114].type = "stand"; -/* 1:40 */waypoints[114].childCount = 4; -/* 1:40 */waypoints[114].children[0] = 71; -/* 1:40 */waypoints[114].children[1] = 115; -/* 1:40 */waypoints[114].children[2] = 129; -/* 1:40 */waypoints[114].children[3] = 163; -/* 1:40 */waypoints[115] = spawnstruct(); -/* 1:40 */waypoints[115].origin = (1020, 332, -243); -/* 1:40 */waypoints[115].type = "stand"; -/* 1:40 */waypoints[115].childCount = 5; -/* 1:40 */waypoints[115].children[0] = 114; -/* 1:40 */waypoints[115].children[1] = 68; -/* 1:40 */waypoints[115].children[2] = 111; -/* 1:40 */waypoints[115].children[3] = 112; -/* 1:40 */waypoints[115].children[4] = 116; -/* 1:40 */waypoints[116] = spawnstruct(); -/* 1:40 */waypoints[116].origin = (827, 287, -246); -/* 1:40 */waypoints[116].type = "stand"; -/* 1:40 */waypoints[116].childCount = 3; -/* 1:40 */waypoints[116].children[0] = 41; -/* 1:40 */waypoints[116].children[1] = 117; -/* 1:40 */waypoints[116].children[2] = 115; -/* 1:40 */waypoints[117] = spawnstruct(); -/* 1:40 */waypoints[117].origin = (555, 367, -239); -/* 1:40 */waypoints[117].type = "stand"; -/* 1:40 */waypoints[117].childCount = 2; -/* 1:40 */waypoints[117].children[0] = 116; -/* 1:40 */waypoints[117].children[1] = 53; -/* 1:40 */waypoints[118] = spawnstruct(); -/* 1:40 */waypoints[118].origin = (46, 515, -244); -/* 1:40 */waypoints[118].type = "stand"; -/* 1:40 */waypoints[118].childCount = 3; -/* 1:40 */waypoints[118].children[0] = 49; -/* 1:40 */waypoints[118].children[1] = 101; -/* 1:40 */waypoints[118].children[2] = 48; -/* 1:40 */waypoints[119] = spawnstruct(); -/* 1:40 */waypoints[119].origin = (728, 1100, 266); -/* 1:40 */waypoints[119].type = "stand"; -/* 1:40 */waypoints[119].childCount = 5; -/* 1:40 */waypoints[119].children[0] = 123; -/* 1:40 */waypoints[119].children[1] = 124; -/* 1:40 */waypoints[119].children[2] = 144; -/* 1:40 */waypoints[119].children[3] = 167; -/* 1:40 */waypoints[119].children[4] = 173; -/* 1:40 */waypoints[120] = spawnstruct(); -/* 1:40 */waypoints[120].origin = (1772, 1648, -127); -/* 1:40 */waypoints[120].type = "crouch"; -/* 1:40 */waypoints[120].childCount = 1; -/* 1:40 */waypoints[120].children[0] = 148; -/* 1:40 */waypoints[120].angles = (3, -178, 0); -/* 1:40 */waypoints[121] = spawnstruct(); -/* 1:40 */waypoints[121].origin = (-440, 1803, -47); -/* 1:40 */waypoints[121].type = "crouch"; -/* 1:40 */waypoints[121].childCount = 1; -/* 1:40 */waypoints[121].children[0] = 25; -/* 1:40 */waypoints[121].angles = (1, -43, 0); -/* 1:40 */waypoints[122] = spawnstruct(); -/* 1:40 */waypoints[122].origin = (452, 933, -223); -/* 1:40 */waypoints[122].type = "crouch"; -/* 1:40 */waypoints[122].childCount = 1; -/* 1:40 */waypoints[122].children[0] = 105; -/* 1:40 */waypoints[122].angles = (-4, 136, 0); -/* 1:40 */waypoints[123] = spawnstruct(); -/* 1:40 */waypoints[123].origin = (742, 948, 268); -/* 1:40 */waypoints[123].type = "crouch"; -/* 1:40 */waypoints[123].childCount = 1; -/* 1:40 */waypoints[123].children[0] = 119; -/* 1:40 */waypoints[123].angles = (-1, 131, 0); -/* 1:40 */waypoints[124] = spawnstruct(); -/* 1:40 */waypoints[124].origin = (549, 1086, 266); -/* 1:40 */waypoints[124].type = "crouch"; -/* 1:40 */waypoints[124].childCount = 1; -/* 1:40 */waypoints[124].children[0] = 119; -/* 1:40 */waypoints[124].angles = (10, -70, 0); -/* 1:40 */waypoints[125] = spawnstruct(); -/* 1:40 */waypoints[125].origin = (642, 901, 19); -/* 1:40 */waypoints[125].type = "crouch"; -/* 1:40 */waypoints[125].childCount = 1; -/* 1:40 */waypoints[125].children[0] = 36; -/* 1:40 */waypoints[125].angles = (4, -90, 0); -/* 1:40 */waypoints[126] = spawnstruct(); -/* 1:40 */waypoints[126].origin = (1067, 780, -2); -/* 1:40 */waypoints[126].type = "crouch"; -/* 1:40 */waypoints[126].childCount = 1; -/* 1:40 */waypoints[126].children[0] = 38; -/* 1:40 */waypoints[126].angles = (12, -88, 0); -/* 1:40 */waypoints[127] = spawnstruct(); -/* 1:40 */waypoints[127].origin = (694, 1000, 18); -/* 1:40 */waypoints[127].type = "crouch"; -/* 1:40 */waypoints[127].childCount = 1; -/* 1:40 */waypoints[127].children[0] = 33; -/* 1:40 */waypoints[127].angles = (14, 90, 0); -/* 1:40 */waypoints[128] = spawnstruct(); -/* 1:40 */waypoints[128].origin = (1316, -45, -239); -/* 1:40 */waypoints[128].type = "crouch"; -/* 1:40 */waypoints[128].childCount = 1; -/* 1:40 */waypoints[128].children[0] = 7; -/* 1:40 */waypoints[128].angles = (0, -87, 0); -/* 1:40 */waypoints[129] = spawnstruct(); -/* 1:40 */waypoints[129].origin = (1309, 161, -240); -/* 1:40 */waypoints[129].type = "crouch"; -/* 1:40 */waypoints[129].childCount = 1; -/* 1:40 */waypoints[129].children[0] = 114; -/* 1:40 */waypoints[129].angles = (5, 85, 0); -/* 1:40 */waypoints[130] = spawnstruct(); -/* 1:40 */waypoints[130].origin = (-98, -55, -217); -/* 1:40 */waypoints[130].type = "crouch"; -/* 1:40 */waypoints[130].childCount = 1; -/* 1:40 */waypoints[130].children[0] = 16; -/* 1:40 */waypoints[130].angles = (10, -127, 0); -/* 1:40 */waypoints[131] = spawnstruct(); -/* 1:40 */waypoints[131].origin = (557, -48, -222); -/* 1:40 */waypoints[131].type = "claymore"; -/* 1:40 */waypoints[131].childCount = 1; -/* 1:40 */waypoints[131].children[0] = 11; -/* 1:40 */waypoints[131].angles = (6, -86, 0); -/* 1:40 */waypoints[132] = spawnstruct(); -/* 1:40 */waypoints[132].origin = (910, 790, -233); -/* 1:40 */waypoints[132].type = "claymore"; -/* 1:40 */waypoints[132].childCount = 1; -/* 1:40 */waypoints[132].children[0] = 64; -/* 1:40 */waypoints[132].angles = (7, -179, 0); -/* 1:40 */waypoints[133] = spawnstruct(); -/* 1:40 */waypoints[133].origin = (1597, 761, -229); -/* 1:40 */waypoints[133].type = "claymore"; -/* 1:40 */waypoints[133].childCount = 1; -/* 1:40 */waypoints[133].children[0] = 5; -/* 1:40 */waypoints[133].angles = (7, -170, 0); -/* 1:40 */waypoints[134] = spawnstruct(); -/* 1:40 */waypoints[134].origin = (1619, 1056, -224); -/* 1:40 */waypoints[134].type = "claymore"; -/* 1:40 */waypoints[134].childCount = 1; -/* 1:40 */waypoints[134].children[0] = 2; -/* 1:40 */waypoints[134].angles = (11, 173, 0); -/* 1:40 */waypoints[135] = spawnstruct(); -/* 1:40 */waypoints[135].origin = (-270, 1702, -230); -/* 1:40 */waypoints[135].type = "claymore"; -/* 1:40 */waypoints[135].childCount = 1; -/* 1:40 */waypoints[135].children[0] = 92; -/* 1:40 */waypoints[135].angles = (9, 166, 0); -/* 1:40 */waypoints[136] = spawnstruct(); -/* 1:40 */waypoints[136].origin = (792, 1055, 7); -/* 1:40 */waypoints[136].type = "claymore"; -/* 1:40 */waypoints[136].childCount = 1; -/* 1:40 */waypoints[136].children[0] = 32; -/* 1:40 */waypoints[136].angles = (7, 14, 0); -/* 1:40 */waypoints[137] = spawnstruct(); -/* 1:40 */waypoints[137].origin = (262, 1529, -236); -/* 1:40 */waypoints[137].type = "grenade"; -/* 1:40 */waypoints[137].childCount = 1; -/* 1:40 */waypoints[137].children[0] = 97; -/* 1:40 */waypoints[137].angles = (-33, -92, 0); -/* 1:40 */waypoints[138] = spawnstruct(); -/* 1:40 */waypoints[138].origin = (308, 180, -239); -/* 1:40 */waypoints[138].type = "grenade"; -/* 1:40 */waypoints[138].childCount = 1; -/* 1:40 */waypoints[138].children[0] = 42; -/* 1:40 */waypoints[138].angles = (-34, 90, 0); -/* 1:40 */waypoints[139] = spawnstruct(); -/* 1:40 */waypoints[139].origin = (967, 672, -233); -/* 1:40 */waypoints[139].type = "claymore"; -/* 1:40 */waypoints[139].childCount = 1; -/* 1:40 */waypoints[139].children[0] = 69; -/* 1:40 */waypoints[139].angles = (7, -177, 0); -/* 1:40 */waypoints[140] = spawnstruct(); -/* 1:40 */waypoints[140].origin = (1178, 771, -4); -/* 1:40 */waypoints[140].type = "claymore"; -/* 1:40 */waypoints[140].childCount = 1; -/* 1:40 */waypoints[140].children[0] = 38; -/* 1:40 */waypoints[140].angles = (19, -129, 0); -/* 1:40 */waypoints[141] = spawnstruct(); -/* 1:40 */waypoints[141].origin = (217, 1313, -229); -/* 1:40 */waypoints[141].type = "grenade"; -/* 1:40 */waypoints[141].childCount = 1; -/* 1:40 */waypoints[141].children[0] = 98; -/* 1:40 */waypoints[141].angles = (-22, -6, 0); -/* 1:40 */waypoints[142] = spawnstruct(); -/* 1:40 */waypoints[142].origin = (885, 40, -240); -/* 1:40 */waypoints[142].type = "grenade"; -/* 1:40 */waypoints[142].childCount = 1; -/* 1:40 */waypoints[142].children[0] = 10; -/* 1:40 */waypoints[142].angles = (-42, 89, 0); -/* 1:40 */waypoints[143] = spawnstruct(); -/* 1:40 */waypoints[143].origin = (929, 1240, -234); -/* 1:40 */waypoints[143].type = "grenade"; -/* 1:40 */waypoints[143].childCount = 1; -/* 1:40 */waypoints[143].children[0] = 76; -/* 1:40 */waypoints[143].angles = (-21, -175, 0); -/* 1:40 */waypoints[144] = spawnstruct(); -/* 1:40 */waypoints[144].origin = (726, 1025, 268); -/* 1:40 */waypoints[144].type = "claymore"; -/* 1:40 */waypoints[144].childCount = 1; -/* 1:40 */waypoints[144].children[0] = 119; -/* 1:40 */waypoints[144].angles = (29, -160, 0); -/* 1:40 */waypoints[145] = spawnstruct(); -/* 1:40 */waypoints[145].origin = (633, 983, -198); -/* 1:40 */waypoints[145].type = "climb"; -/* 1:40 */waypoints[145].childCount = 2; -/* 1:40 */waypoints[145].children[0] = 106; -/* 1:40 */waypoints[145].children[1] = 146; -/* 1:40 */waypoints[145].angles = (6, -3, 0); -/* 1:40 */waypoints[146] = spawnstruct(); -/* 1:40 */waypoints[146].origin = (636, 986, 274); -/* 1:40 */waypoints[146].type = "climb"; -/* 1:40 */waypoints[146].childCount = 2; -/* 1:40 */waypoints[146].children[0] = 145; -/* 1:40 */waypoints[146].children[1] = 167; -/* 1:40 */waypoints[146].angles = (11, 0, 0); -/* 1:40 */waypoints[147] = spawnstruct(); -/* 1:40 */waypoints[147].origin = (1616, 1654, -225); -/* 1:40 */waypoints[147].type = "climb"; -/* 1:40 */waypoints[147].childCount = 2; -/* 1:40 */waypoints[147].children[0] = 0; -/* 1:40 */waypoints[147].children[1] = 148; -/* 1:40 */waypoints[147].angles = (4, 0, 0); -/* 1:40 */waypoints[148] = spawnstruct(); -/* 1:40 */waypoints[148].origin = (1641, 1652, -149); -/* 1:40 */waypoints[148].type = "climb"; -/* 1:40 */waypoints[148].childCount = 2; -/* 1:40 */waypoints[148].children[0] = 147; -/* 1:40 */waypoints[148].children[1] = 120; -/* 1:40 */waypoints[148].angles = (-2, 0, 0); -/* 1:40 */waypoints[149] = spawnstruct(); -/* 1:40 */waypoints[149].origin = (554, 872, 126); -/* 1:40 */waypoints[149].type = "stand"; -/* 1:40 */waypoints[149].childCount = 3; -/* 1:40 */waypoints[149].children[0] = 34; -/* 1:40 */waypoints[149].children[1] = 150; -/* 1:40 */waypoints[149].children[2] = 164; -/* 1:40 */waypoints[150] = spawnstruct(); -/* 1:40 */waypoints[150].origin = (549, 962, 126); -/* 1:40 */waypoints[150].type = "climb"; -/* 1:40 */waypoints[150].childCount = 2; -/* 1:40 */waypoints[150].children[0] = 149; -/* 1:40 */waypoints[150].children[1] = 151; -/* 1:40 */waypoints[150].angles = (3, -88, 0); -/* 1:40 */waypoints[151] = spawnstruct(); -/* 1:40 */waypoints[151].origin = (555, 987, 19); -/* 1:40 */waypoints[151].type = "climb"; -/* 1:40 */waypoints[151].childCount = 2; -/* 1:40 */waypoints[151].children[0] = 150; -/* 1:40 */waypoints[151].children[1] = 174; -/* 1:40 */waypoints[151].angles = (0, -90, 0); -/* 1:40 */waypoints[152] = spawnstruct(); -/* 1:40 */waypoints[152].origin = (558, 1064, 18); -/* 1:40 */waypoints[152].type = "stand"; -/* 1:40 */waypoints[152].childCount = 2; -/* 1:40 */waypoints[152].children[0] = 33; -/* 1:40 */waypoints[152].children[1] = 174; -/* 1:40 */waypoints[153] = spawnstruct(); -/* 1:40 */waypoints[153].origin = (-124, 1520, -129); -/* 1:40 */waypoints[153].type = "stand"; -/* 1:40 */waypoints[153].childCount = 3; -/* 1:40 */waypoints[153].children[0] = 22; -/* 1:40 */waypoints[153].children[1] = 24; -/* 1:40 */waypoints[153].children[2] = 154; -/* 1:40 */waypoints[154] = spawnstruct(); -/* 1:40 */waypoints[154].origin = (-196, 1493, -129); -/* 1:40 */waypoints[154].type = "climb"; -/* 1:40 */waypoints[154].childCount = 2; -/* 1:40 */waypoints[154].children[0] = 153; -/* 1:40 */waypoints[154].children[1] = 155; -/* 1:40 */waypoints[154].angles = (0, 4, 0); -/* 1:40 */waypoints[155] = spawnstruct(); -/* 1:40 */waypoints[155].origin = (-254, 1495, -234); -/* 1:40 */waypoints[155].type = "climb"; -/* 1:40 */waypoints[155].childCount = 2; -/* 1:40 */waypoints[155].children[0] = 154; -/* 1:40 */waypoints[155].children[1] = 156; -/* 1:40 */waypoints[155].angles = (-1, 6, 0); -/* 1:40 */waypoints[156] = spawnstruct(); -/* 1:40 */waypoints[156].origin = (-278, 1445, -235); -/* 1:40 */waypoints[156].type = "stand"; -/* 1:40 */waypoints[156].childCount = 3; -/* 1:40 */waypoints[156].children[0] = 155; -/* 1:40 */waypoints[156].children[1] = 94; -/* 1:40 */waypoints[156].children[2] = 21; -/* 1:40 */waypoints[157] = spawnstruct(); -/* 1:40 */waypoints[157].origin = (1640, 463, -223); -/* 1:40 */waypoints[157].type = "grenade"; -/* 1:40 */waypoints[157].childCount = 2; -/* 1:40 */waypoints[157].children[0] = 5; -/* 1:40 */waypoints[157].children[1] = 163; -/* 1:40 */waypoints[157].angles = (-35, -172, 0); -/* 1:40 */waypoints[158] = spawnstruct(); -/* 1:40 */waypoints[158].origin = (208, 550, -239); -/* 1:40 */waypoints[158].type = "claymore"; -/* 1:40 */waypoints[158].childCount = 1; -/* 1:40 */waypoints[158].children[0] = 51; -/* 1:40 */waypoints[158].angles = (11, 94, 0); -/* 1:40 */waypoints[159] = spawnstruct(); -/* 1:40 */waypoints[159].origin = (502, 561, -232); -/* 1:40 */waypoints[159].type = "claymore"; -/* 1:40 */waypoints[159].childCount = 1; -/* 1:40 */waypoints[159].children[0] = 53; -/* 1:40 */waypoints[159].angles = (7, 104, 0); -/* 1:40 */waypoints[160] = spawnstruct(); -/* 1:40 */waypoints[160].origin = (1295, -70, -228); -/* 1:40 */waypoints[160].type = "claymore"; -/* 1:40 */waypoints[160].childCount = 1; -/* 1:40 */waypoints[160].children[0] = 7; -/* 1:40 */waypoints[160].angles = (0, -80, 0); -/* 1:40 */waypoints[161] = spawnstruct(); -/* 1:40 */waypoints[161].origin = (-266, -103, -239); -/* 1:40 */waypoints[161].type = "grenade"; -/* 1:40 */waypoints[161].childCount = 1; -/* 1:40 */waypoints[161].children[0] = 16; -/* 1:40 */waypoints[161].angles = (-34, 70, 0); -/* 1:40 */waypoints[162] = spawnstruct(); -/* 1:40 */waypoints[162].origin = (1508, 895, -230); -/* 1:40 */waypoints[162].type = "stand"; -/* 1:40 */waypoints[162].childCount = 2; -/* 1:40 */waypoints[162].children[0] = 4; -/* 1:40 */waypoints[162].children[1] = 3; -/* 1:40 */waypoints[163] = spawnstruct(); -/* 1:40 */waypoints[163].origin = (1636, 279, -228); -/* 1:40 */waypoints[163].type = "stand"; -/* 1:40 */waypoints[163].childCount = 3; -/* 1:40 */waypoints[163].children[0] = 6; -/* 1:40 */waypoints[163].children[1] = 114; -/* 1:40 */waypoints[163].children[2] = 157; -/* 1:40 */waypoints[164] = spawnstruct(); -/* 1:40 */waypoints[164].origin = (502, 896, 148); -/* 1:40 */waypoints[164].type = "stand"; -/* 1:40 */waypoints[164].childCount = 2; -/* 1:40 */waypoints[164].children[0] = 149; -/* 1:40 */waypoints[164].children[1] = 165; -/* 1:40 */waypoints[165] = spawnstruct(); -/* 1:40 */waypoints[165].origin = (509, 943, 175); -/* 1:40 */waypoints[165].type = "climb"; -/* 1:40 */waypoints[165].childCount = 2; -/* 1:40 */waypoints[165].children[0] = 164; -/* 1:40 */waypoints[165].children[1] = 166; -/* 1:40 */waypoints[165].angles = (0, 79, 0); -/* 1:40 */waypoints[166] = spawnstruct(); -/* 1:40 */waypoints[166].origin = (516, 1008, 268); -/* 1:40 */waypoints[166].type = "climb"; -/* 1:40 */waypoints[166].childCount = 2; -/* 1:40 */waypoints[166].children[0] = 165; -/* 1:40 */waypoints[166].children[1] = 173; -/* 1:40 */waypoints[166].angles = (-1, 80, 0); -/* 1:40 */waypoints[167] = spawnstruct(); -/* 1:40 */waypoints[167].origin = (660, 1008, 274); -/* 1:40 */waypoints[167].type = "stand"; -/* 1:40 */waypoints[167].childCount = 2; -/* 1:40 */waypoints[167].children[0] = 146; -/* 1:40 */waypoints[167].children[1] = 119; -/* 1:40 */waypoints[168] = spawnstruct(); -/* 1:40 */waypoints[168].origin = (1354, 979, -230); -/* 1:40 */waypoints[168].type = "stand"; -/* 1:40 */waypoints[168].childCount = 2; -/* 1:40 */waypoints[168].children[0] = 72; -/* 1:40 */waypoints[168].children[1] = 169; -/* 1:40 */waypoints[169] = spawnstruct(); -/* 1:40 */waypoints[169].origin = (1384, 982, -232); -/* 1:40 */waypoints[169].type = "climb"; -/* 1:40 */waypoints[169].childCount = 2; -/* 1:40 */waypoints[169].children[0] = 168; -/* 1:40 */waypoints[169].children[1] = 170; -/* 1:40 */waypoints[169].angles = (7, 0, 0); -/* 1:40 */waypoints[170] = spawnstruct(); -/* 1:40 */waypoints[170].origin = (1458, 984, -132); -/* 1:40 */waypoints[170].type = "climb"; -/* 1:40 */waypoints[170].childCount = 2; -/* 1:40 */waypoints[170].children[0] = 169; -/* 1:40 */waypoints[170].children[1] = 171; -/* 1:40 */waypoints[170].angles = (-4, 1, 0); -/* 1:40 */waypoints[171] = spawnstruct(); -/* 1:40 */waypoints[171].origin = (1486, 991, -133); -/* 1:40 */waypoints[171].type = "stand"; -/* 1:40 */waypoints[171].childCount = 2; -/* 1:40 */waypoints[171].children[0] = 170; -/* 1:40 */waypoints[171].children[1] = 172; -/* 1:40 */waypoints[172] = spawnstruct(); -/* 1:40 */waypoints[172].origin = (1596, 849, -136); -/* 1:40 */waypoints[172].type = "stand"; -/* 1:40 */waypoints[172].childCount = 1; -/* 1:40 */waypoints[172].children[0] = 171; -/* 1:40 */waypoints[173] = spawnstruct(); -/* 1:40 */waypoints[173].origin = (535, 1026, 268); -/* 1:40 */waypoints[173].type = "stand"; -/* 1:40 */waypoints[173].childCount = 2; -/* 1:40 */waypoints[173].children[0] = 119; -/* 1:40 */waypoints[173].children[1] = 166; -/* 1:40 */waypoints[174] = spawnstruct(); -/* 1:40 */waypoints[174].origin = (556, 1008, 18); -/* 1:40 */waypoints[174].type = "stand"; -/* 1:40 */waypoints[174].childCount = 2; -/* 1:40 */waypoints[174].children[0] = 151; -/* 1:40 */waypoints[174].children[1] = 152; -/* 1:40 */waypoints[175] = spawnstruct(); -/* 1:40 */waypoints[175].origin = (1382.53, 1493.33, -234.335); -/* 1:40 */waypoints[175].type = "javelin"; -/* 1:40 */waypoints[175].childCount = 1; -/* 1:40 */waypoints[175].children[0] = 80; -/* 1:40 */waypoints[175].jav_point = (-20.7808, 1527.84, 731.487); -/* 1:40 */return waypoints; -} diff --git a/raw/maps/mp/bots/waypoints/sanctuary.gsc b/raw/maps/mp/bots/waypoints/sanctuary.gsc deleted file mode 100644 index 0eab9d9..0000000 --- a/raw/maps/mp/bots/waypoints/sanctuary.gsc +++ /dev/null @@ -1,1980 +0,0 @@ -Sanctuary() -{ -/* 2:03 */waypoints = []; -/* 2:03 */waypoints[0] = spawnstruct(); -/* 2:03 */waypoints[0].origin = (1554.97, -286.49, 1576.04); -/* 2:03 */waypoints[0].type = "stand"; -/* 2:03 */waypoints[0].children[0] = 1; -/* 2:03 */waypoints[0].children[1] = 121; -/* 2:03 */waypoints[1] = spawnstruct(); -/* 2:03 */waypoints[1].origin = (1054.15, -293.807, 1595.13); -/* 2:03 */waypoints[1].type = "stand"; -/* 2:03 */waypoints[1].children[0] = 0; -/* 2:03 */waypoints[1].children[1] = 4; -/* 2:03 */waypoints[1].children[2] = 5; -/* 2:03 */waypoints[1].children[3] = 308; -/* 2:03 */waypoints[2] = spawnstruct(); -/* 2:03 */waypoints[2].origin = (735.662, -515.43, 1600.9); -/* 2:03 */waypoints[2].type = "stand"; -/* 2:03 */waypoints[2].children[0] = 3; -/* 2:03 */waypoints[2].children[1] = 308; -/* 2:03 */waypoints[2].children[2] = 125; -/* 2:03 */waypoints[3] = spawnstruct(); -/* 2:03 */waypoints[3].origin = (733.012, -305.096, 1599.45); -/* 2:03 */waypoints[3].type = "stand"; -/* 2:03 */waypoints[3].children[0] = 2; -/* 2:03 */waypoints[3].children[1] = 4; -/* 2:03 */waypoints[3].children[2] = 5; -/* 2:03 */waypoints[3].children[3] = 124; -/* 2:03 */waypoints[3].children[4] = 209; -/* 2:03 */waypoints[3].children[5] = 123; -/* 2:03 */waypoints[3].children[6] = 271; -/* 2:03 */waypoints[4] = spawnstruct(); -/* 2:03 */waypoints[4].origin = (1092.98, -164.659, 1594.34); -/* 2:03 */waypoints[4].type = "stand"; -/* 2:03 */waypoints[4].children[0] = 3; -/* 2:03 */waypoints[4].children[1] = 1; -/* 2:03 */waypoints[4].children[2] = 5; -/* 2:03 */waypoints[4].children[3] = 295; -/* 2:03 */waypoints[4].children[4] = 214; -/* 2:03 */waypoints[5] = spawnstruct(); -/* 2:03 */waypoints[5].origin = (822.257, -92.112, 1599.01); -/* 2:03 */waypoints[5].type = "stand"; -/* 2:03 */waypoints[5].children[0] = 1; -/* 2:03 */waypoints[5].children[1] = 4; -/* 2:03 */waypoints[5].children[2] = 3; -/* 2:03 */waypoints[5].children[3] = 6; -/* 2:03 */waypoints[5].children[4] = 296; -/* 2:03 */waypoints[5].children[5] = 123; -/* 2:03 */waypoints[6] = spawnstruct(); -/* 2:03 */waypoints[6].origin = (698.146, 122.167, 1597.95); -/* 2:03 */waypoints[6].type = "stand"; -/* 2:03 */waypoints[6].children[0] = 5; -/* 2:03 */waypoints[6].children[1] = 7; -/* 2:03 */waypoints[6].children[2] = 270; -/* 2:03 */waypoints[6].children[3] = 297; -/* 2:03 */waypoints[7] = spawnstruct(); -/* 2:03 */waypoints[7].origin = (464.022, 412.007, 1599.46); -/* 2:03 */waypoints[7].type = "stand"; -/* 2:03 */waypoints[7].children[0] = 6; -/* 2:03 */waypoints[7].children[1] = 8; -/* 2:03 */waypoints[7].children[2] = 207; -/* 2:03 */waypoints[7].children[3] = 208; -/* 2:03 */waypoints[7].children[4] = 298; -/* 2:03 */waypoints[8] = spawnstruct(); -/* 2:03 */waypoints[8].origin = (413.423, 656.901, 1606.13); -/* 2:03 */waypoints[8].type = "stand"; -/* 2:03 */waypoints[8].children[0] = 7; -/* 2:03 */waypoints[8].children[1] = 9; -/* 2:03 */waypoints[8].children[2] = 207; -/* 2:03 */waypoints[8].children[3] = 270; -/* 2:03 */waypoints[9] = spawnstruct(); -/* 2:03 */waypoints[9].origin = (427.219, 765.531, 1606.13); -/* 2:03 */waypoints[9].type = "stand"; -/* 2:03 */waypoints[9].children[0] = 8; -/* 2:03 */waypoints[9].children[1] = 10; -/* 2:03 */waypoints[9].children[2] = 241; -/* 2:03 */waypoints[9].children[3] = 180; -/* 2:03 */waypoints[9].children[4] = 306; -/* 2:03 */waypoints[10] = spawnstruct(); -/* 2:03 */waypoints[10].origin = (224.557, 765.294, 1600.13); -/* 2:03 */waypoints[10].type = "stand"; -/* 2:03 */waypoints[10].children[0] = 9; -/* 2:03 */waypoints[10].children[1] = 11; -/* 2:03 */waypoints[11] = spawnstruct(); -/* 2:03 */waypoints[11].origin = (-94.8674, 764.993, 1600.13); -/* 2:03 */waypoints[11].type = "stand"; -/* 2:03 */waypoints[11].children[0] = 10; -/* 2:03 */waypoints[11].children[1] = 12; -/* 2:03 */waypoints[11].children[2] = 16; -/* 2:03 */waypoints[11].children[3] = 238; -/* 2:03 */waypoints[11].children[4] = 239; -/* 2:03 */waypoints[11].children[5] = 240; -/* 2:03 */waypoints[11].children[6] = 241; -/* 2:03 */waypoints[11].children[7] = 300; -/* 2:03 */waypoints[12] = spawnstruct(); -/* 2:03 */waypoints[12].origin = (-101.265, 1087.7, 1600.13); -/* 2:03 */waypoints[12].type = "stand"; -/* 2:03 */waypoints[12].children[0] = 11; -/* 2:03 */waypoints[12].children[1] = 13; -/* 2:03 */waypoints[12].children[2] = 299; -/* 2:03 */waypoints[13] = spawnstruct(); -/* 2:03 */waypoints[13].origin = (-91.3981, 1417.45, 1600.13); -/* 2:03 */waypoints[13].type = "stand"; -/* 2:03 */waypoints[13].children[0] = 12; -/* 2:03 */waypoints[13].children[1] = 14; -/* 2:03 */waypoints[13].children[2] = 238; -/* 2:03 */waypoints[13].children[3] = 239; -/* 2:03 */waypoints[13].children[4] = 306; -/* 2:03 */waypoints[14] = spawnstruct(); -/* 2:03 */waypoints[14].origin = (-406.528, 1412.97, 1600.13); -/* 2:03 */waypoints[14].type = "stand"; -/* 2:03 */waypoints[14].children[0] = 13; -/* 2:03 */waypoints[14].children[1] = 15; -/* 2:03 */waypoints[14].children[2] = 301; -/* 2:03 */waypoints[15] = spawnstruct(); -/* 2:03 */waypoints[15].origin = (-658.934, 1404.96, 1600.01); -/* 2:03 */waypoints[15].type = "stand"; -/* 2:03 */waypoints[15].children[0] = 14; -/* 2:03 */waypoints[15].children[1] = 267; -/* 2:03 */waypoints[15].children[2] = 266; -/* 2:03 */waypoints[15].children[3] = 16; -/* 2:03 */waypoints[15].children[4] = 268; -/* 2:03 */waypoints[16] = spawnstruct(); -/* 2:03 */waypoints[16].origin = (-653.758, 764.315, 1596.88); -/* 2:03 */waypoints[16].type = "stand"; -/* 2:03 */waypoints[16].children[0] = 11; -/* 2:03 */waypoints[16].children[1] = 17; -/* 2:03 */waypoints[16].children[2] = 210; -/* 2:03 */waypoints[16].children[3] = 212; -/* 2:03 */waypoints[16].children[4] = 240; -/* 2:03 */waypoints[16].children[5] = 15; -/* 2:03 */waypoints[17] = spawnstruct(); -/* 2:03 */waypoints[17].origin = (-605.368, 623.597, 1606.13); -/* 2:03 */waypoints[17].type = "stand"; -/* 2:03 */waypoints[17].children[0] = 16; -/* 2:03 */waypoints[17].children[1] = 18; -/* 2:03 */waypoints[17].children[2] = 20; -/* 2:03 */waypoints[17].children[3] = 19; -/* 2:03 */waypoints[18] = spawnstruct(); -/* 2:03 */waypoints[18].origin = (-753.737, 595.791, 1606.13); -/* 2:03 */waypoints[18].type = "stand"; -/* 2:03 */waypoints[18].children[0] = 17; -/* 2:03 */waypoints[18].children[1] = 19; -/* 2:03 */waypoints[18].children[2] = 20; -/* 2:03 */waypoints[19] = spawnstruct(); -/* 2:03 */waypoints[19].origin = (-754.244, 454.636, 1606.13); -/* 2:03 */waypoints[19].type = "stand"; -/* 2:03 */waypoints[19].children[0] = 18; -/* 2:03 */waypoints[19].children[1] = 20; -/* 2:03 */waypoints[19].children[2] = 17; -/* 2:03 */waypoints[19].children[3] = 21; -/* 2:03 */waypoints[20] = spawnstruct(); -/* 2:03 */waypoints[20].origin = (-598.211, 496.288, 1606.13); -/* 2:03 */waypoints[20].type = "stand"; -/* 2:03 */waypoints[20].children[0] = 19; -/* 2:03 */waypoints[20].children[1] = 17; -/* 2:03 */waypoints[20].children[2] = 18; -/* 2:03 */waypoints[21] = spawnstruct(); -/* 2:03 */waypoints[21].origin = (-853.111, 140.632, 1600.13); -/* 2:03 */waypoints[21].type = "stand"; -/* 2:03 */waypoints[21].children[0] = 19; -/* 2:03 */waypoints[21].children[1] = 22; -/* 2:03 */waypoints[22] = spawnstruct(); -/* 2:03 */waypoints[22].origin = (-881.55, -119.698, 1600.13); -/* 2:03 */waypoints[22].type = "stand"; -/* 2:03 */waypoints[22].children[0] = 21; -/* 2:03 */waypoints[22].children[1] = 23; -/* 2:03 */waypoints[22].children[2] = 136; -/* 2:03 */waypoints[22].children[3] = 281; -/* 2:03 */waypoints[23] = spawnstruct(); -/* 2:03 */waypoints[23].origin = (-964.424, -230.83, 1600.13); -/* 2:03 */waypoints[23].type = "stand"; -/* 2:03 */waypoints[23].children[0] = 22; -/* 2:03 */waypoints[23].children[1] = 24; -/* 2:03 */waypoints[23].children[2] = 136; -/* 2:03 */waypoints[24] = spawnstruct(); -/* 2:03 */waypoints[24].origin = (-1144.65, -218.877, 1598.13); -/* 2:03 */waypoints[24].type = "stand"; -/* 2:03 */waypoints[24].children[0] = 23; -/* 2:03 */waypoints[24].children[1] = 25; -/* 2:03 */waypoints[25] = spawnstruct(); -/* 2:03 */waypoints[25].origin = (-1270.67, -226.027, 1598.13); -/* 2:03 */waypoints[25].type = "stand"; -/* 2:03 */waypoints[25].children[0] = 24; -/* 2:03 */waypoints[25].children[1] = 26; -/* 2:03 */waypoints[25].children[2] = 141; -/* 2:03 */waypoints[26] = spawnstruct(); -/* 2:03 */waypoints[26].origin = (-1295.24, -41.3383, 1599.43); -/* 2:03 */waypoints[26].type = "stand"; -/* 2:03 */waypoints[26].children[0] = 25; -/* 2:03 */waypoints[26].children[1] = 27; -/* 2:03 */waypoints[26].children[2] = 307; -/* 2:03 */waypoints[27] = spawnstruct(); -/* 2:03 */waypoints[27].origin = (-1251.59, 248.183, 1598.13); -/* 2:03 */waypoints[27].type = "stand"; -/* 2:03 */waypoints[27].children[0] = 26; -/* 2:03 */waypoints[27].children[1] = 28; -/* 2:03 */waypoints[27].children[2] = 142; -/* 2:03 */waypoints[27].children[3] = 307; -/* 2:03 */waypoints[28] = spawnstruct(); -/* 2:03 */waypoints[28].origin = (-1330.84, 403.617, 1558.82); -/* 2:03 */waypoints[28].type = "stand"; -/* 2:03 */waypoints[28].children[0] = 27; -/* 2:03 */waypoints[28].children[1] = 29; -/* 2:03 */waypoints[28].children[2] = 30; -/* 2:03 */waypoints[29] = spawnstruct(); -/* 2:03 */waypoints[29].origin = (-1351.55, 684.502, 1540.98); -/* 2:03 */waypoints[29].type = "stand"; -/* 2:03 */waypoints[29].children[0] = 28; -/* 2:03 */waypoints[29].children[1] = 30; -/* 2:03 */waypoints[29].children[2] = 31; -/* 2:03 */waypoints[29].children[3] = 33; -/* 2:03 */waypoints[29].children[4] = 160; -/* 2:03 */waypoints[29].children[5] = 161; -/* 2:03 */waypoints[29].children[6] = 211; -/* 2:03 */waypoints[29].children[7] = 213; -/* 2:03 */waypoints[30] = spawnstruct(); -/* 2:03 */waypoints[30].origin = (-1369.26, 531.658, 1544.95); -/* 2:03 */waypoints[30].type = "stand"; -/* 2:03 */waypoints[30].children[0] = 29; -/* 2:03 */waypoints[30].children[1] = 28; -/* 2:03 */waypoints[30].children[2] = 146; -/* 2:03 */waypoints[31] = spawnstruct(); -/* 2:03 */waypoints[31].origin = (-1569.81, 677.8, 1539.99); -/* 2:03 */waypoints[31].type = "stand"; -/* 2:03 */waypoints[31].children[0] = 29; -/* 2:03 */waypoints[31].children[1] = 32; -/* 2:03 */waypoints[31].children[2] = 213; -/* 2:03 */waypoints[32] = spawnstruct(); -/* 2:03 */waypoints[32].origin = (-1684.75, 843.115, 1538.12); -/* 2:03 */waypoints[32].type = "stand"; -/* 2:03 */waypoints[32].children[0] = 31; -/* 2:03 */waypoints[32].children[1] = 40; -/* 2:03 */waypoints[33] = spawnstruct(); -/* 2:03 */waypoints[33].origin = (-1516.02, 791.326, 1540.02); -/* 2:03 */waypoints[33].type = "stand"; -/* 2:03 */waypoints[33].children[0] = 29; -/* 2:03 */waypoints[33].children[1] = 34; -/* 2:03 */waypoints[33].children[2] = 211; -/* 2:03 */waypoints[34] = spawnstruct(); -/* 2:03 */waypoints[34].origin = (-1656.02, 783.732, 1538.06); -/* 2:03 */waypoints[34].type = "stand"; -/* 2:03 */waypoints[34].children[0] = 33; -/* 2:03 */waypoints[34].children[1] = 35; -/* 2:03 */waypoints[34].children[2] = 147; -/* 2:03 */waypoints[35] = spawnstruct(); -/* 2:03 */waypoints[35].origin = (-1696.72, 982.042, 1539.87); -/* 2:03 */waypoints[35].type = "stand"; -/* 2:03 */waypoints[35].children[0] = 34; -/* 2:03 */waypoints[35].children[1] = 36; -/* 2:03 */waypoints[35].children[2] = 163; -/* 2:03 */waypoints[35].children[3] = 40; -/* 2:03 */waypoints[36] = spawnstruct(); -/* 2:03 */waypoints[36].origin = (-1705.08, 1179.11, 1540.85); -/* 2:03 */waypoints[36].type = "stand"; -/* 2:03 */waypoints[36].children[0] = 35; -/* 2:03 */waypoints[36].children[1] = 37; -/* 2:03 */waypoints[36].children[2] = 163; -/* 2:03 */waypoints[37] = spawnstruct(); -/* 2:03 */waypoints[37].origin = (-1849.9, 1267.97, 1540.51); -/* 2:03 */waypoints[37].type = "stand"; -/* 2:03 */waypoints[37].children[0] = 36; -/* 2:03 */waypoints[37].children[1] = 38; -/* 2:03 */waypoints[37].children[2] = 165; -/* 2:03 */waypoints[38] = spawnstruct(); -/* 2:03 */waypoints[38].origin = (-1996.12, 1221.08, 1539.01); -/* 2:03 */waypoints[38].type = "stand"; -/* 2:03 */waypoints[38].children[0] = 37; -/* 2:03 */waypoints[38].children[1] = 39; -/* 2:03 */waypoints[39] = spawnstruct(); -/* 2:03 */waypoints[39].origin = (-2017.94, 1055.17, 1538.42); -/* 2:03 */waypoints[39].type = "stand"; -/* 2:03 */waypoints[39].children[0] = 38; -/* 2:03 */waypoints[39].children[1] = 40; -/* 2:03 */waypoints[39].children[2] = 41; -/* 2:03 */waypoints[39].children[3] = 153; -/* 2:03 */waypoints[40] = spawnstruct(); -/* 2:03 */waypoints[40].origin = (-1897.44, 948.778, 1535.43); -/* 2:03 */waypoints[40].type = "stand"; -/* 2:03 */waypoints[40].children[0] = 39; -/* 2:03 */waypoints[40].children[1] = 32; -/* 2:03 */waypoints[40].children[2] = 152; -/* 2:03 */waypoints[40].children[3] = 153; -/* 2:03 */waypoints[40].children[4] = 35; -/* 2:03 */waypoints[41] = spawnstruct(); -/* 2:03 */waypoints[41].origin = (-2245.04, 1142.18, 1568.13); -/* 2:03 */waypoints[41].type = "stand"; -/* 2:03 */waypoints[41].children[0] = 39; -/* 2:03 */waypoints[41].children[1] = 42; -/* 2:03 */waypoints[41].children[2] = 151; -/* 2:03 */waypoints[42] = spawnstruct(); -/* 2:03 */waypoints[42].origin = (-2224.29, 1626.18, 1552.13); -/* 2:03 */waypoints[42].type = "stand"; -/* 2:03 */waypoints[42].children[0] = 41; -/* 2:03 */waypoints[42].children[1] = 43; -/* 2:03 */waypoints[42].children[2] = 44; -/* 2:03 */waypoints[42].children[3] = 170; -/* 2:03 */waypoints[43] = spawnstruct(); -/* 2:03 */waypoints[43].origin = (-2470.88, 1723.67, 1552.13); -/* 2:03 */waypoints[43].type = "crouch"; -/* 2:03 */waypoints[43].children[0] = 42; -/* 2:03 */waypoints[43].angles = (2.05444, -38.2379, 0); -/* 2:03 */waypoints[44] = spawnstruct(); -/* 2:03 */waypoints[44].origin = (-2014.08, 1732.6, 1552.13); -/* 2:03 */waypoints[44].type = "stand"; -/* 2:03 */waypoints[44].children[0] = 42; -/* 2:03 */waypoints[44].children[1] = 45; -/* 2:03 */waypoints[44].children[2] = 168; -/* 2:03 */waypoints[44].children[3] = 169; -/* 2:03 */waypoints[45] = spawnstruct(); -/* 2:03 */waypoints[45].origin = (-2012.38, 1857.32, 1552.13); -/* 2:03 */waypoints[45].type = "stand"; -/* 2:03 */waypoints[45].children[0] = 44; -/* 2:03 */waypoints[45].children[1] = 46; -/* 2:03 */waypoints[45].children[2] = 245; -/* 2:03 */waypoints[45].children[3] = 251; -/* 2:03 */waypoints[45].children[4] = 254; -/* 2:03 */waypoints[46] = spawnstruct(); -/* 2:03 */waypoints[46].origin = (-1846.11, 1857.91, 1552.13); -/* 2:03 */waypoints[46].type = "stand"; -/* 2:03 */waypoints[46].children[0] = 45; -/* 2:03 */waypoints[46].children[1] = 47; -/* 2:03 */waypoints[46].children[2] = 251; -/* 2:03 */waypoints[46].children[3] = 254; -/* 2:03 */waypoints[47] = spawnstruct(); -/* 2:03 */waypoints[47].origin = (-1529.8, 1894.63, 1552.13); -/* 2:03 */waypoints[47].type = "stand"; -/* 2:03 */waypoints[47].children[0] = 46; -/* 2:03 */waypoints[47].children[1] = 48; -/* 2:03 */waypoints[47].children[2] = 167; -/* 2:03 */waypoints[47].children[3] = 250; -/* 2:03 */waypoints[48] = spawnstruct(); -/* 2:03 */waypoints[48].origin = (-1204.14, 1906.25, 1584.13); -/* 2:03 */waypoints[48].type = "stand"; -/* 2:03 */waypoints[48].children[0] = 47; -/* 2:03 */waypoints[48].children[1] = 49; -/* 2:03 */waypoints[48].children[2] = 50; -/* 2:03 */waypoints[48].children[3] = 255; -/* 2:03 */waypoints[49] = spawnstruct(); -/* 2:03 */waypoints[49].origin = (-1057.54, 2048.45, 1584.13); -/* 2:03 */waypoints[49].type = "stand"; -/* 2:03 */waypoints[49].children[0] = 48; -/* 2:03 */waypoints[49].children[1] = 257; -/* 2:03 */waypoints[50] = spawnstruct(); -/* 2:03 */waypoints[50].origin = (-1145.93, 2071.93, 1584.13); -/* 2:03 */waypoints[50].type = "stand"; -/* 2:03 */waypoints[50].children[0] = 48; -/* 2:03 */waypoints[50].children[1] = 51; -/* 2:03 */waypoints[51] = spawnstruct(); -/* 2:03 */waypoints[51].origin = (-1208.5, 2219.02, 1584.13); -/* 2:03 */waypoints[51].type = "stand"; -/* 2:03 */waypoints[51].children[0] = 50; -/* 2:03 */waypoints[51].children[1] = 52; -/* 2:03 */waypoints[51].children[2] = 256; -/* 2:03 */waypoints[52] = spawnstruct(); -/* 2:03 */waypoints[52].origin = (-1383.21, 2208.17, 1552.12); -/* 2:03 */waypoints[52].type = "stand"; -/* 2:03 */waypoints[52].children[0] = 51; -/* 2:03 */waypoints[52].children[1] = 53; -/* 2:03 */waypoints[52].children[2] = 167; -/* 2:03 */waypoints[52].children[3] = 244; -/* 2:03 */waypoints[52].children[4] = 249; -/* 2:03 */waypoints[53] = spawnstruct(); -/* 2:03 */waypoints[53].origin = (-1392.06, 2375.1, 1552.12); -/* 2:03 */waypoints[53].type = "stand"; -/* 2:03 */waypoints[53].children[0] = 52; -/* 2:03 */waypoints[53].children[1] = 55; -/* 2:03 */waypoints[53].children[2] = 309; -/* 2:03 */waypoints[54] = spawnstruct(); -/* 2:03 */waypoints[54].origin = (-1661.88, 2369.63, 1552.13); -/* 2:03 */waypoints[54].type = "crouch"; -/* 2:03 */waypoints[54].children[0] = 55; -/* 2:03 */waypoints[54].angles = (2.53235, 53.7451, 0); -/* 2:03 */waypoints[55] = spawnstruct(); -/* 2:03 */waypoints[55].origin = (-1514.93, 2462.28, 1552.13); -/* 2:03 */waypoints[55].type = "stand"; -/* 2:03 */waypoints[55].children[0] = 54; -/* 2:03 */waypoints[55].children[1] = 53; -/* 2:03 */waypoints[55].children[2] = 309; -/* 2:03 */waypoints[56] = spawnstruct(); -/* 2:03 */waypoints[56].origin = (-968.87, 2861.52, 1551.05); -/* 2:03 */waypoints[56].type = "stand"; -/* 2:03 */waypoints[56].children[0] = 57; -/* 2:03 */waypoints[56].children[1] = 63; -/* 2:03 */waypoints[56].children[2] = 64; -/* 2:03 */waypoints[56].children[3] = 309; -/* 2:03 */waypoints[56].children[4] = 65; -/* 2:03 */waypoints[57] = spawnstruct(); -/* 2:03 */waypoints[57].origin = (-880.461, 2999.82, 1552.72); -/* 2:03 */waypoints[57].type = "stand"; -/* 2:03 */waypoints[57].children[0] = 56; -/* 2:03 */waypoints[57].children[1] = 58; -/* 2:03 */waypoints[57].children[2] = 69; -/* 2:03 */waypoints[57].children[3] = 63; -/* 2:03 */waypoints[58] = spawnstruct(); -/* 2:03 */waypoints[58].origin = (-643.312, 3070.63, 1562.8); -/* 2:03 */waypoints[58].type = "stand"; -/* 2:03 */waypoints[58].children[0] = 57; -/* 2:03 */waypoints[58].children[1] = 59; -/* 2:03 */waypoints[59] = spawnstruct(); -/* 2:03 */waypoints[59].origin = (-466.167, 3033.54, 1560.35); -/* 2:03 */waypoints[59].type = "stand"; -/* 2:03 */waypoints[59].children[0] = 58; -/* 2:03 */waypoints[59].children[1] = 60; -/* 2:03 */waypoints[59].children[2] = 70; -/* 2:03 */waypoints[60] = spawnstruct(); -/* 2:03 */waypoints[60].origin = (-470.406, 2890.23, 1560.86); -/* 2:03 */waypoints[60].type = "stand"; -/* 2:03 */waypoints[60].children[0] = 59; -/* 2:03 */waypoints[60].children[1] = 69; -/* 2:03 */waypoints[60].children[2] = 77; -/* 2:03 */waypoints[61] = spawnstruct(); -/* 2:03 */waypoints[61].origin = (-1120.27, 2731.39, 1549.28); -/* 2:03 */waypoints[61].type = "stand"; -/* 2:03 */waypoints[61].children[0] = 62; -/* 2:03 */waypoints[61].children[1] = 309; -/* 2:03 */waypoints[62] = spawnstruct(); -/* 2:03 */waypoints[62].origin = (-980.145, 2687.89, 1550.93); -/* 2:03 */waypoints[62].type = "stand"; -/* 2:03 */waypoints[62].children[0] = 61; -/* 2:03 */waypoints[62].children[1] = 63; -/* 2:03 */waypoints[62].children[2] = 67; -/* 2:03 */waypoints[62].children[3] = 65; -/* 2:03 */waypoints[63] = spawnstruct(); -/* 2:03 */waypoints[63].origin = (-827.812, 2549.9, 1556.1); -/* 2:03 */waypoints[63].type = "stand"; -/* 2:03 */waypoints[63].children[0] = 62; -/* 2:03 */waypoints[63].children[1] = 64; -/* 2:03 */waypoints[63].children[2] = 67; -/* 2:03 */waypoints[63].children[3] = 56; -/* 2:03 */waypoints[63].children[4] = 57; -/* 2:03 */waypoints[64] = spawnstruct(); -/* 2:03 */waypoints[64].origin = (-722.778, 2436.84, 1552.75); -/* 2:03 */waypoints[64].type = "stand"; -/* 2:03 */waypoints[64].children[0] = 63; -/* 2:03 */waypoints[64].children[1] = 65; -/* 2:03 */waypoints[64].children[2] = 56; -/* 2:03 */waypoints[64].children[3] = 264; -/* 2:03 */waypoints[65] = spawnstruct(); -/* 2:03 */waypoints[65].origin = (-577.013, 2434.95, 1551.24); -/* 2:03 */waypoints[65].type = "stand"; -/* 2:03 */waypoints[65].children[0] = 64; -/* 2:03 */waypoints[65].children[1] = 66; -/* 2:03 */waypoints[65].children[2] = 67; -/* 2:03 */waypoints[65].children[3] = 62; -/* 2:03 */waypoints[65].children[4] = 56; -/* 2:03 */waypoints[66] = spawnstruct(); -/* 2:03 */waypoints[66].origin = (-440.11, 2397.14, 1553.77); -/* 2:03 */waypoints[66].type = "stand"; -/* 2:03 */waypoints[66].children[0] = 65; -/* 2:03 */waypoints[66].children[1] = 265; -/* 2:03 */waypoints[66].children[2] = 67; -/* 2:03 */waypoints[67] = spawnstruct(); -/* 2:03 */waypoints[67].origin = (-686.421, 2632.81, 1561.68); -/* 2:03 */waypoints[67].type = "stand"; -/* 2:03 */waypoints[67].children[0] = 63; -/* 2:03 */waypoints[67].children[1] = 68; -/* 2:03 */waypoints[67].children[2] = 66; -/* 2:03 */waypoints[67].children[3] = 62; -/* 2:03 */waypoints[67].children[4] = 65; -/* 2:03 */waypoints[68] = spawnstruct(); -/* 2:03 */waypoints[68].origin = (-573.512, 2759.74, 1561.78); -/* 2:03 */waypoints[68].type = "stand"; -/* 2:03 */waypoints[68].children[0] = 67; -/* 2:03 */waypoints[68].children[1] = 69; -/* 2:03 */waypoints[68].children[2] = 77; -/* 2:03 */waypoints[69] = spawnstruct(); -/* 2:03 */waypoints[69].origin = (-600.04, 2959.79, 1561.51); -/* 2:03 */waypoints[69].type = "stand"; -/* 2:03 */waypoints[69].children[0] = 68; -/* 2:03 */waypoints[69].children[1] = 60; -/* 2:03 */waypoints[69].children[2] = 57; -/* 2:03 */waypoints[69].children[3] = 70; -/* 2:03 */waypoints[70] = spawnstruct(); -/* 2:03 */waypoints[70].origin = (-456.071, 3251.91, 1596.13); -/* 2:03 */waypoints[70].type = "stand"; -/* 2:03 */waypoints[70].children[0] = 59; -/* 2:03 */waypoints[70].children[1] = 71; -/* 2:03 */waypoints[70].children[2] = 74; -/* 2:03 */waypoints[70].children[3] = 69; -/* 2:03 */waypoints[71] = spawnstruct(); -/* 2:03 */waypoints[71].origin = (-323.219, 3277.5, 1596.13); -/* 2:03 */waypoints[71].type = "stand"; -/* 2:03 */waypoints[71].children[0] = 70; -/* 2:03 */waypoints[71].children[1] = 72; -/* 2:03 */waypoints[71].children[2] = 75; -/* 2:03 */waypoints[71].children[3] = 76; -/* 2:03 */waypoints[72] = spawnstruct(); -/* 2:03 */waypoints[72].origin = (-270.48, 3151.84, 1596.13); -/* 2:03 */waypoints[72].type = "stand"; -/* 2:03 */waypoints[72].children[0] = 71; -/* 2:03 */waypoints[72].children[1] = 73; -/* 2:03 */waypoints[73] = spawnstruct(); -/* 2:03 */waypoints[73].origin = (-155.167, 3066.21, 1596.13); -/* 2:03 */waypoints[73].type = "stand"; -/* 2:03 */waypoints[73].children[0] = 72; -/* 2:03 */waypoints[73].children[1] = 79; -/* 2:03 */waypoints[74] = spawnstruct(); -/* 2:03 */waypoints[74].origin = (-511.602, 3450.88, 1596.12); -/* 2:03 */waypoints[74].type = "crouch"; -/* 2:03 */waypoints[74].children[0] = 70; -/* 2:03 */waypoints[74].angles = (1.58203, -48.3124, 0); -/* 2:03 */waypoints[75] = spawnstruct(); -/* 2:03 */waypoints[75].origin = (-127.129, 3450.88, 1596.12); -/* 2:03 */waypoints[75].type = "crouch"; -/* 2:03 */waypoints[75].children[0] = 71; -/* 2:03 */waypoints[75].angles = (2.84546, -126.788, 0); -/* 2:03 */waypoints[76] = spawnstruct(); -/* 2:03 */waypoints[76].origin = (-157.875, 3165.07, 1596.11); -/* 2:03 */waypoints[76].type = "stand"; -/* 2:03 */waypoints[76].children[0] = 71; -/* 2:03 */waypoints[76].children[1] = 77; -/* 2:03 */waypoints[77] = spawnstruct(); -/* 2:03 */waypoints[77].origin = (-122.588, 2858.54, 1595.67); -/* 2:03 */waypoints[77].type = "stand"; -/* 2:03 */waypoints[77].children[0] = 76; -/* 2:03 */waypoints[77].children[1] = 78; -/* 2:03 */waypoints[77].children[2] = 68; -/* 2:03 */waypoints[77].children[3] = 60; -/* 2:03 */waypoints[78] = spawnstruct(); -/* 2:03 */waypoints[78].origin = (-112.819, 2646.15, 1604.12); -/* 2:03 */waypoints[78].type = "stand"; -/* 2:03 */waypoints[78].children[0] = 77; -/* 2:03 */waypoints[78].children[1] = 173; -/* 2:03 */waypoints[79] = spawnstruct(); -/* 2:03 */waypoints[79].origin = (-0.466042, 3045.59, 1596.13); -/* 2:03 */waypoints[79].type = "stand"; -/* 2:03 */waypoints[79].children[0] = 73; -/* 2:03 */waypoints[79].children[1] = 80; -/* 2:03 */waypoints[79].children[2] = 82; -/* 2:03 */waypoints[80] = spawnstruct(); -/* 2:03 */waypoints[80].origin = (274.012, 3027.48, 1596.13); -/* 2:03 */waypoints[80].type = "stand"; -/* 2:03 */waypoints[80].children[0] = 79; -/* 2:03 */waypoints[80].children[1] = 81; -/* 2:03 */waypoints[81] = spawnstruct(); -/* 2:03 */waypoints[81].origin = (557.009, 3018.46, 1596.12); -/* 2:03 */waypoints[81].type = "stand"; -/* 2:03 */waypoints[81].children[0] = 80; -/* 2:03 */waypoints[81].children[1] = 84; -/* 2:03 */waypoints[82] = spawnstruct(); -/* 2:03 */waypoints[82].origin = (150.264, 3097.99, 1596.13); -/* 2:03 */waypoints[82].type = "stand"; -/* 2:03 */waypoints[82].children[0] = 79; -/* 2:03 */waypoints[82].children[1] = 83; -/* 2:03 */waypoints[83] = spawnstruct(); -/* 2:03 */waypoints[83].origin = (425.883, 3100.18, 1596.13); -/* 2:03 */waypoints[83].type = "stand"; -/* 2:03 */waypoints[83].children[0] = 82; -/* 2:03 */waypoints[83].children[1] = 85; -/* 2:03 */waypoints[84] = spawnstruct(); -/* 2:03 */waypoints[84].origin = (720.926, 3052.14, 1596.13); -/* 2:03 */waypoints[84].type = "stand"; -/* 2:03 */waypoints[84].children[0] = 81; -/* 2:03 */waypoints[84].children[1] = 90; -/* 2:03 */waypoints[84].children[2] = 91; -/* 2:03 */waypoints[85] = spawnstruct(); -/* 2:03 */waypoints[85].origin = (559.458, 3062.9, 1596.13); -/* 2:03 */waypoints[85].type = "stand"; -/* 2:03 */waypoints[85].children[0] = 83; -/* 2:03 */waypoints[85].children[1] = 86; -/* 2:03 */waypoints[86] = spawnstruct(); -/* 2:03 */waypoints[86].origin = (587.439, 3214.66, 1596.13); -/* 2:03 */waypoints[86].type = "stand"; -/* 2:03 */waypoints[86].children[0] = 85; -/* 2:03 */waypoints[86].children[1] = 87; -/* 2:03 */waypoints[87] = spawnstruct(); -/* 2:03 */waypoints[87].origin = (622.934, 3400.79, 1596.13); -/* 2:03 */waypoints[87].type = "stand"; -/* 2:03 */waypoints[87].children[0] = 86; -/* 2:03 */waypoints[87].children[1] = 88; -/* 2:03 */waypoints[88] = spawnstruct(); -/* 2:03 */waypoints[88].origin = (816.31, 3435.4, 1596.13); -/* 2:03 */waypoints[88].type = "stand"; -/* 2:03 */waypoints[88].children[0] = 87; -/* 2:03 */waypoints[88].children[1] = 89; -/* 2:03 */waypoints[89] = spawnstruct(); -/* 2:03 */waypoints[89].origin = (859.416, 3301.62, 1596.13); -/* 2:03 */waypoints[89].type = "stand"; -/* 2:03 */waypoints[89].children[0] = 88; -/* 2:03 */waypoints[89].children[1] = 90; -/* 2:03 */waypoints[90] = spawnstruct(); -/* 2:03 */waypoints[90].origin = (731.392, 3164.61, 1596.13); -/* 2:03 */waypoints[90].type = "stand"; -/* 2:03 */waypoints[90].children[0] = 89; -/* 2:03 */waypoints[90].children[1] = 84; -/* 2:03 */waypoints[90].children[2] = 91; -/* 2:03 */waypoints[91] = spawnstruct(); -/* 2:03 */waypoints[91].origin = (770.567, 2742.16, 1596.13); -/* 2:03 */waypoints[91].type = "stand"; -/* 2:03 */waypoints[91].children[0] = 92; -/* 2:03 */waypoints[91].children[1] = 84; -/* 2:03 */waypoints[91].children[2] = 90; -/* 2:03 */waypoints[92] = spawnstruct(); -/* 2:03 */waypoints[92].origin = (913.256, 2696.6, 1596.13); -/* 2:03 */waypoints[92].type = "stand"; -/* 2:03 */waypoints[92].children[0] = 91; -/* 2:03 */waypoints[92].children[1] = 93; -/* 2:03 */waypoints[93] = spawnstruct(); -/* 2:03 */waypoints[93].origin = (968.81, 2498.22, 1652.13); -/* 2:03 */waypoints[93].type = "stand"; -/* 2:03 */waypoints[93].children[0] = 92; -/* 2:03 */waypoints[93].children[1] = 94; -/* 2:03 */waypoints[94] = spawnstruct(); -/* 2:03 */waypoints[94].origin = (1164.33, 2485.86, 1698.13); -/* 2:03 */waypoints[94].type = "stand"; -/* 2:03 */waypoints[94].children[0] = 93; -/* 2:03 */waypoints[94].children[1] = 95; -/* 2:03 */waypoints[94].children[2] = 193; -/* 2:03 */waypoints[95] = spawnstruct(); -/* 2:03 */waypoints[95].origin = (1448.04, 2507.31, 1723.13); -/* 2:03 */waypoints[95].type = "stand"; -/* 2:03 */waypoints[95].children[0] = 94; -/* 2:03 */waypoints[95].children[1] = 192; -/* 2:03 */waypoints[95].children[2] = 96; -/* 2:03 */waypoints[96] = spawnstruct(); -/* 2:03 */waypoints[96].origin = (1510.2, 2005.92, 1723.13); -/* 2:03 */waypoints[96].type = "stand"; -/* 2:03 */waypoints[96].children[0] = 111; -/* 2:03 */waypoints[96].children[1] = 195; -/* 2:03 */waypoints[96].children[2] = 97; -/* 2:03 */waypoints[96].children[3] = 95; -/* 2:03 */waypoints[97] = spawnstruct(); -/* 2:03 */waypoints[97].origin = (1965.38, 2027.52, 1723.13); -/* 2:03 */waypoints[97].type = "stand"; -/* 2:03 */waypoints[97].children[0] = 98; -/* 2:03 */waypoints[97].children[1] = 96; -/* 2:03 */waypoints[98] = spawnstruct(); -/* 2:03 */waypoints[98].origin = (2133.57, 1948.12, 1723.13); -/* 2:03 */waypoints[98].type = "stand"; -/* 2:03 */waypoints[98].children[0] = 97; -/* 2:03 */waypoints[98].children[1] = 99; -/* 2:03 */waypoints[99] = spawnstruct(); -/* 2:03 */waypoints[99].origin = (2139.93, 1467.3, 1723.13); -/* 2:03 */waypoints[99].type = "stand"; -/* 2:03 */waypoints[99].children[0] = 104; -/* 2:03 */waypoints[99].children[1] = 102; -/* 2:03 */waypoints[99].children[2] = 305; -/* 2:03 */waypoints[99].children[3] = 98; -/* 2:03 */waypoints[100] = spawnstruct(); -/* 2:03 */waypoints[100].origin = (1961.76, 1405.06, 1710.68); -/* 2:03 */waypoints[100].type = "stand"; -/* 2:03 */waypoints[100].children[0] = 101; -/* 2:03 */waypoints[100].children[1] = 277; -/* 2:03 */waypoints[100].children[2] = 305; -/* 2:03 */waypoints[101] = spawnstruct(); -/* 2:03 */waypoints[101].origin = (1654.73, 1398.55, 1705.13); -/* 2:03 */waypoints[101].type = "stand"; -/* 2:03 */waypoints[101].children[0] = 100; -/* 2:03 */waypoints[101].children[1] = 109; -/* 2:03 */waypoints[102] = spawnstruct(); -/* 2:03 */waypoints[102].origin = (1963.88, 1342.25, 1712.01); -/* 2:03 */waypoints[102].type = "stand"; -/* 2:03 */waypoints[102].children[0] = 103; -/* 2:03 */waypoints[102].children[1] = 277; -/* 2:03 */waypoints[102].children[2] = 99; -/* 2:03 */waypoints[103] = spawnstruct(); -/* 2:03 */waypoints[103].origin = (1700.27, 1343.8, 1705.13); -/* 2:03 */waypoints[103].type = "stand"; -/* 2:03 */waypoints[103].children[0] = 102; -/* 2:03 */waypoints[103].children[1] = 111; -/* 2:03 */waypoints[104] = spawnstruct(); -/* 2:03 */waypoints[104].origin = (2139.93, 1241.72, 1740.13); -/* 2:03 */waypoints[104].type = "stand"; -/* 2:03 */waypoints[104].children[0] = 99; -/* 2:03 */waypoints[104].children[1] = 105; -/* 2:03 */waypoints[104].children[2] = 291; -/* 2:03 */waypoints[104].children[3] = 305; -/* 2:03 */waypoints[105] = spawnstruct(); -/* 2:03 */waypoints[105].origin = (2016.79, 1180.63, 1740.13); -/* 2:03 */waypoints[105].type = "stand"; -/* 2:03 */waypoints[105].children[0] = 104; -/* 2:03 */waypoints[105].children[1] = 106; -/* 2:03 */waypoints[105].children[2] = 231; -/* 2:03 */waypoints[105].children[3] = 292; -/* 2:03 */waypoints[106] = spawnstruct(); -/* 2:03 */waypoints[106].origin = (1867.01, 1180.64, 1740.13); -/* 2:03 */waypoints[106].type = "stand"; -/* 2:03 */waypoints[106].children[0] = 105; -/* 2:03 */waypoints[106].children[1] = 107; -/* 2:03 */waypoints[107] = spawnstruct(); -/* 2:03 */waypoints[107].origin = (1687, 1180.87, 1740.13); -/* 2:03 */waypoints[107].type = "stand"; -/* 2:03 */waypoints[107].children[0] = 106; -/* 2:03 */waypoints[107].children[1] = 108; -/* 2:03 */waypoints[108] = spawnstruct(); -/* 2:03 */waypoints[108].origin = (1536.94, 1187.36, 1709.44); -/* 2:03 */waypoints[108].type = "stand"; -/* 2:03 */waypoints[108].children[0] = 107; -/* 2:03 */waypoints[108].children[1] = 109; -/* 2:03 */waypoints[108].children[2] = 110; -/* 2:03 */waypoints[109] = spawnstruct(); -/* 2:03 */waypoints[109].origin = (1492.9, 1284.43, 1703.06); -/* 2:03 */waypoints[109].type = "stand"; -/* 2:03 */waypoints[109].children[0] = 108; -/* 2:03 */waypoints[109].children[1] = 101; -/* 2:03 */waypoints[109].children[2] = 111; -/* 2:03 */waypoints[109].children[3] = 277; -/* 2:03 */waypoints[109].children[4] = 112; -/* 2:03 */waypoints[110] = spawnstruct(); -/* 2:03 */waypoints[110].origin = (1410.35, 1183.67, 1702.25); -/* 2:03 */waypoints[110].type = "stand"; -/* 2:03 */waypoints[110].children[0] = 108; -/* 2:03 */waypoints[110].children[1] = 112; -/* 2:03 */waypoints[111] = spawnstruct(); -/* 2:03 */waypoints[111].origin = (1486.24, 1438.78, 1701.1); -/* 2:03 */waypoints[111].type = "stand"; -/* 2:03 */waypoints[111].children[0] = 109; -/* 2:03 */waypoints[111].children[1] = 103; -/* 2:03 */waypoints[111].children[2] = 194; -/* 2:03 */waypoints[111].children[3] = 96; -/* 2:03 */waypoints[111].children[4] = 195; -/* 2:03 */waypoints[111].children[5] = 112; -/* 2:03 */waypoints[111].children[6] = 273; -/* 2:03 */waypoints[112] = spawnstruct(); -/* 2:03 */waypoints[112].origin = (1314.05, 1134, 1693.03); -/* 2:03 */waypoints[112].type = "stand"; -/* 2:03 */waypoints[112].children[0] = 110; -/* 2:03 */waypoints[112].children[1] = 113; -/* 2:03 */waypoints[112].children[2] = 183; -/* 2:03 */waypoints[112].children[3] = 182; -/* 2:03 */waypoints[112].children[4] = 196; -/* 2:03 */waypoints[112].children[5] = 109; -/* 2:03 */waypoints[112].children[6] = 111; -/* 2:03 */waypoints[113] = spawnstruct(); -/* 2:03 */waypoints[113].origin = (1302.3, 1008.65, 1691.75); -/* 2:03 */waypoints[113].type = "stand"; -/* 2:03 */waypoints[113].children[0] = 112; -/* 2:03 */waypoints[113].children[1] = 114; -/* 2:03 */waypoints[113].children[2] = 289; -/* 2:03 */waypoints[113].children[3] = 290; -/* 2:03 */waypoints[113].children[4] = 319; -/* 2:03 */waypoints[114] = spawnstruct(); -/* 2:03 */waypoints[114].origin = (1327.22, 847.038, 1698.08); -/* 2:03 */waypoints[114].type = "stand"; -/* 2:03 */waypoints[114].children[0] = 113; -/* 2:03 */waypoints[114].children[1] = 115; -/* 2:03 */waypoints[114].children[2] = 318; -/* 2:03 */waypoints[114].children[3] = 320; -/* 2:03 */waypoints[115] = spawnstruct(); -/* 2:03 */waypoints[115].origin = (1314.19, 710.482, 1689.12); -/* 2:03 */waypoints[115].type = "stand"; -/* 2:03 */waypoints[115].children[0] = 114; -/* 2:03 */waypoints[115].children[1] = 116; -/* 2:03 */waypoints[115].children[2] = 201; -/* 2:03 */waypoints[116] = spawnstruct(); -/* 2:03 */waypoints[116].origin = (1324.57, 565.29, 1681); -/* 2:03 */waypoints[116].type = "stand"; -/* 2:03 */waypoints[116].children[0] = 115; -/* 2:03 */waypoints[116].children[1] = 117; -/* 2:03 */waypoints[116].children[2] = 201; -/* 2:03 */waypoints[116].children[3] = 284; -/* 2:03 */waypoints[117] = spawnstruct(); -/* 2:03 */waypoints[117].origin = (1427.3, 407.594, 1668.24); -/* 2:03 */waypoints[117].type = "stand"; -/* 2:03 */waypoints[117].children[0] = 116; -/* 2:03 */waypoints[117].children[1] = 118; -/* 2:03 */waypoints[118] = spawnstruct(); -/* 2:03 */waypoints[118].origin = (1522.36, 249.579, 1630.49); -/* 2:03 */waypoints[118].type = "stand"; -/* 2:03 */waypoints[118].children[0] = 117; -/* 2:03 */waypoints[118].children[1] = 119; -/* 2:03 */waypoints[119] = spawnstruct(); -/* 2:03 */waypoints[119].origin = (1553.45, 99.9916, 1619.96); -/* 2:03 */waypoints[119].type = "stand"; -/* 2:03 */waypoints[119].children[0] = 118; -/* 2:03 */waypoints[119].children[1] = 120; -/* 2:03 */waypoints[119].children[2] = 122; -/* 2:03 */waypoints[119].children[3] = 271; -/* 2:03 */waypoints[120] = spawnstruct(); -/* 2:03 */waypoints[120].origin = (1457.64, 23.822, 1615.1); -/* 2:03 */waypoints[120].type = "stand"; -/* 2:03 */waypoints[120].children[0] = 119; -/* 2:03 */waypoints[120].children[1] = 121; -/* 2:03 */waypoints[121] = spawnstruct(); -/* 2:03 */waypoints[121].origin = (1495.93, -115.241, 1603.55); -/* 2:03 */waypoints[121].type = "stand"; -/* 2:03 */waypoints[121].children[0] = 120; -/* 2:03 */waypoints[121].children[1] = 0; -/* 2:03 */waypoints[122] = spawnstruct(); -/* 2:03 */waypoints[122].origin = (1338.54, 30.6223, 1615.28); -/* 2:03 */waypoints[122].type = "stand"; -/* 2:03 */waypoints[122].children[0] = 119; -/* 2:03 */waypoints[122].children[1] = 123; -/* 2:03 */waypoints[123] = spawnstruct(); -/* 2:03 */waypoints[123].origin = (1148.06, -36.9312, 1597.01); -/* 2:03 */waypoints[123].type = "stand"; -/* 2:03 */waypoints[123].children[0] = 122; -/* 2:03 */waypoints[123].children[1] = 3; -/* 2:03 */waypoints[123].children[2] = 5; -/* 2:03 */waypoints[124] = spawnstruct(); -/* 2:03 */waypoints[124].origin = (575.397, -403.601, 1596.11); -/* 2:03 */waypoints[124].type = "stand"; -/* 2:03 */waypoints[124].children[0] = 3; -/* 2:03 */waypoints[124].children[1] = 125; -/* 2:03 */waypoints[124].children[2] = 127; -/* 2:03 */waypoints[124].children[3] = 132; -/* 2:03 */waypoints[125] = spawnstruct(); -/* 2:03 */waypoints[125].origin = (492.443, -490.627, 1593.74); -/* 2:03 */waypoints[125].type = "stand"; -/* 2:03 */waypoints[125].children[0] = 124; -/* 2:03 */waypoints[125].children[1] = 126; -/* 2:03 */waypoints[125].children[2] = 2; -/* 2:03 */waypoints[126] = spawnstruct(); -/* 2:03 */waypoints[126].origin = (-715.132, -496.837, 1598.13); -/* 2:03 */waypoints[126].type = "stand"; -/* 2:03 */waypoints[126].children[0] = 129; -/* 2:03 */waypoints[126].children[1] = 125; -/* 2:03 */waypoints[126].children[2] = 136; -/* 2:03 */waypoints[127] = spawnstruct(); -/* 2:03 */waypoints[127].origin = (483.806, -355.321, 1594.01); -/* 2:03 */waypoints[127].type = "stand"; -/* 2:03 */waypoints[127].children[0] = 124; -/* 2:03 */waypoints[127].children[1] = 128; -/* 2:03 */waypoints[128] = spawnstruct(); -/* 2:03 */waypoints[128].origin = (-722.076, -340.611, 1598.13); -/* 2:03 */waypoints[128].type = "stand"; -/* 2:03 */waypoints[128].children[0] = 136; -/* 2:03 */waypoints[128].children[1] = 127; -/* 2:03 */waypoints[129] = spawnstruct(); -/* 2:03 */waypoints[129].origin = (-837.517, -498.488, 1600.13); -/* 2:03 */waypoints[129].type = "stand"; -/* 2:03 */waypoints[129].children[0] = 126; -/* 2:03 */waypoints[129].children[1] = 130; -/* 2:03 */waypoints[129].children[2] = 132; -/* 2:03 */waypoints[130] = spawnstruct(); -/* 2:03 */waypoints[130].origin = (-845.614, -746.047, 1599.5); -/* 2:03 */waypoints[130].type = "stand"; -/* 2:03 */waypoints[130].children[0] = 129; -/* 2:03 */waypoints[130].children[1] = 131; -/* 2:03 */waypoints[130].children[2] = 136; -/* 2:03 */waypoints[130].children[3] = 280; -/* 2:03 */waypoints[130].children[4] = 282; -/* 2:03 */waypoints[130].children[5] = 279; -/* 2:03 */waypoints[131] = spawnstruct(); -/* 2:03 */waypoints[131].origin = (-1123.44, -898.697, 1596.47); -/* 2:03 */waypoints[131].type = "stand"; -/* 2:03 */waypoints[131].children[0] = 130; -/* 2:03 */waypoints[131].children[1] = 135; -/* 2:03 */waypoints[131].children[2] = 278; -/* 2:03 */waypoints[131].children[3] = 280; -/* 2:03 */waypoints[132] = spawnstruct(); -/* 2:03 */waypoints[132].origin = (-890.295, -461.15, 1600.5); -/* 2:03 */waypoints[132].type = "stand"; -/* 2:03 */waypoints[132].children[0] = 133; -/* 2:03 */waypoints[132].children[1] = 129; -/* 2:03 */waypoints[132].children[2] = 124; -/* 2:03 */waypoints[133] = spawnstruct(); -/* 2:03 */waypoints[133].origin = (-959.844, -725.103, 1598.31); -/* 2:03 */waypoints[133].type = "stand"; -/* 2:03 */waypoints[133].children[0] = 132; -/* 2:03 */waypoints[133].children[1] = 134; -/* 2:03 */waypoints[133].children[2] = 136; -/* 2:03 */waypoints[134] = spawnstruct(); -/* 2:03 */waypoints[134].origin = (-1179.32, -752.042, 1596.86); -/* 2:03 */waypoints[134].type = "stand"; -/* 2:03 */waypoints[134].children[0] = 133; -/* 2:03 */waypoints[134].children[1] = 135; -/* 2:03 */waypoints[135] = spawnstruct(); -/* 2:03 */waypoints[135].origin = (-1451.81, -728.208, 1594.93); -/* 2:03 */waypoints[135].type = "stand"; -/* 2:03 */waypoints[135].children[0] = 134; -/* 2:03 */waypoints[135].children[1] = 131; -/* 2:03 */waypoints[135].children[2] = 137; -/* 2:03 */waypoints[136] = spawnstruct(); -/* 2:03 */waypoints[136].origin = (-909.839, -329.606, 1600.13); -/* 2:03 */waypoints[136].type = "stand"; -/* 2:03 */waypoints[136].children[0] = 128; -/* 2:03 */waypoints[136].children[1] = 23; -/* 2:03 */waypoints[136].children[2] = 22; -/* 2:03 */waypoints[136].children[3] = 133; -/* 2:03 */waypoints[136].children[4] = 130; -/* 2:03 */waypoints[136].children[5] = 126; -/* 2:03 */waypoints[137] = spawnstruct(); -/* 2:03 */waypoints[137].origin = (-1694.66, -722.016, 1598.13); -/* 2:03 */waypoints[137].type = "stand"; -/* 2:03 */waypoints[137].children[0] = 135; -/* 2:03 */waypoints[137].children[1] = 138; -/* 2:03 */waypoints[137].children[2] = 140; -/* 2:03 */waypoints[138] = spawnstruct(); -/* 2:03 */waypoints[138].origin = (-1777.94, -481.029, 1598.06); -/* 2:03 */waypoints[138].type = "stand"; -/* 2:03 */waypoints[138].children[0] = 137; -/* 2:03 */waypoints[138].children[1] = 139; -/* 2:03 */waypoints[139] = spawnstruct(); -/* 2:03 */waypoints[139].origin = (-1796.15, -292.575, 1598.13); -/* 2:03 */waypoints[139].type = "stand"; -/* 2:03 */waypoints[139].children[0] = 138; -/* 2:03 */waypoints[139].children[1] = 143; -/* 2:03 */waypoints[140] = spawnstruct(); -/* 2:03 */waypoints[140].origin = (-1585.23, -489.885, 1598.13); -/* 2:03 */waypoints[140].type = "stand"; -/* 2:03 */waypoints[140].children[0] = 137; -/* 2:03 */waypoints[140].children[1] = 141; -/* 2:03 */waypoints[141] = spawnstruct(); -/* 2:03 */waypoints[141].origin = (-1579.23, -244.982, 1598.13); -/* 2:03 */waypoints[141].type = "stand"; -/* 2:03 */waypoints[141].children[0] = 140; -/* 2:03 */waypoints[141].children[1] = 25; -/* 2:03 */waypoints[141].children[2] = 142; -/* 2:03 */waypoints[141].children[3] = 143; -/* 2:03 */waypoints[142] = spawnstruct(); -/* 2:03 */waypoints[142].origin = (-1457.35, -215.581, 1598.13); -/* 2:03 */waypoints[142].type = "stand"; -/* 2:03 */waypoints[142].children[0] = 141; -/* 2:03 */waypoints[142].children[1] = 27; -/* 2:03 */waypoints[143] = spawnstruct(); -/* 2:03 */waypoints[143].origin = (-1716.77, -171.223, 1598.13); -/* 2:03 */waypoints[143].type = "stand"; -/* 2:03 */waypoints[143].children[0] = 139; -/* 2:03 */waypoints[143].children[1] = 141; -/* 2:03 */waypoints[143].children[2] = 144; -/* 2:03 */waypoints[144] = spawnstruct(); -/* 2:03 */waypoints[144].origin = (-1755.36, 142.427, 1548.04); -/* 2:03 */waypoints[144].type = "stand"; -/* 2:03 */waypoints[144].children[0] = 143; -/* 2:03 */waypoints[144].children[1] = 145; -/* 2:03 */waypoints[144].children[2] = 146; -/* 2:03 */waypoints[144].children[3] = 147; -/* 2:03 */waypoints[145] = spawnstruct(); -/* 2:03 */waypoints[145].origin = (-1893.88, 150.991, 1552.25); -/* 2:03 */waypoints[145].type = "crouch"; -/* 2:03 */waypoints[145].children[0] = 144; -/* 2:03 */waypoints[145].angles = (4.42749, -3.94409, 0); -/* 2:03 */waypoints[146] = spawnstruct(); -/* 2:03 */waypoints[146].origin = (-1510.61, 342.859, 1535.14); -/* 2:03 */waypoints[146].type = "stand"; -/* 2:03 */waypoints[146].children[0] = 144; -/* 2:03 */waypoints[146].children[1] = 30; -/* 2:03 */waypoints[146].children[2] = 154; -/* 2:03 */waypoints[147] = spawnstruct(); -/* 2:03 */waypoints[147].origin = (-1736.11, 330.269, 1546.59); -/* 2:03 */waypoints[147].type = "stand"; -/* 2:03 */waypoints[147].children[0] = 144; -/* 2:03 */waypoints[147].children[1] = 148; -/* 2:03 */waypoints[147].children[2] = 34; -/* 2:03 */waypoints[148] = spawnstruct(); -/* 2:03 */waypoints[148].origin = (-1867.82, 511.18, 1535.84); -/* 2:03 */waypoints[148].type = "stand"; -/* 2:03 */waypoints[148].children[0] = 147; -/* 2:03 */waypoints[148].children[1] = 149; -/* 2:03 */waypoints[148].children[2] = 150; -/* 2:03 */waypoints[148].children[3] = 152; -/* 2:03 */waypoints[148].children[4] = 153; -/* 2:03 */waypoints[148].children[5] = 159; -/* 2:03 */waypoints[149] = spawnstruct(); -/* 2:03 */waypoints[149].origin = (-1920.88, 366.625, 1552.06); -/* 2:03 */waypoints[149].type = "crouch"; -/* 2:03 */waypoints[149].children[0] = 148; -/* 2:03 */waypoints[149].angles = (2.84546, 50.1691, 0); -/* 2:03 */waypoints[150] = spawnstruct(); -/* 2:03 */waypoints[150].origin = (-2089.68, 587.223, 1547.57); -/* 2:03 */waypoints[150].type = "stand"; -/* 2:03 */waypoints[150].children[0] = 148; -/* 2:03 */waypoints[150].children[1] = 151; -/* 2:03 */waypoints[151] = spawnstruct(); -/* 2:03 */waypoints[151].origin = (-2228.11, 683.364, 1568.13); -/* 2:03 */waypoints[151].type = "stand"; -/* 2:03 */waypoints[151].children[0] = 150; -/* 2:03 */waypoints[151].children[1] = 41; -/* 2:03 */waypoints[152] = spawnstruct(); -/* 2:03 */waypoints[152].origin = (-1881.58, 723.278, 1539.66); -/* 2:03 */waypoints[152].type = "stand"; -/* 2:03 */waypoints[152].children[0] = 148; -/* 2:03 */waypoints[152].children[1] = 40; -/* 2:03 */waypoints[153] = spawnstruct(); -/* 2:03 */waypoints[153].origin = (-1993.21, 781.518, 1546.11); -/* 2:03 */waypoints[153].type = "stand"; -/* 2:03 */waypoints[153].children[0] = 148; -/* 2:03 */waypoints[153].children[1] = 40; -/* 2:03 */waypoints[153].children[2] = 39; -/* 2:03 */waypoints[154] = spawnstruct(); -/* 2:03 */waypoints[154].origin = (-1519.5, 428.417, 1548.82); -/* 2:03 */waypoints[154].type = "climb"; -/* 2:03 */waypoints[154].children[0] = 146; -/* 2:03 */waypoints[154].children[1] = 155; -/* 2:03 */waypoints[154].angles = (13.288, 81.6559, 0); -/* 2:03 */waypoints[155] = spawnstruct(); -/* 2:03 */waypoints[155].origin = (-1496.45, 479.667, 1576); -/* 2:03 */waypoints[155].type = "stand"; -/* 2:03 */waypoints[155].children[0] = 154; -/* 2:03 */waypoints[155].children[1] = 156; -/* 2:03 */waypoints[156] = spawnstruct(); -/* 2:03 */waypoints[156].origin = (-1429.78, 554.518, 1576.13); -/* 2:03 */waypoints[156].type = "stand"; -/* 2:03 */waypoints[156].children[0] = 155; -/* 2:03 */waypoints[156].children[1] = 157; -/* 2:03 */waypoints[157] = spawnstruct(); -/* 2:03 */waypoints[157].origin = (-1516.25, 614.178, 1576.13); -/* 2:03 */waypoints[157].type = "stand"; -/* 2:03 */waypoints[157].children[0] = 156; -/* 2:03 */waypoints[157].children[1] = 158; -/* 2:03 */waypoints[157].children[2] = 160; -/* 2:03 */waypoints[158] = spawnstruct(); -/* 2:03 */waypoints[158].origin = (-1578.85, 527.655, 1581.29); -/* 2:03 */waypoints[158].type = "stand"; -/* 2:03 */waypoints[158].children[0] = 157; -/* 2:03 */waypoints[158].children[1] = 159; -/* 2:03 */waypoints[159] = spawnstruct(); -/* 2:03 */waypoints[159].origin = (-1617.99, 530.8, 1548.37); -/* 2:03 */waypoints[159].type = "climb"; -/* 2:03 */waypoints[159].children[0] = 148; -/* 2:03 */waypoints[159].children[1] = 158; -/* 2:03 */waypoints[159].angles = (8.70117, 4.60327, 0); -/* 2:03 */waypoints[160] = spawnstruct(); -/* 2:03 */waypoints[160].origin = (-1432.89, 639.105, 1548.84); -/* 2:03 */waypoints[160].type = "climb"; -/* 2:03 */waypoints[160].children[0] = 29; -/* 2:03 */waypoints[160].children[1] = 157; -/* 2:03 */waypoints[160].angles = (9.8053, -130.518, 0); -/* 2:03 */waypoints[161] = spawnstruct(); -/* 2:03 */waypoints[161].origin = (-1440.43, 872.613, 1545.68); -/* 2:03 */waypoints[161].type = "stand"; -/* 2:03 */waypoints[161].children[0] = 29; -/* 2:03 */waypoints[161].children[1] = 162; -/* 2:03 */waypoints[162] = spawnstruct(); -/* 2:03 */waypoints[162].origin = (-1412.4, 1103.74, 1540.13); -/* 2:03 */waypoints[162].type = "stand"; -/* 2:03 */waypoints[162].children[0] = 161; -/* 2:03 */waypoints[162].children[1] = 163; -/* 2:03 */waypoints[162].children[2] = 164; -/* 2:03 */waypoints[163] = spawnstruct(); -/* 2:03 */waypoints[163].origin = (-1635.02, 1105.26, 1537.51); -/* 2:03 */waypoints[163].type = "stand"; -/* 2:03 */waypoints[163].children[0] = 162; -/* 2:03 */waypoints[163].children[1] = 35; -/* 2:03 */waypoints[163].children[2] = 36; -/* 2:03 */waypoints[164] = spawnstruct(); -/* 2:03 */waypoints[164].origin = (-1441.47, 1311.14, 1541.99); -/* 2:03 */waypoints[164].type = "stand"; -/* 2:03 */waypoints[164].children[0] = 162; -/* 2:03 */waypoints[164].children[1] = 165; -/* 2:03 */waypoints[164].children[2] = 166; -/* 2:03 */waypoints[164].children[3] = 242; -/* 2:03 */waypoints[165] = spawnstruct(); -/* 2:03 */waypoints[165].origin = (-1667.27, 1344.49, 1539.16); -/* 2:03 */waypoints[165].type = "stand"; -/* 2:03 */waypoints[165].children[0] = 164; -/* 2:03 */waypoints[165].children[1] = 37; -/* 2:03 */waypoints[165].children[2] = 166; -/* 2:03 */waypoints[166] = spawnstruct(); -/* 2:03 */waypoints[166].origin = (-1530.42, 1513.04, 1547.13); -/* 2:03 */waypoints[166].type = "stand"; -/* 2:03 */waypoints[166].children[0] = 164; -/* 2:03 */waypoints[166].children[1] = 168; -/* 2:03 */waypoints[166].children[2] = 171; -/* 2:03 */waypoints[166].children[3] = 165; -/* 2:03 */waypoints[167] = spawnstruct(); -/* 2:03 */waypoints[167].origin = (-1391.15, 1811.82, 1552.13); -/* 2:03 */waypoints[167].type = "stand"; -/* 2:03 */waypoints[167].children[0] = 52; -/* 2:03 */waypoints[167].children[1] = 47; -/* 2:03 */waypoints[167].children[2] = 244; -/* 2:03 */waypoints[167].children[3] = 316; -/* 2:03 */waypoints[168] = spawnstruct(); -/* 2:03 */waypoints[168].origin = (-1622.38, 1640.46, 1552.13); -/* 2:03 */waypoints[168].type = "stand"; -/* 2:03 */waypoints[168].children[0] = 166; -/* 2:03 */waypoints[168].children[1] = 44; -/* 2:03 */waypoints[168].children[2] = 169; -/* 2:03 */waypoints[168].children[3] = 171; -/* 2:03 */waypoints[169] = spawnstruct(); -/* 2:03 */waypoints[169].origin = (-1833.3, 1595.1, 1552.13); -/* 2:03 */waypoints[169].type = "stand"; -/* 2:03 */waypoints[169].children[0] = 168; -/* 2:03 */waypoints[169].children[1] = 170; -/* 2:03 */waypoints[169].children[2] = 44; -/* 2:03 */waypoints[169].children[3] = 171; -/* 2:03 */waypoints[170] = spawnstruct(); -/* 2:03 */waypoints[170].origin = (-2061.27, 1595.34, 1552.13); -/* 2:03 */waypoints[170].type = "stand"; -/* 2:03 */waypoints[170].children[0] = 169; -/* 2:03 */waypoints[170].children[1] = 42; -/* 2:03 */waypoints[171] = spawnstruct(); -/* 2:03 */waypoints[171].origin = (-1516.49, 1642.23, 1552.13); -/* 2:03 */waypoints[171].type = "stand"; -/* 2:03 */waypoints[171].children[0] = 166; -/* 2:03 */waypoints[171].children[1] = 168; -/* 2:03 */waypoints[171].children[2] = 169; -/* 2:03 */waypoints[171].children[3] = 316; -/* 2:03 */waypoints[172] = spawnstruct(); -/* 2:03 */waypoints[172].origin = (-1279.12, 1570.13, 1552.13); -/* 2:03 */waypoints[172].type = "crouch"; -/* 2:03 */waypoints[172].children[0] = 316; -/* 2:03 */waypoints[172].angles = (1.26343, 142.147, 0); -/* 2:03 */waypoints[173] = spawnstruct(); -/* 2:03 */waypoints[173].origin = (4.20834, 2452.06, 1605.55); -/* 2:03 */waypoints[173].type = "stand"; -/* 2:03 */waypoints[173].children[0] = 78; -/* 2:03 */waypoints[173].children[1] = 174; -/* 2:03 */waypoints[173].children[2] = 177; -/* 2:03 */waypoints[174] = spawnstruct(); -/* 2:03 */waypoints[174].origin = (333.537, 2166.7, 1603.73); -/* 2:03 */waypoints[174].type = "stand"; -/* 2:03 */waypoints[174].children[0] = 173; -/* 2:03 */waypoints[174].children[1] = 175; -/* 2:03 */waypoints[174].children[2] = 177; -/* 2:03 */waypoints[174].children[3] = 178; -/* 2:03 */waypoints[175] = spawnstruct(); -/* 2:03 */waypoints[175].origin = (743.881, 2166.39, 1697.13); -/* 2:03 */waypoints[175].type = "stand"; -/* 2:03 */waypoints[175].children[0] = 174; -/* 2:03 */waypoints[175].children[1] = 176; -/* 2:03 */waypoints[176] = spawnstruct(); -/* 2:03 */waypoints[176].origin = (981.332, 2148.62, 1700.13); -/* 2:03 */waypoints[176].type = "stand"; -/* 2:03 */waypoints[176].children[0] = 175; -/* 2:03 */waypoints[176].children[1] = 191; -/* 2:03 */waypoints[176].children[2] = 192; -/* 2:03 */waypoints[177] = spawnstruct(); -/* 2:03 */waypoints[177].origin = (132.885, 2227.87, 1606.7); -/* 2:03 */waypoints[177].type = "stand"; -/* 2:03 */waypoints[177].children[0] = 173; -/* 2:03 */waypoints[177].children[1] = 178; -/* 2:03 */waypoints[177].children[2] = 174; -/* 2:03 */waypoints[178] = spawnstruct(); -/* 2:03 */waypoints[178].origin = (143.646, 1947.03, 1601.13); -/* 2:03 */waypoints[178].type = "stand"; -/* 2:03 */waypoints[178].children[0] = 177; -/* 2:03 */waypoints[178].children[1] = 179; -/* 2:03 */waypoints[178].children[2] = 174; -/* 2:03 */waypoints[179] = spawnstruct(); -/* 2:03 */waypoints[179].origin = (237.869, 1736.83, 1601.13); -/* 2:03 */waypoints[179].type = "stand"; -/* 2:03 */waypoints[179].children[0] = 178; -/* 2:03 */waypoints[179].children[1] = 180; -/* 2:03 */waypoints[180] = spawnstruct(); -/* 2:03 */waypoints[180].origin = (426.556, 1560.01, 1601.13); -/* 2:03 */waypoints[180].type = "stand"; -/* 2:03 */waypoints[180].children[0] = 179; -/* 2:03 */waypoints[180].children[1] = 181; -/* 2:03 */waypoints[180].children[2] = 9; -/* 2:03 */waypoints[180].children[3] = 306; -/* 2:03 */waypoints[181] = spawnstruct(); -/* 2:03 */waypoints[181].origin = (590.032, 1457.12, 1604.13); -/* 2:03 */waypoints[181].type = "stand"; -/* 2:03 */waypoints[181].children[0] = 180; -/* 2:03 */waypoints[181].children[1] = 182; -/* 2:03 */waypoints[181].children[2] = 183; -/* 2:03 */waypoints[181].children[3] = 184; -/* 2:03 */waypoints[182] = spawnstruct(); -/* 2:03 */waypoints[182].origin = (1004.07, 1445.37, 1698.91); -/* 2:03 */waypoints[182].type = "stand"; -/* 2:03 */waypoints[182].children[0] = 181; -/* 2:03 */waypoints[182].children[1] = 112; -/* 2:03 */waypoints[182].children[2] = 196; -/* 2:03 */waypoints[183] = spawnstruct(); -/* 2:03 */waypoints[183].origin = (829.69, 1514.49, 1676.13); -/* 2:03 */waypoints[183].type = "stand"; -/* 2:03 */waypoints[183].children[0] = 181; -/* 2:03 */waypoints[183].children[1] = 112; -/* 2:03 */waypoints[184] = spawnstruct(); -/* 2:03 */waypoints[184].origin = (774.977, 1388.25, 1667.4); -/* 2:03 */waypoints[184].type = "stand"; -/* 2:03 */waypoints[184].children[0] = 181; -/* 2:03 */waypoints[184].children[1] = 185; -/* 2:03 */waypoints[185] = spawnstruct(); -/* 2:03 */waypoints[185].origin = (1080.92, 1596.29, 1701.3); -/* 2:03 */waypoints[185].type = "stand"; -/* 2:03 */waypoints[185].children[0] = 184; -/* 2:03 */waypoints[185].children[1] = 186; -/* 2:03 */waypoints[186] = spawnstruct(); -/* 2:03 */waypoints[186].origin = (1040.98, 1802.85, 1698.47); -/* 2:03 */waypoints[186].type = "stand"; -/* 2:03 */waypoints[186].children[0] = 185; -/* 2:03 */waypoints[186].children[1] = 187; -/* 2:03 */waypoints[186].children[2] = 188; -/* 2:03 */waypoints[186].children[3] = 195; -/* 2:03 */waypoints[187] = spawnstruct(); -/* 2:03 */waypoints[187].origin = (975.125, 1904.88, 1703.66); -/* 2:03 */waypoints[187].type = "crouch"; -/* 2:03 */waypoints[187].children[0] = 186; -/* 2:03 */waypoints[187].angles = (-0.318604, -44.9176, 0); -/* 2:03 */waypoints[188] = spawnstruct(); -/* 2:03 */waypoints[188].origin = (1184.87, 1817.37, 1699.34); -/* 2:03 */waypoints[188].type = "stand"; -/* 2:03 */waypoints[188].children[0] = 186; -/* 2:03 */waypoints[188].children[1] = 189; -/* 2:03 */waypoints[189] = spawnstruct(); -/* 2:03 */waypoints[189].origin = (1275.82, 1886.62, 1697.47); -/* 2:03 */waypoints[189].type = "stand"; -/* 2:03 */waypoints[189].children[0] = 188; -/* 2:03 */waypoints[189].children[1] = 190; -/* 2:03 */waypoints[189].children[2] = 195; -/* 2:03 */waypoints[190] = spawnstruct(); -/* 2:03 */waypoints[190].origin = (1265.82, 2010.81, 1696.13); -/* 2:03 */waypoints[190].type = "stand"; -/* 2:03 */waypoints[190].children[0] = 189; -/* 2:03 */waypoints[190].children[1] = 191; -/* 2:03 */waypoints[190].children[2] = 193; -/* 2:03 */waypoints[191] = spawnstruct(); -/* 2:03 */waypoints[191].origin = (1114.99, 2012.89, 1697.51); -/* 2:03 */waypoints[191].type = "stand"; -/* 2:03 */waypoints[191].children[0] = 190; -/* 2:03 */waypoints[191].children[1] = 176; -/* 2:03 */waypoints[192] = spawnstruct(); -/* 2:03 */waypoints[192].origin = (1182.57, 2305.24, 1700.13); -/* 2:03 */waypoints[192].type = "stand"; -/* 2:03 */waypoints[192].children[0] = 176; -/* 2:03 */waypoints[192].children[1] = 95; -/* 2:03 */waypoints[192].children[2] = 193; -/* 2:03 */waypoints[193] = spawnstruct(); -/* 2:03 */waypoints[193].origin = (1322, 2142.75, 1697.41); -/* 2:03 */waypoints[193].type = "stand"; -/* 2:03 */waypoints[193].children[0] = 190; -/* 2:03 */waypoints[193].children[1] = 194; -/* 2:03 */waypoints[193].children[2] = 192; -/* 2:03 */waypoints[193].children[3] = 94; -/* 2:03 */waypoints[194] = spawnstruct(); -/* 2:03 */waypoints[194].origin = (1294.16, 1738.72, 1700.39); -/* 2:03 */waypoints[194].type = "stand"; -/* 2:03 */waypoints[194].children[0] = 193; -/* 2:03 */waypoints[194].children[1] = 111; -/* 2:03 */waypoints[194].children[2] = 195; -/* 2:03 */waypoints[195] = spawnstruct(); -/* 2:03 */waypoints[195].origin = (1413.36, 1726.76, 1696.17); -/* 2:03 */waypoints[195].type = "stand"; -/* 2:03 */waypoints[195].children[0] = 96; -/* 2:03 */waypoints[195].children[1] = 194; -/* 2:03 */waypoints[195].children[2] = 111; -/* 2:03 */waypoints[195].children[3] = 189; -/* 2:03 */waypoints[195].children[4] = 186; -/* 2:03 */waypoints[195].children[5] = 273; -/* 2:03 */waypoints[196] = spawnstruct(); -/* 2:03 */waypoints[196].origin = (1023.15, 1226.89, 1698.45); -/* 2:03 */waypoints[196].type = "stand"; -/* 2:03 */waypoints[196].children[0] = 182; -/* 2:03 */waypoints[196].children[1] = 112; -/* 2:03 */waypoints[196].children[2] = 197; -/* 2:03 */waypoints[196].children[3] = 202; -/* 2:03 */waypoints[196].children[4] = 272; -/* 2:03 */waypoints[196].children[5] = 288; -/* 2:03 */waypoints[197] = spawnstruct(); -/* 2:03 */waypoints[197].origin = (582.632, 1191.33, 1735.13); -/* 2:03 */waypoints[197].type = "stand"; -/* 2:03 */waypoints[197].children[0] = 196; -/* 2:03 */waypoints[197].children[1] = 198; -/* 2:03 */waypoints[197].children[2] = 272; -/* 2:03 */waypoints[198] = spawnstruct(); -/* 2:03 */waypoints[198].origin = (565.761, 976.126, 1735.13); -/* 2:03 */waypoints[198].type = "stand"; -/* 2:03 */waypoints[198].children[0] = 197; -/* 2:03 */waypoints[198].children[1] = 199; -/* 2:03 */waypoints[198].children[2] = 203; -/* 2:03 */waypoints[198].children[3] = 205; -/* 2:03 */waypoints[198].children[4] = 206; -/* 2:03 */waypoints[198].children[5] = 314; -/* 2:03 */waypoints[199] = spawnstruct(); -/* 2:03 */waypoints[199].origin = (793.526, 915.008, 1743.13); -/* 2:03 */waypoints[199].type = "stand"; -/* 2:03 */waypoints[199].children[0] = 198; -/* 2:03 */waypoints[199].children[1] = 204; -/* 2:03 */waypoints[199].children[2] = 286; -/* 2:03 */waypoints[200] = spawnstruct(); -/* 2:03 */waypoints[200].origin = (915.204, 680.658, 1743.13); -/* 2:03 */waypoints[200].type = "stand"; -/* 2:03 */waypoints[200].children[0] = 201; -/* 2:03 */waypoints[200].children[1] = 204; -/* 2:03 */waypoints[200].children[2] = 286; -/* 2:03 */waypoints[201] = spawnstruct(); -/* 2:03 */waypoints[201].origin = (1022.84, 677.243, 1740.13); -/* 2:03 */waypoints[201].type = "stand"; -/* 2:03 */waypoints[201].children[0] = 200; -/* 2:03 */waypoints[201].children[1] = 115; -/* 2:03 */waypoints[201].children[2] = 116; -/* 2:03 */waypoints[201].children[3] = 202; -/* 2:03 */waypoints[202] = spawnstruct(); -/* 2:03 */waypoints[202].origin = (1014.14, 896.129, 1740.13); -/* 2:03 */waypoints[202].type = "stand"; -/* 2:03 */waypoints[202].children[0] = 201; -/* 2:03 */waypoints[202].children[1] = 196; -/* 2:03 */waypoints[202].children[2] = 285; -/* 2:03 */waypoints[203] = spawnstruct(); -/* 2:03 */waypoints[203].origin = (793.002, 1006.49, 1743.13); -/* 2:03 */waypoints[203].type = "stand"; -/* 2:03 */waypoints[203].children[0] = 198; -/* 2:03 */waypoints[203].children[1] = 204; -/* 2:03 */waypoints[204] = spawnstruct(); -/* 2:03 */waypoints[204].origin = (728.41, 711.594, 1743.13); -/* 2:03 */waypoints[204].type = "stand"; -/* 2:03 */waypoints[204].children[0] = 203; -/* 2:03 */waypoints[204].children[1] = 200; -/* 2:03 */waypoints[204].children[2] = 199; -/* 2:03 */waypoints[204].children[3] = 315; -/* 2:03 */waypoints[205] = spawnstruct(); -/* 2:03 */waypoints[205].origin = (534.882, 657.536, 1616.13); -/* 2:03 */waypoints[205].type = "stand"; -/* 2:03 */waypoints[205].children[0] = 198; -/* 2:03 */waypoints[205].children[1] = 206; -/* 2:03 */waypoints[205].children[2] = 314; -/* 2:03 */waypoints[206] = spawnstruct(); -/* 2:03 */waypoints[206].origin = (456.002, 658.869, 1606.13); -/* 2:03 */waypoints[206].type = "stand"; -/* 2:03 */waypoints[206].children[0] = 205; -/* 2:03 */waypoints[206].children[1] = 198; -/* 2:03 */waypoints[206].children[2] = 297; -/* 2:03 */waypoints[207] = spawnstruct(); -/* 2:03 */waypoints[207].origin = (395.323, 470.934, 1600.9); -/* 2:03 */waypoints[207].type = "stand"; -/* 2:03 */waypoints[207].children[0] = 8; -/* 2:03 */waypoints[207].children[1] = 7; -/* 2:03 */waypoints[207].children[2] = 208; -/* 2:03 */waypoints[207].children[3] = 270; -/* 2:03 */waypoints[207].children[4] = 297; -/* 2:03 */waypoints[208] = spawnstruct(); -/* 2:03 */waypoints[208].origin = (635.659, 351.655, 1599.02); -/* 2:03 */waypoints[208].type = "stand"; -/* 2:03 */waypoints[208].children[0] = 207; -/* 2:03 */waypoints[208].children[1] = 209; -/* 2:03 */waypoints[208].children[2] = 7; -/* 2:03 */waypoints[209] = spawnstruct(); -/* 2:03 */waypoints[209].origin = (781.431, 43.7157, 1597.14); -/* 2:03 */waypoints[209].type = "stand"; -/* 2:03 */waypoints[209].children[0] = 208; -/* 2:03 */waypoints[209].children[1] = 3; -/* 2:03 */waypoints[210] = spawnstruct(); -/* 2:03 */waypoints[210].origin = (-980.908, 733.319, 1542.21); -/* 2:03 */waypoints[210].type = "stand"; -/* 2:03 */waypoints[210].children[0] = 16; -/* 2:03 */waypoints[210].children[1] = 211; -/* 2:03 */waypoints[211] = spawnstruct(); -/* 2:03 */waypoints[211].origin = (-1279.41, 748.408, 1536.32); -/* 2:03 */waypoints[211].type = "stand"; -/* 2:03 */waypoints[211].children[0] = 210; -/* 2:03 */waypoints[211].children[1] = 29; -/* 2:03 */waypoints[211].children[2] = 33; -/* 2:03 */waypoints[212] = spawnstruct(); -/* 2:03 */waypoints[212].origin = (-893.136, 801.662, 1573.34); -/* 2:03 */waypoints[212].type = "stand"; -/* 2:03 */waypoints[212].children[0] = 16; -/* 2:03 */waypoints[212].children[1] = 213; -/* 2:03 */waypoints[213] = spawnstruct(); -/* 2:03 */waypoints[213].origin = (-1225.93, 795.99, 1537.54); -/* 2:03 */waypoints[213].type = "stand"; -/* 2:03 */waypoints[213].children[0] = 212; -/* 2:03 */waypoints[213].children[1] = 29; -/* 2:03 */waypoints[213].children[2] = 31; -/* 2:03 */waypoints[214] = spawnstruct(); -/* 2:03 */waypoints[214].origin = (1779.93, 33.8675, 1856.13); -/* 2:03 */waypoints[214].type = "stand"; -/* 2:03 */waypoints[214].children[0] = 215; -/* 2:03 */waypoints[214].children[1] = 225; -/* 2:03 */waypoints[214].children[2] = 223; -/* 2:03 */waypoints[214].children[3] = 4; -/* 2:03 */waypoints[215] = spawnstruct(); -/* 2:03 */waypoints[215].origin = (1674.93, 268.404, 1856.13); -/* 2:03 */waypoints[215].type = "stand"; -/* 2:03 */waypoints[215].children[0] = 214; -/* 2:03 */waypoints[215].children[1] = 216; -/* 2:03 */waypoints[215].children[2] = 236; -/* 2:03 */waypoints[216] = spawnstruct(); -/* 2:03 */waypoints[216].origin = (1517.33, 552.854, 1856.13); -/* 2:03 */waypoints[216].type = "stand"; -/* 2:03 */waypoints[216].children[0] = 215; -/* 2:03 */waypoints[216].children[1] = 217; -/* 2:03 */waypoints[216].children[2] = 236; -/* 2:03 */waypoints[217] = spawnstruct(); -/* 2:03 */waypoints[217].origin = (1504.66, 708.953, 1856.13); -/* 2:03 */waypoints[217].type = "stand"; -/* 2:03 */waypoints[217].children[0] = 216; -/* 2:03 */waypoints[217].children[1] = 218; -/* 2:03 */waypoints[217].children[2] = 233; -/* 2:03 */waypoints[217].children[3] = 235; -/* 2:03 */waypoints[217].children[4] = 237; -/* 2:03 */waypoints[218] = spawnstruct(); -/* 2:03 */waypoints[218].origin = (2090.28, 718.415, 1856.13); -/* 2:03 */waypoints[218].type = "stand"; -/* 2:03 */waypoints[218].children[0] = 217; -/* 2:03 */waypoints[218].children[1] = 219; -/* 2:03 */waypoints[218].children[2] = 228; -/* 2:03 */waypoints[218].children[3] = 229; -/* 2:03 */waypoints[219] = spawnstruct(); -/* 2:03 */waypoints[219].origin = (2266.96, 749.609, 1864.13); -/* 2:03 */waypoints[219].type = "stand"; -/* 2:03 */waypoints[219].children[0] = 218; -/* 2:03 */waypoints[219].children[1] = 220; -/* 2:03 */waypoints[220] = spawnstruct(); -/* 2:03 */waypoints[220].origin = (2267.92, 596.629, 1864.13); -/* 2:03 */waypoints[220].type = "stand"; -/* 2:03 */waypoints[220].children[0] = 219; -/* 2:03 */waypoints[220].children[1] = 221; -/* 2:03 */waypoints[220].children[2] = 228; -/* 2:03 */waypoints[221] = spawnstruct(); -/* 2:03 */waypoints[221].origin = (2267.89, 429.903, 1864.13); -/* 2:03 */waypoints[221].type = "stand"; -/* 2:03 */waypoints[221].children[0] = 220; -/* 2:03 */waypoints[221].children[1] = 222; -/* 2:03 */waypoints[221].children[2] = 227; -/* 2:03 */waypoints[222] = spawnstruct(); -/* 2:03 */waypoints[222].origin = (2267.72, 193.876, 1856.13); -/* 2:03 */waypoints[222].type = "stand"; -/* 2:03 */waypoints[222].children[0] = 221; -/* 2:03 */waypoints[222].children[1] = 223; -/* 2:03 */waypoints[222].children[2] = 226; -/* 2:03 */waypoints[223] = spawnstruct(); -/* 2:03 */waypoints[223].origin = (2141.04, 128.231, 1856.13); -/* 2:03 */waypoints[223].type = "stand"; -/* 2:03 */waypoints[223].children[0] = 222; -/* 2:03 */waypoints[223].children[1] = 224; -/* 2:03 */waypoints[223].children[2] = 214; -/* 2:03 */waypoints[223].children[3] = 227; -/* 2:03 */waypoints[224] = spawnstruct(); -/* 2:03 */waypoints[224].origin = (2021.11, 1.49916, 1856.13); -/* 2:03 */waypoints[224].type = "stand"; -/* 2:03 */waypoints[224].children[0] = 223; -/* 2:03 */waypoints[224].children[1] = 225; -/* 2:03 */waypoints[225] = spawnstruct(); -/* 2:03 */waypoints[225].origin = (1913.17, -79.5171, 1856.13); -/* 2:03 */waypoints[225].type = "stand"; -/* 2:03 */waypoints[225].children[0] = 224; -/* 2:03 */waypoints[225].children[1] = 214; -/* 2:03 */waypoints[226] = spawnstruct(); -/* 2:03 */waypoints[226].origin = (2368.58, 11.459, 1856.13); -/* 2:03 */waypoints[226].type = "crouch"; -/* 2:03 */waypoints[226].children[0] = 222; -/* 2:03 */waypoints[226].angles = (1.41724, 152.007, 0); -/* 2:03 */waypoints[227] = spawnstruct(); -/* 2:03 */waypoints[227].origin = (2131.19, 332.092, 1856.13); -/* 2:03 */waypoints[227].type = "stand"; -/* 2:03 */waypoints[227].children[0] = 223; -/* 2:03 */waypoints[227].children[1] = 228; -/* 2:03 */waypoints[227].children[2] = 221; -/* 2:03 */waypoints[227].children[3] = 294; -/* 2:03 */waypoints[228] = spawnstruct(); -/* 2:03 */waypoints[228].origin = (2129.4, 623.752, 1856.13); -/* 2:03 */waypoints[228].type = "stand"; -/* 2:03 */waypoints[228].children[0] = 227; -/* 2:03 */waypoints[228].children[1] = 218; -/* 2:03 */waypoints[228].children[2] = 220; -/* 2:03 */waypoints[228].children[3] = 229; -/* 2:03 */waypoints[229] = spawnstruct(); -/* 2:03 */waypoints[229].origin = (2151.86, 801.597, 1837.14); -/* 2:03 */waypoints[229].type = "stand"; -/* 2:03 */waypoints[229].children[0] = 218; -/* 2:03 */waypoints[229].children[1] = 230; -/* 2:03 */waypoints[229].children[2] = 228; -/* 2:03 */waypoints[230] = spawnstruct(); -/* 2:03 */waypoints[230].origin = (2152.17, 960.85, 1796.13); -/* 2:03 */waypoints[230].type = "stand"; -/* 2:03 */waypoints[230].children[0] = 229; -/* 2:03 */waypoints[230].children[1] = 231; -/* 2:03 */waypoints[230].children[2] = 232; -/* 2:03 */waypoints[231] = spawnstruct(); -/* 2:03 */waypoints[231].origin = (2040.8, 1023.61, 1796.13); -/* 2:03 */waypoints[231].type = "stand"; -/* 2:03 */waypoints[231].children[0] = 230; -/* 2:03 */waypoints[231].children[1] = 105; -/* 2:03 */waypoints[231].children[2] = 293; -/* 2:03 */waypoints[232] = spawnstruct(); -/* 2:03 */waypoints[232].origin = (2248.88, 959.125, 1796.13); -/* 2:03 */waypoints[232].type = "crouch"; -/* 2:03 */waypoints[232].children[0] = 230; -/* 2:03 */waypoints[232].angles = (6.79504, 142.822, 0); -/* 2:03 */waypoints[233] = spawnstruct(); -/* 2:03 */waypoints[233].origin = (1469.79, 982.229, 1856.13); -/* 2:03 */waypoints[233].type = "stand"; -/* 2:03 */waypoints[233].children[0] = 217; -/* 2:03 */waypoints[233].children[1] = 234; -/* 2:03 */waypoints[233].children[2] = 235; -/* 2:03 */waypoints[233].children[3] = 237; -/* 2:03 */waypoints[234] = spawnstruct(); -/* 2:03 */waypoints[234].origin = (1552.43, 1051.1, 1856.13); -/* 2:03 */waypoints[234].type = "stand"; -/* 2:03 */waypoints[234].children[0] = 233; -/* 2:03 */waypoints[234].children[1] = 235; -/* 2:03 */waypoints[234].children[2] = 237; -/* 2:03 */waypoints[235] = spawnstruct(); -/* 2:03 */waypoints[235].origin = (1508.85, 940.694, 1856.13); -/* 2:03 */waypoints[235].type = "stand"; -/* 2:03 */waypoints[235].children[0] = 234; -/* 2:03 */waypoints[235].children[1] = 217; -/* 2:03 */waypoints[235].children[2] = 233; -/* 2:03 */waypoints[235].children[3] = 237; -/* 2:03 */waypoints[236] = spawnstruct(); -/* 2:03 */waypoints[236].origin = (1631.76, 454.385, 1856.13); -/* 2:03 */waypoints[236].type = "stand"; -/* 2:03 */waypoints[236].children[0] = 215; -/* 2:03 */waypoints[236].children[1] = 216; -/* 2:03 */waypoints[236].children[2] = 237; -/* 2:03 */waypoints[237] = spawnstruct(); -/* 2:03 */waypoints[237].origin = (1453.08, 712.588, 1856.13); -/* 2:03 */waypoints[237].type = "stand"; -/* 2:03 */waypoints[237].children[0] = 236; -/* 2:03 */waypoints[237].children[1] = 217; -/* 2:03 */waypoints[237].children[2] = 235; -/* 2:03 */waypoints[237].children[3] = 234; -/* 2:03 */waypoints[237].children[4] = 233; -/* 2:03 */waypoints[238] = spawnstruct(); -/* 2:03 */waypoints[238].origin = (-138.527, 1100.87, 1600.13); -/* 2:03 */waypoints[238].type = "stand"; -/* 2:03 */waypoints[238].children[0] = 11; -/* 2:03 */waypoints[238].children[1] = 13; -/* 2:03 */waypoints[238].children[2] = 299; -/* 2:03 */waypoints[239] = spawnstruct(); -/* 2:03 */waypoints[239].origin = (-45.7311, 1108.4, 1600.13); -/* 2:03 */waypoints[239].type = "stand"; -/* 2:03 */waypoints[239].children[0] = 11; -/* 2:03 */waypoints[239].children[1] = 13; -/* 2:03 */waypoints[239].children[2] = 299; -/* 2:03 */waypoints[240] = spawnstruct(); -/* 2:03 */waypoints[240].origin = (-431.733, 745.363, 1600.13); -/* 2:03 */waypoints[240].type = "stand"; -/* 2:03 */waypoints[240].children[0] = 11; -/* 2:03 */waypoints[240].children[1] = 16; -/* 2:03 */waypoints[241] = spawnstruct(); -/* 2:03 */waypoints[241].origin = (192.897, 787.109, 1600.13); -/* 2:03 */waypoints[241].type = "stand"; -/* 2:03 */waypoints[241].children[0] = 11; -/* 2:03 */waypoints[241].children[1] = 9; -/* 2:03 */waypoints[242] = spawnstruct(); -/* 2:03 */waypoints[242].origin = (-1345.23, 1518.88, 1552.06); -/* 2:03 */waypoints[242].type = "crouch"; -/* 2:03 */waypoints[242].children[0] = 164; -/* 2:03 */waypoints[242].angles = (3.94958, -130.847, 0); -/* 2:03 */waypoints[243] = spawnstruct(); -/* 2:03 */waypoints[243].origin = (-1926.71, 2236.31, 1552.13); -/* 2:03 */waypoints[243].type = "stand"; -/* 2:03 */waypoints[243].children[0] = 244; -/* 2:03 */waypoints[243].children[1] = 246; -/* 2:03 */waypoints[243].children[2] = 252; -/* 2:03 */waypoints[243].children[3] = 253; -/* 2:03 */waypoints[243].children[4] = 317; -/* 2:03 */waypoints[244] = spawnstruct(); -/* 2:03 */waypoints[244].origin = (-1588.78, 2210.81, 1552.13); -/* 2:03 */waypoints[244].type = "stand"; -/* 2:03 */waypoints[244].children[0] = 243; -/* 2:03 */waypoints[244].children[1] = 52; -/* 2:03 */waypoints[244].children[2] = 167; -/* 2:03 */waypoints[244].children[3] = 252; -/* 2:03 */waypoints[244].children[4] = 253; -/* 2:03 */waypoints[245] = spawnstruct(); -/* 2:03 */waypoints[245].origin = (-2015.81, 2035.24, 1552.13); -/* 2:03 */waypoints[245].type = "stand"; -/* 2:03 */waypoints[245].children[0] = 246; -/* 2:03 */waypoints[245].children[1] = 45; -/* 2:03 */waypoints[245].children[2] = 317; -/* 2:03 */waypoints[246] = spawnstruct(); -/* 2:03 */waypoints[246].origin = (-1912.56, 2054.54, 1552.13); -/* 2:03 */waypoints[246].type = "stand"; -/* 2:03 */waypoints[246].children[0] = 245; -/* 2:03 */waypoints[246].children[1] = 247; -/* 2:03 */waypoints[246].children[2] = 243; -/* 2:03 */waypoints[246].children[3] = 251; -/* 2:03 */waypoints[247] = spawnstruct(); -/* 2:03 */waypoints[247].origin = (-1838.88, 2050.38, 1552.13); -/* 2:03 */waypoints[247].type = "stand"; -/* 2:03 */waypoints[247].children[0] = 246; -/* 2:03 */waypoints[247].children[1] = 248; -/* 2:03 */waypoints[247].children[2] = 252; -/* 2:03 */waypoints[248] = spawnstruct(); -/* 2:03 */waypoints[248].origin = (-1745.26, 2050.27, 1552.13); -/* 2:03 */waypoints[248].type = "stand"; -/* 2:03 */waypoints[248].children[0] = 247; -/* 2:03 */waypoints[248].children[1] = 249; -/* 2:03 */waypoints[248].children[2] = 253; -/* 2:03 */waypoints[248].children[3] = 254; -/* 2:03 */waypoints[249] = spawnstruct(); -/* 2:03 */waypoints[249].origin = (-1682.9, 2046.68, 1552.13); -/* 2:03 */waypoints[249].type = "stand"; -/* 2:03 */waypoints[249].children[0] = 248; -/* 2:03 */waypoints[249].children[1] = 250; -/* 2:03 */waypoints[249].children[2] = 52; -/* 2:03 */waypoints[250] = spawnstruct(); -/* 2:03 */waypoints[250].origin = (-1655, 1896.06, 1552.13); -/* 2:03 */waypoints[250].type = "stand"; -/* 2:03 */waypoints[250].children[0] = 249; -/* 2:03 */waypoints[250].children[1] = 47; -/* 2:03 */waypoints[250].children[2] = 254; -/* 2:03 */waypoints[251] = spawnstruct(); -/* 2:03 */waypoints[251].origin = (-1905.13, 1863.56, 1552.13); -/* 2:03 */waypoints[251].type = "stand"; -/* 2:03 */waypoints[251].children[0] = 246; -/* 2:03 */waypoints[251].children[1] = 46; -/* 2:03 */waypoints[251].children[2] = 45; -/* 2:03 */waypoints[251].children[3] = 254; -/* 2:03 */waypoints[252] = spawnstruct(); -/* 2:03 */waypoints[252].origin = (-1832.78, 2235.44, 1552.13); -/* 2:03 */waypoints[252].type = "stand"; -/* 2:03 */waypoints[252].children[0] = 247; -/* 2:03 */waypoints[252].children[1] = 243; -/* 2:03 */waypoints[252].children[2] = 244; -/* 2:03 */waypoints[252].children[3] = 253; -/* 2:03 */waypoints[253] = spawnstruct(); -/* 2:03 */waypoints[253].origin = (-1753.4, 2232.27, 1552.13); -/* 2:03 */waypoints[253].type = "stand"; -/* 2:03 */waypoints[253].children[0] = 248; -/* 2:03 */waypoints[253].children[1] = 244; -/* 2:03 */waypoints[253].children[2] = 252; -/* 2:03 */waypoints[253].children[3] = 243; -/* 2:03 */waypoints[254] = spawnstruct(); -/* 2:03 */waypoints[254].origin = (-1755.45, 1866.36, 1552.13); -/* 2:03 */waypoints[254].type = "stand"; -/* 2:03 */waypoints[254].children[0] = 248; -/* 2:03 */waypoints[254].children[1] = 250; -/* 2:03 */waypoints[254].children[2] = 46; -/* 2:03 */waypoints[254].children[3] = 251; -/* 2:03 */waypoints[254].children[4] = 45; -/* 2:03 */waypoints[255] = spawnstruct(); -/* 2:03 */waypoints[255].origin = (-1189.67, 1775.13, 1584.13); -/* 2:03 */waypoints[255].type = "crouch"; -/* 2:03 */waypoints[255].children[0] = 48; -/* 2:03 */waypoints[255].angles = (3.79028, 90.0714, 0); -/* 2:03 */waypoints[256] = spawnstruct(); -/* 2:03 */waypoints[256].origin = (-1180.2, 2320.88, 1584.13); -/* 2:03 */waypoints[256].type = "crouch"; -/* 2:03 */waypoints[256].children[0] = 51; -/* 2:03 */waypoints[256].angles = (2.83997, -90.9283, 0); -/* 2:03 */waypoints[257] = spawnstruct(); -/* 2:03 */waypoints[257].origin = (-973.352, 2051.08, 1568.13); -/* 2:03 */waypoints[257].type = "stand"; -/* 2:03 */waypoints[257].children[0] = 49; -/* 2:03 */waypoints[257].children[1] = 258; -/* 2:03 */waypoints[257].children[2] = 259; -/* 2:03 */waypoints[257].children[3] = 261; -/* 2:03 */waypoints[258] = spawnstruct(); -/* 2:03 */waypoints[258].origin = (-988.821, 2330.48, 1568.13); -/* 2:03 */waypoints[258].type = "crouch"; -/* 2:03 */waypoints[258].children[0] = 257; -/* 2:03 */waypoints[258].angles = (4.7406, -74.9487, 0); -/* 2:03 */waypoints[259] = spawnstruct(); -/* 2:03 */waypoints[259].origin = (-816.793, 2026.58, 1566.81); -/* 2:03 */waypoints[259].type = "stand"; -/* 2:03 */waypoints[259].children[0] = 257; -/* 2:03 */waypoints[259].children[1] = 260; -/* 2:03 */waypoints[259].children[2] = 264; -/* 2:03 */waypoints[259].children[3] = 261; -/* 2:03 */waypoints[259].children[4] = 302; -/* 2:03 */waypoints[260] = spawnstruct(); -/* 2:03 */waypoints[260].origin = (-619.043, 1966.61, 1550.47); -/* 2:03 */waypoints[260].type = "stand"; -/* 2:03 */waypoints[260].children[0] = 259; -/* 2:03 */waypoints[260].children[1] = 261; -/* 2:03 */waypoints[260].children[2] = 262; -/* 2:03 */waypoints[260].children[3] = 263; -/* 2:03 */waypoints[261] = spawnstruct(); -/* 2:03 */waypoints[261].origin = (-515.44, 2094.92, 1549.16); -/* 2:03 */waypoints[261].type = "stand"; -/* 2:03 */waypoints[261].children[0] = 260; -/* 2:03 */waypoints[261].children[1] = 259; -/* 2:03 */waypoints[261].children[2] = 265; -/* 2:03 */waypoints[261].children[3] = 269; -/* 2:03 */waypoints[261].children[4] = 257; -/* 2:03 */waypoints[262] = spawnstruct(); -/* 2:03 */waypoints[262].origin = (-656.666, 1743.01, 1549.65); -/* 2:03 */waypoints[262].type = "crouch"; -/* 2:03 */waypoints[262].children[0] = 260; -/* 2:03 */waypoints[262].angles = (3.47168, 94.9768, 0); -/* 2:03 */waypoints[263] = spawnstruct(); -/* 2:03 */waypoints[263].origin = (-503.475, 1935.03, 1554.79); -/* 2:03 */waypoints[263].type = "crouch"; -/* 2:03 */waypoints[263].children[0] = 260; -/* 2:03 */waypoints[263].angles = (3.79028, 137.06, 0); -/* 2:03 */waypoints[264] = spawnstruct(); -/* 2:03 */waypoints[264].origin = (-693.39, 2170.2, 1547.94); -/* 2:03 */waypoints[264].type = "stand"; -/* 2:03 */waypoints[264].children[0] = 259; -/* 2:03 */waypoints[264].children[1] = 64; -/* 2:03 */waypoints[265] = spawnstruct(); -/* 2:03 */waypoints[265].origin = (-365.846, 2288.5, 1549.97); -/* 2:03 */waypoints[265].type = "stand"; -/* 2:03 */waypoints[265].children[0] = 261; -/* 2:03 */waypoints[265].children[1] = 66; -/* 2:03 */waypoints[265].children[2] = 266; -/* 2:03 */waypoints[266] = spawnstruct(); -/* 2:03 */waypoints[266].origin = (-317.463, 2014.79, 1565.8); -/* 2:03 */waypoints[266].type = "stand"; -/* 2:03 */waypoints[266].children[0] = 265; -/* 2:03 */waypoints[266].children[1] = 267; -/* 2:03 */waypoints[266].children[2] = 15; -/* 2:03 */waypoints[267] = spawnstruct(); -/* 2:03 */waypoints[267].origin = (-360.893, 1717.94, 1614.79); -/* 2:03 */waypoints[267].type = "stand"; -/* 2:03 */waypoints[267].children[0] = 266; -/* 2:03 */waypoints[267].children[1] = 15; -/* 2:03 */waypoints[267].children[2] = 268; -/* 2:03 */waypoints[268] = spawnstruct(); -/* 2:03 */waypoints[268].origin = (-579.809, 1672.38, 1611.62); -/* 2:03 */waypoints[268].type = "stand"; -/* 2:03 */waypoints[268].children[0] = 267; -/* 2:03 */waypoints[268].children[1] = 15; -/* 2:03 */waypoints[269] = spawnstruct(); -/* 2:03 */waypoints[269].origin = (-414.843, 2046.87, 1560.16); -/* 2:03 */waypoints[269].type = "stand"; -/* 2:03 */waypoints[269].children[0] = 261; -/* 2:03 */waypoints[270] = spawnstruct(); -/* 2:03 */waypoints[270].origin = (524.536, 278.348, 1599.35); -/* 2:03 */waypoints[270].type = "stand"; -/* 2:03 */waypoints[270].children[0] = 6; -/* 2:03 */waypoints[270].children[1] = 207; -/* 2:03 */waypoints[270].children[2] = 8; -/* 2:03 */waypoints[271] = spawnstruct(); -/* 2:03 */waypoints[271].origin = (1205.32, 70.6481, 1608.97); -/* 2:03 */waypoints[271].type = "stand"; -/* 2:03 */waypoints[271].children[0] = 119; -/* 2:03 */waypoints[271].children[1] = 283; -/* 2:03 */waypoints[271].children[2] = 3; -/* 2:03 */waypoints[272] = spawnstruct(); -/* 2:03 */waypoints[272].origin = (690.246, 1274.51, 1735.13); -/* 2:03 */waypoints[272].type = "stand"; -/* 2:03 */waypoints[272].children[0] = 196; -/* 2:03 */waypoints[272].children[1] = 197; -/* 2:03 */waypoints[273] = spawnstruct(); -/* 2:03 */waypoints[273].origin = (1565, 1662.75, 1701.97); -/* 2:03 */waypoints[273].type = "climb"; -/* 2:03 */waypoints[273].children[0] = 195; -/* 2:03 */waypoints[273].children[1] = 312; -/* 2:03 */waypoints[273].children[2] = 111; -/* 2:03 */waypoints[273].angles = (5.37231, -1.56555, 0); -/* 2:03 */waypoints[274] = spawnstruct(); -/* 2:03 */waypoints[274].origin = (1823.35, 1751.54, 1737.5); -/* 2:03 */waypoints[274].type = "stand"; -/* 2:03 */waypoints[274].children[0] = 275; -/* 2:03 */waypoints[274].children[1] = 303; -/* 2:03 */waypoints[274].children[2] = 304; -/* 2:03 */waypoints[274].children[3] = 312; -/* 2:03 */waypoints[274].children[4] = 313; -/* 2:03 */waypoints[275] = spawnstruct(); -/* 2:03 */waypoints[275].origin = (1919.37, 1640.94, 1726.91); -/* 2:03 */waypoints[275].type = "stand"; -/* 2:03 */waypoints[275].children[0] = 274; -/* 2:03 */waypoints[275].children[1] = 276; -/* 2:03 */waypoints[276] = spawnstruct(); -/* 2:03 */waypoints[276].origin = (1871.9, 1492.3, 1725.15); -/* 2:03 */waypoints[276].type = "stand"; -/* 2:03 */waypoints[276].children[0] = 275; -/* 2:03 */waypoints[276].children[1] = 313; -/* 2:03 */waypoints[277] = spawnstruct(); -/* 2:03 */waypoints[277].origin = (1735.4, 1421.22, 1705.01); -/* 2:03 */waypoints[277].type = "climb"; -/* 2:03 */waypoints[277].children[0] = 102; -/* 2:03 */waypoints[277].children[1] = 109; -/* 2:03 */waypoints[277].children[2] = 100; -/* 2:03 */waypoints[277].children[3] = 313; -/* 2:03 */waypoints[277].angles = (7.58606, 87.984, 0); -/* 2:03 */waypoints[278] = spawnstruct(); -/* 2:03 */waypoints[278].origin = (-989.437, -1067.43, 1575.82); -/* 2:03 */waypoints[278].type = "stand"; -/* 2:03 */waypoints[278].children[0] = 131; -/* 2:03 */waypoints[278].children[1] = 280; -/* 2:03 */waypoints[278].children[2] = 279; -/* 2:03 */waypoints[279] = spawnstruct(); -/* 2:03 */waypoints[279].origin = (-831.848, -936.381, 1592.61); -/* 2:03 */waypoints[279].type = "stand"; -/* 2:03 */waypoints[279].children[0] = 280; -/* 2:03 */waypoints[279].children[1] = 278; -/* 2:03 */waypoints[279].children[2] = 130; -/* 2:03 */waypoints[280] = spawnstruct(); -/* 2:03 */waypoints[280].origin = (-943.628, -893.274, 1592.48); -/* 2:03 */waypoints[280].type = "stand"; -/* 2:03 */waypoints[280].children[0] = 131; -/* 2:03 */waypoints[280].children[1] = 130; -/* 2:03 */waypoints[280].children[2] = 279; -/* 2:03 */waypoints[280].children[3] = 278; -/* 2:03 */waypoints[281] = spawnstruct(); -/* 2:03 */waypoints[281].origin = (-836.215, -247.272, 1600.13); -/* 2:03 */waypoints[281].type = "claymore"; -/* 2:03 */waypoints[281].children[0] = 22; -/* 2:03 */waypoints[281].angles = (41.6107, -85.4626, 0); -/* 2:03 */waypoints[282] = spawnstruct(); -/* 2:03 */waypoints[282].origin = (-836.88, -585.164, 1598.25); -/* 2:03 */waypoints[282].type = "claymore"; -/* 2:03 */waypoints[282].children[0] = 130; -/* 2:03 */waypoints[282].angles = (26.8945, 98.7012, 0); -/* 2:03 */waypoints[283] = spawnstruct(); -/* 2:03 */waypoints[283].origin = (1343.13, 115.087, 1622.28); -/* 2:03 */waypoints[283].type = "stand"; -/* 2:03 */waypoints[283].children[0] = 271; -/* 2:03 */waypoints[284] = spawnstruct(); -/* 2:03 */waypoints[284].origin = (1424.31, 262.445, 1630.87); -/* 2:03 */waypoints[284].type = "claymore"; -/* 2:03 */waypoints[284].children[0] = 116; -/* 2:03 */waypoints[284].angles = (37.337, -63.2098, 0); -/* 2:03 */waypoints[285] = spawnstruct(); -/* 2:03 */waypoints[285].origin = (992.424, 742.677, 1740.13); -/* 2:03 */waypoints[285].type = "claymore"; -/* 2:03 */waypoints[285].children[0] = 202; -/* 2:03 */waypoints[285].angles = (46.6754, -88.0499, 0); -/* 2:03 */waypoints[286] = spawnstruct(); -/* 2:03 */waypoints[286].origin = (697.336, 938.571, 1743.13); -/* 2:03 */waypoints[286].type = "claymore"; -/* 2:03 */waypoints[286].children[0] = 199; -/* 2:03 */waypoints[286].children[1] = 287; -/* 2:03 */waypoints[286].children[2] = 200; -/* 2:03 */waypoints[286].angles = (28.0042, 178.127, 0); -/* 2:03 */waypoints[287] = spawnstruct(); -/* 2:03 */waypoints[287].origin = (641.216, 1108.14, 1743.13); -/* 2:03 */waypoints[287].type = "claymore"; -/* 2:03 */waypoints[287].children[0] = 286; -/* 2:03 */waypoints[287].angles = (31.9592, 179.236, 0); -/* 2:03 */waypoints[288] = spawnstruct(); -/* 2:03 */waypoints[288].origin = (649.716, 1203.64, 1735.13); -/* 2:03 */waypoints[288].type = "claymore"; -/* 2:03 */waypoints[288].children[0] = 196; -/* 2:03 */waypoints[288].angles = (24.3622, -156.665, 0); -/* 2:03 */waypoints[289] = spawnstruct(); -/* 2:03 */waypoints[289].origin = (1119.12, 975, 1704.13); -/* 2:03 */waypoints[289].type = "crouch"; -/* 2:03 */waypoints[289].children[0] = 113; -/* 2:03 */waypoints[289].angles = (6.16882, 30.509, 0); -/* 2:03 */waypoints[290] = spawnstruct(); -/* 2:03 */waypoints[290].origin = (1119.13, 975, 1704.13); -/* 2:03 */waypoints[290].type = "claymore"; -/* 2:03 */waypoints[290].children[0] = 113; -/* 2:03 */waypoints[290].angles = (6.16882, 11.9971, 0); -/* 2:03 */waypoints[291] = spawnstruct(); -/* 2:03 */waypoints[291].origin = (1999.14, 1240.88, 1740.13); -/* 2:03 */waypoints[291].type = "claymore"; -/* 2:03 */waypoints[291].children[0] = 104; -/* 2:03 */waypoints[291].angles = (84.8462, -87.0447, 0); -/* 2:03 */waypoints[292] = spawnstruct(); -/* 2:03 */waypoints[292].origin = (2070.53, 1227.25, 1740.13); -/* 2:03 */waypoints[292].type = "claymore"; -/* 2:03 */waypoints[292].children[0] = 105; -/* 2:03 */waypoints[292].angles = (46.872, 0.499878, 0); -/* 2:03 */waypoints[293] = spawnstruct(); -/* 2:03 */waypoints[293].origin = (2079.54, 930.897, 1796.13); -/* 2:03 */waypoints[293].type = "claymore"; -/* 2:03 */waypoints[293].children[0] = 231; -/* 2:03 */waypoints[293].angles = (33.1061, 2.03247, 0); -/* 2:03 */waypoints[294] = spawnstruct(); -/* 2:03 */waypoints[294].origin = (2099.44, 617.312, 1856.13); -/* 2:03 */waypoints[294].type = "claymore"; -/* 2:03 */waypoints[294].children[0] = 227; -/* 2:03 */waypoints[294].angles = (37.8522, 89.8956, 0); -/* 2:03 */waypoints[295] = spawnstruct(); -/* 2:03 */waypoints[295].origin = (1638.16, 12.9539, 1856.13); -/* 2:03 */waypoints[295].type = "claymore"; -/* 2:03 */waypoints[295].children[0] = 4; -/* 2:03 */waypoints[295].angles = (55.4138, 22.6538, 0); -/* 2:03 */waypoints[296] = spawnstruct(); -/* 2:03 */waypoints[296].origin = (647.004, 135.403, 1598.74); -/* 2:03 */waypoints[296].type = "grenade"; -/* 2:03 */waypoints[296].children[0] = 5; -/* 2:03 */waypoints[296].angles = (-3.64866, 113.406, 0); -/* 2:03 */waypoints[297] = spawnstruct(); -/* 2:03 */waypoints[297].origin = (435.777, 526.41, 1600.13); -/* 2:03 */waypoints[297].type = "tube"; -/* 2:03 */waypoints[297].children[0] = 207; -/* 2:03 */waypoints[297].children[1] = 6; -/* 2:03 */waypoints[297].children[2] = 206; -/* 2:03 */waypoints[297].angles = (-14.3603, 63.3142, 0); -/* 2:03 */waypoints[298] = spawnstruct(); -/* 2:03 */waypoints[298].origin = (383.032, 655.026, 1606.13); -/* 2:03 */waypoints[298].type = "claymore"; -/* 2:03 */waypoints[298].children[0] = 7; -/* 2:03 */waypoints[298].angles = (47.9761, 89.8956, 0); -/* 2:03 */waypoints[299] = spawnstruct(); -/* 2:03 */waypoints[299].origin = (-129.911, 882.107, 1600.13); -/* 2:03 */waypoints[299].type = "claymore"; -/* 2:03 */waypoints[299].children[0] = 12; -/* 2:03 */waypoints[299].children[1] = 238; -/* 2:03 */waypoints[299].children[2] = 239; -/* 2:03 */waypoints[299].angles = (22.8229, -90.2087, 0); -/* 2:03 */waypoints[300] = spawnstruct(); -/* 2:03 */waypoints[300].origin = (-85.4305, 934.088, 1600.13); -/* 2:03 */waypoints[300].type = "tube"; -/* 2:03 */waypoints[300].children[0] = 11; -/* 2:03 */waypoints[300].angles = (3.20129, 83.8806, 0); -/* 2:03 */waypoints[301] = spawnstruct(); -/* 2:03 */waypoints[301].origin = (-400.23, 1412.38, 1600.13); -/* 2:03 */waypoints[301].type = "grenade"; -/* 2:03 */waypoints[301].children[0] = 14; -/* 2:03 */waypoints[301].angles = (-2.17651, -0.450439, 0); -/* 2:03 */waypoints[302] = spawnstruct(); -/* 2:03 */waypoints[302].origin = (-1002.99, 1969.43, 1568.13); -/* 2:03 */waypoints[302].type = "claymore"; -/* 2:03 */waypoints[302].children[0] = 259; -/* 2:03 */waypoints[302].angles = (22.5043, 71.7023, 0); -/* 2:03 */waypoints[303] = spawnstruct(); -/* 2:03 */waypoints[303].origin = (1807.12, 1904.88, 1739.13); -/* 2:03 */waypoints[303].type = "crouch"; -/* 2:03 */waypoints[303].children[0] = 274; -/* 2:03 */waypoints[303].angles = (2.53235, -73.916, 0); -/* 2:03 */waypoints[304] = spawnstruct(); -/* 2:03 */waypoints[304].origin = (2000.88, 1743.13, 1739.13); -/* 2:03 */waypoints[304].type = "crouch"; -/* 2:03 */waypoints[304].children[0] = 274; -/* 2:03 */waypoints[304].angles = (5.53711, 179.604, 0); -/* 2:03 */waypoints[305] = spawnstruct(); -/* 2:03 */waypoints[305].origin = (2117.7, 1349.18, 1723.13); -/* 2:03 */waypoints[305].type = "stand"; -/* 2:03 */waypoints[305].children[0] = 100; -/* 2:03 */waypoints[305].children[1] = 104; -/* 2:03 */waypoints[305].children[2] = 99; -/* 2:03 */waypoints[306] = spawnstruct(); -/* 2:03 */waypoints[306].origin = (413.169, 1397.21, 1600.13); -/* 2:03 */waypoints[306].type = "stand"; -/* 2:03 */waypoints[306].children[0] = 180; -/* 2:03 */waypoints[306].children[1] = 9; -/* 2:03 */waypoints[306].children[2] = 13; -/* 2:03 */waypoints[307] = spawnstruct(); -/* 2:03 */waypoints[307].origin = (-1592.02, -13.6114, 1598.13); -/* 2:03 */waypoints[307].type = "stand"; -/* 2:03 */waypoints[307].children[0] = 26; -/* 2:03 */waypoints[307].children[1] = 27; -/* 2:03 */waypoints[308] = spawnstruct(); -/* 2:03 */waypoints[308].origin = (935.319, -583.472, 1598.38); -/* 2:03 */waypoints[308].type = "stand"; -/* 2:03 */waypoints[308].children[0] = 1; -/* 2:03 */waypoints[308].children[1] = 2; -/* 2:03 */waypoints[309] = spawnstruct(); -/* 2:03 */waypoints[309].origin = (-1349.74, 2787.72, 1552.13); -/* 2:03 */waypoints[309].type = "stand"; -/* 2:03 */waypoints[309].children[0] = 56; -/* 2:03 */waypoints[309].children[1] = 61; -/* 2:03 */waypoints[309].children[2] = 53; -/* 2:03 */waypoints[309].children[3] = 55; -/* 2:03 */waypoints[309].children[4] = 310; -/* 2:03 */waypoints[309].children[5] = 311; -/* 2:03 */waypoints[310] = spawnstruct(); -/* 2:03 */waypoints[310].origin = (-1644.47, 2817.25, 1552.13); -/* 2:03 */waypoints[310].type = "crouch"; -/* 2:03 */waypoints[310].children[0] = 309; -/* 2:03 */waypoints[310].angles = (6.16882, -9.65149, 0); -/* 2:03 */waypoints[311] = spawnstruct(); -/* 2:03 */waypoints[311].origin = (-1618.35, 2589.94, 1552.13); -/* 2:03 */waypoints[311].type = "crouch"; -/* 2:03 */waypoints[311].children[0] = 309; -/* 2:03 */waypoints[311].angles = (5.53711, 6.16882, 0); -/* 2:03 */waypoints[312] = spawnstruct(); -/* 2:03 */waypoints[312].origin = (1622.1, 1662.96, 1728.13); -/* 2:03 */waypoints[312].type = "climb"; -/* 2:03 */waypoints[312].children[0] = 273; -/* 2:03 */waypoints[312].children[1] = 274; -/* 2:03 */waypoints[312].children[2] = 321; -/* 2:03 */waypoints[312].angles = (53.7946, 176.468, 0); -/* 2:03 */waypoints[313] = spawnstruct(); -/* 2:03 */waypoints[313].origin = (1737.97, 1464.99, 1740.13); -/* 2:03 */waypoints[313].type = "climb"; -/* 2:03 */waypoints[313].children[0] = 277; -/* 2:03 */waypoints[313].children[1] = 276; -/* 2:03 */waypoints[313].children[2] = 274; -/* 2:03 */waypoints[313].children[3] = 321; -/* 2:03 */waypoints[313].angles = (50.9436, -91.4447, 0); -/* 2:03 */waypoints[314] = spawnstruct(); -/* 2:03 */waypoints[314].origin = (606.707, 657.947, 1616.13); -/* 2:03 */waypoints[314].type = "climb"; -/* 2:03 */waypoints[314].children[0] = 315; -/* 2:03 */waypoints[314].children[1] = 205; -/* 2:03 */waypoints[314].children[2] = 198; -/* 2:03 */waypoints[314].angles = (-20.7257, 3.2959, 0); -/* 2:03 */waypoints[315] = spawnstruct(); -/* 2:03 */waypoints[315].origin = (641.253, 659.988, 1784.13); -/* 2:03 */waypoints[315].type = "climb"; -/* 2:03 */waypoints[315].children[0] = 314; -/* 2:03 */waypoints[315].children[1] = 204; -/* 2:03 */waypoints[315].angles = (28.3228, 6.61926, 0); -/* 2:03 */waypoints[316] = spawnstruct(); -/* 2:03 */waypoints[316].origin = (-1393.98, 1647.19, 1552.13); -/* 2:03 */waypoints[316].type = "stand"; -/* 2:03 */waypoints[316].children[0] = 167; -/* 2:03 */waypoints[316].children[1] = 171; -/* 2:03 */waypoints[316].children[2] = 172; -/* 2:03 */waypoints[317] = spawnstruct(); -/* 2:03 */waypoints[317].origin = (-2006.87, 2236.11, 1552.12); -/* 2:03 */waypoints[317].type = "stand"; -/* 2:03 */waypoints[317].children[0] = 243; -/* 2:03 */waypoints[317].children[1] = 245; -/* 2:03 */waypoints[318] = spawnstruct(); -/* 2:03 */waypoints[318].origin = (1119.12, 799, 1704.15); -/* 2:03 */waypoints[318].type = "crouch"; -/* 2:03 */waypoints[318].children[0] = 114; -/* 2:03 */waypoints[318].angles = (3.95508, 31.5253, 0); -/* 2:03 */waypoints[319] = spawnstruct(); -/* 2:03 */waypoints[319].origin = (1119.13, 1120.88, 1704.13); -/* 2:03 */waypoints[319].type = "crouch"; -/* 2:03 */waypoints[319].children[0] = 113; -/* 2:03 */waypoints[319].angles = (6.48743, -43.6267, 0); -/* 2:03 */waypoints[320] = spawnstruct(); -/* 2:03 */waypoints[320].origin = (1119.12, 909.759, 1704.12); -/* 2:03 */waypoints[320].type = "crouch"; -/* 2:03 */waypoints[320].children[0] = 114; -/* 2:03 */waypoints[320].angles = (6.64673, -26.7023, 0); -/* 2:03 */waypoints[321] = spawnstruct(); -/* 2:03 */waypoints[321].origin = (1769.9, 1620.3, 1745.5); -/* 2:03 */waypoints[321].type = "stand"; -/* 2:03 */waypoints[321].children[0] = 312; -/* 2:03 */waypoints[321].children[1] = 313; -/* 2:03 */return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/seatown.gsc b/raw/maps/mp/bots/waypoints/seatown.gsc deleted file mode 100644 index ffd7553..0000000 --- a/raw/maps/mp/bots/waypoints/seatown.gsc +++ /dev/null @@ -1,1728 +0,0 @@ -Seatown() -{ -/* 1:54 */waypoints = []; -/* 1:54 */waypoints[0] = spawnstruct(); -/* 1:54 */waypoints[0].origin = (274.125, 508.147, 208.125); -/* 1:54 */waypoints[0].type = "climb"; -/* 1:54 */waypoints[0].children[0] = 1; -/* 1:54 */waypoints[0].children[1] = 94; -/* 1:54 */waypoints[0].angles = (3.19031, 179.72, 0); -/* 1:54 */waypoints[1] = spawnstruct(); -/* 1:54 */waypoints[1].origin = (254.987, 490.885, 265.178); -/* 1:54 */waypoints[1].type = "stand"; -/* 1:54 */waypoints[1].children[0] = 0; -/* 1:54 */waypoints[1].children[1] = 2; -/* 1:54 */waypoints[2] = spawnstruct(); -/* 1:54 */waypoints[2].origin = (212.125, 490.913, 273.45); -/* 1:54 */waypoints[2].type = "climb"; -/* 1:54 */waypoints[2].children[0] = 1; -/* 1:54 */waypoints[2].children[1] = 3; -/* 1:54 */waypoints[2].angles = (4.42078, 179.896, 0); -/* 1:54 */waypoints[3] = spawnstruct(); -/* 1:54 */waypoints[3].origin = (196.098, 490.913, 352.125); -/* 1:54 */waypoints[3].type = "stand"; -/* 1:54 */waypoints[3].children[0] = 2; -/* 1:54 */waypoints[3].children[1] = 4; -/* 1:54 */waypoints[4] = spawnstruct(); -/* 1:54 */waypoints[4].origin = (173.875, 490.919, 320.125); -/* 1:54 */waypoints[4].type = "climb"; -/* 1:54 */waypoints[4].children[0] = 3; -/* 1:54 */waypoints[4].children[1] = 5; -/* 1:54 */waypoints[4].angles = (17.2473, -1.04919, 0); -/* 1:54 */waypoints[5] = spawnstruct(); -/* 1:54 */waypoints[5].origin = (17.3134, 491.224, 320.125); -/* 1:54 */waypoints[5].type = "stand"; -/* 1:54 */waypoints[5].children[0] = 4; -/* 1:54 */waypoints[5].children[1] = 6; -/* 1:54 */waypoints[5].children[2] = 17; -/* 1:54 */waypoints[5].children[3] = 279; -/* 1:54 */waypoints[6] = spawnstruct(); -/* 1:54 */waypoints[6].origin = (27.0443, 618.823, 320.625); -/* 1:54 */waypoints[6].type = "stand"; -/* 1:54 */waypoints[6].children[0] = 5; -/* 1:54 */waypoints[6].children[1] = 7; -/* 1:54 */waypoints[6].children[2] = 12; -/* 1:54 */waypoints[7] = spawnstruct(); -/* 1:54 */waypoints[7].origin = (64.6581, 742.875, 322.125); -/* 1:54 */waypoints[7].type = "climb"; -/* 1:54 */waypoints[7].children[0] = 6; -/* 1:54 */waypoints[7].children[1] = 8; -/* 1:54 */waypoints[7].children[2] = 280; -/* 1:54 */waypoints[7].angles = (17.0551, 89.3188, 0); -/* 1:54 */waypoints[8] = spawnstruct(); -/* 1:54 */waypoints[8].origin = (64.661, 760.034, 356.125); -/* 1:54 */waypoints[8].type = "stand"; -/* 1:54 */waypoints[8].children[0] = 7; -/* 1:54 */waypoints[8].children[1] = 9; -/* 1:54 */waypoints[9] = spawnstruct(); -/* 1:54 */waypoints[9].origin = (73.0425, 777.138, 322.125); -/* 1:54 */waypoints[9].type = "climb"; -/* 1:54 */waypoints[9].children[0] = 8; -/* 1:54 */waypoints[9].children[1] = 10; -/* 1:54 */waypoints[9].angles = (11.7102, -92.4609, 0); -/* 1:54 */waypoints[10] = spawnstruct(); -/* 1:54 */waypoints[10].origin = (73.5488, 905.462, 322.125); -/* 1:54 */waypoints[10].type = "stand"; -/* 1:54 */waypoints[10].children[0] = 9; -/* 1:54 */waypoints[10].children[1] = 11; -/* 1:54 */waypoints[11] = spawnstruct(); -/* 1:54 */waypoints[11].origin = (71.4178, 1189.72, 322.125); -/* 1:54 */waypoints[11].type = "crouch"; -/* 1:54 */waypoints[11].children[0] = 10; -/* 1:54 */waypoints[11].angles = (18.5986, -148.903, 0); -/* 1:54 */waypoints[12] = spawnstruct(); -/* 1:54 */waypoints[12].origin = (-134.681, 672.431, 320.125); -/* 1:54 */waypoints[12].type = "stand"; -/* 1:54 */waypoints[12].children[0] = 6; -/* 1:54 */waypoints[12].children[1] = 13; -/* 1:54 */waypoints[12].children[2] = 16; -/* 1:54 */waypoints[13] = spawnstruct(); -/* 1:54 */waypoints[13].origin = (-171.875, 672.452, 320.125); -/* 1:54 */waypoints[13].type = "climb"; -/* 1:54 */waypoints[13].children[0] = 12; -/* 1:54 */waypoints[13].children[1] = 14; -/* 1:54 */waypoints[13].angles = (25.7892, 178.693, 0); -/* 1:54 */waypoints[14] = spawnstruct(); -/* 1:54 */waypoints[14].origin = (-188.74, 672.458, 356.125); -/* 1:54 */waypoints[14].type = "stand"; -/* 1:54 */waypoints[14].children[0] = 13; -/* 1:54 */waypoints[14].children[1] = 15; -/* 1:54 */waypoints[15] = spawnstruct(); -/* 1:54 */waypoints[15].origin = (-302.975, 670.183, 344.143); -/* 1:54 */waypoints[15].type = "crouch"; -/* 1:54 */waypoints[15].children[0] = 14; -/* 1:54 */waypoints[15].angles = (26.4923, 178.693, 0); -/* 1:54 */waypoints[16] = spawnstruct(); -/* 1:54 */waypoints[16].origin = (-116.378, 639.139, 320.125); -/* 1:54 */waypoints[16].type = "claymore"; -/* 1:54 */waypoints[16].children[0] = 12; -/* 1:54 */waypoints[16].angles = (13.8361, -6.87195, 0); -/* 1:54 */waypoints[17] = spawnstruct(); -/* 1:54 */waypoints[17].origin = (-104.261, 484.913, 320.125); -/* 1:54 */waypoints[17].type = "stand"; -/* 1:54 */waypoints[17].children[0] = 5; -/* 1:54 */waypoints[17].children[1] = 18; -/* 1:54 */waypoints[18] = spawnstruct(); -/* 1:54 */waypoints[18].origin = (-238.436, 489.518, 248.125); -/* 1:54 */waypoints[18].type = "stand"; -/* 1:54 */waypoints[18].children[0] = 17; -/* 1:54 */waypoints[18].children[1] = 19; -/* 1:54 */waypoints[19] = spawnstruct(); -/* 1:54 */waypoints[19].origin = (-246.869, 652.549, 168.125); -/* 1:54 */waypoints[19].type = "stand"; -/* 1:54 */waypoints[19].children[0] = 18; -/* 1:54 */waypoints[19].children[1] = 20; -/* 1:54 */waypoints[19].children[2] = 21; -/* 1:54 */waypoints[20] = spawnstruct(); -/* 1:54 */waypoints[20].origin = (-101.312, 683.22, 168.125); -/* 1:54 */waypoints[20].type = "stand"; -/* 1:54 */waypoints[20].children[0] = 19; -/* 1:54 */waypoints[20].children[1] = 156; -/* 1:54 */waypoints[21] = spawnstruct(); -/* 1:54 */waypoints[21].origin = (-443.473, 662.611, 100.125); -/* 1:54 */waypoints[21].type = "stand"; -/* 1:54 */waypoints[21].children[0] = 19; -/* 1:54 */waypoints[21].children[1] = 22; -/* 1:54 */waypoints[22] = spawnstruct(); -/* 1:54 */waypoints[22].origin = (-677.535, 784.091, 86.1192); -/* 1:54 */waypoints[22].type = "stand"; -/* 1:54 */waypoints[22].children[0] = 21; -/* 1:54 */waypoints[22].children[1] = 23; -/* 1:54 */waypoints[22].children[2] = 161; -/* 1:54 */waypoints[23] = spawnstruct(); -/* 1:54 */waypoints[23].origin = (-986.45, 1007.4, 31.5662); -/* 1:54 */waypoints[23].type = "stand"; -/* 1:54 */waypoints[23].children[0] = 22; -/* 1:54 */waypoints[23].children[1] = 24; -/* 1:54 */waypoints[23].children[2] = 25; -/* 1:54 */waypoints[24] = spawnstruct(); -/* 1:54 */waypoints[24].origin = (-660.472, 1237.22, 54.9324); -/* 1:54 */waypoints[24].type = "stand"; -/* 1:54 */waypoints[24].children[0] = 23; -/* 1:54 */waypoints[24].children[1] = 83; -/* 1:54 */waypoints[24].children[2] = 85; -/* 1:54 */waypoints[25] = spawnstruct(); -/* 1:54 */waypoints[25].origin = (-1247.54, 1030.34, 18.7169); -/* 1:54 */waypoints[25].type = "stand"; -/* 1:54 */waypoints[25].children[0] = 23; -/* 1:54 */waypoints[25].children[1] = 26; -/* 1:54 */waypoints[25].children[2] = 27; -/* 1:54 */waypoints[25].children[3] = 28; -/* 1:54 */waypoints[25].children[4] = 295; -/* 1:54 */waypoints[26] = spawnstruct(); -/* 1:54 */waypoints[26].origin = (-1242.29, 835.146, 43.2297); -/* 1:54 */waypoints[26].type = "crouch"; -/* 1:54 */waypoints[26].children[0] = 25; -/* 1:54 */waypoints[26].angles = (10.1501, 89.599, 0); -/* 1:54 */waypoints[27] = spawnstruct(); -/* 1:54 */waypoints[27].origin = (-1239.13, 1242.38, 53.1472); -/* 1:54 */waypoints[27].type = "crouch"; -/* 1:54 */waypoints[27].children[0] = 25; -/* 1:54 */waypoints[27].angles = (15.9454, -93.9386, 0); -/* 1:54 */waypoints[28] = spawnstruct(); -/* 1:54 */waypoints[28].origin = (-1467.26, 1055.12, 9.69966); -/* 1:54 */waypoints[28].type = "stand"; -/* 1:54 */waypoints[28].children[0] = 25; -/* 1:54 */waypoints[28].children[1] = 29; -/* 1:54 */waypoints[28].children[2] = 294; -/* 1:54 */waypoints[28].children[3] = 295; -/* 1:54 */waypoints[28].children[4] = 33; -/* 1:54 */waypoints[29] = spawnstruct(); -/* 1:54 */waypoints[29].origin = (-1662.44, 1169.64, 33.7564); -/* 1:54 */waypoints[29].type = "stand"; -/* 1:54 */waypoints[29].children[0] = 28; -/* 1:54 */waypoints[29].children[1] = 30; -/* 1:54 */waypoints[30] = spawnstruct(); -/* 1:54 */waypoints[30].origin = (-1919.46, 1371.78, 51.3662); -/* 1:54 */waypoints[30].type = "stand"; -/* 1:54 */waypoints[30].children[0] = 29; -/* 1:54 */waypoints[30].children[1] = 31; -/* 1:54 */waypoints[30].children[2] = 32; -/* 1:54 */waypoints[31] = spawnstruct(); -/* 1:54 */waypoints[31].origin = (-2063.61, 1519.6, 48.125); -/* 1:54 */waypoints[31].type = "crouch"; -/* 1:54 */waypoints[31].children[0] = 30; -/* 1:54 */waypoints[31].angles = (10.7654, -51.7291, 0); -/* 1:54 */waypoints[32] = spawnstruct(); -/* 1:54 */waypoints[32].origin = (-1955.52, 1552.15, 128.125); -/* 1:54 */waypoints[32].type = "stand"; -/* 1:54 */waypoints[32].children[0] = 30; -/* 1:54 */waypoints[32].children[1] = 33; -/* 1:54 */waypoints[33] = spawnstruct(); -/* 1:54 */waypoints[33].origin = (-2125.41, 1461.87, 200.125); -/* 1:54 */waypoints[33].type = "stand"; -/* 1:54 */waypoints[33].children[0] = 32; -/* 1:54 */waypoints[33].children[1] = 34; -/* 1:54 */waypoints[33].children[2] = 44; -/* 1:54 */waypoints[33].children[3] = 28; -/* 1:54 */waypoints[34] = spawnstruct(); -/* 1:54 */waypoints[34].origin = (-2120.17, 1299, 200.125); -/* 1:54 */waypoints[34].type = "stand"; -/* 1:54 */waypoints[34].children[0] = 33; -/* 1:54 */waypoints[34].children[1] = 35; -/* 1:54 */waypoints[35] = spawnstruct(); -/* 1:54 */waypoints[35].origin = (-2050.7, 1170.51, 200.125); -/* 1:54 */waypoints[35].type = "stand"; -/* 1:54 */waypoints[35].children[0] = 34; -/* 1:54 */waypoints[35].children[1] = 36; -/* 1:54 */waypoints[35].children[2] = 37; -/* 1:54 */waypoints[35].children[3] = 72; -/* 1:54 */waypoints[35].children[4] = 77; -/* 1:54 */waypoints[36] = spawnstruct(); -/* 1:54 */waypoints[36].origin = (-2244.1, 1157.56, 200.125); -/* 1:54 */waypoints[36].type = "crouch"; -/* 1:54 */waypoints[36].children[0] = 35; -/* 1:54 */waypoints[36].angles = (16.0333, 8.94287, 0); -/* 1:54 */waypoints[37] = spawnstruct(); -/* 1:54 */waypoints[37].origin = (-1905.17, 1172.86, 200.125); -/* 1:54 */waypoints[37].type = "stand"; -/* 1:54 */waypoints[37].children[0] = 35; -/* 1:54 */waypoints[37].children[1] = 38; -/* 1:54 */waypoints[37].children[2] = 39; -/* 1:54 */waypoints[37].children[3] = 76; -/* 1:54 */waypoints[38] = spawnstruct(); -/* 1:54 */waypoints[38].origin = (-1933.37, 1119.12, 200.125); -/* 1:54 */waypoints[38].type = "claymore"; -/* 1:54 */waypoints[38].children[0] = 37; -/* 1:54 */waypoints[38].angles = (14.0997, 150.172, 0); -/* 1:54 */waypoints[39] = spawnstruct(); -/* 1:54 */waypoints[39].origin = (-1813.8, 1260.04, 200.125); -/* 1:54 */waypoints[39].type = "stand"; -/* 1:54 */waypoints[39].children[0] = 37; -/* 1:54 */waypoints[39].children[1] = 40; -/* 1:54 */waypoints[40] = spawnstruct(); -/* 1:54 */waypoints[40].origin = (-1674.39, 1444.7, 200.125); -/* 1:54 */waypoints[40].type = "stand"; -/* 1:54 */waypoints[40].children[0] = 39; -/* 1:54 */waypoints[40].children[1] = 41; -/* 1:54 */waypoints[40].children[2] = 42; -/* 1:54 */waypoints[40].children[3] = 45; -/* 1:54 */waypoints[41] = spawnstruct(); -/* 1:54 */waypoints[41].origin = (-1584.3, 1577.72, 200.125); -/* 1:54 */waypoints[41].type = "crouch"; -/* 1:54 */waypoints[41].children[0] = 40; -/* 1:54 */waypoints[41].angles = (14.0118, -135.813, 0); -/* 1:54 */waypoints[42] = spawnstruct(); -/* 1:54 */waypoints[42].origin = (-1774.71, 1601.75, 200.125); -/* 1:54 */waypoints[42].type = "stand"; -/* 1:54 */waypoints[42].children[0] = 40; -/* 1:54 */waypoints[42].children[1] = 43; -/* 1:54 */waypoints[43] = spawnstruct(); -/* 1:54 */waypoints[43].origin = (-2048.46, 1741.24, 239.615); -/* 1:54 */waypoints[43].type = "stand"; -/* 1:54 */waypoints[43].children[0] = 42; -/* 1:54 */waypoints[43].children[1] = 44; -/* 1:54 */waypoints[44] = spawnstruct(); -/* 1:54 */waypoints[44].origin = (-2235.12, 1601.79, 200.125); -/* 1:54 */waypoints[44].type = "stand"; -/* 1:54 */waypoints[44].children[0] = 43; -/* 1:54 */waypoints[44].children[1] = 33; -/* 1:54 */waypoints[45] = spawnstruct(); -/* 1:54 */waypoints[45].origin = (-1442.22, 1456.48, 205.189); -/* 1:54 */waypoints[45].type = "stand"; -/* 1:54 */waypoints[45].children[0] = 40; -/* 1:54 */waypoints[45].children[1] = 46; -/* 1:54 */waypoints[46] = spawnstruct(); -/* 1:54 */waypoints[46].origin = (-1116.27, 1446.53, 236.37); -/* 1:54 */waypoints[46].type = "stand"; -/* 1:54 */waypoints[46].children[0] = 45; -/* 1:54 */waypoints[46].children[1] = 47; -/* 1:54 */waypoints[46].children[2] = 81; -/* 1:54 */waypoints[46].children[3] = 82; -/* 1:54 */waypoints[47] = spawnstruct(); -/* 1:54 */waypoints[47].origin = (-1095.75, 1209.61, 246.776); -/* 1:54 */waypoints[47].type = "stand"; -/* 1:54 */waypoints[47].children[0] = 46; -/* 1:54 */waypoints[47].children[1] = 48; -/* 1:54 */waypoints[48] = spawnstruct(); -/* 1:54 */waypoints[48].origin = (-1093.37, 848.261, 292.768); -/* 1:54 */waypoints[48].type = "stand"; -/* 1:54 */waypoints[48].children[0] = 47; -/* 1:54 */waypoints[48].children[1] = 49; -/* 1:54 */waypoints[49] = spawnstruct(); -/* 1:54 */waypoints[49].origin = (-1090.85, 554.352, 304.125); -/* 1:54 */waypoints[49].type = "stand"; -/* 1:54 */waypoints[49].children[0] = 48; -/* 1:54 */waypoints[49].children[1] = 50; -/* 1:54 */waypoints[50] = spawnstruct(); -/* 1:54 */waypoints[50].origin = (-1090.8, 481.513, 304.125); -/* 1:54 */waypoints[50].type = "stand"; -/* 1:54 */waypoints[50].children[0] = 49; -/* 1:54 */waypoints[50].children[1] = 51; -/* 1:54 */waypoints[50].children[2] = 275; -/* 1:54 */waypoints[51] = spawnstruct(); -/* 1:54 */waypoints[51].origin = (-1191.84, 476.016, 304.125); -/* 1:54 */waypoints[51].type = "climb"; -/* 1:54 */waypoints[51].children[0] = 50; -/* 1:54 */waypoints[51].children[1] = 52; -/* 1:54 */waypoints[51].angles = (15.6982, 179.824, 0); -/* 1:54 */waypoints[52] = spawnstruct(); -/* 1:54 */waypoints[52].origin = (-1219.52, 476.823, 336.125); -/* 1:54 */waypoints[52].type = "stand"; -/* 1:54 */waypoints[52].children[0] = 51; -/* 1:54 */waypoints[52].children[1] = 53; -/* 1:54 */waypoints[53] = spawnstruct(); -/* 1:54 */waypoints[53].origin = (-1244.15, 484.429, 168.125); -/* 1:54 */waypoints[53].type = "climb"; -/* 1:54 */waypoints[53].children[0] = 52; -/* 1:54 */waypoints[53].children[1] = 54; -/* 1:54 */waypoints[53].angles = (-50.9229, -1.12061, 0); -/* 1:54 */waypoints[54] = spawnstruct(); -/* 1:54 */waypoints[54].origin = (-1364.94, 474.427, 168.004); -/* 1:54 */waypoints[54].type = "stand"; -/* 1:54 */waypoints[54].children[0] = 53; -/* 1:54 */waypoints[54].children[1] = 55; -/* 1:54 */waypoints[54].children[2] = 64; -/* 1:54 */waypoints[54].children[3] = 65; -/* 1:54 */waypoints[54].children[4] = 66; -/* 1:54 */waypoints[54].children[5] = 67; -/* 1:54 */waypoints[55] = spawnstruct(); -/* 1:54 */waypoints[55].origin = (-1467.72, 274.409, 168.125); -/* 1:54 */waypoints[55].type = "stand"; -/* 1:54 */waypoints[55].children[0] = 54; -/* 1:54 */waypoints[55].children[1] = 56; -/* 1:54 */waypoints[56] = spawnstruct(); -/* 1:54 */waypoints[56].origin = (-1537.02, 99.5108, 168.125); -/* 1:54 */waypoints[56].type = "stand"; -/* 1:54 */waypoints[56].children[0] = 55; -/* 1:54 */waypoints[56].children[1] = 57; -/* 1:54 */waypoints[56].children[2] = 58; -/* 1:54 */waypoints[57] = spawnstruct(); -/* 1:54 */waypoints[57].origin = (-1445.13, -214.138, 168.125); -/* 1:54 */waypoints[57].type = "stand"; -/* 1:54 */waypoints[57].children[0] = 56; -/* 1:54 */waypoints[57].children[1] = 184; -/* 1:54 */waypoints[57].children[2] = 185; -/* 1:54 */waypoints[58] = spawnstruct(); -/* 1:54 */waypoints[58].origin = (-1889.85, 69.8914, 188.125); -/* 1:54 */waypoints[58].type = "stand"; -/* 1:54 */waypoints[58].children[0] = 56; -/* 1:54 */waypoints[58].children[1] = 59; -/* 1:54 */waypoints[58].children[2] = 274; -/* 1:54 */waypoints[59] = spawnstruct(); -/* 1:54 */waypoints[59].origin = (-2072.83, -280.958, 188.125); -/* 1:54 */waypoints[59].type = "stand"; -/* 1:54 */waypoints[59].children[0] = 58; -/* 1:54 */waypoints[59].children[1] = 60; -/* 1:54 */waypoints[59].children[2] = 273; -/* 1:54 */waypoints[59].children[3] = 274; -/* 1:54 */waypoints[60] = spawnstruct(); -/* 1:54 */waypoints[60].origin = (-2451.8, -328.837, 188.165); -/* 1:54 */waypoints[60].type = "stand"; -/* 1:54 */waypoints[60].children[0] = 59; -/* 1:54 */waypoints[60].children[1] = 61; -/* 1:54 */waypoints[60].children[2] = 203; -/* 1:54 */waypoints[60].children[3] = 297; -/* 1:54 */waypoints[60].children[4] = 273; -/* 1:54 */waypoints[61] = spawnstruct(); -/* 1:54 */waypoints[61].origin = (-2543.37, 95.6241, 188.294); -/* 1:54 */waypoints[61].type = "stand"; -/* 1:54 */waypoints[61].children[0] = 60; -/* 1:54 */waypoints[61].children[1] = 62; -/* 1:54 */waypoints[62] = spawnstruct(); -/* 1:54 */waypoints[62].origin = (-2433.08, 523.439, 188.125); -/* 1:54 */waypoints[62].type = "stand"; -/* 1:54 */waypoints[62].children[0] = 61; -/* 1:54 */waypoints[62].children[1] = 63; -/* 1:54 */waypoints[63] = spawnstruct(); -/* 1:54 */waypoints[63].origin = (-1992.49, 505.632, 189.369); -/* 1:54 */waypoints[63].type = "stand"; -/* 1:54 */waypoints[63].children[0] = 62; -/* 1:54 */waypoints[63].children[1] = 64; -/* 1:54 */waypoints[63].children[2] = 69; -/* 1:54 */waypoints[63].children[3] = 274; -/* 1:54 */waypoints[64] = spawnstruct(); -/* 1:54 */waypoints[64].origin = (-1641.45, 675.679, 220.125); -/* 1:54 */waypoints[64].type = "stand"; -/* 1:54 */waypoints[64].children[0] = 63; -/* 1:54 */waypoints[64].children[1] = 54; -/* 1:54 */waypoints[64].children[2] = 67; -/* 1:54 */waypoints[65] = spawnstruct(); -/* 1:54 */waypoints[65].origin = (-1240.13, 365.125, 168.125); -/* 1:54 */waypoints[65].type = "crouch"; -/* 1:54 */waypoints[65].children[0] = 54; -/* 1:54 */waypoints[65].angles = (10.3149, 132.281, 0); -/* 1:54 */waypoints[66] = spawnstruct(); -/* 1:54 */waypoints[66].origin = (-1240.12, 564.875, 168.125); -/* 1:54 */waypoints[66].type = "crouch"; -/* 1:54 */waypoints[66].children[0] = 54; -/* 1:54 */waypoints[66].angles = (9.7876, -150.672, 0); -/* 1:54 */waypoints[67] = spawnstruct(); -/* 1:54 */waypoints[67].origin = (-1405.17, 717.823, 168.19); -/* 1:54 */waypoints[67].type = "stand"; -/* 1:54 */waypoints[67].children[0] = 54; -/* 1:54 */waypoints[67].children[1] = 68; -/* 1:54 */waypoints[67].children[2] = 64; -/* 1:54 */waypoints[68] = spawnstruct(); -/* 1:54 */waypoints[68].origin = (-1266.13, 740.147, 168.895); -/* 1:54 */waypoints[68].type = "crouch"; -/* 1:54 */waypoints[68].children[0] = 67; -/* 1:54 */waypoints[68].angles = (8.02979, -168.503, 0); -/* 1:54 */waypoints[69] = spawnstruct(); -/* 1:54 */waypoints[69].origin = (-1960.28, 728.521, 192.044); -/* 1:54 */waypoints[69].type = "stand"; -/* 1:54 */waypoints[69].children[0] = 63; -/* 1:54 */waypoints[69].children[1] = 70; -/* 1:54 */waypoints[70] = spawnstruct(); -/* 1:54 */waypoints[70].origin = (-1970.28, 939.679, 192.746); -/* 1:54 */waypoints[70].type = "stand"; -/* 1:54 */waypoints[70].children[0] = 69; -/* 1:54 */waypoints[70].children[1] = 71; -/* 1:54 */waypoints[70].children[2] = 73; -/* 1:54 */waypoints[70].children[3] = 80; -/* 1:54 */waypoints[71] = spawnstruct(); -/* 1:54 */waypoints[71].origin = (-1976.85, 1012.92, 200.125); -/* 1:54 */waypoints[71].type = "stand"; -/* 1:54 */waypoints[71].children[0] = 70; -/* 1:54 */waypoints[71].children[1] = 72; -/* 1:54 */waypoints[72] = spawnstruct(); -/* 1:54 */waypoints[72].origin = (-2027.63, 1100.88, 200.125); -/* 1:54 */waypoints[72].type = "stand"; -/* 1:54 */waypoints[72].children[0] = 71; -/* 1:54 */waypoints[72].children[1] = 35; -/* 1:54 */waypoints[73] = spawnstruct(); -/* 1:54 */waypoints[73].origin = (-1867.16, 958.385, 191.302); -/* 1:54 */waypoints[73].type = "stand"; -/* 1:54 */waypoints[73].children[0] = 70; -/* 1:54 */waypoints[73].children[1] = 74; -/* 1:54 */waypoints[74] = spawnstruct(); -/* 1:54 */waypoints[74].origin = (-1873.26, 1007.25, 200.04); -/* 1:54 */waypoints[74].type = "climb"; -/* 1:54 */waypoints[74].children[0] = 73; -/* 1:54 */waypoints[74].children[1] = 75; -/* 1:54 */waypoints[74].angles = (15.5334, 91.225, 0); -/* 1:54 */waypoints[75] = spawnstruct(); -/* 1:54 */waypoints[75].origin = (-1873.27, 1066.24, 236.125); -/* 1:54 */waypoints[75].type = "stand"; -/* 1:54 */waypoints[75].children[0] = 74; -/* 1:54 */waypoints[75].children[1] = 76; -/* 1:54 */waypoints[76] = spawnstruct(); -/* 1:54 */waypoints[76].origin = (-1873.94, 1123.17, 200.125); -/* 1:54 */waypoints[76].type = "climb"; -/* 1:54 */waypoints[76].children[0] = 75; -/* 1:54 */waypoints[76].children[1] = 37; -/* 1:54 */waypoints[76].angles = (10.26, -88.8025, 0); -/* 1:54 */waypoints[77] = spawnstruct(); -/* 1:54 */waypoints[77].origin = (-2129.51, 1122.93, 200.125); -/* 1:54 */waypoints[77].type = "climb"; -/* 1:54 */waypoints[77].children[0] = 35; -/* 1:54 */waypoints[77].children[1] = 78; -/* 1:54 */waypoints[77].angles = (14.9347, -92.3126, 0); -/* 1:54 */waypoints[78] = spawnstruct(); -/* 1:54 */waypoints[78].origin = (-2129.53, 1073.06, 236.125); -/* 1:54 */waypoints[78].type = "stand"; -/* 1:54 */waypoints[78].children[0] = 77; -/* 1:54 */waypoints[78].children[1] = 79; -/* 1:54 */waypoints[79] = spawnstruct(); -/* 1:54 */waypoints[79].origin = (-2129.95, 1007.46, 199.986); -/* 1:54 */waypoints[79].type = "climb"; -/* 1:54 */waypoints[79].children[0] = 78; -/* 1:54 */waypoints[79].children[1] = 80; -/* 1:54 */waypoints[79].angles = (8.85925, 88.8464, 0); -/* 1:54 */waypoints[80] = spawnstruct(); -/* 1:54 */waypoints[80].origin = (-2136.88, 907.407, 192.48); -/* 1:54 */waypoints[80].type = "stand"; -/* 1:54 */waypoints[80].children[0] = 79; -/* 1:54 */waypoints[80].children[1] = 70; -/* 1:54 */waypoints[81] = spawnstruct(); -/* 1:54 */waypoints[81].origin = (-993.125, 1531.86, 237.701); -/* 1:54 */waypoints[81].type = "crouch"; -/* 1:54 */waypoints[81].children[0] = 46; -/* 1:54 */waypoints[81].angles = (15.2698, -132.55, 0); -/* 1:54 */waypoints[82] = spawnstruct(); -/* 1:54 */waypoints[82].origin = (-1014.69, 1362.58, 238.36); -/* 1:54 */waypoints[82].type = "stand"; -/* 1:54 */waypoints[82].children[0] = 46; -/* 1:54 */waypoints[82].children[1] = 83; -/* 1:54 */waypoints[83] = spawnstruct(); -/* 1:54 */waypoints[83].origin = (-670.348, 1354.02, 72.125); -/* 1:54 */waypoints[83].type = "stand"; -/* 1:54 */waypoints[83].children[0] = 82; -/* 1:54 */waypoints[83].children[1] = 84; -/* 1:54 */waypoints[83].children[2] = 24; -/* 1:54 */waypoints[84] = spawnstruct(); -/* 1:54 */waypoints[84].origin = (-775.694, 1297.13, 114.516); -/* 1:54 */waypoints[84].type = "claymore"; -/* 1:54 */waypoints[84].children[0] = 83; -/* 1:54 */waypoints[84].angles = (32.3151, 0.12085, 0); -/* 1:54 */waypoints[85] = spawnstruct(); -/* 1:54 */waypoints[85].origin = (-409.769, 1181.6, 68.6791); -/* 1:54 */waypoints[85].type = "stand"; -/* 1:54 */waypoints[85].children[0] = 24; -/* 1:54 */waypoints[85].children[1] = 86; -/* 1:54 */waypoints[86] = spawnstruct(); -/* 1:54 */waypoints[86].origin = (-165.999, 1178.28, 77.905); -/* 1:54 */waypoints[86].type = "stand"; -/* 1:54 */waypoints[86].children[0] = 85; -/* 1:54 */waypoints[86].children[1] = 87; -/* 1:54 */waypoints[86].children[2] = 88; -/* 1:54 */waypoints[87] = spawnstruct(); -/* 1:54 */waypoints[87].origin = (-141.099, 1305, 112.125); -/* 1:54 */waypoints[87].type = "crouch"; -/* 1:54 */waypoints[87].children[0] = 86; -/* 1:54 */waypoints[87].angles = (11.7542, -92.6257, 0); -/* 1:54 */waypoints[88] = spawnstruct(); -/* 1:54 */waypoints[88].origin = (54.1837, 1154.28, 85.3308); -/* 1:54 */waypoints[88].type = "stand"; -/* 1:54 */waypoints[88].children[0] = 86; -/* 1:54 */waypoints[88].children[1] = 89; -/* 1:54 */waypoints[89] = spawnstruct(); -/* 1:54 */waypoints[89].origin = (149.727, 1156.76, 89.7882); -/* 1:54 */waypoints[89].type = "stand"; -/* 1:54 */waypoints[89].children[0] = 88; -/* 1:54 */waypoints[89].children[1] = 90; -/* 1:54 */waypoints[89].children[2] = 91; -/* 1:54 */waypoints[89].children[3] = 92; -/* 1:54 */waypoints[90] = spawnstruct(); -/* 1:54 */waypoints[90].origin = (132.125, 1260.88, 88.9296); -/* 1:54 */waypoints[90].type = "claymore"; -/* 1:54 */waypoints[90].children[0] = 89; -/* 1:54 */waypoints[90].angles = (8.06824, -87.9675, 0); -/* 1:54 */waypoints[91] = spawnstruct(); -/* 1:54 */waypoints[91].origin = (137.236, 1036.16, 91.1789); -/* 1:54 */waypoints[91].type = "claymore"; -/* 1:54 */waypoints[91].children[0] = 89; -/* 1:54 */waypoints[91].children[1] = 147; -/* 1:54 */waypoints[91].angles = (12.8967, 86.3855, 0); -/* 1:54 */waypoints[92] = spawnstruct(); -/* 1:54 */waypoints[92].origin = (383.158, 1054.73, 122.632); -/* 1:54 */waypoints[92].type = "stand"; -/* 1:54 */waypoints[92].children[0] = 89; -/* 1:54 */waypoints[92].children[1] = 93; -/* 1:54 */waypoints[92].children[2] = 137; -/* 1:54 */waypoints[92].children[3] = 147; -/* 1:54 */waypoints[92].children[4] = 146; -/* 1:54 */waypoints[93] = spawnstruct(); -/* 1:54 */waypoints[93].origin = (308.794, 737.761, 152.125); -/* 1:54 */waypoints[93].type = "stand"; -/* 1:54 */waypoints[93].children[0] = 92; -/* 1:54 */waypoints[93].children[1] = 94; -/* 1:54 */waypoints[93].children[2] = 146; -/* 1:54 */waypoints[93].children[3] = 147; -/* 1:54 */waypoints[94] = spawnstruct(); -/* 1:54 */waypoints[94].origin = (344.198, 504.627, 208.125); -/* 1:54 */waypoints[94].type = "stand"; -/* 1:54 */waypoints[94].children[0] = 93; -/* 1:54 */waypoints[94].children[1] = 0; -/* 1:54 */waypoints[94].children[2] = 95; -/* 1:54 */waypoints[95] = spawnstruct(); -/* 1:54 */waypoints[95].origin = (262.72, 357.555, 208.125); -/* 1:54 */waypoints[95].type = "stand"; -/* 1:54 */waypoints[95].children[0] = 94; -/* 1:54 */waypoints[95].children[1] = 96; -/* 1:54 */waypoints[96] = spawnstruct(); -/* 1:54 */waypoints[96].origin = (261.378, 243.971, 208.125); -/* 1:54 */waypoints[96].type = "stand"; -/* 1:54 */waypoints[96].children[0] = 95; -/* 1:54 */waypoints[96].children[1] = 97; -/* 1:54 */waypoints[96].children[2] = 148; -/* 1:54 */waypoints[97] = spawnstruct(); -/* 1:54 */waypoints[97].origin = (394.31, 220.458, 208.125); -/* 1:54 */waypoints[97].type = "stand"; -/* 1:54 */waypoints[97].children[0] = 96; -/* 1:54 */waypoints[97].children[1] = 98; -/* 1:54 */waypoints[98] = spawnstruct(); -/* 1:54 */waypoints[98].origin = (417.727, 87.1448, 208.125); -/* 1:54 */waypoints[98].type = "stand"; -/* 1:54 */waypoints[98].children[0] = 97; -/* 1:54 */waypoints[98].children[1] = 99; -/* 1:54 */waypoints[98].children[2] = 291; -/* 1:54 */waypoints[99] = spawnstruct(); -/* 1:54 */waypoints[99].origin = (417.741, -59.3928, 248.125); -/* 1:54 */waypoints[99].type = "stand"; -/* 1:54 */waypoints[99].children[0] = 98; -/* 1:54 */waypoints[99].children[1] = 100; -/* 1:54 */waypoints[99].children[2] = 101; -/* 1:54 */waypoints[100] = spawnstruct(); -/* 1:54 */waypoints[100].origin = (464.125, -43.1455, 248.125); -/* 1:54 */waypoints[100].type = "claymore"; -/* 1:54 */waypoints[100].children[0] = 99; -/* 1:54 */waypoints[100].angles = (23.7073, -178.627, 0); -/* 1:54 */waypoints[101] = spawnstruct(); -/* 1:54 */waypoints[101].origin = (563.644, -101.521, 248.125); -/* 1:54 */waypoints[101].type = "stand"; -/* 1:54 */waypoints[101].children[0] = 99; -/* 1:54 */waypoints[101].children[1] = 102; -/* 1:54 */waypoints[102] = spawnstruct(); -/* 1:54 */waypoints[102].origin = (772.628, -101.494, 248.125); -/* 1:54 */waypoints[102].type = "stand"; -/* 1:54 */waypoints[102].children[0] = 101; -/* 1:54 */waypoints[102].children[1] = 103; -/* 1:54 */waypoints[102].children[2] = 112; -/* 1:54 */waypoints[103] = spawnstruct(); -/* 1:54 */waypoints[103].origin = (924.211, -120.871, 248.125); -/* 1:54 */waypoints[103].type = "stand"; -/* 1:54 */waypoints[103].children[0] = 102; -/* 1:54 */waypoints[103].children[1] = 104; -/* 1:54 */waypoints[103].children[2] = 111; -/* 1:54 */waypoints[104] = spawnstruct(); -/* 1:54 */waypoints[104].origin = (993.873, -46.7099, 248.125); -/* 1:54 */waypoints[104].type = "climb"; -/* 1:54 */waypoints[104].children[0] = 103; -/* 1:54 */waypoints[104].children[1] = 105; -/* 1:54 */waypoints[104].angles = (27.1515, 1.31287, 0); -/* 1:54 */waypoints[105] = spawnstruct(); -/* 1:54 */waypoints[105].origin = (1012.11, -46.9633, 280.125); -/* 1:54 */waypoints[105].type = "stand"; -/* 1:54 */waypoints[105].children[0] = 104; -/* 1:54 */waypoints[105].children[1] = 106; -/* 1:54 */waypoints[106] = spawnstruct(); -/* 1:54 */waypoints[106].origin = (1032.13, -56.5955, 230.064); -/* 1:54 */waypoints[106].type = "climb"; -/* 1:54 */waypoints[106].children[0] = 105; -/* 1:54 */waypoints[106].children[1] = 107; -/* 1:54 */waypoints[106].children[2] = 293; -/* 1:54 */waypoints[106].angles = (2.84973, -178.484, 0); -/* 1:54 */waypoints[107] = spawnstruct(); -/* 1:54 */waypoints[107].origin = (1059.15, -221.774, 232.125); -/* 1:54 */waypoints[107].type = "stand"; -/* 1:54 */waypoints[107].children[0] = 106; -/* 1:54 */waypoints[107].children[1] = 108; -/* 1:54 */waypoints[107].children[2] = 109; -/* 1:54 */waypoints[107].children[3] = 117; -/* 1:54 */waypoints[108] = spawnstruct(); -/* 1:54 */waypoints[108].origin = (1060.25, -412.076, 232.125); -/* 1:54 */waypoints[108].type = "stand"; -/* 1:54 */waypoints[108].children[0] = 107; -/* 1:54 */waypoints[108].children[1] = 113; -/* 1:54 */waypoints[108].children[2] = 288; -/* 1:54 */waypoints[108].children[3] = 117; -/* 1:54 */waypoints[109] = spawnstruct(); -/* 1:54 */waypoints[109].origin = (1032.34, -216.529, 232.125); -/* 1:54 */waypoints[109].type = "climb"; -/* 1:54 */waypoints[109].children[0] = 107; -/* 1:54 */waypoints[109].children[1] = 110; -/* 1:54 */waypoints[109].angles = (7.34863, 178.885, 0); -/* 1:54 */waypoints[110] = spawnstruct(); -/* 1:54 */waypoints[110].origin = (1016.03, -216.529, 280.124); -/* 1:54 */waypoints[110].type = "stand"; -/* 1:54 */waypoints[110].children[0] = 109; -/* 1:54 */waypoints[110].children[1] = 111; -/* 1:54 */waypoints[111] = spawnstruct(); -/* 1:54 */waypoints[111].origin = (993.861, -217.628, 248.125); -/* 1:54 */waypoints[111].type = "climb"; -/* 1:54 */waypoints[111].children[0] = 110; -/* 1:54 */waypoints[111].children[1] = 103; -/* 1:54 */waypoints[111].angles = (10.3369, -2.71912, 0); -/* 1:54 */waypoints[112] = spawnstruct(); -/* 1:54 */waypoints[112].origin = (745.113, -212.155, 248.125); -/* 1:54 */waypoints[112].type = "stand"; -/* 1:54 */waypoints[112].children[0] = 102; -/* 1:54 */waypoints[112].children[1] = 113; -/* 1:54 */waypoints[113] = spawnstruct(); -/* 1:54 */waypoints[113].origin = (745.029, -404.927, 166.125); -/* 1:54 */waypoints[113].type = "stand"; -/* 1:54 */waypoints[113].children[0] = 112; -/* 1:54 */waypoints[113].children[1] = 108; -/* 1:54 */waypoints[113].children[2] = 114; -/* 1:54 */waypoints[114] = spawnstruct(); -/* 1:54 */waypoints[114].origin = (438.699, -407.297, 167.125); -/* 1:54 */waypoints[114].type = "stand"; -/* 1:54 */waypoints[114].children[0] = 113; -/* 1:54 */waypoints[114].children[1] = 115; -/* 1:54 */waypoints[114].children[2] = 224; -/* 1:54 */waypoints[115] = spawnstruct(); -/* 1:54 */waypoints[115].origin = (59.3499, -350.625, 170.125); -/* 1:54 */waypoints[115].type = "stand"; -/* 1:54 */waypoints[115].children[0] = 114; -/* 1:54 */waypoints[115].children[1] = 151; -/* 1:54 */waypoints[116] = spawnstruct(); -/* 1:54 */waypoints[116].origin = (18.1194, 149.725, 170.125); -/* 1:54 */waypoints[116].type = "stand"; -/* 1:54 */waypoints[116].children[0] = 149; -/* 1:54 */waypoints[116].children[1] = 152; -/* 1:54 */waypoints[117] = spawnstruct(); -/* 1:54 */waypoints[117].origin = (1237.19, -154.42, 230.982); -/* 1:54 */waypoints[117].type = "stand"; -/* 1:54 */waypoints[117].children[0] = 107; -/* 1:54 */waypoints[117].children[1] = 118; -/* 1:54 */waypoints[117].children[2] = 124; -/* 1:54 */waypoints[117].children[3] = 108; -/* 1:54 */waypoints[118] = spawnstruct(); -/* 1:54 */waypoints[118].origin = (1237.25, -2.83976, 230.98); -/* 1:54 */waypoints[118].type = "stand"; -/* 1:54 */waypoints[118].children[0] = 117; -/* 1:54 */waypoints[118].children[1] = 119; -/* 1:54 */waypoints[118].children[2] = 123; -/* 1:54 */waypoints[119] = spawnstruct(); -/* 1:54 */waypoints[119].origin = (1237.37, 140.805, 230.936); -/* 1:54 */waypoints[119].type = "stand"; -/* 1:54 */waypoints[119].children[0] = 118; -/* 1:54 */waypoints[119].children[1] = 120; -/* 1:54 */waypoints[119].children[2] = 122; -/* 1:54 */waypoints[120] = spawnstruct(); -/* 1:54 */waypoints[120].origin = (1237.51, 298.876, 230.125); -/* 1:54 */waypoints[120].type = "stand"; -/* 1:54 */waypoints[120].children[0] = 119; -/* 1:54 */waypoints[120].children[1] = 121; -/* 1:54 */waypoints[120].children[2] = 127; -/* 1:54 */waypoints[120].children[3] = 293; -/* 1:54 */waypoints[121] = spawnstruct(); -/* 1:54 */waypoints[121].origin = (1381.78, 317.644, 234.125); -/* 1:54 */waypoints[121].type = "stand"; -/* 1:54 */waypoints[121].children[0] = 120; -/* 1:54 */waypoints[121].children[1] = 122; -/* 1:54 */waypoints[122] = spawnstruct(); -/* 1:54 */waypoints[122].origin = (1381.82, 166.391, 234.125); -/* 1:54 */waypoints[122].type = "stand"; -/* 1:54 */waypoints[122].children[0] = 121; -/* 1:54 */waypoints[122].children[1] = 123; -/* 1:54 */waypoints[122].children[2] = 119; -/* 1:54 */waypoints[123] = spawnstruct(); -/* 1:54 */waypoints[123].origin = (1381.78, 15.5238, 234.125); -/* 1:54 */waypoints[123].type = "stand"; -/* 1:54 */waypoints[123].children[0] = 122; -/* 1:54 */waypoints[123].children[1] = 124; -/* 1:54 */waypoints[123].children[2] = 126; -/* 1:54 */waypoints[123].children[3] = 118; -/* 1:54 */waypoints[124] = spawnstruct(); -/* 1:54 */waypoints[124].origin = (1381.75, -134.601, 234.125); -/* 1:54 */waypoints[124].type = "stand"; -/* 1:54 */waypoints[124].children[0] = 123; -/* 1:54 */waypoints[124].children[1] = 125; -/* 1:54 */waypoints[124].children[2] = 117; -/* 1:54 */waypoints[125] = spawnstruct(); -/* 1:54 */waypoints[125].origin = (1502.88, -205.875, 234.125); -/* 1:54 */waypoints[125].type = "crouch"; -/* 1:54 */waypoints[125].children[0] = 124; -/* 1:54 */waypoints[125].angles = (15.0238, 154.786, 0); -/* 1:54 */waypoints[126] = spawnstruct(); -/* 1:54 */waypoints[126].origin = (1502.88, 28.875, 234.125); -/* 1:54 */waypoints[126].type = "crouch"; -/* 1:54 */waypoints[126].children[0] = 123; -/* 1:54 */waypoints[126].angles = (18.5394, -151.408, 0); -/* 1:54 */waypoints[127] = spawnstruct(); -/* 1:54 */waypoints[127].origin = (1222.89, 520.928, 173); -/* 1:54 */waypoints[127].type = "stand"; -/* 1:54 */waypoints[127].children[0] = 120; -/* 1:54 */waypoints[127].children[1] = 128; -/* 1:54 */waypoints[127].children[2] = 142; -/* 1:54 */waypoints[128] = spawnstruct(); -/* 1:54 */waypoints[128].origin = (1179.9, 812.072, 162.187); -/* 1:54 */waypoints[128].type = "stand"; -/* 1:54 */waypoints[128].children[0] = 127; -/* 1:54 */waypoints[128].children[1] = 129; -/* 1:54 */waypoints[128].children[2] = 139; -/* 1:54 */waypoints[128].children[3] = 140; -/* 1:54 */waypoints[128].children[4] = 142; -/* 1:54 */waypoints[129] = spawnstruct(); -/* 1:54 */waypoints[129].origin = (979.507, 959.312, 171.122); -/* 1:54 */waypoints[129].type = "stand"; -/* 1:54 */waypoints[129].children[0] = 128; -/* 1:54 */waypoints[129].children[1] = 130; -/* 1:54 */waypoints[129].children[2] = 131; -/* 1:54 */waypoints[129].children[3] = 138; -/* 1:54 */waypoints[129].children[4] = 142; -/* 1:54 */waypoints[129].children[5] = 144; -/* 1:54 */waypoints[129].children[6] = 139; -/* 1:54 */waypoints[130] = spawnstruct(); -/* 1:54 */waypoints[130].origin = (766.856, 867.259, 165.02); -/* 1:54 */waypoints[130].type = "stand"; -/* 1:54 */waypoints[130].children[0] = 129; -/* 1:54 */waypoints[130].children[1] = 133; -/* 1:54 */waypoints[130].children[2] = 134; -/* 1:54 */waypoints[130].children[3] = 135; -/* 1:54 */waypoints[130].children[4] = 136; -/* 1:54 */waypoints[130].children[5] = 142; -/* 1:54 */waypoints[131] = spawnstruct(); -/* 1:54 */waypoints[131].origin = (738.526, 1100.24, 161.913); -/* 1:54 */waypoints[131].type = "stand"; -/* 1:54 */waypoints[131].children[0] = 129; -/* 1:54 */waypoints[131].children[1] = 132; -/* 1:54 */waypoints[131].children[2] = 137; -/* 1:54 */waypoints[131].children[3] = 144; -/* 1:54 */waypoints[132] = spawnstruct(); -/* 1:54 */waypoints[132].origin = (737.462, 992.673, 162.978); -/* 1:54 */waypoints[132].type = "claymore"; -/* 1:54 */waypoints[132].children[0] = 131; -/* 1:54 */waypoints[132].angles = (17.8363, 91.0876, 0); -/* 1:54 */waypoints[133] = spawnstruct(); -/* 1:54 */waypoints[133].origin = (731.125, 743.125, 170.585); -/* 1:54 */waypoints[133].type = "crouch"; -/* 1:54 */waypoints[133].children[0] = 130; -/* 1:54 */waypoints[133].angles = (9.83826, 83.7048, 0); -/* 1:54 */waypoints[134] = spawnstruct(); -/* 1:54 */waypoints[134].origin = (731.125, 766.619, 169.95); -/* 1:54 */waypoints[134].type = "claymore"; -/* 1:54 */waypoints[134].children[0] = 130; -/* 1:54 */waypoints[134].angles = (13.266, 87.3962, 0); -/* 1:54 */waypoints[135] = spawnstruct(); -/* 1:54 */waypoints[135].origin = (731.165, 978.819, 161.708); -/* 1:54 */waypoints[135].type = "claymore"; -/* 1:54 */waypoints[135].children[0] = 130; -/* 1:54 */waypoints[135].angles = (19.8578, -94.1583, 0); -/* 1:54 */waypoints[136] = spawnstruct(); -/* 1:54 */waypoints[136].origin = (593.345, 866.646, 152.428); -/* 1:54 */waypoints[136].type = "stand"; -/* 1:54 */waypoints[136].children[0] = 130; -/* 1:54 */waypoints[136].children[1] = 137; -/* 1:54 */waypoints[136].children[2] = 146; -/* 1:54 */waypoints[137] = spawnstruct(); -/* 1:54 */waypoints[137].origin = (542.318, 1093.81, 141.393); -/* 1:54 */waypoints[137].type = "stand"; -/* 1:54 */waypoints[137].children[0] = 136; -/* 1:54 */waypoints[137].children[1] = 92; -/* 1:54 */waypoints[137].children[2] = 131; -/* 1:54 */waypoints[137].children[3] = 146; -/* 1:54 */waypoints[138] = spawnstruct(); -/* 1:54 */waypoints[138].origin = (1139.75, 1187, 169.878); -/* 1:54 */waypoints[138].type = "stand"; -/* 1:54 */waypoints[138].children[0] = 129; -/* 1:54 */waypoints[138].children[1] = 139; -/* 1:54 */waypoints[138].children[2] = 144; -/* 1:54 */waypoints[139] = spawnstruct(); -/* 1:54 */waypoints[139].origin = (1366.6, 1001.13, 166.742); -/* 1:54 */waypoints[139].type = "stand"; -/* 1:54 */waypoints[139].children[0] = 138; -/* 1:54 */waypoints[139].children[1] = 140; -/* 1:54 */waypoints[139].children[2] = 128; -/* 1:54 */waypoints[139].children[3] = 129; -/* 1:54 */waypoints[140] = spawnstruct(); -/* 1:54 */waypoints[140].origin = (1362.46, 648.367, 178.782); -/* 1:54 */waypoints[140].type = "stand"; -/* 1:54 */waypoints[140].children[0] = 139; -/* 1:54 */waypoints[140].children[1] = 141; -/* 1:54 */waypoints[140].children[2] = 128; -/* 1:54 */waypoints[141] = spawnstruct(); -/* 1:54 */waypoints[141].origin = (1398.88, 559.125, 172.857); -/* 1:54 */waypoints[141].type = "crouch"; -/* 1:54 */waypoints[141].children[0] = 140; -/* 1:54 */waypoints[141].angles = (16.5179, 168.492, 0); -/* 1:54 */waypoints[142] = spawnstruct(); -/* 1:54 */waypoints[142].origin = (1032.98, 687.96, 168.606); -/* 1:54 */waypoints[142].type = "stand"; -/* 1:54 */waypoints[142].children[0] = 128; -/* 1:54 */waypoints[142].children[1] = 143; -/* 1:54 */waypoints[142].children[2] = 127; -/* 1:54 */waypoints[142].children[3] = 129; -/* 1:54 */waypoints[142].children[4] = 130; -/* 1:54 */waypoints[143] = spawnstruct(); -/* 1:54 */waypoints[143].origin = (916.125, 559.125, 170.125); -/* 1:54 */waypoints[143].type = "crouch"; -/* 1:54 */waypoints[143].children[0] = 142; -/* 1:54 */waypoints[143].angles = (5.09766, 46.0107, 0); -/* 1:54 */waypoints[144] = spawnstruct(); -/* 1:54 */waypoints[144].origin = (978.048, 1208.22, 169.294); -/* 1:54 */waypoints[144].type = "stand"; -/* 1:54 */waypoints[144].children[0] = 131; -/* 1:54 */waypoints[144].children[1] = 138; -/* 1:54 */waypoints[144].children[2] = 145; -/* 1:54 */waypoints[144].children[3] = 129; -/* 1:54 */waypoints[145] = spawnstruct(); -/* 1:54 */waypoints[145].origin = (1045.88, 1324.88, 170.586); -/* 1:54 */waypoints[145].type = "crouch"; -/* 1:54 */waypoints[145].children[0] = 144; -/* 1:54 */waypoints[145].angles = (7.55859, -126.546, 0); -/* 1:54 */waypoints[146] = spawnstruct(); -/* 1:54 */waypoints[146].origin = (444.5, 866.788, 135.993); -/* 1:54 */waypoints[146].type = "stand"; -/* 1:54 */waypoints[146].children[0] = 136; -/* 1:54 */waypoints[146].children[1] = 93; -/* 1:54 */waypoints[146].children[2] = 92; -/* 1:54 */waypoints[146].children[3] = 137; -/* 1:54 */waypoints[147] = spawnstruct(); -/* 1:54 */waypoints[147].origin = (132.125, 779.125, 126.112); -/* 1:54 */waypoints[147].type = "crouch"; -/* 1:54 */waypoints[147].children[0] = 93; -/* 1:54 */waypoints[147].children[1] = 91; -/* 1:54 */waypoints[147].children[2] = 92; -/* 1:54 */waypoints[148] = spawnstruct(); -/* 1:54 */waypoints[148].origin = (107.645, 241.55, 168.125); -/* 1:54 */waypoints[148].type = "stand"; -/* 1:54 */waypoints[148].children[0] = 96; -/* 1:54 */waypoints[148].children[1] = 149; -/* 1:54 */waypoints[149] = spawnstruct(); -/* 1:54 */waypoints[149].origin = (-4.2525, 240.898, 165.125); -/* 1:54 */waypoints[149].type = "stand"; -/* 1:54 */waypoints[149].children[0] = 148; -/* 1:54 */waypoints[149].children[1] = 150; -/* 1:54 */waypoints[149].children[2] = 116; -/* 1:54 */waypoints[149].children[3] = 151; -/* 1:54 */waypoints[150] = spawnstruct(); -/* 1:54 */waypoints[150].origin = (-410.643, 237.67, 166.125); -/* 1:54 */waypoints[150].type = "stand"; -/* 1:54 */waypoints[150].children[0] = 149; -/* 1:54 */waypoints[150].children[1] = 170; -/* 1:54 */waypoints[150].children[2] = 175; -/* 1:54 */waypoints[151] = spawnstruct(); -/* 1:54 */waypoints[151].origin = (-53.4301, -133.034, 170.125); -/* 1:54 */waypoints[151].type = "stand"; -/* 1:54 */waypoints[151].children[0] = 115; -/* 1:54 */waypoints[151].children[1] = 152; -/* 1:54 */waypoints[151].children[2] = 153; -/* 1:54 */waypoints[151].children[3] = 149; -/* 1:54 */waypoints[152] = spawnstruct(); -/* 1:54 */waypoints[152].origin = (9.41021, 33.3786, 170.125); -/* 1:54 */waypoints[152].type = "stand"; -/* 1:54 */waypoints[152].children[0] = 151; -/* 1:54 */waypoints[152].children[1] = 116; -/* 1:54 */waypoints[153] = spawnstruct(); -/* 1:54 */waypoints[153].origin = (-48.875, -278.875, 170.125); -/* 1:54 */waypoints[153].type = "crouch"; -/* 1:54 */waypoints[153].children[0] = 151; -/* 1:54 */waypoints[153].children[1] = 154; -/* 1:54 */waypoints[154] = spawnstruct(); -/* 1:54 */waypoints[154].origin = (93.3833, 326.034, 169.125); -/* 1:54 */waypoints[154].type = "stand"; -/* 1:54 */waypoints[154].children[0] = 153; -/* 1:54 */waypoints[154].children[1] = 155; -/* 1:54 */waypoints[154].children[2] = 157; -/* 1:54 */waypoints[155] = spawnstruct(); -/* 1:54 */waypoints[155].origin = (61.2963, 483.681, 168.125); -/* 1:54 */waypoints[155].type = "stand"; -/* 1:54 */waypoints[155].children[0] = 154; -/* 1:54 */waypoints[155].children[1] = 156; -/* 1:54 */waypoints[155].children[2] = 157; -/* 1:54 */waypoints[156] = spawnstruct(); -/* 1:54 */waypoints[156].origin = (-37.1158, 637.831, 168.125); -/* 1:54 */waypoints[156].type = "stand"; -/* 1:54 */waypoints[156].children[0] = 155; -/* 1:54 */waypoints[156].children[1] = 20; -/* 1:54 */waypoints[156].children[2] = 160; -/* 1:54 */waypoints[157] = spawnstruct(); -/* 1:54 */waypoints[157].origin = (147.233, 418.74, 168.125); -/* 1:54 */waypoints[157].type = "stand"; -/* 1:54 */waypoints[157].children[0] = 155; -/* 1:54 */waypoints[157].children[1] = 154; -/* 1:54 */waypoints[157].children[2] = 158; -/* 1:54 */waypoints[158] = spawnstruct(); -/* 1:54 */waypoints[158].origin = (173.871, 355.125, 168.125); -/* 1:54 */waypoints[158].type = "claymore"; -/* 1:54 */waypoints[158].children[0] = 157; -/* 1:54 */waypoints[158].children[1] = 159; -/* 1:54 */waypoints[158].angles = (24.6863, 173.112, 0); -/* 1:54 */waypoints[159] = spawnstruct(); -/* 1:54 */waypoints[159].origin = (173.871, 355.125, 168.125); -/* 1:54 */waypoints[159].type = "crouch"; -/* 1:54 */waypoints[159].children[0] = 158; -/* 1:54 */waypoints[159].angles = (23.7195, 172.76, 0); -/* 1:54 */waypoints[160] = spawnstruct(); -/* 1:54 */waypoints[160].origin = (173.875, 707.88, 187.125); -/* 1:54 */waypoints[160].type = "crouch"; -/* 1:54 */waypoints[160].children[0] = 156; -/* 1:54 */waypoints[160].angles = (16.7816, -168.519, 0); -/* 1:54 */waypoints[161] = spawnstruct(); -/* 1:54 */waypoints[161].origin = (-668.86, 613.995, 168.125); -/* 1:54 */waypoints[161].type = "stand"; -/* 1:54 */waypoints[161].children[0] = 22; -/* 1:54 */waypoints[161].children[1] = 162; -/* 1:54 */waypoints[162] = spawnstruct(); -/* 1:54 */waypoints[162].origin = (-666.12, 468.24, 166.125); -/* 1:54 */waypoints[162].type = "stand"; -/* 1:54 */waypoints[162].children[0] = 161; -/* 1:54 */waypoints[162].children[1] = 163; -/* 1:54 */waypoints[162].children[2] = 164; -/* 1:54 */waypoints[162].children[3] = 169; -/* 1:54 */waypoints[163] = spawnstruct(); -/* 1:54 */waypoints[163].origin = (-454.125, 530.141, 166.792); -/* 1:54 */waypoints[163].type = "crouch"; -/* 1:54 */waypoints[163].children[0] = 162; -/* 1:54 */waypoints[163].angles = (19.2426, -150.776, 0); -/* 1:54 */waypoints[164] = spawnstruct(); -/* 1:54 */waypoints[164].origin = (-907.051, 468.668, 166.125); -/* 1:54 */waypoints[164].type = "stand"; -/* 1:54 */waypoints[164].children[0] = 162; -/* 1:54 */waypoints[164].children[1] = 165; -/* 1:54 */waypoints[164].children[2] = 168; -/* 1:54 */waypoints[165] = spawnstruct(); -/* 1:54 */waypoints[165].origin = (-1138.44, 450.357, 166.13); -/* 1:54 */waypoints[165].type = "stand"; -/* 1:54 */waypoints[165].children[0] = 164; -/* 1:54 */waypoints[165].children[1] = 166; -/* 1:54 */waypoints[165].children[2] = 171; -/* 1:54 */waypoints[166] = spawnstruct(); -/* 1:54 */waypoints[166].origin = (-1107.47, 69.0025, 166.125); -/* 1:54 */waypoints[166].type = "stand"; -/* 1:54 */waypoints[166].children[0] = 165; -/* 1:54 */waypoints[166].children[1] = 167; -/* 1:54 */waypoints[166].children[2] = 171; -/* 1:54 */waypoints[167] = spawnstruct(); -/* 1:54 */waypoints[167].origin = (-915.056, 15.7288, 168.125); -/* 1:54 */waypoints[167].type = "stand"; -/* 1:54 */waypoints[167].children[0] = 166; -/* 1:54 */waypoints[167].children[1] = 168; -/* 1:54 */waypoints[167].children[2] = 172; -/* 1:54 */waypoints[168] = spawnstruct(); -/* 1:54 */waypoints[168].origin = (-894.291, 234.209, 166.125); -/* 1:54 */waypoints[168].type = "stand"; -/* 1:54 */waypoints[168].children[0] = 167; -/* 1:54 */waypoints[168].children[1] = 169; -/* 1:54 */waypoints[168].children[2] = 164; -/* 1:54 */waypoints[168].children[3] = 171; -/* 1:54 */waypoints[169] = spawnstruct(); -/* 1:54 */waypoints[169].origin = (-692.064, 277.587, 166.125); -/* 1:54 */waypoints[169].type = "stand"; -/* 1:54 */waypoints[169].children[0] = 168; -/* 1:54 */waypoints[169].children[1] = 170; -/* 1:54 */waypoints[169].children[2] = 162; -/* 1:54 */waypoints[169].children[3] = 173; -/* 1:54 */waypoints[170] = spawnstruct(); -/* 1:54 */waypoints[170].origin = (-493.478, 247.963, 168.125); -/* 1:54 */waypoints[170].type = "stand"; -/* 1:54 */waypoints[170].children[0] = 169; -/* 1:54 */waypoints[170].children[1] = 150; -/* 1:54 */waypoints[171] = spawnstruct(); -/* 1:54 */waypoints[171].origin = (-1051.86, 237.981, 166.125); -/* 1:54 */waypoints[171].type = "stand"; -/* 1:54 */waypoints[171].children[0] = 168; -/* 1:54 */waypoints[171].children[1] = 166; -/* 1:54 */waypoints[171].children[2] = 165; -/* 1:54 */waypoints[172] = spawnstruct(); -/* 1:54 */waypoints[172].origin = (-911.924, -224.285, 166.125); -/* 1:54 */waypoints[172].type = "stand"; -/* 1:54 */waypoints[172].children[0] = 167; -/* 1:54 */waypoints[172].children[1] = 173; -/* 1:54 */waypoints[172].children[2] = 183; -/* 1:54 */waypoints[172].children[3] = 184; -/* 1:54 */waypoints[173] = spawnstruct(); -/* 1:54 */waypoints[173].origin = (-644.081, -213.711, 166.125); -/* 1:54 */waypoints[173].type = "stand"; -/* 1:54 */waypoints[173].children[0] = 172; -/* 1:54 */waypoints[173].children[1] = 174; -/* 1:54 */waypoints[173].children[2] = 182; -/* 1:54 */waypoints[173].children[3] = 169; -/* 1:54 */waypoints[174] = spawnstruct(); -/* 1:54 */waypoints[174].origin = (-405.368, -208.33, 166.125); -/* 1:54 */waypoints[174].type = "stand"; -/* 1:54 */waypoints[174].children[0] = 173; -/* 1:54 */waypoints[174].children[1] = 175; -/* 1:54 */waypoints[174].children[2] = 179; -/* 1:54 */waypoints[174].children[3] = 177; -/* 1:54 */waypoints[175] = spawnstruct(); -/* 1:54 */waypoints[175].origin = (-416.568, 57.519, 166.223); -/* 1:54 */waypoints[175].type = "stand"; -/* 1:54 */waypoints[175].children[0] = 174; -/* 1:54 */waypoints[175].children[1] = 150; -/* 1:54 */waypoints[175].children[2] = 176; -/* 1:54 */waypoints[176] = spawnstruct(); -/* 1:54 */waypoints[176].origin = (-274.486, 57.4151, 166.125); -/* 1:54 */waypoints[176].type = "stand"; -/* 1:54 */waypoints[176].children[0] = 175; -/* 1:54 */waypoints[176].children[1] = 177; -/* 1:54 */waypoints[177] = spawnstruct(); -/* 1:54 */waypoints[177].origin = (-243.143, -123.441, 166.125); -/* 1:54 */waypoints[177].type = "stand"; -/* 1:54 */waypoints[177].children[0] = 176; -/* 1:54 */waypoints[177].children[1] = 178; -/* 1:54 */waypoints[177].children[2] = 174; -/* 1:54 */waypoints[178] = spawnstruct(); -/* 1:54 */waypoints[178].origin = (-254.552, -368.835, 166.125); -/* 1:54 */waypoints[178].type = "stand"; -/* 1:54 */waypoints[178].children[0] = 177; -/* 1:54 */waypoints[178].children[1] = 179; -/* 1:54 */waypoints[179] = spawnstruct(); -/* 1:54 */waypoints[179].origin = (-415.448, -368.788, 166.125); -/* 1:54 */waypoints[179].type = "stand"; -/* 1:54 */waypoints[179].children[0] = 178; -/* 1:54 */waypoints[179].children[1] = 174; -/* 1:54 */waypoints[179].children[2] = 180; -/* 1:54 */waypoints[180] = spawnstruct(); -/* 1:54 */waypoints[180].origin = (-435.97, -547.846, 168.125); -/* 1:54 */waypoints[180].type = "stand"; -/* 1:54 */waypoints[180].children[0] = 179; -/* 1:54 */waypoints[180].children[1] = 181; -/* 1:54 */waypoints[180].children[2] = 182; -/* 1:54 */waypoints[181] = spawnstruct(); -/* 1:54 */waypoints[181].origin = (-436.051, -754.541, 200.125); -/* 1:54 */waypoints[181].type = "stand"; -/* 1:54 */waypoints[181].children[0] = 180; -/* 1:54 */waypoints[181].children[1] = 243; -/* 1:54 */waypoints[182] = spawnstruct(); -/* 1:54 */waypoints[182].origin = (-676.511, -539.551, 168.125); -/* 1:54 */waypoints[182].type = "stand"; -/* 1:54 */waypoints[182].children[0] = 180; -/* 1:54 */waypoints[182].children[1] = 183; -/* 1:54 */waypoints[182].children[2] = 173; -/* 1:54 */waypoints[183] = spawnstruct(); -/* 1:54 */waypoints[183].origin = (-944.821, -478.529, 168.125); -/* 1:54 */waypoints[183].type = "stand"; -/* 1:54 */waypoints[183].children[0] = 182; -/* 1:54 */waypoints[183].children[1] = 172; -/* 1:54 */waypoints[184] = spawnstruct(); -/* 1:54 */waypoints[184].origin = (-1137.04, -238.632, 168.125); -/* 1:54 */waypoints[184].type = "stand"; -/* 1:54 */waypoints[184].children[0] = 172; -/* 1:54 */waypoints[184].children[1] = 57; -/* 1:54 */waypoints[185] = spawnstruct(); -/* 1:54 */waypoints[185].origin = (-1506.91, -471.816, 144.125); -/* 1:54 */waypoints[185].type = "stand"; -/* 1:54 */waypoints[185].children[0] = 57; -/* 1:54 */waypoints[185].children[1] = 186; -/* 1:54 */waypoints[186] = spawnstruct(); -/* 1:54 */waypoints[186].origin = (-1667.77, -535.827, 112.125); -/* 1:54 */waypoints[186].type = "stand"; -/* 1:54 */waypoints[186].children[0] = 185; -/* 1:54 */waypoints[186].children[1] = 187; -/* 1:54 */waypoints[186].children[2] = 188; -/* 1:54 */waypoints[187] = spawnstruct(); -/* 1:54 */waypoints[187].origin = (-1714.88, -443.125, 112.125); -/* 1:54 */waypoints[187].type = "crouch"; -/* 1:54 */waypoints[187].children[0] = 186; -/* 1:54 */waypoints[187].angles = (27.5867, -63.501, 0); -/* 1:54 */waypoints[188] = spawnstruct(); -/* 1:54 */waypoints[188].origin = (-1651.14, -888.979, 152.125); -/* 1:54 */waypoints[188].type = "stand"; -/* 1:54 */waypoints[188].children[0] = 186; -/* 1:54 */waypoints[188].children[1] = 189; -/* 1:54 */waypoints[188].children[2] = 258; -/* 1:54 */waypoints[188].children[3] = 271; -/* 1:54 */waypoints[189] = spawnstruct(); -/* 1:54 */waypoints[189].origin = (-1761.28, -1114.39, 151.025); -/* 1:54 */waypoints[189].type = "stand"; -/* 1:54 */waypoints[189].children[0] = 188; -/* 1:54 */waypoints[189].children[1] = 190; -/* 1:54 */waypoints[189].children[2] = 258; -/* 1:54 */waypoints[189].children[3] = 271; -/* 1:54 */waypoints[190] = spawnstruct(); -/* 1:54 */waypoints[190].origin = (-1798.71, -1330.37, 155.104); -/* 1:54 */waypoints[190].type = "stand"; -/* 1:54 */waypoints[190].children[0] = 189; -/* 1:54 */waypoints[190].children[1] = 191; -/* 1:54 */waypoints[190].children[2] = 192; -/* 1:54 */waypoints[191] = spawnstruct(); -/* 1:54 */waypoints[191].origin = (-1725.87, -1312.78, 152.125); -/* 1:54 */waypoints[191].type = "claymore"; -/* 1:54 */waypoints[191].children[0] = 190; -/* 1:54 */waypoints[191].angles = (21.4398, -176.265, 0); -/* 1:54 */waypoints[192] = spawnstruct(); -/* 1:54 */waypoints[192].origin = (-1789.98, -1488.15, 152.125); -/* 1:54 */waypoints[192].type = "stand"; -/* 1:54 */waypoints[192].children[0] = 190; -/* 1:54 */waypoints[192].children[1] = 193; -/* 1:54 */waypoints[192].children[2] = 266; -/* 1:54 */waypoints[193] = spawnstruct(); -/* 1:54 */waypoints[193].origin = (-1751.19, -1709.09, 152.125); -/* 1:54 */waypoints[193].type = "stand"; -/* 1:54 */waypoints[193].children[0] = 192; -/* 1:54 */waypoints[193].children[1] = 194; -/* 1:54 */waypoints[193].children[2] = 265; -/* 1:54 */waypoints[194] = spawnstruct(); -/* 1:54 */waypoints[194].origin = (-2046.02, -1704.34, 288.125); -/* 1:54 */waypoints[194].type = "stand"; -/* 1:54 */waypoints[194].children[0] = 193; -/* 1:54 */waypoints[194].children[1] = 195; -/* 1:54 */waypoints[195] = spawnstruct(); -/* 1:54 */waypoints[195].origin = (-2193.5, -1549.86, 288.125); -/* 1:54 */waypoints[195].type = "stand"; -/* 1:54 */waypoints[195].children[0] = 194; -/* 1:54 */waypoints[195].children[1] = 196; -/* 1:54 */waypoints[195].children[2] = 198; -/* 1:54 */waypoints[195].children[3] = 205; -/* 1:54 */waypoints[196] = spawnstruct(); -/* 1:54 */waypoints[196].origin = (-1840.65, -1354.84, 290.125); -/* 1:54 */waypoints[196].type = "stand"; -/* 1:54 */waypoints[196].children[0] = 195; -/* 1:54 */waypoints[196].children[1] = 197; -/* 1:54 */waypoints[197] = spawnstruct(); -/* 1:54 */waypoints[197].origin = (-1579.13, -1354.94, 288.125); -/* 1:54 */waypoints[197].type = "crouch"; -/* 1:54 */waypoints[197].children[0] = 196; -/* 1:54 */waypoints[197].angles = (29.6082, -1.1261, 0); -/* 1:54 */waypoints[198] = spawnstruct(); -/* 1:54 */waypoints[198].origin = (-2285.74, -1308.12, 288.125); -/* 1:54 */waypoints[198].type = "stand"; -/* 1:54 */waypoints[198].children[0] = 195; -/* 1:54 */waypoints[198].children[1] = 199; -/* 1:54 */waypoints[198].children[2] = 204; -/* 1:54 */waypoints[199] = spawnstruct(); -/* 1:54 */waypoints[199].origin = (-2285.69, -1151.52, 291.117); -/* 1:54 */waypoints[199].type = "stand"; -/* 1:54 */waypoints[199].children[0] = 198; -/* 1:54 */waypoints[199].children[1] = 200; -/* 1:54 */waypoints[199].children[2] = 201; -/* 1:54 */waypoints[200] = spawnstruct(); -/* 1:54 */waypoints[200].origin = (-2112.35, -1133.19, 288.125); -/* 1:54 */waypoints[200].type = "crouch"; -/* 1:54 */waypoints[200].children[0] = 199; -/* 1:54 */waypoints[200].angles = (13.0902, 10.6897, 0); -/* 1:54 */waypoints[201] = spawnstruct(); -/* 1:54 */waypoints[201].origin = (-2396.53, -1093.16, 288.125); -/* 1:54 */waypoints[201].type = "stand"; -/* 1:54 */waypoints[201].children[0] = 199; -/* 1:54 */waypoints[201].children[1] = 202; -/* 1:54 */waypoints[202] = spawnstruct(); -/* 1:54 */waypoints[202].origin = (-2446.09, -920.857, 265.125); -/* 1:54 */waypoints[202].type = "stand"; -/* 1:54 */waypoints[202].children[0] = 201; -/* 1:54 */waypoints[202].children[1] = 203; -/* 1:54 */waypoints[203] = spawnstruct(); -/* 1:54 */waypoints[203].origin = (-2478.48, -593.455, 265.125); -/* 1:54 */waypoints[203].type = "stand"; -/* 1:54 */waypoints[203].children[0] = 202; -/* 1:54 */waypoints[203].children[1] = 60; -/* 1:54 */waypoints[204] = spawnstruct(); -/* 1:54 */waypoints[204].origin = (-2449.88, -1263.13, 288.125); -/* 1:54 */waypoints[204].type = "crouch"; -/* 1:54 */waypoints[204].children[0] = 198; -/* 1:54 */waypoints[204].angles = (16.9574, -29.0259, 0); -/* 1:54 */waypoints[205] = spawnstruct(); -/* 1:54 */waypoints[205].origin = (-2252.05, -1834.63, 291.121); -/* 1:54 */waypoints[205].type = "stand"; -/* 1:54 */waypoints[205].children[0] = 195; -/* 1:54 */waypoints[205].children[1] = 206; -/* 1:54 */waypoints[206] = spawnstruct(); -/* 1:54 */waypoints[206].origin = (-1878.1, -1867.36, 152.125); -/* 1:54 */waypoints[206].type = "stand"; -/* 1:54 */waypoints[206].children[0] = 205; -/* 1:54 */waypoints[206].children[1] = 207; -/* 1:54 */waypoints[207] = spawnstruct(); -/* 1:54 */waypoints[207].origin = (-1469.3, -1831.17, 152.125); -/* 1:54 */waypoints[207].type = "stand"; -/* 1:54 */waypoints[207].children[0] = 206; -/* 1:54 */waypoints[207].children[1] = 208; -/* 1:54 */waypoints[208] = spawnstruct(); -/* 1:54 */waypoints[208].origin = (-1310.38, -1838.6, 152.125); -/* 1:54 */waypoints[208].type = "stand"; -/* 1:54 */waypoints[208].children[0] = 207; -/* 1:54 */waypoints[208].children[1] = 209; -/* 1:54 */waypoints[208].children[2] = 213; -/* 1:54 */waypoints[209] = spawnstruct(); -/* 1:54 */waypoints[209].origin = (-949.577, -1825.33, 152.125); -/* 1:54 */waypoints[209].type = "stand"; -/* 1:54 */waypoints[209].children[0] = 208; -/* 1:54 */waypoints[209].children[1] = 210; -/* 1:54 */waypoints[209].children[2] = 212; -/* 1:54 */waypoints[210] = spawnstruct(); -/* 1:54 */waypoints[210].origin = (-643.59, -1821.47, 152.125); -/* 1:54 */waypoints[210].type = "stand"; -/* 1:54 */waypoints[210].children[0] = 209; -/* 1:54 */waypoints[210].children[1] = 211; -/* 1:54 */waypoints[211] = spawnstruct(); -/* 1:54 */waypoints[211].origin = (-621.166, -1650.31, 144.125); -/* 1:54 */waypoints[211].type = "stand"; -/* 1:54 */waypoints[211].children[0] = 210; -/* 1:54 */waypoints[211].children[1] = 212; -/* 1:54 */waypoints[211].children[2] = 214; -/* 1:54 */waypoints[212] = spawnstruct(); -/* 1:54 */waypoints[212].origin = (-932.542, -1650.37, 144.125); -/* 1:54 */waypoints[212].type = "stand"; -/* 1:54 */waypoints[212].children[0] = 211; -/* 1:54 */waypoints[212].children[1] = 213; -/* 1:54 */waypoints[212].children[2] = 209; -/* 1:54 */waypoints[212].children[3] = 261; -/* 1:54 */waypoints[213] = spawnstruct(); -/* 1:54 */waypoints[213].origin = (-1256.58, -1650.86, 144.125); -/* 1:54 */waypoints[213].type = "stand"; -/* 1:54 */waypoints[213].children[0] = 212; -/* 1:54 */waypoints[213].children[1] = 208; -/* 1:54 */waypoints[213].children[2] = 262; -/* 1:54 */waypoints[214] = spawnstruct(); -/* 1:54 */waypoints[214].origin = (-519.869, -1455.32, 156.7); -/* 1:54 */waypoints[214].type = "stand"; -/* 1:54 */waypoints[214].children[0] = 211; -/* 1:54 */waypoints[214].children[1] = 215; -/* 1:54 */waypoints[214].children[2] = 237; -/* 1:54 */waypoints[215] = spawnstruct(); -/* 1:54 */waypoints[215].origin = (-168.063, -1557.12, 198.945); -/* 1:54 */waypoints[215].type = "stand"; -/* 1:54 */waypoints[215].children[0] = 214; -/* 1:54 */waypoints[215].children[1] = 216; -/* 1:54 */waypoints[216] = spawnstruct(); -/* 1:54 */waypoints[216].origin = (-81.1603, -1411.26, 199.728); -/* 1:54 */waypoints[216].type = "stand"; -/* 1:54 */waypoints[216].children[0] = 215; -/* 1:54 */waypoints[216].children[1] = 217; -/* 1:54 */waypoints[216].children[2] = 235; -/* 1:54 */waypoints[217] = spawnstruct(); -/* 1:54 */waypoints[217].origin = (-190.696, -1170.3, 208.125); -/* 1:54 */waypoints[217].type = "stand"; -/* 1:54 */waypoints[217].children[0] = 216; -/* 1:54 */waypoints[217].children[1] = 218; -/* 1:54 */waypoints[217].children[2] = 236; -/* 1:54 */waypoints[217].children[3] = 238; -/* 1:54 */waypoints[218] = spawnstruct(); -/* 1:54 */waypoints[218].origin = (-57.2164, -1021.91, 208.125); -/* 1:54 */waypoints[218].type = "stand"; -/* 1:54 */waypoints[218].children[0] = 217; -/* 1:54 */waypoints[218].children[1] = 219; -/* 1:54 */waypoints[218].children[2] = 220; -/* 1:54 */waypoints[219] = spawnstruct(); -/* 1:54 */waypoints[219].origin = (66.4044, -869.065, 208.125); -/* 1:54 */waypoints[219].type = "stand"; -/* 1:54 */waypoints[219].children[0] = 218; -/* 1:54 */waypoints[219].children[1] = 224; -/* 1:54 */waypoints[220] = spawnstruct(); -/* 1:54 */waypoints[220].origin = (44.516, -1092.51, 208.125); -/* 1:54 */waypoints[220].type = "stand"; -/* 1:54 */waypoints[220].children[0] = 218; -/* 1:54 */waypoints[220].children[1] = 221; -/* 1:54 */waypoints[221] = spawnstruct(); -/* 1:54 */waypoints[221].origin = (308.434, -1116.63, 208.125); -/* 1:54 */waypoints[221].type = "stand"; -/* 1:54 */waypoints[221].children[0] = 220; -/* 1:54 */waypoints[221].children[1] = 222; -/* 1:54 */waypoints[221].children[2] = 231; -/* 1:54 */waypoints[222] = spawnstruct(); -/* 1:54 */waypoints[222].origin = (450.402, -1116.55, 208.125); -/* 1:54 */waypoints[222].type = "stand"; -/* 1:54 */waypoints[222].children[0] = 221; -/* 1:54 */waypoints[222].children[1] = 223; -/* 1:54 */waypoints[222].children[2] = 227; -/* 1:54 */waypoints[222].children[3] = 229; -/* 1:54 */waypoints[223] = spawnstruct(); -/* 1:54 */waypoints[223].origin = (464.255, -961.957, 208.125); -/* 1:54 */waypoints[223].type = "stand"; -/* 1:54 */waypoints[223].children[0] = 222; -/* 1:54 */waypoints[223].children[1] = 224; -/* 1:54 */waypoints[223].children[2] = 225; -/* 1:54 */waypoints[224] = spawnstruct(); -/* 1:54 */waypoints[224].origin = (466.237, -822.843, 208.125); -/* 1:54 */waypoints[224].type = "stand"; -/* 1:54 */waypoints[224].children[0] = 223; -/* 1:54 */waypoints[224].children[1] = 226; -/* 1:54 */waypoints[224].children[2] = 219; -/* 1:54 */waypoints[224].children[3] = 114; -/* 1:54 */waypoints[225] = spawnstruct(); -/* 1:54 */waypoints[225].origin = (591.49, -972.959, 208.125); -/* 1:54 */waypoints[225].type = "stand"; -/* 1:54 */waypoints[225].children[0] = 223; -/* 1:54 */waypoints[225].children[1] = 226; -/* 1:54 */waypoints[225].children[2] = 227; -/* 1:54 */waypoints[225].children[3] = 281; -/* 1:54 */waypoints[226] = spawnstruct(); -/* 1:54 */waypoints[226].origin = (599.421, -820.096, 208.125); -/* 1:54 */waypoints[226].type = "stand"; -/* 1:54 */waypoints[226].children[0] = 225; -/* 1:54 */waypoints[226].children[1] = 224; -/* 1:54 */waypoints[227] = spawnstruct(); -/* 1:54 */waypoints[227].origin = (594.414, -1132.16, 208.125); -/* 1:54 */waypoints[227].type = "stand"; -/* 1:54 */waypoints[227].children[0] = 225; -/* 1:54 */waypoints[227].children[1] = 228; -/* 1:54 */waypoints[227].children[2] = 282; -/* 1:54 */waypoints[227].children[3] = 222; -/* 1:54 */waypoints[228] = spawnstruct(); -/* 1:54 */waypoints[228].origin = (593.92, -1282.2, 208.125); -/* 1:54 */waypoints[228].type = "stand"; -/* 1:54 */waypoints[228].children[0] = 227; -/* 1:54 */waypoints[228].children[1] = 229; -/* 1:54 */waypoints[229] = spawnstruct(); -/* 1:54 */waypoints[229].origin = (473.5, -1275.18, 208.125); -/* 1:54 */waypoints[229].type = "stand"; -/* 1:54 */waypoints[229].children[0] = 228; -/* 1:54 */waypoints[229].children[1] = 230; -/* 1:54 */waypoints[229].children[2] = 222; -/* 1:54 */waypoints[230] = spawnstruct(); -/* 1:54 */waypoints[230].origin = (317.248, -1275.1, 208.125); -/* 1:54 */waypoints[230].type = "stand"; -/* 1:54 */waypoints[230].children[0] = 229; -/* 1:54 */waypoints[230].children[1] = 231; -/* 1:54 */waypoints[231] = spawnstruct(); -/* 1:54 */waypoints[231].origin = (261.66, -1305.98, 208.125); -/* 1:54 */waypoints[231].type = "stand"; -/* 1:54 */waypoints[231].children[0] = 230; -/* 1:54 */waypoints[231].children[1] = 232; -/* 1:54 */waypoints[231].children[2] = 221; -/* 1:54 */waypoints[232] = spawnstruct(); -/* 1:54 */waypoints[232].origin = (180.105, -1307.13, 208.125); -/* 1:54 */waypoints[232].type = "stand"; -/* 1:54 */waypoints[232].children[0] = 231; -/* 1:54 */waypoints[232].children[1] = 233; -/* 1:54 */waypoints[232].children[2] = 234; -/* 1:54 */waypoints[232].children[3] = 235; -/* 1:54 */waypoints[233] = spawnstruct(); -/* 1:54 */waypoints[233].origin = (199.875, -1251.13, 208.125); -/* 1:54 */waypoints[233].type = "claymore"; -/* 1:54 */waypoints[233].children[0] = 232; -/* 1:54 */waypoints[233].angles = (8.08044, -92.1478, 0); -/* 1:54 */waypoints[234] = spawnstruct(); -/* 1:54 */waypoints[234].origin = (199.875, -1508.88, 208.125); -/* 1:54 */waypoints[234].type = "crouch"; -/* 1:54 */waypoints[234].children[0] = 232; -/* 1:54 */waypoints[234].angles = (23.8074, 111.286, 0); -/* 1:54 */waypoints[235] = spawnstruct(); -/* 1:54 */waypoints[235].origin = (32.6311, -1393.16, 208.125); -/* 1:54 */waypoints[235].type = "stand"; -/* 1:54 */waypoints[235].children[0] = 232; -/* 1:54 */waypoints[235].children[1] = 216; -/* 1:54 */waypoints[236] = spawnstruct(); -/* 1:54 */waypoints[236].origin = (-253.838, -1270.58, 198.172); -/* 1:54 */waypoints[236].type = "stand"; -/* 1:54 */waypoints[236].children[0] = 217; -/* 1:54 */waypoints[236].children[1] = 237; -/* 1:54 */waypoints[237] = spawnstruct(); -/* 1:54 */waypoints[237].origin = (-525.952, -1327.79, 157.269); -/* 1:54 */waypoints[237].type = "stand"; -/* 1:54 */waypoints[237].children[0] = 236; -/* 1:54 */waypoints[237].children[1] = 214; -/* 1:54 */waypoints[237].children[2] = 244; -/* 1:54 */waypoints[238] = spawnstruct(); -/* 1:54 */waypoints[238].origin = (-283.875, -1177.89, 208.125); -/* 1:54 */waypoints[238].type = "climb"; -/* 1:54 */waypoints[238].children[0] = 217; -/* 1:54 */waypoints[238].children[1] = 239; -/* 1:54 */waypoints[238].angles = (9.3988, -179.121, 0); -/* 1:54 */waypoints[239] = spawnstruct(); -/* 1:54 */waypoints[239].origin = (-287.148, -1177.99, 232.125); -/* 1:54 */waypoints[239].type = "stand"; -/* 1:54 */waypoints[239].children[0] = 238; -/* 1:54 */waypoints[239].children[1] = 240; -/* 1:54 */waypoints[240] = spawnstruct(); -/* 1:54 */waypoints[240].origin = (-315.875, -1178.02, 232.125); -/* 1:54 */waypoints[240].type = "climb"; -/* 1:54 */waypoints[240].children[0] = 239; -/* 1:54 */waypoints[240].children[1] = 241; -/* 1:54 */waypoints[240].angles = (9.48669, -179.121, 0); -/* 1:54 */waypoints[241] = spawnstruct(); -/* 1:54 */waypoints[241].origin = (-332.447, -1177.99, 276.125); -/* 1:54 */waypoints[241].type = "stand"; -/* 1:54 */waypoints[241].children[0] = 240; -/* 1:54 */waypoints[241].children[1] = 242; -/* 1:54 */waypoints[242] = spawnstruct(); -/* 1:54 */waypoints[242].origin = (-355.807, -1176.74, 200.125); -/* 1:54 */waypoints[242].type = "climb"; -/* 1:54 */waypoints[242].children[0] = 241; -/* 1:54 */waypoints[242].children[1] = 243; -/* 1:54 */waypoints[242].angles = (0.966797, -4.11438, 0); -/* 1:54 */waypoints[243] = spawnstruct(); -/* 1:54 */waypoints[243].origin = (-471.705, -1145.26, 200.125); -/* 1:54 */waypoints[243].type = "stand"; -/* 1:54 */waypoints[243].children[0] = 242; -/* 1:54 */waypoints[243].children[1] = 181; -/* 1:54 */waypoints[243].children[2] = 244; -/* 1:54 */waypoints[244] = spawnstruct(); -/* 1:54 */waypoints[244].origin = (-791.427, -1132.25, 152.099); -/* 1:54 */waypoints[244].type = "stand"; -/* 1:54 */waypoints[244].children[0] = 243; -/* 1:54 */waypoints[244].children[1] = 237; -/* 1:54 */waypoints[244].children[2] = 245; -/* 1:54 */waypoints[244].children[3] = 259; -/* 1:54 */waypoints[245] = spawnstruct(); -/* 1:54 */waypoints[245].origin = (-809.008, -1078.75, 151.866); -/* 1:54 */waypoints[245].type = "stand"; -/* 1:54 */waypoints[245].children[0] = 244; -/* 1:54 */waypoints[245].children[1] = 246; -/* 1:54 */waypoints[246] = spawnstruct(); -/* 1:54 */waypoints[246].origin = (-832.61, -955.32, 168.125); -/* 1:54 */waypoints[246].type = "stand"; -/* 1:54 */waypoints[246].children[0] = 245; -/* 1:54 */waypoints[246].children[1] = 247; -/* 1:54 */waypoints[246].children[2] = 248; -/* 1:54 */waypoints[247] = spawnstruct(); -/* 1:54 */waypoints[247].origin = (-965.875, -999.715, 168.125); -/* 1:54 */waypoints[247].type = "crouch"; -/* 1:54 */waypoints[247].children[0] = 246; -/* 1:54 */waypoints[247].angles = (27.2186, 23.0878, 0); -/* 1:54 */waypoints[248] = spawnstruct(); -/* 1:54 */waypoints[248].origin = (-908.819, -837.57, 168.125); -/* 1:54 */waypoints[248].type = "stand"; -/* 1:54 */waypoints[248].children[0] = 246; -/* 1:54 */waypoints[248].children[1] = 249; -/* 1:54 */waypoints[249] = spawnstruct(); -/* 1:54 */waypoints[249].origin = (-1073.94, -857.662, 168.125); -/* 1:54 */waypoints[249].type = "stand"; -/* 1:54 */waypoints[249].children[0] = 248; -/* 1:54 */waypoints[249].children[1] = 250; -/* 1:54 */waypoints[250] = spawnstruct(); -/* 1:54 */waypoints[250].origin = (-1063.01, -666.39, 232.125); -/* 1:54 */waypoints[250].type = "stand"; -/* 1:54 */waypoints[250].children[0] = 249; -/* 1:54 */waypoints[250].children[1] = 251; -/* 1:54 */waypoints[251] = spawnstruct(); -/* 1:54 */waypoints[251].origin = (-847.756, -660.346, 304.125); -/* 1:54 */waypoints[251].type = "stand"; -/* 1:54 */waypoints[251].children[0] = 250; -/* 1:54 */waypoints[251].children[1] = 252; -/* 1:54 */waypoints[252] = spawnstruct(); -/* 1:54 */waypoints[252].origin = (-873.175, -910.498, 304.125); -/* 1:54 */waypoints[252].type = "stand"; -/* 1:54 */waypoints[252].children[0] = 251; -/* 1:54 */waypoints[252].children[1] = 253; -/* 1:54 */waypoints[253] = spawnstruct(); -/* 1:54 */waypoints[253].origin = (-1023.02, -942.343, 304.125); -/* 1:54 */waypoints[253].type = "crouch"; -/* 1:54 */waypoints[253].children[0] = 252; -/* 1:54 */waypoints[253].children[1] = 254; -/* 1:54 */waypoints[254] = spawnstruct(); -/* 1:54 */waypoints[254].origin = (-1083.88, -943.456, 304.125); -/* 1:54 */waypoints[254].type = "climb"; -/* 1:54 */waypoints[254].children[0] = 253; -/* 1:54 */waypoints[254].children[1] = 255; -/* 1:54 */waypoints[254].angles = (22.3846, 179.868, 0); -/* 1:54 */waypoints[255] = spawnstruct(); -/* 1:54 */waypoints[255].origin = (-1100.5, -943.456, 336.125); -/* 1:54 */waypoints[255].type = "stand"; -/* 1:54 */waypoints[255].children[0] = 254; -/* 1:54 */waypoints[255].children[1] = 256; -/* 1:54 */waypoints[256] = spawnstruct(); -/* 1:54 */waypoints[256].origin = (-1136.14, -949.099, 152.125); -/* 1:54 */waypoints[256].type = "climb"; -/* 1:54 */waypoints[256].children[0] = 255; -/* 1:54 */waypoints[256].children[1] = 257; -/* 1:54 */waypoints[256].angles = (0.247192, -1.42822, 0); -/* 1:54 */waypoints[257] = spawnstruct(); -/* 1:54 */waypoints[257].origin = (-1359.12, -993.193, 151.976); -/* 1:54 */waypoints[257].type = "stand"; -/* 1:54 */waypoints[257].children[0] = 256; -/* 1:54 */waypoints[257].children[1] = 258; -/* 1:54 */waypoints[258] = spawnstruct(); -/* 1:54 */waypoints[258].origin = (-1603.92, -1112.56, 150.271); -/* 1:54 */waypoints[258].type = "stand"; -/* 1:54 */waypoints[258].children[0] = 257; -/* 1:54 */waypoints[258].children[1] = 189; -/* 1:54 */waypoints[258].children[2] = 188; -/* 1:54 */waypoints[258].children[3] = 259; -/* 1:54 */waypoints[258].children[4] = 264; -/* 1:54 */waypoints[259] = spawnstruct(); -/* 1:54 */waypoints[259].origin = (-1213.78, -1156.33, 153.339); -/* 1:54 */waypoints[259].type = "stand"; -/* 1:54 */waypoints[259].children[0] = 258; -/* 1:54 */waypoints[259].children[1] = 244; -/* 1:54 */waypoints[259].children[2] = 260; -/* 1:54 */waypoints[260] = spawnstruct(); -/* 1:54 */waypoints[260].origin = (-1140.28, -1276.42, 147.248); -/* 1:54 */waypoints[260].type = "stand"; -/* 1:54 */waypoints[260].children[0] = 259; -/* 1:54 */waypoints[260].children[1] = 261; -/* 1:54 */waypoints[260].children[2] = 262; -/* 1:54 */waypoints[261] = spawnstruct(); -/* 1:54 */waypoints[261].origin = (-913.021, -1467.5, 144.117); -/* 1:54 */waypoints[261].type = "stand"; -/* 1:54 */waypoints[261].children[0] = 260; -/* 1:54 */waypoints[261].children[1] = 212; -/* 1:54 */waypoints[262] = spawnstruct(); -/* 1:54 */waypoints[262].origin = (-1236.18, -1450.01, 144.005); -/* 1:54 */waypoints[262].type = "stand"; -/* 1:54 */waypoints[262].children[0] = 260; -/* 1:54 */waypoints[262].children[1] = 213; -/* 1:54 */waypoints[262].children[2] = 263; -/* 1:54 */waypoints[262].children[3] = 264; -/* 1:54 */waypoints[263] = spawnstruct(); -/* 1:54 */waypoints[263].origin = (-1480.88, -1696.88, 154.998); -/* 1:54 */waypoints[263].type = "crouch"; -/* 1:54 */waypoints[263].children[0] = 262; -/* 1:54 */waypoints[263].angles = (17.6166, 42.6709, 0); -/* 1:54 */waypoints[264] = spawnstruct(); -/* 1:54 */waypoints[264].origin = (-1467.54, -1317.05, 153.001); -/* 1:54 */waypoints[264].type = "stand"; -/* 1:54 */waypoints[264].children[0] = 262; -/* 1:54 */waypoints[264].children[1] = 258; -/* 1:54 */waypoints[265] = spawnstruct(); -/* 1:54 */waypoints[265].origin = (-1579.12, -1718.05, 152.125); -/* 1:54 */waypoints[265].type = "crouch"; -/* 1:54 */waypoints[265].children[0] = 193; -/* 1:54 */waypoints[265].angles = (11.6455, 169.442, 0); -/* 1:54 */waypoints[266] = spawnstruct(); -/* 1:54 */waypoints[266].origin = (-1958.3, -1479.22, 152.125); -/* 1:54 */waypoints[266].type = "stand"; -/* 1:54 */waypoints[266].children[0] = 192; -/* 1:54 */waypoints[266].children[1] = 267; -/* 1:54 */waypoints[267] = spawnstruct(); -/* 1:54 */waypoints[267].origin = (-2234.27, -1473.94, 152.125); -/* 1:54 */waypoints[267].type = "stand"; -/* 1:54 */waypoints[267].children[0] = 266; -/* 1:54 */waypoints[267].children[1] = 268; -/* 1:54 */waypoints[268] = spawnstruct(); -/* 1:54 */waypoints[268].origin = (-2225.57, -1126.53, 152.125); -/* 1:54 */waypoints[268].type = "stand"; -/* 1:54 */waypoints[268].children[0] = 267; -/* 1:54 */waypoints[268].children[1] = 269; -/* 1:54 */waypoints[269] = spawnstruct(); -/* 1:54 */waypoints[269].origin = (-2225.47, -973.996, 152.125); -/* 1:54 */waypoints[269].type = "stand"; -/* 1:54 */waypoints[269].children[0] = 268; -/* 1:54 */waypoints[269].children[1] = 270; -/* 1:54 */waypoints[269].children[2] = 296; -/* 1:54 */waypoints[270] = spawnstruct(); -/* 1:54 */waypoints[270].origin = (-2048.56, -967.637, 152.125); -/* 1:54 */waypoints[270].type = "stand"; -/* 1:54 */waypoints[270].children[0] = 269; -/* 1:54 */waypoints[270].children[1] = 271; -/* 1:54 */waypoints[270].children[2] = 272; -/* 1:54 */waypoints[271] = spawnstruct(); -/* 1:54 */waypoints[271].origin = (-1826.36, -980.793, 152.125); -/* 1:54 */waypoints[271].type = "stand"; -/* 1:54 */waypoints[271].children[0] = 270; -/* 1:54 */waypoints[271].children[1] = 189; -/* 1:54 */waypoints[271].children[2] = 188; -/* 1:54 */waypoints[272] = spawnstruct(); -/* 1:54 */waypoints[272].origin = (-2056.1, -722.667, 112.125); -/* 1:54 */waypoints[272].type = "stand"; -/* 1:54 */waypoints[272].children[0] = 270; -/* 1:54 */waypoints[272].children[1] = 273; -/* 1:54 */waypoints[272].children[2] = 298; -/* 1:54 */waypoints[273] = spawnstruct(); -/* 1:54 */waypoints[273].origin = (-2064.62, -440.893, 188.125); -/* 1:54 */waypoints[273].type = "stand"; -/* 1:54 */waypoints[273].children[0] = 272; -/* 1:54 */waypoints[273].children[1] = 59; -/* 1:54 */waypoints[273].children[2] = 60; -/* 1:54 */waypoints[274] = spawnstruct(); -/* 1:54 */waypoints[274].origin = (-1989, 191.296, 188.125); -/* 1:54 */waypoints[274].type = "stand"; -/* 1:54 */waypoints[274].children[0] = 58; -/* 1:54 */waypoints[274].children[1] = 63; -/* 1:54 */waypoints[274].children[2] = 59; -/* 1:54 */waypoints[275] = spawnstruct(); -/* 1:54 */waypoints[275].origin = (-883.132, 465.491, 304.125); -/* 1:54 */waypoints[275].type = "stand"; -/* 1:54 */waypoints[275].children[0] = 50; -/* 1:54 */waypoints[275].children[1] = 276; -/* 1:54 */waypoints[276] = spawnstruct(); -/* 1:54 */waypoints[276].origin = (-549.247, 482.953, 304.125); -/* 1:54 */waypoints[276].type = "stand"; -/* 1:54 */waypoints[276].children[0] = 275; -/* 1:54 */waypoints[276].children[1] = 277; -/* 1:54 */waypoints[277] = spawnstruct(); -/* 1:54 */waypoints[277].origin = (-370.582, 492.83, 320.125); -/* 1:54 */waypoints[277].type = "stand"; -/* 1:54 */waypoints[277].children[0] = 276; -/* 1:54 */waypoints[277].children[1] = 278; -/* 1:54 */waypoints[278] = spawnstruct(); -/* 1:54 */waypoints[278].origin = (-343.215, 371.566, 320.125); -/* 1:54 */waypoints[278].type = "crouch"; -/* 1:54 */waypoints[278].children[0] = 277; -/* 1:54 */waypoints[278].children[1] = 279; -/* 1:54 */waypoints[279] = spawnstruct(); -/* 1:54 */waypoints[279].origin = (20.8969, 390.657, 320.125); -/* 1:54 */waypoints[279].type = "stand"; -/* 1:54 */waypoints[279].children[0] = 278; -/* 1:54 */waypoints[279].children[1] = 5; -/* 1:54 */waypoints[280] = spawnstruct(); -/* 1:54 */waypoints[280].origin = (164.061, 714.625, 320.125); -/* 1:54 */waypoints[280].type = "crouch"; -/* 1:54 */waypoints[280].children[0] = 7; -/* 1:54 */waypoints[280].angles = (19.9017, 5.83923, 0); -/* 1:54 */waypoints[281] = spawnstruct(); -/* 1:54 */waypoints[281].origin = (804.139, -994.244, 208.125); -/* 1:54 */waypoints[281].type = "stand"; -/* 1:54 */waypoints[281].children[0] = 225; -/* 1:54 */waypoints[281].children[1] = 282; -/* 1:54 */waypoints[282] = spawnstruct(); -/* 1:54 */waypoints[282].origin = (971.962, -1085.06, 208.125); -/* 1:54 */waypoints[282].type = "stand"; -/* 1:54 */waypoints[282].children[0] = 281; -/* 1:54 */waypoints[282].children[1] = 283; -/* 1:54 */waypoints[282].children[2] = 227; -/* 1:54 */waypoints[283] = spawnstruct(); -/* 1:54 */waypoints[283].origin = (1099.98, -1283.91, 208.125); -/* 1:54 */waypoints[283].type = "stand"; -/* 1:54 */waypoints[283].children[0] = 282; -/* 1:54 */waypoints[283].children[1] = 284; -/* 1:54 */waypoints[284] = spawnstruct(); -/* 1:54 */waypoints[284].origin = (1279.82, -1191.86, 204.125); -/* 1:54 */waypoints[284].type = "stand"; -/* 1:54 */waypoints[284].children[0] = 283; -/* 1:54 */waypoints[284].children[1] = 285; -/* 1:54 */waypoints[285] = spawnstruct(); -/* 1:54 */waypoints[285].origin = (1246.24, -1007.65, 208.125); -/* 1:54 */waypoints[285].type = "stand"; -/* 1:54 */waypoints[285].children[0] = 284; -/* 1:54 */waypoints[285].children[1] = 286; -/* 1:54 */waypoints[285].children[2] = 290; -/* 1:54 */waypoints[286] = spawnstruct(); -/* 1:54 */waypoints[286].origin = (1055.97, -976.429, 208.125); -/* 1:54 */waypoints[286].type = "stand"; -/* 1:54 */waypoints[286].children[0] = 285; -/* 1:54 */waypoints[286].children[1] = 287; -/* 1:54 */waypoints[287] = spawnstruct(); -/* 1:54 */waypoints[287].origin = (1047.35, -829.142, 208.125); -/* 1:54 */waypoints[287].type = "stand"; -/* 1:54 */waypoints[287].children[0] = 286; -/* 1:54 */waypoints[287].children[1] = 288; -/* 1:54 */waypoints[288] = spawnstruct(); -/* 1:54 */waypoints[288].origin = (1050.09, -606.572, 232.125); -/* 1:54 */waypoints[288].type = "stand"; -/* 1:54 */waypoints[288].children[0] = 287; -/* 1:54 */waypoints[288].children[1] = 108; -/* 1:54 */waypoints[288].children[2] = 289; -/* 1:54 */waypoints[289] = spawnstruct(); -/* 1:54 */waypoints[289].origin = (1255.05, -702.843, 232.125); -/* 1:54 */waypoints[289].type = "stand"; -/* 1:54 */waypoints[289].children[0] = 288; -/* 1:54 */waypoints[289].children[1] = 290; -/* 1:54 */waypoints[290] = spawnstruct(); -/* 1:54 */waypoints[290].origin = (1312.69, -859.375, 208.125); -/* 1:54 */waypoints[290].type = "stand"; -/* 1:54 */waypoints[290].children[0] = 289; -/* 1:54 */waypoints[290].children[1] = 285; -/* 1:54 */waypoints[291] = spawnstruct(); -/* 1:54 */waypoints[291].origin = (628.691, 90.1666, 208.125); -/* 1:54 */waypoints[291].type = "stand"; -/* 1:54 */waypoints[291].children[0] = 98; -/* 1:54 */waypoints[291].children[1] = 292; -/* 1:54 */waypoints[292] = spawnstruct(); -/* 1:54 */waypoints[292].origin = (921.166, 103.956, 208.125); -/* 1:54 */waypoints[292].type = "stand"; -/* 1:54 */waypoints[292].children[0] = 291; -/* 1:54 */waypoints[292].children[1] = 293; -/* 1:54 */waypoints[293] = spawnstruct(); -/* 1:54 */waypoints[293].origin = (1030.68, 162.674, 228.737); -/* 1:54 */waypoints[293].type = "stand"; -/* 1:54 */waypoints[293].children[0] = 292; -/* 1:54 */waypoints[293].children[1] = 120; -/* 1:54 */waypoints[293].children[2] = 106; -/* 1:54 */waypoints[294] = spawnstruct(); -/* 1:54 */waypoints[294].origin = (-1810.88, 898.049, -27.6879); -/* 1:54 */waypoints[294].type = "crouch"; -/* 1:54 */waypoints[294].children[0] = 28; -/* 1:54 */waypoints[294].angles = (5.31738, 18.5229, 0); -/* 1:54 */waypoints[295] = spawnstruct(); -/* 1:54 */waypoints[295].origin = (-1382.59, 1295.4, 25.146); -/* 1:54 */waypoints[295].type = "crouch"; -/* 1:54 */waypoints[295].children[0] = 28; -/* 1:54 */waypoints[295].children[1] = 25; -/* 1:54 */waypoints[296] = spawnstruct(); -/* 1:54 */waypoints[296].origin = (-2267.61, -747.799, 143.04); -/* 1:54 */waypoints[296].type = "stand"; -/* 1:54 */waypoints[296].children[0] = 269; -/* 1:54 */waypoints[296].children[1] = 297; -/* 1:54 */waypoints[296].children[2] = 299; -/* 1:54 */waypoints[297] = spawnstruct(); -/* 1:54 */waypoints[297].origin = (-2351.92, -508.791, 200.125); -/* 1:54 */waypoints[297].type = "stand"; -/* 1:54 */waypoints[297].children[0] = 296; -/* 1:54 */waypoints[297].children[1] = 60; -/* 1:54 */waypoints[298] = spawnstruct(); -/* 1:54 */waypoints[298].origin = (-2108.68, -722.209, 112.125); -/* 1:54 */waypoints[298].type = "climb"; -/* 1:54 */waypoints[298].children[0] = 272; -/* 1:54 */waypoints[298].children[1] = 299; -/* 1:54 */waypoints[298].angles = (12.2552, -179.918, 0); -/* 1:54 */waypoints[299] = spawnstruct(); -/* 1:54 */waypoints[299].origin = (-2125.7, -722.21, 158.125); -/* 1:54 */waypoints[299].type = "stand"; -/* 1:54 */waypoints[299].children[0] = 298; -/* 1:54 */waypoints[299].children[1] = 296; -/* 1:54 */return waypoints; -} diff --git a/raw/maps/mp/bots/waypoints/terminal.gsc b/raw/maps/mp/bots/waypoints/terminal.gsc deleted file mode 100644 index fbf20c5..0000000 --- a/raw/maps/mp/bots/waypoints/terminal.gsc +++ /dev/null @@ -1,1432 +0,0 @@ -Terminal() -{ - waypoints = []; -waypoints[0] = spawnstruct(); -/* 9:54 */waypoints[0].origin =(2432.84, 3177.44, 48.125); -/* 9:54 */waypoints[0].type = "stand"; -/* 9:54 */waypoints[0].childCount = 3; -/* 9:54 */waypoints[0].children[0] = 1; -/* 9:54 */waypoints[0].children[1] = 7; -/* 9:54 */waypoints[0].children[2] = 111; -/* 9:54 */waypoints[1] = spawnstruct(); -/* 9:54 */waypoints[1].origin =(2623.91, 3385.37, 48.125); -/* 9:54 */waypoints[1].type = "stand"; -/* 9:54 */waypoints[1].childCount = 2; -/* 9:54 */waypoints[1].children[0] = 0; -/* 9:54 */waypoints[1].children[1] = 2; -/* 9:54 */waypoints[2] = spawnstruct(); -/* 9:54 */waypoints[2].origin =(2638.1, 3634.09, 48.125); -/* 9:54 */waypoints[2].type = "stand"; -/* 9:54 */waypoints[2].childCount = 4; -/* 9:54 */waypoints[2].children[0] = 1; -/* 9:54 */waypoints[2].children[1] = 3; -/* 9:54 */waypoints[2].children[2] = 6; -/* 9:54 */waypoints[2].children[3] = 151; -/* 9:54 */waypoints[3] = spawnstruct(); -/* 9:54 */waypoints[3].origin =(2611.72, 4101.33, 48.125); -/* 9:54 */waypoints[3].type = "stand"; -/* 9:54 */waypoints[3].childCount = 3; -/* 9:54 */waypoints[3].children[0] = 2; -/* 9:54 */waypoints[3].children[1] = 4; -/* 9:54 */waypoints[3].children[2] = 148; -/* 9:54 */waypoints[4] = spawnstruct(); -/* 9:54 */waypoints[4].origin =(2438.76, 4101.49, 48.125); -/* 9:54 */waypoints[4].type = "stand"; -/* 9:54 */waypoints[4].childCount = 4; -/* 9:54 */waypoints[4].children[0] = 3; -/* 9:54 */waypoints[4].children[1] = 5; -/* 9:54 */waypoints[4].children[2] = 13; -/* 9:54 */waypoints[4].children[3] = 173; -/* 9:54 */waypoints[5] = spawnstruct(); -/* 9:54 */waypoints[5].origin =(2186.04, 3958.87, 48.125); -/* 9:54 */waypoints[5].type = "stand"; -/* 9:54 */waypoints[5].childCount = 4; -/* 9:54 */waypoints[5].children[0] = 4; -/* 9:54 */waypoints[5].children[1] = 6; -/* 9:54 */waypoints[5].children[2] = 10; -/* 9:54 */waypoints[5].children[3] = 12; -/* 9:54 */waypoints[6] = spawnstruct(); -/* 9:54 */waypoints[6].origin =(2354.03, 3681.54, 48.125); -/* 9:54 */waypoints[6].type = "stand"; -/* 9:54 */waypoints[6].childCount = 5; -/* 9:54 */waypoints[6].children[0] = 5; -/* 9:54 */waypoints[6].children[1] = 2; -/* 9:54 */waypoints[6].children[2] = 7; -/* 9:54 */waypoints[6].children[3] = 9; -/* 9:54 */waypoints[6].children[4] = 173; -/* 9:54 */waypoints[7] = spawnstruct(); -/* 9:54 */waypoints[7].origin =(2226.13, 3420.13, 48.125); -/* 9:54 */waypoints[7].type = "stand"; -/* 9:54 */waypoints[7].childCount = 3; -/* 9:54 */waypoints[7].children[0] = 6; -/* 9:54 */waypoints[7].children[1] = 0; -/* 9:54 */waypoints[7].children[2] = 8; -/* 9:54 */waypoints[8] = spawnstruct(); -/* 9:54 */waypoints[8].origin =(1951.26, 3588.48, 48.125); -/* 9:54 */waypoints[8].type = "stand"; -/* 9:54 */waypoints[8].childCount = 2; -/* 9:54 */waypoints[8].children[0] = 7; -/* 9:54 */waypoints[8].children[1] = 9; -/* 9:54 */waypoints[9] = spawnstruct(); -/* 9:54 */waypoints[9].origin =(1940.87, 3737.89, 48.125); -/* 9:54 */waypoints[9].type = "stand"; -/* 9:54 */waypoints[9].childCount = 4; -/* 9:54 */waypoints[9].children[0] = 8; -/* 9:54 */waypoints[9].children[1] = 10; -/* 9:54 */waypoints[9].children[2] = 108; -/* 9:54 */waypoints[9].children[3] = 6; -/* 9:54 */waypoints[10] = spawnstruct(); -/* 9:54 */waypoints[10].origin =(1960.7, 3934.71, 48.125); -/* 9:54 */waypoints[10].type = "stand"; -/* 9:54 */waypoints[10].childCount = 3; -/* 9:54 */waypoints[10].children[0] = 9; -/* 9:54 */waypoints[10].children[1] = 11; -/* 9:54 */waypoints[10].children[2] = 5; -/* 9:54 */waypoints[11] = spawnstruct(); -/* 9:54 */waypoints[11].origin =(2023.73, 4142.75, 48.125); -/* 9:54 */waypoints[11].type = "stand"; -/* 9:54 */waypoints[11].childCount = 2; -/* 9:54 */waypoints[11].children[0] = 10; -/* 9:54 */waypoints[11].children[1] = 12; -/* 9:54 */waypoints[12] = spawnstruct(); -/* 9:54 */waypoints[12].origin =(2274.64, 4157.4, 85.7824); -/* 9:54 */waypoints[12].type = "stand"; -/* 9:54 */waypoints[12].childCount = 3; -/* 9:54 */waypoints[12].children[0] = 5; -/* 9:54 */waypoints[12].children[1] = 11; -/* 9:54 */waypoints[12].children[2] = 130; -/* 9:54 */waypoints[13] = spawnstruct(); -/* 9:54 */waypoints[13].origin =(2425.26, 4538.21, 192.125); -/* 9:54 */waypoints[13].type = "stand"; -/* 9:54 */waypoints[13].childCount = 3; -/* 9:54 */waypoints[13].children[0] = 4; -/* 9:54 */waypoints[13].children[1] = 14; -/* 9:54 */waypoints[13].children[2] = 19; -/* 9:54 */waypoints[14] = spawnstruct(); -/* 9:54 */waypoints[14].origin =(2056.91, 4534.1, 192.125); -/* 9:54 */waypoints[14].type = "stand"; -/* 9:54 */waypoints[14].childCount = 3; -/* 9:54 */waypoints[14].children[0] = 13; -/* 9:54 */waypoints[14].children[1] = 15; -/* 9:54 */waypoints[14].children[2] = 129; -/* 9:54 */waypoints[15] = spawnstruct(); -/* 9:54 */waypoints[15].origin =(2021.94, 4902.67, 192.125); -/* 9:54 */waypoints[15].type = "stand"; -/* 9:54 */waypoints[15].childCount = 4; -/* 9:54 */waypoints[15].children[0] = 14; -/* 9:54 */waypoints[15].children[1] = 16; -/* 9:54 */waypoints[15].children[2] = 17; -/* 9:54 */waypoints[15].children[3] = 129; -/* 9:54 */waypoints[16] = spawnstruct(); -/* 9:54 */waypoints[16].origin =(1777.53, 4905.69, 192.125); -/* 9:54 */waypoints[16].type = "stand"; -/* 9:54 */waypoints[16].childCount = 3; -/* 9:54 */waypoints[16].children[0] = 15; -/* 9:54 */waypoints[16].children[1] = 80; -/* 9:54 */waypoints[16].children[2] = 106; -/* 9:54 */waypoints[17] = spawnstruct(); -/* 9:54 */waypoints[17].origin =(2344.83, 4975.41, 192.125); -/* 9:54 */waypoints[17].type = "stand"; -/* 9:54 */waypoints[17].childCount = 4; -/* 9:54 */waypoints[17].children[0] = 15; -/* 9:54 */waypoints[17].children[1] = 18; -/* 9:54 */waypoints[17].children[2] = 20; -/* 9:54 */waypoints[17].children[3] = 175; -/* 9:54 */waypoints[18] = spawnstruct(); -/* 9:54 */waypoints[18].origin =(2599.83, 4983.93, 192.125); -/* 9:54 */waypoints[18].type = "stand"; -/* 9:54 */waypoints[18].childCount = 4; -/* 9:54 */waypoints[18].children[0] = 17; -/* 9:54 */waypoints[18].children[1] = 19; -/* 9:54 */waypoints[18].children[2] = 21; -/* 9:54 */waypoints[18].children[3] = 24; -/* 9:54 */waypoints[19] = spawnstruct(); -/* 9:54 */waypoints[19].origin =(2744.51, 4651.17, 192.125); -/* 9:54 */waypoints[19].type = "stand"; -/* 9:54 */waypoints[19].childCount = 4; -/* 9:54 */waypoints[19].children[0] = 18; -/* 9:54 */waypoints[19].children[1] = 13; -/* 9:54 */waypoints[19].children[2] = 24; -/* 9:54 */waypoints[19].children[3] = 147; -/* 9:54 */waypoints[20] = spawnstruct(); -/* 9:54 */waypoints[20].origin =(2237.21, 5305.93, 192.125); -/* 9:54 */waypoints[20].type = "stand"; -/* 9:54 */waypoints[20].childCount = 3; -/* 9:54 */waypoints[20].children[0] = 17; -/* 9:54 */waypoints[20].children[1] = 21; -/* 9:54 */waypoints[20].children[2] = 26; -/* 9:54 */waypoints[21] = spawnstruct(); -/* 9:54 */waypoints[21].origin =(2567.42, 5291.19, 192.125); -/* 9:54 */waypoints[21].type = "stand"; -/* 9:54 */waypoints[21].childCount = 4; -/* 9:54 */waypoints[21].children[0] = 20; -/* 9:54 */waypoints[21].children[1] = 18; -/* 9:54 */waypoints[21].children[2] = 22; -/* 9:54 */waypoints[21].children[3] = 23; -/* 9:54 */waypoints[22] = spawnstruct(); -/* 9:54 */waypoints[22].origin =(2623.45, 5463.14, 192.125); -/* 9:54 */waypoints[22].type = "stand"; -/* 9:54 */waypoints[22].childCount = 3; -/* 9:54 */waypoints[22].children[0] = 21; -/* 9:54 */waypoints[22].children[1] = 23; -/* 9:54 */waypoints[22].children[2] = 25; -/* 9:54 */waypoints[23] = spawnstruct(); -/* 9:54 */waypoints[23].origin =(2647.17, 5437.2, 192.125); -/* 9:54 */waypoints[23].type = "stand"; -/* 9:54 */waypoints[23].childCount = 2; -/* 9:54 */waypoints[23].children[0] = 22; -/* 9:54 */waypoints[23].children[1] = 21; -/* 9:54 */waypoints[24] = spawnstruct(); -/* 9:54 */waypoints[24].origin =(2844.88, 5005.63, 192.125); -/* 9:54 */waypoints[24].type = "stand"; -/* 9:54 */waypoints[24].childCount = 2; -/* 9:54 */waypoints[24].children[0] = 18; -/* 9:54 */waypoints[24].children[1] = 19; -/* 9:54 */waypoints[25] = spawnstruct(); -/* 9:54 */waypoints[25].origin =(2607.05, 5645.94, 192.125); -/* 9:54 */waypoints[25].type = "stand"; -/* 9:54 */waypoints[25].childCount = 3; -/* 9:54 */waypoints[25].children[0] = 22; -/* 9:54 */waypoints[25].children[1] = 26; -/* 9:54 */waypoints[25].children[2] = 28; -/* 9:54 */waypoints[26] = spawnstruct(); -/* 9:54 */waypoints[26].origin =(2241.28, 5607.58, 192.125); -/* 9:54 */waypoints[26].type = "stand"; -/* 9:54 */waypoints[26].childCount = 3; -/* 9:54 */waypoints[26].children[0] = 25; -/* 9:54 */waypoints[26].children[1] = 20; -/* 9:54 */waypoints[26].children[2] = 27; -/* 9:54 */waypoints[27] = spawnstruct(); -/* 9:54 */waypoints[27].origin =(2271.2, 5855.05, 192.125); -/* 9:54 */waypoints[27].type = "stand"; -/* 9:54 */waypoints[27].childCount = 4; -/* 9:54 */waypoints[27].children[0] = 26; -/* 9:54 */waypoints[27].children[1] = 28; -/* 9:54 */waypoints[27].children[2] = 29; -/* 9:54 */waypoints[27].children[3] = 174; -/* 9:54 */waypoints[28] = spawnstruct(); -/* 9:54 */waypoints[28].origin =(2604.25, 5887.97, 192.125); -/* 9:54 */waypoints[28].type = "stand"; -/* 9:54 */waypoints[28].childCount = 2; -/* 9:54 */waypoints[28].children[0] = 27; -/* 9:54 */waypoints[28].children[1] = 25; -/* 9:54 */waypoints[29] = spawnstruct(); -/* 9:54 */waypoints[29].origin =(2006.8, 5828.67, 192.125); -/* 9:54 */waypoints[29].type = "stand"; -/* 9:54 */waypoints[29].childCount = 4; -/* 9:54 */waypoints[29].children[0] = 27; -/* 9:54 */waypoints[29].children[1] = 30; -/* 9:54 */waypoints[29].children[2] = 66; -/* 9:54 */waypoints[29].children[3] = 163; -/* 9:54 */waypoints[30] = spawnstruct(); -/* 9:54 */waypoints[30].origin =(1790.04, 5836.05, 192.125); -/* 9:54 */waypoints[30].type = "stand"; -/* 9:54 */waypoints[30].childCount = 3; -/* 9:54 */waypoints[30].children[0] = 29; -/* 9:54 */waypoints[30].children[1] = 31; -/* 9:54 */waypoints[30].children[2] = 65; -/* 9:54 */waypoints[31] = spawnstruct(); -/* 9:54 */waypoints[31].origin =(1433.78, 5875.41, 192.125); -/* 9:54 */waypoints[31].type = "stand"; -/* 9:54 */waypoints[31].childCount = 5; -/* 9:54 */waypoints[31].children[0] = 30; -/* 9:54 */waypoints[31].children[1] = 32; -/* 9:54 */waypoints[31].children[2] = 64; -/* 9:54 */waypoints[31].children[3] = 134; -/* 9:54 */waypoints[31].children[4] = 162; -/* 9:54 */waypoints[32] = spawnstruct(); -/* 9:54 */waypoints[32].origin =(1036.57, 5804.74, 192.125); -/* 9:54 */waypoints[32].type = "stand"; -/* 9:54 */waypoints[32].childCount = 3; -/* 9:54 */waypoints[32].children[0] = 31; -/* 9:54 */waypoints[32].children[1] = 33; -/* 9:54 */waypoints[32].children[2] = 71; -/* 9:54 */waypoints[33] = spawnstruct(); -/* 9:54 */waypoints[33].origin =(879.821, 5799.07, 192.125); -/* 9:54 */waypoints[33].type = "stand"; -/* 9:54 */waypoints[33].childCount = 3; -/* 9:54 */waypoints[33].children[0] = 32; -/* 9:54 */waypoints[33].children[1] = 34; -/* 9:54 */waypoints[33].children[2] = 69; -/* 9:54 */waypoints[34] = spawnstruct(); -/* 9:54 */waypoints[34].origin =(839.605, 5621.73, 192.125); -/* 9:54 */waypoints[34].type = "stand"; -/* 9:54 */waypoints[34].childCount = 2; -/* 9:54 */waypoints[34].children[0] = 33; -/* 9:54 */waypoints[34].children[1] = 35; -/* 9:54 */waypoints[35] = spawnstruct(); -/* 9:54 */waypoints[35].origin =(596.88, 5612.15, 192.125); -/* 9:54 */waypoints[35].type = "stand"; -/* 9:54 */waypoints[35].childCount = 2; -/* 9:54 */waypoints[35].children[0] = 34; -/* 9:54 */waypoints[35].children[1] = 36; -/* 9:54 */waypoints[36] = spawnstruct(); -/* 9:54 */waypoints[36].origin =(582.159, 5822.87, 192.125); -/* 9:54 */waypoints[36].type = "stand"; -/* 9:54 */waypoints[36].childCount = 3; -/* 9:54 */waypoints[36].children[0] = 35; -/* 9:54 */waypoints[36].children[1] = 37; -/* 9:54 */waypoints[36].children[2] = 70; -/* 9:54 */waypoints[37] = spawnstruct(); -/* 9:54 */waypoints[37].origin =(385.094, 5787.88, 192.125); -/* 9:54 */waypoints[37].type = "stand"; -/* 9:54 */waypoints[37].childCount = 5; -/* 9:54 */waypoints[37].children[0] = 36; -/* 9:54 */waypoints[37].children[1] = 38; -/* 9:54 */waypoints[37].children[2] = 55; -/* 9:54 */waypoints[37].children[3] = 56; -/* 9:54 */waypoints[37].children[4] = 132; -/* 9:54 */waypoints[38] = spawnstruct(); -/* 9:54 */waypoints[38].origin =(390.047, 5462.98, 192.125); -/* 9:54 */waypoints[38].type = "stand"; -/* 9:54 */waypoints[38].childCount = 3; -/* 9:54 */waypoints[38].children[0] = 37; -/* 9:54 */waypoints[38].children[1] = 39; -/* 9:54 */waypoints[38].children[2] = 136; -/* 9:54 */waypoints[39] = spawnstruct(); -/* 9:54 */waypoints[39].origin =(207.877, 5464.84, 192.125); -/* 9:54 */waypoints[39].type = "stand"; -/* 9:54 */waypoints[39].childCount = 4; -/* 9:54 */waypoints[39].children[0] = 38; -/* 9:54 */waypoints[39].children[1] = 40; -/* 9:54 */waypoints[39].children[2] = 41; -/* 9:54 */waypoints[39].children[3] = 132; -/* 9:54 */waypoints[40] = spawnstruct(); -/* 9:54 */waypoints[40].origin =(182.153, 5253, 192.125); -/* 9:54 */waypoints[40].type = "stand"; -/* 9:54 */waypoints[40].childCount = 3; -/* 9:54 */waypoints[40].children[0] = 39; -/* 9:54 */waypoints[40].children[1] = 41; -/* 9:54 */waypoints[40].children[2] = 42; -/* 9:54 */waypoints[41] = spawnstruct(); -/* 9:54 */waypoints[41].origin =(163.806, 5276.92, 192.125); -/* 9:54 */waypoints[41].type = "stand"; -/* 9:54 */waypoints[41].childCount = 2; -/* 9:54 */waypoints[41].children[0] = 40; -/* 9:54 */waypoints[41].children[1] = 39; -/* 9:54 */waypoints[42] = spawnstruct(); -/* 9:54 */waypoints[42].origin =(175.527, 5118.8, 192.125); -/* 9:54 */waypoints[42].type = "stand"; -/* 9:54 */waypoints[42].childCount = 4; -/* 9:54 */waypoints[42].children[0] = 40; -/* 9:54 */waypoints[42].children[1] = 43; -/* 9:54 */waypoints[42].children[2] = 76; -/* 9:54 */waypoints[42].children[3] = 167; -/* 9:54 */waypoints[43] = spawnstruct(); -/* 9:54 */waypoints[43].origin =(-70.7136, 5134.85, 193.125); -/* 9:54 */waypoints[43].type = "stand"; -/* 9:54 */waypoints[43].childCount = 3; -/* 9:54 */waypoints[43].children[0] = 42; -/* 9:54 */waypoints[43].children[1] = 44; -/* 9:54 */waypoints[43].children[2] = 45; -/* 9:54 */waypoints[44] = spawnstruct(); -/* 9:54 */waypoints[44].origin =(-275.549, 4892.83, 193.125); -/* 9:54 */waypoints[44].type = "stand"; -/* 9:54 */waypoints[44].childCount = 2; -/* 9:54 */waypoints[44].children[0] = 43; -/* 9:54 */waypoints[44].children[1] = 45; -/* 9:54 */waypoints[45] = spawnstruct(); -/* 9:54 */waypoints[45].origin =(-266.815, 5296.99, 193.125); -/* 9:54 */waypoints[45].type = "stand"; -/* 9:54 */waypoints[45].childCount = 3; -/* 9:54 */waypoints[45].children[0] = 44; -/* 9:54 */waypoints[45].children[1] = 43; -/* 9:54 */waypoints[45].children[2] = 46; -/* 9:54 */waypoints[46] = spawnstruct(); -/* 9:54 */waypoints[46].origin =(-271.371, 5485, 193.125); -/* 9:54 */waypoints[46].type = "stand"; -/* 9:54 */waypoints[46].childCount = 3; -/* 9:54 */waypoints[46].children[0] = 45; -/* 9:54 */waypoints[46].children[1] = 47; -/* 9:54 */waypoints[46].children[2] = 135; -/* 9:54 */waypoints[47] = spawnstruct(); -/* 9:54 */waypoints[47].origin =(-266.112, 5628.38, 192.125); -/* 9:54 */waypoints[47].type = "stand"; -/* 9:54 */waypoints[47].childCount = 3; -/* 9:54 */waypoints[47].children[0] = 46; -/* 9:54 */waypoints[47].children[1] = 48; -/* 9:54 */waypoints[47].children[2] = 56; -/* 9:54 */waypoints[48] = spawnstruct(); -/* 9:54 */waypoints[48].origin =(-459.103, 5613.33, 192.125); -/* 9:54 */waypoints[48].type = "stand"; -/* 9:54 */waypoints[48].childCount = 2; -/* 9:54 */waypoints[48].children[0] = 47; -/* 9:54 */waypoints[48].children[1] = 49; -/* 9:54 */waypoints[49] = spawnstruct(); -/* 9:54 */waypoints[49].origin =(-213.579, 5992.19, 192.125); -/* 9:54 */waypoints[49].type = "stand"; -/* 9:54 */waypoints[49].childCount = 3; -/* 9:54 */waypoints[49].children[0] = 48; -/* 9:54 */waypoints[49].children[1] = 50; -/* 9:54 */waypoints[49].children[2] = 56; -/* 9:54 */waypoints[50] = spawnstruct(); -/* 9:54 */waypoints[50].origin =(102.977, 6223.63, 192.125); -/* 9:54 */waypoints[50].type = "stand"; -/* 9:54 */waypoints[50].childCount = 3; -/* 9:54 */waypoints[50].children[0] = 49; -/* 9:54 */waypoints[50].children[1] = 51; -/* 9:54 */waypoints[50].children[2] = 55; -/* 9:54 */waypoints[51] = spawnstruct(); -/* 9:54 */waypoints[51].origin =(102.809, 6476.36, 192.125); -/* 9:54 */waypoints[51].type = "stand"; -/* 9:54 */waypoints[51].childCount = 2; -/* 9:54 */waypoints[51].children[0] = 50; -/* 9:54 */waypoints[51].children[1] = 52; -/* 9:54 */waypoints[52] = spawnstruct(); -/* 9:54 */waypoints[52].origin =(264.317, 6469.23, 192.125); -/* 9:54 */waypoints[52].type = "stand"; -/* 9:54 */waypoints[52].childCount = 2; -/* 9:54 */waypoints[52].children[0] = 51; -/* 9:54 */waypoints[52].children[1] = 53; -/* 9:54 */waypoints[53] = spawnstruct(); -/* 9:54 */waypoints[53].origin =(272.6, 6624.24, 192.125); -/* 9:54 */waypoints[53].type = "stand"; -/* 9:54 */waypoints[53].childCount = 3; -/* 9:54 */waypoints[53].children[0] = 52; -/* 9:54 */waypoints[53].children[1] = 54; -/* 9:54 */waypoints[53].children[2] = 161; -/* 9:54 */waypoints[54] = spawnstruct(); -/* 9:54 */waypoints[54].origin =(642.269, 6605.11, 192.125); -/* 9:54 */waypoints[54].type = "stand"; -/* 9:54 */waypoints[54].childCount = 2; -/* 9:54 */waypoints[54].children[0] = 53; -/* 9:54 */waypoints[54].children[1] = 58; -/* 9:54 */waypoints[55] = spawnstruct(); -/* 9:54 */waypoints[55].origin =(405.933, 6202.26, 192.125); -/* 9:54 */waypoints[55].type = "stand"; -/* 9:54 */waypoints[55].childCount = 3; -/* 9:54 */waypoints[55].children[0] = 50; -/* 9:54 */waypoints[55].children[1] = 37; -/* 9:54 */waypoints[55].children[2] = 57; -/* 9:54 */waypoints[56] = spawnstruct(); -/* 9:54 */waypoints[56].origin =(-11.4943, 5718.22, 192.125); -/* 9:54 */waypoints[56].type = "stand"; -/* 9:54 */waypoints[56].childCount = 4; -/* 9:54 */waypoints[56].children[0] = 47; -/* 9:54 */waypoints[56].children[1] = 37; -/* 9:54 */waypoints[56].children[2] = 132; -/* 9:54 */waypoints[56].children[3] = 49; -/* 9:54 */waypoints[57] = spawnstruct(); -/* 9:54 */waypoints[57].origin =(766.344, 6179.48, 192.125); -/* 9:54 */waypoints[57].type = "stand"; -/* 9:54 */waypoints[57].childCount = 4; -/* 9:54 */waypoints[57].children[0] = 55; -/* 9:54 */waypoints[57].children[1] = 58; -/* 9:54 */waypoints[57].children[2] = 70; -/* 9:54 */waypoints[57].children[3] = 69; -/* 9:54 */waypoints[58] = spawnstruct(); -/* 9:54 */waypoints[58].origin =(779.758, 6492.23, 192.125); -/* 9:54 */waypoints[58].type = "stand"; -/* 9:54 */waypoints[58].childCount = 3; -/* 9:54 */waypoints[58].children[0] = 57; -/* 9:54 */waypoints[58].children[1] = 54; -/* 9:54 */waypoints[58].children[2] = 59; -/* 9:54 */waypoints[59] = spawnstruct(); -/* 9:54 */waypoints[59].origin =(784.226, 6862.18, 192.125); -/* 9:54 */waypoints[59].type = "stand"; -/* 9:54 */waypoints[59].childCount = 2; -/* 9:54 */waypoints[59].children[0] = 58; -/* 9:54 */waypoints[59].children[1] = 60; -/* 9:54 */waypoints[60] = spawnstruct(); -/* 9:54 */waypoints[60].origin =(798.086, 7324.38, 192.125); -/* 9:54 */waypoints[60].type = "stand"; -/* 9:54 */waypoints[60].childCount = 2; -/* 9:54 */waypoints[60].children[0] = 59; -/* 9:54 */waypoints[60].children[1] = 61; -/* 9:54 */waypoints[61] = spawnstruct(); -/* 9:54 */waypoints[61].origin =(1395.91, 7356.1, 192.125); -/* 9:54 */waypoints[61].type = "stand"; -/* 9:54 */waypoints[61].childCount = 2; -/* 9:54 */waypoints[61].children[0] = 62; -/* 9:54 */waypoints[61].children[1] = 60; -/* 9:54 */waypoints[62] = spawnstruct(); -/* 9:54 */waypoints[62].origin =(1365.83, 6918.85, 192.125); -/* 9:54 */waypoints[62].type = "stand"; -/* 9:54 */waypoints[62].childCount = 2; -/* 9:54 */waypoints[62].children[0] = 61; -/* 9:54 */waypoints[62].children[1] = 63; -/* 9:54 */waypoints[63] = spawnstruct(); -/* 9:54 */waypoints[63].origin =(1361, 6372.59, 192.125); -/* 9:54 */waypoints[63].type = "stand"; -/* 9:54 */waypoints[63].childCount = 3; -/* 9:54 */waypoints[63].children[0] = 62; -/* 9:54 */waypoints[63].children[1] = 64; -/* 9:54 */waypoints[63].children[2] = 69; -/* 9:54 */waypoints[64] = spawnstruct(); -/* 9:54 */waypoints[64].origin =(1435.81, 6129.11, 192.125); -/* 9:54 */waypoints[64].type = "stand"; -/* 9:54 */waypoints[64].childCount = 4; -/* 9:54 */waypoints[64].children[0] = 63; -/* 9:54 */waypoints[64].children[1] = 31; -/* 9:54 */waypoints[64].children[2] = 65; -/* 9:54 */waypoints[64].children[3] = 178; -/* 9:54 */waypoints[65] = spawnstruct(); -/* 9:54 */waypoints[65].origin =(1795.88, 6142.36, 192.125); -/* 9:54 */waypoints[65].type = "stand"; -/* 9:54 */waypoints[65].childCount = 3; -/* 9:54 */waypoints[65].children[0] = 64; -/* 9:54 */waypoints[65].children[1] = 30; -/* 9:54 */waypoints[65].children[2] = 66; -/* 9:54 */waypoints[66] = spawnstruct(); -/* 9:54 */waypoints[66].origin =(2016.26, 6176.57, 192.125); -/* 9:54 */waypoints[66].type = "stand"; -/* 9:54 */waypoints[66].childCount = 3; -/* 9:54 */waypoints[66].children[0] = 65; -/* 9:54 */waypoints[66].children[1] = 29; -/* 9:54 */waypoints[66].children[2] = 67; -/* 9:54 */waypoints[67] = spawnstruct(); -/* 9:54 */waypoints[67].origin =(2315.85, 6165.88, 192.125); -/* 9:54 */waypoints[67].type = "stand"; -/* 9:54 */waypoints[67].childCount = 2; -/* 9:54 */waypoints[67].children[0] = 66; -/* 9:54 */waypoints[67].children[1] = 68; -/* 9:54 */waypoints[68] = spawnstruct(); -/* 9:54 */waypoints[68].origin =(2307.15, 6297.77, 192.125); -/* 9:54 */waypoints[68].type = "stand"; -/* 9:54 */waypoints[68].childCount = 2; -/* 9:54 */waypoints[68].children[0] = 67; -/* 9:54 */waypoints[68].children[1] = 146; -/* 9:54 */waypoints[69] = spawnstruct(); -/* 9:54 */waypoints[69].origin =(874.613, 6285.15, 192.125); -/* 9:54 */waypoints[69].type = "stand"; -/* 9:54 */waypoints[69].childCount = 3; -/* 9:54 */waypoints[69].children[0] = 63; -/* 9:54 */waypoints[69].children[1] = 33; -/* 9:54 */waypoints[69].children[2] = 57; -/* 9:54 */waypoints[70] = spawnstruct(); -/* 9:54 */waypoints[70].origin =(770.718, 5995.93, 192.125); -/* 9:54 */waypoints[70].type = "stand"; -/* 9:54 */waypoints[70].childCount = 2; -/* 9:54 */waypoints[70].children[0] = 36; -/* 9:54 */waypoints[70].children[1] = 57; -/* 9:54 */waypoints[71] = spawnstruct(); -/* 9:54 */waypoints[71].origin =(1048.09, 5526, 192.125); -/* 9:54 */waypoints[71].type = "stand"; -/* 9:54 */waypoints[71].childCount = 2; -/* 9:54 */waypoints[71].children[0] = 32; -/* 9:54 */waypoints[71].children[1] = 72; -/* 9:54 */waypoints[72] = spawnstruct(); -/* 9:54 */waypoints[72].origin =(1279.18, 5584.71, 192.125); -/* 9:54 */waypoints[72].type = "stand"; -/* 9:54 */waypoints[72].childCount = 3; -/* 9:54 */waypoints[72].children[0] = 71; -/* 9:54 */waypoints[72].children[1] = 73; -/* 9:54 */waypoints[72].children[2] = 166; -/* 9:54 */waypoints[73] = spawnstruct(); -/* 9:54 */waypoints[73].origin =(1256.24, 5208.59, 192.125); -/* 9:54 */waypoints[73].type = "stand"; -/* 9:54 */waypoints[73].childCount = 4; -/* 9:54 */waypoints[73].children[0] = 72; -/* 9:54 */waypoints[73].children[1] = 74; -/* 9:54 */waypoints[73].children[2] = 77; -/* 9:54 */waypoints[73].children[3] = 203; -/* 9:54 */waypoints[74] = spawnstruct(); -/* 9:54 */waypoints[74].origin =(1045.08, 5210.46, 192.125); -/* 9:54 */waypoints[74].type = "stand"; -/* 9:54 */waypoints[74].childCount = 3; -/* 9:54 */waypoints[74].children[0] = 73; -/* 9:54 */waypoints[74].children[1] = 75; -/* 9:54 */waypoints[74].children[2] = 202; -/* 9:54 */waypoints[75] = spawnstruct(); -/* 9:54 */waypoints[75].origin =(1052.15, 4903.59, 192.125); -/* 9:54 */waypoints[75].type = "stand"; -/* 9:54 */waypoints[75].childCount = 3; -/* 9:54 */waypoints[75].children[0] = 74; -/* 9:54 */waypoints[75].children[1] = 77; -/* 9:54 */waypoints[75].children[2] = 199; -/* 9:54 */waypoints[76] = spawnstruct(); -/* 9:54 */waypoints[76].origin =(456.413, 4896.82, 192.125); -/* 9:54 */waypoints[76].type = "stand"; -/* 9:54 */waypoints[76].childCount = 5; -/* 9:54 */waypoints[76].children[0] = 42; -/* 9:54 */waypoints[76].children[1] = 81; -/* 9:54 */waypoints[76].children[2] = 137; -/* 9:54 */waypoints[76].children[3] = 198; -/* 9:54 */waypoints[76].children[4] = 199; -/* 9:54 */waypoints[77] = spawnstruct(); -/* 9:54 */waypoints[77].origin =(1258.85, 4919.74, 192.125); -/* 9:54 */waypoints[77].type = "stand"; -/* 9:54 */waypoints[77].childCount = 4; -/* 9:54 */waypoints[77].children[0] = 73; -/* 9:54 */waypoints[77].children[1] = 75; -/* 9:54 */waypoints[77].children[2] = 78; -/* 9:54 */waypoints[77].children[3] = 79; -/* 9:54 */waypoints[78] = spawnstruct(); -/* 9:54 */waypoints[78].origin =(1473.05, 4824.54, 192.125); -/* 9:54 */waypoints[78].type = "stand"; -/* 9:54 */waypoints[78].childCount = 2; -/* 9:54 */waypoints[78].children[0] = 77; -/* 9:54 */waypoints[78].children[1] = 80; -/* 9:54 */waypoints[79] = spawnstruct(); -/* 9:54 */waypoints[79].origin =(1465.9, 4999.85, 192.125); -/* 9:54 */waypoints[79].type = "stand"; -/* 9:54 */waypoints[79].childCount = 3; -/* 9:54 */waypoints[79].children[0] = 77; -/* 9:54 */waypoints[79].children[1] = 80; -/* 9:54 */waypoints[79].children[2] = 205; -/* 9:54 */waypoints[80] = spawnstruct(); -/* 9:54 */waypoints[80].origin =(1640.86, 4912.52, 192.125); -/* 9:54 */waypoints[80].type = "stand"; -/* 9:54 */waypoints[80].childCount = 4; -/* 9:54 */waypoints[80].children[0] = 79; -/* 9:54 */waypoints[80].children[1] = 78; -/* 9:54 */waypoints[80].children[2] = 16; -/* 9:54 */waypoints[80].children[3] = 204; -/* 9:54 */waypoints[81] = spawnstruct(); -/* 9:54 */waypoints[81].origin =(362.831, 4695.38, 192.125); -/* 9:54 */waypoints[81].type = "stand"; -/* 9:54 */waypoints[81].childCount = 4; -/* 9:54 */waypoints[81].children[0] = 76; -/* 9:54 */waypoints[81].children[1] = 191; -/* 9:54 */waypoints[81].children[2] = 192; -/* 9:54 */waypoints[81].children[3] = 195; -/* 9:54 */waypoints[82] = spawnstruct(); -/* 9:54 */waypoints[82].origin =(265.8, 4597.59, 44.125); -/* 9:54 */waypoints[82].type = "stand"; -/* 9:54 */waypoints[82].childCount = 4; -/* 9:54 */waypoints[82].children[0] = 94; -/* 9:54 */waypoints[82].children[1] = 95; -/* 9:54 */waypoints[82].children[2] = 189; -/* 9:54 */waypoints[82].children[3] = 193; -/* 9:54 */waypoints[83] = spawnstruct(); -/* 9:54 */waypoints[83].origin =(616.188, 4111.07, 202.625); -/* 9:54 */waypoints[83].type = "stand"; -/* 9:54 */waypoints[83].childCount = 4; -/* 9:54 */waypoints[83].children[0] = 84; -/* 9:54 */waypoints[83].children[1] = 145; -/* 9:54 */waypoints[83].children[2] = 196; -/* 9:54 */waypoints[83].children[3] = 197; -/* 9:54 */waypoints[84] = spawnstruct(); -/* 9:54 */waypoints[84].origin =(600.151, 3759.09, 202.625); -/* 9:54 */waypoints[84].type = "stand"; -/* 9:54 */waypoints[84].childCount = 3; -/* 9:54 */waypoints[84].children[0] = 83; -/* 9:54 */waypoints[84].children[1] = 85; -/* 9:54 */waypoints[84].children[2] = 127; -/* 9:54 */waypoints[85] = spawnstruct(); -/* 9:54 */waypoints[85].origin =(600.137, 3578.04, 202.625); -/* 9:54 */waypoints[85].type = "stand"; -/* 9:54 */waypoints[85].childCount = 4; -/* 9:54 */waypoints[85].children[0] = 84; -/* 9:54 */waypoints[85].children[1] = 86; -/* 9:54 */waypoints[85].children[2] = 144; -/* 9:54 */waypoints[85].children[3] = 169; -/* 9:54 */waypoints[86] = spawnstruct(); -/* 9:54 */waypoints[86].origin =(608.502, 3059.77, 202.625); -/* 9:54 */waypoints[86].type = "stand"; -/* 9:54 */waypoints[86].childCount = 3; -/* 9:54 */waypoints[86].children[0] = 85; -/* 9:54 */waypoints[86].children[1] = 143; -/* 9:54 */waypoints[86].children[2] = 170; -/* 9:54 */waypoints[87] = spawnstruct(); -/* 9:54 */waypoints[87].origin =(606.225, 2743.44, 40.125); -/* 9:54 */waypoints[87].type = "stand"; -/* 9:54 */waypoints[87].childCount = 4; -/* 9:54 */waypoints[87].children[0] = 88; -/* 9:54 */waypoints[87].children[1] = 122; -/* 9:54 */waypoints[87].children[2] = 90; -/* 9:54 */waypoints[87].children[3] = 142; -/* 9:54 */waypoints[88] = spawnstruct(); -/* 9:54 */waypoints[88].origin =(608.651, 2545.06, 40.125); -/* 9:54 */waypoints[88].type = "stand"; -/* 9:54 */waypoints[88].childCount = 3; -/* 9:54 */waypoints[88].children[0] = 87; -/* 9:54 */waypoints[88].children[1] = 89; -/* 9:54 */waypoints[88].children[2] = 121; -/* 9:54 */waypoints[89] = spawnstruct(); -/* 9:54 */waypoints[89].origin =(336.006, 2602.96, 40.125); -/* 9:54 */waypoints[89].type = "stand"; -/* 9:54 */waypoints[89].childCount = 2; -/* 9:54 */waypoints[89].children[0] = 88; -/* 9:54 */waypoints[89].children[1] = 90; -/* 9:54 */waypoints[90] = spawnstruct(); -/* 9:54 */waypoints[90].origin =(329.621, 3031.26, 40.125); -/* 9:54 */waypoints[90].type = "stand"; -/* 9:54 */waypoints[90].childCount = 3; -/* 9:54 */waypoints[90].children[0] = 89; -/* 9:54 */waypoints[90].children[1] = 91; -/* 9:54 */waypoints[90].children[2] = 87; -/* 9:54 */waypoints[91] = spawnstruct(); -/* 9:54 */waypoints[91].origin =(315.668, 3480.97, 40.125); -/* 9:54 */waypoints[91].type = "stand"; -/* 9:54 */waypoints[91].childCount = 3; -/* 9:54 */waypoints[91].children[0] = 90; -/* 9:54 */waypoints[91].children[1] = 92; -/* 9:54 */waypoints[91].children[2] = 128; -/* 9:54 */waypoints[92] = spawnstruct(); -/* 9:54 */waypoints[92].origin =(176.967, 3813.3, 40.125); -/* 9:54 */waypoints[92].type = "stand"; -/* 9:54 */waypoints[92].childCount = 2; -/* 9:54 */waypoints[92].children[0] = 91; -/* 9:54 */waypoints[92].children[1] = 93; -/* 9:54 */waypoints[93] = spawnstruct(); -/* 9:54 */waypoints[93].origin =(155.913, 4288.9, 40.125); -/* 9:54 */waypoints[93].type = "stand"; -/* 9:54 */waypoints[93].childCount = 3; -/* 9:54 */waypoints[93].children[0] = 92; -/* 9:54 */waypoints[93].children[1] = 94; -/* 9:54 */waypoints[93].children[2] = 189; -/* 9:54 */waypoints[94] = spawnstruct(); -/* 9:54 */waypoints[94].origin =(121.219, 4610.21, 40.125); -/* 9:54 */waypoints[94].type = "stand"; -/* 9:54 */waypoints[94].childCount = 2; -/* 9:54 */waypoints[94].children[0] = 93; -/* 9:54 */waypoints[94].children[1] = 82; -/* 9:54 */waypoints[95] = spawnstruct(); -/* 9:54 */waypoints[95].origin =(258.037, 4754.39, 44.125); -/* 9:54 */waypoints[95].type = "stand"; -/* 9:54 */waypoints[95].childCount = 2; -/* 9:54 */waypoints[95].children[0] = 82; -/* 9:54 */waypoints[95].children[1] = 96; -/* 9:54 */waypoints[96] = spawnstruct(); -/* 9:54 */waypoints[96].origin =(766.15, 4733.51, 44.125); -/* 9:54 */waypoints[96].type = "stand"; -/* 9:54 */waypoints[96].childCount = 3; -/* 9:54 */waypoints[96].children[0] = 95; -/* 9:54 */waypoints[96].children[1] = 97; -/* 9:54 */waypoints[96].children[2] = 188; -/* 9:54 */waypoints[97] = spawnstruct(); -/* 9:54 */waypoints[97].origin =(1166.33, 4731.8, 40.125); -/* 9:54 */waypoints[97].type = "stand"; -/* 9:54 */waypoints[97].childCount = 2; -/* 9:54 */waypoints[97].children[0] = 96; -/* 9:54 */waypoints[97].children[1] = 98; -/* 9:54 */waypoints[98] = spawnstruct(); -/* 9:54 */waypoints[98].origin =(1201.57, 4440.83, 40.125); -/* 9:54 */waypoints[98].type = "stand"; -/* 9:54 */waypoints[98].childCount = 3; -/* 9:54 */waypoints[98].children[0] = 97; -/* 9:54 */waypoints[98].children[1] = 99; -/* 9:54 */waypoints[98].children[2] = 188; -/* 9:54 */waypoints[99] = spawnstruct(); -/* 9:54 */waypoints[99].origin =(1232.32, 3919.95, 40.125); -/* 9:54 */waypoints[99].type = "stand"; -/* 9:54 */waypoints[99].childCount = 3; -/* 9:54 */waypoints[99].children[0] = 98; -/* 9:54 */waypoints[99].children[1] = 127; -/* 9:54 */waypoints[99].children[2] = 181; -/* 9:54 */waypoints[100] = spawnstruct(); -/* 9:54 */waypoints[100].origin =(1736.29, 4147.81, 168.125); -/* 9:54 */waypoints[100].type = "stand"; -/* 9:54 */waypoints[100].childCount = 4; -/* 9:54 */waypoints[100].children[0] = 153; -/* 9:54 */waypoints[100].children[1] = 154; -/* 9:54 */waypoints[100].children[2] = 171; -/* 9:54 */waypoints[100].children[3] = 185; -/* 9:54 */waypoints[101] = spawnstruct(); -/* 9:54 */waypoints[101].origin =(1714.65, 4502.26, 168.266); -/* 9:54 */waypoints[101].type = "stand"; -/* 9:54 */waypoints[101].childCount = 4; -/* 9:54 */waypoints[101].children[0] = 106; -/* 9:54 */waypoints[101].children[1] = 155; -/* 9:54 */waypoints[101].children[2] = 185; -/* 9:54 */waypoints[101].children[3] = 155; -/* 9:54 */waypoints[102] = spawnstruct(); -/* 9:54 */waypoints[102].origin =(1436.93, 4336.06, 304.125); -/* 9:54 */waypoints[102].type = "stand"; -/* 9:54 */waypoints[102].childCount = 5; -/* 9:54 */waypoints[102].children[0] = 103; -/* 9:54 */waypoints[102].children[1] = 105; -/* 9:54 */waypoints[102].children[2] = 157; -/* 9:54 */waypoints[102].children[3] = 158; -/* 9:54 */waypoints[102].children[4] = 186; -/* 9:54 */waypoints[103] = spawnstruct(); -/* 9:54 */waypoints[103].origin =(1425.4, 4038.5, 304.125); -/* 9:54 */waypoints[103].type = "stand"; -/* 9:54 */waypoints[103].childCount = 3; -/* 9:54 */waypoints[103].children[0] = 102; -/* 9:54 */waypoints[103].children[1] = 104; -/* 9:54 */waypoints[103].children[2] = 159; -/* 9:54 */waypoints[104] = spawnstruct(); -/* 9:54 */waypoints[104].origin =(1824.75, 4041.87, 304.125); -/* 9:54 */waypoints[104].type = "stand"; -/* 9:54 */waypoints[104].childCount = 3; -/* 9:54 */waypoints[104].children[0] = 103; -/* 9:54 */waypoints[104].children[1] = 105; -/* 9:54 */waypoints[104].children[2] = 187; -/* 9:54 */waypoints[105] = spawnstruct(); -/* 9:54 */waypoints[105].origin =(1789.48, 4345.09, 304.125); -/* 9:54 */waypoints[105].type = "stand"; -/* 9:54 */waypoints[105].childCount = 3; -/* 9:54 */waypoints[105].children[0] = 104; -/* 9:54 */waypoints[105].children[1] = 102; -/* 9:54 */waypoints[105].children[2] = 107; -/* 9:54 */waypoints[106] = spawnstruct(); -/* 9:54 */waypoints[106].origin =(1776.43, 4757.02, 200.125); -/* 9:54 */waypoints[106].type = "stand"; -/* 9:54 */waypoints[106].childCount = 2; -/* 9:54 */waypoints[106].children[0] = 101; -/* 9:54 */waypoints[106].children[1] = 16; -/* 9:54 */waypoints[107] = spawnstruct(); -/* 9:54 */waypoints[107].origin =(2190.49, 4336.59, 304.125); -/* 9:54 */waypoints[107].type = "stand"; -/* 9:54 */waypoints[107].childCount = 4; -/* 9:54 */waypoints[107].children[0] = 105; -/* 9:54 */waypoints[107].children[1] = 150; -/* 9:54 */waypoints[107].children[2] = 160; -/* 9:54 */waypoints[107].children[3] = 206; -/* 9:54 */waypoints[108] = spawnstruct(); -/* 9:54 */waypoints[108].origin =(1748.92, 3747.79, 40.125); -/* 9:54 */waypoints[108].type = "stand"; -/* 9:54 */waypoints[108].childCount = 4; -/* 9:54 */waypoints[108].children[0] = 9; -/* 9:54 */waypoints[108].children[1] = 109; -/* 9:54 */waypoints[108].children[2] = 181; -/* 9:54 */waypoints[108].children[3] = 182; -/* 9:54 */waypoints[109] = spawnstruct(); -/* 9:54 */waypoints[109].origin =(1711.37, 3305.54, 40.125); -/* 9:54 */waypoints[109].type = "stand"; -/* 9:54 */waypoints[109].childCount = 3; -/* 9:54 */waypoints[109].children[0] = 108; -/* 9:54 */waypoints[109].children[1] = 110; -/* 9:54 */waypoints[109].children[2] = 112; -/* 9:54 */waypoints[110] = spawnstruct(); -/* 9:54 */waypoints[110].origin =(1807.72, 3000.6, 40.125); -/* 9:54 */waypoints[110].type = "stand"; -/* 9:54 */waypoints[110].childCount = 3; -/* 9:54 */waypoints[110].children[0] = 109; -/* 9:54 */waypoints[110].children[1] = 111; -/* 9:54 */waypoints[110].children[2] = 114; -/* 9:54 */waypoints[111] = spawnstruct(); -/* 9:54 */waypoints[111].origin =(2379.65, 3008.03, 40.125); -/* 9:54 */waypoints[111].type = "stand"; -/* 9:54 */waypoints[111].childCount = 4; -/* 9:54 */waypoints[111].children[0] = 110; -/* 9:54 */waypoints[111].children[1] = 0; -/* 9:54 */waypoints[111].children[2] = 115; -/* 9:54 */waypoints[111].children[3] = 116; -/* 9:54 */waypoints[112] = spawnstruct(); -/* 9:54 */waypoints[112].origin =(1209.35, 3287.55, 40.125); -/* 9:54 */waypoints[112].type = "stand"; -/* 9:54 */waypoints[112].childCount = 5; -/* 9:54 */waypoints[112].children[0] = 109; -/* 9:54 */waypoints[112].children[1] = 113; -/* 9:54 */waypoints[112].children[2] = 123; -/* 9:54 */waypoints[112].children[3] = 124; -/* 9:54 */waypoints[112].children[4] = 125; -/* 9:54 */waypoints[113] = spawnstruct(); -/* 9:54 */waypoints[113].origin =(1258.34, 2823.42, 40.125); -/* 9:54 */waypoints[113].type = "stand"; -/* 9:54 */waypoints[113].childCount = 4; -/* 9:54 */waypoints[113].children[0] = 112; -/* 9:54 */waypoints[113].children[1] = 114; -/* 9:54 */waypoints[113].children[2] = 120; -/* 9:54 */waypoints[113].children[3] = 122; -/* 9:54 */waypoints[114] = spawnstruct(); -/* 9:54 */waypoints[114].origin =(1825.95, 2776.13, 40.125); -/* 9:54 */waypoints[114].type = "stand"; -/* 9:54 */waypoints[114].childCount = 3; -/* 9:54 */waypoints[114].children[0] = 113; -/* 9:54 */waypoints[114].children[1] = 110; -/* 9:54 */waypoints[114].children[2] = 115; -/* 9:54 */waypoints[115] = spawnstruct(); -/* 9:54 */waypoints[115].origin =(2136.54, 2660.8, 40.125); -/* 9:54 */waypoints[115].type = "stand"; -/* 9:54 */waypoints[115].childCount = 2; -/* 9:54 */waypoints[115].children[0] = 114; -/* 9:54 */waypoints[115].children[1] = 111; -/* 9:54 */waypoints[116] = spawnstruct(); -/* 9:54 */waypoints[116].origin =(2584.62, 2812.44, 40.125); -/* 9:54 */waypoints[116].type = "stand"; -/* 9:54 */waypoints[116].childCount = 2; -/* 9:54 */waypoints[116].children[0] = 111; -/* 9:54 */waypoints[116].children[1] = 117; -/* 9:54 */waypoints[117] = spawnstruct(); -/* 9:54 */waypoints[117].origin =(2704.88, 2749.92, 40.125); -/* 9:54 */waypoints[117].type = "crouch"; -/* 9:54 */waypoints[117].childCount = 2; -/* 9:54 */waypoints[117].children[0] = 116; -/* 9:54 */waypoints[117].children[1] = 118; -/* 9:54 */waypoints[118] = spawnstruct(); -/* 9:54 */waypoints[118].origin =(2706.54, 2620.76, 40.125); -/* 9:54 */waypoints[118].type = "crouch"; -/* 9:54 */waypoints[118].childCount = 2; -/* 9:54 */waypoints[118].children[0] = 117; -/* 9:54 */waypoints[118].children[1] = 119; -/* 9:54 */waypoints[119] = spawnstruct(); -/* 9:54 */waypoints[119].origin =(2864.88, 2616.28, 40.125); -/* 9:54 */waypoints[119].type = "stand"; -/* 9:54 */waypoints[119].childCount = 2; -/* 9:54 */waypoints[119].children[0] = 118; -/* 9:54 */waypoints[119].children[1] = 152; -/* 9:54 */waypoints[120] = spawnstruct(); -/* 9:54 */waypoints[120].origin =(1483.51, 2496.16, 40.125); -/* 9:54 */waypoints[120].type = "stand"; -/* 9:54 */waypoints[120].childCount = 2; -/* 9:54 */waypoints[120].children[0] = 113; -/* 9:54 */waypoints[120].children[1] = 121; -/* 9:54 */waypoints[121] = spawnstruct(); -/* 9:54 */waypoints[121].origin =(919.938, 2480.39, 40.125); -/* 9:54 */waypoints[121].type = "stand"; -/* 9:54 */waypoints[121].childCount = 4; -/* 9:54 */waypoints[121].children[0] = 120; -/* 9:54 */waypoints[121].children[1] = 122; -/* 9:54 */waypoints[121].children[2] = 88; -/* 9:54 */waypoints[121].children[3] = 133; -/* 9:54 */waypoints[122] = spawnstruct(); -/* 9:54 */waypoints[122].origin =(873.911, 2775.57, 40.125); -/* 9:54 */waypoints[122].type = "stand"; -/* 9:54 */waypoints[122].childCount = 3; -/* 9:54 */waypoints[122].children[0] = 121; -/* 9:54 */waypoints[122].children[1] = 113; -/* 9:54 */waypoints[122].children[2] = 87; -/* 9:54 */waypoints[123] = spawnstruct(); -/* 9:54 */waypoints[123].origin =(895.982, 3317.44, 40.125); -/* 9:54 */waypoints[123].type = "stand"; -/* 9:54 */waypoints[123].childCount = 2; -/* 9:54 */waypoints[123].children[0] = 112; -/* 9:54 */waypoints[123].children[1] = 126; -/* 9:54 */waypoints[124] = spawnstruct(); -/* 9:54 */waypoints[124].origin =(1198.55, 3533.84, 40.125); -/* 9:54 */waypoints[124].type = "stand"; -/* 9:54 */waypoints[124].childCount = 3; -/* 9:54 */waypoints[124].children[0] = 112; -/* 9:54 */waypoints[124].children[1] = 125; -/* 9:54 */waypoints[124].children[2] = 126; -/* 9:54 */waypoints[125] = spawnstruct(); -/* 9:54 */waypoints[125].origin =(1201.6, 3502.25, 40.125); -/* 9:54 */waypoints[125].type = "stand"; -/* 9:54 */waypoints[125].childCount = 2; -/* 9:54 */waypoints[125].children[0] = 124; -/* 9:54 */waypoints[125].children[1] = 112; -/* 9:54 */waypoints[126] = spawnstruct(); -/* 9:54 */waypoints[126].origin =(958.648, 3536.6, 40.125); -/* 9:54 */waypoints[126].type = "stand"; -/* 9:54 */waypoints[126].childCount = 4; -/* 9:54 */waypoints[126].children[0] = 124; -/* 9:54 */waypoints[126].children[1] = 123; -/* 9:54 */waypoints[126].children[2] = 127; -/* 9:54 */waypoints[126].children[3] = 128; -/* 9:54 */waypoints[127] = spawnstruct(); -/* 9:54 */waypoints[127].origin =(987.825, 3764.43, 45.0348); -/* 9:54 */waypoints[127].type = "stand"; -/* 9:54 */waypoints[127].childCount = 3; -/* 9:54 */waypoints[127].children[0] = 126; -/* 9:54 */waypoints[127].children[1] = 84; -/* 9:54 */waypoints[127].children[2] = 99; -/* 9:54 */waypoints[128] = spawnstruct(); -/* 9:54 */waypoints[128].origin =(596.541, 3557.07, 40.125); -/* 9:54 */waypoints[128].type = "stand"; -/* 9:54 */waypoints[128].childCount = 3; -/* 9:54 */waypoints[128].children[0] = 126; -/* 9:54 */waypoints[128].children[1] = 91; -/* 9:54 */waypoints[128].children[2] = 190; -/* 9:54 */waypoints[129] = spawnstruct(); -/* 9:54 */waypoints[129].origin =(2116.93, 4622.46, 192.125); -/* 9:54 */waypoints[129].type = "stand"; -/* 9:54 */waypoints[129].childCount = 4; -/* 9:54 */waypoints[129].children[0] = 14; -/* 9:54 */waypoints[129].children[1] = 15; -/* 9:54 */waypoints[129].children[2] = 164; -/* 9:54 */waypoints[129].children[3] = 165; -/* 9:54 */waypoints[130] = spawnstruct(); -/* 9:54 */waypoints[130].origin =(2211.78, 4167.98, 48.125); -/* 9:54 */waypoints[130].type = "stand"; -/* 9:54 */waypoints[130].childCount = 2; -/* 9:54 */waypoints[130].children[0] = 12; -/* 9:54 */waypoints[130].children[1] = 149; -/* 9:54 */waypoints[130].angles = (-7.05872, 93.4772, 0); -/* 9:54 */waypoints[131] = spawnstruct(); -/* 9:54 */waypoints[131].origin =(555.174, 2952.71, 202.625); -/* 9:54 */waypoints[131].type = "stand"; -/* 9:54 */waypoints[131].childCount = 2; -/* 9:54 */waypoints[131].children[0] = 141; -/* 9:54 */waypoints[131].children[1] = 143; -/* 9:54 */waypoints[131].angles = (16.2256, -85.0861, 0); -/* 9:54 */waypoints[132] = spawnstruct(); -/* 9:54 */waypoints[132].origin =(219.436, 5622.3, 192.125); -/* 9:54 */waypoints[132].type = "stand"; -/* 9:54 */waypoints[132].childCount = 4; -/* 9:54 */waypoints[132].children[0] = 39; -/* 9:54 */waypoints[132].children[1] = 56; -/* 9:54 */waypoints[132].children[2] = 37; -/* 9:54 */waypoints[132].children[3] = 168; -/* 9:54 */waypoints[132].angles = (19.2963, -95.3198, 0); -/* 9:54 */waypoints[133] = spawnstruct(); -/* 9:54 */waypoints[133].origin =(939.439, 2606.77, 40.125); -/* 9:54 */waypoints[133].type = "stand"; -/* 9:54 */waypoints[133].childCount = 2; -/* 9:54 */waypoints[133].children[0] = 121; -/* 9:54 */waypoints[133].children[1] = 140; -/* 9:54 */waypoints[133].angles = (-14.4757, 1.10717, 0); -/* 9:54 */waypoints[134] = spawnstruct(); -/* 9:54 */waypoints[134].origin =(1463.94, 5560.67, 192.125); -/* 9:54 */waypoints[134].type = "crouch"; -/* 9:54 */waypoints[134].childCount = 1; -/* 9:54 */waypoints[134].children[0] = 31; -/* 9:54 */waypoints[134].angles = (3.58154, 94.6143, 0); -/* 9:54 */waypoints[135] = spawnstruct(); -/* 9:54 */waypoints[135].origin =(-47.8503, 5470.4, 193.125); -/* 9:54 */waypoints[135].type = "crouch"; -/* 9:54 */waypoints[135].childCount = 1; -/* 9:54 */waypoints[135].children[0] = 46; -/* 9:54 */waypoints[135].angles = (-2.04895, -134.055, 0); -/* 9:54 */waypoints[136] = spawnstruct(); -/* 9:54 */waypoints[136].origin =(389.24, 5198.08, 192.125); -/* 9:54 */waypoints[136].type = "crouch"; -/* 9:54 */waypoints[136].childCount = 1; -/* 9:54 */waypoints[136].children[0] = 38; -/* 9:54 */waypoints[136].angles = (1.02173, 93.62, 0); -/* 9:54 */waypoints[137] = spawnstruct(); -/* 9:54 */waypoints[137].origin =(51.6285, 4887.43, 192.125); -/* 9:54 */waypoints[137].type = "crouch"; -/* 9:54 */waypoints[137].childCount = 1; -/* 9:54 */waypoints[137].children[0] = 76; -/* 9:54 */waypoints[137].angles = (2.86194, 1.95007, 0); -/* 9:54 */waypoints[138] = spawnstruct(); -/* 9:54 */waypoints[138].origin =(1289.32, 2606.94, 156.125); -/* 9:54 */waypoints[138].type = "crouch"; -/* 9:54 */waypoints[138].childCount = 1; -/* 9:54 */waypoints[138].children[0] = 139; -/* 9:54 */waypoints[138].angles = (0.144043, 92.796, 0); -/* 9:54 */waypoints[139] = spawnstruct(); -/* 9:54 */waypoints[139].origin =(1023.14, 2604.91, 174.125); -/* 9:54 */waypoints[139].type = "climb"; -/* 9:54 */waypoints[139].childCount = 2; -/* 9:54 */waypoints[139].children[0] = 138; -/* 9:54 */waypoints[139].children[1] = 140; -/* 9:54 */waypoints[139].angles = (0.55603, 0.999756, 0); -/* 9:54 */waypoints[140] = spawnstruct(); -/* 9:54 */waypoints[140].origin =(1000.87, 2602.66, 43.154); -/* 9:54 */waypoints[140].type = "climb"; -/* 9:54 */waypoints[140].childCount = 2; -/* 9:54 */waypoints[140].children[0] = 139; -/* 9:54 */waypoints[140].children[1] = 133; -/* 9:54 */waypoints[140].angles = (0.55603, 0.999756, 0); -/* 9:54 */waypoints[141] = spawnstruct(); -/* 9:54 */waypoints[141].origin =(607.797, 2791.28, 202.625); -/* 9:54 */waypoints[141].type = "crouch"; -/* 9:54 */waypoints[141].childCount = 1; -/* 9:54 */waypoints[141].children[0] = 131; -/* 9:54 */waypoints[141].angles = (3.93431, 90.5219, 0); -/* 9:54 */waypoints[142] = spawnstruct(); -/* 9:54 */waypoints[142].origin =(613.984, 2971.88, 110.855); -/* 9:54 */waypoints[142].type = "climb"; -/* 9:54 */waypoints[142].childCount = 2; -/* 9:54 */waypoints[142].children[0] = 87; -/* 9:54 */waypoints[142].children[1] = 143; -/* 9:54 */waypoints[142].angles = (3.31907, 89.9066, 0); -/* 9:54 */waypoints[143] = spawnstruct(); -/* 9:54 */waypoints[143].origin =(609.059, 2985.69, 202.625); -/* 9:54 */waypoints[143].type = "climb"; -/* 9:54 */waypoints[143].childCount = 3; -/* 9:54 */waypoints[143].children[0] = 142; -/* 9:54 */waypoints[143].children[1] = 86; -/* 9:54 */waypoints[143].children[2] = 131; -/* 9:54 */waypoints[143].angles = (0.352783, 90.4175, 0); -/* 9:54 */waypoints[144] = spawnstruct(); -/* 9:54 */waypoints[144].origin =(673.875, 3649.7, 202.625); -/* 9:54 */waypoints[144].type = "crouch"; -/* 9:54 */waypoints[144].childCount = 1; -/* 9:54 */waypoints[144].children[0] = 85; -/* 9:54 */waypoints[144].angles = (9.46043, 106.891, 0); -/* 9:54 */waypoints[145] = spawnstruct(); -/* 9:54 */waypoints[145].origin =(611.671, 4207.25, 202.625); -/* 9:54 */waypoints[145].type = "crouch"; -/* 9:54 */waypoints[145].childCount = 1; -/* 9:54 */waypoints[145].children[0] = 83; -/* 9:54 */waypoints[145].angles = (6.90062, -91.615, 0); -/* 9:54 */waypoints[146] = spawnstruct(); -/* 9:54 */waypoints[146].origin =(2448.31, 6276.81, 192.125); -/* 9:54 */waypoints[146].type = "crouch"; -/* 9:54 */waypoints[146].childCount = 1; -/* 9:54 */waypoints[146].children[0] = 68; -/* 9:54 */waypoints[146].angles = (4.95604, 174.128, 0); -/* 9:54 */waypoints[147] = spawnstruct(); -/* 9:54 */waypoints[147].origin =(2892.99, 4459.39, 192.125); -/* 9:54 */waypoints[147].type = "crouch"; -/* 9:54 */waypoints[147].childCount = 1; -/* 9:54 */waypoints[147].children[0] = 19; -/* 9:54 */waypoints[147].angles = (3.31907, 148.953, 0); -/* 9:54 */waypoints[148] = spawnstruct(); -/* 9:54 */waypoints[148].origin =(2821.91, 4345.19, 48.125); -/* 9:54 */waypoints[148].type = "crouch"; -/* 9:54 */waypoints[148].childCount = 1; -/* 9:54 */waypoints[148].children[0] = 3; -/* 9:54 */waypoints[148].angles = (4.85167, -136.549, 0); -/* 9:54 */waypoints[149] = spawnstruct(); -/* 9:54 */waypoints[149].origin =(2213.25, 4232.87, 48.125); -/* 9:54 */waypoints[149].type = "climb"; -/* 9:54 */waypoints[149].childCount = 2; -/* 9:54 */waypoints[149].children[0] = 130; -/* 9:54 */waypoints[149].children[1] = 150; -/* 9:54 */waypoints[149].angles = (4.64842, 91.4612, 0); -/* 9:54 */waypoints[150] = spawnstruct(); -/* 9:54 */waypoints[150].origin =(2208.39, 4245.28, 304.125); -/* 9:54 */waypoints[150].type = "climb"; -/* 9:54 */waypoints[150].childCount = 2; -/* 9:54 */waypoints[150].children[0] = 107; -/* 9:54 */waypoints[150].children[1] = 149; -/* 9:54 */waypoints[150].angles = (6.90062, 90.7471, 0); -/* 9:54 */waypoints[151] = spawnstruct(); -/* 9:54 */waypoints[151].origin =(2901.95, 3613.14, 48.125); -/* 9:54 */waypoints[151].type = "crouch"; -/* 9:54 */waypoints[151].childCount = 1; -/* 9:54 */waypoints[151].children[0] = 2; -/* 9:54 */waypoints[151].angles = (9.6637, 179.039, 0); -/* 9:54 */waypoints[152] = spawnstruct(); -/* 9:54 */waypoints[152].origin =(2864.88, 2816.12, 40.125); -/* 9:54 */waypoints[152].type = "crouch"; -/* 9:54 */waypoints[152].childCount = 1; -/* 9:54 */waypoints[152].children[0] = 119; -/* 9:54 */waypoints[152].angles = (-3.02551, 153.506, 0); -/* 9:54 */waypoints[153] = spawnstruct(); -/* 9:54 */waypoints[153].origin =(1751.48, 4011.13, 168.125); -/* 9:54 */waypoints[153].type = "crouch"; -/* 9:54 */waypoints[153].childCount = 1; -/* 9:54 */waypoints[153].children[0] = 100; -/* 9:54 */waypoints[153].angles = (13.042, -106.507, 0); -/* 9:54 */waypoints[154] = spawnstruct(); -/* 9:54 */waypoints[154].origin =(1453.04, 4286.1, 168.125); -/* 9:54 */waypoints[154].type = "crouch"; -/* 9:54 */waypoints[154].childCount = 1; -/* 9:54 */waypoints[154].children[0] = 100; -/* 9:54 */waypoints[154].angles = (1.27014, 142.866, 0); -/* 9:54 */waypoints[155] = spawnstruct(); -/* 9:54 */waypoints[155].origin =(1504.13, 4486.21, 162.019); -/* 9:54 */waypoints[155].type = "climb"; -/* 9:54 */waypoints[155].childCount = 3; -/* 9:54 */waypoints[155].children[0] = 101; -/* 9:54 */waypoints[155].children[1] = 156; -/* 9:54 */waypoints[155].children[2] = 101; -/* 9:54 */waypoints[155].angles = (6.08215, -178.55, 0); -/* 9:54 */waypoints[156] = spawnstruct(); -/* 9:54 */waypoints[156].origin =(1443.56, 4482.01, 224.125); -/* 9:54 */waypoints[156].type = "climb"; -/* 9:54 */waypoints[156].childCount = 2; -/* 9:54 */waypoints[156].children[0] = 155; -/* 9:54 */waypoints[156].children[1] = 157; -/* 9:54 */waypoints[156].angles = (8.1311, -87.4677, 0); -/* 9:54 */waypoints[157] = spawnstruct(); -/* 9:54 */waypoints[157].origin =(1442.02, 4453.54, 304.125); -/* 9:54 */waypoints[157].type = "climb"; -/* 9:54 */waypoints[157].childCount = 2; -/* 9:54 */waypoints[157].children[0] = 156; -/* 9:54 */waypoints[157].children[1] = 102; -/* 9:54 */waypoints[157].angles = (3.52234, -90.2307, 0); -/* 9:54 */waypoints[158] = spawnstruct(); -/* 9:54 */waypoints[158].origin =(1535.49, 4341.86, 304.125); -/* 9:54 */waypoints[158].type = "crouch"; -/* 9:54 */waypoints[158].childCount = 1; -/* 9:54 */waypoints[158].children[0] = 102; -/* 9:54 */waypoints[158].angles = (11.8115, 134.302, 0); -/* 9:54 */waypoints[159] = spawnstruct(); -/* 9:54 */waypoints[159].origin =(1540.82, 4098.13, 304.125); -/* 9:54 */waypoints[159].type = "crouch"; -/* 9:54 */waypoints[159].childCount = 1; -/* 9:54 */waypoints[159].children[0] = 103; -/* 9:54 */waypoints[159].angles = (12.8387, -139.526, 0); -/* 9:54 */waypoints[160] = spawnstruct(); -/* 9:54 */waypoints[160].origin =(2111.78, 4337.96, 304.125); -/* 9:54 */waypoints[160].type = "crouch"; -/* 9:54 */waypoints[160].childCount = 1; -/* 9:54 */waypoints[160].children[0] = 107; -/* 9:54 */waypoints[160].angles = (9.76807, 88.5773, 0); -/* 9:54 */waypoints[161] = spawnstruct(); -/* 9:54 */waypoints[161].origin =(186.781, 6791.12, 192.125); -/* 9:54 */waypoints[161].type = "crouch"; -/* 9:54 */waypoints[161].childCount = 1; -/* 9:54 */waypoints[161].children[0] = 53; -/* 9:54 */waypoints[161].angles = (3.22021, -49.3286, 0); -/* 9:54 */waypoints[162] = spawnstruct(); -/* 9:54 */waypoints[162].origin =(1210.93, 5695.13, 228.125); -/* 9:54 */waypoints[162].type = "claymore"; -/* 9:54 */waypoints[162].childCount = 1; -/* 9:54 */waypoints[162].children[0] = 31; -/* 9:54 */waypoints[162].angles = (4.40002, 133.978, 0); -/* 9:54 */waypoints[163] = spawnstruct(); -/* 9:54 */waypoints[163].origin =(2013.26, 5736.54, 224.625); -/* 9:54 */waypoints[163].type = "claymore"; -/* 9:54 */waypoints[163].childCount = 1; -/* 9:54 */waypoints[163].children[0] = 29; -/* 9:54 */waypoints[163].angles = (-1.53259, 38.9355, 0); -/* 9:54 */waypoints[164] = spawnstruct(); -/* 9:54 */waypoints[164].origin =(1962.42, 4793.62, 192.125); -/* 9:54 */waypoints[164].type = "claymore"; -/* 9:54 */waypoints[164].childCount = 1; -/* 9:54 */waypoints[164].children[0] = 129; -/* 9:54 */waypoints[164].angles = (9.41528, 86.2921, 0); -/* 9:54 */waypoints[165] = spawnstruct(); -/* 9:54 */waypoints[165].origin =(2249.52, 4476.14, 192.125); -/* 9:54 */waypoints[165].type = "claymore"; -/* 9:54 */waypoints[165].childCount = 1; -/* 9:54 */waypoints[165].children[0] = 129; -/* 9:54 */waypoints[165].angles = (0.203247, 9.22852, 0); -/* 9:54 */waypoints[166] = spawnstruct(); -/* 9:54 */waypoints[166].origin =(1189.81, 5608.85, 192.125); -/* 9:54 */waypoints[166].type = "claymore"; -/* 9:54 */waypoints[166].childCount = 1; -/* 9:54 */waypoints[166].children[0] = 72; -/* 9:54 */waypoints[166].angles = (14.837, -159.736, 0); -/* 9:54 */waypoints[167] = spawnstruct(); -/* 9:54 */waypoints[167].origin =(420.875, 5027.39, 192.125); -/* 9:54 */waypoints[167].type = "claymore"; -/* 9:54 */waypoints[167].childCount = 3; -/* 9:54 */waypoints[167].children[0] = 42; -/* 9:54 */waypoints[167].children[1] = 176; -/* 9:54 */waypoints[167].children[2] = 179; -/* 9:54 */waypoints[167].angles = (20.9784, -108.561, 0); -/* 9:54 */waypoints[168] = spawnstruct(); -/* 9:54 */waypoints[168].origin =(437.74, 5643.81, 192.125); -/* 9:54 */waypoints[168].type = "claymore"; -/* 9:54 */waypoints[168].childCount = 2; -/* 9:54 */waypoints[168].children[0] = 132; -/* 9:54 */waypoints[168].children[1] = 177; -/* 9:54 */waypoints[168].angles = (7.67395, 117.274, 0); -/* 9:54 */waypoints[169] = spawnstruct(); -/* 9:54 */waypoints[169].origin =(664.837, 3681.4, 202.625); -/* 9:54 */waypoints[169].type = "claymore"; -/* 9:54 */waypoints[169].childCount = 1; -/* 9:54 */waypoints[169].children[0] = 85; -/* 9:54 */waypoints[169].angles = (18.4186, 121.058, 0); -/* 9:54 */waypoints[170] = spawnstruct(); -/* 9:54 */waypoints[170].origin =(650.92, 3080.04, 202.625); -/* 9:54 */waypoints[170].type = "claymore"; -/* 9:54 */waypoints[170].childCount = 1; -/* 9:54 */waypoints[170].children[0] = 86; -/* 9:54 */waypoints[170].angles = (29.5752, -115.961, 0); -/* 9:54 */waypoints[171] = spawnstruct(); -/* 9:54 */waypoints[171].origin =(1564.46, 4101.74, 168.125); -/* 9:54 */waypoints[171].type = "claymore"; -/* 9:54 */waypoints[171].childCount = 3; -/* 9:54 */waypoints[171].children[0] = 100; -/* 9:54 */waypoints[171].children[1] = 172; -/* 9:54 */waypoints[171].children[2] = 184; -/* 9:54 */waypoints[171].angles = (14.9414, 153.089, 0); -/* 9:54 */waypoints[172] = spawnstruct(); -/* 9:54 */waypoints[172].origin =(1614.35, 4288.61, 168.125); -/* 9:54 */waypoints[172].type = "claymore"; -/* 9:54 */waypoints[172].childCount = 3; -/* 9:54 */waypoints[172].children[0] = 171; -/* 9:54 */waypoints[172].children[1] = 184; -/* 9:54 */waypoints[172].children[2] = 185; -/* 9:54 */waypoints[172].angles = (6.54785, 44.0991, 0); -/* 9:54 */waypoints[173] = spawnstruct(); -/* 9:54 */waypoints[173].origin =(2419.09, 3892.56, 48.125); -/* 9:54 */waypoints[173].type = "grenade"; -/* 9:54 */waypoints[173].childCount = 2; -/* 9:54 */waypoints[173].children[0] = 4; -/* 9:54 */waypoints[173].children[1] = 6; -/* 9:54 */waypoints[173].angles = (-29.1687, 94.2737, 0); -/* 9:54 */waypoints[174] = spawnstruct(); -/* 9:54 */waypoints[174].origin =(2339.29, 5794.08, 192.125); -/* 9:54 */waypoints[174].type = "grenade"; -/* 9:54 */waypoints[174].childCount = 1; -/* 9:54 */waypoints[174].children[0] = 27; -/* 9:54 */waypoints[174].angles = (-11.8707, -62.7649, 0); -/* 9:54 */waypoints[175] = spawnstruct(); -/* 9:54 */waypoints[175].origin =(2185.61, 4873.97, 192.125); -/* 9:54 */waypoints[175].type = "grenade"; -/* 9:54 */waypoints[175].childCount = 1; -/* 9:54 */waypoints[175].children[0] = 17; -/* 9:54 */waypoints[175].angles = (-10.3381, 178.319, 0); -/* 9:54 */waypoints[176] = spawnstruct(); -/* 9:54 */waypoints[176].origin =(414.493, 4889.83, 192.125); -/* 9:54 */waypoints[176].type = "grenade"; -/* 9:54 */waypoints[176].childCount = 1; -/* 9:54 */waypoints[176].children[0] = 167; -/* 9:54 */waypoints[176].angles = (-12.5848, 2.62573, 0); -/* 9:54 */waypoints[177] = spawnstruct(); -/* 9:54 */waypoints[177].origin =(381.378, 5742.29, 192.125); -/* 9:54 */waypoints[177].type = "grenade"; -/* 9:54 */waypoints[177].childCount = 1; -/* 9:54 */waypoints[177].children[0] = 168; -/* 9:54 */waypoints[177].angles = (-21.0828, 7.92114, 0); -/* 9:54 */waypoints[178] = spawnstruct(); -/* 9:54 */waypoints[178].origin =(1232.79, 6114.97, 192.125); -/* 9:54 */waypoints[178].type = "grenade"; -/* 9:54 */waypoints[178].childCount = 1; -/* 9:54 */waypoints[178].children[0] = 64; -/* 9:54 */waypoints[178].angles = (-36.9415, -98.8934, 0); -/* 9:54 */waypoints[179] = spawnstruct(); -/* 9:54 */waypoints[179].origin =(373.718, 4944.2, 192.125); -/* 9:54 */waypoints[179].type = "grenade"; -/* 9:54 */waypoints[179].childCount = 1; -/* 9:54 */waypoints[179].children[0] = 167; -/* 9:54 */waypoints[179].angles = (-7.26746, -89.3738, 0); -/* 9:54 */waypoints[180] = spawnstruct(); -/* 9:54 */waypoints[180].origin =(1288.92, 3970.38, 40.125); -/* 9:54 */waypoints[180].type = "grenade"; -/* 9:54 */waypoints[180].childCount = 1; -/* 9:54 */waypoints[180].children[0] = 181; -/* 9:54 */waypoints[180].angles = (-24.4611, 94.3231, 0); -/* 9:54 */waypoints[181] = spawnstruct(); -/* 9:54 */waypoints[181].origin =(1358.07, 3908.41, 44.125); -/* 9:54 */waypoints[181].type = "stand"; -/* 9:54 */waypoints[181].childCount = 4; -/* 9:54 */waypoints[181].children[0] = 99; -/* 9:54 */waypoints[181].children[1] = 180; -/* 9:54 */waypoints[181].children[2] = 108; -/* 9:54 */waypoints[181].children[3] = 183; -/* 9:54 */waypoints[181].angles = (-5.55359, 90.2856, 0); -/* 9:54 */waypoints[182] = spawnstruct(); -/* 9:54 */waypoints[182].origin =(1686.98, 3976.88, 12.14); -/* 9:54 */waypoints[182].type = "crouch"; -/* 9:54 */waypoints[182].childCount = 1; -/* 9:54 */waypoints[182].children[0] = 108; -/* 9:54 */waypoints[182].angles = (-10.2502, -87.0886, 0); -/* 9:54 */waypoints[183] = spawnstruct(); -/* 9:54 */waypoints[183].origin =(1361.13, 4159.79, 168.125); -/* 9:54 */waypoints[183].type = "stand"; -/* 9:54 */waypoints[183].childCount = 2; -/* 9:54 */waypoints[183].children[0] = 181; -/* 9:54 */waypoints[183].children[1] = 184; -/* 9:54 */waypoints[183].angles = (16.5125, 1.86768, 0); -/* 9:54 */waypoints[184] = spawnstruct(); -/* 9:54 */waypoints[184].origin =(1470.9, 4159.54, 168.125); -/* 9:54 */waypoints[184].type = "stand"; -/* 9:54 */waypoints[184].childCount = 3; -/* 9:54 */waypoints[184].children[0] = 183; -/* 9:54 */waypoints[184].children[1] = 171; -/* 9:54 */waypoints[184].children[2] = 172; -/* 9:54 */waypoints[184].angles = (18.9349, 4.43298, 0); -/* 9:54 */waypoints[185] = spawnstruct(); -/* 9:54 */waypoints[185].origin =(1720.03, 4347.59, 168.125); -/* 9:54 */waypoints[185].type = "stand"; -/* 9:54 */waypoints[185].childCount = 3; -/* 9:54 */waypoints[185].children[0] = 172; -/* 9:54 */waypoints[185].children[1] = 100; -/* 9:54 */waypoints[185].children[2] = 101; -/* 9:54 */waypoints[185].angles = (6.97632, 89.1211, 0); -/* 9:54 */waypoints[186] = spawnstruct(); -/* 9:54 */waypoints[186].origin =(1500.55, 4350.61, 304.125); -/* 9:54 */waypoints[186].type = "claymore"; -/* 9:54 */waypoints[186].childCount = 1; -/* 9:54 */waypoints[186].children[0] = 102; -/* 9:54 */waypoints[186].angles = (10.2502, 118.444, 0); -/* 9:54 */waypoints[187] = spawnstruct(); -/* 9:54 */waypoints[187].origin =(1687.23, 4138.38, 304.125); -/* 9:54 */waypoints[187].type = "crouch"; -/* 9:54 */waypoints[187].childCount = 1; -/* 9:54 */waypoints[187].children[0] = 104; -/* 9:54 */waypoints[187].angles = (8.54187, -37.2931, 0); -/* 9:54 */waypoints[188] = spawnstruct(); -/* 9:54 */waypoints[188].origin =(781.245, 4432.83, 44.125); -/* 9:54 */waypoints[188].type = "stand"; -/* 9:54 */waypoints[188].childCount = 3; -/* 9:54 */waypoints[188].children[0] = 98; -/* 9:54 */waypoints[188].children[1] = 96; -/* 9:54 */waypoints[188].children[2] = 189; -/* 9:54 */waypoints[188].angles = (9.9646, 91.2579, 0); -/* 9:54 */waypoints[189] = spawnstruct(); -/* 9:54 */waypoints[189].origin =(531.746, 4368.17, 44.125); -/* 9:54 */waypoints[189].type = "stand"; -/* 9:54 */waypoints[189].childCount = 4; -/* 9:54 */waypoints[189].children[0] = 188; -/* 9:54 */waypoints[189].children[1] = 93; -/* 9:54 */waypoints[189].children[2] = 82; -/* 9:54 */waypoints[189].children[3] = 190; -/* 9:54 */waypoints[189].angles = (7.97058, -0.977783, 0); -/* 9:54 */waypoints[190] = spawnstruct(); -/* 9:54 */waypoints[190].origin =(519.34, 3953.97, 40.125); -/* 9:54 */waypoints[190].type = "stand"; -/* 9:54 */waypoints[190].childCount = 2; -/* 9:54 */waypoints[190].children[0] = 189; -/* 9:54 */waypoints[190].children[1] = 128; -/* 9:54 */waypoints[190].angles = (6.69067, -89.2255, 0); -/* 9:54 */waypoints[191] = spawnstruct(); -/* 9:54 */waypoints[191].origin =(249.239, 4700.53, 192.125); -/* 9:54 */waypoints[191].type = "claymore"; -/* 9:54 */waypoints[191].childCount = 1; -/* 9:54 */waypoints[191].children[0] = 81; -/* 9:54 */waypoints[191].angles = (19.093, 19.2535, 0); -/* 9:54 */waypoints[192] = spawnstruct(); -/* 9:54 */waypoints[192].origin =(477.435, 4686.4, 192.125); -/* 9:54 */waypoints[192].type = "claymore"; -/* 9:54 */waypoints[192].childCount = 1; -/* 9:54 */waypoints[192].children[0] = 81; -/* 9:54 */waypoints[192].angles = (12.5452, 160.455, 0); -/* 9:54 */waypoints[193] = spawnstruct(); -/* 9:54 */waypoints[193].origin =(244.125, 4528.14, 56.2472); -/* 9:54 */waypoints[193].type = "stand"; -/* 9:54 */waypoints[193].childCount = 2; -/* 9:54 */waypoints[193].children[0] = 82; -/* 9:54 */waypoints[193].children[1] = 194; -/* 9:54 */waypoints[193].angles = (52.4036, -87.951, 0); -/* 9:54 */waypoints[194] = spawnstruct(); -/* 9:54 */waypoints[194].origin =(244.125, 4328.59, 198.125); -/* 9:54 */waypoints[194].type = "stand"; -/* 9:54 */waypoints[194].childCount = 2; -/* 9:54 */waypoints[194].children[0] = 193; -/* 9:54 */waypoints[194].children[1] = 195; -/* 9:54 */waypoints[194].angles = (26.778, 2.59827, 0); -/* 9:54 */waypoints[195] = spawnstruct(); -/* 9:54 */waypoints[195].origin =(386.638, 4328.68, 198.125); -/* 9:54 */waypoints[195].type = "stand"; -/* 9:54 */waypoints[195].childCount = 3; -/* 9:54 */waypoints[195].children[0] = 194; -/* 9:54 */waypoints[195].children[1] = 81; -/* 9:54 */waypoints[195].children[2] = 196; -/* 9:54 */waypoints[195].angles = (14.1107, 89.577, 0); -/* 9:54 */waypoints[196] = spawnstruct(); -/* 9:54 */waypoints[196].origin =(354.332, 4119.38, 198.125); -/* 9:54 */waypoints[196].type = "stand"; -/* 9:54 */waypoints[196].childCount = 2; -/* 9:54 */waypoints[196].children[0] = 195; -/* 9:54 */waypoints[196].children[1] = 83; -/* 9:54 */waypoints[196].angles = (14.1107, 86.8799, 0); -/* 9:54 */waypoints[197] = spawnstruct(); -/* 9:54 */waypoints[197].origin =(500.328, 4111.92, 202.125); -/* 9:54 */waypoints[197].type = "claymore"; -/* 9:54 */waypoints[197].childCount = 1; -/* 9:54 */waypoints[197].children[0] = 83; -/* 9:54 */waypoints[197].angles = (34.0399, 175.128, 0); -/* 9:54 */waypoints[198] = spawnstruct(); -/* 9:54 */waypoints[198].origin =(520.875, 5003.09, 192.125); -/* 9:54 */waypoints[198].type = "crouch"; -/* 9:54 */waypoints[198].childCount = 1; -/* 9:54 */waypoints[198].children[0] = 76; -/* 9:54 */waypoints[198].angles = (2.58057, -115.84, 0); -/* 9:54 */waypoints[199] = spawnstruct(); -/* 9:54 */waypoints[199].origin =(613.498, 4892.86, 192.125); -/* 9:54 */waypoints[199].type = "stand"; -/* 9:54 */waypoints[199].childCount = 4; -/* 9:54 */waypoints[199].children[0] = 76; -/* 9:54 */waypoints[199].children[1] = 75; -/* 9:54 */waypoints[199].children[2] = 200; -/* 9:54 */waypoints[199].children[3] = 201; -/* 9:54 */waypoints[199].angles = (2.29492, 0.461426, 0); -/* 9:54 */waypoints[200] = spawnstruct(); -/* 9:54 */waypoints[200].origin =(590.818, 5020.23, 192.125); -/* 9:54 */waypoints[200].type = "crouch"; -/* 9:54 */waypoints[200].childCount = 1; -/* 9:54 */waypoints[200].children[0] = 199; -/* 9:54 */waypoints[200].angles = (0.872192, -83.1006, 0); -/* 9:54 */waypoints[201] = spawnstruct(); -/* 9:54 */waypoints[201].origin =(567.125, 4989.53, 192.125); -/* 9:54 */waypoints[201].type = "claymore"; -/* 9:54 */waypoints[201].childCount = 1; -/* 9:54 */waypoints[201].children[0] = 199; -/* 9:54 */waypoints[201].angles = (6.56311, -65.451, 0); -/* 9:54 */waypoints[202] = spawnstruct(); -/* 9:54 */waypoints[202].origin =(1019.16, 5373.26, 192.125); -/* 9:54 */waypoints[202].type = "crouch"; -/* 9:54 */waypoints[202].childCount = 1; -/* 9:54 */waypoints[202].children[0] = 74; -/* 9:54 */waypoints[202].angles = (0.72937, -56.2061, 0); -/* 9:54 */waypoints[203] = spawnstruct(); -/* 9:54 */waypoints[203].origin =(1294.12, 5150.07, 192.125); -/* 9:54 */waypoints[203].type = "claymore"; -/* 9:54 */waypoints[203].childCount = 1; -/* 9:54 */waypoints[203].children[0] = 73; -/* 9:54 */waypoints[203].angles = (14.2535, -107.018, 0); -/* 9:54 */waypoints[204] = spawnstruct(); -/* 9:54 */waypoints[204].origin =(1642.59, 5096.88, 192.125); -/* 9:54 */waypoints[204].type = "crouch"; -/* 9:54 */waypoints[204].childCount = 1; -/* 9:54 */waypoints[204].children[0] = 80; -/* 9:54 */waypoints[204].angles = (5.2832, -89.0936, 0); -/* 9:54 */waypoints[205] = spawnstruct(); -/* 9:54 */waypoints[205].origin =(1552.88, 5074.72, 192.125); -/* 9:54 */waypoints[205].type = "crouch"; -/* 9:54 */waypoints[205].childCount = 1; -/* 9:54 */waypoints[205].children[0] = 79; -/* 9:54 */waypoints[205].angles = (5.2832, -114.587, 0); -/* 9:54 */waypoints[206] = spawnstruct(); -/* 9:54 */waypoints[206].origin =(2240.97, 4358.08, 304.125); -/* 9:54 */waypoints[206].type = "claymore"; -/* 9:54 */waypoints[206].childCount = 1; -/* 9:54 */waypoints[206].children[0] = 107; -/* 9:54 */waypoints[206].angles = (9.83704, -112.297, 0); - return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/testmap.gsc b/raw/maps/mp/bots/waypoints/testmap.gsc deleted file mode 100644 index 50ab6af..0000000 --- a/raw/maps/mp/bots/waypoints/testmap.gsc +++ /dev/null @@ -1,233 +0,0 @@ -TestMap() -{ - waypoints = []; - waypoints[0] = spawnstruct(); - waypoints[0].origin =(-1.01495, 490.006, -63.875); - waypoints[0].type = "stand"; - waypoints[0].childCount = 5; - waypoints[0].children[0] = 1; - waypoints[0].children[1] = 14; - waypoints[0].children[2] = 15; - waypoints[0].children[3] = 13; - waypoints[0].children[4] = 21; - waypoints[1] = spawnstruct(); - waypoints[1].origin =(461.337, 489.549, -63.875); - waypoints[1].type = "stand"; - waypoints[1].childCount = 6; - waypoints[1].children[0] = 0; - waypoints[1].children[1] = 2; - waypoints[1].children[2] = 18; - waypoints[1].children[3] = 18; - waypoints[1].children[4] = 18; - waypoints[1].children[5] = 20; - waypoints[2] = spawnstruct(); - waypoints[2].origin =(655.728, 493.466, -63.875); - waypoints[2].type = "stand"; - waypoints[2].childCount = 2; - waypoints[2].children[0] = 1; - waypoints[2].children[1] = 3; - waypoints[3] = spawnstruct(); - waypoints[3].origin =(685.795, -23.2244, -63.875); - waypoints[3].type = "stand"; - waypoints[3].childCount = 3; - waypoints[3].children[0] = 2; - waypoints[3].children[1] = 4; - waypoints[3].children[2] = 18; - waypoints[4] = spawnstruct(); - waypoints[4].origin =(685.753, -490.267, -63.875); - waypoints[4].type = "stand"; - waypoints[4].childCount = 2; - waypoints[4].children[0] = 3; - waypoints[4].children[1] = 5; - waypoints[5] = spawnstruct(); - waypoints[5].origin =(697.191, -603.442, -63.875); - waypoints[5].type = "stand"; - waypoints[5].childCount = 2; - waypoints[5].children[0] = 4; - waypoints[5].children[1] = 7; - waypoints[6] = spawnstruct(); - waypoints[6].origin =(-67.4587, -590.356, -63.875); - waypoints[6].type = "stand"; - waypoints[6].childCount = 4; - waypoints[6].children[0] = 7; - waypoints[6].children[1] = 8; - waypoints[6].children[2] = 16; - waypoints[6].children[3] = 24; - waypoints[7] = spawnstruct(); - waypoints[7].origin =(343.56, -587.272, -63.875); - waypoints[7].type = "stand"; - waypoints[7].childCount = 3; - waypoints[7].children[0] = 5; - waypoints[7].children[1] = 6; - waypoints[7].children[2] = 19; - waypoints[8] = spawnstruct(); - waypoints[8].origin =(-572.202, -593.835, -63.875); - waypoints[8].type = "stand"; - waypoints[8].childCount = 3; - waypoints[8].children[0] = 6; - waypoints[8].children[1] = 9; - waypoints[8].children[2] = 16; - waypoints[9] = spawnstruct(); - waypoints[9].origin =(-752.875, -591.781, -63.875); - waypoints[9].type = "stand"; - waypoints[9].childCount = 2; - waypoints[9].children[0] = 8; - waypoints[9].children[1] = 10; - waypoints[10] = spawnstruct(); - waypoints[10].origin =(-726.027, -323.589, -63.875); - waypoints[10].type = "stand"; - waypoints[10].childCount = 3; - waypoints[10].children[0] = 9; - waypoints[10].children[1] = 11; - waypoints[10].children[2] = 16; - waypoints[11] = spawnstruct(); - waypoints[11].origin =(-720.13, 115.657, -63.875); - waypoints[11].type = "stand"; - waypoints[11].childCount = 4; - waypoints[11].children[0] = 10; - waypoints[11].children[1] = 12; - waypoints[11].children[2] = 16; - waypoints[11].children[3] = 15; - waypoints[12] = spawnstruct(); - waypoints[12].origin =(-721.257, 533.811, -63.875); - waypoints[12].type = "stand"; - waypoints[12].childCount = 3; - waypoints[12].children[0] = 11; - waypoints[12].children[1] = 13; - waypoints[12].children[2] = 27; - waypoints[13] = spawnstruct(); - waypoints[13].origin =(-220.422, 593.421, -63.875); - waypoints[13].type = "stand"; - waypoints[13].childCount = 4; - waypoints[13].children[0] = 12; - waypoints[13].children[1] = 14; - waypoints[13].children[2] = 0; - waypoints[13].children[3] = 15; - waypoints[14] = spawnstruct(); - waypoints[14].origin =(-28.2908, 599.348, -63.875); - waypoints[14].type = "stand"; - waypoints[14].childCount = 2; - waypoints[14].children[0] = 0; - waypoints[14].children[1] = 13; - waypoints[15] = spawnstruct(); - waypoints[15].origin =(-258.609, 6.70396, -63.875); - waypoints[15].type = "stand"; - waypoints[15].childCount = 7; - waypoints[15].children[0] = 0; - waypoints[15].children[1] = 16; - waypoints[15].children[2] = 11; - waypoints[15].children[3] = 13; - waypoints[15].children[4] = 17; - waypoints[15].children[5] = 23; - waypoints[15].children[6] = 27; - waypoints[16] = spawnstruct(); - waypoints[16].origin =(-467.668, -343.397, -63.875); - waypoints[16].type = "stand"; - waypoints[16].childCount = 5; - waypoints[16].children[0] = 15; - waypoints[16].children[1] = 8; - waypoints[16].children[2] = 11; - waypoints[16].children[3] = 6; - waypoints[16].children[4] = 10; - waypoints[17] = spawnstruct(); - waypoints[17].origin =(99.6763, -61.88, -63.875); - waypoints[17].type = "stand"; - waypoints[17].childCount = 6; - waypoints[17].children[0] = 15; - waypoints[17].children[1] = 18; - waypoints[17].children[2] = 21; - waypoints[17].children[3] = 22; - waypoints[17].children[4] = 25; - waypoints[17].children[5] = 25; - waypoints[18] = spawnstruct(); - waypoints[18].origin =(439.094, -60.3452, -63.875); - waypoints[18].type = "stand"; - waypoints[18].childCount = 7; - waypoints[18].children[0] = 17; - waypoints[18].children[1] = 3; - waypoints[18].children[2] = 1; - waypoints[18].children[3] = 1; - waypoints[18].children[4] = 1; - waypoints[18].children[5] = 19; - waypoints[18].children[6] = 20; - waypoints[19] = spawnstruct(); - waypoints[19].origin =(426.874, -327.668, -63.875); - waypoints[19].type = "stand"; - waypoints[19].childCount = 2; - waypoints[19].children[0] = 18; - waypoints[19].children[1] = 7; - waypoints[20] = spawnstruct(); - waypoints[20].origin =(383.704, 241.401, -63.875); - waypoints[20].type = "stand"; - waypoints[20].childCount = 3; - waypoints[20].children[0] = 18; - waypoints[20].children[1] = 1; - waypoints[20].children[2] = 22; - waypoints[21] = spawnstruct(); - waypoints[21].origin =(119.403, 231.893, -63.875); - waypoints[21].type = "stand"; - waypoints[21].childCount = 4; - waypoints[21].children[0] = 17; - waypoints[21].children[1] = 0; - waypoints[21].children[2] = 22; - waypoints[21].children[3] = 23; - waypoints[22] = spawnstruct(); - waypoints[22].origin =(241.672, 173.537, -63.875); - waypoints[22].type = "stand"; - waypoints[22].childCount = 4; - waypoints[22].children[0] = 20; - waypoints[22].children[1] = 17; - waypoints[22].children[2] = 21; - waypoints[22].children[3] = 26; - waypoints[23] = spawnstruct(); - waypoints[23].origin =(7.42357, 184.274, -63.875); - waypoints[23].type = "stand"; - waypoints[23].childCount = 2; - waypoints[23].children[0] = 15; - waypoints[23].children[1] = 21; - waypoints[24] = spawnstruct(); - waypoints[24].origin =(-90.5587, -297.083, -63.875); - waypoints[24].type = "stand"; - waypoints[24].childCount = 2; - waypoints[24].children[0] = 25; - waypoints[24].children[1] = 6; - waypoints[25] = spawnstruct(); - waypoints[25].origin =(12.887, -197.818, -63.875); - waypoints[25].type = "stand"; - waypoints[25].childCount = 4; - waypoints[25].children[0] = 17; - waypoints[25].children[1] = 17; - waypoints[25].children[2] = 24; - waypoints[25].children[3] = 28; - waypoints[26] = spawnstruct(); - waypoints[26].origin =(257.245, 479.599, -63.875); - waypoints[26].type = "stand"; - waypoints[26].childCount = 1; - waypoints[26].children[0] = 22; - waypoints[27] = spawnstruct(); - waypoints[27].origin =(-434.592, 275.541, -63.875); - waypoints[27].type = "stand"; - waypoints[27].childCount = 3; - waypoints[27].children[0] = 12; - waypoints[27].children[1] = 15; - waypoints[27].children[2] = 30; - waypoints[28] = spawnstruct(); - waypoints[28].origin =(-318.531, -100.442, -63.875); - waypoints[28].type = "stand"; - waypoints[28].childCount = 2; - waypoints[28].children[0] = 25; - waypoints[28].children[1] = 29; - waypoints[29] = spawnstruct(); - waypoints[29].origin =(-397, 14.8198, -63.875); - waypoints[29].type = "stand"; - waypoints[29].childCount = 2; - waypoints[29].children[0] = 28; - waypoints[29].children[1] = 30; - waypoints[30] = spawnstruct(); - waypoints[30].origin =(-404.831, 63.7778, -63.875); - waypoints[30].type = "stand"; - waypoints[30].childCount = 2; - waypoints[30].children[0] = 29; - waypoints[30].children[1] = 27; - return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/underground.gsc b/raw/maps/mp/bots/waypoints/underground.gsc deleted file mode 100644 index 9fe169e..0000000 --- a/raw/maps/mp/bots/waypoints/underground.gsc +++ /dev/null @@ -1,1463 +0,0 @@ -Underground() -{ -/* 3:59 */waypoints = []; -/* 3:59 */waypoints[0] = spawnstruct(); -/* 3:59 */waypoints[0].origin = (129.107, -1274.26, 16.125); -/* 3:59 */waypoints[0].type = "stand"; -/* 3:59 */waypoints[0].children[0] = 1; -/* 3:59 */waypoints[0].children[1] = 111; -/* 3:59 */waypoints[1] = spawnstruct(); -/* 3:59 */waypoints[1].origin = (-49.9001, -1285.51, 16.125); -/* 3:59 */waypoints[1].type = "stand"; -/* 3:59 */waypoints[1].children[0] = 0; -/* 3:59 */waypoints[1].children[1] = 2; -/* 3:59 */waypoints[2] = spawnstruct(); -/* 3:59 */waypoints[2].origin = (-83.0899, -1081.52, 8.125); -/* 3:59 */waypoints[2].type = "stand"; -/* 3:59 */waypoints[2].children[0] = 1; -/* 3:59 */waypoints[2].children[1] = 3; -/* 3:59 */waypoints[2].children[2] = 110; -/* 3:59 */waypoints[2].children[3] = 111; -/* 3:59 */waypoints[3] = spawnstruct(); -/* 3:59 */waypoints[3].origin = (-400.563, -645.676, 0.124998); -/* 3:59 */waypoints[3].type = "stand"; -/* 3:59 */waypoints[3].children[0] = 2; -/* 3:59 */waypoints[3].children[1] = 4; -/* 3:59 */waypoints[3].children[2] = 149; -/* 3:59 */waypoints[3].children[3] = 15; -/* 3:59 */waypoints[4] = spawnstruct(); -/* 3:59 */waypoints[4].origin = (-683.599, -328.2, 8.125); -/* 3:59 */waypoints[4].type = "stand"; -/* 3:59 */waypoints[4].children[0] = 3; -/* 3:59 */waypoints[4].children[1] = 5; -/* 3:59 */waypoints[4].children[2] = 14; -/* 3:59 */waypoints[5] = spawnstruct(); -/* 3:59 */waypoints[5].origin = (-1037.81, -131.897, 0.124998); -/* 3:59 */waypoints[5].type = "stand"; -/* 3:59 */waypoints[5].children[0] = 4; -/* 3:59 */waypoints[5].children[1] = 6; -/* 3:59 */waypoints[6] = spawnstruct(); -/* 3:59 */waypoints[6].origin = (-1110.33, 16.5054, 0.124998); -/* 3:59 */waypoints[6].type = "stand"; -/* 3:59 */waypoints[6].children[0] = 5; -/* 3:59 */waypoints[6].children[1] = 7; -/* 3:59 */waypoints[6].children[2] = 198; -/* 3:59 */waypoints[6].children[3] = 208; -/* 3:59 */waypoints[7] = spawnstruct(); -/* 3:59 */waypoints[7].origin = (-1109.76, 182.284, -55.875); -/* 3:59 */waypoints[7].type = "stand"; -/* 3:59 */waypoints[7].children[0] = 6; -/* 3:59 */waypoints[7].children[1] = 8; -/* 3:59 */waypoints[7].children[2] = 9; -/* 3:59 */waypoints[7].children[3] = 13; -/* 3:59 */waypoints[8] = spawnstruct(); -/* 3:59 */waypoints[8].origin = (-1290.22, 329.89, -55.875); -/* 3:59 */waypoints[8].type = "stand"; -/* 3:59 */waypoints[8].children[0] = 7; -/* 3:59 */waypoints[8].children[1] = 11; -/* 3:59 */waypoints[8].children[2] = 236; -/* 3:59 */waypoints[9] = spawnstruct(); -/* 3:59 */waypoints[9].origin = (-1128.09, 360.01, -55.875); -/* 3:59 */waypoints[9].type = "stand"; -/* 3:59 */waypoints[9].children[0] = 7; -/* 3:59 */waypoints[9].children[1] = 10; -/* 3:59 */waypoints[9].children[2] = 151; -/* 3:59 */waypoints[10] = spawnstruct(); -/* 3:59 */waypoints[10].origin = (-1153.41, 501.232, -55.875); -/* 3:59 */waypoints[10].type = "stand"; -/* 3:59 */waypoints[10].children[0] = 9; -/* 3:59 */waypoints[10].children[1] = 11; -/* 3:59 */waypoints[11] = spawnstruct(); -/* 3:59 */waypoints[11].origin = (-1348.47, 502.361, -95.875); -/* 3:59 */waypoints[11].type = "stand"; -/* 3:59 */waypoints[11].children[0] = 10; -/* 3:59 */waypoints[11].children[1] = 12; -/* 3:59 */waypoints[11].children[2] = 8; -/* 3:59 */waypoints[12] = spawnstruct(); -/* 3:59 */waypoints[12].origin = (-1352.94, 812.85, -215.875); -/* 3:59 */waypoints[12].type = "stand"; -/* 3:59 */waypoints[12].children[0] = 11; -/* 3:59 */waypoints[12].children[1] = 62; -/* 3:59 */waypoints[12].children[2] = 155; -/* 3:59 */waypoints[12].children[3] = 220; -/* 3:59 */waypoints[13] = spawnstruct(); -/* 3:59 */waypoints[13].origin = (-709.802, 154.246, -55.875); -/* 3:59 */waypoints[13].type = "stand"; -/* 3:59 */waypoints[13].children[0] = 7; -/* 3:59 */waypoints[13].children[1] = 14; -/* 3:59 */waypoints[13].children[2] = 150; -/* 3:59 */waypoints[13].children[3] = 157; -/* 3:59 */waypoints[13].children[4] = 199; -/* 3:59 */waypoints[14] = spawnstruct(); -/* 3:59 */waypoints[14].origin = (-671.982, -222.117, 8.125); -/* 3:59 */waypoints[14].type = "stand"; -/* 3:59 */waypoints[14].children[0] = 13; -/* 3:59 */waypoints[14].children[1] = 4; -/* 3:59 */waypoints[14].children[2] = 15; -/* 3:59 */waypoints[15] = spawnstruct(); -/* 3:59 */waypoints[15].origin = (-160.954, -263.422, 8.125); -/* 3:59 */waypoints[15].type = "stand"; -/* 3:59 */waypoints[15].children[0] = 14; -/* 3:59 */waypoints[15].children[1] = 16; -/* 3:59 */waypoints[15].children[2] = 3; -/* 3:59 */waypoints[15].children[3] = 193; -/* 3:59 */waypoints[16] = spawnstruct(); -/* 3:59 */waypoints[16].origin = (37.2851, -369.651, 8.125); -/* 3:59 */waypoints[16].type = "stand"; -/* 3:59 */waypoints[16].children[0] = 15; -/* 3:59 */waypoints[16].children[1] = 17; -/* 3:59 */waypoints[16].children[2] = 145; -/* 3:59 */waypoints[16].children[3] = 146; -/* 3:59 */waypoints[16].children[4] = 147; -/* 3:59 */waypoints[16].children[5] = 149; -/* 3:59 */waypoints[16].children[6] = 215; -/* 3:59 */waypoints[17] = spawnstruct(); -/* 3:59 */waypoints[17].origin = (21.4215, -69.1314, 8.125); -/* 3:59 */waypoints[17].type = "stand"; -/* 3:59 */waypoints[17].children[0] = 16; -/* 3:59 */waypoints[17].children[1] = 238; -/* 3:59 */waypoints[17].children[2] = 237; -/* 3:59 */waypoints[18] = spawnstruct(); -/* 3:59 */waypoints[18].origin = (-55.9047, 773.396, -127.875); -/* 3:59 */waypoints[18].type = "stand"; -/* 3:59 */waypoints[18].children[0] = 19; -/* 3:59 */waypoints[18].children[1] = 238; -/* 3:59 */waypoints[19] = spawnstruct(); -/* 3:59 */waypoints[19].origin = (-289.025, 852.837, -127.875); -/* 3:59 */waypoints[19].type = "stand"; -/* 3:59 */waypoints[19].children[0] = 18; -/* 3:59 */waypoints[19].children[1] = 20; -/* 3:59 */waypoints[19].children[2] = 25; -/* 3:59 */waypoints[19].children[3] = 27; -/* 3:59 */waypoints[19].children[4] = 124; -/* 3:59 */waypoints[20] = spawnstruct(); -/* 3:59 */waypoints[20].origin = (-390.214, 783.831, -127.875); -/* 3:59 */waypoints[20].type = "stand"; -/* 3:59 */waypoints[20].children[0] = 19; -/* 3:59 */waypoints[20].children[1] = 21; -/* 3:59 */waypoints[21] = spawnstruct(); -/* 3:59 */waypoints[21].origin = (-708.84, 791.895, -191.875); -/* 3:59 */waypoints[21].type = "stand"; -/* 3:59 */waypoints[21].children[0] = 20; -/* 3:59 */waypoints[21].children[1] = 22; -/* 3:59 */waypoints[21].children[2] = 24; -/* 3:59 */waypoints[22] = spawnstruct(); -/* 3:59 */waypoints[22].origin = (-709.862, 1103.82, -255.875); -/* 3:59 */waypoints[22].type = "stand"; -/* 3:59 */waypoints[22].children[0] = 21; -/* 3:59 */waypoints[22].children[1] = 177; -/* 3:59 */waypoints[23] = spawnstruct(); -/* 3:59 */waypoints[23].origin = (-862.57, 1105.62, -255.875); -/* 3:59 */waypoints[23].type = "stand"; -/* 3:59 */waypoints[23].children[0] = 24; -/* 3:59 */waypoints[23].children[1] = 178; -/* 3:59 */waypoints[24] = spawnstruct(); -/* 3:59 */waypoints[24].origin = (-813.617, 646.463, -191.875); -/* 3:59 */waypoints[24].type = "stand"; -/* 3:59 */waypoints[24].children[0] = 23; -/* 3:59 */waypoints[24].children[1] = 25; -/* 3:59 */waypoints[24].children[2] = 21; -/* 3:59 */waypoints[24].children[3] = 201; -/* 3:59 */waypoints[25] = spawnstruct(); -/* 3:59 */waypoints[25].origin = (-310.39, 655.063, -127.875); -/* 3:59 */waypoints[25].type = "stand"; -/* 3:59 */waypoints[25].children[0] = 24; -/* 3:59 */waypoints[25].children[1] = 26; -/* 3:59 */waypoints[25].children[2] = 19; -/* 3:59 */waypoints[25].children[3] = 123; -/* 3:59 */waypoints[26] = spawnstruct(); -/* 3:59 */waypoints[26].origin = (-192.122, 369.249, -127.875); -/* 3:59 */waypoints[26].type = "stand"; -/* 3:59 */waypoints[26].children[0] = 25; -/* 3:59 */waypoints[26].children[1] = 122; -/* 3:59 */waypoints[26].children[2] = 191; -/* 3:59 */waypoints[26].children[3] = 202; -/* 3:59 */waypoints[26].children[4] = 238; -/* 3:59 */waypoints[27] = spawnstruct(); -/* 3:59 */waypoints[27].origin = (-186.694, 924.628, -127.875); -/* 3:59 */waypoints[27].type = "stand"; -/* 3:59 */waypoints[27].children[0] = 19; -/* 3:59 */waypoints[27].children[1] = 28; -/* 3:59 */waypoints[28] = spawnstruct(); -/* 3:59 */waypoints[28].origin = (-177.188, 1022.56, -159.875); -/* 3:59 */waypoints[28].type = "stand"; -/* 3:59 */waypoints[28].children[0] = 27; -/* 3:59 */waypoints[28].children[1] = 29; -/* 3:59 */waypoints[28].children[2] = 233; -/* 3:59 */waypoints[29] = spawnstruct(); -/* 3:59 */waypoints[29].origin = (-36.6565, 1013.83, -199.875); -/* 3:59 */waypoints[29].type = "stand"; -/* 3:59 */waypoints[29].children[0] = 28; -/* 3:59 */waypoints[29].children[1] = 30; -/* 3:59 */waypoints[29].children[2] = 31; -/* 3:59 */waypoints[30] = spawnstruct(); -/* 3:59 */waypoints[30].origin = (-80.4332, 1341.96, -255.875); -/* 3:59 */waypoints[30].type = "stand"; -/* 3:59 */waypoints[30].children[0] = 29; -/* 3:59 */waypoints[30].children[1] = 90; -/* 3:59 */waypoints[30].children[2] = 128; -/* 3:59 */waypoints[30].children[3] = 186; -/* 3:59 */waypoints[31] = spawnstruct(); -/* 3:59 */waypoints[31].origin = (124.774, 1003.83, -199.875); -/* 3:59 */waypoints[31].type = "stand"; -/* 3:59 */waypoints[31].children[0] = 29; -/* 3:59 */waypoints[31].children[1] = 32; -/* 3:59 */waypoints[31].children[2] = 90; -/* 3:59 */waypoints[32] = spawnstruct(); -/* 3:59 */waypoints[32].origin = (257.593, 1019.28, -159.875); -/* 3:59 */waypoints[32].type = "stand"; -/* 3:59 */waypoints[32].children[0] = 31; -/* 3:59 */waypoints[32].children[1] = 33; -/* 3:59 */waypoints[32].children[2] = 232; -/* 3:59 */waypoints[33] = spawnstruct(); -/* 3:59 */waypoints[33].origin = (281.179, 842.894, -127.875); -/* 3:59 */waypoints[33].type = "stand"; -/* 3:59 */waypoints[33].children[0] = 32; -/* 3:59 */waypoints[33].children[1] = 34; -/* 3:59 */waypoints[33].children[2] = 35; -/* 3:59 */waypoints[33].children[3] = 39; -/* 3:59 */waypoints[34] = spawnstruct(); -/* 3:59 */waypoints[34].origin = (128.009, 708.17, -127.875); -/* 3:59 */waypoints[34].type = "stand"; -/* 3:59 */waypoints[34].children[0] = 33; -/* 3:59 */waypoints[34].children[1] = 237; -/* 3:59 */waypoints[35] = spawnstruct(); -/* 3:59 */waypoints[35].origin = (411.122, 792.843, -127.875); -/* 3:59 */waypoints[35].type = "stand"; -/* 3:59 */waypoints[35].children[0] = 33; -/* 3:59 */waypoints[35].children[1] = 36; -/* 3:59 */waypoints[35].children[2] = 39; -/* 3:59 */waypoints[35].children[3] = 41; -/* 3:59 */waypoints[36] = spawnstruct(); -/* 3:59 */waypoints[36].origin = (771.749, 803.139, -187.414); -/* 3:59 */waypoints[36].type = "stand"; -/* 3:59 */waypoints[36].children[0] = 35; -/* 3:59 */waypoints[36].children[1] = 37; -/* 3:59 */waypoints[36].children[2] = 38; -/* 3:59 */waypoints[36].children[3] = 42; -/* 3:59 */waypoints[37] = spawnstruct(); -/* 3:59 */waypoints[37].origin = (739.632, 1269.47, -255.875); -/* 3:59 */waypoints[37].type = "stand"; -/* 3:59 */waypoints[37].children[0] = 36; -/* 3:59 */waypoints[37].children[1] = 74; -/* 3:59 */waypoints[37].children[2] = 75; -/* 3:59 */waypoints[38] = spawnstruct(); -/* 3:59 */waypoints[38].origin = (820.766, 656.351, -191.875); -/* 3:59 */waypoints[38].type = "stand"; -/* 3:59 */waypoints[38].children[0] = 36; -/* 3:59 */waypoints[38].children[1] = 39; -/* 3:59 */waypoints[38].children[2] = 117; -/* 3:59 */waypoints[38].children[3] = 203; -/* 3:59 */waypoints[39] = spawnstruct(); -/* 3:59 */waypoints[39].origin = (424.04, 639.371, -127.875); -/* 3:59 */waypoints[39].type = "stand"; -/* 3:59 */waypoints[39].children[0] = 38; -/* 3:59 */waypoints[39].children[1] = 33; -/* 3:59 */waypoints[39].children[2] = 40; -/* 3:59 */waypoints[39].children[3] = 35; -/* 3:59 */waypoints[40] = spawnstruct(); -/* 3:59 */waypoints[40].origin = (305.314, 378.302, -127.875); -/* 3:59 */waypoints[40].type = "stand"; -/* 3:59 */waypoints[40].children[0] = 39; -/* 3:59 */waypoints[40].children[1] = 121; -/* 3:59 */waypoints[40].children[2] = 237; -/* 3:59 */waypoints[41] = spawnstruct(); -/* 3:59 */waypoints[41].origin = (377.056, 1079.11, -127.875); -/* 3:59 */waypoints[41].type = "stand"; -/* 3:59 */waypoints[41].children[0] = 35; -/* 3:59 */waypoints[41].children[1] = 144; -/* 3:59 */waypoints[42] = spawnstruct(); -/* 3:59 */waypoints[42].origin = (993.197, 868.216, -117.877); -/* 3:59 */waypoints[42].type = "stand"; -/* 3:59 */waypoints[42].children[0] = 36; -/* 3:59 */waypoints[42].children[1] = 43; -/* 3:59 */waypoints[42].children[2] = 229; -/* 3:59 */waypoints[43] = spawnstruct(); -/* 3:59 */waypoints[43].origin = (1378.1, 778.458, -121.875); -/* 3:59 */waypoints[43].type = "stand"; -/* 3:59 */waypoints[43].children[0] = 42; -/* 3:59 */waypoints[43].children[1] = 44; -/* 3:59 */waypoints[43].children[2] = 101; -/* 3:59 */waypoints[43].children[3] = 204; -/* 3:59 */waypoints[44] = spawnstruct(); -/* 3:59 */waypoints[44].origin = (1441.12, 1059.73, -121.875); -/* 3:59 */waypoints[44].type = "stand"; -/* 3:59 */waypoints[44].children[0] = 43; -/* 3:59 */waypoints[44].children[1] = 45; -/* 3:59 */waypoints[44].children[2] = 96; -/* 3:59 */waypoints[45] = spawnstruct(); -/* 3:59 */waypoints[45].origin = (1502.08, 1298.71, -119.875); -/* 3:59 */waypoints[45].type = "stand"; -/* 3:59 */waypoints[45].children[0] = 44; -/* 3:59 */waypoints[45].children[1] = 46; -/* 3:59 */waypoints[45].children[2] = 214; -/* 3:59 */waypoints[46] = spawnstruct(); -/* 3:59 */waypoints[46].origin = (1392.8, 1749.12, -119.875); -/* 3:59 */waypoints[46].type = "stand"; -/* 3:59 */waypoints[46].children[0] = 45; -/* 3:59 */waypoints[46].children[1] = 47; -/* 3:59 */waypoints[46].children[2] = 100; -/* 3:59 */waypoints[46].children[3] = 205; -/* 3:59 */waypoints[47] = spawnstruct(); -/* 3:59 */waypoints[47].origin = (1088.89, 1783.08, -119.875); -/* 3:59 */waypoints[47].type = "stand"; -/* 3:59 */waypoints[47].children[0] = 46; -/* 3:59 */waypoints[47].children[1] = 48; -/* 3:59 */waypoints[47].children[2] = 99; -/* 3:59 */waypoints[47].children[3] = 181; -/* 3:59 */waypoints[47].children[4] = 212; -/* 3:59 */waypoints[47].children[5] = 213; -/* 3:59 */waypoints[48] = spawnstruct(); -/* 3:59 */waypoints[48].origin = (1088.86, 1970.23, -119.875); -/* 3:59 */waypoints[48].type = "stand"; -/* 3:59 */waypoints[48].children[0] = 47; -/* 3:59 */waypoints[48].children[1] = 49; -/* 3:59 */waypoints[48].children[2] = 100; -/* 3:59 */waypoints[49] = spawnstruct(); -/* 3:59 */waypoints[49].origin = (1074.06, 2247.71, -119.875); -/* 3:59 */waypoints[49].type = "stand"; -/* 3:59 */waypoints[49].children[0] = 48; -/* 3:59 */waypoints[49].children[1] = 50; -/* 3:59 */waypoints[50] = spawnstruct(); -/* 3:59 */waypoints[50].origin = (677.447, 2260.67, -103.875); -/* 3:59 */waypoints[50].type = "stand"; -/* 3:59 */waypoints[50].children[0] = 49; -/* 3:59 */waypoints[50].children[1] = 211; -/* 3:59 */waypoints[50].children[2] = 222; -/* 3:59 */waypoints[50].children[3] = 228; -/* 3:59 */waypoints[50].children[4] = 245; -/* 3:59 */waypoints[51] = spawnstruct(); -/* 3:59 */waypoints[51].origin = (676.432, 3073.83, -127.875); -/* 3:59 */waypoints[51].type = "stand"; -/* 3:59 */waypoints[51].children[0] = 52; -/* 3:59 */waypoints[51].children[1] = 85; -/* 3:59 */waypoints[51].children[2] = 222; -/* 3:59 */waypoints[51].children[3] = 225; -/* 3:59 */waypoints[52] = spawnstruct(); -/* 3:59 */waypoints[52].origin = (36.3227, 3062.75, -127.875); -/* 3:59 */waypoints[52].type = "stand"; -/* 3:59 */waypoints[52].children[0] = 51; -/* 3:59 */waypoints[52].children[1] = 53; -/* 3:59 */waypoints[52].children[2] = 140; -/* 3:59 */waypoints[52].children[3] = 210; -/* 3:59 */waypoints[53] = spawnstruct(); -/* 3:59 */waypoints[53].origin = (-330.909, 3050.43, -127.875); -/* 3:59 */waypoints[53].type = "stand"; -/* 3:59 */waypoints[53].children[0] = 52; -/* 3:59 */waypoints[53].children[1] = 54; -/* 3:59 */waypoints[53].children[2] = 162; -/* 3:59 */waypoints[53].children[3] = 234; -/* 3:59 */waypoints[54] = spawnstruct(); -/* 3:59 */waypoints[54].origin = (-447.966, 2930.48, -130.225); -/* 3:59 */waypoints[54].type = "stand"; -/* 3:59 */waypoints[54].children[0] = 53; -/* 3:59 */waypoints[54].children[1] = 55; -/* 3:59 */waypoints[54].children[2] = 131; -/* 3:59 */waypoints[54].children[3] = 132; -/* 3:59 */waypoints[54].children[4] = 163; -/* 3:59 */waypoints[54].children[5] = 209; -/* 3:59 */waypoints[55] = spawnstruct(); -/* 3:59 */waypoints[55].origin = (-637.947, 3134.51, -127.875); -/* 3:59 */waypoints[55].type = "stand"; -/* 3:59 */waypoints[55].children[0] = 54; -/* 3:59 */waypoints[55].children[1] = 56; -/* 3:59 */waypoints[55].children[2] = 162; -/* 3:59 */waypoints[56] = spawnstruct(); -/* 3:59 */waypoints[56].origin = (-793.577, 2964.53, -127.875); -/* 3:59 */waypoints[56].type = "stand"; -/* 3:59 */waypoints[56].children[0] = 55; -/* 3:59 */waypoints[56].children[1] = 57; -/* 3:59 */waypoints[56].children[2] = 163; -/* 3:59 */waypoints[57] = spawnstruct(); -/* 3:59 */waypoints[57].origin = (-1068.82, 2688.61, -255.875); -/* 3:59 */waypoints[57].type = "stand"; -/* 3:59 */waypoints[57].children[0] = 56; -/* 3:59 */waypoints[57].children[1] = 58; -/* 3:59 */waypoints[57].children[2] = 247; -/* 3:59 */waypoints[58] = spawnstruct(); -/* 3:59 */waypoints[58].origin = (-1068.66, 2035.05, -255.875); -/* 3:59 */waypoints[58].type = "stand"; -/* 3:59 */waypoints[58].children[0] = 57; -/* 3:59 */waypoints[58].children[1] = 59; -/* 3:59 */waypoints[58].children[2] = 66; -/* 3:59 */waypoints[59] = spawnstruct(); -/* 3:59 */waypoints[59].origin = (-1068.68, 1822.08, -255.875); -/* 3:59 */waypoints[59].type = "stand"; -/* 3:59 */waypoints[59].children[0] = 58; -/* 3:59 */waypoints[59].children[1] = 60; -/* 3:59 */waypoints[59].children[2] = 65; -/* 3:59 */waypoints[60] = spawnstruct(); -/* 3:59 */waypoints[60].origin = (-1264.03, 1820.02, -255.875); -/* 3:59 */waypoints[60].type = "stand"; -/* 3:59 */waypoints[60].children[0] = 59; -/* 3:59 */waypoints[60].children[1] = 61; -/* 3:59 */waypoints[60].children[2] = 161; -/* 3:59 */waypoints[61] = spawnstruct(); -/* 3:59 */waypoints[61].origin = (-1377.1, 1529.5, -255.875); -/* 3:59 */waypoints[61].type = "stand"; -/* 3:59 */waypoints[61].children[0] = 60; -/* 3:59 */waypoints[61].children[1] = 62; -/* 3:59 */waypoints[61].children[2] = 221; -/* 3:59 */waypoints[61].children[3] = 235; -/* 3:59 */waypoints[61].children[4] = 240; -/* 3:59 */waypoints[62] = spawnstruct(); -/* 3:59 */waypoints[62].origin = (-1375.27, 1163.14, -255.875); -/* 3:59 */waypoints[62].type = "stand"; -/* 3:59 */waypoints[62].children[0] = 61; -/* 3:59 */waypoints[62].children[1] = 63; -/* 3:59 */waypoints[62].children[2] = 154; -/* 3:59 */waypoints[62].children[3] = 12; -/* 3:59 */waypoints[62].children[4] = 197; -/* 3:59 */waypoints[62].children[5] = 239; -/* 3:59 */waypoints[63] = spawnstruct(); -/* 3:59 */waypoints[63].origin = (-1106.7, 1316.96, -255.875); -/* 3:59 */waypoints[63].type = "stand"; -/* 3:59 */waypoints[63].children[0] = 62; -/* 3:59 */waypoints[63].children[1] = 64; -/* 3:59 */waypoints[64] = spawnstruct(); -/* 3:59 */waypoints[64].origin = (-873.446, 1338.12, -255.875); -/* 3:59 */waypoints[64].type = "stand"; -/* 3:59 */waypoints[64].children[0] = 63; -/* 3:59 */waypoints[64].children[1] = 65; -/* 3:59 */waypoints[64].children[2] = 138; -/* 3:59 */waypoints[64].children[3] = 178; -/* 3:59 */waypoints[65] = spawnstruct(); -/* 3:59 */waypoints[65].origin = (-843.92, 1807.09, -255.875); -/* 3:59 */waypoints[65].type = "stand"; -/* 3:59 */waypoints[65].children[0] = 64; -/* 3:59 */waypoints[65].children[1] = 59; -/* 3:59 */waypoints[65].children[2] = 66; -/* 3:59 */waypoints[65].children[3] = 137; -/* 3:59 */waypoints[66] = spawnstruct(); -/* 3:59 */waypoints[66].origin = (-828.189, 2023.17, -255.875); -/* 3:59 */waypoints[66].type = "stand"; -/* 3:59 */waypoints[66].children[0] = 65; -/* 3:59 */waypoints[66].children[1] = 58; -/* 3:59 */waypoints[66].children[2] = 67; -/* 3:59 */waypoints[67] = spawnstruct(); -/* 3:59 */waypoints[67].origin = (-416.064, 2017.92, -127.875); -/* 3:59 */waypoints[67].type = "stand"; -/* 3:59 */waypoints[67].children[0] = 66; -/* 3:59 */waypoints[67].children[1] = 68; -/* 3:59 */waypoints[68] = spawnstruct(); -/* 3:59 */waypoints[68].origin = (-281.645, 2024.69, -131.116); -/* 3:59 */waypoints[68].type = "stand"; -/* 3:59 */waypoints[68].children[0] = 67; -/* 3:59 */waypoints[68].children[1] = 69; -/* 3:59 */waypoints[68].children[2] = 127; -/* 3:59 */waypoints[69] = spawnstruct(); -/* 3:59 */waypoints[69].origin = (14.8179, 2024.82, -128.198); -/* 3:59 */waypoints[69].type = "stand"; -/* 3:59 */waypoints[69].children[0] = 68; -/* 3:59 */waypoints[69].children[1] = 70; -/* 3:59 */waypoints[69].children[2] = 139; -/* 3:59 */waypoints[70] = spawnstruct(); -/* 3:59 */waypoints[70].origin = (345.363, 2022.57, -127.875); -/* 3:59 */waypoints[70].type = "stand"; -/* 3:59 */waypoints[70].children[0] = 69; -/* 3:59 */waypoints[70].children[1] = 71; -/* 3:59 */waypoints[70].children[2] = 141; -/* 3:59 */waypoints[71] = spawnstruct(); -/* 3:59 */waypoints[71].origin = (564.914, 2040.75, -127.875); -/* 3:59 */waypoints[71].type = "stand"; -/* 3:59 */waypoints[71].children[0] = 70; -/* 3:59 */waypoints[71].children[1] = 72; -/* 3:59 */waypoints[72] = spawnstruct(); -/* 3:59 */waypoints[72].origin = (876.666, 1990.04, -255.875); -/* 3:59 */waypoints[72].type = "stand"; -/* 3:59 */waypoints[72].children[0] = 71; -/* 3:59 */waypoints[72].children[1] = 73; -/* 3:59 */waypoints[73] = spawnstruct(); -/* 3:59 */waypoints[73].origin = (931.689, 1796.36, -255.875); -/* 3:59 */waypoints[73].type = "stand"; -/* 3:59 */waypoints[73].children[0] = 72; -/* 3:59 */waypoints[73].children[1] = 93; -/* 3:59 */waypoints[73].children[2] = 188; -/* 3:59 */waypoints[74] = spawnstruct(); -/* 3:59 */waypoints[74].origin = (890.65, 1277.72, -255.875); -/* 3:59 */waypoints[74].type = "stand"; -/* 3:59 */waypoints[74].children[0] = 37; -/* 3:59 */waypoints[74].children[1] = 188; -/* 3:59 */waypoints[75] = spawnstruct(); -/* 3:59 */waypoints[75].origin = (676.558, 1392.5, -255.875); -/* 3:59 */waypoints[75].type = "stand"; -/* 3:59 */waypoints[75].children[0] = 37; -/* 3:59 */waypoints[75].children[1] = 76; -/* 3:59 */waypoints[75].children[2] = 171; -/* 3:59 */waypoints[76] = spawnstruct(); -/* 3:59 */waypoints[76].origin = (704.754, 1645.22, -255.875); -/* 3:59 */waypoints[76].type = "stand"; -/* 3:59 */waypoints[76].children[0] = 75; -/* 3:59 */waypoints[76].children[1] = 77; -/* 3:59 */waypoints[76].children[2] = 173; -/* 3:59 */waypoints[76].children[3] = 188; -/* 3:59 */waypoints[76].children[4] = 243; -/* 3:59 */waypoints[77] = spawnstruct(); -/* 3:59 */waypoints[77].origin = (598.095, 1729.69, -255.875); -/* 3:59 */waypoints[77].type = "stand"; -/* 3:59 */waypoints[77].children[0] = 76; -/* 3:59 */waypoints[77].children[1] = 78; -/* 3:59 */waypoints[78] = spawnstruct(); -/* 3:59 */waypoints[78].origin = (593.879, 1863.28, -315.875); -/* 3:59 */waypoints[78].type = "stand"; -/* 3:59 */waypoints[78].children[0] = 77; -/* 3:59 */waypoints[78].children[1] = 174; -/* 3:59 */waypoints[79] = spawnstruct(); -/* 3:59 */waypoints[79].origin = (239.231, 2237.91, -315.875); -/* 3:59 */waypoints[79].type = "stand"; -/* 3:59 */waypoints[79].children[0] = 80; -/* 3:59 */waypoints[79].children[1] = 175; -/* 3:59 */waypoints[80] = spawnstruct(); -/* 3:59 */waypoints[80].origin = (186.223, 2455.12, -255.875); -/* 3:59 */waypoints[80].type = "stand"; -/* 3:59 */waypoints[80].children[0] = 79; -/* 3:59 */waypoints[80].children[1] = 81; -/* 3:59 */waypoints[80].children[2] = 88; -/* 3:59 */waypoints[80].children[3] = 130; -/* 3:59 */waypoints[81] = spawnstruct(); -/* 3:59 */waypoints[81].origin = (212.199, 2910.51, -192.843); -/* 3:59 */waypoints[81].type = "stand"; -/* 3:59 */waypoints[81].children[0] = 80; -/* 3:59 */waypoints[81].children[1] = 82; -/* 3:59 */waypoints[81].children[2] = 131; -/* 3:59 */waypoints[82] = spawnstruct(); -/* 3:59 */waypoints[82].origin = (340.393, 2912.56, -148.875); -/* 3:59 */waypoints[82].type = "stand"; -/* 3:59 */waypoints[82].children[0] = 81; -/* 3:59 */waypoints[82].children[1] = 83; -/* 3:59 */waypoints[82].children[2] = 86; -/* 3:59 */waypoints[82].children[3] = 223; -/* 3:59 */waypoints[83] = spawnstruct(); -/* 3:59 */waypoints[83].origin = (349.991, 2963.88, -148.875); -/* 3:59 */waypoints[83].type = "climb"; -/* 3:59 */waypoints[83].children[0] = 82; -/* 3:59 */waypoints[83].children[1] = 84; -/* 3:59 */waypoints[83].angles = (1.80176, 90.9093, 0); -/* 3:59 */waypoints[84] = spawnstruct(); -/* 3:59 */waypoints[84].origin = (340.765, 3003.13, -127.875); -/* 3:59 */waypoints[84].type = "climb"; -/* 3:59 */waypoints[84].children[0] = 83; -/* 3:59 */waypoints[84].children[1] = 85; -/* 3:59 */waypoints[84].angles = (5.49866, -92.1833, 0); -/* 3:59 */waypoints[85] = spawnstruct(); -/* 3:59 */waypoints[85].origin = (354.959, 3052.33, -127.875); -/* 3:59 */waypoints[85].type = "stand"; -/* 3:59 */waypoints[85].children[0] = 84; -/* 3:59 */waypoints[85].children[1] = 51; -/* 3:59 */waypoints[86] = spawnstruct(); -/* 3:59 */waypoints[86].origin = (518.086, 2289.48, -148.875); -/* 3:59 */waypoints[86].type = "stand"; -/* 3:59 */waypoints[86].children[0] = 82; -/* 3:59 */waypoints[86].children[1] = 87; -/* 3:59 */waypoints[87] = spawnstruct(); -/* 3:59 */waypoints[87].origin = (560.875, 2289.47, -155.875); -/* 3:59 */waypoints[87].type = "climb"; -/* 3:59 */waypoints[87].children[0] = 86; -/* 3:59 */waypoints[87].children[1] = 245; -/* 3:59 */waypoints[87].angles = (0.648193, -0.925405, 0); -/* 3:59 */waypoints[88] = spawnstruct(); -/* 3:59 */waypoints[88].origin = (194.486, 2110.16, -255.875); -/* 3:59 */waypoints[88].type = "stand"; -/* 3:59 */waypoints[88].children[0] = 80; -/* 3:59 */waypoints[88].children[1] = 167; -/* 3:59 */waypoints[89] = spawnstruct(); -/* 3:59 */waypoints[89].origin = (162.685, 1667.95, -255.875); -/* 3:59 */waypoints[89].type = "stand"; -/* 3:59 */waypoints[89].children[0] = 167; -/* 3:59 */waypoints[89].children[1] = 169; -/* 3:59 */waypoints[89].children[2] = 128; -/* 3:59 */waypoints[89].children[3] = 172; -/* 3:59 */waypoints[90] = spawnstruct(); -/* 3:59 */waypoints[90].origin = (123.244, 1265.51, -255.875); -/* 3:59 */waypoints[90].type = "stand"; -/* 3:59 */waypoints[90].children[0] = 30; -/* 3:59 */waypoints[90].children[1] = 31; -/* 3:59 */waypoints[90].children[2] = 172; -/* 3:59 */waypoints[91] = spawnstruct(); -/* 3:59 */waypoints[91].origin = (259.363, 1390.08, -255.875); -/* 3:59 */waypoints[91].type = "stand"; -/* 3:59 */waypoints[91].children[0] = 170; -/* 3:59 */waypoints[91].children[1] = 172; -/* 3:59 */waypoints[92] = spawnstruct(); -/* 3:59 */waypoints[92].origin = (419.243, 1644.08, -255.875); -/* 3:59 */waypoints[92].type = "stand"; -/* 3:59 */waypoints[92].children[0] = 169; -/* 3:59 */waypoints[92].children[1] = 173; -/* 3:59 */waypoints[93] = spawnstruct(); -/* 3:59 */waypoints[93].origin = (1098.01, 1770.06, -255.875); -/* 3:59 */waypoints[93].type = "stand"; -/* 3:59 */waypoints[93].children[0] = 73; -/* 3:59 */waypoints[93].children[1] = 94; -/* 3:59 */waypoints[94] = spawnstruct(); -/* 3:59 */waypoints[94].origin = (1111.52, 1436.52, -255.875); -/* 3:59 */waypoints[94].type = "stand"; -/* 3:59 */waypoints[94].children[0] = 93; -/* 3:59 */waypoints[94].children[1] = 95; -/* 3:59 */waypoints[95] = spawnstruct(); -/* 3:59 */waypoints[95].origin = (1159.75, 1108.04, -119.875); -/* 3:59 */waypoints[95].type = "stand"; -/* 3:59 */waypoints[95].children[0] = 94; -/* 3:59 */waypoints[95].children[1] = 96; -/* 3:59 */waypoints[96] = spawnstruct(); -/* 3:59 */waypoints[96].origin = (1249.03, 1084, -119.875); -/* 3:59 */waypoints[96].type = "stand"; -/* 3:59 */waypoints[96].children[0] = 44; -/* 3:59 */waypoints[96].children[1] = 95; -/* 3:59 */waypoints[96].children[2] = 179; -/* 3:59 */waypoints[97] = spawnstruct(); -/* 3:59 */waypoints[97].origin = (1259.56, 1562.54, -119.875); -/* 3:59 */waypoints[97].type = "stand"; -/* 3:59 */waypoints[97].children[0] = 98; -/* 3:59 */waypoints[97].children[1] = 179; -/* 3:59 */waypoints[98] = spawnstruct(); -/* 3:59 */waypoints[98].origin = (1255.18, 1592.88, -119.875); -/* 3:59 */waypoints[98].type = "climb"; -/* 3:59 */waypoints[98].children[0] = 97; -/* 3:59 */waypoints[98].children[1] = 99; -/* 3:59 */waypoints[98].angles = (4.28467, 93.1952, 0); -/* 3:59 */waypoints[99] = spawnstruct(); -/* 3:59 */waypoints[99].origin = (1252.03, 1632.38, -119.875); -/* 3:59 */waypoints[99].type = "climb"; -/* 3:59 */waypoints[99].children[0] = 98; -/* 3:59 */waypoints[99].children[1] = 47; -/* 3:59 */waypoints[99].angles = (3.54309, -89.8865, 0); -/* 3:59 */waypoints[100] = spawnstruct(); -/* 3:59 */waypoints[100].origin = (1417.41, 2002.29, -119.875); -/* 3:59 */waypoints[100].type = "stand"; -/* 3:59 */waypoints[100].children[0] = 46; -/* 3:59 */waypoints[100].children[1] = 48; -/* 3:59 */waypoints[100].children[2] = 246; -/* 3:59 */waypoints[101] = spawnstruct(); -/* 3:59 */waypoints[101].origin = (1467.32, 644.482, -121.875); -/* 3:59 */waypoints[101].type = "stand"; -/* 3:59 */waypoints[101].children[0] = 43; -/* 3:59 */waypoints[101].children[1] = 102; -/* 3:59 */waypoints[102] = spawnstruct(); -/* 3:59 */waypoints[102].origin = (1467.31, 342.303, -55.875); -/* 3:59 */waypoints[102].type = "stand"; -/* 3:59 */waypoints[102].children[0] = 101; -/* 3:59 */waypoints[102].children[1] = 184; -/* 3:59 */waypoints[103] = spawnstruct(); -/* 3:59 */waypoints[103].origin = (1050.73, 281.851, -55.875); -/* 3:59 */waypoints[103].type = "stand"; -/* 3:59 */waypoints[103].children[0] = 104; -/* 3:59 */waypoints[103].children[1] = 164; -/* 3:59 */waypoints[103].children[2] = 184; -/* 3:59 */waypoints[103].children[3] = 218; -/* 3:59 */waypoints[104] = spawnstruct(); -/* 3:59 */waypoints[104].origin = (962.889, 26.7925, 8.125); -/* 3:59 */waypoints[104].type = "stand"; -/* 3:59 */waypoints[104].children[0] = 103; -/* 3:59 */waypoints[104].children[1] = 105; -/* 3:59 */waypoints[104].children[2] = 164; -/* 3:59 */waypoints[104].children[3] = 219; -/* 3:59 */waypoints[105] = spawnstruct(); -/* 3:59 */waypoints[105].origin = (756.439, 0.324721, 8.125); -/* 3:59 */waypoints[105].type = "stand"; -/* 3:59 */waypoints[105].children[0] = 104; -/* 3:59 */waypoints[105].children[1] = 106; -/* 3:59 */waypoints[106] = spawnstruct(); -/* 3:59 */waypoints[106].origin = (734.486, -310.156, 8.125); -/* 3:59 */waypoints[106].type = "stand"; -/* 3:59 */waypoints[106].children[0] = 105; -/* 3:59 */waypoints[106].children[1] = 107; -/* 3:59 */waypoints[106].children[2] = 147; -/* 3:59 */waypoints[106].children[3] = 148; -/* 3:59 */waypoints[107] = spawnstruct(); -/* 3:59 */waypoints[107].origin = (726.524, -613.182, 0.125); -/* 3:59 */waypoints[107].type = "stand"; -/* 3:59 */waypoints[107].children[0] = 106; -/* 3:59 */waypoints[107].children[1] = 108; -/* 3:59 */waypoints[107].children[2] = 148; -/* 3:59 */waypoints[107].children[3] = 166; -/* 3:59 */waypoints[108] = spawnstruct(); -/* 3:59 */waypoints[108].origin = (567.441, -778.926, 0.125); -/* 3:59 */waypoints[108].type = "stand"; -/* 3:59 */waypoints[108].children[0] = 107; -/* 3:59 */waypoints[108].children[1] = 109; -/* 3:59 */waypoints[109] = spawnstruct(); -/* 3:59 */waypoints[109].origin = (425.754, -1011.65, 8.125); -/* 3:59 */waypoints[109].type = "stand"; -/* 3:59 */waypoints[109].children[0] = 108; -/* 3:59 */waypoints[109].children[1] = 187; -/* 3:59 */waypoints[110] = spawnstruct(); -/* 3:59 */waypoints[110].origin = (71.7707, -1001.2, 3.97927); -/* 3:59 */waypoints[110].type = "stand"; -/* 3:59 */waypoints[110].children[0] = 2; -/* 3:59 */waypoints[110].children[1] = 111; -/* 3:59 */waypoints[110].children[2] = 149; -/* 3:59 */waypoints[110].children[3] = 187; -/* 3:59 */waypoints[111] = spawnstruct(); -/* 3:59 */waypoints[111].origin = (144.314, -1096.1, 8.125); -/* 3:59 */waypoints[111].type = "stand"; -/* 3:59 */waypoints[111].children[0] = 0; -/* 3:59 */waypoints[111].children[1] = 2; -/* 3:59 */waypoints[111].children[2] = 110; -/* 3:59 */waypoints[111].children[3] = 112; -/* 3:59 */waypoints[112] = spawnstruct(); -/* 3:59 */waypoints[112].origin = (685.556, -1099.48, -111.875); -/* 3:59 */waypoints[112].type = "stand"; -/* 3:59 */waypoints[112].children[0] = 111; -/* 3:59 */waypoints[112].children[1] = 113; -/* 3:59 */waypoints[113] = spawnstruct(); -/* 3:59 */waypoints[113].origin = (685.414, -694.043, -191.875); -/* 3:59 */waypoints[113].type = "stand"; -/* 3:59 */waypoints[113].children[0] = 112; -/* 3:59 */waypoints[113].children[1] = 114; -/* 3:59 */waypoints[113].children[2] = 120; -/* 3:59 */waypoints[114] = spawnstruct(); -/* 3:59 */waypoints[114].origin = (685.298, -201.065, -191.875); -/* 3:59 */waypoints[114].type = "stand"; -/* 3:59 */waypoints[114].children[0] = 113; -/* 3:59 */waypoints[114].children[1] = 115; -/* 3:59 */waypoints[114].children[2] = 118; -/* 3:59 */waypoints[114].children[3] = 182; -/* 3:59 */waypoints[114].children[4] = 183; -/* 3:59 */waypoints[115] = spawnstruct(); -/* 3:59 */waypoints[115].origin = (675.81, 111.06, -191.875); -/* 3:59 */waypoints[115].type = "stand"; -/* 3:59 */waypoints[115].children[0] = 114; -/* 3:59 */waypoints[115].children[1] = 116; -/* 3:59 */waypoints[116] = spawnstruct(); -/* 3:59 */waypoints[116].origin = (680.165, 408.627, -191.875); -/* 3:59 */waypoints[116].type = "stand"; -/* 3:59 */waypoints[116].children[0] = 115; -/* 3:59 */waypoints[116].children[1] = 117; -/* 3:59 */waypoints[116].children[2] = 182; -/* 3:59 */waypoints[116].children[3] = 183; -/* 3:59 */waypoints[117] = spawnstruct(); -/* 3:59 */waypoints[117].origin = (842.149, 416.96, -191.875); -/* 3:59 */waypoints[117].type = "stand"; -/* 3:59 */waypoints[117].children[0] = 116; -/* 3:59 */waypoints[117].children[1] = 38; -/* 3:59 */waypoints[118] = spawnstruct(); -/* 3:59 */waypoints[118].origin = (905.613, -171.283, -191.875); -/* 3:59 */waypoints[118].type = "stand"; -/* 3:59 */waypoints[118].children[0] = 114; -/* 3:59 */waypoints[118].children[1] = 119; -/* 3:59 */waypoints[119] = spawnstruct(); -/* 3:59 */waypoints[119].origin = (895.838, -485.557, -191.875); -/* 3:59 */waypoints[119].type = "stand"; -/* 3:59 */waypoints[119].children[0] = 118; -/* 3:59 */waypoints[119].children[1] = 120; -/* 3:59 */waypoints[120] = spawnstruct(); -/* 3:59 */waypoints[120].origin = (874.882, -677.913, -191.875); -/* 3:59 */waypoints[120].type = "stand"; -/* 3:59 */waypoints[120].children[0] = 119; -/* 3:59 */waypoints[120].children[1] = 113; -/* 3:59 */waypoints[121] = spawnstruct(); -/* 3:59 */waypoints[121].origin = (213.04, -60.2162, -127.875); -/* 3:59 */waypoints[121].type = "stand"; -/* 3:59 */waypoints[121].children[0] = 40; -/* 3:59 */waypoints[121].children[1] = 122; -/* 3:59 */waypoints[121].children[2] = 217; -/* 3:59 */waypoints[121].children[3] = 230; -/* 3:59 */waypoints[122] = spawnstruct(); -/* 3:59 */waypoints[122].origin = (-176.076, -61.0097, -127.875); -/* 3:59 */waypoints[122].type = "stand"; -/* 3:59 */waypoints[122].children[0] = 121; -/* 3:59 */waypoints[122].children[1] = 26; -/* 3:59 */waypoints[122].children[2] = 123; -/* 3:59 */waypoints[122].children[3] = 231; -/* 3:59 */waypoints[123] = spawnstruct(); -/* 3:59 */waypoints[123].origin = (-397.109, 139.283, -127.875); -/* 3:59 */waypoints[123].type = "stand"; -/* 3:59 */waypoints[123].children[0] = 122; -/* 3:59 */waypoints[123].children[1] = 25; -/* 3:59 */waypoints[123].children[2] = 216; -/* 3:59 */waypoints[124] = spawnstruct(); -/* 3:59 */waypoints[124].origin = (-319.175, 1132.88, -125.875); -/* 3:59 */waypoints[124].type = "stand"; -/* 3:59 */waypoints[124].children[0] = 19; -/* 3:59 */waypoints[124].children[1] = 125; -/* 3:59 */waypoints[124].children[2] = 248; -/* 3:59 */waypoints[125] = spawnstruct(); -/* 3:59 */waypoints[125].origin = (-286.724, 1262.43, -147.875); -/* 3:59 */waypoints[125].type = "stand"; -/* 3:59 */waypoints[125].children[0] = 124; -/* 3:59 */waypoints[125].children[1] = 126; -/* 3:59 */waypoints[126] = spawnstruct(); -/* 3:59 */waypoints[126].origin = (-269.768, 1925.86, -155.076); -/* 3:59 */waypoints[126].type = "climb"; -/* 3:59 */waypoints[126].children[0] = 125; -/* 3:59 */waypoints[126].children[1] = 127; -/* 3:59 */waypoints[126].angles = (0.362549, 91.6956, 0); -/* 3:59 */waypoints[127] = spawnstruct(); -/* 3:59 */waypoints[127].origin = (-269.774, 1964.13, -127.875); -/* 3:59 */waypoints[127].type = "climb"; -/* 3:59 */waypoints[127].children[0] = 126; -/* 3:59 */waypoints[127].children[1] = 68; -/* 3:59 */waypoints[127].angles = (7.77832, -91.6443, 0); -/* 3:59 */waypoints[128] = spawnstruct(); -/* 3:59 */waypoints[128].origin = (-88.0189, 1532.63, -255.875); -/* 3:59 */waypoints[128].type = "stand"; -/* 3:59 */waypoints[128].children[0] = 30; -/* 3:59 */waypoints[128].children[1] = 129; -/* 3:59 */waypoints[128].children[2] = 89; -/* 3:59 */waypoints[128].children[3] = 190; -/* 3:59 */waypoints[129] = spawnstruct(); -/* 3:59 */waypoints[129].origin = (-107.515, 1867.61, -255.875); -/* 3:59 */waypoints[129].type = "stand"; -/* 3:59 */waypoints[129].children[0] = 128; -/* 3:59 */waypoints[129].children[1] = 130; -/* 3:59 */waypoints[130] = spawnstruct(); -/* 3:59 */waypoints[130].origin = (-71.1283, 2265.17, -259.291); -/* 3:59 */waypoints[130].type = "stand"; -/* 3:59 */waypoints[130].children[0] = 129; -/* 3:59 */waypoints[130].children[1] = 131; -/* 3:59 */waypoints[130].children[2] = 80; -/* 3:59 */waypoints[131] = spawnstruct(); -/* 3:59 */waypoints[131].origin = (-136.812, 2627.24, -273.372); -/* 3:59 */waypoints[131].type = "stand"; -/* 3:59 */waypoints[131].children[0] = 130; -/* 3:59 */waypoints[131].children[1] = 54; -/* 3:59 */waypoints[131].children[2] = 81; -/* 3:59 */waypoints[131].children[3] = 132; -/* 3:59 */waypoints[132] = spawnstruct(); -/* 3:59 */waypoints[132].origin = (-390.035, 2414.53, -280.271); -/* 3:59 */waypoints[132].type = "stand"; -/* 3:59 */waypoints[132].children[0] = 131; -/* 3:59 */waypoints[132].children[1] = 133; -/* 3:59 */waypoints[132].children[2] = 54; -/* 3:59 */waypoints[133] = spawnstruct(); -/* 3:59 */waypoints[133].origin = (-437.37, 1766.08, -290.946); -/* 3:59 */waypoints[133].type = "stand"; -/* 3:59 */waypoints[133].children[0] = 132; -/* 3:59 */waypoints[133].children[1] = 134; -/* 3:59 */waypoints[133].children[2] = 137; -/* 3:59 */waypoints[134] = spawnstruct(); -/* 3:59 */waypoints[134].origin = (-465.504, 1343.84, -297.722); -/* 3:59 */waypoints[134].type = "stand"; -/* 3:59 */waypoints[134].children[0] = 133; -/* 3:59 */waypoints[134].children[1] = 135; -/* 3:59 */waypoints[134].children[2] = 136; -/* 3:59 */waypoints[134].children[3] = 138; -/* 3:59 */waypoints[135] = spawnstruct(); -/* 3:59 */waypoints[135].origin = (-207.132, 1351.61, -311.875); -/* 3:59 */waypoints[135].type = "climb"; -/* 3:59 */waypoints[135].children[0] = 134; -/* 3:59 */waypoints[135].children[1] = 186; -/* 3:59 */waypoints[135].angles = (-0.719604, -2.25403, 0); -/* 3:59 */waypoints[136] = spawnstruct(); -/* 3:59 */waypoints[136].origin = (-591.055, 1268.15, -255.875); -/* 3:59 */waypoints[136].type = "stand"; -/* 3:59 */waypoints[136].children[0] = 134; -/* 3:59 */waypoints[136].children[1] = 177; -/* 3:59 */waypoints[137] = spawnstruct(); -/* 3:59 */waypoints[137].origin = (-685.234, 1668.34, -255.875); -/* 3:59 */waypoints[137].type = "stand"; -/* 3:59 */waypoints[137].children[0] = 133; -/* 3:59 */waypoints[137].children[1] = 65; -/* 3:59 */waypoints[137].children[2] = 138; -/* 3:59 */waypoints[138] = spawnstruct(); -/* 3:59 */waypoints[138].origin = (-680.227, 1429.96, -255.875); -/* 3:59 */waypoints[138].type = "stand"; -/* 3:59 */waypoints[138].children[0] = 137; -/* 3:59 */waypoints[138].children[1] = 64; -/* 3:59 */waypoints[138].children[2] = 134; -/* 3:59 */waypoints[138].children[3] = 200; -/* 3:59 */waypoints[139] = spawnstruct(); -/* 3:59 */waypoints[139].origin = (43.4118, 2366.95, -127.875); -/* 3:59 */waypoints[139].type = "stand"; -/* 3:59 */waypoints[139].children[0] = 69; -/* 3:59 */waypoints[139].children[1] = 140; -/* 3:59 */waypoints[139].children[2] = 196; -/* 3:59 */waypoints[140] = spawnstruct(); -/* 3:59 */waypoints[140].origin = (5.37675, 2714.43, -127.875); -/* 3:59 */waypoints[140].type = "stand"; -/* 3:59 */waypoints[140].children[0] = 139; -/* 3:59 */waypoints[140].children[1] = 52; -/* 3:59 */waypoints[141] = spawnstruct(); -/* 3:59 */waypoints[141].origin = (350.665, 1964.13, -127.875); -/* 3:59 */waypoints[141].type = "climb"; -/* 3:59 */waypoints[141].children[0] = 70; -/* 3:59 */waypoints[141].children[1] = 142; -/* 3:59 */waypoints[141].angles = (3.42773, -89.3536, 0); -/* 3:59 */waypoints[142] = spawnstruct(); -/* 3:59 */waypoints[142].origin = (348.531, 1925.88, -147.875); -/* 3:59 */waypoints[142].type = "climb"; -/* 3:59 */waypoints[142].children[0] = 141; -/* 3:59 */waypoints[142].children[1] = 143; -/* 3:59 */waypoints[142].angles = (2.18628, 90.8112, 0); -/* 3:59 */waypoints[143] = spawnstruct(); -/* 3:59 */waypoints[143].origin = (362.663, 1428.84, -147.875); -/* 3:59 */waypoints[143].type = "stand"; -/* 3:59 */waypoints[143].children[0] = 142; -/* 3:59 */waypoints[143].children[1] = 144; -/* 3:59 */waypoints[143].children[2] = 195; -/* 3:59 */waypoints[144] = spawnstruct(); -/* 3:59 */waypoints[144].origin = (374.614, 1164.13, -127.875); -/* 3:59 */waypoints[144].type = "stand"; -/* 3:59 */waypoints[144].children[0] = 143; -/* 3:59 */waypoints[144].children[1] = 41; -/* 3:59 */waypoints[145] = spawnstruct(); -/* 3:59 */waypoints[145].origin = (-47.1279, -21.0407, 8.125); -/* 3:59 */waypoints[145].type = "stand"; -/* 3:59 */waypoints[145].children[0] = 16; -/* 3:59 */waypoints[145].children[1] = 238; -/* 3:59 */waypoints[146] = spawnstruct(); -/* 3:59 */waypoints[146].origin = (104.07, -4.30361, 8.125); -/* 3:59 */waypoints[146].type = "stand"; -/* 3:59 */waypoints[146].children[0] = 16; -/* 3:59 */waypoints[146].children[1] = 237; -/* 3:59 */waypoints[147] = spawnstruct(); -/* 3:59 */waypoints[147].origin = (209.776, -265.455, 8.125); -/* 3:59 */waypoints[147].type = "stand"; -/* 3:59 */waypoints[147].children[0] = 16; -/* 3:59 */waypoints[147].children[1] = 106; -/* 3:59 */waypoints[147].children[2] = 148; -/* 3:59 */waypoints[147].children[3] = 194; -/* 3:59 */waypoints[148] = spawnstruct(); -/* 3:59 */waypoints[148].origin = (433.613, -457.763, 8.125); -/* 3:59 */waypoints[148].type = "stand"; -/* 3:59 */waypoints[148].children[0] = 106; -/* 3:59 */waypoints[148].children[1] = 149; -/* 3:59 */waypoints[148].children[2] = 147; -/* 3:59 */waypoints[148].children[3] = 107; -/* 3:59 */waypoints[148].children[4] = 207; -/* 3:59 */waypoints[149] = spawnstruct(); -/* 3:59 */waypoints[149].origin = (48.4156, -782.755, 0.124998); -/* 3:59 */waypoints[149].type = "stand"; -/* 3:59 */waypoints[149].children[0] = 148; -/* 3:59 */waypoints[149].children[1] = 110; -/* 3:59 */waypoints[149].children[2] = 16; -/* 3:59 */waypoints[149].children[3] = 3; -/* 3:59 */waypoints[149].children[4] = 187; -/* 3:59 */waypoints[149].children[5] = 192; -/* 3:59 */waypoints[150] = spawnstruct(); -/* 3:59 */waypoints[150].origin = (-820.317, 285.142, -55.875); -/* 3:59 */waypoints[150].type = "stand"; -/* 3:59 */waypoints[150].children[0] = 13; -/* 3:59 */waypoints[150].children[1] = 151; -/* 3:59 */waypoints[151] = spawnstruct(); -/* 3:59 */waypoints[151].origin = (-822.593, 455.637, -55.875); -/* 3:59 */waypoints[151].type = "stand"; -/* 3:59 */waypoints[151].children[0] = 150; -/* 3:59 */waypoints[151].children[1] = 152; -/* 3:59 */waypoints[151].children[2] = 157; -/* 3:59 */waypoints[151].children[3] = 9; -/* 3:59 */waypoints[152] = spawnstruct(); -/* 3:59 */waypoints[152].origin = (-961.084, 547.966, -55.875); -/* 3:59 */waypoints[152].type = "stand"; -/* 3:59 */waypoints[152].children[0] = 151; -/* 3:59 */waypoints[152].children[1] = 153; -/* 3:59 */waypoints[153] = spawnstruct(); -/* 3:59 */waypoints[153].origin = (-961.507, 1006.33, -215.875); -/* 3:59 */waypoints[153].type = "stand"; -/* 3:59 */waypoints[153].children[0] = 152; -/* 3:59 */waypoints[153].children[1] = 154; -/* 3:59 */waypoints[154] = spawnstruct(); -/* 3:59 */waypoints[154].origin = (-1275.13, 1025.86, -215.875); -/* 3:59 */waypoints[154].type = "stand"; -/* 3:59 */waypoints[154].children[0] = 153; -/* 3:59 */waypoints[154].children[1] = 62; -/* 3:59 */waypoints[154].children[2] = 156; -/* 3:59 */waypoints[155] = spawnstruct(); -/* 3:59 */waypoints[155].origin = (-1127.62, 760.572, -215.875); -/* 3:59 */waypoints[155].type = "stand"; -/* 3:59 */waypoints[155].children[0] = 12; -/* 3:59 */waypoints[155].children[1] = 156; -/* 3:59 */waypoints[156] = spawnstruct(); -/* 3:59 */waypoints[156].origin = (-1129.98, 989.093, -215.875); -/* 3:59 */waypoints[156].type = "stand"; -/* 3:59 */waypoints[156].children[0] = 155; -/* 3:59 */waypoints[156].children[1] = 154; -/* 3:59 */waypoints[157] = spawnstruct(); -/* 3:59 */waypoints[157].origin = (-659.442, 423.89, -55.875); -/* 3:59 */waypoints[157].type = "stand"; -/* 3:59 */waypoints[157].children[0] = 151; -/* 3:59 */waypoints[157].children[1] = 13; -/* 3:59 */waypoints[158] = spawnstruct(); -/* 3:59 */waypoints[158].origin = (-1791.59, 1342.86, -215.875); -/* 3:59 */waypoints[158].type = "stand"; -/* 3:59 */waypoints[158].children[0] = 159; -/* 3:59 */waypoints[158].children[1] = 239; -/* 3:59 */waypoints[158].children[2] = 240; -/* 3:59 */waypoints[159] = spawnstruct(); -/* 3:59 */waypoints[159].origin = (-1788.66, 1613.76, -215.875); -/* 3:59 */waypoints[159].type = "stand"; -/* 3:59 */waypoints[159].children[0] = 158; -/* 3:59 */waypoints[159].children[1] = 160; -/* 3:59 */waypoints[160] = spawnstruct(); -/* 3:59 */waypoints[160].origin = (-1543.64, 1738.08, -255.875); -/* 3:59 */waypoints[160].type = "stand"; -/* 3:59 */waypoints[160].children[0] = 159; -/* 3:59 */waypoints[160].children[1] = 161; -/* 3:59 */waypoints[161] = spawnstruct(); -/* 3:59 */waypoints[161].origin = (-1334.42, 1904.04, -255.875); -/* 3:59 */waypoints[161].type = "stand"; -/* 3:59 */waypoints[161].children[0] = 160; -/* 3:59 */waypoints[161].children[1] = 60; -/* 3:59 */waypoints[162] = spawnstruct(); -/* 3:59 */waypoints[162].origin = (-562.811, 3289.41, -127.875); -/* 3:59 */waypoints[162].type = "stand"; -/* 3:59 */waypoints[162].children[0] = 53; -/* 3:59 */waypoints[162].children[1] = 55; -/* 3:59 */waypoints[163] = spawnstruct(); -/* 3:59 */waypoints[163].origin = (-580.93, 2840, -127.875); -/* 3:59 */waypoints[163].type = "stand"; -/* 3:59 */waypoints[163].children[0] = 56; -/* 3:59 */waypoints[163].children[1] = 54; -/* 3:59 */waypoints[164] = spawnstruct(); -/* 3:59 */waypoints[164].origin = (1099.66, 7.31885, 8.125); -/* 3:59 */waypoints[164].type = "stand"; -/* 3:59 */waypoints[164].children[0] = 104; -/* 3:59 */waypoints[164].children[1] = 165; -/* 3:59 */waypoints[164].children[2] = 103; -/* 3:59 */waypoints[165] = spawnstruct(); -/* 3:59 */waypoints[165].origin = (1087.25, -286.37, 8.125); -/* 3:59 */waypoints[165].type = "stand"; -/* 3:59 */waypoints[165].children[0] = 164; -/* 3:59 */waypoints[165].children[1] = 166; -/* 3:59 */waypoints[166] = spawnstruct(); -/* 3:59 */waypoints[166].origin = (867.443, -520.786, 0.125001); -/* 3:59 */waypoints[166].type = "stand"; -/* 3:59 */waypoints[166].children[0] = 165; -/* 3:59 */waypoints[166].children[1] = 107; -/* 3:59 */waypoints[167] = spawnstruct(); -/* 3:59 */waypoints[167].origin = (183.231, 1894.98, -255.875); -/* 3:59 */waypoints[167].type = "stand"; -/* 3:59 */waypoints[167].children[0] = 88; -/* 3:59 */waypoints[167].children[1] = 89; -/* 3:59 */waypoints[167].children[2] = 168; -/* 3:59 */waypoints[167].children[3] = 189; -/* 3:59 */waypoints[168] = spawnstruct(); -/* 3:59 */waypoints[168].origin = (339.586, 1897.05, -255.875); -/* 3:59 */waypoints[168].type = "stand"; -/* 3:59 */waypoints[168].children[0] = 167; -/* 3:59 */waypoints[168].children[1] = 169; -/* 3:59 */waypoints[168].children[2] = 176; -/* 3:59 */waypoints[169] = spawnstruct(); -/* 3:59 */waypoints[169].origin = (344.506, 1648.28, -255.875); -/* 3:59 */waypoints[169].type = "stand"; -/* 3:59 */waypoints[169].children[0] = 168; -/* 3:59 */waypoints[169].children[1] = 89; -/* 3:59 */waypoints[169].children[2] = 92; -/* 3:59 */waypoints[169].children[3] = 170; -/* 3:59 */waypoints[170] = spawnstruct(); -/* 3:59 */waypoints[170].origin = (341.877, 1393.2, -255.875); -/* 3:59 */waypoints[170].type = "stand"; -/* 3:59 */waypoints[170].children[0] = 169; -/* 3:59 */waypoints[170].children[1] = 171; -/* 3:59 */waypoints[170].children[2] = 91; -/* 3:59 */waypoints[171] = spawnstruct(); -/* 3:59 */waypoints[171].origin = (498.495, 1395.51, -255.875); -/* 3:59 */waypoints[171].type = "stand"; -/* 3:59 */waypoints[171].children[0] = 75; -/* 3:59 */waypoints[171].children[1] = 170; -/* 3:59 */waypoints[171].children[2] = 173; -/* 3:59 */waypoints[172] = spawnstruct(); -/* 3:59 */waypoints[172].origin = (140.756, 1398.91, -255.875); -/* 3:59 */waypoints[172].type = "stand"; -/* 3:59 */waypoints[172].children[0] = 89; -/* 3:59 */waypoints[172].children[1] = 90; -/* 3:59 */waypoints[172].children[2] = 91; -/* 3:59 */waypoints[173] = spawnstruct(); -/* 3:59 */waypoints[173].origin = (494.799, 1643.41, -255.875); -/* 3:59 */waypoints[173].type = "stand"; -/* 3:59 */waypoints[173].children[0] = 92; -/* 3:59 */waypoints[173].children[1] = 76; -/* 3:59 */waypoints[173].children[2] = 171; -/* 3:59 */waypoints[174] = spawnstruct(); -/* 3:59 */waypoints[174].origin = (496.508, 1890.52, -319.875); -/* 3:59 */waypoints[174].type = "stand"; -/* 3:59 */waypoints[174].children[0] = 78; -/* 3:59 */waypoints[174].children[1] = 175; -/* 3:59 */waypoints[174].children[2] = 176; -/* 3:59 */waypoints[175] = spawnstruct(); -/* 3:59 */waypoints[175].origin = (336.943, 2195.45, -319.852); -/* 3:59 */waypoints[175].type = "stand"; -/* 3:59 */waypoints[175].children[0] = 174; -/* 3:59 */waypoints[175].children[1] = 79; -/* 3:59 */waypoints[176] = spawnstruct(); -/* 3:59 */waypoints[176].origin = (401.569, 1895.37, -255.875); -/* 3:59 */waypoints[176].type = "climb"; -/* 3:59 */waypoints[176].children[0] = 168; -/* 3:59 */waypoints[176].children[1] = 174; -/* 3:59 */waypoints[176].angles = (38.3148, 2.34843, 0); -/* 3:59 */waypoints[177] = spawnstruct(); -/* 3:59 */waypoints[177].origin = (-699.095, 1249.03, -255.875); -/* 3:59 */waypoints[177].type = "stand"; -/* 3:59 */waypoints[177].children[0] = 136; -/* 3:59 */waypoints[177].children[1] = 178; -/* 3:59 */waypoints[177].children[2] = 22; -/* 3:59 */waypoints[178] = spawnstruct(); -/* 3:59 */waypoints[178].origin = (-854.428, 1254.25, -255.875); -/* 3:59 */waypoints[178].type = "stand"; -/* 3:59 */waypoints[178].children[0] = 177; -/* 3:59 */waypoints[178].children[1] = 64; -/* 3:59 */waypoints[178].children[2] = 23; -/* 3:59 */waypoints[179] = spawnstruct(); -/* 3:59 */waypoints[179].origin = (1256.47, 1473.01, -119.875); -/* 3:59 */waypoints[179].type = "stand"; -/* 3:59 */waypoints[179].children[0] = 97; -/* 3:59 */waypoints[179].children[1] = 96; -/* 3:59 */waypoints[179].children[2] = 180; -/* 3:59 */waypoints[180] = spawnstruct(); -/* 3:59 */waypoints[180].origin = (1121.17, 1592.88, -119.875); -/* 3:59 */waypoints[180].type = "climb"; -/* 3:59 */waypoints[180].children[0] = 179; -/* 3:59 */waypoints[180].children[1] = 181; -/* 3:59 */waypoints[180].angles = (2.26868, 92.2331, 0); -/* 3:59 */waypoints[181] = spawnstruct(); -/* 3:59 */waypoints[181].origin = (1121.16, 1631.13, -119.875); -/* 3:59 */waypoints[181].type = "climb"; -/* 3:59 */waypoints[181].children[0] = 180; -/* 3:59 */waypoints[181].children[1] = 47; -/* 3:59 */waypoints[181].angles = (6.58081, -90.2883, 0); -/* 3:59 */waypoints[182] = spawnstruct(); -/* 3:59 */waypoints[182].origin = (620.125, 105.221, -191.875); -/* 3:59 */waypoints[182].type = "stand"; -/* 3:59 */waypoints[182].children[0] = 116; -/* 3:59 */waypoints[182].children[1] = 114; -/* 3:59 */waypoints[183] = spawnstruct(); -/* 3:59 */waypoints[183].origin = (735.19, 98.9979, -191.875); -/* 3:59 */waypoints[183].type = "stand"; -/* 3:59 */waypoints[183].children[0] = 114; -/* 3:59 */waypoints[183].children[1] = 116; -/* 3:59 */waypoints[184] = spawnstruct(); -/* 3:59 */waypoints[184].origin = (1319.89, 358.968, -55.875); -/* 3:59 */waypoints[184].type = "stand"; -/* 3:59 */waypoints[184].children[0] = 102; -/* 3:59 */waypoints[184].children[1] = 103; -/* 3:59 */waypoints[184].children[2] = 185; -/* 3:59 */waypoints[184].children[3] = 206; -/* 3:59 */waypoints[185] = spawnstruct(); -/* 3:59 */waypoints[185].origin = (1304.3, 488.875, -55.875); -/* 3:59 */waypoints[185].type = "crouch"; -/* 3:59 */waypoints[185].children[0] = 184; -/* 3:59 */waypoints[185].angles = (6.56982, 79.7142, 0); -/* 3:59 */waypoints[186] = spawnstruct(); -/* 3:59 */waypoints[186].origin = (-164.182, 1351.22, -255.875); -/* 3:59 */waypoints[186].type = "stand"; -/* 3:59 */waypoints[186].children[0] = 135; -/* 3:59 */waypoints[186].children[1] = 30; -/* 3:59 */waypoints[187] = spawnstruct(); -/* 3:59 */waypoints[187].origin = (279.302, -942.547, 8.125); -/* 3:59 */waypoints[187].type = "stand"; -/* 3:59 */waypoints[187].children[0] = 110; -/* 3:59 */waypoints[187].children[1] = 109; -/* 3:59 */waypoints[187].children[2] = 149; -/* 3:59 */waypoints[188] = spawnstruct(); -/* 3:59 */waypoints[188].origin = (905.506, 1591.84, -255.875); -/* 3:59 */waypoints[188].type = "stand"; -/* 3:59 */waypoints[188].children[0] = 76; -/* 3:59 */waypoints[188].children[1] = 74; -/* 3:59 */waypoints[188].children[2] = 73; -/* 3:59 */waypoints[189] = spawnstruct(); -/* 3:59 */waypoints[189].origin = (197.114, 1868.46, -255.875); -/* 3:59 */waypoints[189].type = "grenade"; -/* 3:59 */waypoints[189].children[0] = 167; -/* 3:59 */waypoints[189].angles = (-20.1379, -75.0964, 0); -/* 3:59 */waypoints[190] = spawnstruct(); -/* 3:59 */waypoints[190].origin = (-113.779, 1503.71, -255.875); -/* 3:59 */waypoints[190].type = "grenade"; -/* 3:59 */waypoints[190].children[0] = 128; -/* 3:59 */waypoints[190].angles = (-24.9225, -120.926, 0.55481); -/* 3:59 */waypoints[191] = spawnstruct(); -/* 3:59 */waypoints[191].origin = (-194.731, 350.333, -127.875); -/* 3:59 */waypoints[191].type = "grenade"; -/* 3:59 */waypoints[191].children[0] = 26; -/* 3:59 */waypoints[191].angles = (-22.7472, -83.2702, 0.236206); -/* 3:59 */waypoints[192] = spawnstruct(); -/* 3:59 */waypoints[192].origin = (10.0975, -741.368, 0.124997); -/* 3:59 */waypoints[192].type = "grenade"; -/* 3:59 */waypoints[192].children[0] = 149; -/* 3:59 */waypoints[192].angles = (-18.5175, 143.504, 0.258179); -/* 3:59 */waypoints[193] = spawnstruct(); -/* 3:59 */waypoints[193].origin = (-162.187, -220.462, 8.125); -/* 3:59 */waypoints[193].type = "grenade"; -/* 3:59 */waypoints[193].children[0] = 15; -/* 3:59 */waypoints[193].angles = (-3.9386, 95.2851, 0.411987); -/* 3:59 */waypoints[194] = spawnstruct(); -/* 3:59 */waypoints[194].origin = (227.818, -242.052, 8.125); -/* 3:59 */waypoints[194].type = "grenade"; -/* 3:59 */waypoints[194].children[0] = 147; -/* 3:59 */waypoints[194].angles = (-0.499878, 78.1355, 0.296631); -/* 3:59 */waypoints[195] = spawnstruct(); -/* 3:59 */waypoints[195].origin = (376.291, 1444.63, -154.889); -/* 3:59 */waypoints[195].type = "grenade"; -/* 3:59 */waypoints[195].children[0] = 143; -/* 3:59 */waypoints[195].angles = (-15.7928, 27.2578, 0.362549); -/* 3:59 */waypoints[196] = spawnstruct(); -/* 3:59 */waypoints[196].origin = (69.9415, 2362.24, -127.875); -/* 3:59 */waypoints[196].type = "grenade"; -/* 3:59 */waypoints[196].children[0] = 139; -/* 3:59 */waypoints[196].angles = (-11.4368, -8.3709, 0.296631); -/* 3:59 */waypoints[197] = spawnstruct(); -/* 3:59 */waypoints[197].origin = (-1353.01, 1095.69, -255.875); -/* 3:59 */waypoints[197].type = "grenade"; -/* 3:59 */waypoints[197].children[0] = 62; -/* 3:59 */waypoints[197].angles = (-31.5912, -72.4102, 0.510864); -/* 3:59 */waypoints[198] = spawnstruct(); -/* 3:59 */waypoints[198].origin = (-1129.34, 47.0582, -12.1941); -/* 3:59 */waypoints[198].type = "grenade"; -/* 3:59 */waypoints[198].children[0] = 6; -/* 3:59 */waypoints[198].angles = (-9.55261, 100.081, 0.186768); -/* 3:59 */waypoints[199] = spawnstruct(); -/* 3:59 */waypoints[199].origin = (-604.125, 232.79, -55.875); -/* 3:59 */waypoints[199].type = "claymore"; -/* 3:59 */waypoints[199].children[0] = 13; -/* 3:59 */waypoints[199].angles = (6.66321, -169.09, 0); -/* 3:59 */waypoints[200] = spawnstruct(); -/* 3:59 */waypoints[200].origin = (-641.011, 1474.18, -255.875); -/* 3:59 */waypoints[200].type = "grenade"; -/* 3:59 */waypoints[200].children[0] = 138; -/* 3:59 */waypoints[200].angles = (-9.67346, 69.3903, 0.126343); -/* 3:59 */waypoints[201] = spawnstruct(); -/* 3:59 */waypoints[201].origin = (-758.53, 669.802, -191.875); -/* 3:59 */waypoints[201].type = "claymore"; -/* 3:59 */waypoints[201].children[0] = 24; -/* 3:59 */waypoints[201].angles = (-0.582275, -1.34514, 0); -/* 3:59 */waypoints[202] = spawnstruct(); -/* 3:59 */waypoints[202].origin = (-138.229, 304.907, -127.875); -/* 3:59 */waypoints[202].type = "claymore"; -/* 3:59 */waypoints[202].children[0] = 26; -/* 3:59 */waypoints[202].angles = (8.1134, -21.6314, 0); -/* 3:59 */waypoints[203] = spawnstruct(); -/* 3:59 */waypoints[203].origin = (777.321, 631.51, -191.875); -/* 3:59 */waypoints[203].type = "claymore"; -/* 3:59 */waypoints[203].children[0] = 38; -/* 3:59 */waypoints[203].angles = (7.53113, -61.4349, 0); -/* 3:59 */waypoints[204] = spawnstruct(); -/* 3:59 */waypoints[204].origin = (1389.58, 831.117, -121.875); -/* 3:59 */waypoints[204].type = "grenade"; -/* 3:59 */waypoints[204].children[0] = 43; -/* 3:59 */waypoints[204].angles = (-9.14063, 86.8037, 0); -/* 3:59 */waypoints[205] = spawnstruct(); -/* 3:59 */waypoints[205].origin = (1412.39, 1683.11, -119.875); -/* 3:59 */waypoints[205].type = "grenade"; -/* 3:59 */waypoints[205].children[0] = 46; -/* 3:59 */waypoints[205].angles = (-10.5963, -90.6365, 0.214233); -/* 3:59 */waypoints[206] = spawnstruct(); -/* 3:59 */waypoints[206].origin = (1322.81, 405.596, -55.875); -/* 3:59 */waypoints[206].type = "grenade"; -/* 3:59 */waypoints[206].children[0] = 184; -/* 3:59 */waypoints[206].angles = (-5.52612, 81.9587, -0.170288); -/* 3:59 */waypoints[207] = spawnstruct(); -/* 3:59 */waypoints[207].origin = (375.656, -486.689, 8.125); -/* 3:59 */waypoints[207].type = "claymore"; -/* 3:59 */waypoints[207].children[0] = 148; -/* 3:59 */waypoints[207].angles = (3.62, 178.644, 0); -/* 3:59 */waypoints[208] = spawnstruct(); -/* 3:59 */waypoints[208].origin = (-1056.08, 33.04, -2.84865); -/* 3:59 */waypoints[208].type = "claymore"; -/* 3:59 */waypoints[208].children[0] = 6; -/* 3:59 */waypoints[208].angles = (11.8817, 115.039, 0); -/* 3:59 */waypoints[209] = spawnstruct(); -/* 3:59 */waypoints[209].origin = (-429.851, 2876.84, -137.346); -/* 3:59 */waypoints[209].type = "grenade"; -/* 3:59 */waypoints[209].children[0] = 54; -/* 3:59 */waypoints[209].angles = (-2.58728, -88.8128, 0); -/* 3:59 */waypoints[210] = spawnstruct(); -/* 3:59 */waypoints[210].origin = (2.72362, 2979.67, -127.875); -/* 3:59 */waypoints[210].type = "claymore"; -/* 3:59 */waypoints[210].children[0] = 52; -/* 3:59 */waypoints[210].angles = (4.34509, -86.7858, 0); -/* 3:59 */waypoints[211] = spawnstruct(); -/* 3:59 */waypoints[211].origin = (845.134, 2121.13, -102.875); -/* 3:59 */waypoints[211].type = "crouch"; -/* 3:59 */waypoints[211].children[0] = 50; -/* 3:59 */waypoints[211].angles = (9.27246, -92.8722, 0); -/* 3:59 */waypoints[212] = spawnstruct(); -/* 3:59 */waypoints[212].origin = (1015.13, 1796.73, -119.875); -/* 3:59 */waypoints[212].type = "crouch"; -/* 3:59 */waypoints[212].children[0] = 47; -/* 3:59 */waypoints[212].angles = (4.77905, -172.853, 0); -/* 3:59 */waypoints[213] = spawnstruct(); -/* 3:59 */waypoints[213].origin = (1015.13, 1807.44, -119.875); -/* 3:59 */waypoints[213].type = "grenade"; -/* 3:59 */waypoints[213].children[0] = 47; -/* 3:59 */waypoints[213].angles = (16.6827, -140.789, 0); -/* 3:59 */waypoints[214] = spawnstruct(); -/* 3:59 */waypoints[214].origin = (1440.83, 1258.68, -119.875); -/* 3:59 */waypoints[214].type = "grenade"; -/* 3:59 */waypoints[214].children[0] = 45; -/* 3:59 */waypoints[214].angles = (-13.8208, -102.793, 0.230713); -/* 3:59 */waypoints[215] = spawnstruct(); -/* 3:59 */waypoints[215].origin = (28.5865, -308.235, 8.125); -/* 3:59 */waypoints[215].type = "grenade"; -/* 3:59 */waypoints[215].children[0] = 16; -/* 3:59 */waypoints[215].angles = (-2.54333, 93.4064, 0); -/* 3:59 */waypoints[216] = spawnstruct(); -/* 3:59 */waypoints[216].origin = (-422.875, -0.0324339, -127.875); -/* 3:59 */waypoints[216].type = "crouch"; -/* 3:59 */waypoints[216].children[0] = 123; -/* 3:59 */waypoints[216].angles = (2.02698, 79.6406, 0); -/* 3:59 */waypoints[217] = spawnstruct(); -/* 3:59 */waypoints[217].origin = (417.821, 127.209, -127.875); -/* 3:59 */waypoints[217].type = "crouch"; -/* 3:59 */waypoints[217].children[0] = 121; -/* 3:59 */waypoints[217].angles = (0.576782, 92.0002, 0); -/* 3:59 */waypoints[218] = spawnstruct(); -/* 3:59 */waypoints[218].origin = (1077.54, 333.822, -55.875); -/* 3:59 */waypoints[218].type = "claymore"; -/* 3:59 */waypoints[218].children[0] = 103; -/* 3:59 */waypoints[218].angles = (-3.2135, -13.7274, 0); -/* 3:59 */waypoints[219] = spawnstruct(); -/* 3:59 */waypoints[219].origin = (863.835, 61.25, 8.125); -/* 3:59 */waypoints[219].type = "claymore"; -/* 3:59 */waypoints[219].children[0] = 104; -/* 3:59 */waypoints[219].angles = (9.82178, -3.15308, 0); -/* 3:59 */waypoints[220] = spawnstruct(); -/* 3:59 */waypoints[220].origin = (-1418.41, 795.709, -215.875); -/* 3:59 */waypoints[220].type = "claymore"; -/* 3:59 */waypoints[220].children[0] = 12; -/* 3:59 */waypoints[220].angles = (-0.752563, 70.5597, 0); -/* 3:59 */waypoints[221] = spawnstruct(); -/* 3:59 */waypoints[221].origin = (-1320.68, 1472.13, -255.875); -/* 3:59 */waypoints[221].type = "claymore"; -/* 3:59 */waypoints[221].children[0] = 61; -/* 3:59 */waypoints[221].angles = (11.9971, 113.736, 0); -/* 3:59 */waypoints[222] = spawnstruct(); -/* 3:59 */waypoints[222].origin = (675.582, 2686.02, -103.875); -/* 3:59 */waypoints[222].type = "stand"; -/* 3:59 */waypoints[222].children[0] = 51; -/* 3:59 */waypoints[222].children[1] = 50; -/* 3:59 */waypoints[222].children[2] = 244; -/* 3:59 */waypoints[223] = spawnstruct(); -/* 3:59 */waypoints[223].origin = (500.861, 2914.31, -148.875); -/* 3:59 */waypoints[223].type = "stand"; -/* 3:59 */waypoints[223].children[0] = 82; -/* 3:59 */waypoints[223].children[1] = 224; -/* 3:59 */waypoints[223].children[2] = 226; -/* 3:59 */waypoints[224] = spawnstruct(); -/* 3:59 */waypoints[224].origin = (500.807, 2963.88, -148.875); -/* 3:59 */waypoints[224].type = "climb"; -/* 3:59 */waypoints[224].children[0] = 223; -/* 3:59 */waypoints[224].children[1] = 225; -/* 3:59 */waypoints[224].angles = (3.81226, 90.8789, 0); -/* 3:59 */waypoints[225] = spawnstruct(); -/* 3:59 */waypoints[225].origin = (495.307, 3003.12, -127.875); -/* 3:59 */waypoints[225].type = "climb"; -/* 3:59 */waypoints[225].children[0] = 224; -/* 3:59 */waypoints[225].children[1] = 51; -/* 3:59 */waypoints[225].angles = (3.41125, -89.8627, 0); -/* 3:59 */waypoints[226] = spawnstruct(); -/* 3:59 */waypoints[226].origin = (487.461, 2662.72, -148.875); -/* 3:59 */waypoints[226].type = "stand"; -/* 3:59 */waypoints[226].children[0] = 223; -/* 3:59 */waypoints[226].children[1] = 227; -/* 3:59 */waypoints[227] = spawnstruct(); -/* 3:59 */waypoints[227].origin = (560.875, 2662.75, -155.875); -/* 3:59 */waypoints[227].type = "climb"; -/* 3:59 */waypoints[227].children[0] = 226; -/* 3:59 */waypoints[227].children[1] = 244; -/* 3:59 */waypoints[227].angles = (1.80725, 0.681152, 0); -/* 3:59 */waypoints[228] = spawnstruct(); -/* 3:59 */waypoints[228].origin = (835.906, 2137.3, -103.875); -/* 3:59 */waypoints[228].type = "grenade"; -/* 3:59 */waypoints[228].children[0] = 50; -/* 3:59 */waypoints[228].angles = (-2.85095, -110.544, 0.384521); -/* 3:59 */waypoints[229] = spawnstruct(); -/* 3:59 */waypoints[229].origin = (1022.88, 783.353, -119.907); -/* 3:59 */waypoints[229].type = "claymore"; -/* 3:59 */waypoints[229].children[0] = 42; -/* 3:59 */waypoints[229].angles = (3.54309, 20.0555, 0); -/* 3:59 */waypoints[230] = spawnstruct(); -/* 3:59 */waypoints[230].origin = (179.069, -154.526, -127.875); -/* 3:59 */waypoints[230].type = "crouch"; -/* 3:59 */waypoints[230].children[0] = 121; -/* 3:59 */waypoints[230].angles = (0.791016, 72.746, 0); -/* 3:59 */waypoints[231] = spawnstruct(); -/* 3:59 */waypoints[231].origin = (-111.125, -164.406, -127.875); -/* 3:59 */waypoints[231].type = "crouch"; -/* 3:59 */waypoints[231].children[0] = 122; -/* 3:59 */waypoints[231].angles = (3.69141, 113.747, 0); -/* 3:59 */waypoints[232] = spawnstruct(); -/* 3:59 */waypoints[232].origin = (244.296, 968.835, -154.712); -/* 3:59 */waypoints[232].type = "grenade"; -/* 3:59 */waypoints[232].children[0] = 32; -/* 3:59 */waypoints[232].angles = (-15.1556, -105.897, 0); -/* 3:59 */waypoints[233] = spawnstruct(); -/* 3:59 */waypoints[233].origin = (-173.259, 995.799, -159.875); -/* 3:59 */waypoints[233].type = "grenade"; -/* 3:59 */waypoints[233].children[0] = 28; -/* 3:59 */waypoints[233].angles = (-13.5242, -78.7775, 0.065918); -/* 3:59 */waypoints[234] = spawnstruct(); -/* 3:59 */waypoints[234].origin = (-244.417, 3026.74, -127.875); -/* 3:59 */waypoints[234].type = "javelin"; -/* 3:59 */waypoints[234].children[0] = 53; -/* 3:59 */waypoints[234].jav_point = (-53.1735, 1582.03, -255.875); -/* 3:59 */waypoints[235] = spawnstruct(); -/* 3:59 */waypoints[235].origin = (-1454.01, 1554.11, -255.875); -/* 3:59 */waypoints[235].type = "javelin"; -/* 3:59 */waypoints[235].children[0] = 61; -/* 3:59 */waypoints[235].jav_point = (-1136.01, -113.679, 18.8072); -/* 3:59 */waypoints[236] = spawnstruct(); -/* 3:59 */waypoints[236].origin = (-1309.92, 354.697, -55.875); -/* 3:59 */waypoints[236].type = "javelin"; -/* 3:59 */waypoints[236].children[0] = 8; -/* 3:59 */waypoints[236].jav_point = (-1386.33, 1580.79, -256); -/* 3:59 */waypoints[237] = spawnstruct(); -/* 3:59 */waypoints[237].origin = (74.9933, 332.168, -127.875); -/* 3:59 */waypoints[237].type = "stand"; -/* 3:59 */waypoints[237].children[0] = 238; -/* 3:59 */waypoints[237].children[1] = 40; -/* 3:59 */waypoints[237].children[2] = 34; -/* 3:59 */waypoints[237].children[3] = 146; -/* 3:59 */waypoints[237].children[4] = 17; -/* 3:59 */waypoints[238] = spawnstruct(); -/* 3:59 */waypoints[238].origin = (-25.1551, 332.213, -127.875); -/* 3:59 */waypoints[238].type = "stand"; -/* 3:59 */waypoints[238].children[0] = 26; -/* 3:59 */waypoints[238].children[1] = 237; -/* 3:59 */waypoints[238].children[2] = 18; -/* 3:59 */waypoints[238].children[3] = 145; -/* 3:59 */waypoints[238].children[4] = 17; -/* 3:59 */waypoints[239] = spawnstruct(); -/* 3:59 */waypoints[239].origin = (-1618.26, 1283.93, -255.875); -/* 3:59 */waypoints[239].type = "stand"; -/* 3:59 */waypoints[239].children[0] = 240; -/* 3:59 */waypoints[239].children[1] = 62; -/* 3:59 */waypoints[239].children[2] = 158; -/* 3:59 */waypoints[239].children[3] = 242; -/* 3:59 */waypoints[240] = spawnstruct(); -/* 3:59 */waypoints[240].origin = (-1622.85, 1392.52, -255.875); -/* 3:59 */waypoints[240].type = "stand"; -/* 3:59 */waypoints[240].children[0] = 61; -/* 3:59 */waypoints[240].children[1] = 239; -/* 3:59 */waypoints[240].children[2] = 158; -/* 3:59 */waypoints[240].children[3] = 241; -/* 3:59 */waypoints[241] = spawnstruct(); -/* 3:59 */waypoints[241].origin = (-1575.03, 1416.43, -255.875); -/* 3:59 */waypoints[241].type = "grenade"; -/* 3:59 */waypoints[241].children[0] = 240; -/* 3:59 */waypoints[241].angles = (-3.7738, 40.6274, 0.153809); -/* 3:59 */waypoints[242] = spawnstruct(); -/* 3:59 */waypoints[242].origin = (-1530.11, 1256.17, -255.875); -/* 3:59 */waypoints[242].type = "grenade"; -/* 3:59 */waypoints[242].children[0] = 239; -/* 3:59 */waypoints[242].angles = (-12.9749, 5.40527, -0.0164795); -/* 3:59 */waypoints[243] = spawnstruct(); -/* 3:59 */waypoints[243].origin = (724.36, 1676.78, -255.876); -/* 3:59 */waypoints[243].type = "grenade"; -/* 3:59 */waypoints[243].children[0] = 76; -/* 3:59 */waypoints[243].angles = (-28.5425, 21.665, -0.153809); -/* 3:59 */waypoints[244] = spawnstruct(); -/* 3:59 */waypoints[244].origin = (605.2, 2661.35, -103.875); -/* 3:59 */waypoints[244].type = "stand"; -/* 3:59 */waypoints[244].children[0] = 227; -/* 3:59 */waypoints[244].children[1] = 222; -/* 3:59 */waypoints[245] = spawnstruct(); -/* 3:59 */waypoints[245].origin = (598.735, 2278.14, -103.875); -/* 3:59 */waypoints[245].type = "stand"; -/* 3:59 */waypoints[245].children[0] = 87; -/* 3:59 */waypoints[245].children[1] = 50; -/* 3:59 */waypoints[246] = spawnstruct(); -/* 3:59 */waypoints[246].origin = (1428.57, 1806.74, -119.875); -/* 3:59 */waypoints[246].type = "grenade"; -/* 3:59 */waypoints[246].children[0] = 100; -/* 3:59 */waypoints[246].angles = (-16.8475, -90.3051, 0.0384521); -/* 3:59 */waypoints[247] = spawnstruct(); -/* 3:59 */waypoints[247].origin = (-1032.34, 2551.74, -255.875); -/* 3:59 */waypoints[247].type = "claymore"; -/* 3:59 */waypoints[247].children[0] = 57; -/* 3:59 */waypoints[247].angles = (3.18604, -98.4295, 0); -/* 3:59 */waypoints[248] = spawnstruct(); -/* 3:59 */waypoints[248].origin = (-333.192, 1175.27, -127.875); -/* 3:59 */waypoints[248].type = "javelin"; -/* 3:59 */waypoints[248].children[0] = 124; -/* 3:59 */waypoints[248].jav_point = (882.147, 2158.69, -73.7134); -/* 3:59 */return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/village.gsc b/raw/maps/mp/bots/waypoints/village.gsc deleted file mode 100644 index 2134f98..0000000 --- a/raw/maps/mp/bots/waypoints/village.gsc +++ /dev/null @@ -1,1185 +0,0 @@ -Village() -{ -/* 55:37 */waypoints = []; -/* 55:37 */waypoints[0] = spawnstruct(); -/* 55:37 */waypoints[0].origin = (650.622, 2242.89, 285.291); -/* 55:37 */waypoints[0].type = "stand"; -/* 55:37 */waypoints[0].children[0] = 1; -/* 55:37 */waypoints[0].children[1] = 2; -/* 55:37 */waypoints[0].children[2] = 73; -/* 55:37 */waypoints[0].children[3] = 3; -/* 55:37 */waypoints[1] = spawnstruct(); -/* 55:37 */waypoints[1].origin = (313.402, 2139.26, 267.866); -/* 55:37 */waypoints[1].type = "stand"; -/* 55:37 */waypoints[1].children[0] = 0; -/* 55:37 */waypoints[1].children[1] = 3; -/* 55:37 */waypoints[1].children[2] = 4; -/* 55:37 */waypoints[2] = spawnstruct(); -/* 55:37 */waypoints[2].origin = (894.277, 1608.37, 290.126); -/* 55:37 */waypoints[2].type = "stand"; -/* 55:37 */waypoints[2].children[0] = 0; -/* 55:37 */waypoints[2].children[1] = 68; -/* 55:37 */waypoints[2].children[2] = 72; -/* 55:37 */waypoints[2].children[3] = 73; -/* 55:37 */waypoints[3] = spawnstruct(); -/* 55:37 */waypoints[3].origin = (335.566, 1987.55, 273.002); -/* 55:37 */waypoints[3].type = "stand"; -/* 55:37 */waypoints[3].children[0] = 4; -/* 55:37 */waypoints[3].children[1] = 1; -/* 55:37 */waypoints[3].children[2] = 0; -/* 55:37 */waypoints[4] = spawnstruct(); -/* 55:37 */waypoints[4].origin = (173.759, 1912.23, 271.846); -/* 55:37 */waypoints[4].type = "stand"; -/* 55:37 */waypoints[4].children[0] = 3; -/* 55:37 */waypoints[4].children[1] = 1; -/* 55:37 */waypoints[4].children[2] = 5; -/* 55:37 */waypoints[4].children[3] = 82; -/* 55:37 */waypoints[4].children[4] = 83; -/* 55:37 */waypoints[5] = spawnstruct(); -/* 55:37 */waypoints[5].origin = (-118.335, 1809.36, 270.073); -/* 55:37 */waypoints[5].type = "stand"; -/* 55:37 */waypoints[5].children[0] = 4; -/* 55:37 */waypoints[5].children[1] = 6; -/* 55:37 */waypoints[5].children[2] = 75; -/* 55:37 */waypoints[5].children[3] = 83; -/* 55:37 */waypoints[5].children[4] = 160; -/* 55:37 */waypoints[5].children[5] = 161; -/* 55:37 */waypoints[6] = spawnstruct(); -/* 55:37 */waypoints[6].origin = (-182.409, 1990.98, 265.811); -/* 55:37 */waypoints[6].type = "stand"; -/* 55:37 */waypoints[6].children[0] = 5; -/* 55:37 */waypoints[6].children[1] = 7; -/* 55:37 */waypoints[6].children[2] = 160; -/* 55:37 */waypoints[7] = spawnstruct(); -/* 55:37 */waypoints[7].origin = (-487.538, 1888.35, 256.402); -/* 55:37 */waypoints[7].type = "stand"; -/* 55:37 */waypoints[7].children[0] = 6; -/* 55:37 */waypoints[7].children[1] = 8; -/* 55:37 */waypoints[7].children[2] = 9; -/* 55:37 */waypoints[7].children[3] = 172; -/* 55:37 */waypoints[8] = spawnstruct(); -/* 55:37 */waypoints[8].origin = (-737.435, 1577.65, 172.387); -/* 55:37 */waypoints[8].type = "stand"; -/* 55:37 */waypoints[8].children[0] = 7; -/* 55:37 */waypoints[8].children[1] = 11; -/* 55:37 */waypoints[8].children[2] = 123; -/* 55:37 */waypoints[8].children[3] = 172; -/* 55:37 */waypoints[9] = spawnstruct(); -/* 55:37 */waypoints[9].origin = (-1003.63, 1634.43, 260.125); -/* 55:37 */waypoints[9].type = "stand"; -/* 55:37 */waypoints[9].children[0] = 7; -/* 55:37 */waypoints[9].children[1] = 10; -/* 55:37 */waypoints[10] = spawnstruct(); -/* 55:37 */waypoints[10].origin = (-1521.41, 1426.3, 249.016); -/* 55:37 */waypoints[10].type = "stand"; -/* 55:37 */waypoints[10].children[0] = 9; -/* 55:37 */waypoints[10].children[1] = 13; -/* 55:37 */waypoints[10].children[2] = 14; -/* 55:37 */waypoints[10].children[3] = 12; -/* 55:37 */waypoints[10].children[4] = 174; -/* 55:37 */waypoints[11] = spawnstruct(); -/* 55:37 */waypoints[11].origin = (-978.013, 1466.31, 135.103); -/* 55:37 */waypoints[11].type = "stand"; -/* 55:37 */waypoints[11].children[0] = 8; -/* 55:37 */waypoints[11].children[1] = 12; -/* 55:37 */waypoints[11].children[2] = 123; -/* 55:37 */waypoints[11].children[3] = 175; -/* 55:37 */waypoints[12] = spawnstruct(); -/* 55:37 */waypoints[12].origin = (-1416.72, 1330.22, 240.442); -/* 55:37 */waypoints[12].type = "stand"; -/* 55:37 */waypoints[12].children[0] = 11; -/* 55:37 */waypoints[12].children[1] = 13; -/* 55:37 */waypoints[12].children[2] = 14; -/* 55:37 */waypoints[12].children[3] = 10; -/* 55:37 */waypoints[12].children[4] = 123; -/* 55:37 */waypoints[13] = spawnstruct(); -/* 55:37 */waypoints[13].origin = (-1635.32, 1204.78, 262.422); -/* 55:37 */waypoints[13].type = "stand"; -/* 55:37 */waypoints[13].children[0] = 10; -/* 55:37 */waypoints[13].children[1] = 12; -/* 55:37 */waypoints[13].children[2] = 16; -/* 55:37 */waypoints[14] = spawnstruct(); -/* 55:37 */waypoints[14].origin = (-1827.09, 1412.03, 266.036); -/* 55:37 */waypoints[14].type = "stand"; -/* 55:37 */waypoints[14].children[0] = 10; -/* 55:37 */waypoints[14].children[1] = 12; -/* 55:37 */waypoints[14].children[2] = 15; -/* 55:37 */waypoints[15] = spawnstruct(); -/* 55:37 */waypoints[15].origin = (-2049.56, 1321.28, 281.181); -/* 55:37 */waypoints[15].type = "stand"; -/* 55:37 */waypoints[15].children[0] = 16; -/* 55:37 */waypoints[15].children[1] = 14; -/* 55:37 */waypoints[15].children[2] = 20; -/* 55:37 */waypoints[15].children[3] = 21; -/* 55:37 */waypoints[15].children[4] = 22; -/* 55:37 */waypoints[16] = spawnstruct(); -/* 55:37 */waypoints[16].origin = (-1906.71, 1067.25, 278.988); -/* 55:37 */waypoints[16].type = "stand"; -/* 55:37 */waypoints[16].children[0] = 13; -/* 55:37 */waypoints[16].children[1] = 15; -/* 55:37 */waypoints[16].children[2] = 17; -/* 55:37 */waypoints[16].children[3] = 22; -/* 55:37 */waypoints[17] = spawnstruct(); -/* 55:37 */waypoints[17].origin = (-1841.28, 838.677, 267.324); -/* 55:37 */waypoints[17].type = "stand"; -/* 55:37 */waypoints[17].children[0] = 16; -/* 55:37 */waypoints[17].children[1] = 18; -/* 55:37 */waypoints[17].children[2] = 22; -/* 55:37 */waypoints[17].children[3] = 28; -/* 55:37 */waypoints[18] = spawnstruct(); -/* 55:37 */waypoints[18].origin = (-2003.57, 761.688, 284.254); -/* 55:37 */waypoints[18].type = "stand"; -/* 55:37 */waypoints[18].children[0] = 19; -/* 55:37 */waypoints[18].children[1] = 17; -/* 55:37 */waypoints[18].children[2] = 23; -/* 55:37 */waypoints[19] = spawnstruct(); -/* 55:37 */waypoints[19].origin = (-2099.67, 910.235, 290.961); -/* 55:37 */waypoints[19].type = "stand"; -/* 55:37 */waypoints[19].children[0] = 18; -/* 55:37 */waypoints[19].children[1] = 20; -/* 55:37 */waypoints[19].children[2] = 22; -/* 55:37 */waypoints[20] = spawnstruct(); -/* 55:37 */waypoints[20].origin = (-2233.54, 1071.6, 284.378); -/* 55:37 */waypoints[20].type = "stand"; -/* 55:37 */waypoints[20].children[0] = 19; -/* 55:37 */waypoints[20].children[1] = 15; -/* 55:37 */waypoints[20].children[2] = 21; -/* 55:37 */waypoints[21] = spawnstruct(); -/* 55:37 */waypoints[21].origin = (-2274.91, 1294.83, 289.992); -/* 55:37 */waypoints[21].type = "stand"; -/* 55:37 */waypoints[21].children[0] = 20; -/* 55:37 */waypoints[21].children[1] = 15; -/* 55:37 */waypoints[22] = spawnstruct(); -/* 55:37 */waypoints[22].origin = (-1916.5, 982.011, 279.58); -/* 55:37 */waypoints[22].type = "stand"; -/* 55:37 */waypoints[22].children[0] = 19; -/* 55:37 */waypoints[22].children[1] = 17; -/* 55:37 */waypoints[22].children[2] = 16; -/* 55:37 */waypoints[22].children[3] = 15; -/* 55:37 */waypoints[23] = spawnstruct(); -/* 55:37 */waypoints[23].origin = (-2065.88, 569.199, 271.656); -/* 55:37 */waypoints[23].type = "stand"; -/* 55:37 */waypoints[23].children[0] = 18; -/* 55:37 */waypoints[23].children[1] = 24; -/* 55:37 */waypoints[24] = spawnstruct(); -/* 55:37 */waypoints[24].origin = (-2002.36, 327.499, 259.333); -/* 55:37 */waypoints[24].type = "stand"; -/* 55:37 */waypoints[24].children[0] = 23; -/* 55:37 */waypoints[24].children[1] = 25; -/* 55:37 */waypoints[25] = spawnstruct(); -/* 55:37 */waypoints[25].origin = (-1777.06, 199.74, 246.205); -/* 55:37 */waypoints[25].type = "stand"; -/* 55:37 */waypoints[25].children[0] = 26; -/* 55:37 */waypoints[25].children[1] = 24; -/* 55:37 */waypoints[25].children[2] = 27; -/* 55:37 */waypoints[25].children[3] = 167; -/* 55:37 */waypoints[25].children[4] = 168; -/* 55:37 */waypoints[26] = spawnstruct(); -/* 55:37 */waypoints[26].origin = (-1783.79, -13.295, 274.201); -/* 55:37 */waypoints[26].type = "stand"; -/* 55:37 */waypoints[26].children[0] = 25; -/* 55:37 */waypoints[26].children[1] = 27; -/* 55:37 */waypoints[26].children[2] = 29; -/* 55:37 */waypoints[26].children[3] = 167; -/* 55:37 */waypoints[27] = spawnstruct(); -/* 55:37 */waypoints[27].origin = (-1508.4, 345.599, 245.144); -/* 55:37 */waypoints[27].type = "stand"; -/* 55:37 */waypoints[27].children[0] = 28; -/* 55:37 */waypoints[27].children[1] = 25; -/* 55:37 */waypoints[27].children[2] = 26; -/* 55:37 */waypoints[27].children[3] = 129; -/* 55:37 */waypoints[27].children[4] = 130; -/* 55:37 */waypoints[27].children[5] = 167; -/* 55:37 */waypoints[28] = spawnstruct(); -/* 55:37 */waypoints[28].origin = (-1568.54, 686.687, 246.002); -/* 55:37 */waypoints[28].type = "stand"; -/* 55:37 */waypoints[28].children[0] = 17; -/* 55:37 */waypoints[28].children[1] = 27; -/* 55:37 */waypoints[28].children[2] = 130; -/* 55:37 */waypoints[29] = spawnstruct(); -/* 55:37 */waypoints[29].origin = (-1980.43, -186.544, 283.394); -/* 55:37 */waypoints[29].type = "stand"; -/* 55:37 */waypoints[29].children[0] = 26; -/* 55:37 */waypoints[29].children[1] = 30; -/* 55:37 */waypoints[29].children[2] = 166; -/* 55:37 */waypoints[29].children[3] = 168; -/* 55:37 */waypoints[30] = spawnstruct(); -/* 55:37 */waypoints[30].origin = (-1861.63, -534.097, 270.355); -/* 55:37 */waypoints[30].type = "stand"; -/* 55:37 */waypoints[30].children[0] = 29; -/* 55:37 */waypoints[30].children[1] = 31; -/* 55:37 */waypoints[30].children[2] = 32; -/* 55:37 */waypoints[30].children[3] = 166; -/* 55:37 */waypoints[31] = spawnstruct(); -/* 55:37 */waypoints[31].origin = (-1614.82, -658.772, 320.363); -/* 55:37 */waypoints[31].type = "stand"; -/* 55:37 */waypoints[31].children[0] = 30; -/* 55:37 */waypoints[31].children[1] = 32; -/* 55:37 */waypoints[31].children[2] = 137; -/* 55:37 */waypoints[31].children[3] = 138; -/* 55:37 */waypoints[32] = spawnstruct(); -/* 55:37 */waypoints[32].origin = (-1745.72, -967.434, 354.115); -/* 55:37 */waypoints[32].type = "stand"; -/* 55:37 */waypoints[32].children[0] = 30; -/* 55:37 */waypoints[32].children[1] = 31; -/* 55:37 */waypoints[32].children[2] = 33; -/* 55:37 */waypoints[33] = spawnstruct(); -/* 55:37 */waypoints[33].origin = (-1746.58, -1283.68, 371.691); -/* 55:37 */waypoints[33].type = "stand"; -/* 55:37 */waypoints[33].children[0] = 32; -/* 55:37 */waypoints[33].children[1] = 34; -/* 55:37 */waypoints[34] = spawnstruct(); -/* 55:37 */waypoints[34].origin = (-1266.47, -1588.84, 374.072); -/* 55:37 */waypoints[34].type = "stand"; -/* 55:37 */waypoints[34].children[0] = 33; -/* 55:37 */waypoints[34].children[1] = 35; -/* 55:37 */waypoints[34].children[2] = 139; -/* 55:37 */waypoints[34].children[3] = 138; -/* 55:37 */waypoints[34].children[4] = 140; -/* 55:37 */waypoints[34].children[5] = 37; -/* 55:37 */waypoints[34].children[6] = 170; -/* 55:37 */waypoints[35] = spawnstruct(); -/* 55:37 */waypoints[35].origin = (-911.232, -1962.13, 361.609); -/* 55:37 */waypoints[35].type = "stand"; -/* 55:37 */waypoints[35].children[0] = 36; -/* 55:37 */waypoints[35].children[1] = 34; -/* 55:37 */waypoints[35].children[2] = 37; -/* 55:37 */waypoints[35].children[3] = 40; -/* 55:37 */waypoints[35].children[4] = 41; -/* 55:37 */waypoints[35].children[5] = 141; -/* 55:37 */waypoints[35].children[6] = 150; -/* 55:37 */waypoints[35].children[7] = 170; -/* 55:37 */waypoints[36] = spawnstruct(); -/* 55:37 */waypoints[36].origin = (-709.918, -1756.84, 331.778); -/* 55:37 */waypoints[36].type = "stand"; -/* 55:37 */waypoints[36].children[0] = 35; -/* 55:37 */waypoints[36].children[1] = 41; -/* 55:37 */waypoints[36].children[2] = 142; -/* 55:37 */waypoints[37] = spawnstruct(); -/* 55:37 */waypoints[37].origin = (-948.434, -2377.95, 360.537); -/* 55:37 */waypoints[37].type = "stand"; -/* 55:37 */waypoints[37].children[0] = 35; -/* 55:37 */waypoints[37].children[1] = 38; -/* 55:37 */waypoints[37].children[2] = 34; -/* 55:37 */waypoints[38] = spawnstruct(); -/* 55:37 */waypoints[38].origin = (-633.28, -2597.42, 340.636); -/* 55:37 */waypoints[38].type = "stand"; -/* 55:37 */waypoints[38].children[0] = 37; -/* 55:37 */waypoints[38].children[1] = 39; -/* 55:37 */waypoints[38].children[2] = 40; -/* 55:37 */waypoints[38].children[3] = 43; -/* 55:37 */waypoints[39] = spawnstruct(); -/* 55:37 */waypoints[39].origin = (219.839, -3285.64, 370.123); -/* 55:37 */waypoints[39].type = "stand"; -/* 55:37 */waypoints[39].children[0] = 38; -/* 55:37 */waypoints[39].children[1] = 43; -/* 55:37 */waypoints[39].children[2] = 42; -/* 55:37 */waypoints[39].children[3] = 46; -/* 55:37 */waypoints[40] = spawnstruct(); -/* 55:37 */waypoints[40].origin = (-499.592, -2259.86, 302.752); -/* 55:37 */waypoints[40].type = "stand"; -/* 55:37 */waypoints[40].children[0] = 38; -/* 55:37 */waypoints[40].children[1] = 35; -/* 55:37 */waypoints[40].children[2] = 41; -/* 55:37 */waypoints[40].children[3] = 45; -/* 55:37 */waypoints[41] = spawnstruct(); -/* 55:37 */waypoints[41].origin = (-257.247, -2061.78, 328.669); -/* 55:37 */waypoints[41].type = "stand"; -/* 55:37 */waypoints[41].children[0] = 40; -/* 55:37 */waypoints[41].children[1] = 35; -/* 55:37 */waypoints[41].children[2] = 36; -/* 55:37 */waypoints[41].children[3] = 42; -/* 55:37 */waypoints[41].children[4] = 44; -/* 55:37 */waypoints[41].children[5] = 45; -/* 55:37 */waypoints[41].children[6] = 46; -/* 55:37 */waypoints[41].children[7] = 150; -/* 55:37 */waypoints[42] = spawnstruct(); -/* 55:37 */waypoints[42].origin = (217.412, -2605.9, 339.776); -/* 55:37 */waypoints[42].type = "stand"; -/* 55:37 */waypoints[42].children[0] = 43; -/* 55:37 */waypoints[42].children[1] = 41; -/* 55:37 */waypoints[42].children[2] = 45; -/* 55:37 */waypoints[42].children[3] = 39; -/* 55:37 */waypoints[42].children[4] = 46; -/* 55:37 */waypoints[42].children[5] = 47; -/* 55:37 */waypoints[42].children[6] = 171; -/* 55:37 */waypoints[43] = spawnstruct(); -/* 55:37 */waypoints[43].origin = (-234.072, -2979.33, 299.288); -/* 55:37 */waypoints[43].type = "stand"; -/* 55:37 */waypoints[43].children[0] = 38; -/* 55:37 */waypoints[43].children[1] = 39; -/* 55:37 */waypoints[43].children[2] = 42; -/* 55:37 */waypoints[44] = spawnstruct(); -/* 55:37 */waypoints[44].origin = (-28.6996, -1891.2, 283.673); -/* 55:37 */waypoints[44].type = "stand"; -/* 55:37 */waypoints[44].children[0] = 41; -/* 55:37 */waypoints[44].children[1] = 45; -/* 55:37 */waypoints[44].children[2] = 117; -/* 55:37 */waypoints[45] = spawnstruct(); -/* 55:37 */waypoints[45].origin = (-137.405, -2127.65, 326.659); -/* 55:37 */waypoints[45].type = "stand"; -/* 55:37 */waypoints[45].children[0] = 44; -/* 55:37 */waypoints[45].children[1] = 41; -/* 55:37 */waypoints[45].children[2] = 42; -/* 55:37 */waypoints[45].children[3] = 40; -/* 55:37 */waypoints[46] = spawnstruct(); -/* 55:37 */waypoints[46].origin = (431.765, -2606.01, 368.065); -/* 55:37 */waypoints[46].type = "stand"; -/* 55:37 */waypoints[46].children[0] = 42; -/* 55:37 */waypoints[46].children[1] = 41; -/* 55:37 */waypoints[46].children[2] = 39; -/* 55:37 */waypoints[46].children[3] = 47; -/* 55:37 */waypoints[46].children[4] = 171; -/* 55:37 */waypoints[47] = spawnstruct(); -/* 55:37 */waypoints[47].origin = (535.748, -2278.94, 377.144); -/* 55:37 */waypoints[47].type = "stand"; -/* 55:37 */waypoints[47].children[0] = 46; -/* 55:37 */waypoints[47].children[1] = 42; -/* 55:37 */waypoints[47].children[2] = 48; -/* 55:37 */waypoints[47].children[3] = 171; -/* 55:37 */waypoints[48] = spawnstruct(); -/* 55:37 */waypoints[48].origin = (488.422, -1836.45, 326.746); -/* 55:37 */waypoints[48].type = "stand"; -/* 55:37 */waypoints[48].children[0] = 47; -/* 55:37 */waypoints[48].children[1] = 49; -/* 55:37 */waypoints[48].children[2] = 145; -/* 55:37 */waypoints[48].children[3] = 152; -/* 55:37 */waypoints[49] = spawnstruct(); -/* 55:37 */waypoints[49].origin = (664.9, -1200.88, 261.182); -/* 55:37 */waypoints[49].type = "stand"; -/* 55:37 */waypoints[49].children[0] = 48; -/* 55:37 */waypoints[49].children[1] = 50; -/* 55:37 */waypoints[49].children[2] = 51; -/* 55:37 */waypoints[49].children[3] = 152; -/* 55:37 */waypoints[49].children[4] = 153; -/* 55:37 */waypoints[49].children[5] = 164; -/* 55:37 */waypoints[50] = spawnstruct(); -/* 55:37 */waypoints[50].origin = (457.439, -1022, 223.864); -/* 55:37 */waypoints[50].type = "stand"; -/* 55:37 */waypoints[50].children[0] = 49; -/* 55:37 */waypoints[50].children[1] = 116; -/* 55:37 */waypoints[50].children[2] = 144; -/* 55:37 */waypoints[51] = spawnstruct(); -/* 55:37 */waypoints[51].origin = (953.977, -1063.5, 262.995); -/* 55:37 */waypoints[51].type = "stand"; -/* 55:37 */waypoints[51].children[0] = 49; -/* 55:37 */waypoints[51].children[1] = 52; -/* 55:37 */waypoints[51].children[2] = 114; -/* 55:37 */waypoints[51].children[3] = 115; -/* 55:37 */waypoints[51].children[4] = 153; -/* 55:37 */waypoints[51].children[5] = 164; -/* 55:37 */waypoints[52] = spawnstruct(); -/* 55:37 */waypoints[52].origin = (1274.95, -582.752, 272.208); -/* 55:37 */waypoints[52].type = "stand"; -/* 55:37 */waypoints[52].children[0] = 51; -/* 55:37 */waypoints[52].children[1] = 53; -/* 55:37 */waypoints[52].children[2] = 101; -/* 55:37 */waypoints[52].children[3] = 115; -/* 55:37 */waypoints[53] = spawnstruct(); -/* 55:37 */waypoints[53].origin = (1696.03, -479.763, 232.834); -/* 55:37 */waypoints[53].type = "stand"; -/* 55:37 */waypoints[53].children[0] = 52; -/* 55:37 */waypoints[53].children[1] = 54; -/* 55:37 */waypoints[53].children[2] = 55; -/* 55:37 */waypoints[53].children[3] = 115; -/* 55:37 */waypoints[53].children[4] = 154; -/* 55:37 */waypoints[54] = spawnstruct(); -/* 55:37 */waypoints[54].origin = (1792.69, -437.236, 233.432); -/* 55:37 */waypoints[54].type = "stand"; -/* 55:37 */waypoints[54].children[0] = 53; -/* 55:37 */waypoints[54].children[1] = 58; -/* 55:37 */waypoints[55] = spawnstruct(); -/* 55:37 */waypoints[55].origin = (1628.99, -146.566, 243); -/* 55:37 */waypoints[55].type = "stand"; -/* 55:37 */waypoints[55].children[0] = 58; -/* 55:37 */waypoints[55].children[1] = 53; -/* 55:37 */waypoints[55].children[2] = 57; -/* 55:37 */waypoints[55].children[3] = 154; -/* 55:37 */waypoints[56] = spawnstruct(); -/* 55:37 */waypoints[56].origin = (1703.37, 35.7228, 231.576); -/* 55:37 */waypoints[56].type = "stand"; -/* 55:37 */waypoints[56].children[0] = 57; -/* 55:37 */waypoints[56].children[1] = 58; -/* 55:37 */waypoints[57] = spawnstruct(); -/* 55:37 */waypoints[57].origin = (1571.84, 130.673, 236.011); -/* 55:37 */waypoints[57].type = "stand"; -/* 55:37 */waypoints[57].children[0] = 56; -/* 55:37 */waypoints[57].children[1] = 55; -/* 55:37 */waypoints[57].children[2] = 59; -/* 55:37 */waypoints[57].children[3] = 98; -/* 55:37 */waypoints[58] = spawnstruct(); -/* 55:37 */waypoints[58].origin = (1754.79, -123.211, 232.045); -/* 55:37 */waypoints[58].type = "stand"; -/* 55:37 */waypoints[58].children[0] = 56; -/* 55:37 */waypoints[58].children[1] = 55; -/* 55:37 */waypoints[58].children[2] = 54; -/* 55:37 */waypoints[59] = spawnstruct(); -/* 55:37 */waypoints[59].origin = (1572.21, 430.977, 240.125); -/* 55:37 */waypoints[59].type = "stand"; -/* 55:37 */waypoints[59].children[0] = 57; -/* 55:37 */waypoints[59].children[1] = 60; -/* 55:37 */waypoints[59].children[2] = 61; -/* 55:37 */waypoints[59].children[3] = 98; -/* 55:37 */waypoints[60] = spawnstruct(); -/* 55:37 */waypoints[60].origin = (1580.18, 629.174, 244.625); -/* 55:37 */waypoints[60].type = "stand"; -/* 55:37 */waypoints[60].children[0] = 59; -/* 55:37 */waypoints[60].children[1] = 62; -/* 55:37 */waypoints[60].children[2] = 66; -/* 55:37 */waypoints[60].children[3] = 159; -/* 55:37 */waypoints[60].children[4] = 61; -/* 55:37 */waypoints[61] = spawnstruct(); -/* 55:37 */waypoints[61].origin = (1727.64, 678.899, 243.039); -/* 55:37 */waypoints[61].type = "stand"; -/* 55:37 */waypoints[61].children[0] = 59; -/* 55:37 */waypoints[61].children[1] = 62; -/* 55:37 */waypoints[61].children[2] = 157; -/* 55:37 */waypoints[61].children[3] = 60; -/* 55:37 */waypoints[62] = spawnstruct(); -/* 55:37 */waypoints[62].origin = (1655.69, 860.344, 240.125); -/* 55:37 */waypoints[62].type = "stand"; -/* 55:37 */waypoints[62].children[0] = 63; -/* 55:37 */waypoints[62].children[1] = 61; -/* 55:37 */waypoints[62].children[2] = 60; -/* 55:37 */waypoints[62].children[3] = 66; -/* 55:37 */waypoints[62].children[4] = 67; -/* 55:37 */waypoints[63] = spawnstruct(); -/* 55:37 */waypoints[63].origin = (1581.47, 1079.3, 242.519); -/* 55:37 */waypoints[63].type = "stand"; -/* 55:37 */waypoints[63].children[0] = 64; -/* 55:37 */waypoints[63].children[1] = 62; -/* 55:37 */waypoints[63].children[2] = 65; -/* 55:37 */waypoints[63].children[3] = 157; -/* 55:37 */waypoints[64] = spawnstruct(); -/* 55:37 */waypoints[64].origin = (1502.91, 1288.97, 235.313); -/* 55:37 */waypoints[64].type = "stand"; -/* 55:37 */waypoints[64].children[0] = 63; -/* 55:37 */waypoints[64].children[1] = 67; -/* 55:37 */waypoints[65] = spawnstruct(); -/* 55:37 */waypoints[65].origin = (1460.87, 1060.95, 242.125); -/* 55:37 */waypoints[65].type = "stand"; -/* 55:37 */waypoints[65].children[0] = 66; -/* 55:37 */waypoints[65].children[1] = 63; -/* 55:37 */waypoints[65].children[2] = 67; -/* 55:37 */waypoints[65].children[3] = 69; -/* 55:37 */waypoints[65].children[4] = 157; -/* 55:37 */waypoints[66] = spawnstruct(); -/* 55:37 */waypoints[66].origin = (1564.54, 800.817, 240.125); -/* 55:37 */waypoints[66].type = "stand"; -/* 55:37 */waypoints[66].children[0] = 65; -/* 55:37 */waypoints[66].children[1] = 60; -/* 55:37 */waypoints[66].children[2] = 62; -/* 55:37 */waypoints[67] = spawnstruct(); -/* 55:37 */waypoints[67].origin = (1350.25, 1226.07, 240.669); -/* 55:37 */waypoints[67].type = "stand"; -/* 55:37 */waypoints[67].children[0] = 64; -/* 55:37 */waypoints[67].children[1] = 65; -/* 55:37 */waypoints[67].children[2] = 62; -/* 55:37 */waypoints[67].children[3] = 68; -/* 55:37 */waypoints[68] = spawnstruct(); -/* 55:37 */waypoints[68].origin = (1091.04, 1152.14, 240.121); -/* 55:37 */waypoints[68].type = "stand"; -/* 55:37 */waypoints[68].children[0] = 67; -/* 55:37 */waypoints[68].children[1] = 69; -/* 55:37 */waypoints[68].children[2] = 2; -/* 55:37 */waypoints[68].children[3] = 71; -/* 55:37 */waypoints[68].children[4] = 107; -/* 55:37 */waypoints[69] = spawnstruct(); -/* 55:37 */waypoints[69].origin = (1180.45, 980.991, 240.125); -/* 55:37 */waypoints[69].type = "stand"; -/* 55:37 */waypoints[69].children[0] = 65; -/* 55:37 */waypoints[69].children[1] = 68; -/* 55:37 */waypoints[69].children[2] = 70; -/* 55:37 */waypoints[69].children[3] = 157; -/* 55:37 */waypoints[70] = spawnstruct(); -/* 55:37 */waypoints[70].origin = (1069.85, 991.595, 240.125); -/* 55:37 */waypoints[70].type = "stand"; -/* 55:37 */waypoints[70].children[0] = 69; -/* 55:37 */waypoints[70].children[1] = 71; -/* 55:37 */waypoints[70].children[2] = 107; -/* 55:37 */waypoints[71] = spawnstruct(); -/* 55:37 */waypoints[71].origin = (935.163, 950.744, 240.125); -/* 55:37 */waypoints[71].type = "stand"; -/* 55:37 */waypoints[71].children[0] = 68; -/* 55:37 */waypoints[71].children[1] = 70; -/* 55:37 */waypoints[71].children[2] = 93; -/* 55:37 */waypoints[72] = spawnstruct(); -/* 55:37 */waypoints[72].origin = (570.579, 1579.13, 278.947); -/* 55:37 */waypoints[72].type = "stand"; -/* 55:37 */waypoints[72].children[0] = 2; -/* 55:37 */waypoints[72].children[1] = 74; -/* 55:37 */waypoints[72].children[2] = 75; -/* 55:37 */waypoints[72].children[3] = 77; -/* 55:37 */waypoints[72].children[4] = 79; -/* 55:37 */waypoints[72].children[5] = 82; -/* 55:37 */waypoints[73] = spawnstruct(); -/* 55:37 */waypoints[73].origin = (770.234, 1957.33, 276.559); -/* 55:37 */waypoints[73].type = "stand"; -/* 55:37 */waypoints[73].children[0] = 0; -/* 55:37 */waypoints[73].children[1] = 2; -/* 55:37 */waypoints[73].children[2] = 74; -/* 55:37 */waypoints[73].children[3] = 158; -/* 55:37 */waypoints[74] = spawnstruct(); -/* 55:37 */waypoints[74].origin = (518.596, 1793.3, 274.389); -/* 55:37 */waypoints[74].type = "stand"; -/* 55:37 */waypoints[74].children[0] = 72; -/* 55:37 */waypoints[74].children[1] = 73; -/* 55:37 */waypoints[74].children[2] = 75; -/* 55:37 */waypoints[74].children[3] = 79; -/* 55:37 */waypoints[74].children[4] = 82; -/* 55:37 */waypoints[75] = spawnstruct(); -/* 55:37 */waypoints[75].origin = (305.432, 1583.17, 276.074); -/* 55:37 */waypoints[75].type = "stand"; -/* 55:37 */waypoints[75].children[0] = 74; -/* 55:37 */waypoints[75].children[1] = 72; -/* 55:37 */waypoints[75].children[2] = 76; -/* 55:37 */waypoints[75].children[3] = 79; -/* 55:37 */waypoints[75].children[4] = 5; -/* 55:37 */waypoints[75].children[5] = 83; -/* 55:37 */waypoints[76] = spawnstruct(); -/* 55:37 */waypoints[76].origin = (432.542, 1473.76, 274.15); -/* 55:37 */waypoints[76].type = "stand"; -/* 55:37 */waypoints[76].children[0] = 75; -/* 55:37 */waypoints[76].children[1] = 78; -/* 55:37 */waypoints[76].children[2] = 79; -/* 55:37 */waypoints[77] = spawnstruct(); -/* 55:37 */waypoints[77].origin = (625.853, 1399.34, 283.073); -/* 55:37 */waypoints[77].type = "stand"; -/* 55:37 */waypoints[77].children[0] = 72; -/* 55:37 */waypoints[77].children[1] = 78; -/* 55:37 */waypoints[78] = spawnstruct(); -/* 55:37 */waypoints[78].origin = (468.98, 1349.24, 281.317); -/* 55:37 */waypoints[78].type = "stand"; -/* 55:37 */waypoints[78].children[0] = 77; -/* 55:37 */waypoints[78].children[1] = 76; -/* 55:37 */waypoints[78].children[2] = 80; -/* 55:37 */waypoints[78].children[3] = 81; -/* 55:37 */waypoints[79] = spawnstruct(); -/* 55:37 */waypoints[79].origin = (380.866, 1605.37, 276.579); -/* 55:37 */waypoints[79].type = "stand"; -/* 55:37 */waypoints[79].children[0] = 75; -/* 55:37 */waypoints[79].children[1] = 74; -/* 55:37 */waypoints[79].children[2] = 72; -/* 55:37 */waypoints[79].children[3] = 76; -/* 55:37 */waypoints[80] = spawnstruct(); -/* 55:37 */waypoints[80].origin = (348.518, 1362.92, 288.625); -/* 55:37 */waypoints[80].type = "crouch"; -/* 55:37 */waypoints[80].children[0] = 78; -/* 55:37 */waypoints[80].angles = (9.27124, -14.1339, 0); -/* 55:37 */waypoints[81] = spawnstruct(); -/* 55:37 */waypoints[81].origin = (603.809, 1304.32, 282.322); -/* 55:37 */waypoints[81].type = "crouch"; -/* 55:37 */waypoints[81].children[0] = 78; -/* 55:37 */waypoints[81].angles = (1.58081, 143.289, 0); -/* 55:37 */waypoints[82] = spawnstruct(); -/* 55:37 */waypoints[82].origin = (388.315, 1788.01, 275.122); -/* 55:37 */waypoints[82].type = "stand"; -/* 55:37 */waypoints[82].children[0] = 4; -/* 55:37 */waypoints[82].children[1] = 74; -/* 55:37 */waypoints[82].children[2] = 72; -/* 55:37 */waypoints[83] = spawnstruct(); -/* 55:37 */waypoints[83].origin = (68.2727, 1380.9, 261.294); -/* 55:37 */waypoints[83].type = "stand"; -/* 55:37 */waypoints[83].children[0] = 75; -/* 55:37 */waypoints[83].children[1] = 4; -/* 55:37 */waypoints[83].children[2] = 5; -/* 55:37 */waypoints[83].children[3] = 84; -/* 55:37 */waypoints[83].children[4] = 86; -/* 55:37 */waypoints[83].children[5] = 161; -/* 55:37 */waypoints[84] = spawnstruct(); -/* 55:37 */waypoints[84].origin = (-390.503, 986.901, 299.284); -/* 55:37 */waypoints[84].type = "stand"; -/* 55:37 */waypoints[84].children[0] = 85; -/* 55:37 */waypoints[84].children[1] = 83; -/* 55:37 */waypoints[84].children[2] = 86; -/* 55:37 */waypoints[84].children[3] = 87; -/* 55:37 */waypoints[84].children[4] = 146; -/* 55:37 */waypoints[84].children[5] = 161; -/* 55:37 */waypoints[85] = spawnstruct(); -/* 55:37 */waypoints[85].origin = (-905.157, 716.801, 277.816); -/* 55:37 */waypoints[85].type = "stand"; -/* 55:37 */waypoints[85].children[0] = 84; -/* 55:37 */waypoints[85].children[1] = 88; -/* 55:37 */waypoints[85].children[2] = 129; -/* 55:37 */waypoints[85].children[3] = 130; -/* 55:37 */waypoints[85].children[4] = 131; -/* 55:37 */waypoints[86] = spawnstruct(); -/* 55:37 */waypoints[86].origin = (121.748, 1217.63, 264.457); -/* 55:37 */waypoints[86].type = "stand"; -/* 55:37 */waypoints[86].children[0] = 83; -/* 55:37 */waypoints[86].children[1] = 84; -/* 55:37 */waypoints[86].children[2] = 89; -/* 55:37 */waypoints[86].children[3] = 104; -/* 55:37 */waypoints[86].children[4] = 161; -/* 55:37 */waypoints[87] = spawnstruct(); -/* 55:37 */waypoints[87].origin = (-528.045, 1100.85, 302.526); -/* 55:37 */waypoints[87].type = "crouch"; -/* 55:37 */waypoints[87].children[0] = 84; -/* 55:37 */waypoints[87].angles = (6.96411, 14.1504, 0); -/* 55:37 */waypoints[88] = spawnstruct(); -/* 55:37 */waypoints[88].origin = (-796.989, 532.401, 274.213); -/* 55:37 */waypoints[88].type = "crouch"; -/* 55:37 */waypoints[88].children[0] = 85; -/* 55:37 */waypoints[88].angles = (4.65698, -166.718, 0); -/* 55:37 */waypoints[89] = spawnstruct(); -/* 55:37 */waypoints[89].origin = (235.265, 1055.63, 262.774); -/* 55:37 */waypoints[89].type = "stand"; -/* 55:37 */waypoints[89].children[0] = 90; -/* 55:37 */waypoints[89].children[1] = 86; -/* 55:37 */waypoints[89].children[2] = 91; -/* 55:37 */waypoints[90] = spawnstruct(); -/* 55:37 */waypoints[90].origin = (3.58412, 950.282, 262.946); -/* 55:37 */waypoints[90].type = "crouch"; -/* 55:37 */waypoints[90].children[0] = 89; -/* 55:37 */waypoints[90].angles = (1.58081, -2.59827, 0); -/* 55:37 */waypoints[91] = spawnstruct(); -/* 55:37 */waypoints[91].origin = (408.802, 846.382, 263.047); -/* 55:37 */waypoints[91].type = "stand"; -/* 55:37 */waypoints[91].children[0] = 92; -/* 55:37 */waypoints[91].children[1] = 89; -/* 55:37 */waypoints[91].children[2] = 93; -/* 55:37 */waypoints[91].children[3] = 94; -/* 55:37 */waypoints[92] = spawnstruct(); -/* 55:37 */waypoints[92].origin = (477.403, 551.019, 265.824); -/* 55:37 */waypoints[92].type = "stand"; -/* 55:37 */waypoints[92].children[0] = 91; -/* 55:37 */waypoints[92].children[1] = 95; -/* 55:37 */waypoints[93] = spawnstruct(); -/* 55:37 */waypoints[93].origin = (765.355, 903.238, 285.552); -/* 55:37 */waypoints[93].type = "stand"; -/* 55:37 */waypoints[93].children[0] = 71; -/* 55:37 */waypoints[93].children[1] = 91; -/* 55:37 */waypoints[93].children[2] = 94; -/* 55:37 */waypoints[93].children[3] = 106; -/* 55:37 */waypoints[93].children[4] = 105; -/* 55:37 */waypoints[94] = spawnstruct(); -/* 55:37 */waypoints[94].origin = (646.047, 850.757, 275.258); -/* 55:37 */waypoints[94].type = "stand"; -/* 55:37 */waypoints[94].children[0] = 93; -/* 55:37 */waypoints[94].children[1] = 91; -/* 55:37 */waypoints[94].children[2] = 95; -/* 55:37 */waypoints[95] = spawnstruct(); -/* 55:37 */waypoints[95].origin = (677.302, 536.34, 275.787); -/* 55:37 */waypoints[95].type = "stand"; -/* 55:37 */waypoints[95].children[0] = 92; -/* 55:37 */waypoints[95].children[1] = 94; -/* 55:37 */waypoints[95].children[2] = 96; -/* 55:37 */waypoints[95].children[3] = 110; -/* 55:37 */waypoints[95].children[4] = 162; -/* 55:37 */waypoints[96] = spawnstruct(); -/* 55:37 */waypoints[96].origin = (967.084, 272.679, 270.912); -/* 55:37 */waypoints[96].type = "stand"; -/* 55:37 */waypoints[96].children[0] = 97; -/* 55:37 */waypoints[96].children[1] = 95; -/* 55:37 */waypoints[96].children[2] = 99; -/* 55:37 */waypoints[96].children[3] = 110; -/* 55:37 */waypoints[97] = spawnstruct(); -/* 55:37 */waypoints[97].origin = (1035.92, 124.166, 266.568); -/* 55:37 */waypoints[97].type = "stand"; -/* 55:37 */waypoints[97].children[0] = 96; -/* 55:37 */waypoints[97].children[1] = 98; -/* 55:37 */waypoints[97].children[2] = 101; -/* 55:37 */waypoints[97].children[3] = 102; -/* 55:37 */waypoints[97].children[4] = 103; -/* 55:37 */waypoints[97].children[5] = 155; -/* 55:37 */waypoints[97].children[6] = 156; -/* 55:37 */waypoints[98] = spawnstruct(); -/* 55:37 */waypoints[98].origin = (1554.07, 291.536, 237.019); -/* 55:37 */waypoints[98].type = "stand"; -/* 55:37 */waypoints[98].children[0] = 97; -/* 55:37 */waypoints[98].children[1] = 57; -/* 55:37 */waypoints[98].children[2] = 59; -/* 55:37 */waypoints[99] = spawnstruct(); -/* 55:37 */waypoints[99].origin = (1236.48, 403.372, 286.725); -/* 55:37 */waypoints[99].type = "stand"; -/* 55:37 */waypoints[99].children[0] = 100; -/* 55:37 */waypoints[99].children[1] = 96; -/* 55:37 */waypoints[99].children[2] = 109; -/* 55:37 */waypoints[100] = spawnstruct(); -/* 55:37 */waypoints[100].origin = (1295.54, 204.036, 269.484); -/* 55:37 */waypoints[100].type = "stand"; -/* 55:37 */waypoints[100].children[0] = 99; -/* 55:37 */waypoints[101] = spawnstruct(); -/* 55:37 */waypoints[101].origin = (1175.11, -404.769, 275.129); -/* 55:37 */waypoints[101].type = "stand"; -/* 55:37 */waypoints[101].children[0] = 52; -/* 55:37 */waypoints[101].children[1] = 97; -/* 55:37 */waypoints[101].children[2] = 103; -/* 55:37 */waypoints[101].children[3] = 113; -/* 55:37 */waypoints[102] = spawnstruct(); -/* 55:37 */waypoints[102].origin = (842.311, 0.231494, 271.647); -/* 55:37 */waypoints[102].type = "crouch"; -/* 55:37 */waypoints[102].children[0] = 97; -/* 55:37 */waypoints[102].angles = (4.27246, 27.1033, 0); -/* 55:37 */waypoints[103] = spawnstruct(); -/* 55:37 */waypoints[103].origin = (1119.6, -191.989, 283.822); -/* 55:37 */waypoints[103].type = "stand"; -/* 55:37 */waypoints[103].children[0] = 101; -/* 55:37 */waypoints[103].children[1] = 97; -/* 55:37 */waypoints[103].children[2] = 113; -/* 55:37 */waypoints[103].children[3] = 115; -/* 55:37 */waypoints[103].children[4] = 156; -/* 55:37 */waypoints[104] = spawnstruct(); -/* 55:37 */waypoints[104].origin = (366.668, 1172.1, 280.564); -/* 55:37 */waypoints[104].type = "crouch"; -/* 55:37 */waypoints[104].children[0] = 86; -/* 55:37 */waypoints[104].angles = (2.34985, 144.371, 0); -/* 55:37 */waypoints[105] = spawnstruct(); -/* 55:37 */waypoints[105].origin = (637.486, 1085.06, 293.235); -/* 55:37 */waypoints[105].type = "crouch"; -/* 55:37 */waypoints[105].children[0] = 93; -/* 55:37 */waypoints[105].angles = (6.57959, -58.3923, 0); -/* 55:37 */waypoints[106] = spawnstruct(); -/* 55:37 */waypoints[106].origin = (692.289, 1105.19, 291.921); -/* 55:37 */waypoints[106].type = "crouch"; -/* 55:37 */waypoints[106].children[0] = 93; -/* 55:37 */waypoints[106].angles = (2.73438, -97.9926, 0); -/* 55:37 */waypoints[107] = spawnstruct(); -/* 55:37 */waypoints[107].origin = (913.221, 1089.79, 240.125); -/* 55:37 */waypoints[107].type = "climb"; -/* 55:37 */waypoints[107].children[0] = 68; -/* 55:37 */waypoints[107].children[1] = 70; -/* 55:37 */waypoints[107].children[2] = 108; -/* 55:37 */waypoints[107].angles = (2.15759, -158.923, 0); -/* 55:37 */waypoints[108] = spawnstruct(); -/* 55:37 */waypoints[108].origin = (782.37, 988.534, 282.375); -/* 55:37 */waypoints[108].type = "crouch"; -/* 55:37 */waypoints[108].children[0] = 107; -/* 55:37 */waypoints[108].angles = (7.54089, 29.4489, 0); -/* 55:37 */waypoints[109] = spawnstruct(); -/* 55:37 */waypoints[109].origin = (1231.26, 501.749, 286.725); -/* 55:37 */waypoints[109].type = "stand"; -/* 55:37 */waypoints[109].children[0] = 110; -/* 55:37 */waypoints[109].children[1] = 99; -/* 55:37 */waypoints[109].children[2] = 111; -/* 55:37 */waypoints[110] = spawnstruct(); -/* 55:37 */waypoints[110].origin = (863.386, 372.466, 274.466); -/* 55:37 */waypoints[110].type = "stand"; -/* 55:37 */waypoints[110].children[0] = 109; -/* 55:37 */waypoints[110].children[1] = 96; -/* 55:37 */waypoints[110].children[2] = 95; -/* 55:37 */waypoints[110].children[3] = 162; -/* 55:37 */waypoints[111] = spawnstruct(); -/* 55:37 */waypoints[111].origin = (1336.29, 543.756, 312.725); -/* 55:37 */waypoints[111].type = "stand"; -/* 55:37 */waypoints[111].children[0] = 109; -/* 55:37 */waypoints[111].children[1] = 112; -/* 55:37 */waypoints[112] = spawnstruct(); -/* 55:37 */waypoints[112].origin = (1321.67, 585.243, 313.725); -/* 55:37 */waypoints[112].type = "crouch"; -/* 55:37 */waypoints[112].children[0] = 111; -/* 55:37 */waypoints[112].angles = (7.34314, -123.338, 0); -/* 55:37 */waypoints[113] = spawnstruct(); -/* 55:37 */waypoints[113].origin = (963.499, -493.474, 269.709); -/* 55:37 */waypoints[113].type = "stand"; -/* 55:37 */waypoints[113].children[0] = 103; -/* 55:37 */waypoints[113].children[1] = 101; -/* 55:37 */waypoints[113].children[2] = 114; -/* 55:37 */waypoints[114] = spawnstruct(); -/* 55:37 */waypoints[114].origin = (786.416, -699.767, 236.255); -/* 55:37 */waypoints[114].type = "stand"; -/* 55:37 */waypoints[114].children[0] = 113; -/* 55:37 */waypoints[114].children[1] = 51; -/* 55:37 */waypoints[114].children[2] = 115; -/* 55:37 */waypoints[114].children[3] = 116; -/* 55:37 */waypoints[114].children[4] = 163; -/* 55:37 */waypoints[115] = spawnstruct(); -/* 55:37 */waypoints[115].origin = (1331.2, -632.428, 274.896); -/* 55:37 */waypoints[115].type = "stand"; -/* 55:37 */waypoints[115].children[0] = 51; -/* 55:37 */waypoints[115].children[1] = 52; -/* 55:37 */waypoints[115].children[2] = 103; -/* 55:37 */waypoints[115].children[3] = 114; -/* 55:37 */waypoints[115].children[4] = 53; -/* 55:37 */waypoints[115].children[5] = 154; -/* 55:37 */waypoints[116] = spawnstruct(); -/* 55:37 */waypoints[116].origin = (347.86, -670.368, 185.515); -/* 55:37 */waypoints[116].type = "stand"; -/* 55:37 */waypoints[116].children[0] = 114; -/* 55:37 */waypoints[116].children[1] = 50; -/* 55:37 */waypoints[116].children[2] = 117; -/* 55:37 */waypoints[116].children[3] = 118; -/* 55:37 */waypoints[116].children[4] = 119; -/* 55:37 */waypoints[116].children[5] = 124; -/* 55:37 */waypoints[116].children[6] = 163; -/* 55:37 */waypoints[117] = spawnstruct(); -/* 55:37 */waypoints[117].origin = (98.191, -1048.2, 190.25); -/* 55:37 */waypoints[117].type = "stand"; -/* 55:37 */waypoints[117].children[0] = 116; -/* 55:37 */waypoints[117].children[1] = 142; -/* 55:37 */waypoints[117].children[2] = 44; -/* 55:37 */waypoints[117].children[3] = 143; -/* 55:37 */waypoints[118] = spawnstruct(); -/* 55:37 */waypoints[118].origin = (21.7386, -287.751, 193.897); -/* 55:37 */waypoints[118].type = "stand"; -/* 55:37 */waypoints[118].children[0] = 116; -/* 55:37 */waypoints[118].children[1] = 124; -/* 55:37 */waypoints[118].children[2] = 125; -/* 55:37 */waypoints[118].children[3] = 132; -/* 55:37 */waypoints[119] = spawnstruct(); -/* 55:37 */waypoints[119].origin = (236.203, -12.2049, 177.843); -/* 55:37 */waypoints[119].type = "stand"; -/* 55:37 */waypoints[119].children[0] = 116; -/* 55:37 */waypoints[119].children[1] = 120; -/* 55:37 */waypoints[119].children[2] = 124; -/* 55:37 */waypoints[119].children[3] = 177; -/* 55:37 */waypoints[120] = spawnstruct(); -/* 55:37 */waypoints[120].origin = (-80.5224, 258.679, 178.246); -/* 55:37 */waypoints[120].type = "stand"; -/* 55:37 */waypoints[120].children[0] = 119; -/* 55:37 */waypoints[120].children[1] = 121; -/* 55:37 */waypoints[121] = spawnstruct(); -/* 55:37 */waypoints[121].origin = (-370.356, 316.77, 165.628); -/* 55:37 */waypoints[121].type = "stand"; -/* 55:37 */waypoints[121].children[0] = 122; -/* 55:37 */waypoints[121].children[1] = 120; -/* 55:37 */waypoints[122] = spawnstruct(); -/* 55:37 */waypoints[122].origin = (-436.681, 721.525, 130.622); -/* 55:37 */waypoints[122].type = "stand"; -/* 55:37 */waypoints[122].children[0] = 121; -/* 55:37 */waypoints[122].children[1] = 123; -/* 55:37 */waypoints[122].children[2] = 176; -/* 55:37 */waypoints[123] = spawnstruct(); -/* 55:37 */waypoints[123].origin = (-839.208, 1247, 132.229); -/* 55:37 */waypoints[123].type = "stand"; -/* 55:37 */waypoints[123].children[0] = 122; -/* 55:37 */waypoints[123].children[1] = 11; -/* 55:37 */waypoints[123].children[2] = 8; -/* 55:37 */waypoints[123].children[3] = 12; -/* 55:37 */waypoints[123].children[4] = 176; -/* 55:37 */waypoints[124] = spawnstruct(); -/* 55:37 */waypoints[124].origin = (189.159, -335.428, 167.019); -/* 55:37 */waypoints[124].type = "stand"; -/* 55:37 */waypoints[124].children[0] = 116; -/* 55:37 */waypoints[124].children[1] = 118; -/* 55:37 */waypoints[124].children[2] = 119; -/* 55:37 */waypoints[125] = spawnstruct(); -/* 55:37 */waypoints[125].origin = (-173.828, -136.313, 223.227); -/* 55:37 */waypoints[125].type = "stand"; -/* 55:37 */waypoints[125].children[0] = 118; -/* 55:37 */waypoints[125].children[1] = 127; -/* 55:37 */waypoints[125].children[2] = 126; -/* 55:37 */waypoints[126] = spawnstruct(); -/* 55:37 */waypoints[126].origin = (-461.225, -515.752, 243.566); -/* 55:37 */waypoints[126].type = "stand"; -/* 55:37 */waypoints[126].children[0] = 128; -/* 55:37 */waypoints[126].children[1] = 125; -/* 55:37 */waypoints[126].children[2] = 133; -/* 55:37 */waypoints[127] = spawnstruct(); -/* 55:37 */waypoints[127].origin = (-638.94, -285.109, 230.758); -/* 55:37 */waypoints[127].type = "stand"; -/* 55:37 */waypoints[127].children[0] = 128; -/* 55:37 */waypoints[127].children[1] = 125; -/* 55:37 */waypoints[127].children[2] = 129; -/* 55:37 */waypoints[127].children[3] = 165; -/* 55:37 */waypoints[128] = spawnstruct(); -/* 55:37 */waypoints[128].origin = (-652.742, -589.038, 298.482); -/* 55:37 */waypoints[128].type = "climb"; -/* 55:37 */waypoints[128].children[0] = 126; -/* 55:37 */waypoints[128].children[1] = 127; -/* 55:37 */waypoints[128].children[2] = 133; -/* 55:37 */waypoints[128].children[3] = 136; -/* 55:37 */waypoints[128].angles = (6.96411, -163.334, 0); -/* 55:37 */waypoints[129] = spawnstruct(); -/* 55:37 */waypoints[129].origin = (-925.6, 144.809, 239.128); -/* 55:37 */waypoints[129].type = "stand"; -/* 55:37 */waypoints[129].children[0] = 85; -/* 55:37 */waypoints[129].children[1] = 127; -/* 55:37 */waypoints[129].children[2] = 27; -/* 55:37 */waypoints[129].children[3] = 131; -/* 55:37 */waypoints[129].children[4] = 165; -/* 55:37 */waypoints[129].children[5] = 167; -/* 55:37 */waypoints[130] = spawnstruct(); -/* 55:37 */waypoints[130].origin = (-1329.43, 606.058, 246.076); -/* 55:37 */waypoints[130].type = "stand"; -/* 55:37 */waypoints[130].children[0] = 28; -/* 55:37 */waypoints[130].children[1] = 27; -/* 55:37 */waypoints[130].children[2] = 85; -/* 55:37 */waypoints[130].children[3] = 131; -/* 55:37 */waypoints[131] = spawnstruct(); -/* 55:37 */waypoints[131].origin = (-914.627, 352.247, 256.581); -/* 55:37 */waypoints[131].type = "stand"; -/* 55:37 */waypoints[131].children[0] = 130; -/* 55:37 */waypoints[131].children[1] = 129; -/* 55:37 */waypoints[131].children[2] = 85; -/* 55:37 */waypoints[132] = spawnstruct(); -/* 55:37 */waypoints[132].origin = (-72.2493, -508.134, 246.988); -/* 55:37 */waypoints[132].type = "crouch"; -/* 55:37 */waypoints[132].children[0] = 118; -/* 55:37 */waypoints[132].angles = (3.31116, -11.228, 0); -/* 55:37 */waypoints[133] = spawnstruct(); -/* 55:37 */waypoints[133].origin = (-538.073, -771.539, 298.963); -/* 55:37 */waypoints[133].type = "stand"; -/* 55:37 */waypoints[133].children[0] = 134; -/* 55:37 */waypoints[133].children[1] = 128; -/* 55:37 */waypoints[133].children[2] = 126; -/* 55:37 */waypoints[133].children[3] = 136; -/* 55:37 */waypoints[133].children[4] = 140; -/* 55:37 */waypoints[134] = spawnstruct(); -/* 55:37 */waypoints[134].origin = (-237.414, -704.531, 373.455); -/* 55:37 */waypoints[134].type = "stand"; -/* 55:37 */waypoints[134].children[0] = 135; -/* 55:37 */waypoints[134].children[1] = 133; -/* 55:37 */waypoints[134].children[2] = 169; -/* 55:37 */waypoints[135] = spawnstruct(); -/* 55:37 */waypoints[135].origin = (-66.4361, -611.963, 392.144); -/* 55:37 */waypoints[135].type = "javelin"; -/* 55:37 */waypoints[135].children[0] = 134; -/* 55:37 */waypoints[135].children[1] = 169; -/* 55:37 */waypoints[135].jav_point = (1884.46, -544.602, 266.159); -/* 55:37 */waypoints[136] = spawnstruct(); -/* 55:37 */waypoints[136].origin = (-876.776, -691.584, 341.872); -/* 55:37 */waypoints[136].type = "stand"; -/* 55:37 */waypoints[136].children[0] = 133; -/* 55:37 */waypoints[136].children[1] = 128; -/* 55:37 */waypoints[136].children[2] = 137; -/* 55:37 */waypoints[136].children[3] = 138; -/* 55:37 */waypoints[137] = spawnstruct(); -/* 55:37 */waypoints[137].origin = (-1288.87, -459.595, 366.253); -/* 55:37 */waypoints[137].type = "stand"; -/* 55:37 */waypoints[137].children[0] = 31; -/* 55:37 */waypoints[137].children[1] = 136; -/* 55:37 */waypoints[138] = spawnstruct(); -/* 55:37 */waypoints[138].origin = (-1204.69, -955.837, 355.396); -/* 55:37 */waypoints[138].type = "stand"; -/* 55:37 */waypoints[138].children[0] = 136; -/* 55:37 */waypoints[138].children[1] = 31; -/* 55:37 */waypoints[138].children[2] = 139; -/* 55:37 */waypoints[138].children[3] = 34; -/* 55:37 */waypoints[139] = spawnstruct(); -/* 55:37 */waypoints[139].origin = (-1113.53, -1290.19, 352.638); -/* 55:37 */waypoints[139].type = "stand"; -/* 55:37 */waypoints[139].children[0] = 34; -/* 55:37 */waypoints[139].children[1] = 138; -/* 55:37 */waypoints[139].children[2] = 140; -/* 55:37 */waypoints[140] = spawnstruct(); -/* 55:37 */waypoints[140].origin = (-673.51, -996.091, 297.736); -/* 55:37 */waypoints[140].type = "stand"; -/* 55:37 */waypoints[140].children[0] = 133; -/* 55:37 */waypoints[140].children[1] = 34; -/* 55:37 */waypoints[140].children[2] = 139; -/* 55:37 */waypoints[141] = spawnstruct(); -/* 55:37 */waypoints[141].origin = (-1282.17, -1943.12, 381.106); -/* 55:37 */waypoints[141].type = "crouch"; -/* 55:37 */waypoints[141].children[0] = 35; -/* 55:37 */waypoints[141].angles = (4.46474, -15.0293, 0); -/* 55:37 */waypoints[142] = spawnstruct(); -/* 55:37 */waypoints[142].origin = (-399.164, -1290.03, 204.967); -/* 55:37 */waypoints[142].type = "stand"; -/* 55:37 */waypoints[142].children[0] = 117; -/* 55:37 */waypoints[142].children[1] = 36; -/* 55:37 */waypoints[142].children[2] = 151; -/* 55:37 */waypoints[143] = spawnstruct(); -/* 55:37 */waypoints[143].origin = (-70.2257, -1702.76, 206.594); -/* 55:37 */waypoints[143].type = "stand"; -/* 55:37 */waypoints[143].children[0] = 117; -/* 55:37 */waypoints[143].children[1] = 147; -/* 55:37 */waypoints[144] = spawnstruct(); -/* 55:37 */waypoints[144].origin = (351.125, -1246.43, 257.219); -/* 55:37 */waypoints[144].type = "crouch"; -/* 55:37 */waypoints[144].children[0] = 50; -/* 55:37 */waypoints[144].angles = (0.235004, 18.468, 0); -/* 55:37 */waypoints[145] = spawnstruct(); -/* 55:37 */waypoints[145].origin = (448.854, -1526.79, 346.695); -/* 55:37 */waypoints[145].type = "crouch"; -/* 55:37 */waypoints[145].children[0] = 48; -/* 55:37 */waypoints[145].angles = (3.88796, 44.7253, 0); -/* 55:37 */waypoints[146] = spawnstruct(); -/* 55:37 */waypoints[146].origin = (-596.172, 741.999, 317.517); -/* 55:37 */waypoints[146].type = "crouch"; -/* 55:37 */waypoints[146].children[0] = 84; -/* 55:37 */waypoints[146].angles = (3.31118, 37.9962, 0); -/* 55:37 */waypoints[147] = spawnstruct(); -/* 55:37 */waypoints[147].origin = (-224.92, -1854.24, 211.402); -/* 55:37 */waypoints[147].type = "stand"; -/* 55:37 */waypoints[147].children[0] = 143; -/* 55:37 */waypoints[147].children[1] = 149; -/* 55:37 */waypoints[148] = spawnstruct(); -/* 55:37 */waypoints[148].origin = (-433.044, -1805.24, 214.397); -/* 55:37 */waypoints[148].type = "climb"; -/* 55:37 */waypoints[148].children[0] = 149; -/* 55:37 */waypoints[148].children[1] = 150; -/* 55:37 */waypoints[148].children[2] = 151; -/* 55:37 */waypoints[148].angles = (-13.2178, -138.048, 0); -/* 55:37 */waypoints[149] = spawnstruct(); -/* 55:37 */waypoints[149].origin = (-362.081, -1829.68, 217.423); -/* 55:37 */waypoints[149].type = "stand"; -/* 55:37 */waypoints[149].children[0] = 148; -/* 55:37 */waypoints[149].children[1] = 147; -/* 55:37 */waypoints[149].children[2] = 151; -/* 55:37 */waypoints[150] = spawnstruct(); -/* 55:37 */waypoints[150].origin = (-475.816, -1861.65, 288.359); -/* 55:37 */waypoints[150].type = "stand"; -/* 55:37 */waypoints[150].children[0] = 148; -/* 55:37 */waypoints[150].children[1] = 41; -/* 55:37 */waypoints[150].children[2] = 35; -/* 55:37 */waypoints[151] = spawnstruct(); -/* 55:37 */waypoints[151].origin = (-459.639, -1637.25, 213.204); -/* 55:37 */waypoints[151].type = "stand"; -/* 55:37 */waypoints[151].children[0] = 142; -/* 55:37 */waypoints[151].children[1] = 148; -/* 55:37 */waypoints[151].children[2] = 149; -/* 55:37 */waypoints[152] = spawnstruct(); -/* 55:37 */waypoints[152].origin = (660.758, -1411.04, 286.424); -/* 55:37 */waypoints[152].type = "claymore"; -/* 55:37 */waypoints[152].children[0] = 49; -/* 55:37 */waypoints[152].children[1] = 48; -/* 55:37 */waypoints[152].angles = (85, 158.83, 0); -/* 55:37 */waypoints[153] = spawnstruct(); -/* 55:37 */waypoints[153].origin = (857.418, -1266.82, 279.378); -/* 55:37 */waypoints[153].type = "stand"; -/* 55:37 */waypoints[153].children[0] = 49; -/* 55:37 */waypoints[153].children[1] = 51; -/* 55:37 */waypoints[153].children[2] = 164; -/* 55:37 */waypoints[154] = spawnstruct(); -/* 55:37 */waypoints[154].origin = (1616.25, -457.034, 236.319); -/* 55:37 */waypoints[154].type = "claymore"; -/* 55:37 */waypoints[154].children[0] = 53; -/* 55:37 */waypoints[154].children[1] = 115; -/* 55:37 */waypoints[154].children[2] = 55; -/* 55:37 */waypoints[154].angles = (73.0908, -46.1364, 0); -/* 55:37 */waypoints[155] = spawnstruct(); -/* 55:37 */waypoints[155].origin = (1026.7, -24.6824, 272.712); -/* 55:37 */waypoints[155].type = "claymore"; -/* 55:37 */waypoints[155].children[0] = 97; -/* 55:37 */waypoints[155].children[1] = 156; -/* 55:37 */waypoints[155].angles = (65.6036, 25.7911, 0); -/* 55:37 */waypoints[156] = spawnstruct(); -/* 55:37 */waypoints[156].origin = (1084.44, -31.7228, 281.129); -/* 55:37 */waypoints[156].type = "stand"; -/* 55:37 */waypoints[156].children[0] = 155; -/* 55:37 */waypoints[156].children[1] = 97; -/* 55:37 */waypoints[156].children[2] = 103; -/* 55:37 */waypoints[157] = spawnstruct(); -/* 55:37 */waypoints[157].origin = (1407.02, 1006.18, 240.906); -/* 55:37 */waypoints[157].type = "claymore"; -/* 55:37 */waypoints[157].children[0] = 65; -/* 55:37 */waypoints[157].children[1] = 69; -/* 55:37 */waypoints[157].children[2] = 63; -/* 55:37 */waypoints[157].children[3] = 61; -/* 55:37 */waypoints[157].angles = (76.7383, 73.4443, 0); -/* 55:37 */waypoints[158] = spawnstruct(); -/* 55:37 */waypoints[158].origin = (960.516, 1733.95, 298.365); -/* 55:37 */waypoints[158].type = "crouch"; -/* 55:37 */waypoints[158].children[0] = 73; -/* 55:37 */waypoints[158].angles = (1.78406, 172.123, 0); -/* 55:37 */waypoints[159] = spawnstruct(); -/* 55:37 */waypoints[159].origin = (1386.86, 529.665, 240.125); -/* 55:37 */waypoints[159].type = "crouch"; -/* 55:37 */waypoints[159].children[0] = 60; -/* 55:37 */waypoints[159].angles = (1.19629, 25.0605, 0); -/* 55:37 */waypoints[160] = spawnstruct(); -/* 55:37 */waypoints[160].origin = (-236.915, 1880.09, 267.037); -/* 55:37 */waypoints[160].type = "claymore"; -/* 55:37 */waypoints[160].children[0] = 6; -/* 55:37 */waypoints[160].children[1] = 5; -/* 55:37 */waypoints[160].angles = (73.8544, 94.7138, 0); -/* 55:37 */waypoints[161] = spawnstruct(); -/* 55:37 */waypoints[161].origin = (21.8085, 1341.61, 269.148); -/* 55:37 */waypoints[161].type = "javelin"; -/* 55:37 */waypoints[161].children[0] = 83; -/* 55:37 */waypoints[161].children[1] = 84; -/* 55:37 */waypoints[161].children[2] = 5; -/* 55:37 */waypoints[161].children[3] = 86; -/* 55:37 */waypoints[161].jav_point = (-1181.51, 435.61, 330.357); -/* 55:37 */waypoints[162] = spawnstruct(); -/* 55:37 */waypoints[162].origin = (781.481, 457.538, 286.258); -/* 55:37 */waypoints[162].type = "grenade"; -/* 55:37 */waypoints[162].children[0] = 110; -/* 55:37 */waypoints[162].children[1] = 95; -/* 55:37 */waypoints[162].angles = (-28.7909, -72.7728, 0); -/* 55:37 */waypoints[163] = spawnstruct(); -/* 55:37 */waypoints[163].origin = (552.817, -645.34, 192.379); -/* 55:37 */waypoints[163].type = "grenade"; -/* 55:37 */waypoints[163].children[0] = 114; -/* 55:37 */waypoints[163].children[1] = 116; -/* 55:37 */waypoints[163].angles = (-35.5255, 177.721, 0); -/* 55:37 */waypoints[164] = spawnstruct(); -/* 55:37 */waypoints[164].origin = (764.445, -1132.11, 265.701); -/* 55:37 */waypoints[164].type = "grenade"; -/* 55:37 */waypoints[164].children[0] = 49; -/* 55:37 */waypoints[164].children[1] = 51; -/* 55:37 */waypoints[164].children[2] = 153; -/* 55:37 */waypoints[164].angles = (-19.1888, 38.354, 0); -/* 55:37 */waypoints[165] = spawnstruct(); -/* 55:37 */waypoints[165].origin = (-840.188, -145.509, 241.262); -/* 55:37 */waypoints[165].type = "grenade"; -/* 55:37 */waypoints[165].children[0] = 127; -/* 55:37 */waypoints[165].children[1] = 129; -/* 55:37 */waypoints[165].angles = (-38.9972, 74.1474, 0); -/* 55:37 */waypoints[166] = spawnstruct(); -/* 55:37 */waypoints[166].origin = (-1900.05, -242.932, 272.832); -/* 55:37 */waypoints[166].type = "claymore"; -/* 55:37 */waypoints[166].children[0] = 29; -/* 55:37 */waypoints[166].children[1] = 30; -/* 55:37 */waypoints[166].angles = (78.0621, 133.787, 0); -/* 55:37 */waypoints[167] = spawnstruct(); -/* 55:37 */waypoints[167].origin = (-1579.3, 120.361, 264.714); -/* 55:37 */waypoints[167].type = "grenade"; -/* 55:37 */waypoints[167].children[0] = 26; -/* 55:37 */waypoints[167].children[1] = 27; -/* 55:37 */waypoints[167].children[2] = 25; -/* 55:37 */waypoints[167].children[3] = 129; -/* 55:37 */waypoints[167].children[4] = 168; -/* 55:37 */waypoints[167].angles = (-36.4923, 36.8049, 0); -/* 55:37 */waypoints[168] = spawnstruct(); -/* 55:37 */waypoints[168].origin = (-1879.23, 95.8353, 264.394); -/* 55:37 */waypoints[168].type = "javelin"; -/* 55:37 */waypoints[168].children[0] = 25; -/* 55:37 */waypoints[168].children[1] = 29; -/* 55:37 */waypoints[168].children[2] = 167; -/* 55:37 */waypoints[168].jav_point = (-565.636, 981.548, 335.402); -/* 55:37 */waypoints[169] = spawnstruct(); -/* 55:37 */waypoints[169].origin = (-15.7083, -610.585, 392.363); -/* 55:37 */waypoints[169].type = "grenade"; -/* 55:37 */waypoints[169].children[0] = 135; -/* 55:37 */waypoints[169].children[1] = 134; -/* 55:37 */waypoints[169].angles = (-25.4675, 2.19794, 0); -/* 55:37 */waypoints[170] = spawnstruct(); -/* 55:37 */waypoints[170].origin = (-1105.93, -1709.77, 364.21); -/* 55:37 */waypoints[170].type = "claymore"; -/* 55:37 */waypoints[170].children[0] = 34; -/* 55:37 */waypoints[170].children[1] = 35; -/* 55:37 */waypoints[170].angles = (80.8417, -158.142, 0); -/* 55:37 */waypoints[171] = spawnstruct(); -/* 55:37 */waypoints[171].origin = (451.548, -2320.01, 374.561); -/* 55:37 */waypoints[171].type = "claymore"; -/* 55:37 */waypoints[171].children[0] = 47; -/* 55:37 */waypoints[171].children[1] = 42; -/* 55:37 */waypoints[171].children[2] = 46; -/* 55:37 */waypoints[171].angles = (76.6229, -22.9717, 0); -/* 55:37 */waypoints[172] = spawnstruct(); -/* 55:37 */waypoints[172].origin = (-381.753, 1800.78, 256.339); -/* 55:37 */waypoints[172].type = "claymore"; -/* 55:37 */waypoints[172].children[0] = 7; -/* 55:37 */waypoints[172].children[1] = 8; -/* 55:37 */waypoints[172].angles = (72.7887, 152.035, 0); -/* 55:37 */waypoints[173] = spawnstruct(); -/* 55:37 */waypoints[173].origin = (-866.347, 1789.48, 202.807); -/* 55:37 */waypoints[173].type = "crouch"; -/* 55:37 */waypoints[173].children[0] = 175; -/* 55:37 */waypoints[173].angles = (-4.67039, 9.84992, 0); -/* 55:37 */waypoints[174] = spawnstruct(); -/* 55:37 */waypoints[174].origin = (-1310.67, 1590.2, 233.51); -/* 55:37 */waypoints[174].type = "stand"; -/* 55:37 */waypoints[174].children[0] = 175; -/* 55:37 */waypoints[174].children[1] = 10; -/* 55:37 */waypoints[175] = spawnstruct(); -/* 55:37 */waypoints[175].origin = (-1111, 1702.13, 122.072); -/* 55:37 */waypoints[175].type = "stand"; -/* 55:37 */waypoints[175].children[0] = 11; -/* 55:37 */waypoints[175].children[1] = 174; -/* 55:37 */waypoints[175].children[2] = 173; -/* 55:37 */waypoints[176] = spawnstruct(); -/* 55:37 */waypoints[176].origin = (-413.443, 803.873, 130.601); -/* 55:37 */waypoints[176].type = "claymore"; -/* 55:37 */waypoints[176].children[0] = 122; -/* 55:37 */waypoints[176].children[1] = 123; -/* 55:37 */waypoints[176].angles = (34.6552, -173.517, 0); -/* 55:37 */waypoints[177] = spawnstruct(); -/* 55:37 */waypoints[177].origin = (270.671, 298.054, 240.73); -/* 55:37 */waypoints[177].type = "crouch"; -/* 55:37 */waypoints[177].children[0] = 119; -/* 55:37 */waypoints[177].angles = (4.95913, -95.1849, 0); -/* 55:37 */return waypoints; -} \ No newline at end of file diff --git a/raw/maps/mp/bots/waypoints/vortex.gsc b/raw/maps/mp/bots/waypoints/vortex.gsc deleted file mode 100644 index c4b932d..0000000 --- a/raw/maps/mp/bots/waypoints/vortex.gsc +++ /dev/null @@ -1,733 +0,0 @@ -Vortex() -{ -/* 28:04 */waypoints = []; -/* 28:04 */waypoints[0] = spawnstruct(); -/* 28:04 */waypoints[0].origin = (-1730.81, -771.368, 194.125); -/* 28:04 */waypoints[0].type = "stand"; -/* 28:04 */waypoints[0].children[0] = 1; -/* 28:04 */waypoints[0].children[1] = 37; -/* 28:04 */waypoints[1] = spawnstruct(); -/* 28:04 */waypoints[1].origin = (-1465.62, -765.605, 195.097); -/* 28:04 */waypoints[1].type = "stand"; -/* 28:04 */waypoints[1].children[0] = 0; -/* 28:04 */waypoints[1].children[1] = 2; -/* 28:04 */waypoints[1].children[2] = 36; -/* 28:04 */waypoints[2] = spawnstruct(); -/* 28:04 */waypoints[2].origin = (-1226.5, -797.268, 194.723); -/* 28:04 */waypoints[2].type = "stand"; -/* 28:04 */waypoints[2].children[0] = 1; -/* 28:04 */waypoints[2].children[1] = 3; -/* 28:04 */waypoints[2].children[2] = 42; -/* 28:04 */waypoints[2].children[3] = 83; -/* 28:04 */waypoints[3] = spawnstruct(); -/* 28:04 */waypoints[3].origin = (-836.713, -823.165, 190.177); -/* 28:04 */waypoints[3].type = "stand"; -/* 28:04 */waypoints[3].children[0] = 2; -/* 28:04 */waypoints[3].children[1] = 4; -/* 28:04 */waypoints[3].children[2] = 118; -/* 28:04 */waypoints[4] = spawnstruct(); -/* 28:04 */waypoints[4].origin = (-489.922, -823.969, 151.995); -/* 28:04 */waypoints[4].type = "stand"; -/* 28:04 */waypoints[4].children[0] = 3; -/* 28:04 */waypoints[4].children[1] = 5; -/* 28:04 */waypoints[4].children[2] = 102; -/* 28:04 */waypoints[4].children[3] = 103; -/* 28:04 */waypoints[4].children[4] = 119; -/* 28:04 */waypoints[5] = spawnstruct(); -/* 28:04 */waypoints[5].origin = (-197.366, -1005.42, 175.474); -/* 28:04 */waypoints[5].type = "stand"; -/* 28:04 */waypoints[5].children[0] = 4; -/* 28:04 */waypoints[5].children[1] = 6; -/* 28:04 */waypoints[5].children[2] = 102; -/* 28:04 */waypoints[5].children[3] = 108; -/* 28:04 */waypoints[6] = spawnstruct(); -/* 28:04 */waypoints[6].origin = (-285.914, -1434.01, 192.125); -/* 28:04 */waypoints[6].type = "stand"; -/* 28:04 */waypoints[6].children[0] = 5; -/* 28:04 */waypoints[6].children[1] = 7; -/* 28:04 */waypoints[7] = spawnstruct(); -/* 28:04 */waypoints[7].origin = (-38.89, -1527.8, 190.351); -/* 28:04 */waypoints[7].type = "stand"; -/* 28:04 */waypoints[7].children[0] = 6; -/* 28:04 */waypoints[7].children[1] = 8; -/* 28:04 */waypoints[8] = spawnstruct(); -/* 28:04 */waypoints[8].origin = (175.516, -1516.26, 189.357); -/* 28:04 */waypoints[8].type = "stand"; -/* 28:04 */waypoints[8].children[0] = 7; -/* 28:04 */waypoints[8].children[1] = 9; -/* 28:04 */waypoints[8].children[2] = 117; -/* 28:04 */waypoints[9] = spawnstruct(); -/* 28:04 */waypoints[9].origin = (430.269, -1479.88, 192.125); -/* 28:04 */waypoints[9].type = "stand"; -/* 28:04 */waypoints[9].children[0] = 8; -/* 28:04 */waypoints[9].children[1] = 10; -/* 28:04 */waypoints[9].children[2] = 115; -/* 28:04 */waypoints[10] = spawnstruct(); -/* 28:04 */waypoints[10].origin = (722.386, -1563.78, 186.125); -/* 28:04 */waypoints[10].type = "stand"; -/* 28:04 */waypoints[10].children[0] = 9; -/* 28:04 */waypoints[10].children[1] = 11; -/* 28:04 */waypoints[11] = spawnstruct(); -/* 28:04 */waypoints[11].origin = (748.665, -1077.02, 191.793); -/* 28:04 */waypoints[11].type = "stand"; -/* 28:04 */waypoints[11].children[0] = 10; -/* 28:04 */waypoints[11].children[1] = 12; -/* 28:04 */waypoints[11].children[2] = 114; -/* 28:04 */waypoints[11].children[3] = 113; -/* 28:04 */waypoints[12] = spawnstruct(); -/* 28:04 */waypoints[12].origin = (1132.41, -962.472, 221.661); -/* 28:04 */waypoints[12].type = "stand"; -/* 28:04 */waypoints[12].children[0] = 11; -/* 28:04 */waypoints[12].children[1] = 13; -/* 28:04 */waypoints[12].children[2] = 57; -/* 28:04 */waypoints[13] = spawnstruct(); -/* 28:04 */waypoints[13].origin = (1355.58, -669.995, 212.789); -/* 28:04 */waypoints[13].type = "stand"; -/* 28:04 */waypoints[13].children[0] = 12; -/* 28:04 */waypoints[13].children[1] = 14; -/* 28:04 */waypoints[13].children[2] = 58; -/* 28:04 */waypoints[14] = spawnstruct(); -/* 28:04 */waypoints[14].origin = (1339.67, -157.447, 216.62); -/* 28:04 */waypoints[14].type = "stand"; -/* 28:04 */waypoints[14].children[0] = 13; -/* 28:04 */waypoints[14].children[1] = 15; -/* 28:04 */waypoints[14].children[2] = 60; -/* 28:04 */waypoints[15] = spawnstruct(); -/* 28:04 */waypoints[15].origin = (1334.28, 219.811, 256.257); -/* 28:04 */waypoints[15].type = "stand"; -/* 28:04 */waypoints[15].children[0] = 14; -/* 28:04 */waypoints[15].children[1] = 16; -/* 28:04 */waypoints[15].children[2] = 65; -/* 28:04 */waypoints[16] = spawnstruct(); -/* 28:04 */waypoints[16].origin = (1332.17, 736.354, 206.719); -/* 28:04 */waypoints[16].type = "stand"; -/* 28:04 */waypoints[16].children[0] = 15; -/* 28:04 */waypoints[16].children[1] = 17; -/* 28:04 */waypoints[17] = spawnstruct(); -/* 28:04 */waypoints[17].origin = (1343.56, 1175.49, 234.409); -/* 28:04 */waypoints[17].type = "stand"; -/* 28:04 */waypoints[17].children[0] = 16; -/* 28:04 */waypoints[17].children[1] = 18; -/* 28:04 */waypoints[18] = spawnstruct(); -/* 28:04 */waypoints[18].origin = (1110.87, 1159.57, 236.725); -/* 28:04 */waypoints[18].type = "stand"; -/* 28:04 */waypoints[18].children[0] = 17; -/* 28:04 */waypoints[18].children[1] = 19; -/* 28:04 */waypoints[19] = spawnstruct(); -/* 28:04 */waypoints[19].origin = (933.249, 1131.95, 209.12); -/* 28:04 */waypoints[19].type = "stand"; -/* 28:04 */waypoints[19].children[0] = 18; -/* 28:04 */waypoints[19].children[1] = 20; -/* 28:04 */waypoints[19].children[2] = 64; -/* 28:04 */waypoints[20] = spawnstruct(); -/* 28:04 */waypoints[20].origin = (627.137, 1199.76, 158.361); -/* 28:04 */waypoints[20].type = "stand"; -/* 28:04 */waypoints[20].children[0] = 19; -/* 28:04 */waypoints[20].children[1] = 21; -/* 28:04 */waypoints[21] = spawnstruct(); -/* 28:04 */waypoints[21].origin = (435.699, 1216.78, 125.935); -/* 28:04 */waypoints[21].type = "stand"; -/* 28:04 */waypoints[21].children[0] = 20; -/* 28:04 */waypoints[21].children[1] = 22; -/* 28:04 */waypoints[21].children[2] = 49; -/* 28:04 */waypoints[21].children[3] = 50; -/* 28:04 */waypoints[22] = spawnstruct(); -/* 28:04 */waypoints[22].origin = (91.6435, 1296.2, 90.6976); -/* 28:04 */waypoints[22].type = "stand"; -/* 28:04 */waypoints[22].children[0] = 21; -/* 28:04 */waypoints[22].children[1] = 23; -/* 28:04 */waypoints[22].children[2] = 54; -/* 28:04 */waypoints[23] = spawnstruct(); -/* 28:04 */waypoints[23].origin = (-185.476, 1082.79, 59.5487); -/* 28:04 */waypoints[23].type = "stand"; -/* 28:04 */waypoints[23].children[0] = 22; -/* 28:04 */waypoints[23].children[1] = 24; -/* 28:04 */waypoints[23].children[2] = 49; -/* 28:04 */waypoints[24] = spawnstruct(); -/* 28:04 */waypoints[24].origin = (-370.385, 1050.25, 73.8404); -/* 28:04 */waypoints[24].type = "stand"; -/* 28:04 */waypoints[24].children[0] = 23; -/* 28:04 */waypoints[24].children[1] = 25; -/* 28:04 */waypoints[24].children[2] = 48; -/* 28:04 */waypoints[25] = spawnstruct(); -/* 28:04 */waypoints[25].origin = (-414.223, 1378.33, 64.144); -/* 28:04 */waypoints[25].type = "stand"; -/* 28:04 */waypoints[25].children[0] = 24; -/* 28:04 */waypoints[25].children[1] = 26; -/* 28:04 */waypoints[25].children[2] = 97; -/* 28:04 */waypoints[26] = spawnstruct(); -/* 28:04 */waypoints[26].origin = (-462.581, 1505.78, 76.4644); -/* 28:04 */waypoints[26].type = "stand"; -/* 28:04 */waypoints[26].children[0] = 25; -/* 28:04 */waypoints[26].children[1] = 27; -/* 28:04 */waypoints[27] = spawnstruct(); -/* 28:04 */waypoints[27].origin = (-1022.99, 1348.14, 164.802); -/* 28:04 */waypoints[27].type = "stand"; -/* 28:04 */waypoints[27].children[0] = 26; -/* 28:04 */waypoints[27].children[1] = 28; -/* 28:04 */waypoints[27].children[2] = 93; -/* 28:04 */waypoints[28] = spawnstruct(); -/* 28:04 */waypoints[28].origin = (-1210.3, 1240.65, 205.321); -/* 28:04 */waypoints[28].type = "stand"; -/* 28:04 */waypoints[28].children[0] = 27; -/* 28:04 */waypoints[28].children[1] = 29; -/* 28:04 */waypoints[29] = spawnstruct(); -/* 28:04 */waypoints[29].origin = (-1376.22, 858.575, 209.762); -/* 28:04 */waypoints[29].type = "stand"; -/* 28:04 */waypoints[29].children[0] = 28; -/* 28:04 */waypoints[29].children[1] = 30; -/* 28:04 */waypoints[29].children[2] = 92; -/* 28:04 */waypoints[30] = spawnstruct(); -/* 28:04 */waypoints[30].origin = (-1265.2, 702.327, 207.092); -/* 28:04 */waypoints[30].type = "stand"; -/* 28:04 */waypoints[30].children[0] = 29; -/* 28:04 */waypoints[30].children[1] = 31; -/* 28:04 */waypoints[30].children[2] = 90; -/* 28:04 */waypoints[31] = spawnstruct(); -/* 28:04 */waypoints[31].origin = (-1401.56, 488.719, 206.017); -/* 28:04 */waypoints[31].type = "stand"; -/* 28:04 */waypoints[31].children[0] = 30; -/* 28:04 */waypoints[31].children[1] = 32; -/* 28:04 */waypoints[31].children[2] = 41; -/* 28:04 */waypoints[31].children[3] = 89; -/* 28:04 */waypoints[32] = spawnstruct(); -/* 28:04 */waypoints[32].origin = (-1407.82, 294.196, 202.929); -/* 28:04 */waypoints[32].type = "stand"; -/* 28:04 */waypoints[32].children[0] = 31; -/* 28:04 */waypoints[32].children[1] = 33; -/* 28:04 */waypoints[32].children[2] = 40; -/* 28:04 */waypoints[33] = spawnstruct(); -/* 28:04 */waypoints[33].origin = (-1419.83, 108.047, 201.425); -/* 28:04 */waypoints[33].type = "stand"; -/* 28:04 */waypoints[33].children[0] = 32; -/* 28:04 */waypoints[33].children[1] = 34; -/* 28:04 */waypoints[33].children[2] = 85; -/* 28:04 */waypoints[34] = spawnstruct(); -/* 28:04 */waypoints[34].origin = (-1470.9, -199.9, 194.125); -/* 28:04 */waypoints[34].type = "stand"; -/* 28:04 */waypoints[34].children[0] = 33; -/* 28:04 */waypoints[34].children[1] = 35; -/* 28:04 */waypoints[34].children[2] = 84; -/* 28:04 */waypoints[35] = spawnstruct(); -/* 28:04 */waypoints[35].origin = (-1463.97, -407.874, 194.125); -/* 28:04 */waypoints[35].type = "stand"; -/* 28:04 */waypoints[35].children[0] = 34; -/* 28:04 */waypoints[35].children[1] = 36; -/* 28:04 */waypoints[35].children[2] = 39; -/* 28:04 */waypoints[36] = spawnstruct(); -/* 28:04 */waypoints[36].origin = (-1455.11, -619.481, 194.125); -/* 28:04 */waypoints[36].type = "stand"; -/* 28:04 */waypoints[36].children[0] = 35; -/* 28:04 */waypoints[36].children[1] = 1; -/* 28:04 */waypoints[36].children[2] = 83; -/* 28:04 */waypoints[37] = spawnstruct(); -/* 28:04 */waypoints[37].origin = (-1723.89, -614.348, 243.125); -/* 28:04 */waypoints[37].type = "stand"; -/* 28:04 */waypoints[37].children[0] = 0; -/* 28:04 */waypoints[37].children[1] = 38; -/* 28:04 */waypoints[38] = spawnstruct(); -/* 28:04 */waypoints[38].origin = (-1584.16, -618.363, 243.125); -/* 28:04 */waypoints[38].type = "stand"; -/* 28:04 */waypoints[38].children[0] = 37; -/* 28:04 */waypoints[38].children[1] = 39; -/* 28:04 */waypoints[39] = spawnstruct(); -/* 28:04 */waypoints[39].origin = (-1594.78, -392.368, 243.125); -/* 28:04 */waypoints[39].type = "stand"; -/* 28:04 */waypoints[39].children[0] = 38; -/* 28:04 */waypoints[39].children[1] = 35; -/* 28:04 */waypoints[40] = spawnstruct(); -/* 28:04 */waypoints[40].origin = (-1615.93, 309.455, 198.246); -/* 28:04 */waypoints[40].type = "stand"; -/* 28:04 */waypoints[40].children[0] = 32; -/* 28:04 */waypoints[40].children[1] = 41; -/* 28:04 */waypoints[41] = spawnstruct(); -/* 28:04 */waypoints[41].origin = (-1596.73, 508.067, 209.58); -/* 28:04 */waypoints[41].type = "stand"; -/* 28:04 */waypoints[41].children[0] = 40; -/* 28:04 */waypoints[41].children[1] = 31; -/* 28:04 */waypoints[42] = spawnstruct(); -/* 28:04 */waypoints[42].origin = (-1059.95, -626.632, 190.821); -/* 28:04 */waypoints[42].type = "stand"; -/* 28:04 */waypoints[42].children[0] = 2; -/* 28:04 */waypoints[42].children[1] = 43; -/* 28:04 */waypoints[42].children[2] = 49; -/* 28:04 */waypoints[42].children[3] = 118; -/* 28:04 */waypoints[42].children[4] = 83; -/* 28:04 */waypoints[43] = spawnstruct(); -/* 28:04 */waypoints[43].origin = (-945.491, -537.049, 192.263); -/* 28:04 */waypoints[43].type = "stand"; -/* 28:04 */waypoints[43].children[0] = 42; -/* 28:04 */waypoints[43].children[1] = 44; -/* 28:04 */waypoints[43].children[2] = 81; -/* 28:04 */waypoints[43].children[3] = 118; -/* 28:04 */waypoints[44] = spawnstruct(); -/* 28:04 */waypoints[44].origin = (-815.795, -307.574, 158.086); -/* 28:04 */waypoints[44].type = "stand"; -/* 28:04 */waypoints[44].children[0] = 43; -/* 28:04 */waypoints[44].children[1] = 45; -/* 28:04 */waypoints[44].children[2] = 80; -/* 28:04 */waypoints[45] = spawnstruct(); -/* 28:04 */waypoints[45].origin = (-549.969, -339.196, 95.4707); -/* 28:04 */waypoints[45].type = "stand"; -/* 28:04 */waypoints[45].children[0] = 44; -/* 28:04 */waypoints[45].children[1] = 46; -/* 28:04 */waypoints[45].children[2] = 103; -/* 28:04 */waypoints[46] = spawnstruct(); -/* 28:04 */waypoints[46].origin = (-575.371, -0.84052, 63.6581); -/* 28:04 */waypoints[46].type = "stand"; -/* 28:04 */waypoints[46].children[0] = 45; -/* 28:04 */waypoints[46].children[1] = 47; -/* 28:04 */waypoints[47] = spawnstruct(); -/* 28:04 */waypoints[47].origin = (-557.684, 331.253, 63.3202); -/* 28:04 */waypoints[47].type = "stand"; -/* 28:04 */waypoints[47].children[0] = 46; -/* 28:04 */waypoints[47].children[1] = 48; -/* 28:04 */waypoints[48] = spawnstruct(); -/* 28:04 */waypoints[48].origin = (-514.225, 748.482, 66.2022); -/* 28:04 */waypoints[48].type = "stand"; -/* 28:04 */waypoints[48].children[0] = 47; -/* 28:04 */waypoints[48].children[1] = 24; -/* 28:04 */waypoints[48].children[2] = 95; -/* 28:04 */waypoints[49] = spawnstruct(); -/* 28:04 */waypoints[49].origin = (141.523, 1008.39, 87.2986); -/* 28:04 */waypoints[49].type = "stand"; -/* 28:04 */waypoints[49].children[0] = 23; -/* 28:04 */waypoints[49].children[1] = 50; -/* 28:04 */waypoints[49].children[2] = 21; -/* 28:04 */waypoints[49].children[3] = 42; -/* 28:04 */waypoints[50] = spawnstruct(); -/* 28:04 */waypoints[50].origin = (393.726, 850.082, 67.3285); -/* 28:04 */waypoints[50].type = "stand"; -/* 28:04 */waypoints[50].children[0] = 49; -/* 28:04 */waypoints[50].children[1] = 51; -/* 28:04 */waypoints[50].children[2] = 21; -/* 28:04 */waypoints[51] = spawnstruct(); -/* 28:04 */waypoints[51].origin = (502.592, 510.5, 76.5033); -/* 28:04 */waypoints[51].type = "stand"; -/* 28:04 */waypoints[51].children[0] = 50; -/* 28:04 */waypoints[51].children[1] = 52; -/* 28:04 */waypoints[52] = spawnstruct(); -/* 28:04 */waypoints[52].origin = (442.419, 248.661, 90.77); -/* 28:04 */waypoints[52].type = "stand"; -/* 28:04 */waypoints[52].children[0] = 51; -/* 28:04 */waypoints[52].children[1] = 53; -/* 28:04 */waypoints[52].children[2] = 112; -/* 28:04 */waypoints[52].children[3] = 62; -/* 28:04 */waypoints[53] = spawnstruct(); -/* 28:04 */waypoints[53].origin = (513.532, -61.5609, 86.9343); -/* 28:04 */waypoints[53].type = "stand"; -/* 28:04 */waypoints[53].children[0] = 52; -/* 28:04 */waypoints[53].children[1] = 54; -/* 28:04 */waypoints[54] = spawnstruct(); -/* 28:04 */waypoints[54].origin = (535.921, -393.138, 55.8518); -/* 28:04 */waypoints[54].type = "stand"; -/* 28:04 */waypoints[54].children[0] = 53; -/* 28:04 */waypoints[54].children[1] = 55; -/* 28:04 */waypoints[54].children[2] = 61; -/* 28:04 */waypoints[54].children[3] = 22; -/* 28:04 */waypoints[55] = spawnstruct(); -/* 28:04 */waypoints[55].origin = (510.2, -667.495, 79.5995); -/* 28:04 */waypoints[55].type = "stand"; -/* 28:04 */waypoints[55].children[0] = 54; -/* 28:04 */waypoints[55].children[1] = 56; -/* 28:04 */waypoints[55].children[2] = 66; -/* 28:04 */waypoints[55].children[3] = 113; -/* 28:04 */waypoints[56] = spawnstruct(); -/* 28:04 */waypoints[56].origin = (826.05, -683.707, 100.242); -/* 28:04 */waypoints[56].type = "stand"; -/* 28:04 */waypoints[56].children[0] = 55; -/* 28:04 */waypoints[56].children[1] = 57; -/* 28:04 */waypoints[57] = spawnstruct(); -/* 28:04 */waypoints[57].origin = (1115.79, -661.361, 163.465); -/* 28:04 */waypoints[57].type = "stand"; -/* 28:04 */waypoints[57].children[0] = 56; -/* 28:04 */waypoints[57].children[1] = 58; -/* 28:04 */waypoints[57].children[2] = 59; -/* 28:04 */waypoints[57].children[3] = 12; -/* 28:04 */waypoints[58] = spawnstruct(); -/* 28:04 */waypoints[58].origin = (1295.07, -661.726, 206.742); -/* 28:04 */waypoints[58].type = "stand"; -/* 28:04 */waypoints[58].children[0] = 57; -/* 28:04 */waypoints[58].children[1] = 13; -/* 28:04 */waypoints[58].children[2] = 59; -/* 28:04 */waypoints[59] = spawnstruct(); -/* 28:04 */waypoints[59].origin = (1159.35, -505.068, 209.065); -/* 28:04 */waypoints[59].type = "stand"; -/* 28:04 */waypoints[59].children[0] = 58; -/* 28:04 */waypoints[59].children[1] = 60; -/* 28:04 */waypoints[59].children[2] = 57; -/* 28:04 */waypoints[60] = spawnstruct(); -/* 28:04 */waypoints[60].origin = (1025.69, -223.266, 234.618); -/* 28:04 */waypoints[60].type = "stand"; -/* 28:04 */waypoints[60].children[0] = 59; -/* 28:04 */waypoints[60].children[1] = 61; -/* 28:04 */waypoints[60].children[2] = 65; -/* 28:04 */waypoints[60].children[3] = 14; -/* 28:04 */waypoints[61] = spawnstruct(); -/* 28:04 */waypoints[61].origin = (800.923, -97.2423, 226.177); -/* 28:04 */waypoints[61].type = "stand"; -/* 28:04 */waypoints[61].children[0] = 60; -/* 28:04 */waypoints[61].children[1] = 62; -/* 28:04 */waypoints[61].children[2] = 54; -/* 28:04 */waypoints[62] = spawnstruct(); -/* 28:04 */waypoints[62].origin = (905.151, 198.797, 241.67); -/* 28:04 */waypoints[62].type = "stand"; -/* 28:04 */waypoints[62].children[0] = 61; -/* 28:04 */waypoints[62].children[1] = 63; -/* 28:04 */waypoints[62].children[2] = 65; -/* 28:04 */waypoints[62].children[3] = 52; -/* 28:04 */waypoints[63] = spawnstruct(); -/* 28:04 */waypoints[63].origin = (953.121, 400.916, 216.731); -/* 28:04 */waypoints[63].type = "stand"; -/* 28:04 */waypoints[63].children[0] = 62; -/* 28:04 */waypoints[63].children[1] = 64; -/* 28:04 */waypoints[64] = spawnstruct(); -/* 28:04 */waypoints[64].origin = (931.513, 775.873, 181.697); -/* 28:04 */waypoints[64].type = "stand"; -/* 28:04 */waypoints[64].children[0] = 63; -/* 28:04 */waypoints[64].children[1] = 19; -/* 28:04 */waypoints[65] = spawnstruct(); -/* 28:04 */waypoints[65].origin = (1161.31, 212.522, 258.887); -/* 28:04 */waypoints[65].type = "stand"; -/* 28:04 */waypoints[65].children[0] = 62; -/* 28:04 */waypoints[65].children[1] = 15; -/* 28:04 */waypoints[65].children[2] = 60; -/* 28:04 */waypoints[66] = spawnstruct(); -/* 28:04 */waypoints[66].origin = (220.215, -635.53, 163.96); -/* 28:04 */waypoints[66].type = "stand"; -/* 28:04 */waypoints[66].children[0] = 55; -/* 28:04 */waypoints[66].children[1] = 67; -/* 28:04 */waypoints[66].children[2] = 101; -/* 28:04 */waypoints[66].children[3] = 105; -/* 28:04 */waypoints[66].children[4] = 113; -/* 28:04 */waypoints[67] = spawnstruct(); -/* 28:04 */waypoints[67].origin = (251.326, -275.353, 187.594); -/* 28:04 */waypoints[67].type = "stand"; -/* 28:04 */waypoints[67].children[0] = 66; -/* 28:04 */waypoints[67].children[1] = 68; -/* 28:04 */waypoints[67].children[2] = 98; -/* 28:04 */waypoints[68] = spawnstruct(); -/* 28:04 */waypoints[68].origin = (222.973, -34.2557, 202.665); -/* 28:04 */waypoints[68].type = "stand"; -/* 28:04 */waypoints[68].children[0] = 67; -/* 28:04 */waypoints[68].children[1] = 69; -/* 28:04 */waypoints[68].children[2] = 98; -/* 28:04 */waypoints[68].children[3] = 112; -/* 28:04 */waypoints[69] = spawnstruct(); -/* 28:04 */waypoints[69].origin = (177.865, 247.034, 202.833); -/* 28:04 */waypoints[69].type = "stand"; -/* 28:04 */waypoints[69].children[0] = 68; -/* 28:04 */waypoints[69].children[1] = 70; -/* 28:04 */waypoints[69].children[2] = 110; -/* 28:04 */waypoints[69].children[3] = 112; -/* 28:04 */waypoints[70] = spawnstruct(); -/* 28:04 */waypoints[70].origin = (35.685, 417.705, 232.201); -/* 28:04 */waypoints[70].type = "stand"; -/* 28:04 */waypoints[70].children[0] = 69; -/* 28:04 */waypoints[70].children[1] = 71; -/* 28:04 */waypoints[70].children[2] = 74; -/* 28:04 */waypoints[70].children[3] = 110; -/* 28:04 */waypoints[71] = spawnstruct(); -/* 28:04 */waypoints[71].origin = (142.337, 604.915, 207.526); -/* 28:04 */waypoints[71].type = "stand"; -/* 28:04 */waypoints[71].children[0] = 70; -/* 28:04 */waypoints[71].children[1] = 72; -/* 28:04 */waypoints[71].children[2] = 111; -/* 28:04 */waypoints[72] = spawnstruct(); -/* 28:04 */waypoints[72].origin = (-29.011, 744.275, 206.666); -/* 28:04 */waypoints[72].type = "stand"; -/* 28:04 */waypoints[72].children[0] = 71; -/* 28:04 */waypoints[72].children[1] = 73; -/* 28:04 */waypoints[73] = spawnstruct(); -/* 28:04 */waypoints[73].origin = (-220.318, 676.46, 171.433); -/* 28:04 */waypoints[73].type = "stand"; -/* 28:04 */waypoints[73].children[0] = 72; -/* 28:04 */waypoints[73].children[1] = 74; -/* 28:04 */waypoints[74] = spawnstruct(); -/* 28:04 */waypoints[74].origin = (-243.281, 368.306, 199.79); -/* 28:04 */waypoints[74].type = "stand"; -/* 28:04 */waypoints[74].children[0] = 73; -/* 28:04 */waypoints[74].children[1] = 75; -/* 28:04 */waypoints[74].children[2] = 70; -/* 28:04 */waypoints[74].children[3] = 109; -/* 28:04 */waypoints[75] = spawnstruct(); -/* 28:04 */waypoints[75].origin = (-365.975, 378.263, 176.125); -/* 28:04 */waypoints[75].type = "stand"; -/* 28:04 */waypoints[75].children[0] = 74; -/* 28:04 */waypoints[75].children[1] = 76; -/* 28:04 */waypoints[76] = spawnstruct(); -/* 28:04 */waypoints[76].origin = (-684.313, 412.401, 171.384); -/* 28:04 */waypoints[76].type = "stand"; -/* 28:04 */waypoints[76].children[0] = 75; -/* 28:04 */waypoints[76].children[1] = 77; -/* 28:04 */waypoints[76].children[2] = 96; -/* 28:04 */waypoints[77] = spawnstruct(); -/* 28:04 */waypoints[77].origin = (-843.299, 431.691, 171.05); -/* 28:04 */waypoints[77].type = "stand"; -/* 28:04 */waypoints[77].children[0] = 76; -/* 28:04 */waypoints[77].children[1] = 78; -/* 28:04 */waypoints[77].children[2] = 96; -/* 28:04 */waypoints[78] = spawnstruct(); -/* 28:04 */waypoints[78].origin = (-829.711, 156.264, 148.125); -/* 28:04 */waypoints[78].type = "stand"; -/* 28:04 */waypoints[78].children[0] = 77; -/* 28:04 */waypoints[78].children[1] = 79; -/* 28:04 */waypoints[79] = spawnstruct(); -/* 28:04 */waypoints[79].origin = (-880.708, 73.911, 148.125); -/* 28:04 */waypoints[79].type = "stand"; -/* 28:04 */waypoints[79].children[0] = 78; -/* 28:04 */waypoints[79].children[1] = 80; -/* 28:04 */waypoints[79].children[2] = 87; -/* 28:04 */waypoints[80] = spawnstruct(); -/* 28:04 */waypoints[80].origin = (-856.563, -76.3138, 148.125); -/* 28:04 */waypoints[80].type = "stand"; -/* 28:04 */waypoints[80].children[0] = 79; -/* 28:04 */waypoints[80].children[1] = 44; -/* 28:04 */waypoints[80].children[2] = 87; -/* 28:04 */waypoints[81] = spawnstruct(); -/* 28:04 */waypoints[81].origin = (-1045.89, -405.966, 210.125); -/* 28:04 */waypoints[81].type = "stand"; -/* 28:04 */waypoints[81].children[0] = 43; -/* 28:04 */waypoints[81].children[1] = 82; -/* 28:04 */waypoints[82] = spawnstruct(); -/* 28:04 */waypoints[82].origin = (-1280.35, -354.045, 194.125); -/* 28:04 */waypoints[82].type = "stand"; -/* 28:04 */waypoints[82].children[0] = 81; -/* 28:04 */waypoints[82].children[1] = 83; -/* 28:04 */waypoints[82].children[2] = 84; -/* 28:04 */waypoints[83] = spawnstruct(); -/* 28:04 */waypoints[83].origin = (-1248.64, -570.616, 194.014); -/* 28:04 */waypoints[83].type = "stand"; -/* 28:04 */waypoints[83].children[0] = 82; -/* 28:04 */waypoints[83].children[1] = 2; -/* 28:04 */waypoints[83].children[2] = 36; -/* 28:04 */waypoints[83].children[3] = 42; -/* 28:04 */waypoints[84] = spawnstruct(); -/* 28:04 */waypoints[84].origin = (-1272.71, -185.402, 215.178); -/* 28:04 */waypoints[84].type = "stand"; -/* 28:04 */waypoints[84].children[0] = 82; -/* 28:04 */waypoints[84].children[1] = 34; -/* 28:04 */waypoints[84].children[2] = 85; -/* 28:04 */waypoints[85] = spawnstruct(); -/* 28:04 */waypoints[85].origin = (-1263.19, 26.47, 222.415); -/* 28:04 */waypoints[85].type = "stand"; -/* 28:04 */waypoints[85].children[0] = 84; -/* 28:04 */waypoints[85].children[1] = 86; -/* 28:04 */waypoints[85].children[2] = 33; -/* 28:04 */waypoints[85].children[3] = 89; -/* 28:04 */waypoints[86] = spawnstruct(); -/* 28:04 */waypoints[86].origin = (-1038.42, 40.4649, 253.123); -/* 28:04 */waypoints[86].type = "stand"; -/* 28:04 */waypoints[86].children[0] = 85; -/* 28:04 */waypoints[86].children[1] = 88; -/* 28:04 */waypoints[87] = spawnstruct(); -/* 28:04 */waypoints[87].origin = (-891.415, -6.4283, 148.025); -/* 28:04 */waypoints[87].type = "climb"; -/* 28:04 */waypoints[87].children[0] = 88; -/* 28:04 */waypoints[87].children[1] = 79; -/* 28:04 */waypoints[87].children[2] = 80; -/* 28:04 */waypoints[87].angles = (-5.17456, 177.548, 0); -/* 28:04 */waypoints[88] = spawnstruct(); -/* 28:04 */waypoints[88].origin = (-1013.13, 3.69662, 250.779); -/* 28:04 */waypoints[88].type = "climb"; -/* 28:04 */waypoints[88].children[0] = 86; -/* 28:04 */waypoints[88].children[1] = 87; -/* 28:04 */waypoints[88].angles = (9.02527, -0.408318, 0); -/* 28:04 */waypoints[89] = spawnstruct(); -/* 28:04 */waypoints[89].origin = (-1225.62, 505.944, 225.392); -/* 28:04 */waypoints[89].type = "stand"; -/* 28:04 */waypoints[89].children[0] = 85; -/* 28:04 */waypoints[89].children[1] = 31; -/* 28:04 */waypoints[89].children[2] = 90; -/* 28:04 */waypoints[90] = spawnstruct(); -/* 28:04 */waypoints[90].origin = (-1168.38, 693.218, 209.457); -/* 28:04 */waypoints[90].type = "stand"; -/* 28:04 */waypoints[90].children[0] = 89; -/* 28:04 */waypoints[90].children[1] = 30; -/* 28:04 */waypoints[90].children[2] = 91; -/* 28:04 */waypoints[90].children[3] = 92; -/* 28:04 */waypoints[91] = spawnstruct(); -/* 28:04 */waypoints[91].origin = (-1028.02, 687.666, 212.098); -/* 28:04 */waypoints[91].type = "stand"; -/* 28:04 */waypoints[91].children[0] = 90; -/* 28:04 */waypoints[91].children[1] = 92; -/* 28:04 */waypoints[91].children[2] = 96; -/* 28:04 */waypoints[92] = spawnstruct(); -/* 28:04 */waypoints[92].origin = (-960.063, 923.913, 223.387); -/* 28:04 */waypoints[92].type = "stand"; -/* 28:04 */waypoints[92].children[0] = 91; -/* 28:04 */waypoints[92].children[1] = 93; -/* 28:04 */waypoints[92].children[2] = 95; -/* 28:04 */waypoints[92].children[3] = 29; -/* 28:04 */waypoints[92].children[4] = 90; -/* 28:04 */waypoints[93] = spawnstruct(); -/* 28:04 */waypoints[93].origin = (-956.611, 1071.43, 215.773); -/* 28:04 */waypoints[93].type = "stand"; -/* 28:04 */waypoints[93].children[0] = 92; -/* 28:04 */waypoints[93].children[1] = 94; -/* 28:04 */waypoints[93].children[2] = 27; -/* 28:04 */waypoints[94] = spawnstruct(); -/* 28:04 */waypoints[94].origin = (-761.337, 1096.97, 254.881); -/* 28:04 */waypoints[94].type = "stand"; -/* 28:04 */waypoints[94].children[0] = 93; -/* 28:04 */waypoints[94].children[1] = 95; -/* 28:04 */waypoints[94].children[2] = 97; -/* 28:04 */waypoints[95] = spawnstruct(); -/* 28:04 */waypoints[95].origin = (-750.063, 813.49, 192.695); -/* 28:04 */waypoints[95].type = "stand"; -/* 28:04 */waypoints[95].children[0] = 94; -/* 28:04 */waypoints[95].children[1] = 96; -/* 28:04 */waypoints[95].children[2] = 92; -/* 28:04 */waypoints[95].children[3] = 48; -/* 28:04 */waypoints[96] = spawnstruct(); -/* 28:04 */waypoints[96].origin = (-805.36, 544.813, 184.319); -/* 28:04 */waypoints[96].type = "stand"; -/* 28:04 */waypoints[96].children[0] = 95; -/* 28:04 */waypoints[96].children[1] = 77; -/* 28:04 */waypoints[96].children[2] = 91; -/* 28:04 */waypoints[96].children[3] = 76; -/* 28:04 */waypoints[97] = spawnstruct(); -/* 28:04 */waypoints[97].origin = (-590.045, 1236.67, 150.948); -/* 28:04 */waypoints[97].type = "stand"; -/* 28:04 */waypoints[97].children[0] = 25; -/* 28:04 */waypoints[97].children[1] = 94; -/* 28:04 */waypoints[98] = spawnstruct(); -/* 28:04 */waypoints[98].origin = (-2.31728, -146.496, 297.581); -/* 28:04 */waypoints[98].type = "stand"; -/* 28:04 */waypoints[98].children[0] = 68; -/* 28:04 */waypoints[98].children[1] = 99; -/* 28:04 */waypoints[98].children[2] = 109; -/* 28:04 */waypoints[98].children[3] = 67; -/* 28:04 */waypoints[98].children[4] = 100; -/* 28:04 */waypoints[99] = spawnstruct(); -/* 28:04 */waypoints[99].origin = (-248.129, -140.366, 209.557); -/* 28:04 */waypoints[99].type = "stand"; -/* 28:04 */waypoints[99].children[0] = 98; -/* 28:04 */waypoints[99].children[1] = 100; -/* 28:04 */waypoints[99].children[2] = 109; -/* 28:04 */waypoints[100] = spawnstruct(); -/* 28:04 */waypoints[100].origin = (-274.738, -366.05, 204.986); -/* 28:04 */waypoints[100].type = "stand"; -/* 28:04 */waypoints[100].children[0] = 99; -/* 28:04 */waypoints[100].children[1] = 101; -/* 28:04 */waypoints[100].children[2] = 104; -/* 28:04 */waypoints[100].children[3] = 98; -/* 28:04 */waypoints[101] = spawnstruct(); -/* 28:04 */waypoints[101].origin = (-130.553, -570.368, 183.501); -/* 28:04 */waypoints[101].type = "stand"; -/* 28:04 */waypoints[101].children[0] = 100; -/* 28:04 */waypoints[101].children[1] = 102; -/* 28:04 */waypoints[101].children[2] = 104; -/* 28:04 */waypoints[101].children[3] = 66; -/* 28:04 */waypoints[102] = spawnstruct(); -/* 28:04 */waypoints[102].origin = (-238.023, -822.249, 167.512); -/* 28:04 */waypoints[102].type = "stand"; -/* 28:04 */waypoints[102].children[0] = 101; -/* 28:04 */waypoints[102].children[1] = 5; -/* 28:04 */waypoints[102].children[2] = 4; -/* 28:04 */waypoints[103] = spawnstruct(); -/* 28:04 */waypoints[103].origin = (-491.798, -505.393, 104.673); -/* 28:04 */waypoints[103].type = "stand"; -/* 28:04 */waypoints[103].children[0] = 4; -/* 28:04 */waypoints[103].children[1] = 45; -/* 28:04 */waypoints[103].children[2] = 104; -/* 28:04 */waypoints[103].children[3] = 119; -/* 28:04 */waypoints[104] = spawnstruct(); -/* 28:04 */waypoints[104].origin = (-355.35, -535.604, 181.595); -/* 28:04 */waypoints[104].type = "stand"; -/* 28:04 */waypoints[104].children[0] = 103; -/* 28:04 */waypoints[104].children[1] = 101; -/* 28:04 */waypoints[104].children[2] = 100; -/* 28:04 */waypoints[105] = spawnstruct(); -/* 28:04 */waypoints[105].origin = (211.554, -856.34, 186.307); -/* 28:04 */waypoints[105].type = "stand"; -/* 28:04 */waypoints[105].children[0] = 66; -/* 28:04 */waypoints[105].children[1] = 106; -/* 28:04 */waypoints[105].children[2] = 107; -/* 28:04 */waypoints[106] = spawnstruct(); -/* 28:04 */waypoints[106].origin = (237.131, -1000.64, 184.744); -/* 28:04 */waypoints[106].type = "stand"; -/* 28:04 */waypoints[106].children[0] = 105; -/* 28:04 */waypoints[106].children[1] = 107; -/* 28:04 */waypoints[106].children[2] = 108; -/* 28:04 */waypoints[107] = spawnstruct(); -/* 28:04 */waypoints[107].origin = (327.089, -982.132, 185.619); -/* 28:04 */waypoints[107].type = "stand"; -/* 28:04 */waypoints[107].children[0] = 106; -/* 28:04 */waypoints[107].children[1] = 114; -/* 28:04 */waypoints[107].children[2] = 105; -/* 28:04 */waypoints[107].children[3] = 116; -/* 28:04 */waypoints[108] = spawnstruct(); -/* 28:04 */waypoints[108].origin = (129.38, -1004.98, 181.985); -/* 28:04 */waypoints[108].type = "stand"; -/* 28:04 */waypoints[108].children[0] = 106; -/* 28:04 */waypoints[108].children[1] = 5; -/* 28:04 */waypoints[108].children[2] = 117; -/* 28:04 */waypoints[109] = spawnstruct(); -/* 28:04 */waypoints[109].origin = (-160.75, 131.077, 237.848); -/* 28:04 */waypoints[109].type = "stand"; -/* 28:04 */waypoints[109].children[0] = 99; -/* 28:04 */waypoints[109].children[1] = 74; -/* 28:04 */waypoints[109].children[2] = 110; -/* 28:04 */waypoints[109].children[3] = 98; -/* 28:04 */waypoints[110] = spawnstruct(); -/* 28:04 */waypoints[110].origin = (-13.8293, 262.525, 264.359); -/* 28:04 */waypoints[110].type = "stand"; -/* 28:04 */waypoints[110].children[0] = 109; -/* 28:04 */waypoints[110].children[1] = 69; -/* 28:04 */waypoints[110].children[2] = 70; -/* 28:04 */waypoints[111] = spawnstruct(); -/* 28:04 */waypoints[111].origin = (323.034, 384.604, 163.593); -/* 28:04 */waypoints[111].type = "stand"; -/* 28:04 */waypoints[111].children[0] = 71; -/* 28:04 */waypoints[111].children[1] = 112; -/* 28:04 */waypoints[112] = spawnstruct(); -/* 28:04 */waypoints[112].origin = (281.182, 216.792, 192.899); -/* 28:04 */waypoints[112].type = "stand"; -/* 28:04 */waypoints[112].children[0] = 111; -/* 28:04 */waypoints[112].children[1] = 52; -/* 28:04 */waypoints[112].children[2] = 69; -/* 28:04 */waypoints[112].children[3] = 68; -/* 28:04 */waypoints[113] = spawnstruct(); -/* 28:04 */waypoints[113].origin = (476.219, -853.748, 164.435); -/* 28:04 */waypoints[113].type = "stand"; -/* 28:04 */waypoints[113].children[0] = 55; -/* 28:04 */waypoints[113].children[1] = 114; -/* 28:04 */waypoints[113].children[2] = 11; -/* 28:04 */waypoints[113].children[3] = 66; -/* 28:04 */waypoints[114] = spawnstruct(); -/* 28:04 */waypoints[114].origin = (474.63, -999.439, 188.947); -/* 28:04 */waypoints[114].type = "stand"; -/* 28:04 */waypoints[114].children[0] = 113; -/* 28:04 */waypoints[114].children[1] = 107; -/* 28:04 */waypoints[114].children[2] = 11; -/* 28:04 */waypoints[115] = spawnstruct(); -/* 28:04 */waypoints[115].origin = (410.867, -1298.86, 192.125); -/* 28:04 */waypoints[115].type = "stand"; -/* 28:04 */waypoints[115].children[0] = 9; -/* 28:04 */waypoints[115].children[1] = 116; -/* 28:04 */waypoints[116] = spawnstruct(); -/* 28:04 */waypoints[116].origin = (349.358, -1259.91, 196.614); -/* 28:04 */waypoints[116].type = "stand"; -/* 28:04 */waypoints[116].children[0] = 115; -/* 28:04 */waypoints[116].children[1] = 107; -/* 28:04 */waypoints[117] = spawnstruct(); -/* 28:04 */waypoints[117].origin = (151.108, -1296.94, 188.948); -/* 28:04 */waypoints[117].type = "stand"; -/* 28:04 */waypoints[117].children[0] = 8; -/* 28:04 */waypoints[117].children[1] = 108; -/* 28:04 */waypoints[118] = spawnstruct(); -/* 28:04 */waypoints[118].origin = (-911.794, -666.237, 188.769); -/* 28:04 */waypoints[118].type = "stand"; -/* 28:04 */waypoints[118].children[0] = 42; -/* 28:04 */waypoints[118].children[1] = 43; -/* 28:04 */waypoints[118].children[2] = 3; -/* 28:04 */waypoints[118].children[3] = 119; -/* 28:04 */waypoints[119] = spawnstruct(); -/* 28:04 */waypoints[119].origin = (-645.582, -736.316, 157.406); -/* 28:04 */waypoints[119].type = "stand"; -/* 28:04 */waypoints[119].children[0] = 118; -/* 28:04 */waypoints[119].children[1] = 4; -/* 28:04 */waypoints[119].children[2] = 103; -/* 28:04 */return waypoints; -} \ No newline at end of file diff --git a/raw/scripts/mp/mp_aground_ss/wps_aground.gsc b/raw/scripts/mp/mp_aground_ss/wps_aground.gsc new file mode 100644 index 0000000..bdfb172 --- /dev/null +++ b/raw/scripts/mp/mp_aground_ss/wps_aground.gsc @@ -0,0 +1,1270 @@ +main() +{ + level.waypoints = Aground(); +} + +Aground() +{ + /* 6:32 */waypoints = []; + /* 6:32 */waypoints[0] = spawnstruct(); + /* 6:32 */waypoints[0].origin = ( 1139.01, 1514.68, 436.569 ); + /* 6:32 */waypoints[0].type = "stand"; + /* 6:32 */waypoints[0].children[0] = 155; + /* 6:32 */waypoints[0].children[1] = 172; + /* 6:32 */waypoints[0].children[2] = 173; + /* 6:32 */waypoints[1] = spawnstruct(); + /* 6:32 */waypoints[1].origin = ( 1297.2, 515.679, 185.231 ); + /* 6:32 */waypoints[1].type = "grenade"; + /* 6:32 */waypoints[1].children[0] = 69; + /* 6:32 */waypoints[1].children[1] = 156; + /* 6:32 */waypoints[1].children[2] = 170; + /* 6:32 */waypoints[1].children[3] = 160; + /* 6:32 */waypoints[1].angles = ( 13.7494, -86.7137, 0 ); + /* 6:32 */waypoints[2] = spawnstruct(); + /* 6:32 */waypoints[2].origin = ( 1020.59, 578.985, 205.033 ); + /* 6:32 */waypoints[2].type = "grenade"; + /* 6:32 */waypoints[2].children[0] = 3; + /* 6:32 */waypoints[2].children[1] = 68; + /* 6:32 */waypoints[2].children[2] = 156; + /* 6:32 */waypoints[2].children[3] = 170; + /* 6:32 */waypoints[2].angles = ( -3.35083, 170.295, -0.0714111 ); + /* 6:32 */waypoints[3] = spawnstruct(); + /* 6:32 */waypoints[3].origin = ( 974.174, 789.794, 265.357 ); + /* 6:32 */waypoints[3].type = "grenade"; + /* 6:32 */waypoints[3].children[0] = 2; + /* 6:32 */waypoints[3].children[1] = 4; + /* 6:32 */waypoints[3].children[2] = 10; + /* 6:32 */waypoints[3].children[3] = 35; + /* 6:32 */waypoints[3].angles = ( -15.7544, 83.7557, 0 ); + /* 6:32 */waypoints[4] = spawnstruct(); + /* 6:32 */waypoints[4].origin = ( 914.752, 1596.21, 475.721 ); + /* 6:32 */waypoints[4].type = "javelin"; + /* 6:32 */waypoints[4].children[0] = 3; + /* 6:32 */waypoints[4].children[1] = 11; + /* 6:32 */waypoints[4].children[2] = 155; + /* 6:32 */waypoints[4].jav_point = ( 45.6472, -686.665, 314.294 ); + /* 6:32 */waypoints[5] = spawnstruct(); + /* 6:32 */waypoints[5].origin = ( 1203.45, 344.131, 161.568 ); + /* 6:32 */waypoints[5].type = "grenade"; + /* 6:32 */waypoints[5].children[0] = 6; + /* 6:32 */waypoints[5].children[1] = 109; + /* 6:32 */waypoints[5].children[2] = 156; + /* 6:32 */waypoints[5].angles = ( 9.11865, -121.731, 0 ); + /* 6:32 */waypoints[6] = spawnstruct(); + /* 6:32 */waypoints[6].origin = ( 1075.9, 119.261, 114.086 ); + /* 6:32 */waypoints[6].type = "tube"; + /* 6:32 */waypoints[6].children[0] = 5; + /* 6:32 */waypoints[6].children[1] = 7; + /* 6:32 */waypoints[6].angles = ( 7.09167, -129.438, 0.109863 ); + /* 6:32 */waypoints[7] = spawnstruct(); + /* 6:32 */waypoints[7].origin = ( 960.448, -366.619, 132.952 ); + /* 6:32 */waypoints[7].type = "tube"; + /* 6:32 */waypoints[7].children[0] = 6; + /* 6:32 */waypoints[7].children[1] = 8; + /* 6:32 */waypoints[7].children[2] = 110; + /* 6:32 */waypoints[7].children[3] = 176; + /* 6:32 */waypoints[7].children[4] = 140; + /* 6:32 */waypoints[7].angles = ( 7.14661, -107.493, 0.0933838 ); + /* 6:32 */waypoints[8] = spawnstruct(); + /* 6:32 */waypoints[8].origin = ( 1340.05, -343.276, 96.0834 ); + /* 6:32 */waypoints[8].type = "stand"; + /* 6:32 */waypoints[8].children[0] = 7; + /* 6:32 */waypoints[9] = spawnstruct(); + /* 6:32 */waypoints[9].origin = ( 1328.53, -83.2784, 37.1694 ); + /* 6:32 */waypoints[9].type = "stand"; + /* 6:32 */waypoints[9].children[0] = 160; + /* 6:32 */waypoints[9].children[1] = 174; + /* 6:32 */waypoints[9].children[2] = 154; + /* 6:32 */waypoints[9].children[3] = 177; + /* 6:32 */waypoints[10] = spawnstruct(); + /* 6:32 */waypoints[10].origin = ( 971.732, 1136.35, 394.32 ); + /* 6:32 */waypoints[10].type = "tube"; + /* 6:32 */waypoints[10].children[0] = 3; + /* 6:32 */waypoints[10].children[1] = 11; + /* 6:32 */waypoints[10].children[2] = 35; + /* 6:32 */waypoints[10].angles = ( 11.2665, -97.4016, 0 ); + /* 6:32 */waypoints[11] = spawnstruct(); + /* 6:32 */waypoints[11].origin = ( 701.082, 1169.71, 417.518 ); + /* 6:32 */waypoints[11].type = "javelin"; + /* 6:32 */waypoints[11].children[0] = 10; + /* 6:32 */waypoints[11].children[1] = 4; + /* 6:32 */waypoints[11].children[2] = 12; + /* 6:32 */waypoints[11].children[3] = 22; + /* 6:32 */waypoints[11].children[4] = 145; + /* 6:32 */waypoints[11].children[5] = 155; + /* 6:32 */waypoints[11].jav_point = ( 298.841, -630.089, 180.058 ); + /* 6:32 */waypoints[12] = spawnstruct(); + /* 6:32 */waypoints[12].origin = ( 632.891, 866.376, 406.222 ); + /* 6:32 */waypoints[12].type = "stand"; + /* 6:32 */waypoints[12].children[0] = 11; + /* 6:32 */waypoints[12].children[1] = 13; + /* 6:32 */waypoints[12].children[2] = 31; + /* 6:32 */waypoints[13] = spawnstruct(); + /* 6:32 */waypoints[13].origin = ( 473.383, 859.093, 409.848 ); + /* 6:32 */waypoints[13].type = "stand"; + /* 6:32 */waypoints[13].children[0] = 12; + /* 6:32 */waypoints[13].children[1] = 14; + /* 6:32 */waypoints[13].children[2] = 19; + /* 6:32 */waypoints[14] = spawnstruct(); + /* 6:32 */waypoints[14].origin = ( 439.116, 684.605, 403.228 ); + /* 6:32 */waypoints[14].type = "stand"; + /* 6:32 */waypoints[14].children[0] = 13; + /* 6:32 */waypoints[14].children[1] = 15; + /* 6:32 */waypoints[15] = spawnstruct(); + /* 6:32 */waypoints[15].origin = ( 403.909, 555.306, 399.393 ); + /* 6:32 */waypoints[15].type = "tube"; + /* 6:32 */waypoints[15].children[0] = 14; + /* 6:32 */waypoints[15].children[1] = 16; + /* 6:32 */waypoints[15].children[2] = 17; + /* 6:32 */waypoints[15].angles = ( 11.1401, -98.0607, 0 ); + /* 6:32 */waypoints[16] = spawnstruct(); + /* 6:32 */waypoints[16].origin = ( 259.896, 593.948, 408.772 ); + /* 6:32 */waypoints[16].type = "grenade"; + /* 6:32 */waypoints[16].children[0] = 15; + /* 6:32 */waypoints[16].children[1] = 17; + /* 6:32 */waypoints[16].children[2] = 18; + /* 6:32 */waypoints[16].angles = ( 10.1678, -104.713, -0.126343 ); + /* 6:32 */waypoints[17] = spawnstruct(); + /* 6:32 */waypoints[17].origin = ( 346.52, 571.126, 401.988 ); + /* 6:32 */waypoints[17].type = "stand"; + /* 6:32 */waypoints[17].children[0] = 16; + /* 6:32 */waypoints[17].children[1] = 15; + /* 6:32 */waypoints[17].children[2] = 18; + /* 6:32 */waypoints[17].children[3] = 19; + /* 6:32 */waypoints[18] = spawnstruct(); + /* 6:32 */waypoints[18].origin = ( 305.996, 581.467, 405.063 ); + /* 6:32 */waypoints[18].type = "javelin"; + /* 6:32 */waypoints[18].children[0] = 17; + /* 6:32 */waypoints[18].children[1] = 16; + /* 6:32 */waypoints[18].children[2] = 19; + /* 6:32 */waypoints[18].jav_point = ( 285.366, -617.435, 171.869 ); + /* 6:32 */waypoints[19] = spawnstruct(); + /* 6:32 */waypoints[19].origin = ( 331.304, 879.749, 414.239 ); + /* 6:32 */waypoints[19].type = "stand"; + /* 6:32 */waypoints[19].children[0] = 18; + /* 6:32 */waypoints[19].children[1] = 17; + /* 6:32 */waypoints[19].children[2] = 13; + /* 6:32 */waypoints[19].children[3] = 20; + /* 6:32 */waypoints[20] = spawnstruct(); + /* 6:32 */waypoints[20].origin = ( 357.915, 1162.79, 425.694 ); + /* 6:32 */waypoints[20].type = "grenade"; + /* 6:32 */waypoints[20].children[0] = 19; + /* 6:32 */waypoints[20].children[1] = 21; + /* 6:32 */waypoints[20].angles = ( 7.45422, -113.887, 0 ); + /* 6:32 */waypoints[21] = spawnstruct(); + /* 6:32 */waypoints[21].origin = ( 477.225, 1150.76, 422.233 ); + /* 6:32 */waypoints[21].type = "stand"; + /* 6:32 */waypoints[21].children[0] = 20; + /* 6:32 */waypoints[21].children[1] = 146; + /* 6:32 */waypoints[22] = spawnstruct(); + /* 6:32 */waypoints[22].origin = ( 661.836, 1217, 420.511 ); + /* 6:32 */waypoints[22].type = "stand"; + /* 6:32 */waypoints[22].children[0] = 11; + /* 6:32 */waypoints[22].children[1] = 23; + /* 6:32 */waypoints[22].children[2] = 145; + /* 6:32 */waypoints[23] = spawnstruct(); + /* 6:32 */waypoints[23].origin = ( 553.499, 1293.84, 426.473 ); + /* 6:32 */waypoints[23].type = "stand"; + /* 6:32 */waypoints[23].children[0] = 22; + /* 6:32 */waypoints[23].children[1] = 24; + /* 6:32 */waypoints[23].children[2] = 108; + /* 6:32 */waypoints[24] = spawnstruct(); + /* 6:32 */waypoints[24].origin = ( 313.553, 1273.84, 424.739 ); + /* 6:32 */waypoints[24].type = "stand"; + /* 6:32 */waypoints[24].children[0] = 23; + /* 6:32 */waypoints[24].children[1] = 25; + /* 6:32 */waypoints[24].children[2] = 149; + /* 6:32 */waypoints[24].children[3] = 152; + /* 6:32 */waypoints[24].children[4] = 161; + /* 6:32 */waypoints[25] = spawnstruct(); + /* 6:32 */waypoints[25].origin = ( 221.626, 979.009, 285.029 ); + /* 6:32 */waypoints[25].type = "javelin"; + /* 6:32 */waypoints[25].children[0] = 24; + /* 6:32 */waypoints[25].children[1] = 26; + /* 6:32 */waypoints[25].children[2] = 59; + /* 6:32 */waypoints[25].jav_point = ( 39.3076, -342.753, 171.081 ); + /* 6:32 */waypoints[26] = spawnstruct(); + /* 6:32 */waypoints[26].origin = ( 367.023, 804.943, 279.998 ); + /* 6:32 */waypoints[26].type = "stand"; + /* 6:32 */waypoints[26].children[0] = 25; + /* 6:32 */waypoints[26].children[1] = 27; + /* 6:32 */waypoints[26].children[2] = 29; + /* 6:32 */waypoints[27] = spawnstruct(); + /* 6:32 */waypoints[27].origin = ( 325.712, 586.564, 270.383 ); + /* 6:32 */waypoints[27].type = "stand"; + /* 6:32 */waypoints[27].children[0] = 26; + /* 6:32 */waypoints[27].children[1] = 28; + /* 6:32 */waypoints[28] = spawnstruct(); + /* 6:32 */waypoints[28].origin = ( 382.284, 565.861, 268.446 ); + /* 6:32 */waypoints[28].type = "grenade"; + /* 6:32 */waypoints[28].children[0] = 27; + /* 6:32 */waypoints[28].children[1] = 29; + /* 6:32 */waypoints[28].angles = ( 5.74585, -109.009, 0.0274658 ); + /* 6:32 */waypoints[29] = spawnstruct(); + /* 6:32 */waypoints[29].origin = ( 403.541, 686.293, 268.012 ); + /* 6:32 */waypoints[29].type = "stand"; + /* 6:32 */waypoints[29].children[0] = 28; + /* 6:32 */waypoints[29].children[1] = 26; + /* 6:32 */waypoints[29].children[2] = 30; + /* 6:32 */waypoints[30] = spawnstruct(); + /* 6:32 */waypoints[30].origin = ( 531.681, 601.118, 267.303 ); + /* 6:32 */waypoints[30].type = "stand"; + /* 6:32 */waypoints[30].children[0] = 29; + /* 6:32 */waypoints[30].children[1] = 31; + /* 6:32 */waypoints[31] = spawnstruct(); + /* 6:32 */waypoints[31].origin = ( 601.987, 591.552, 259.059 ); + /* 6:32 */waypoints[31].type = "stand"; + /* 6:32 */waypoints[31].children[0] = 30; + /* 6:32 */waypoints[31].children[1] = 32; + /* 6:32 */waypoints[31].children[2] = 12; + /* 6:32 */waypoints[31].children[3] = 34; + /* 6:32 */waypoints[31].children[4] = 36; + /* 6:32 */waypoints[32] = spawnstruct(); + /* 6:32 */waypoints[32].origin = ( 480.301, 395.291, 253.666 ); + /* 6:32 */waypoints[32].type = "tube"; + /* 6:32 */waypoints[32].children[0] = 31; + /* 6:32 */waypoints[32].children[1] = 33; + /* 6:32 */waypoints[32].children[2] = 34; + /* 6:32 */waypoints[32].angles = ( 6.27869, -99.1814, 0 ); + /* 6:32 */waypoints[33] = spawnstruct(); + /* 6:32 */waypoints[33].origin = ( 202.536, 452.508, 262.971 ); + /* 6:32 */waypoints[33].type = "stand"; + /* 6:32 */waypoints[33].children[0] = 32; + /* 6:32 */waypoints[33].children[1] = 34; + /* 6:32 */waypoints[34] = spawnstruct(); + /* 6:32 */waypoints[34].origin = ( 641.032, 548.49, 256.253 ); + /* 6:32 */waypoints[34].type = "stand"; + /* 6:32 */waypoints[34].children[0] = 33; + /* 6:32 */waypoints[34].children[1] = 35; + /* 6:32 */waypoints[34].children[2] = 31; + /* 6:32 */waypoints[34].children[3] = 32; + /* 6:32 */waypoints[35] = spawnstruct(); + /* 6:32 */waypoints[35].origin = ( 807.554, 736.356, 260.181 ); + /* 6:32 */waypoints[35].type = "stand"; + /* 6:32 */waypoints[35].children[0] = 34; + /* 6:32 */waypoints[35].children[1] = 3; + /* 6:32 */waypoints[35].children[2] = 10; + /* 6:32 */waypoints[35].children[3] = 36; + /* 6:32 */waypoints[36] = spawnstruct(); + /* 6:32 */waypoints[36].origin = ( 667.375, 701.18, 268.91 ); + /* 6:32 */waypoints[36].type = "stand"; + /* 6:32 */waypoints[36].children[0] = 35; + /* 6:32 */waypoints[36].children[1] = 31; + /* 6:32 */waypoints[36].children[2] = 37; + /* 6:32 */waypoints[37] = spawnstruct(); + /* 6:32 */waypoints[37].origin = ( 830.528, 667.44, 243.012 ); + /* 6:32 */waypoints[37].type = "stand"; + /* 6:32 */waypoints[37].children[0] = 36; + /* 6:32 */waypoints[37].children[1] = 38; + /* 6:32 */waypoints[38] = spawnstruct(); + /* 6:32 */waypoints[38].origin = ( 776.63, 461.098, 128.478 ); + /* 6:32 */waypoints[38].type = "stand"; + /* 6:32 */waypoints[38].children[0] = 37; + /* 6:32 */waypoints[38].children[1] = 68; + /* 6:32 */waypoints[38].children[2] = 181; + /* 6:32 */waypoints[38].children[3] = 188; + /* 6:32 */waypoints[39] = spawnstruct(); + /* 6:32 */waypoints[39].origin = ( 411.978, 83.9692, 177.487 ); + /* 6:32 */waypoints[39].type = "stand"; + /* 6:32 */waypoints[39].children[0] = 40; + /* 6:32 */waypoints[39].children[1] = 42; + /* 6:32 */waypoints[39].children[2] = 41; + /* 6:32 */waypoints[39].children[3] = 71; + /* 6:32 */waypoints[39].children[4] = 182; + /* 6:32 */waypoints[40] = spawnstruct(); + /* 6:32 */waypoints[40].origin = ( 367.39, -244.486, 166.469 ); + /* 6:32 */waypoints[40].type = "grenade"; + /* 6:32 */waypoints[40].children[0] = 39; + /* 6:32 */waypoints[40].children[1] = 41; + /* 6:32 */waypoints[40].children[2] = 43; + /* 6:32 */waypoints[40].children[3] = 42; + /* 6:32 */waypoints[40].children[4] = 71; + /* 6:32 */waypoints[40].children[5] = 73; + /* 6:32 */waypoints[40].children[6] = 75; + /* 6:32 */waypoints[40].children[7] = 186; + /* 6:32 */waypoints[40].angles = ( 2.09839, 16.5431, 0 ); + /* 6:32 */waypoints[41] = spawnstruct(); + /* 6:32 */waypoints[41].origin = ( 43.5053, -358.548, 172.433 ); + /* 6:32 */waypoints[41].type = "grenade"; + /* 6:32 */waypoints[41].children[0] = 40; + /* 6:32 */waypoints[41].children[1] = 52; + /* 6:32 */waypoints[41].children[2] = 39; + /* 6:32 */waypoints[41].children[3] = 74; + /* 6:32 */waypoints[41].angles = ( 4.95483, -151.432, 0 ); + /* 6:32 */waypoints[42] = spawnstruct(); + /* 6:32 */waypoints[42].origin = ( 301.342, -135.125, 172.706 ); + /* 6:32 */waypoints[42].type = "javelin"; + /* 6:32 */waypoints[42].children[0] = 39; + /* 6:32 */waypoints[42].children[1] = 43; + /* 6:32 */waypoints[42].children[2] = 52; + /* 6:32 */waypoints[42].children[3] = 61; + /* 6:32 */waypoints[42].children[4] = 40; + /* 6:32 */waypoints[42].children[5] = 71; + /* 6:32 */waypoints[42].jav_point = ( -680.702, 677.124, 301.759 ); + /* 6:32 */waypoints[43] = spawnstruct(); + /* 6:32 */waypoints[43].origin = ( 187.174, -263.87, 171.456 ); + /* 6:32 */waypoints[43].type = "stand"; + /* 6:32 */waypoints[43].children[0] = 42; + /* 6:32 */waypoints[43].children[1] = 44; + /* 6:32 */waypoints[43].children[2] = 40; + /* 6:32 */waypoints[43].children[3] = 75; + /* 6:32 */waypoints[43].children[4] = 73; + /* 6:32 */waypoints[44] = spawnstruct(); + /* 6:32 */waypoints[44].origin = ( 103.394, 238.058, 193.115 ); + /* 6:32 */waypoints[44].type = "tube"; + /* 6:32 */waypoints[44].children[0] = 43; + /* 6:32 */waypoints[44].children[1] = 45; + /* 6:32 */waypoints[44].children[2] = 64; + /* 6:32 */waypoints[44].angles = ( 4.16931, 81.2471, 0 ); + /* 6:32 */waypoints[45] = spawnstruct(); + /* 6:32 */waypoints[45].origin = ( 131.297, 371.193, 183.793 ); + /* 6:32 */waypoints[45].type = "claymore"; + /* 6:32 */waypoints[45].children[0] = 44; + /* 6:32 */waypoints[45].children[1] = 46; + /* 6:32 */waypoints[45].children[2] = 60; + /* 6:32 */waypoints[45].children[3] = 175; + /* 6:32 */waypoints[45].angles = ( 2.74109, 94.5241, 0 ); + /* 6:32 */waypoints[46] = spawnstruct(); + /* 6:32 */waypoints[46].origin = ( -137.151, 493.8, 202.986 ); + /* 6:32 */waypoints[46].type = "claymore"; + /* 6:32 */waypoints[46].children[0] = 45; + /* 6:32 */waypoints[46].children[1] = 47; + /* 6:32 */waypoints[46].children[2] = 56; + /* 6:32 */waypoints[46].children[3] = 64; + /* 6:32 */waypoints[46].angles = ( 12.2003, 159.316, 0 ); + /* 6:32 */waypoints[47] = spawnstruct(); + /* 6:32 */waypoints[47].origin = ( -181.005, 215.974, 138.195 ); + /* 6:32 */waypoints[47].type = "grenade"; + /* 6:32 */waypoints[47].children[0] = 46; + /* 6:32 */waypoints[47].children[1] = 48; + /* 6:32 */waypoints[47].angles = ( -10.6787, -79.5872, 0 ); + /* 6:32 */waypoints[48] = spawnstruct(); + /* 6:32 */waypoints[48].origin = ( -282.43, 366.03, 175.963 ); + /* 6:32 */waypoints[48].type = "stand"; + /* 6:32 */waypoints[48].children[0] = 47; + /* 6:32 */waypoints[48].children[1] = 49; + /* 6:32 */waypoints[48].children[2] = 63; + /* 6:32 */waypoints[48].children[3] = 60; + /* 6:32 */waypoints[49] = spawnstruct(); + /* 6:32 */waypoints[49].origin = ( -290.619, 109.778, 142.59 ); + /* 6:32 */waypoints[49].type = "stand"; + /* 6:32 */waypoints[49].children[0] = 48; + /* 6:32 */waypoints[49].children[1] = 50; + /* 6:32 */waypoints[50] = spawnstruct(); + /* 6:32 */waypoints[50].origin = ( -204.371, -132.105, 163.149 ); + /* 6:32 */waypoints[50].type = "claymore"; + /* 6:32 */waypoints[50].children[0] = 49; + /* 6:32 */waypoints[50].children[1] = 51; + /* 6:32 */waypoints[50].angles = ( 11.651, -67.6945, 0 ); + /* 6:32 */waypoints[51] = spawnstruct(); + /* 6:32 */waypoints[51].origin = ( -171.977, -429.511, 178.51 ); + /* 6:32 */waypoints[51].type = "tube"; + /* 6:32 */waypoints[51].children[0] = 50; + /* 6:32 */waypoints[51].children[1] = 52; + /* 6:32 */waypoints[51].children[2] = 74; + /* 6:32 */waypoints[51].children[3] = 53; + /* 6:32 */waypoints[51].children[4] = 76; + /* 6:32 */waypoints[51].angles = ( -14.9524, -82.6524, 0 ); + /* 6:32 */waypoints[52] = spawnstruct(); + /* 6:32 */waypoints[52].origin = ( -83.7942, -305.819, 178.47 ); + /* 6:32 */waypoints[52].type = "grenade"; + /* 6:32 */waypoints[52].children[0] = 51; + /* 6:32 */waypoints[52].children[1] = 41; + /* 6:32 */waypoints[52].children[2] = 53; + /* 6:32 */waypoints[52].children[3] = 61; + /* 6:32 */waypoints[52].children[4] = 42; + /* 6:32 */waypoints[52].children[5] = 116; + /* 6:32 */waypoints[52].angles = ( 3.16406, -116.265, -0.186768 ); + /* 6:32 */waypoints[53] = spawnstruct(); + /* 6:32 */waypoints[53].origin = ( -330.268, -272.299, 234.516 ); + /* 6:32 */waypoints[53].type = "stand"; + /* 6:32 */waypoints[53].children[0] = 52; + /* 6:32 */waypoints[53].children[1] = 54; + /* 6:32 */waypoints[53].children[2] = 51; + /* 6:32 */waypoints[53].children[3] = 76; + /* 6:32 */waypoints[53].children[4] = 138; + /* 6:32 */waypoints[54] = spawnstruct(); + /* 6:32 */waypoints[54].origin = ( -442.197, 87.5986, 253.971 ); + /* 6:32 */waypoints[54].type = "tube"; + /* 6:32 */waypoints[54].children[0] = 53; + /* 6:32 */waypoints[54].children[1] = 55; + /* 6:32 */waypoints[54].angles = ( 0.76355, 87.0479, 0 ); + /* 6:32 */waypoints[55] = spawnstruct(); + /* 6:32 */waypoints[55].origin = ( -396.223, 491.535, 230.559 ); + /* 6:32 */waypoints[55].type = "grenade"; + /* 6:32 */waypoints[55].children[0] = 54; + /* 6:32 */waypoints[55].children[1] = 56; + /* 6:32 */waypoints[55].children[2] = 97; + /* 6:32 */waypoints[55].children[3] = 95; + /* 6:32 */waypoints[55].children[4] = 99; + /* 6:32 */waypoints[55].children[5] = 105; + /* 6:32 */waypoints[55].children[6] = 147; + /* 6:32 */waypoints[55].angles = ( -9.68994, 75.5177, 0 ); + /* 6:32 */waypoints[56] = spawnstruct(); + /* 6:32 */waypoints[56].origin = ( -211.808, 803.914, 245.794 ); + /* 6:32 */waypoints[56].type = "stand"; + /* 6:32 */waypoints[56].children[0] = 55; + /* 6:32 */waypoints[56].children[1] = 57; + /* 6:32 */waypoints[56].children[2] = 46; + /* 6:32 */waypoints[56].children[3] = 96; + /* 6:32 */waypoints[56].children[4] = 99; + /* 6:32 */waypoints[56].children[5] = 105; + /* 6:32 */waypoints[56].children[6] = 147; + /* 6:32 */waypoints[57] = spawnstruct(); + /* 6:32 */waypoints[57].origin = ( -57.9918, 925.167, 310.413 ); + /* 6:32 */waypoints[57].type = "stand"; + /* 6:32 */waypoints[57].children[0] = 56; + /* 6:32 */waypoints[57].children[1] = 58; + /* 6:32 */waypoints[57].children[2] = 96; + /* 6:32 */waypoints[58] = spawnstruct(); + /* 6:32 */waypoints[58].origin = ( 160.554, 946.042, 285.126 ); + /* 6:32 */waypoints[58].type = "grenade"; + /* 6:32 */waypoints[58].children[0] = 57; + /* 6:32 */waypoints[58].children[1] = 59; + /* 6:32 */waypoints[58].angles = ( -1.21948, -92.2655, 0 ); + /* 6:32 */waypoints[59] = spawnstruct(); + /* 6:32 */waypoints[59].origin = ( 182.42, 598.518, 270.831 ); + /* 6:32 */waypoints[59].type = "stand"; + /* 6:32 */waypoints[59].children[0] = 58; + /* 6:32 */waypoints[59].children[1] = 25; + /* 6:32 */waypoints[59].children[2] = 60; + /* 6:32 */waypoints[60] = spawnstruct(); + /* 6:32 */waypoints[60].origin = ( 148.953, 457.313, 179.18 ); + /* 6:32 */waypoints[60].type = "stand"; + /* 6:32 */waypoints[60].children[0] = 59; + /* 6:32 */waypoints[60].children[1] = 45; + /* 6:32 */waypoints[60].children[2] = 61; + /* 6:32 */waypoints[60].children[3] = 48; + /* 6:32 */waypoints[60].children[4] = 148; + /* 6:32 */waypoints[61] = spawnstruct(); + /* 6:32 */waypoints[61].origin = ( 11.0852, -12.4879, 186.561 ); + /* 6:32 */waypoints[61].type = "stand"; + /* 6:32 */waypoints[61].children[0] = 60; + /* 6:32 */waypoints[61].children[1] = 62; + /* 6:32 */waypoints[61].children[2] = 52; + /* 6:32 */waypoints[61].children[3] = 42; + /* 6:32 */waypoints[61].children[4] = 74; + /* 6:32 */waypoints[62] = spawnstruct(); + /* 6:32 */waypoints[62].origin = ( -241.071, -76.6071, 253.905 ); + /* 6:32 */waypoints[62].type = "grenade"; + /* 6:32 */waypoints[62].children[0] = 61; + /* 6:32 */waypoints[62].children[1] = 63; + /* 6:32 */waypoints[62].angles = ( -7.37732, 161.057, 0 ); + /* 6:32 */waypoints[63] = spawnstruct(); + /* 6:32 */waypoints[63].origin = ( -274, 83.3616, 234.994 ); + /* 6:32 */waypoints[63].type = "tube"; + /* 6:32 */waypoints[63].children[0] = 62; + /* 6:32 */waypoints[63].children[1] = 48; + /* 6:32 */waypoints[63].children[2] = 64; + /* 6:32 */waypoints[63].angles = ( -1.65894, 45.7832, 0 ); + /* 6:32 */waypoints[64] = spawnstruct(); + /* 6:32 */waypoints[64].origin = ( -14.6456, 248.491, 135.902 ); + /* 6:32 */waypoints[64].type = "stand"; + /* 6:32 */waypoints[64].children[0] = 44; + /* 6:32 */waypoints[64].children[1] = 63; + /* 6:32 */waypoints[64].children[2] = 65; + /* 6:32 */waypoints[64].children[3] = 46; + /* 6:32 */waypoints[65] = spawnstruct(); + /* 6:32 */waypoints[65].origin = ( -105.839, 96.1691, 103.942 ); + /* 6:32 */waypoints[65].type = "tube"; + /* 6:32 */waypoints[65].children[0] = 64; + /* 6:32 */waypoints[65].children[1] = 66; + /* 6:32 */waypoints[65].angles = ( 9.89868, -0.718982, 0 ); + /* 6:32 */waypoints[66] = spawnstruct(); + /* 6:32 */waypoints[66].origin = ( 274.753, 62.0317, 52.8564 ); + /* 6:32 */waypoints[66].type = "grenade"; + /* 6:32 */waypoints[66].children[0] = 65; + /* 6:32 */waypoints[66].children[1] = 67; + /* 6:32 */waypoints[66].angles = ( -3.63098, -4.67955, 0 ); + /* 6:32 */waypoints[67] = spawnstruct(); + /* 6:32 */waypoints[67].origin = ( 545.013, 41.6881, 54.364 ); + /* 6:32 */waypoints[67].type = "stand"; + /* 6:32 */waypoints[67].children[0] = 66; + /* 6:32 */waypoints[67].children[1] = 68; + /* 6:32 */waypoints[68] = spawnstruct(); + /* 6:32 */waypoints[68].origin = ( 872.729, 30.3938, 52.5799 ); + /* 6:32 */waypoints[68].type = "claymore"; + /* 6:32 */waypoints[68].children[0] = 67; + /* 6:32 */waypoints[68].children[1] = 38; + /* 6:32 */waypoints[68].children[2] = 2; + /* 6:32 */waypoints[68].children[3] = 178; + /* 6:32 */waypoints[68].children[4] = 181; + /* 6:32 */waypoints[68].angles = ( 22.3297, -4.2401, 0 ); + /* 6:32 */waypoints[69] = spawnstruct(); + /* 6:32 */waypoints[69].origin = ( 1049.31, 434.552, 127.281 ); + /* 6:32 */waypoints[69].type = "stand"; + /* 6:32 */waypoints[69].children[0] = 1; + /* 6:32 */waypoints[69].children[1] = 178; + /* 6:32 */waypoints[69].children[2] = 180; + /* 6:32 */waypoints[69].children[3] = 188; + /* 6:32 */waypoints[70] = spawnstruct(); + /* 6:32 */waypoints[70].origin = ( 717.371, -68.8114, 103.754 ); + /* 6:32 */waypoints[70].type = "grenade"; + /* 6:32 */waypoints[70].children[0] = 71; + /* 6:32 */waypoints[70].children[1] = 119; + /* 6:32 */waypoints[70].children[2] = 188; + /* 6:32 */waypoints[70].angles = ( -8.69019, -108.33, 0 ); + /* 6:32 */waypoints[71] = spawnstruct(); + /* 6:32 */waypoints[71].origin = ( 536.961, -164.433, 162.456 ); + /* 6:32 */waypoints[71].type = "stand"; + /* 6:32 */waypoints[71].children[0] = 70; + /* 6:32 */waypoints[71].children[1] = 40; + /* 6:32 */waypoints[71].children[2] = 72; + /* 6:32 */waypoints[71].children[3] = 118; + /* 6:32 */waypoints[71].children[4] = 42; + /* 6:32 */waypoints[71].children[5] = 39; + /* 6:32 */waypoints[71].children[6] = 139; + /* 6:32 */waypoints[72] = spawnstruct(); + /* 6:32 */waypoints[72].origin = ( 462.157, -217.351, 164.488 ); + /* 6:32 */waypoints[72].type = "stand"; + /* 6:32 */waypoints[72].children[0] = 71; + /* 6:32 */waypoints[72].children[1] = 73; + /* 6:32 */waypoints[73] = spawnstruct(); + /* 6:32 */waypoints[73].origin = ( 435.97, -453.293, 156.389 ); + /* 6:32 */waypoints[73].type = "claymore"; + /* 6:32 */waypoints[73].children[0] = 72; + /* 6:32 */waypoints[73].children[1] = 74; + /* 6:32 */waypoints[73].children[2] = 40; + /* 6:32 */waypoints[73].children[3] = 116; + /* 6:32 */waypoints[73].children[4] = 43; + /* 6:32 */waypoints[73].angles = ( 9.67896, -91.8341, 0 ); + /* 6:32 */waypoints[74] = spawnstruct(); + /* 6:32 */waypoints[74].origin = ( 159.778, -384.268, 167.768 ); + /* 6:32 */waypoints[74].type = "stand"; + /* 6:32 */waypoints[74].children[0] = 73; + /* 6:32 */waypoints[74].children[1] = 41; + /* 6:32 */waypoints[74].children[2] = 51; + /* 6:32 */waypoints[74].children[3] = 75; + /* 6:32 */waypoints[74].children[4] = 116; + /* 6:32 */waypoints[74].children[5] = 61; + /* 6:32 */waypoints[75] = spawnstruct(); + /* 6:32 */waypoints[75].origin = ( 215.45, -527.823, 169.86 ); + /* 6:32 */waypoints[75].type = "stand"; + /* 6:32 */waypoints[75].children[0] = 74; + /* 6:32 */waypoints[75].children[1] = 164; + /* 6:32 */waypoints[75].children[2] = 43; + /* 6:32 */waypoints[75].children[3] = 40; + /* 6:32 */waypoints[75].children[4] = 186; + /* 6:32 */waypoints[76] = spawnstruct(); + /* 6:32 */waypoints[76].origin = ( -148.303, -627.273, 214.405 ); + /* 6:32 */waypoints[76].type = "grenade"; + /* 6:32 */waypoints[76].children[0] = 51; + /* 6:32 */waypoints[76].children[1] = 53; + /* 6:32 */waypoints[76].children[2] = 164; + /* 6:32 */waypoints[76].angles = ( 3.32336, 78.7891, 0 ); + /* 6:32 */waypoints[77] = spawnstruct(); + /* 6:32 */waypoints[77].origin = ( 353.322, -699.102, 195.764 ); + /* 6:32 */waypoints[77].type = "stand"; + /* 6:32 */waypoints[77].children[0] = 78; + /* 6:32 */waypoints[77].children[1] = 164; + /* 6:32 */waypoints[77].children[2] = 185; + /* 6:32 */waypoints[78] = spawnstruct(); + /* 6:32 */waypoints[78].origin = ( 375.184, -753.049, 193.028 ); + /* 6:32 */waypoints[78].type = "stand"; + /* 6:32 */waypoints[78].children[0] = 77; + /* 6:32 */waypoints[78].children[1] = 79; + /* 6:32 */waypoints[78].children[2] = 114; + /* 6:32 */waypoints[78].children[3] = 115; + /* 6:32 */waypoints[79] = spawnstruct(); + /* 6:32 */waypoints[79].origin = ( 161.331, -743.612, 274.723 ); + /* 6:32 */waypoints[79].type = "stand"; + /* 6:32 */waypoints[79].children[0] = 78; + /* 6:32 */waypoints[79].children[1] = 168; + /* 6:32 */waypoints[80] = spawnstruct(); + /* 6:32 */waypoints[80].origin = ( 70.826, -904.915, 325.096 ); + /* 6:32 */waypoints[80].type = "javelin"; + /* 6:32 */waypoints[80].children[0] = 81; + /* 6:32 */waypoints[80].children[1] = 131; + /* 6:32 */waypoints[80].children[2] = 166; + /* 6:32 */waypoints[80].jav_point = ( 117.519, 1057.57, 302.783 ); + /* 6:32 */waypoints[81] = spawnstruct(); + /* 6:32 */waypoints[81].origin = ( -9.13052, -900.1, 327.817 ); + /* 6:32 */waypoints[81].type = "grenade"; + /* 6:32 */waypoints[81].children[0] = 80; + /* 6:32 */waypoints[81].children[1] = 82; + /* 6:32 */waypoints[81].children[2] = 135; + /* 6:32 */waypoints[81].children[3] = 136; + /* 6:32 */waypoints[81].angles = ( -4.20776, 161.346, 0 ); + /* 6:32 */waypoints[82] = spawnstruct(); + /* 6:32 */waypoints[82].origin = ( -21.4376, -1143.59, 318.99 ); + /* 6:32 */waypoints[82].type = "claymore"; + /* 6:32 */waypoints[82].children[0] = 81; + /* 6:32 */waypoints[82].children[1] = 83; + /* 6:32 */waypoints[82].children[2] = 84; + /* 6:32 */waypoints[82].children[3] = 86; + /* 6:32 */waypoints[82].angles = ( 20.3192, -92.0923, 0 ); + /* 6:32 */waypoints[83] = spawnstruct(); + /* 6:32 */waypoints[83].origin = ( 154.875, -1179.15, 312.048 ); + /* 6:32 */waypoints[83].type = "tube"; + /* 6:32 */waypoints[83].children[0] = 82; + /* 6:32 */waypoints[83].children[1] = 84; + /* 6:32 */waypoints[83].angles = ( -2.23022, 174.216, 0 ); + /* 6:32 */waypoints[84] = spawnstruct(); + /* 6:32 */waypoints[84].origin = ( 147.682, -1280.87, 319.439 ); + /* 6:32 */waypoints[84].type = "grenade"; + /* 6:32 */waypoints[84].children[0] = 83; + /* 6:32 */waypoints[84].children[1] = 82; + /* 6:32 */waypoints[84].children[2] = 85; + /* 6:32 */waypoints[84].angles = ( 1.07117, 168.168, 0 ); + /* 6:32 */waypoints[85] = spawnstruct(); + /* 6:32 */waypoints[85].origin = ( -128.685, -1190.13, 320.633 ); + /* 6:32 */waypoints[85].type = "tube"; + /* 6:32 */waypoints[85].children[0] = 84; + /* 6:32 */waypoints[85].children[1] = 86; + /* 6:32 */waypoints[85].angles = ( -0.911865, 172.645, 0 ); + /* 6:32 */waypoints[86] = spawnstruct(); + /* 6:32 */waypoints[86].origin = ( -306.669, -1160.42, 331.853 ); + /* 6:32 */waypoints[86].type = "claymore"; + /* 6:32 */waypoints[86].children[0] = 85; + /* 6:32 */waypoints[86].children[1] = 87; + /* 6:32 */waypoints[86].children[2] = 90; + /* 6:32 */waypoints[86].children[3] = 88; + /* 6:32 */waypoints[86].children[4] = 82; + /* 6:32 */waypoints[86].angles = ( 5.36133, 176.716, 0 ); + /* 6:32 */waypoints[87] = spawnstruct(); + /* 6:32 */waypoints[87].origin = ( -441.713, -1285.43, 356.318 ); + /* 6:32 */waypoints[87].type = "grenade"; + /* 6:32 */waypoints[87].children[0] = 86; + /* 6:32 */waypoints[87].children[1] = 90; + /* 6:32 */waypoints[87].angles = ( 4.37256, 89.9237, 0 ); + /* 6:32 */waypoints[88] = spawnstruct(); + /* 6:32 */waypoints[88].origin = ( -576.522, -1163.46, 353.288 ); + /* 6:32 */waypoints[88].type = "stand"; + /* 6:32 */waypoints[88].children[0] = 89; + /* 6:32 */waypoints[88].children[1] = 86; + /* 6:32 */waypoints[89] = spawnstruct(); + /* 6:32 */waypoints[89].origin = ( -540.865, -1079.48, 358.25 ); + /* 6:32 */waypoints[89].type = "stand"; + /* 6:32 */waypoints[89].children[0] = 88; + /* 6:32 */waypoints[89].children[1] = 90; + /* 6:32 */waypoints[90] = spawnstruct(); + /* 6:32 */waypoints[90].origin = ( -441.332, -957.985, 369.233 ); + /* 6:32 */waypoints[90].type = "stand"; + /* 6:32 */waypoints[90].children[0] = 89; + /* 6:32 */waypoints[90].children[1] = 87; + /* 6:32 */waypoints[90].children[2] = 86; + /* 6:32 */waypoints[90].children[3] = 91; + /* 6:32 */waypoints[91] = spawnstruct(); + /* 6:32 */waypoints[91].origin = ( -530.237, -669.297, 363.396 ); + /* 6:32 */waypoints[91].type = "stand"; + /* 6:32 */waypoints[91].children[0] = 90; + /* 6:32 */waypoints[91].children[1] = 92; + /* 6:32 */waypoints[92] = spawnstruct(); + /* 6:32 */waypoints[92].origin = ( -554.876, -458.801, 363.608 ); + /* 6:32 */waypoints[92].type = "grenade"; + /* 6:32 */waypoints[92].children[0] = 91; + /* 6:32 */waypoints[92].children[1] = 93; + /* 6:32 */waypoints[92].angles = ( 1.40076, 88.2703, 0 ); + /* 6:32 */waypoints[93] = spawnstruct(); + /* 6:32 */waypoints[93].origin = ( -543.096, -172.636, 360.709 ); + /* 6:32 */waypoints[93].type = "claymore"; + /* 6:32 */waypoints[93].children[0] = 92; + /* 6:32 */waypoints[93].children[1] = 94; + /* 6:32 */waypoints[93].angles = ( 17.243, 85.628, 0 ); + /* 6:32 */waypoints[94] = spawnstruct(); + /* 6:32 */waypoints[94].origin = ( -560.461, 111.942, 353.006 ); + /* 6:32 */waypoints[94].type = "stand"; + /* 6:32 */waypoints[94].children[0] = 93; + /* 6:32 */waypoints[94].children[1] = 95; + /* 6:32 */waypoints[95] = spawnstruct(); + /* 6:32 */waypoints[95].origin = ( -591.715, 416.653, 316.392 ); + /* 6:32 */waypoints[95].type = "stand"; + /* 6:32 */waypoints[95].children[0] = 94; + /* 6:32 */waypoints[95].children[1] = 96; + /* 6:32 */waypoints[95].children[2] = 97; + /* 6:32 */waypoints[95].children[3] = 55; + /* 6:32 */waypoints[96] = spawnstruct(); + /* 6:32 */waypoints[96].origin = ( -850.04, 503.899, 300.104 ); + /* 6:32 */waypoints[96].type = "stand"; + /* 6:32 */waypoints[96].children[0] = 95; + /* 6:32 */waypoints[96].children[1] = 97; + /* 6:32 */waypoints[96].children[2] = 56; + /* 6:32 */waypoints[96].children[3] = 57; + /* 6:32 */waypoints[96].children[4] = 148; + /* 6:32 */waypoints[97] = spawnstruct(); + /* 6:32 */waypoints[97].origin = ( -812.16, 660.415, 303.883 ); + /* 6:32 */waypoints[97].type = "stand"; + /* 6:32 */waypoints[97].children[0] = 96; + /* 6:32 */waypoints[97].children[1] = 98; + /* 6:32 */waypoints[97].children[2] = 95; + /* 6:32 */waypoints[97].children[3] = 55; + /* 6:32 */waypoints[98] = spawnstruct(); + /* 6:32 */waypoints[98].origin = ( -805.425, 778.045, 308.55 ); + /* 6:32 */waypoints[98].type = "tube"; + /* 6:32 */waypoints[98].children[0] = 97; + /* 6:32 */waypoints[98].children[1] = 99; + /* 6:32 */waypoints[98].children[2] = 100; + /* 6:32 */waypoints[98].angles = ( 3.71338, -8.20067, 0 ); + /* 6:32 */waypoints[99] = spawnstruct(); + /* 6:32 */waypoints[99].origin = ( -736.808, 851.111, 311.035 ); + /* 6:32 */waypoints[99].type = "stand"; + /* 6:32 */waypoints[99].children[0] = 98; + /* 6:32 */waypoints[99].children[1] = 55; + /* 6:32 */waypoints[99].children[2] = 56; + /* 6:32 */waypoints[100] = spawnstruct(); + /* 6:32 */waypoints[100].origin = ( -697.245, 946.26, 320.651 ); + /* 6:32 */waypoints[100].type = "stand"; + /* 6:32 */waypoints[100].children[0] = 101; + /* 6:32 */waypoints[100].children[1] = 98; + /* 6:32 */waypoints[101] = spawnstruct(); + /* 6:32 */waypoints[101].origin = ( -548.196, 1101.07, 342.624 ); + /* 6:32 */waypoints[101].type = "grenade"; + /* 6:32 */waypoints[101].children[0] = 100; + /* 6:32 */waypoints[101].children[1] = 102; + /* 6:32 */waypoints[101].children[2] = 106; + /* 6:32 */waypoints[101].angles = ( -0.686646, 34.0417, 0 ); + /* 6:32 */waypoints[102] = spawnstruct(); + /* 6:32 */waypoints[102].origin = ( -246.972, 1316.28, 352.342 ); + /* 6:32 */waypoints[102].type = "stand"; + /* 6:32 */waypoints[102].children[0] = 101; + /* 6:32 */waypoints[102].children[1] = 103; + /* 6:32 */waypoints[102].children[2] = 105; + /* 6:32 */waypoints[102].children[3] = 147; + /* 6:32 */waypoints[103] = spawnstruct(); + /* 6:32 */waypoints[103].origin = ( -4.71342, 1441.41, 409.078 ); + /* 6:32 */waypoints[103].type = "javelin"; + /* 6:32 */waypoints[103].children[0] = 102; + /* 6:32 */waypoints[103].children[1] = 104; + /* 6:32 */waypoints[103].children[2] = 105; + /* 6:32 */waypoints[103].children[3] = 108; + /* 6:32 */waypoints[103].jav_point = ( 37.5961, -483.252, 173.085 ); + /* 6:32 */waypoints[104] = spawnstruct(); + /* 6:32 */waypoints[104].origin = ( 47.4759, 1201.33, 392.137 ); + /* 6:32 */waypoints[104].type = "claymore"; + /* 6:32 */waypoints[104].children[0] = 103; + /* 6:32 */waypoints[104].children[1] = 105; + /* 6:32 */waypoints[104].children[2] = 149; + /* 6:32 */waypoints[104].angles = ( 19.8907, -82.5946, 0 ); + /* 6:32 */waypoints[105] = spawnstruct(); + /* 6:32 */waypoints[105].origin = ( -96.3011, 1043.5, 336.891 ); + /* 6:32 */waypoints[105].type = "grenade"; + /* 6:32 */waypoints[105].children[0] = 104; + /* 6:32 */waypoints[105].children[1] = 103; + /* 6:32 */waypoints[105].children[2] = 56; + /* 6:32 */waypoints[105].children[3] = 55; + /* 6:32 */waypoints[105].children[4] = 106; + /* 6:32 */waypoints[105].children[5] = 102; + /* 6:32 */waypoints[105].children[6] = 150; + /* 6:32 */waypoints[105].angles = ( 0.31311, -110.121, 0 ); + /* 6:32 */waypoints[106] = spawnstruct(); + /* 6:32 */waypoints[106].origin = ( 81.3463, 1508.6, 418.318 ); + /* 6:32 */waypoints[106].type = "claymore"; + /* 6:32 */waypoints[106].children[0] = 105; + /* 6:32 */waypoints[106].children[1] = 101; + /* 6:32 */waypoints[106].children[2] = 107; + /* 6:32 */waypoints[106].angles = ( 3.16956, 43.1329, 0 ); + /* 6:32 */waypoints[107] = spawnstruct(); + /* 6:32 */waypoints[107].origin = ( 230.747, 1571.12, 444.789 ); + /* 6:32 */waypoints[107].type = "crouch"; + /* 6:32 */waypoints[107].children[0] = 144; + /* 6:32 */waypoints[107].children[1] = 106; + /* 6:32 */waypoints[108] = spawnstruct(); + /* 6:32 */waypoints[108].origin = ( 305.899, 1434.51, 429.721 ); + /* 6:32 */waypoints[108].type = "claymore"; + /* 6:32 */waypoints[108].children[0] = 23; + /* 6:32 */waypoints[108].children[1] = 103; + /* 6:32 */waypoints[108].angles = ( 16.6992, -39.2535, 0 ); + /* 6:32 */waypoints[109] = spawnstruct(); + /* 6:32 */waypoints[109].origin = ( 1106.06, 635.096, 206.205 ); + /* 6:32 */waypoints[109].type = "javelin"; + /* 6:32 */waypoints[109].children[0] = 5; + /* 6:32 */waypoints[109].children[1] = 170; + /* 6:32 */waypoints[109].jav_point = ( 512.841, -929.122, 284.49 ); + /* 6:32 */waypoints[110] = spawnstruct(); + /* 6:32 */waypoints[110].origin = ( 1027.84, -108.306, 89.3229 ); + /* 6:32 */waypoints[110].type = "grenade"; + /* 6:32 */waypoints[110].children[0] = 7; + /* 6:32 */waypoints[110].children[1] = 111; + /* 6:32 */waypoints[110].children[2] = 169; + /* 6:32 */waypoints[110].children[3] = 183; + /* 6:32 */waypoints[110].angles = ( -2.005, -14.1553, 0 ); + /* 6:32 */waypoints[111] = spawnstruct(); + /* 6:32 */waypoints[111].origin = ( 829.767, -467.111, 160.362 ); + /* 6:32 */waypoints[111].type = "stand"; + /* 6:32 */waypoints[111].children[0] = 110; + /* 6:32 */waypoints[111].children[1] = 112; + /* 6:32 */waypoints[111].children[2] = 140; + /* 6:32 */waypoints[111].children[3] = 176; + /* 6:32 */waypoints[112] = spawnstruct(); + /* 6:32 */waypoints[112].origin = ( 770.789, -660.246, 164.952 ); + /* 6:32 */waypoints[112].type = "claymore"; + /* 6:32 */waypoints[112].children[0] = 111; + /* 6:32 */waypoints[112].children[1] = 113; + /* 6:32 */waypoints[112].angles = ( 17.0233, -101.918, 0 ); + /* 6:32 */waypoints[113] = spawnstruct(); + /* 6:32 */waypoints[113].origin = ( 743.115, -873.659, 147.854 ); + /* 6:32 */waypoints[113].type = "tube"; + /* 6:32 */waypoints[113].children[0] = 112; + /* 6:32 */waypoints[113].children[1] = 123; + /* 6:32 */waypoints[113].angles = ( -7.61353, 124.021, 0 ); + /* 6:32 */waypoints[114] = spawnstruct(); + /* 6:32 */waypoints[114].origin = ( 806.098, -750.271, 132.83 ); + /* 6:32 */waypoints[114].type = "stand"; + /* 6:32 */waypoints[114].children[0] = 78; + /* 6:32 */waypoints[114].children[1] = 141; + /* 6:32 */waypoints[114].children[2] = 122; + /* 6:32 */waypoints[115] = spawnstruct(); + /* 6:32 */waypoints[115].origin = ( 514.121, -749.76, 188.742 ); + /* 6:32 */waypoints[115].type = "grenade"; + /* 6:32 */waypoints[115].children[0] = 116; + /* 6:32 */waypoints[115].children[1] = 78; + /* 6:32 */waypoints[115].angles = ( 2.06543, -14.4671, 0 ); + /* 6:32 */waypoints[116] = spawnstruct(); + /* 6:32 */waypoints[116].origin = ( 519.449, -608.524, 145.861 ); + /* 6:32 */waypoints[116].type = "stand"; + /* 6:32 */waypoints[116].children[0] = 115; + /* 6:32 */waypoints[116].children[1] = 73; + /* 6:32 */waypoints[116].children[2] = 74; + /* 6:32 */waypoints[116].children[3] = 52; + /* 6:32 */waypoints[116].children[4] = 117; + /* 6:32 */waypoints[117] = spawnstruct(); + /* 6:32 */waypoints[117].origin = ( 534.962, -387.276, 197.995 ); + /* 6:32 */waypoints[117].type = "stand"; + /* 6:32 */waypoints[117].children[0] = 116; + /* 6:32 */waypoints[117].children[1] = 118; + /* 6:32 */waypoints[118] = spawnstruct(); + /* 6:32 */waypoints[118].origin = ( 546.564, -267.091, 251.857 ); + /* 6:32 */waypoints[118].type = "stand"; + /* 6:32 */waypoints[118].children[0] = 117; + /* 6:32 */waypoints[118].children[1] = 71; + /* 6:32 */waypoints[118].children[2] = 119; + /* 6:32 */waypoints[119] = spawnstruct(); + /* 6:32 */waypoints[119].origin = ( 625.857, -285.712, 178.781 ); + /* 6:32 */waypoints[119].type = "stand"; + /* 6:32 */waypoints[119].children[0] = 118; + /* 6:32 */waypoints[119].children[1] = 120; + /* 6:32 */waypoints[119].children[2] = 70; + /* 6:32 */waypoints[120] = spawnstruct(); + /* 6:32 */waypoints[120].origin = ( 604.449, -739.537, 186.262 ); + /* 6:32 */waypoints[120].type = "stand"; + /* 6:32 */waypoints[120].children[0] = 119; + /* 6:32 */waypoints[120].children[1] = 132; + /* 6:32 */waypoints[121] = spawnstruct(); + /* 6:32 */waypoints[121].origin = ( 689.155, -833.416, 156.458 ); + /* 6:32 */waypoints[121].type = "stand"; + /* 6:32 */waypoints[121].children[0] = 122; + /* 6:32 */waypoints[122] = spawnstruct(); + /* 6:32 */waypoints[122].origin = ( 667.129, -988.154, 154.588 ); + /* 6:32 */waypoints[122].type = "grenade"; + /* 6:32 */waypoints[122].children[0] = 121; + /* 6:32 */waypoints[122].children[1] = 123; + /* 6:32 */waypoints[122].children[2] = 114; + /* 6:32 */waypoints[122].angles = ( 2.28516, 75.3736, 0 ); + /* 6:32 */waypoints[123] = spawnstruct(); + /* 6:32 */waypoints[123].origin = ( 654.616, -1088.76, 157.401 ); + /* 6:32 */waypoints[123].type = "stand"; + /* 6:32 */waypoints[123].children[0] = 122; + /* 6:32 */waypoints[123].children[1] = 124; + /* 6:32 */waypoints[123].children[2] = 113; + /* 6:32 */waypoints[124] = spawnstruct(); + /* 6:32 */waypoints[124].origin = ( 564.906, -1124.74, 172.936 ); + /* 6:32 */waypoints[124].type = "stand"; + /* 6:32 */waypoints[124].children[0] = 123; + /* 6:32 */waypoints[124].children[1] = 125; + /* 6:32 */waypoints[125] = spawnstruct(); + /* 6:32 */waypoints[125].origin = ( 542.623, -1273.84, 247.36 ); + /* 6:32 */waypoints[125].type = "stand"; + /* 6:32 */waypoints[125].children[0] = 124; + /* 6:32 */waypoints[125].children[1] = 126; + /* 6:32 */waypoints[126] = spawnstruct(); + /* 6:32 */waypoints[126].origin = ( 537.903, -1328.67, 254.181 ); + /* 6:32 */waypoints[126].type = "stand"; + /* 6:32 */waypoints[126].children[0] = 125; + /* 6:32 */waypoints[126].children[1] = 127; + /* 6:32 */waypoints[126].children[2] = 128; + /* 6:32 */waypoints[126].children[3] = 129; + /* 6:32 */waypoints[127] = spawnstruct(); + /* 6:32 */waypoints[127].origin = ( 389.605, -1327.17, 298.994 ); + /* 6:32 */waypoints[127].type = "stand"; + /* 6:32 */waypoints[127].children[0] = 126; + /* 6:32 */waypoints[127].children[1] = 128; + /* 6:32 */waypoints[128] = spawnstruct(); + /* 6:32 */waypoints[128].origin = ( 388.453, -1167.29, 305.082 ); + /* 6:32 */waypoints[128].type = "tube"; + /* 6:32 */waypoints[128].children[0] = 127; + /* 6:32 */waypoints[128].children[1] = 126; + /* 6:32 */waypoints[128].children[2] = 129; + /* 6:32 */waypoints[128].angles = ( -4.09241, 87.909, 0 ); + /* 6:32 */waypoints[129] = spawnstruct(); + /* 6:32 */waypoints[129].origin = ( 323.676, -1333.48, 299.847 ); + /* 6:32 */waypoints[129].type = "stand"; + /* 6:32 */waypoints[129].children[0] = 128; + /* 6:32 */waypoints[129].children[1] = 126; + /* 6:32 */waypoints[129].children[2] = 130; + /* 6:32 */waypoints[130] = spawnstruct(); + /* 6:32 */waypoints[130].origin = ( 388.031, -1029.73, 310.303 ); + /* 6:32 */waypoints[130].type = "stand"; + /* 6:32 */waypoints[130].children[0] = 129; + /* 6:32 */waypoints[130].children[1] = 131; + /* 6:32 */waypoints[130].children[2] = 134; + /* 6:32 */waypoints[131] = spawnstruct(); + /* 6:32 */waypoints[131].origin = ( 581.438, -960.244, 306.794 ); + /* 6:32 */waypoints[131].type = "stand"; + /* 6:32 */waypoints[131].children[0] = 130; + /* 6:32 */waypoints[131].children[1] = 132; + /* 6:32 */waypoints[131].children[2] = 80; + /* 6:32 */waypoints[131].children[3] = 163; + /* 6:32 */waypoints[132] = spawnstruct(); + /* 6:32 */waypoints[132].origin = ( 586.489, -805.861, 184.321 ); + /* 6:32 */waypoints[132].type = "climb"; + /* 6:32 */waypoints[132].children[0] = 131; + /* 6:32 */waypoints[132].children[1] = 133; + /* 6:32 */waypoints[132].children[2] = 120; + /* 6:32 */waypoints[132].children[3] = 153; + /* 6:32 */waypoints[132].children[4] = 163; + /* 6:32 */waypoints[132].angles = ( -28.9215, -93.5467, 0 ); + /* 6:32 */waypoints[133] = spawnstruct(); + /* 6:32 */waypoints[133].origin = ( 483.464, -877.954, 238.929 ); + /* 6:32 */waypoints[133].type = "climb"; + /* 6:32 */waypoints[133].children[0] = 132; + /* 6:32 */waypoints[133].children[1] = 165; + /* 6:32 */waypoints[133].angles = ( -26.488, -179.998, 0 ); + /* 6:32 */waypoints[134] = spawnstruct(); + /* 6:32 */waypoints[134].origin = ( 205.336, -851.525, 322.848 ); + /* 6:32 */waypoints[134].type = "javelin"; + /* 6:32 */waypoints[134].children[0] = 135; + /* 6:32 */waypoints[134].children[1] = 130; + /* 6:32 */waypoints[134].jav_point = ( 95.3018, 1095.69, 328.922 ); + /* 6:32 */waypoints[135] = spawnstruct(); + /* 6:32 */waypoints[135].origin = ( 72.1542, -838.732, 327.559 ); + /* 6:32 */waypoints[135].type = "grenade"; + /* 6:32 */waypoints[135].children[0] = 134; + /* 6:32 */waypoints[135].children[1] = 81; + /* 6:32 */waypoints[135].children[2] = 168; + /* 6:32 */waypoints[135].angles = ( 5.00427, -24.6789, 0 ); + /* 6:32 */waypoints[136] = spawnstruct(); + /* 6:32 */waypoints[136].origin = ( -124.956, -753.535, 330.161 ); + /* 6:32 */waypoints[136].type = "stand"; + /* 6:32 */waypoints[136].children[0] = 137; + /* 6:32 */waypoints[136].children[1] = 81; + /* 6:32 */waypoints[136].children[2] = 167; + /* 6:32 */waypoints[137] = spawnstruct(); + /* 6:32 */waypoints[137].origin = ( -340.513, -676.07, 283.401 ); + /* 6:32 */waypoints[137].type = "claymore"; + /* 6:32 */waypoints[137].children[0] = 136; + /* 6:32 */waypoints[137].children[1] = 138; + /* 6:32 */waypoints[137].angles = ( 14.024, 124.675, 0 ); + /* 6:32 */waypoints[138] = spawnstruct(); + /* 6:32 */waypoints[138].origin = ( -425.5, -417.294, 258.161 ); + /* 6:32 */waypoints[138].type = "stand"; + /* 6:32 */waypoints[138].children[0] = 137; + /* 6:32 */waypoints[138].children[1] = 53; + /* 6:32 */waypoints[138].children[2] = 139; + /* 6:32 */waypoints[139] = spawnstruct(); + /* 6:32 */waypoints[139].origin = ( 583.34, -113.866, 157.721 ); + /* 6:32 */waypoints[139].type = "stand"; + /* 6:32 */waypoints[139].children[0] = 138; + /* 6:32 */waypoints[139].children[1] = 71; + /* 6:32 */waypoints[139].children[2] = 140; + /* 6:32 */waypoints[140] = spawnstruct(); + /* 6:32 */waypoints[140].origin = ( 871.833, -342.128, 167.295 ); + /* 6:32 */waypoints[140].type = "stand"; + /* 6:32 */waypoints[140].children[0] = 139; + /* 6:32 */waypoints[140].children[1] = 141; + /* 6:32 */waypoints[140].children[2] = 111; + /* 6:32 */waypoints[140].children[3] = 7; + /* 6:32 */waypoints[141] = spawnstruct(); + /* 6:32 */waypoints[141].origin = ( 1080.25, -723.6, 65.2213 ); + /* 6:32 */waypoints[141].type = "stand"; + /* 6:32 */waypoints[141].children[0] = 140; + /* 6:32 */waypoints[141].children[1] = 142; + /* 6:32 */waypoints[141].children[2] = 114; + /* 6:32 */waypoints[141].children[3] = 162; + /* 6:32 */waypoints[142] = spawnstruct(); + /* 6:32 */waypoints[142].origin = ( 1316.95, -657.228, 4.91257 ); + /* 6:32 */waypoints[142].type = "grenade"; + /* 6:32 */waypoints[142].children[0] = 141; + /* 6:32 */waypoints[142].children[1] = 143; + /* 6:32 */waypoints[142].children[2] = 153; + /* 6:32 */waypoints[142].children[3] = 162; + /* 6:32 */waypoints[142].children[4] = 176; + /* 6:32 */waypoints[142].angles = ( -7.86621, 59.8828, 0 ); + /* 6:32 */waypoints[143] = spawnstruct(); + /* 6:32 */waypoints[143].origin = ( 1557.8, -474.981, 7.79648 ); + /* 6:32 */waypoints[143].type = "stand"; + /* 6:32 */waypoints[143].children[0] = 142; + /* 6:32 */waypoints[143].children[1] = 154; + /* 6:32 */waypoints[143].children[2] = 177; + /* 6:32 */waypoints[144] = spawnstruct(); + /* 6:32 */waypoints[144].origin = ( 451.495, 1670.75, 473.323 ); + /* 6:32 */waypoints[144].type = "stand"; + /* 6:32 */waypoints[144].children[0] = 145; + /* 6:32 */waypoints[144].children[1] = 107; + /* 6:32 */waypoints[144].children[2] = 146; + /* 6:32 */waypoints[145] = spawnstruct(); + /* 6:32 */waypoints[145].origin = ( 853.1, 1602.63, 487.585 ); + /* 6:32 */waypoints[145].type = "grenade"; + /* 6:32 */waypoints[145].children[0] = 11; + /* 6:32 */waypoints[145].children[1] = 22; + /* 6:32 */waypoints[145].children[2] = 144; + /* 6:32 */waypoints[145].angles = ( 7.81128, -107.521, 0 ); + /* 6:32 */waypoints[146] = spawnstruct(); + /* 6:32 */waypoints[146].origin = ( 504.111, 1410.19, 436.411 ); + /* 6:32 */waypoints[146].type = "stand"; + /* 6:32 */waypoints[146].children[0] = 144; + /* 6:32 */waypoints[146].children[1] = 21; + /* 6:32 */waypoints[147] = spawnstruct(); + /* 6:32 */waypoints[147].origin = ( -309.276, 927.437, 265.493 ); + /* 6:32 */waypoints[147].type = "stand"; + /* 6:32 */waypoints[147].children[0] = 102; + /* 6:32 */waypoints[147].children[1] = 56; + /* 6:32 */waypoints[147].children[2] = 55; + /* 6:32 */waypoints[147].children[3] = 148; + /* 6:32 */waypoints[148] = spawnstruct(); + /* 6:32 */waypoints[148].origin = ( -553.455, 689.384, 269.832 ); + /* 6:32 */waypoints[148].type = "stand"; + /* 6:32 */waypoints[148].children[0] = 147; + /* 6:32 */waypoints[148].children[1] = 96; + /* 6:32 */waypoints[148].children[2] = 60; + /* 6:32 */waypoints[148].children[3] = 149; + /* 6:32 */waypoints[149] = spawnstruct(); + /* 6:32 */waypoints[149].origin = ( 24.4666, 1115.84, 385.764 ); + /* 6:32 */waypoints[149].type = "stand"; + /* 6:32 */waypoints[149].children[0] = 148; + /* 6:32 */waypoints[149].children[1] = 104; + /* 6:32 */waypoints[149].children[2] = 24; + /* 6:32 */waypoints[149].children[3] = 150; + /* 6:32 */waypoints[150] = spawnstruct(); + /* 6:32 */waypoints[150].origin = ( 111.283, 1446.28, 417.062 ); + /* 6:32 */waypoints[150].type = "stand"; + /* 6:32 */waypoints[150].children[0] = 105; + /* 6:32 */waypoints[150].children[1] = 149; + /* 6:32 */waypoints[150].children[2] = 151; + /* 6:32 */waypoints[151] = spawnstruct(); + /* 6:32 */waypoints[151].origin = ( 388.324, 1603.94, 467.59 ); + /* 6:32 */waypoints[151].type = "stand"; + /* 6:32 */waypoints[151].children[0] = 150; + /* 6:32 */waypoints[151].children[1] = 152; + /* 6:32 */waypoints[152] = spawnstruct(); + /* 6:32 */waypoints[152].origin = ( 675.47, 1624.23, 496.79 ); + /* 6:32 */waypoints[152].type = "stand"; + /* 6:32 */waypoints[152].children[0] = 151; + /* 6:32 */waypoints[152].children[1] = 24; + /* 6:32 */waypoints[153] = spawnstruct(); + /* 6:32 */waypoints[153].origin = ( 953.699, -691.898, 98.984 ); + /* 6:32 */waypoints[153].type = "stand"; + /* 6:32 */waypoints[153].children[0] = 132; + /* 6:32 */waypoints[153].children[1] = 142; + /* 6:32 */waypoints[153].children[2] = 176; + /* 6:32 */waypoints[154] = spawnstruct(); + /* 6:32 */waypoints[154].origin = ( 1523.81, -185.935, 35.2696 ); + /* 6:32 */waypoints[154].type = "stand"; + /* 6:32 */waypoints[154].children[0] = 143; + /* 6:32 */waypoints[154].children[1] = 160; + /* 6:32 */waypoints[154].children[2] = 159; + /* 6:32 */waypoints[154].children[3] = 162; + /* 6:32 */waypoints[154].children[4] = 9; + /* 6:32 */waypoints[154].children[5] = 177; + /* 6:32 */waypoints[155] = spawnstruct(); + /* 6:32 */waypoints[155].origin = ( 990.085, 1525.15, 441.116 ); + /* 6:32 */waypoints[155].type = "stand"; + /* 6:32 */waypoints[155].children[0] = 0; + /* 6:32 */waypoints[155].children[1] = 11; + /* 6:32 */waypoints[155].children[2] = 4; + /* 6:32 */waypoints[156] = spawnstruct(); + /* 6:32 */waypoints[156].origin = ( 1242.28, 414.544, 171.915 ); + /* 6:32 */waypoints[156].type = "javelin"; + /* 6:32 */waypoints[156].children[0] = 5; + /* 6:32 */waypoints[156].children[1] = 1; + /* 6:32 */waypoints[156].children[2] = 157; + /* 6:32 */waypoints[156].children[3] = 2; + /* 6:32 */waypoints[156].jav_point = ( 85.0227, -458.592, 162.807 ); + /* 6:32 */waypoints[157] = spawnstruct(); + /* 6:32 */waypoints[157].origin = ( 1289.13, 307.183, 161.979 ); + /* 6:32 */waypoints[157].type = "crouch"; + /* 6:32 */waypoints[157].children[0] = 156; + /* 6:32 */waypoints[157].angles = ( 10.0085, -64.5314, 0 ); + /* 6:32 */waypoints[158] = spawnstruct(); + /* 6:32 */waypoints[158].origin = ( 1147.79, 23.6661, 22.6374 ); + /* 6:32 */waypoints[158].type = "climb"; + /* 6:32 */waypoints[158].children[0] = 159; + /* 6:32 */waypoints[158].children[1] = 169; + /* 6:32 */waypoints[158].children[2] = 174; + /* 6:32 */waypoints[158].angles = ( -19.6326, -129.807, 0 ); + /* 6:32 */waypoints[159] = spawnstruct(); + /* 6:32 */waypoints[159].origin = ( 1280.61, 137.415, 42.6921 ); + /* 6:32 */waypoints[159].type = "grenade"; + /* 6:32 */waypoints[159].children[0] = 158; + /* 6:32 */waypoints[159].children[1] = 154; + /* 6:32 */waypoints[159].children[2] = 179; + /* 6:32 */waypoints[159].angles = ( 0.823975, -167.759, 0 ); + /* 6:32 */waypoints[160] = spawnstruct(); + /* 6:32 */waypoints[160].origin = ( 1386.25, 340.081, 150.505 ); + /* 6:32 */waypoints[160].type = "stand"; + /* 6:32 */waypoints[160].children[0] = 9; + /* 6:32 */waypoints[160].children[1] = 154; + /* 6:32 */waypoints[160].children[2] = 1; + /* 6:32 */waypoints[160].children[3] = 179; + /* 6:32 */waypoints[161] = spawnstruct(); + /* 6:32 */waypoints[161].origin = ( 797.253, 1138.42, 413.805 ); + /* 6:32 */waypoints[161].type = "stand"; + /* 6:32 */waypoints[161].children[0] = 24; + /* 6:32 */waypoints[162] = spawnstruct(); + /* 6:32 */waypoints[162].origin = ( 1416.87, -412.607, 18.9076 ); + /* 6:32 */waypoints[162].type = "stand"; + /* 6:32 */waypoints[162].children[0] = 141; + /* 6:32 */waypoints[162].children[1] = 142; + /* 6:32 */waypoints[162].children[2] = 154; + /* 6:32 */waypoints[163] = spawnstruct(); + /* 6:32 */waypoints[163].origin = ( 584.991, -906.462, 308.717 ); + /* 6:32 */waypoints[163].type = "climb"; + /* 6:32 */waypoints[163].children[0] = 132; + /* 6:32 */waypoints[163].children[1] = 131; + /* 6:32 */waypoints[163].angles = ( 67.522, 89.6087, 0 ); + /* 6:32 */waypoints[164] = spawnstruct(); + /* 6:32 */waypoints[164].origin = ( 190.357, -667.021, 202.689 ); + /* 6:32 */waypoints[164].type = "stand"; + /* 6:32 */waypoints[164].children[0] = 76; + /* 6:32 */waypoints[164].children[1] = 77; + /* 6:32 */waypoints[164].children[2] = 75; + /* 6:32 */waypoints[165] = spawnstruct(); + /* 6:32 */waypoints[165].origin = ( 443.684, -864.745, 314.781 ); + /* 6:32 */waypoints[165].type = "climb"; + /* 6:32 */waypoints[165].children[0] = 133; + /* 6:32 */waypoints[165].children[1] = 166; + /* 6:32 */waypoints[165].angles = ( 64.6533, -4.22557, 0 ); + /* 6:32 */waypoints[166] = spawnstruct(); + /* 6:32 */waypoints[166].origin = ( 385.525, -862.327, 316.719 ); + /* 6:32 */waypoints[166].type = "stand"; + /* 6:32 */waypoints[166].children[0] = 165; + /* 6:32 */waypoints[166].children[1] = 80; + /* 6:32 */waypoints[167] = spawnstruct(); + /* 6:32 */waypoints[167].origin = ( 52.706, -738.152, 331.984 ); + /* 6:32 */waypoints[167].type = "climb"; + /* 6:32 */waypoints[167].children[0] = 168; + /* 6:32 */waypoints[167].children[1] = 136; + /* 6:32 */waypoints[167].angles = ( 55.9631, -5.25739, 0 ); + /* 6:32 */waypoints[168] = spawnstruct(); + /* 6:32 */waypoints[168].origin = ( 69.141, -743.695, 291.204 ); + /* 6:32 */waypoints[168].type = "climb"; + /* 6:32 */waypoints[168].children[0] = 167; + /* 6:32 */waypoints[168].children[1] = 79; + /* 6:32 */waypoints[168].children[2] = 135; + /* 6:32 */waypoints[168].angles = ( -60.9534, 162.399, 0 ); + /* 6:32 */waypoints[169] = spawnstruct(); + /* 6:32 */waypoints[169].origin = ( 1140.12, 10.4987, 56.2477 ); + /* 6:32 */waypoints[169].type = "climb"; + /* 6:32 */waypoints[169].children[0] = 158; + /* 6:32 */waypoints[169].children[1] = 110; + /* 6:32 */waypoints[169].angles = ( 64.4281, 59.9794, 0 ); + /* 6:32 */waypoints[170] = spawnstruct(); + /* 6:32 */waypoints[170].origin = ( 1214.67, 814.535, 266.65 ); + /* 6:32 */waypoints[170].type = "stand"; + /* 6:32 */waypoints[170].children[0] = 1; + /* 6:32 */waypoints[170].children[1] = 2; + /* 6:32 */waypoints[170].children[2] = 109; + /* 6:32 */waypoints[170].children[3] = 171; + /* 6:32 */waypoints[171] = spawnstruct(); + /* 6:32 */waypoints[171].origin = ( 1192, 998.723, 313.457 ); + /* 6:32 */waypoints[171].type = "stand"; + /* 6:32 */waypoints[171].children[0] = 170; + /* 6:32 */waypoints[171].children[1] = 172; + /* 6:32 */waypoints[171].children[2] = 180; + /* 6:32 */waypoints[172] = spawnstruct(); + /* 6:32 */waypoints[172].origin = ( 1158.43, 1219.2, 375.116 ); + /* 6:32 */waypoints[172].type = "stand"; + /* 6:32 */waypoints[172].children[0] = 173; + /* 6:32 */waypoints[172].children[1] = 171; + /* 6:32 */waypoints[172].children[2] = 0; + /* 6:32 */waypoints[173] = spawnstruct(); + /* 6:32 */waypoints[173].origin = ( 873.538, 1268.85, 423.947 ); + /* 6:32 */waypoints[173].type = "stand"; + /* 6:32 */waypoints[173].children[0] = 172; + /* 6:32 */waypoints[173].children[1] = 0; + /* 6:32 */waypoints[174] = spawnstruct(); + /* 6:32 */waypoints[174].origin = ( 1097.74, 147.068, 18.2736 ); + /* 6:32 */waypoints[174].type = "stand"; + /* 6:32 */waypoints[174].children[0] = 9; + /* 6:32 */waypoints[174].children[1] = 158; + /* 6:32 */waypoints[174].children[2] = 178; + /* 6:32 */waypoints[174].children[3] = 181; + /* 6:32 */waypoints[175] = spawnstruct(); + /* 6:32 */waypoints[175].origin = ( 334.037, 318.453, 188.837 ); + /* 6:32 */waypoints[175].type = "stand"; + /* 6:32 */waypoints[175].children[0] = 45; + /* 6:32 */waypoints[175].children[1] = 182; + /* 6:32 */waypoints[176] = spawnstruct(); + /* 6:32 */waypoints[176].origin = ( 1004.58, -528.424, 103.513 ); + /* 6:32 */waypoints[176].type = "grenade"; + /* 6:32 */waypoints[176].children[0] = 111; + /* 6:32 */waypoints[176].children[1] = 142; + /* 6:32 */waypoints[176].children[2] = 153; + /* 6:32 */waypoints[176].children[3] = 7; + /* 6:32 */waypoints[176].angles = ( -8.12988, 123.019, 0 ); + /* 6:32 */waypoints[177] = spawnstruct(); + /* 6:32 */waypoints[177].origin = ( 1515.72, -372.936, 8.125 ); + /* 6:32 */waypoints[177].type = "stand"; + /* 6:32 */waypoints[177].children[0] = 143; + /* 6:32 */waypoints[177].children[1] = 9; + /* 6:32 */waypoints[177].children[2] = 154; + /* 6:32 */waypoints[178] = spawnstruct(); + /* 6:32 */waypoints[178].origin = ( 938.659, 258.906, 51.5303 ); + /* 6:32 */waypoints[178].type = "stand"; + /* 6:32 */waypoints[178].children[0] = 174; + /* 6:32 */waypoints[178].children[1] = 69; + /* 6:32 */waypoints[178].children[2] = 68; + /* 6:32 */waypoints[179] = spawnstruct(); + /* 6:32 */waypoints[179].origin = ( 1424.13, 194.437, 110.183 ); + /* 6:32 */waypoints[179].type = "stand"; + /* 6:32 */waypoints[179].children[0] = 159; + /* 6:32 */waypoints[179].children[1] = 160; + /* 6:32 */waypoints[180] = spawnstruct(); + /* 6:32 */waypoints[180].origin = ( 1163.88, 639.594, 203.77 ); + /* 6:32 */waypoints[180].type = "stand"; + /* 6:32 */waypoints[180].children[0] = 171; + /* 6:32 */waypoints[180].children[1] = 69; + /* 6:32 */waypoints[181] = spawnstruct(); + /* 6:32 */waypoints[181].origin = ( 722.362, 221.41, 112.45 ); + /* 6:32 */waypoints[181].type = "stand"; + /* 6:32 */waypoints[181].children[0] = 182; + /* 6:32 */waypoints[181].children[1] = 38; + /* 6:32 */waypoints[181].children[2] = 68; + /* 6:32 */waypoints[181].children[3] = 174; + /* 6:32 */waypoints[181].children[4] = 188; + /* 6:32 */waypoints[182] = spawnstruct(); + /* 6:32 */waypoints[182].origin = ( 450.426, 230.421, 181.81 ); + /* 6:32 */waypoints[182].type = "stand"; + /* 6:32 */waypoints[182].children[0] = 181; + /* 6:32 */waypoints[182].children[1] = 175; + /* 6:32 */waypoints[182].children[2] = 39; + /* 6:32 */waypoints[183] = spawnstruct(); + /* 6:32 */waypoints[183].origin = ( 966.109, -33.7267, 80.9102 ); + /* 6:32 */waypoints[183].type = "climb"; + /* 6:32 */waypoints[183].children[0] = 110; + /* 6:32 */waypoints[183].children[1] = 187; + /* 6:32 */waypoints[183].angles = ( 28.7842, 125.853, 0 ); + /* 6:32 */waypoints[184] = spawnstruct(); + /* 6:32 */waypoints[184].origin = ( 348.763, -615.009, 153.035 ); + /* 6:32 */waypoints[184].type = "climb"; + /* 6:32 */waypoints[184].children[0] = 185; + /* 6:32 */waypoints[184].children[1] = 186; + /* 6:32 */waypoints[184].angles = ( -16.0565, -89.11, 0 ); + /* 6:32 */waypoints[185] = spawnstruct(); + /* 6:32 */waypoints[185].origin = ( 347.23, -631.962, 198.498 ); + /* 6:32 */waypoints[185].type = "climb"; + /* 6:32 */waypoints[185].children[0] = 77; + /* 6:32 */waypoints[185].children[1] = 184; + /* 6:32 */waypoints[185].angles = ( 70.7355, 83.5896, 0 ); + /* 6:32 */waypoints[186] = spawnstruct(); + /* 6:32 */waypoints[186].origin = ( 350.203, -540.16, 155.823 ); + /* 6:32 */waypoints[186].type = "stand"; + /* 6:32 */waypoints[186].children[0] = 40; + /* 6:32 */waypoints[186].children[1] = 75; + /* 6:32 */waypoints[186].children[2] = 184; + /* 6:32 */waypoints[187] = spawnstruct(); + /* 6:32 */waypoints[187].origin = ( 920.4, 21.5931, 50.2216 ); + /* 6:32 */waypoints[187].type = "climb"; + /* 6:32 */waypoints[187].children[0] = 183; + /* 6:32 */waypoints[187].children[1] = 188; + /* 6:32 */waypoints[187].angles = ( -19.9347, -50.515, 0 ); + /* 6:32 */waypoints[188] = spawnstruct(); + /* 6:32 */waypoints[188].origin = ( 900.58, 55.466, 38.6904 ); + /* 6:32 */waypoints[188].type = "stand"; + /* 6:32 */waypoints[188].children[0] = 38; + /* 6:32 */waypoints[188].children[1] = 187; + /* 6:32 */waypoints[188].children[2] = 69; + /* 6:32 */waypoints[188].children[3] = 70; + /* 6:32 */waypoints[188].children[4] = 181; + /* 6:32 */return waypoints; +} + diff --git a/raw/scripts/mp/mp_alpha/wps_lockdown.gsc b/raw/scripts/mp/mp_alpha/wps_lockdown.gsc new file mode 100644 index 0000000..06b0992 --- /dev/null +++ b/raw/scripts/mp/mp_alpha/wps_lockdown.gsc @@ -0,0 +1,1366 @@ +main() +{ + level.waypoints = Lockdown(); +} + +Lockdown() +{ + /* 9:43 */waypoints = []; + /* 9:43 */waypoints[0] = spawnstruct(); + /* 9:43 */waypoints[0].origin = ( 580.842, -290.41, -7.875 ); + /* 9:43 */waypoints[0].type = "stand"; + /* 9:43 */waypoints[0].children[0] = 1; + /* 9:43 */waypoints[0].children[1] = 3; + /* 9:43 */waypoints[0].children[2] = 111; + /* 9:43 */waypoints[0].children[3] = 206; + /* 9:43 */waypoints[0].children[4] = 205; + /* 9:43 */waypoints[0].children[5] = 207; + /* 9:43 */waypoints[1] = spawnstruct(); + /* 9:43 */waypoints[1].origin = ( 510.395, 87.7001, -5.22173 ); + /* 9:43 */waypoints[1].type = "stand"; + /* 9:43 */waypoints[1].children[0] = 0; + /* 9:43 */waypoints[1].children[1] = 2; + /* 9:43 */waypoints[1].children[2] = 7; + /* 9:43 */waypoints[1].children[3] = 110; + /* 9:43 */waypoints[1].children[4] = 112; + /* 9:43 */waypoints[2] = spawnstruct(); + /* 9:43 */waypoints[2].origin = ( 37.974, -148.441, -7.875 ); + /* 9:43 */waypoints[2].type = "stand"; + /* 9:43 */waypoints[2].children[0] = 1; + /* 9:43 */waypoints[2].children[1] = 6; + /* 9:43 */waypoints[2].children[2] = 100; + /* 9:43 */waypoints[2].children[3] = 110; + /* 9:43 */waypoints[3] = spawnstruct(); + /* 9:43 */waypoints[3].origin = ( 135.299, -406.476, -7.875 ); + /* 9:43 */waypoints[3].type = "stand"; + /* 9:43 */waypoints[3].children[0] = 4; + /* 9:43 */waypoints[3].children[1] = 0; + /* 9:43 */waypoints[3].children[2] = 93; + /* 9:43 */waypoints[3].children[3] = 111; + /* 9:43 */waypoints[3].children[4] = 202; + /* 9:43 */waypoints[3].children[5] = 205; + /* 9:43 */waypoints[4] = spawnstruct(); + /* 9:43 */waypoints[4].origin = ( 44.7471, -347.241, -7.875 ); + /* 9:43 */waypoints[4].type = "stand"; + /* 9:43 */waypoints[4].children[0] = 5; + /* 9:43 */waypoints[4].children[1] = 3; + /* 9:43 */waypoints[4].children[2] = 202; + /* 9:43 */waypoints[5] = spawnstruct(); + /* 9:43 */waypoints[5].origin = ( -330.09, -338.334, 0.124998 ); + /* 9:43 */waypoints[5].type = "stand"; + /* 9:43 */waypoints[5].children[0] = 6; + /* 9:43 */waypoints[5].children[1] = 4; + /* 9:43 */waypoints[5].children[2] = 93; + /* 9:43 */waypoints[6] = spawnstruct(); + /* 9:43 */waypoints[6].origin = ( -410.348, -238.772, -3.875 ); + /* 9:43 */waypoints[6].type = "stand"; + /* 9:43 */waypoints[6].children[0] = 2; + /* 9:43 */waypoints[6].children[1] = 5; + /* 9:43 */waypoints[6].children[2] = 83; + /* 9:43 */waypoints[6].children[3] = 95; + /* 9:43 */waypoints[6].children[4] = 100; + /* 9:43 */waypoints[6].children[5] = 199; + /* 9:43 */waypoints[7] = spawnstruct(); + /* 9:43 */waypoints[7].origin = ( 507.121, 762.037, -4.30096 ); + /* 9:43 */waypoints[7].type = "stand"; + /* 9:43 */waypoints[7].children[0] = 1; + /* 9:43 */waypoints[7].children[1] = 8; + /* 9:43 */waypoints[7].children[2] = 9; + /* 9:43 */waypoints[7].children[3] = 113; + /* 9:43 */waypoints[7].children[4] = 178; + /* 9:43 */waypoints[8] = spawnstruct(); + /* 9:43 */waypoints[8].origin = ( 507.177, 1111.87, -7.89037 ); + /* 9:43 */waypoints[8].type = "stand"; + /* 9:43 */waypoints[8].children[0] = 7; + /* 9:43 */waypoints[8].children[1] = 10; + /* 9:43 */waypoints[8].children[2] = 113; + /* 9:43 */waypoints[8].children[3] = 122; + /* 9:43 */waypoints[8].children[4] = 13; + /* 9:43 */waypoints[9] = spawnstruct(); + /* 9:43 */waypoints[9].origin = ( 404.903, 807.351, 0.123831 ); + /* 9:43 */waypoints[9].type = "crouch"; + /* 9:43 */waypoints[9].children[0] = 7; + /* 9:43 */waypoints[9].angles = ( 0.811768, -46.214, 0 ); + /* 9:43 */waypoints[10] = spawnstruct(); + /* 9:43 */waypoints[10].origin = ( 582.869, 1218.48, 6.1216 ); + /* 9:43 */waypoints[10].type = "stand"; + /* 9:43 */waypoints[10].children[0] = 8; + /* 9:43 */waypoints[10].children[1] = 11; + /* 9:43 */waypoints[10].children[2] = 14; + /* 9:43 */waypoints[11] = spawnstruct(); + /* 9:43 */waypoints[11].origin = ( 580.656, 1537.22, 24.125 ); + /* 9:43 */waypoints[11].type = "stand"; + /* 9:43 */waypoints[11].children[0] = 10; + /* 9:43 */waypoints[11].children[1] = 12; + /* 9:43 */waypoints[11].children[2] = 14; + /* 9:43 */waypoints[11].children[3] = 193; + /* 9:43 */waypoints[12] = spawnstruct(); + /* 9:43 */waypoints[12].origin = ( 199.241, 1543.27, 0.124998 ); + /* 9:43 */waypoints[12].type = "stand"; + /* 9:43 */waypoints[12].children[0] = 11; + /* 9:43 */waypoints[12].children[1] = 13; + /* 9:43 */waypoints[12].children[2] = 15; + /* 9:43 */waypoints[12].children[3] = 117; + /* 9:43 */waypoints[13] = spawnstruct(); + /* 9:43 */waypoints[13].origin = ( 398.347, 1357.46, 0.0207972 ); + /* 9:43 */waypoints[13].type = "stand"; + /* 9:43 */waypoints[13].children[0] = 14; + /* 9:43 */waypoints[13].children[1] = 12; + /* 9:43 */waypoints[13].children[2] = 119; + /* 9:43 */waypoints[13].children[3] = 8; + /* 9:43 */waypoints[13].children[4] = 193; + /* 9:43 */waypoints[13].children[5] = 203; + /* 9:43 */waypoints[14] = spawnstruct(); + /* 9:43 */waypoints[14].origin = ( 595.516, 1357.82, 24.1192 ); + /* 9:43 */waypoints[14].type = "stand"; + /* 9:43 */waypoints[14].children[0] = 10; + /* 9:43 */waypoints[14].children[1] = 13; + /* 9:43 */waypoints[14].children[2] = 11; + /* 9:43 */waypoints[14].children[3] = 193; + /* 9:43 */waypoints[15] = spawnstruct(); + /* 9:43 */waypoints[15].origin = ( 86.1118, 1759.09, -5.07339 ); + /* 9:43 */waypoints[15].type = "stand"; + /* 9:43 */waypoints[15].children[0] = 12; + /* 9:43 */waypoints[15].children[1] = 16; + /* 9:43 */waypoints[15].children[2] = 18; + /* 9:43 */waypoints[15].children[3] = 117; + /* 9:43 */waypoints[15].children[4] = 126; + /* 9:43 */waypoints[15].children[5] = 159; + /* 9:43 */waypoints[15].children[6] = 203; + /* 9:43 */waypoints[16] = spawnstruct(); + /* 9:43 */waypoints[16].origin = ( -217.562, 1765.47, 0.125 ); + /* 9:43 */waypoints[16].type = "stand"; + /* 9:43 */waypoints[16].children[0] = 15; + /* 9:43 */waypoints[16].children[1] = 17; + /* 9:43 */waypoints[16].children[2] = 114; + /* 9:43 */waypoints[16].children[3] = 120; + /* 9:43 */waypoints[16].children[4] = 126; + /* 9:43 */waypoints[17] = spawnstruct(); + /* 9:43 */waypoints[17].origin = ( -215.645, 2033.07, 0.125 ); + /* 9:43 */waypoints[17].type = "stand"; + /* 9:43 */waypoints[17].children[0] = 16; + /* 9:43 */waypoints[17].children[1] = 18; + /* 9:43 */waypoints[17].children[2] = 19; + /* 9:43 */waypoints[17].children[3] = 21; + /* 9:43 */waypoints[17].children[4] = 158; + /* 9:43 */waypoints[18] = spawnstruct(); + /* 9:43 */waypoints[18].origin = ( 89.6189, 2174.56, -7.875 ); + /* 9:43 */waypoints[18].type = "stand"; + /* 9:43 */waypoints[18].children[0] = 19; + /* 9:43 */waypoints[18].children[1] = 15; + /* 9:43 */waypoints[18].children[2] = 17; + /* 9:43 */waypoints[18].children[3] = 22; + /* 9:43 */waypoints[18].children[4] = 158; + /* 9:43 */waypoints[18].children[5] = 160; + /* 9:43 */waypoints[18].children[6] = 159; + /* 9:43 */waypoints[19] = spawnstruct(); + /* 9:43 */waypoints[19].origin = ( -164.669, 2425.84, 0.12499 ); + /* 9:43 */waypoints[19].type = "stand"; + /* 9:43 */waypoints[19].children[0] = 18; + /* 9:43 */waypoints[19].children[1] = 17; + /* 9:43 */waypoints[19].children[2] = 20; + /* 9:43 */waypoints[19].children[3] = 158; + /* 9:43 */waypoints[19].children[4] = 160; + /* 9:43 */waypoints[20] = spawnstruct(); + /* 9:43 */waypoints[20].origin = ( -424.003, 2419.74, 136.125 ); + /* 9:43 */waypoints[20].type = "stand"; + /* 9:43 */waypoints[20].children[0] = 19; + /* 9:43 */waypoints[20].children[1] = 24; + /* 9:43 */waypoints[21] = spawnstruct(); + /* 9:43 */waypoints[21].origin = ( -368.875, 1941.13, 2.74665 ); + /* 9:43 */waypoints[21].type = "crouch"; + /* 9:43 */waypoints[21].children[0] = 17; + /* 9:43 */waypoints[21].angles = ( 5.43152, 37.5732, 0 ); + /* 9:43 */waypoints[22] = spawnstruct(); + /* 9:43 */waypoints[22].origin = ( -368.875, 2344.88, 1.53427 ); + /* 9:43 */waypoints[22].type = "crouch"; + /* 9:43 */waypoints[22].children[0] = 18; + /* 9:43 */waypoints[22].angles = ( 6.00281, -43.9233, 0 ); + /* 9:43 */waypoints[23] = spawnstruct(); + /* 9:43 */waypoints[23].origin = ( -508.712, 1788.74, 136.125 ); + /* 9:43 */waypoints[23].type = "stand"; + /* 9:43 */waypoints[23].children[0] = 24; + /* 9:43 */waypoints[23].children[1] = 35; + /* 9:43 */waypoints[23].children[2] = 162; + /* 9:43 */waypoints[23].children[3] = 164; + /* 9:43 */waypoints[24] = spawnstruct(); + /* 9:43 */waypoints[24].origin = ( -512.045, 2424.73, 136.125 ); + /* 9:43 */waypoints[24].type = "stand"; + /* 9:43 */waypoints[24].children[0] = 23; + /* 9:43 */waypoints[24].children[1] = 20; + /* 9:43 */waypoints[24].children[2] = 25; + /* 9:43 */waypoints[24].children[3] = 55; + /* 9:43 */waypoints[25] = spawnstruct(); + /* 9:43 */waypoints[25].origin = ( -1030.69, 2368.79, 136.125 ); + /* 9:43 */waypoints[25].type = "stand"; + /* 9:43 */waypoints[25].children[0] = 24; + /* 9:43 */waypoints[25].children[1] = 27; + /* 9:43 */waypoints[25].children[2] = 26; + /* 9:43 */waypoints[25].children[3] = 170; + /* 9:43 */waypoints[26] = spawnstruct(); + /* 9:43 */waypoints[26].origin = ( -1370.11, 2512.25, 130.123 ); + /* 9:43 */waypoints[26].type = "stand"; + /* 9:43 */waypoints[26].children[0] = 25; + /* 9:43 */waypoints[26].children[1] = 27; + /* 9:43 */waypoints[26].children[2] = 28; + /* 9:43 */waypoints[26].children[3] = 31; + /* 9:43 */waypoints[26].children[4] = 32; + /* 9:43 */waypoints[26].children[5] = 168; + /* 9:43 */waypoints[27] = spawnstruct(); + /* 9:43 */waypoints[27].origin = ( -1354.4, 2354.83, 136.125 ); + /* 9:43 */waypoints[27].type = "stand"; + /* 9:43 */waypoints[27].children[0] = 25; + /* 9:43 */waypoints[27].children[1] = 26; + /* 9:43 */waypoints[27].children[2] = 28; + /* 9:43 */waypoints[28] = spawnstruct(); + /* 9:43 */waypoints[28].origin = ( -1554.92, 2629.91, 122.445 ); + /* 9:43 */waypoints[28].type = "stand"; + /* 9:43 */waypoints[28].children[0] = 26; + /* 9:43 */waypoints[28].children[1] = 27; + /* 9:43 */waypoints[28].children[2] = 29; + /* 9:43 */waypoints[28].children[3] = 74; + /* 9:43 */waypoints[28].children[4] = 168; + /* 9:43 */waypoints[28].children[5] = 169; + /* 9:43 */waypoints[29] = spawnstruct(); + /* 9:43 */waypoints[29].origin = ( -2152.2, 2623.82, 143.419 ); + /* 9:43 */waypoints[29].type = "stand"; + /* 9:43 */waypoints[29].children[0] = 30; + /* 9:43 */waypoints[29].children[1] = 28; + /* 9:43 */waypoints[29].children[2] = 31; + /* 9:43 */waypoints[30] = spawnstruct(); + /* 9:43 */waypoints[30].origin = ( -2321.88, 2652.88, 141.778 ); + /* 9:43 */waypoints[30].type = "crouch"; + /* 9:43 */waypoints[30].children[0] = 29; + /* 9:43 */waypoints[30].angles = ( 2.73438, -23.9337, 0 ); + /* 9:43 */waypoints[31] = spawnstruct(); + /* 9:43 */waypoints[31].origin = ( -2158.18, 2458.9, 138.125 ); + /* 9:43 */waypoints[31].type = "stand"; + /* 9:43 */waypoints[31].children[0] = 29; + /* 9:43 */waypoints[31].children[1] = 32; + /* 9:43 */waypoints[31].children[2] = 26; + /* 9:43 */waypoints[32] = spawnstruct(); + /* 9:43 */waypoints[32].origin = ( -1889.44, 2220.07, 138.125 ); + /* 9:43 */waypoints[32].type = "stand"; + /* 9:43 */waypoints[32].children[0] = 31; + /* 9:43 */waypoints[32].children[1] = 26; + /* 9:43 */waypoints[32].children[2] = 33; + /* 9:43 */waypoints[32].children[3] = 169; + /* 9:43 */waypoints[33] = spawnstruct(); + /* 9:43 */waypoints[33].origin = ( -1896.96, 1828.97, 136.125 ); + /* 9:43 */waypoints[33].type = "stand"; + /* 9:43 */waypoints[33].children[0] = 32; + /* 9:43 */waypoints[33].children[1] = 34; + /* 9:43 */waypoints[33].children[2] = 35; + /* 9:43 */waypoints[33].children[3] = 60; + /* 9:43 */waypoints[33].children[4] = 194; + /* 9:43 */waypoints[34] = spawnstruct(); + /* 9:43 */waypoints[34].origin = ( -2157.24, 1818.72, 136.125 ); + /* 9:43 */waypoints[34].type = "stand"; + /* 9:43 */waypoints[34].children[0] = 33; + /* 9:43 */waypoints[34].children[1] = 60; + /* 9:43 */waypoints[34].children[2] = 56; + /* 9:43 */waypoints[35] = spawnstruct(); + /* 9:43 */waypoints[35].origin = ( -861.988, 1834.31, 136.125 ); + /* 9:43 */waypoints[35].type = "stand"; + /* 9:43 */waypoints[35].children[0] = 33; + /* 9:43 */waypoints[35].children[1] = 23; + /* 9:43 */waypoints[35].children[2] = 36; + /* 9:43 */waypoints[35].children[3] = 54; + /* 9:43 */waypoints[35].children[4] = 163; + /* 9:43 */waypoints[35].children[5] = 164; + /* 9:43 */waypoints[35].children[6] = 194; + /* 9:43 */waypoints[36] = spawnstruct(); + /* 9:43 */waypoints[36].origin = ( -865.199, 1635.26, 136.125 ); + /* 9:43 */waypoints[36].type = "stand"; + /* 9:43 */waypoints[36].children[0] = 35; + /* 9:43 */waypoints[36].children[1] = 37; + /* 9:43 */waypoints[36].children[2] = 171; + /* 9:43 */waypoints[36].children[3] = 174; + /* 9:43 */waypoints[36].children[4] = 175; + /* 9:43 */waypoints[37] = spawnstruct(); + /* 9:43 */waypoints[37].origin = ( -869.848, 1188.48, 136.125 ); + /* 9:43 */waypoints[37].type = "stand"; + /* 9:43 */waypoints[37].children[0] = 36; + /* 9:43 */waypoints[37].children[1] = 38; + /* 9:43 */waypoints[37].children[2] = 39; + /* 9:43 */waypoints[37].children[3] = 174; + /* 9:43 */waypoints[38] = spawnstruct(); + /* 9:43 */waypoints[38].origin = ( -930.875, 1101.62, 136.125 ); + /* 9:43 */waypoints[38].type = "crouch"; + /* 9:43 */waypoints[38].children[0] = 37; + /* 9:43 */waypoints[38].angles = ( 73.2721, 42.2809, 0 ); + /* 9:43 */waypoints[39] = spawnstruct(); + /* 9:43 */waypoints[39].origin = ( -812.324, 1048.29, 136.125 ); + /* 9:43 */waypoints[39].type = "stand"; + /* 9:43 */waypoints[39].children[0] = 37; + /* 9:43 */waypoints[39].children[1] = 40; + /* 9:43 */waypoints[39].children[2] = 176; + /* 9:43 */waypoints[40] = spawnstruct(); + /* 9:43 */waypoints[40].origin = ( -876.105, 735.497, 136.125 ); + /* 9:43 */waypoints[40].type = "stand"; + /* 9:43 */waypoints[40].children[0] = 42; + /* 9:43 */waypoints[40].children[1] = 41; + /* 9:43 */waypoints[40].children[2] = 39; + /* 9:43 */waypoints[40].children[3] = 172; + /* 9:43 */waypoints[40].children[4] = 173; + /* 9:43 */waypoints[41] = spawnstruct(); + /* 9:43 */waypoints[41].origin = ( -930.875, 1020.38, 136.125 ); + /* 9:43 */waypoints[41].type = "crouch"; + /* 9:43 */waypoints[41].children[0] = 40; + /* 9:43 */waypoints[41].angles = ( 1.38857, -82.4689, 0 ); + /* 9:43 */waypoints[42] = spawnstruct(); + /* 9:43 */waypoints[42].origin = ( -865.835, 430.781, 136.125 ); + /* 9:43 */waypoints[42].type = "stand"; + /* 9:43 */waypoints[42].children[0] = 40; + /* 9:43 */waypoints[42].children[1] = 43; + /* 9:43 */waypoints[42].children[2] = 53; + /* 9:43 */waypoints[42].children[3] = 173; + /* 9:43 */waypoints[43] = spawnstruct(); + /* 9:43 */waypoints[43].origin = ( -979.045, 436.036, 136.125 ); + /* 9:43 */waypoints[43].type = "stand"; + /* 9:43 */waypoints[43].children[0] = 42; + /* 9:43 */waypoints[43].children[1] = 44; + /* 9:43 */waypoints[43].children[2] = 45; + /* 9:43 */waypoints[44] = spawnstruct(); + /* 9:43 */waypoints[44].origin = ( -1131.92, 329.126, 136.125 ); + /* 9:43 */waypoints[44].type = "stand"; + /* 9:43 */waypoints[44].children[0] = 43; + /* 9:43 */waypoints[44].children[1] = 45; + /* 9:43 */waypoints[44].children[2] = 46; + /* 9:43 */waypoints[44].children[3] = 48; + /* 9:43 */waypoints[44].children[4] = 49; + /* 9:43 */waypoints[44].children[5] = 52; + /* 9:43 */waypoints[45] = spawnstruct(); + /* 9:43 */waypoints[45].origin = ( -1271.39, 488.875, 136.125 ); + /* 9:43 */waypoints[45].type = "climb"; + /* 9:43 */waypoints[45].children[0] = 43; + /* 9:43 */waypoints[45].children[1] = 44; + /* 9:43 */waypoints[45].children[2] = 46; + /* 9:43 */waypoints[45].children[3] = 49; + /* 9:43 */waypoints[45].angles = ( 22.3395, 89.9451, 0 ); + /* 9:43 */waypoints[46] = spawnstruct(); + /* 9:43 */waypoints[46].origin = ( -1291.08, 122.933, 136.125 ); + /* 9:43 */waypoints[46].type = "stand"; + /* 9:43 */waypoints[46].children[0] = 47; + /* 9:43 */waypoints[46].children[1] = 45; + /* 9:43 */waypoints[46].children[2] = 44; + /* 9:43 */waypoints[46].children[3] = 49; + /* 9:43 */waypoints[47] = spawnstruct(); + /* 9:43 */waypoints[47].origin = ( -1534.2, 121.44, 64.125 ); + /* 9:43 */waypoints[47].type = "stand"; + /* 9:43 */waypoints[47].children[0] = 46; + /* 9:43 */waypoints[47].children[1] = 78; + /* 9:43 */waypoints[48] = spawnstruct(); + /* 9:43 */waypoints[48].origin = ( -1095.4, -51.3875, 136.125 ); + /* 9:43 */waypoints[48].type = "stand"; + /* 9:43 */waypoints[48].children[0] = 44; + /* 9:43 */waypoints[48].children[1] = 87; + /* 9:43 */waypoints[48].children[2] = 88; + /* 9:43 */waypoints[49] = spawnstruct(); + /* 9:43 */waypoints[49].origin = ( -993.526, 324.289, 136.125 ); + /* 9:43 */waypoints[49].type = "stand"; + /* 9:43 */waypoints[49].children[0] = 50; + /* 9:43 */waypoints[49].children[1] = 44; + /* 9:43 */waypoints[49].children[2] = 46; + /* 9:43 */waypoints[49].children[3] = 45; + /* 9:43 */waypoints[50] = spawnstruct(); + /* 9:43 */waypoints[50].origin = ( -807.637, 327.986, 64.125 ); + /* 9:43 */waypoints[50].type = "stand"; + /* 9:43 */waypoints[50].children[0] = 51; + /* 9:43 */waypoints[50].children[1] = 49; + /* 9:43 */waypoints[51] = spawnstruct(); + /* 9:43 */waypoints[51].origin = ( -821.273, 71.4037, 4.125 ); + /* 9:43 */waypoints[51].type = "stand"; + /* 9:43 */waypoints[51].children[0] = 50; + /* 9:43 */waypoints[51].children[1] = 96; + /* 9:43 */waypoints[51].children[2] = 185; + /* 9:43 */waypoints[52] = spawnstruct(); + /* 9:43 */waypoints[52].origin = ( -997.125, 33.127, 136.125 ); + /* 9:43 */waypoints[52].type = "crouch"; + /* 9:43 */waypoints[52].children[0] = 44; + /* 9:43 */waypoints[52].angles = ( 1.58081, 122.399, 0 ); + /* 9:43 */waypoints[53] = spawnstruct(); + /* 9:43 */waypoints[53].origin = ( -799.125, 488.875, 136.125 ); + /* 9:43 */waypoints[53].type = "crouch"; + /* 9:43 */waypoints[53].children[0] = 42; + /* 9:43 */waypoints[53].angles = ( 1.96533, -156.313, 0 ); + /* 9:43 */waypoints[54] = spawnstruct(); + /* 9:43 */waypoints[54].origin = ( -1000.88, 1894.88, 140.125 ); + /* 9:43 */waypoints[54].type = "crouch"; + /* 9:43 */waypoints[54].children[0] = 35; + /* 9:43 */waypoints[54].angles = ( 1.96533, -59.2603, 0 ); + /* 9:43 */waypoints[55] = spawnstruct(); + /* 9:43 */waypoints[55].origin = ( -612.875, 1941.12, 136.125 ); + /* 9:43 */waypoints[55].type = "crouch"; + /* 9:43 */waypoints[55].children[0] = 24; + /* 9:43 */waypoints[55].angles = ( 3.50342, 64.3414, 0 ); + /* 9:43 */waypoints[56] = spawnstruct(); + /* 9:43 */waypoints[56].origin = ( -2133.88, 1325.13, 136.125 ); + /* 9:43 */waypoints[56].type = "climb"; + /* 9:43 */waypoints[56].children[0] = 34; + /* 9:43 */waypoints[56].angles = ( 7.73316, -90.3845, 0 ); + /* 9:43 */waypoints[57] = spawnstruct(); + /* 9:43 */waypoints[57].origin = ( -2298.38, 1214.31, 0.124997 ); + /* 9:43 */waypoints[57].type = "stand"; + /* 9:43 */waypoints[57].children[0] = 58; + /* 9:43 */waypoints[58] = spawnstruct(); + /* 9:43 */waypoints[58].origin = ( -2000.87, 1215.36, 0.124997 ); + /* 9:43 */waypoints[58].type = "stand"; + /* 9:43 */waypoints[58].children[0] = 59; + /* 9:43 */waypoints[58].children[1] = 57; + /* 9:43 */waypoints[58].children[2] = 151; + /* 9:43 */waypoints[58].children[3] = 61; + /* 9:43 */waypoints[59] = spawnstruct(); + /* 9:43 */waypoints[59].origin = ( -1992.89, 1505.35, 0.124999 ); + /* 9:43 */waypoints[59].type = "stand"; + /* 9:43 */waypoints[59].children[0] = 58; + /* 9:43 */waypoints[59].children[1] = 60; + /* 9:43 */waypoints[59].children[2] = 146; + /* 9:43 */waypoints[59].children[3] = 145; + /* 9:43 */waypoints[59].children[4] = 152; + /* 9:43 */waypoints[59].children[5] = 154; + /* 9:43 */waypoints[60] = spawnstruct(); + /* 9:43 */waypoints[60].origin = ( -1985.7, 1829.81, 136.125 ); + /* 9:43 */waypoints[60].type = "stand"; + /* 9:43 */waypoints[60].children[0] = 59; + /* 9:43 */waypoints[60].children[1] = 33; + /* 9:43 */waypoints[60].children[2] = 34; + /* 9:43 */waypoints[61] = spawnstruct(); + /* 9:43 */waypoints[61].origin = ( -2001.5, 1087.04, 8.125 ); + /* 9:43 */waypoints[61].type = "stand"; + /* 9:43 */waypoints[61].children[0] = 62; + /* 9:43 */waypoints[61].children[1] = 69; + /* 9:43 */waypoints[61].children[2] = 58; + /* 9:43 */waypoints[62] = spawnstruct(); + /* 9:43 */waypoints[62].origin = ( -1916.5, 1076.04, 8.125 ); + /* 9:43 */waypoints[62].type = "stand"; + /* 9:43 */waypoints[62].children[0] = 61; + /* 9:43 */waypoints[62].children[1] = 63; + /* 9:43 */waypoints[63] = spawnstruct(); + /* 9:43 */waypoints[63].origin = ( -1942.58, 859.638, 8.125 ); + /* 9:43 */waypoints[63].type = "stand"; + /* 9:43 */waypoints[63].children[0] = 62; + /* 9:43 */waypoints[63].children[1] = 68; + /* 9:43 */waypoints[63].children[2] = 64; + /* 9:43 */waypoints[64] = spawnstruct(); + /* 9:43 */waypoints[64].origin = ( -1950.14, 549.638, 8.125 ); + /* 9:43 */waypoints[64].type = "stand"; + /* 9:43 */waypoints[64].children[0] = 65; + /* 9:43 */waypoints[64].children[1] = 63; + /* 9:43 */waypoints[65] = spawnstruct(); + /* 9:43 */waypoints[65].origin = ( -2208.63, 511.262, 8.125 ); + /* 9:43 */waypoints[65].type = "stand"; + /* 9:43 */waypoints[65].children[0] = 66; + /* 9:43 */waypoints[65].children[1] = 64; + /* 9:43 */waypoints[65].children[2] = 70; + /* 9:43 */waypoints[65].children[3] = 196; + /* 9:43 */waypoints[65].children[4] = 197; + /* 9:43 */waypoints[66] = spawnstruct(); + /* 9:43 */waypoints[66].origin = ( -2206.29, 668.171, 8.125 ); + /* 9:43 */waypoints[66].type = "stand"; + /* 9:43 */waypoints[66].children[0] = 67; + /* 9:43 */waypoints[66].children[1] = 65; + /* 9:43 */waypoints[67] = spawnstruct(); + /* 9:43 */waypoints[67].origin = ( -2257.33, 817.06, 8.125 ); + /* 9:43 */waypoints[67].type = "stand"; + /* 9:43 */waypoints[67].children[0] = 68; + /* 9:43 */waypoints[67].children[1] = 66; + /* 9:43 */waypoints[68] = spawnstruct(); + /* 9:43 */waypoints[68].origin = ( -2158.61, 890.204, 8.125 ); + /* 9:43 */waypoints[68].type = "stand"; + /* 9:43 */waypoints[68].children[0] = 63; + /* 9:43 */waypoints[68].children[1] = 69; + /* 9:43 */waypoints[68].children[2] = 67; + /* 9:43 */waypoints[69] = spawnstruct(); + /* 9:43 */waypoints[69].origin = ( -2124.73, 1003.23, 8.125 ); + /* 9:43 */waypoints[69].type = "stand"; + /* 9:43 */waypoints[69].children[0] = 68; + /* 9:43 */waypoints[69].children[1] = 61; + /* 9:43 */waypoints[69].children[2] = 196; + /* 9:43 */waypoints[69].children[3] = 197; + /* 9:43 */waypoints[70] = spawnstruct(); + /* 9:43 */waypoints[70].origin = ( -2203.45, 371.376, 0.124999 ); + /* 9:43 */waypoints[70].type = "stand"; + /* 9:43 */waypoints[70].children[0] = 65; + /* 9:43 */waypoints[70].children[1] = 71; + /* 9:43 */waypoints[71] = spawnstruct(); + /* 9:43 */waypoints[71].origin = ( -1727.77, 360.644, -3.91935 ); + /* 9:43 */waypoints[71].type = "stand"; + /* 9:43 */waypoints[71].children[0] = 70; + /* 9:43 */waypoints[71].children[1] = 72; + /* 9:43 */waypoints[71].children[2] = 79; + /* 9:43 */waypoints[71].children[3] = 155; + /* 9:43 */waypoints[72] = spawnstruct(); + /* 9:43 */waypoints[72].origin = ( -1700.93, 651.836, -5.17558 ); + /* 9:43 */waypoints[72].type = "stand"; + /* 9:43 */waypoints[72].children[0] = 71; + /* 9:43 */waypoints[72].children[1] = 73; + /* 9:43 */waypoints[72].children[2] = 75; + /* 9:43 */waypoints[72].children[3] = 77; + /* 9:43 */waypoints[72].children[4] = 148; + /* 9:43 */waypoints[72].children[5] = 155; + /* 9:43 */waypoints[73] = spawnstruct(); + /* 9:43 */waypoints[73].origin = ( -1576.91, 2020.93, 0.124998 ); + /* 9:43 */waypoints[73].type = "stand"; + /* 9:43 */waypoints[73].children[0] = 72; + /* 9:43 */waypoints[73].children[1] = 74; + /* 9:43 */waypoints[73].children[2] = 138; + /* 9:43 */waypoints[74] = spawnstruct(); + /* 9:43 */waypoints[74].origin = ( -1565.3, 2284.87, 128.387 ); + /* 9:43 */waypoints[74].type = "stand"; + /* 9:43 */waypoints[74].children[0] = 73; + /* 9:43 */waypoints[74].children[1] = 28; + /* 9:43 */waypoints[74].children[2] = 169; + /* 9:43 */waypoints[75] = spawnstruct(); + /* 9:43 */waypoints[75].origin = ( -1390.32, 634.927, -4.38113 ); + /* 9:43 */waypoints[75].type = "stand"; + /* 9:43 */waypoints[75].children[0] = 76; + /* 9:43 */waypoints[75].children[1] = 72; + /* 9:43 */waypoints[75].children[2] = 77; + /* 9:43 */waypoints[75].children[3] = 150; + /* 9:43 */waypoints[76] = spawnstruct(); + /* 9:43 */waypoints[76].origin = ( -630.476, 636.297, -6.25872 ); + /* 9:43 */waypoints[76].type = "stand"; + /* 9:43 */waypoints[76].children[0] = 75; + /* 9:43 */waypoints[76].children[1] = 116; + /* 9:43 */waypoints[76].children[2] = 115; + /* 9:43 */waypoints[76].children[3] = 128; + /* 9:43 */waypoints[76].children[4] = 131; + /* 9:43 */waypoints[76].children[5] = 132; + /* 9:43 */waypoints[76].children[6] = 204; + /* 9:43 */waypoints[77] = spawnstruct(); + /* 9:43 */waypoints[77].origin = ( -1527.63, 637.934, -5.25531 ); + /* 9:43 */waypoints[77].type = "stand"; + /* 9:43 */waypoints[77].children[0] = 75; + /* 9:43 */waypoints[77].children[1] = 72; + /* 9:43 */waypoints[77].children[2] = 78; + /* 9:43 */waypoints[77].children[3] = 148; + /* 9:43 */waypoints[77].children[4] = 187; + /* 9:43 */waypoints[78] = spawnstruct(); + /* 9:43 */waypoints[78].origin = ( -1536.07, 280.334, 4.125 ); + /* 9:43 */waypoints[78].type = "stand"; + /* 9:43 */waypoints[78].children[0] = 77; + /* 9:43 */waypoints[78].children[1] = 47; + /* 9:43 */waypoints[78].children[2] = 187; + /* 9:43 */waypoints[78].children[3] = 188; + /* 9:43 */waypoints[79] = spawnstruct(); + /* 9:43 */waypoints[79].origin = ( -1711.14, -62.5587, -4.56443 ); + /* 9:43 */waypoints[79].type = "stand"; + /* 9:43 */waypoints[79].children[0] = 71; + /* 9:43 */waypoints[79].children[1] = 80; + /* 9:43 */waypoints[79].children[2] = 85; + /* 9:43 */waypoints[79].children[3] = 86; + /* 9:43 */waypoints[80] = spawnstruct(); + /* 9:43 */waypoints[80].origin = ( -1688.75, -252.473, -4.38015 ); + /* 9:43 */waypoints[80].type = "stand"; + /* 9:43 */waypoints[80].children[0] = 79; + /* 9:43 */waypoints[80].children[1] = 81; + /* 9:43 */waypoints[80].children[2] = 83; + /* 9:43 */waypoints[80].children[3] = 85; + /* 9:43 */waypoints[80].children[4] = 86; + /* 9:43 */waypoints[80].children[5] = 195; + /* 9:43 */waypoints[81] = spawnstruct(); + /* 9:43 */waypoints[81].origin = ( -1697.86, -417.869, 0.125002 ); + /* 9:43 */waypoints[81].type = "stand"; + /* 9:43 */waypoints[81].children[0] = 80; + /* 9:43 */waypoints[81].children[1] = 82; + /* 9:43 */waypoints[81].children[2] = 195; + /* 9:43 */waypoints[82] = spawnstruct(); + /* 9:43 */waypoints[82].origin = ( -1165.23, -392.7, 0.124869 ); + /* 9:43 */waypoints[82].type = "stand"; + /* 9:43 */waypoints[82].children[0] = 81; + /* 9:43 */waypoints[82].children[1] = 83; + /* 9:43 */waypoints[83] = spawnstruct(); + /* 9:43 */waypoints[83].origin = ( -994.418, -264.1, -4.0327 ); + /* 9:43 */waypoints[83].type = "stand"; + /* 9:43 */waypoints[83].children[0] = 82; + /* 9:43 */waypoints[83].children[1] = 84; + /* 9:43 */waypoints[83].children[2] = 80; + /* 9:43 */waypoints[83].children[3] = 6; + /* 9:43 */waypoints[83].children[4] = 95; + /* 9:43 */waypoints[84] = spawnstruct(); + /* 9:43 */waypoints[84].origin = ( -1179.4, -159.905, 0.125 ); + /* 9:43 */waypoints[84].type = "stand"; + /* 9:43 */waypoints[84].children[0] = 83; + /* 9:43 */waypoints[84].children[1] = 85; + /* 9:43 */waypoints[84].children[2] = 94; + /* 9:43 */waypoints[85] = spawnstruct(); + /* 9:43 */waypoints[85].origin = ( -1576.31, -158.845, 0.124836 ); + /* 9:43 */waypoints[85].type = "stand"; + /* 9:43 */waypoints[85].children[0] = 79; + /* 9:43 */waypoints[85].children[1] = 84; + /* 9:43 */waypoints[85].children[2] = 86; + /* 9:43 */waypoints[85].children[3] = 80; + /* 9:43 */waypoints[86] = spawnstruct(); + /* 9:43 */waypoints[86].origin = ( -1528, -52.8429, 0.125001 ); + /* 9:43 */waypoints[86].type = "stand"; + /* 9:43 */waypoints[86].children[0] = 79; + /* 9:43 */waypoints[86].children[1] = 85; + /* 9:43 */waypoints[86].children[2] = 80; + /* 9:43 */waypoints[86].children[3] = 87; + /* 9:43 */waypoints[87] = spawnstruct(); + /* 9:43 */waypoints[87].origin = ( -1288.2, -48.173, 136.125 ); + /* 9:43 */waypoints[87].type = "stand"; + /* 9:43 */waypoints[87].children[0] = 86; + /* 9:43 */waypoints[87].children[1] = 48; + /* 9:43 */waypoints[88] = spawnstruct(); + /* 9:43 */waypoints[88].origin = ( -852.405, -60.7202, 136.125 ); + /* 9:43 */waypoints[88].type = "stand"; + /* 9:43 */waypoints[88].children[0] = 48; + /* 9:43 */waypoints[88].children[1] = 89; + /* 9:43 */waypoints[89] = spawnstruct(); + /* 9:43 */waypoints[89].origin = ( -845.755, -569.459, 136.125 ); + /* 9:43 */waypoints[89].type = "stand"; + /* 9:43 */waypoints[89].children[0] = 88; + /* 9:43 */waypoints[89].children[1] = 90; + /* 9:43 */waypoints[90] = spawnstruct(); + /* 9:43 */waypoints[90].origin = ( -718.668, -571.274, 136.125 ); + /* 9:43 */waypoints[90].type = "stand"; + /* 9:43 */waypoints[90].children[0] = 89; + /* 9:43 */waypoints[90].children[1] = 91; + /* 9:43 */waypoints[91] = spawnstruct(); + /* 9:43 */waypoints[91].origin = ( -485.177, -550.822, 0.125001 ); + /* 9:43 */waypoints[91].type = "stand"; + /* 9:43 */waypoints[91].children[0] = 90; + /* 9:43 */waypoints[91].children[1] = 92; + /* 9:43 */waypoints[91].children[2] = 199; + /* 9:43 */waypoints[92] = spawnstruct(); + /* 9:43 */waypoints[92].origin = ( -423.759, -550.889, 0.125001 ); + /* 9:43 */waypoints[92].type = "stand"; + /* 9:43 */waypoints[92].children[0] = 91; + /* 9:43 */waypoints[92].children[1] = 93; + /* 9:43 */waypoints[92].children[2] = 200; + /* 9:43 */waypoints[93] = spawnstruct(); + /* 9:43 */waypoints[93].origin = ( -201.107, -527.765, 0.124998 ); + /* 9:43 */waypoints[93].type = "stand"; + /* 9:43 */waypoints[93].children[0] = 92; + /* 9:43 */waypoints[93].children[1] = 3; + /* 9:43 */waypoints[93].children[2] = 5; + /* 9:43 */waypoints[93].children[3] = 200; + /* 9:43 */waypoints[93].children[4] = 202; + /* 9:43 */waypoints[94] = spawnstruct(); + /* 9:43 */waypoints[94].origin = ( -975.125, -135.125, 0.124998 ); + /* 9:43 */waypoints[94].type = "crouch"; + /* 9:43 */waypoints[94].children[0] = 84; + /* 9:43 */waypoints[94].angles = ( 4.86023, -141.564, 0 ); + /* 9:43 */waypoints[95] = spawnstruct(); + /* 9:43 */waypoints[95].origin = ( -651.148, -247.149, -4.10398 ); + /* 9:43 */waypoints[95].type = "stand"; + /* 9:43 */waypoints[95].children[0] = 6; + /* 9:43 */waypoints[95].children[1] = 83; + /* 9:43 */waypoints[95].children[2] = 96; + /* 9:43 */waypoints[95].children[3] = 198; + /* 9:43 */waypoints[96] = spawnstruct(); + /* 9:43 */waypoints[96].origin = ( -644.618, 76.5126, -4.05429 ); + /* 9:43 */waypoints[96].type = "stand"; + /* 9:43 */waypoints[96].children[0] = 95; + /* 9:43 */waypoints[96].children[1] = 51; + /* 9:43 */waypoints[96].children[2] = 97; + /* 9:43 */waypoints[96].children[3] = 116; + /* 9:43 */waypoints[97] = spawnstruct(); + /* 9:43 */waypoints[97].origin = ( -246.334, 81.7848, 0.125 ); + /* 9:43 */waypoints[97].type = "stand"; + /* 9:43 */waypoints[97].children[0] = 96; + /* 9:43 */waypoints[97].children[1] = 98; + /* 9:43 */waypoints[97].children[2] = 99; + /* 9:43 */waypoints[97].children[3] = 101; + /* 9:43 */waypoints[97].children[4] = 184; + /* 9:43 */waypoints[98] = spawnstruct(); + /* 9:43 */waypoints[98].origin = ( -241.005, 277.993, 0.125 ); + /* 9:43 */waypoints[98].type = "stand"; + /* 9:43 */waypoints[98].children[0] = 97; + /* 9:43 */waypoints[98].children[1] = 99; + /* 9:43 */waypoints[98].children[2] = 102; + /* 9:43 */waypoints[99] = spawnstruct(); + /* 9:43 */waypoints[99].origin = ( -117.048, -27.1643, 0.125 ); + /* 9:43 */waypoints[99].type = "stand"; + /* 9:43 */waypoints[99].children[0] = 100; + /* 9:43 */waypoints[99].children[1] = 98; + /* 9:43 */waypoints[99].children[2] = 97; + /* 9:43 */waypoints[100] = spawnstruct(); + /* 9:43 */waypoints[100].origin = ( -118.989, -153.531, -7.76728 ); + /* 9:43 */waypoints[100].type = "stand"; + /* 9:43 */waypoints[100].children[0] = 2; + /* 9:43 */waypoints[100].children[1] = 6; + /* 9:43 */waypoints[100].children[2] = 99; + /* 9:43 */waypoints[101] = spawnstruct(); + /* 9:43 */waypoints[101].origin = ( -15.3719, 488.875, 0.125 ); + /* 9:43 */waypoints[101].type = "crouch"; + /* 9:43 */waypoints[101].children[0] = 97; + /* 9:43 */waypoints[101].angles = ( 4.0802, -123.184, 0 ); + /* 9:43 */waypoints[102] = spawnstruct(); + /* 9:43 */waypoints[102].origin = ( -235.678, 468.537, 80.125 ); + /* 9:43 */waypoints[102].type = "stand"; + /* 9:43 */waypoints[102].children[0] = 98; + /* 9:43 */waypoints[102].children[1] = 103; + /* 9:43 */waypoints[103] = spawnstruct(); + /* 9:43 */waypoints[103].origin = ( -40.4174, 472.891, 168.125 ); + /* 9:43 */waypoints[103].type = "stand"; + /* 9:43 */waypoints[103].children[0] = 102; + /* 9:43 */waypoints[103].children[1] = 104; + /* 9:43 */waypoints[104] = spawnstruct(); + /* 9:43 */waypoints[104].origin = ( 159.926, 464.818, 168.125 ); + /* 9:43 */waypoints[104].type = "stand"; + /* 9:43 */waypoints[104].children[0] = 103; + /* 9:43 */waypoints[104].children[1] = 105; + /* 9:43 */waypoints[105] = spawnstruct(); + /* 9:43 */waypoints[105].origin = ( 162.144, 776.665, 168.125 ); + /* 9:43 */waypoints[105].type = "stand"; + /* 9:43 */waypoints[105].children[0] = 104; + /* 9:43 */waypoints[105].children[1] = 106; + /* 9:43 */waypoints[105].children[2] = 179; + /* 9:43 */waypoints[106] = spawnstruct(); + /* 9:43 */waypoints[106].origin = ( 347.563, 776.388, 88.125 ); + /* 9:43 */waypoints[106].type = "stand"; + /* 9:43 */waypoints[106].children[0] = 105; + /* 9:43 */waypoints[106].children[1] = 107; + /* 9:43 */waypoints[107] = spawnstruct(); + /* 9:43 */waypoints[107].origin = ( 339.46, 592.42, 8.125 ); + /* 9:43 */waypoints[107].type = "stand"; + /* 9:43 */waypoints[107].children[0] = 106; + /* 9:43 */waypoints[107].children[1] = 109; + /* 9:43 */waypoints[108] = spawnstruct(); + /* 9:43 */waypoints[108].origin = ( 135.125, 796.875, 8.125 ); + /* 9:43 */waypoints[108].type = "crouch"; + /* 9:43 */waypoints[108].children[0] = 109; + /* 9:43 */waypoints[108].angles = ( 3.11892, -66.8628, 0 ); + /* 9:43 */waypoints[109] = spawnstruct(); + /* 9:43 */waypoints[109].origin = ( 243.955, 588.07, 8.125 ); + /* 9:43 */waypoints[109].type = "stand"; + /* 9:43 */waypoints[109].children[0] = 107; + /* 9:43 */waypoints[109].children[1] = 108; + /* 9:43 */waypoints[109].children[2] = 110; + /* 9:43 */waypoints[110] = spawnstruct(); + /* 9:43 */waypoints[110].origin = ( 253.645, 279.851, 0.124997 ); + /* 9:43 */waypoints[110].type = "stand"; + /* 9:43 */waypoints[110].children[0] = 109; + /* 9:43 */waypoints[110].children[1] = 1; + /* 9:43 */waypoints[110].children[2] = 2; + /* 9:43 */waypoints[110].children[3] = 112; + /* 9:43 */waypoints[111] = spawnstruct(); + /* 9:43 */waypoints[111].origin = ( 210.609, -269.857, -7.875 ); + /* 9:43 */waypoints[111].type = "stand"; + /* 9:43 */waypoints[111].children[0] = 3; + /* 9:43 */waypoints[111].children[1] = 0; + /* 9:43 */waypoints[111].children[2] = 112; + /* 9:43 */waypoints[111].children[3] = 202; + /* 9:43 */waypoints[112] = spawnstruct(); + /* 9:43 */waypoints[112].origin = ( 310.846, 76.2669, -0.468149 ); + /* 9:43 */waypoints[112].type = "stand"; + /* 9:43 */waypoints[112].children[0] = 110; + /* 9:43 */waypoints[112].children[1] = 111; + /* 9:43 */waypoints[112].children[2] = 1; + /* 9:43 */waypoints[113] = spawnstruct(); + /* 9:43 */waypoints[113].origin = ( 507.233, 1056.83, -6.09544 ); + /* 9:43 */waypoints[113].type = "stand"; + /* 9:43 */waypoints[113].children[0] = 8; + /* 9:43 */waypoints[113].children[1] = 7; + /* 9:43 */waypoints[113].children[2] = 114; + /* 9:43 */waypoints[113].children[3] = 177; + /* 9:43 */waypoints[114] = spawnstruct(); + /* 9:43 */waypoints[114].origin = ( -207.519, 1070.49, -7.875 ); + /* 9:43 */waypoints[114].type = "stand"; + /* 9:43 */waypoints[114].children[0] = 113; + /* 9:43 */waypoints[114].children[1] = 115; + /* 9:43 */waypoints[114].children[2] = 16; + /* 9:43 */waypoints[114].children[3] = 118; + /* 9:43 */waypoints[114].children[4] = 120; + /* 9:43 */waypoints[114].children[5] = 123; + /* 9:43 */waypoints[114].children[6] = 130; + /* 9:43 */waypoints[115] = spawnstruct(); + /* 9:43 */waypoints[115].origin = ( -172.986, 566.962, 0.125002 ); + /* 9:43 */waypoints[115].type = "stand"; + /* 9:43 */waypoints[115].children[0] = 76; + /* 9:43 */waypoints[115].children[1] = 114; + /* 9:43 */waypoints[116] = spawnstruct(); + /* 9:43 */waypoints[116].origin = ( -639.95, 546.584, -4.73487 ); + /* 9:43 */waypoints[116].type = "stand"; + /* 9:43 */waypoints[116].children[0] = 96; + /* 9:43 */waypoints[116].children[1] = 76; + /* 9:43 */waypoints[116].children[2] = 131; + /* 9:43 */waypoints[116].children[3] = 204; + /* 9:43 */waypoints[117] = spawnstruct(); + /* 9:43 */waypoints[117].origin = ( 3.20539, 1494.39, -7.875 ); + /* 9:43 */waypoints[117].type = "stand"; + /* 9:43 */waypoints[117].children[0] = 12; + /* 9:43 */waypoints[117].children[1] = 15; + /* 9:43 */waypoints[117].children[2] = 118; + /* 9:43 */waypoints[117].children[3] = 121; + /* 9:43 */waypoints[118] = spawnstruct(); + /* 9:43 */waypoints[118].origin = ( -82.2322, 1170.12, -7.875 ); + /* 9:43 */waypoints[118].type = "stand"; + /* 9:43 */waypoints[118].children[0] = 114; + /* 9:43 */waypoints[118].children[1] = 119; + /* 9:43 */waypoints[118].children[2] = 117; + /* 9:43 */waypoints[118].children[3] = 120; + /* 9:43 */waypoints[118].children[4] = 121; + /* 9:43 */waypoints[118].children[5] = 123; + /* 9:43 */waypoints[118].children[6] = 203; + /* 9:43 */waypoints[119] = spawnstruct(); + /* 9:43 */waypoints[119].origin = ( 179.658, 1279.6, -7.875 ); + /* 9:43 */waypoints[119].type = "climb"; + /* 9:43 */waypoints[119].children[0] = 118; + /* 9:43 */waypoints[119].children[1] = 13; + /* 9:43 */waypoints[119].children[2] = 121; + /* 9:43 */waypoints[119].angles = ( 1.43799, 20.4456, 0 ); + /* 9:43 */waypoints[120] = spawnstruct(); + /* 9:43 */waypoints[120].origin = ( -240.759, 1369.38, -7.875 ); + /* 9:43 */waypoints[120].type = "stand"; + /* 9:43 */waypoints[120].children[0] = 16; + /* 9:43 */waypoints[120].children[1] = 118; + /* 9:43 */waypoints[120].children[2] = 114; + /* 9:43 */waypoints[120].children[3] = 121; + /* 9:43 */waypoints[120].children[4] = 123; + /* 9:43 */waypoints[120].children[5] = 124; + /* 9:43 */waypoints[121] = spawnstruct(); + /* 9:43 */waypoints[121].origin = ( -29.4747, 1348.93, -7.875 ); + /* 9:43 */waypoints[121].type = "stand"; + /* 9:43 */waypoints[121].children[0] = 117; + /* 9:43 */waypoints[121].children[1] = 118; + /* 9:43 */waypoints[121].children[2] = 120; + /* 9:43 */waypoints[121].children[3] = 119; + /* 9:43 */waypoints[121].children[4] = 122; + /* 9:43 */waypoints[121].children[5] = 124; + /* 9:43 */waypoints[122] = spawnstruct(); + /* 9:43 */waypoints[122].origin = ( 174.667, 1218.98, -7.875 ); + /* 9:43 */waypoints[122].type = "climb"; + /* 9:43 */waypoints[122].children[0] = 8; + /* 9:43 */waypoints[122].children[1] = 121; + /* 9:43 */waypoints[122].angles = ( 5.46997, 148.656, 0 ); + /* 9:43 */waypoints[123] = spawnstruct(); + /* 9:43 */waypoints[123].origin = ( -486.285, 1345.36, -7.875 ); + /* 9:43 */waypoints[123].type = "stand"; + /* 9:43 */waypoints[123].children[0] = 120; + /* 9:43 */waypoints[123].children[1] = 118; + /* 9:43 */waypoints[123].children[2] = 114; + /* 9:43 */waypoints[123].children[3] = 124; + /* 9:43 */waypoints[123].children[4] = 129; + /* 9:43 */waypoints[123].children[5] = 203; + /* 9:43 */waypoints[124] = spawnstruct(); + /* 9:43 */waypoints[124].origin = ( -661.719, 1533.92, -7.87657 ); + /* 9:43 */waypoints[124].type = "stand"; + /* 9:43 */waypoints[124].children[0] = 125; + /* 9:43 */waypoints[124].children[1] = 123; + /* 9:43 */waypoints[124].children[2] = 120; + /* 9:43 */waypoints[124].children[3] = 121; + /* 9:43 */waypoints[124].children[4] = 127; + /* 9:43 */waypoints[124].children[5] = 133; + /* 9:43 */waypoints[125] = spawnstruct(); + /* 9:43 */waypoints[125].origin = ( -386.351, 1626.8, 0.125001 ); + /* 9:43 */waypoints[125].type = "stand"; + /* 9:43 */waypoints[125].children[0] = 124; + /* 9:43 */waypoints[125].children[1] = 126; + /* 9:43 */waypoints[126] = spawnstruct(); + /* 9:43 */waypoints[126].origin = ( -195.578, 1637.83, -0.0353167 ); + /* 9:43 */waypoints[126].type = "stand"; + /* 9:43 */waypoints[126].children[0] = 125; + /* 9:43 */waypoints[126].children[1] = 15; + /* 9:43 */waypoints[126].children[2] = 16; + /* 9:43 */waypoints[127] = spawnstruct(); + /* 9:43 */waypoints[127].origin = ( -678.82, 1300.69, -7.87509 ); + /* 9:43 */waypoints[127].type = "stand"; + /* 9:43 */waypoints[127].children[0] = 124; + /* 9:43 */waypoints[127].children[1] = 128; + /* 9:43 */waypoints[128] = spawnstruct(); + /* 9:43 */waypoints[128].origin = ( -748.021, 1206.49, 0.125 ); + /* 9:43 */waypoints[128].type = "stand"; + /* 9:43 */waypoints[128].children[0] = 127; + /* 9:43 */waypoints[128].children[1] = 76; + /* 9:43 */waypoints[128].children[2] = 132; + /* 9:43 */waypoints[128].children[3] = 191; + /* 9:43 */waypoints[128].children[4] = 192; + /* 9:43 */waypoints[129] = spawnstruct(); + /* 9:43 */waypoints[129].origin = ( -540.756, 980.286, -7.875 ); + /* 9:43 */waypoints[129].type = "stand"; + /* 9:43 */waypoints[129].children[0] = 123; + /* 9:43 */waypoints[129].children[1] = 130; + /* 9:43 */waypoints[129].children[2] = 132; + /* 9:43 */waypoints[129].children[3] = 191; + /* 9:43 */waypoints[129].children[4] = 192; + /* 9:43 */waypoints[130] = spawnstruct(); + /* 9:43 */waypoints[130].origin = ( -327.493, 951.065, -7.875 ); + /* 9:43 */waypoints[130].type = "stand"; + /* 9:43 */waypoints[130].children[0] = 129; + /* 9:43 */waypoints[130].children[1] = 114; + /* 9:43 */waypoints[130].children[2] = 131; + /* 9:43 */waypoints[130].children[3] = 203; + /* 9:43 */waypoints[131] = spawnstruct(); + /* 9:43 */waypoints[131].origin = ( -384.002, 701.729, -7.875 ); + /* 9:43 */waypoints[131].type = "stand"; + /* 9:43 */waypoints[131].children[0] = 130; + /* 9:43 */waypoints[131].children[1] = 116; + /* 9:43 */waypoints[131].children[2] = 76; + /* 9:43 */waypoints[131].children[3] = 204; + /* 9:43 */waypoints[132] = spawnstruct(); + /* 9:43 */waypoints[132].origin = ( -665.957, 894.713, -7.875 ); + /* 9:43 */waypoints[132].type = "stand"; + /* 9:43 */waypoints[132].children[0] = 76; + /* 9:43 */waypoints[132].children[1] = 129; + /* 9:43 */waypoints[132].children[2] = 128; + /* 9:43 */waypoints[132].children[3] = 191; + /* 9:43 */waypoints[132].children[4] = 192; + /* 9:43 */waypoints[133] = spawnstruct(); + /* 9:43 */waypoints[133].origin = ( -1095.73, 1543.74, -4.68423 ); + /* 9:43 */waypoints[133].type = "stand"; + /* 9:43 */waypoints[133].children[0] = 124; + /* 9:43 */waypoints[133].children[1] = 135; + /* 9:43 */waypoints[133].children[2] = 134; + /* 9:43 */waypoints[133].children[3] = 136; + /* 9:43 */waypoints[134] = spawnstruct(); + /* 9:43 */waypoints[134].origin = ( -1404.46, 1444.64, 0.124998 ); + /* 9:43 */waypoints[134].type = "stand"; + /* 9:43 */waypoints[134].children[0] = 133; + /* 9:43 */waypoints[134].children[1] = 142; + /* 9:43 */waypoints[134].children[2] = 153; + /* 9:43 */waypoints[135] = spawnstruct(); + /* 9:43 */waypoints[135].origin = ( -1078.76, 1989.8, -0.817665 ); + /* 9:43 */waypoints[135].type = "stand"; + /* 9:43 */waypoints[135].children[0] = 133; + /* 9:43 */waypoints[135].children[1] = 156; + /* 9:43 */waypoints[136] = spawnstruct(); + /* 9:43 */waypoints[136].origin = ( -1423.05, 1669.96, 0.124997 ); + /* 9:43 */waypoints[136].type = "stand"; + /* 9:43 */waypoints[136].children[0] = 133; + /* 9:43 */waypoints[136].children[1] = 137; + /* 9:43 */waypoints[136].children[2] = 141; + /* 9:43 */waypoints[136].children[3] = 152; + /* 9:43 */waypoints[137] = spawnstruct(); + /* 9:43 */waypoints[137].origin = ( -1436.21, 1818.65, 0.124997 ); + /* 9:43 */waypoints[137].type = "stand"; + /* 9:43 */waypoints[137].children[0] = 138; + /* 9:43 */waypoints[137].children[1] = 136; + /* 9:43 */waypoints[137].children[2] = 167; + /* 9:43 */waypoints[138] = spawnstruct(); + /* 9:43 */waypoints[138].origin = ( -1571.98, 1818.92, 0.124997 ); + /* 9:43 */waypoints[138].type = "stand"; + /* 9:43 */waypoints[138].children[0] = 73; + /* 9:43 */waypoints[138].children[1] = 137; + /* 9:43 */waypoints[138].children[2] = 139; + /* 9:43 */waypoints[138].children[3] = 141; + /* 9:43 */waypoints[139] = spawnstruct(); + /* 9:43 */waypoints[139].origin = ( -1711.57, 1831.78, 0.124997 ); + /* 9:43 */waypoints[139].type = "stand"; + /* 9:43 */waypoints[139].children[0] = 140; + /* 9:43 */waypoints[139].children[1] = 138; + /* 9:43 */waypoints[139].children[2] = 166; + /* 9:43 */waypoints[140] = spawnstruct(); + /* 9:43 */waypoints[140].origin = ( -1715.01, 1683.4, 0.124997 ); + /* 9:43 */waypoints[140].type = "stand"; + /* 9:43 */waypoints[140].children[0] = 141; + /* 9:43 */waypoints[140].children[1] = 139; + /* 9:43 */waypoints[140].children[2] = 151; + /* 9:43 */waypoints[141] = spawnstruct(); + /* 9:43 */waypoints[141].origin = ( -1568.33, 1670.43, 0.124997 ); + /* 9:43 */waypoints[141].type = "stand"; + /* 9:43 */waypoints[141].children[0] = 136; + /* 9:43 */waypoints[141].children[1] = 140; + /* 9:43 */waypoints[141].children[2] = 138; + /* 9:43 */waypoints[141].children[3] = 146; + /* 9:43 */waypoints[142] = spawnstruct(); + /* 9:43 */waypoints[142].origin = ( -1405.73, 1082.67, 0.124998 ); + /* 9:43 */waypoints[142].type = "stand"; + /* 9:43 */waypoints[142].children[0] = 143; + /* 9:43 */waypoints[142].children[1] = 134; + /* 9:43 */waypoints[142].children[2] = 149; + /* 9:43 */waypoints[143] = spawnstruct(); + /* 9:43 */waypoints[143].origin = ( -1541.35, 1071.82, -7.875 ); + /* 9:43 */waypoints[143].type = "stand"; + /* 9:43 */waypoints[143].children[0] = 142; + /* 9:43 */waypoints[143].children[1] = 145; + /* 9:43 */waypoints[143].children[2] = 146; + /* 9:43 */waypoints[143].children[3] = 147; + /* 9:43 */waypoints[143].children[4] = 154; + /* 9:43 */waypoints[144] = spawnstruct(); + /* 9:43 */waypoints[144].origin = ( -1405.33, 1329.67, 0.125001 ); + /* 9:43 */waypoints[144].type = "stand"; + /* 9:43 */waypoints[144].children[0] = 145; + /* 9:43 */waypoints[145] = spawnstruct(); + /* 9:43 */waypoints[145].origin = ( -1537.89, 1317.71, -7.46631 ); + /* 9:43 */waypoints[145].type = "stand"; + /* 9:43 */waypoints[145].children[0] = 144; + /* 9:43 */waypoints[145].children[1] = 143; + /* 9:43 */waypoints[145].children[2] = 59; + /* 9:43 */waypoints[145].children[3] = 146; + /* 9:43 */waypoints[145].children[4] = 154; + /* 9:43 */waypoints[146] = spawnstruct(); + /* 9:43 */waypoints[146].origin = ( -1683.88, 1296.61, -7.875 ); + /* 9:43 */waypoints[146].type = "stand"; + /* 9:43 */waypoints[146].children[0] = 141; + /* 9:43 */waypoints[146].children[1] = 143; + /* 9:43 */waypoints[146].children[2] = 59; + /* 9:43 */waypoints[146].children[3] = 153; + /* 9:43 */waypoints[146].children[4] = 145; + /* 9:43 */waypoints[146].children[5] = 147; + /* 9:43 */waypoints[146].children[6] = 148; + /* 9:43 */waypoints[146].children[7] = 154; + /* 9:43 */waypoints[147] = spawnstruct(); + /* 9:43 */waypoints[147].origin = ( -1543.23, 959.94, -7.875 ); + /* 9:43 */waypoints[147].type = "stand"; + /* 9:43 */waypoints[147].children[0] = 143; + /* 9:43 */waypoints[147].children[1] = 148; + /* 9:43 */waypoints[147].children[2] = 149; + /* 9:43 */waypoints[147].children[3] = 146; + /* 9:43 */waypoints[147].children[4] = 154; + /* 9:43 */waypoints[148] = spawnstruct(); + /* 9:43 */waypoints[148].origin = ( -1538.74, 843.132, -2.21851 ); + /* 9:43 */waypoints[148].type = "stand"; + /* 9:43 */waypoints[148].children[0] = 77; + /* 9:43 */waypoints[148].children[1] = 72; + /* 9:43 */waypoints[148].children[2] = 147; + /* 9:43 */waypoints[148].children[3] = 150; + /* 9:43 */waypoints[148].children[4] = 146; + /* 9:43 */waypoints[149] = spawnstruct(); + /* 9:43 */waypoints[149].origin = ( -1398.48, 955.502, 0.124998 ); + /* 9:43 */waypoints[149].type = "stand"; + /* 9:43 */waypoints[149].children[0] = 150; + /* 9:43 */waypoints[149].children[1] = 142; + /* 9:43 */waypoints[149].children[2] = 147; + /* 9:43 */waypoints[150] = spawnstruct(); + /* 9:43 */waypoints[150].origin = ( -1399.73, 840.267, 0.124998 ); + /* 9:43 */waypoints[150].type = "stand"; + /* 9:43 */waypoints[150].children[0] = 75; + /* 9:43 */waypoints[150].children[1] = 148; + /* 9:43 */waypoints[150].children[2] = 149; + /* 9:43 */waypoints[151] = spawnstruct(); + /* 9:43 */waypoints[151].origin = ( -1850.17, 1610.7, 0.124998 ); + /* 9:43 */waypoints[151].type = "stand"; + /* 9:43 */waypoints[151].children[0] = 58; + /* 9:43 */waypoints[151].children[1] = 140; + /* 9:43 */waypoints[151].children[2] = 152; + /* 9:43 */waypoints[152] = spawnstruct(); + /* 9:43 */waypoints[152].origin = ( -1715.54, 1509.65, -7.875 ); + /* 9:43 */waypoints[152].type = "stand"; + /* 9:43 */waypoints[152].children[0] = 153; + /* 9:43 */waypoints[152].children[1] = 59; + /* 9:43 */waypoints[152].children[2] = 151; + /* 9:43 */waypoints[152].children[3] = 136; + /* 9:43 */waypoints[153] = spawnstruct(); + /* 9:43 */waypoints[153].origin = ( -1653.52, 1396.03, -7.875 ); + /* 9:43 */waypoints[153].type = "stand"; + /* 9:43 */waypoints[153].children[0] = 134; + /* 9:43 */waypoints[153].children[1] = 146; + /* 9:43 */waypoints[153].children[2] = 152; + /* 9:43 */waypoints[154] = spawnstruct(); + /* 9:43 */waypoints[154].origin = ( -1819.43, 1076.8, 0.314156 ); + /* 9:43 */waypoints[154].type = "stand"; + /* 9:43 */waypoints[154].children[0] = 155; + /* 9:43 */waypoints[154].children[1] = 59; + /* 9:43 */waypoints[154].children[2] = 146; + /* 9:43 */waypoints[154].children[3] = 143; + /* 9:43 */waypoints[154].children[4] = 147; + /* 9:43 */waypoints[154].children[5] = 145; + /* 9:43 */waypoints[155] = spawnstruct(); + /* 9:43 */waypoints[155].origin = ( -1798.95, 707.128, -5.875 ); + /* 9:43 */waypoints[155].type = "stand"; + /* 9:43 */waypoints[155].children[0] = 72; + /* 9:43 */waypoints[155].children[1] = 71; + /* 9:43 */waypoints[155].children[2] = 154; + /* 9:43 */waypoints[156] = spawnstruct(); + /* 9:43 */waypoints[156].origin = ( -715.95, 2006.56, -0.903272 ); + /* 9:43 */waypoints[156].type = "stand"; + /* 9:43 */waypoints[156].children[0] = 135; + /* 9:43 */waypoints[156].children[1] = 157; + /* 9:43 */waypoints[157] = spawnstruct(); + /* 9:43 */waypoints[157].origin = ( -707.711, 2130.94, -1.441 ); + /* 9:43 */waypoints[157].type = "stand"; + /* 9:43 */waypoints[157].children[0] = 156; + /* 9:43 */waypoints[157].children[1] = 158; + /* 9:43 */waypoints[158] = spawnstruct(); + /* 9:43 */waypoints[158].origin = ( -253.823, 2146.47, 0.124998 ); + /* 9:43 */waypoints[158].type = "stand"; + /* 9:43 */waypoints[158].children[0] = 157; + /* 9:43 */waypoints[158].children[1] = 17; + /* 9:43 */waypoints[158].children[2] = 19; + /* 9:43 */waypoints[158].children[3] = 18; + /* 9:43 */waypoints[158].children[4] = 160; + /* 9:43 */waypoints[158].children[5] = 159; + /* 9:43 */waypoints[159] = spawnstruct(); + /* 9:43 */waypoints[159].origin = ( 81.0801, 2045.54, -7.87516 ); + /* 9:43 */waypoints[159].type = "stand"; + /* 9:43 */waypoints[159].children[0] = 158; + /* 9:43 */waypoints[159].children[1] = 160; + /* 9:43 */waypoints[159].children[2] = 15; + /* 9:43 */waypoints[159].children[3] = 18; + /* 9:43 */waypoints[159].children[4] = 161; + /* 9:43 */waypoints[160] = spawnstruct(); + /* 9:43 */waypoints[160].origin = ( -36.5829, 2207.91, -7.87516 ); + /* 9:43 */waypoints[160].type = "stand"; + /* 9:43 */waypoints[160].children[0] = 158; + /* 9:43 */waypoints[160].children[1] = 19; + /* 9:43 */waypoints[160].children[2] = 18; + /* 9:43 */waypoints[160].children[3] = 159; + /* 9:43 */waypoints[161] = spawnstruct(); + /* 9:43 */waypoints[161].origin = ( 343.587, 2166.1, 0.124976 ); + /* 9:43 */waypoints[161].type = "crouch"; + /* 9:43 */waypoints[161].children[0] = 159; + /* 9:43 */waypoints[161].angles = ( -0.155029, 164.377, 0 ); + /* 9:43 */waypoints[162] = spawnstruct(); + /* 9:43 */waypoints[162].origin = ( -409.125, 1894.88, 136.125 ); + /* 9:43 */waypoints[162].type = "crouch"; + /* 9:43 */waypoints[162].children[0] = 23; + /* 9:43 */waypoints[162].angles = ( 0.811768, -138.345, 0 ); + /* 9:43 */waypoints[163] = spawnstruct(); + /* 9:43 */waypoints[163].origin = ( -617.181, 1894.88, 136.125 ); + /* 9:43 */waypoints[163].type = "crouch"; + /* 9:43 */waypoints[163].children[0] = 35; + /* 9:43 */waypoints[163].angles = ( 2.35535, -156.357, 0 ); + /* 9:43 */waypoints[164] = spawnstruct(); + /* 9:43 */waypoints[164].origin = ( -687.371, 1807.82, 136.125 ); + /* 9:43 */waypoints[164].type = "stand"; + /* 9:43 */waypoints[164].children[0] = 23; + /* 9:43 */waypoints[164].children[1] = 35; + /* 9:43 */waypoints[164].children[2] = 165; + /* 9:43 */waypoints[165] = spawnstruct(); + /* 9:43 */waypoints[165].origin = ( -711.202, 1688.98, 141.424 ); + /* 9:43 */waypoints[165].type = "stand"; + /* 9:43 */waypoints[165].children[0] = 164; + /* 9:43 */waypoints[166] = spawnstruct(); + /* 9:43 */waypoints[166].origin = ( -1760.88, 1888.38, 0.125 ); + /* 9:43 */waypoints[166].type = "crouch"; + /* 9:43 */waypoints[166].children[0] = 139; + /* 9:43 */waypoints[166].angles = ( 5.61829, -53.1299, 0 ); + /* 9:43 */waypoints[167] = spawnstruct(); + /* 9:43 */waypoints[167].origin = ( -1375.12, 1888.38, 0.125 ); + /* 9:43 */waypoints[167].type = "crouch"; + /* 9:43 */waypoints[167].children[0] = 137; + /* 9:43 */waypoints[167].angles = ( 4.0802, -130.968, 0 ); + /* 9:43 */waypoints[168] = spawnstruct(); + /* 9:43 */waypoints[168].origin = ( -1322.91, 2772.52, 114.125 ); + /* 9:43 */waypoints[168].type = "stand"; + /* 9:43 */waypoints[168].children[0] = 26; + /* 9:43 */waypoints[168].children[1] = 28; + /* 9:43 */waypoints[169] = spawnstruct(); + /* 9:43 */waypoints[169].origin = ( -1648.58, 2344.19, 129.351 ); + /* 9:43 */waypoints[169].type = "stand"; + /* 9:43 */waypoints[169].children[0] = 32; + /* 9:43 */waypoints[169].children[1] = 74; + /* 9:43 */waypoints[169].children[2] = 28; + /* 9:43 */waypoints[170] = spawnstruct(); + /* 9:43 */waypoints[170].origin = ( -971.911, 2462.48, 136.125 ); + /* 9:43 */waypoints[170].type = "claymore"; + /* 9:43 */waypoints[170].children[0] = 25; + /* 9:43 */waypoints[170].angles = ( 57.1332, -69.0491, 0 ); + /* 9:43 */waypoints[171] = spawnstruct(); + /* 9:43 */waypoints[171].origin = ( -930.875, 1648.88, 140.125 ); + /* 9:43 */waypoints[171].type = "claymore"; + /* 9:43 */waypoints[171].children[0] = 36; + /* 9:43 */waypoints[171].angles = ( 59.0503, -33.7061, 0 ); + /* 9:43 */waypoints[172] = spawnstruct(); + /* 9:43 */waypoints[172].origin = ( -914.463, 529.65, 136.125 ); + /* 9:43 */waypoints[172].type = "claymore"; + /* 9:43 */waypoints[172].children[0] = 40; + /* 9:43 */waypoints[172].angles = ( 76.546, 34.6893, 0 ); + /* 9:43 */waypoints[173] = spawnstruct(); + /* 9:43 */waypoints[173].origin = ( -860.484, 565.831, 136.125 ); + /* 9:43 */waypoints[173].type = "grenade"; + /* 9:43 */waypoints[173].children[0] = 42; + /* 9:43 */waypoints[173].children[1] = 40; + /* 9:43 */waypoints[173].angles = ( -11.1029, 89.22, 0 ); + /* 9:43 */waypoints[174] = spawnstruct(); + /* 9:43 */waypoints[174].origin = ( -876.345, 1543.39, 136.125 ); + /* 9:43 */waypoints[174].type = "grenade"; + /* 9:43 */waypoints[174].children[0] = 36; + /* 9:43 */waypoints[174].children[1] = 37; + /* 9:43 */waypoints[174].angles = ( -10.7239, -90.0879, 0 ); + /* 9:43 */waypoints[175] = spawnstruct(); + /* 9:43 */waypoints[175].origin = ( -806.945, 1318.63, 136.125 ); + /* 9:43 */waypoints[175].type = "crouch"; + /* 9:43 */waypoints[175].children[0] = 36; + /* 9:43 */waypoints[175].angles = ( 0.427246, 99.4153, 0 ); + /* 9:43 */waypoints[176] = spawnstruct(); + /* 9:43 */waypoints[176].origin = ( -803.125, 1242.38, 136.125 ); + /* 9:43 */waypoints[176].type = "crouch"; + /* 9:43 */waypoints[176].children[0] = 39; + /* 9:43 */waypoints[176].angles = ( -1.11084, -95.2844, 0 ); + /* 9:43 */waypoints[177] = spawnstruct(); + /* 9:43 */waypoints[177].origin = ( 613.095, 1051.78, 0.125 ); + /* 9:43 */waypoints[177].type = "claymore"; + /* 9:43 */waypoints[177].children[0] = 113; + /* 9:43 */waypoints[177].angles = ( 60.1984, 157.077, 0 ); + /* 9:43 */waypoints[178] = spawnstruct(); + /* 9:43 */waypoints[178].origin = ( 616.875, 812.875, 0.124998 ); + /* 9:43 */waypoints[178].type = "claymore"; + /* 9:43 */waypoints[178].children[0] = 7; + /* 9:43 */waypoints[178].angles = ( 52.3267, -138.928, 0 ); + /* 9:43 */waypoints[179] = spawnstruct(); + /* 9:43 */waypoints[179].origin = ( 40.7946, 762.873, 170.125 ); + /* 9:43 */waypoints[179].type = "stand"; + /* 9:43 */waypoints[179].children[0] = 105; + /* 9:43 */waypoints[179].children[1] = 180; + /* 9:43 */waypoints[179].children[2] = 181; + /* 9:43 */waypoints[179].children[3] = 182; + /* 9:43 */waypoints[179].children[4] = 183; + /* 9:43 */waypoints[180] = spawnstruct(); + /* 9:43 */waypoints[180].origin = ( -102.86, 944.85, 168.125 ); + /* 9:43 */waypoints[180].type = "climb"; + /* 9:43 */waypoints[180].children[0] = 179; + /* 9:43 */waypoints[180].children[1] = 181; + /* 9:43 */waypoints[180].angles = ( 12.7374, 177.38, 0 ); + /* 9:43 */waypoints[181] = spawnstruct(); + /* 9:43 */waypoints[181].origin = ( -55.4459, 998.875, 168.125 ); + /* 9:43 */waypoints[181].type = "climb"; + /* 9:43 */waypoints[181].children[0] = 180; + /* 9:43 */waypoints[181].children[1] = 179; + /* 9:43 */waypoints[181].angles = ( 4.94265, 88.1982, 0 ); + /* 9:43 */waypoints[182] = spawnstruct(); + /* 9:43 */waypoints[182].origin = ( 96.875, 703.125, 168.125 ); + /* 9:43 */waypoints[182].type = "crouch"; + /* 9:43 */waypoints[182].children[0] = 179; + /* 9:43 */waypoints[182].angles = ( 2.82778, 124.03, 0 ); + /* 9:43 */waypoints[183] = spawnstruct(); + /* 9:43 */waypoints[183].origin = ( 96.875, 738.177, 170.125 ); + /* 9:43 */waypoints[183].type = "claymore"; + /* 9:43 */waypoints[183].children[0] = 179; + /* 9:43 */waypoints[183].angles = ( 85, 96.8939, 0 ); + /* 9:43 */waypoints[184] = spawnstruct(); + /* 9:43 */waypoints[184].origin = ( -471.5, 140.724, 0.125002 ); + /* 9:43 */waypoints[184].type = "claymore"; + /* 9:43 */waypoints[184].children[0] = 97; + /* 9:43 */waypoints[184].angles = ( 80.578, -63.457, 0 ); + /* 9:43 */waypoints[185] = spawnstruct(); + /* 9:43 */waypoints[185].origin = ( -1064.4, 122.378, 4.125 ); + /* 9:43 */waypoints[185].type = "stand"; + /* 9:43 */waypoints[185].children[0] = 51; + /* 9:43 */waypoints[185].children[1] = 186; + /* 9:43 */waypoints[185].children[2] = 188; + /* 9:43 */waypoints[186] = spawnstruct(); + /* 9:43 */waypoints[186].origin = ( -1063.28, 436.159, 4.125 ); + /* 9:43 */waypoints[186].type = "stand"; + /* 9:43 */waypoints[186].children[0] = 187; + /* 9:43 */waypoints[186].children[1] = 185; + /* 9:43 */waypoints[186].children[2] = 189; + /* 9:43 */waypoints[186].children[3] = 190; + /* 9:43 */waypoints[187] = spawnstruct(); + /* 9:43 */waypoints[187].origin = ( -1535.08, 412.502, 4.125 ); + /* 9:43 */waypoints[187].type = "stand"; + /* 9:43 */waypoints[187].children[0] = 77; + /* 9:43 */waypoints[187].children[1] = 78; + /* 9:43 */waypoints[187].children[2] = 186; + /* 9:43 */waypoints[187].children[3] = 189; + /* 9:43 */waypoints[188] = spawnstruct(); + /* 9:43 */waypoints[188].origin = ( -1252.4, 195.121, 4.125 ); + /* 9:43 */waypoints[188].type = "stand"; + /* 9:43 */waypoints[188].children[0] = 189; + /* 9:43 */waypoints[188].children[1] = 185; + /* 9:43 */waypoints[188].children[2] = 78; + /* 9:43 */waypoints[189] = spawnstruct(); + /* 9:43 */waypoints[189].origin = ( -1257.67, 396.059, 4.125 ); + /* 9:43 */waypoints[189].type = "stand"; + /* 9:43 */waypoints[189].children[0] = 188; + /* 9:43 */waypoints[189].children[1] = 187; + /* 9:43 */waypoints[189].children[2] = 186; + /* 9:43 */waypoints[190] = spawnstruct(); + /* 9:43 */waypoints[190].origin = ( -967.125, 475.875, 4.125 ); + /* 9:43 */waypoints[190].type = "crouch"; + /* 9:43 */waypoints[190].children[0] = 186; + /* 9:43 */waypoints[190].angles = ( 2.15759, -155.292, 0 ); + /* 9:43 */waypoints[191] = spawnstruct(); + /* 9:43 */waypoints[191].origin = ( -680.645, 980.915, -7.875 ); + /* 9:43 */waypoints[191].type = "grenade"; + /* 9:43 */waypoints[191].children[0] = 132; + /* 9:43 */waypoints[191].children[1] = 129; + /* 9:43 */waypoints[191].children[2] = 128; + /* 9:43 */waypoints[191].angles = ( -32.1307, 110.704, 0.0878906 ); + /* 9:43 */waypoints[192] = spawnstruct(); + /* 9:43 */waypoints[192].origin = ( -656.499, 1108.28, -7.875 ); + /* 9:43 */waypoints[192].type = "grenade"; + /* 9:43 */waypoints[192].children[0] = 128; + /* 9:43 */waypoints[192].children[1] = 129; + /* 9:43 */waypoints[192].children[2] = 132; + /* 9:43 */waypoints[192].angles = ( -36.1957, -126.497, 0.065918 ); + /* 9:43 */waypoints[193] = spawnstruct(); + /* 9:43 */waypoints[193].origin = ( 522.522, 1359.99, 24.1091 ); + /* 9:43 */waypoints[193].type = "javelin"; + /* 9:43 */waypoints[193].children[0] = 14; + /* 9:43 */waypoints[193].children[1] = 13; + /* 9:43 */waypoints[193].children[2] = 11; + /* 9:43 */waypoints[193].jav_point = ( -1919.87, 1666.24, 68.061 ); + /* 9:43 */waypoints[194] = spawnstruct(); + /* 9:43 */waypoints[194].origin = ( -1666.45, 1841.83, 136.125 ); + /* 9:43 */waypoints[194].type = "javelin"; + /* 9:43 */waypoints[194].children[0] = 33; + /* 9:43 */waypoints[194].children[1] = 35; + /* 9:43 */waypoints[194].jav_point = ( -1759.84, -459.875, 89.376 ); + /* 9:43 */waypoints[195] = spawnstruct(); + /* 9:43 */waypoints[195].origin = ( -1769.91, -436.393, 0.120675 ); + /* 9:43 */waypoints[195].type = "javelin"; + /* 9:43 */waypoints[195].children[0] = 81; + /* 9:43 */waypoints[195].children[1] = 80; + /* 9:43 */waypoints[195].jav_point = ( -1530.45, 2190.54, 120.185 ); + /* 9:43 */waypoints[196] = spawnstruct(); + /* 9:43 */waypoints[196].origin = ( -2070.43, 615.057, 8.125 ); + /* 9:43 */waypoints[196].type = "stand"; + /* 9:43 */waypoints[196].children[0] = 65; + /* 9:43 */waypoints[196].children[1] = 69; + /* 9:43 */waypoints[197] = spawnstruct(); + /* 9:43 */waypoints[197].origin = ( -2067.7, 810.03, 8.125 ); + /* 9:43 */waypoints[197].type = "stand"; + /* 9:43 */waypoints[197].children[0] = 65; + /* 9:43 */waypoints[197].children[1] = 69; + /* 9:43 */waypoints[198] = spawnstruct(); + /* 9:43 */waypoints[198].origin = ( -748.875, -480.875, 0.124999 ); + /* 9:43 */waypoints[198].type = "crouch"; + /* 9:43 */waypoints[198].children[0] = 95; + /* 9:43 */waypoints[198].children[1] = 200; + /* 9:43 */waypoints[199] = spawnstruct(); + /* 9:43 */waypoints[199].origin = ( -420.614, -367.436, 0.124998 ); + /* 9:43 */waypoints[199].type = "stand"; + /* 9:43 */waypoints[199].children[0] = 91; + /* 9:43 */waypoints[199].children[1] = 6; + /* 9:43 */waypoints[199].children[2] = 200; + /* 9:43 */waypoints[200] = spawnstruct(); + /* 9:43 */waypoints[200].origin = ( -492.12, -435.367, 0.124997 ); + /* 9:43 */waypoints[200].type = "stand"; + /* 9:43 */waypoints[200].children[0] = 92; + /* 9:43 */waypoints[200].children[1] = 199; + /* 9:43 */waypoints[200].children[2] = 198; + /* 9:43 */waypoints[200].children[3] = 93; + /* 9:43 */waypoints[201] = spawnstruct(); + /* 9:43 */waypoints[201].origin = ( 55.125, -648.875, -7.875 ); + /* 9:43 */waypoints[201].type = "crouch"; + /* 9:43 */waypoints[201].children[0] = 202; + /* 9:43 */waypoints[201].angles = ( 1.77307, 67.1082, 0 ); + /* 9:43 */waypoints[202] = spawnstruct(); + /* 9:43 */waypoints[202].origin = ( 31.3617, -536.284, 0.125001 ); + /* 9:43 */waypoints[202].type = "climb"; + /* 9:43 */waypoints[202].children[0] = 201; + /* 9:43 */waypoints[202].children[1] = 4; + /* 9:43 */waypoints[202].children[2] = 3; + /* 9:43 */waypoints[202].children[3] = 111; + /* 9:43 */waypoints[202].children[4] = 93; + /* 9:43 */waypoints[202].angles = ( 7.91992, -27.2919, 0 ); + /* 9:43 */waypoints[203] = spawnstruct(); + /* 9:43 */waypoints[203].origin = ( -88.8865, 1224.78, -7.875 ); + /* 9:43 */waypoints[203].type = "grenade"; + /* 9:43 */waypoints[203].children[0] = 13; + /* 9:43 */waypoints[203].children[1] = 118; + /* 9:43 */waypoints[203].children[2] = 15; + /* 9:43 */waypoints[203].children[3] = 130; + /* 9:43 */waypoints[203].children[4] = 123; + /* 9:43 */waypoints[203].angles = ( -39.552, -79.8395, 0 ); + /* 9:43 */waypoints[204] = spawnstruct(); + /* 9:43 */waypoints[204].origin = ( -359.662, 659.253, -7.875 ); + /* 9:43 */waypoints[204].type = "grenade"; + /* 9:43 */waypoints[204].children[0] = 131; + /* 9:43 */waypoints[204].children[1] = 76; + /* 9:43 */waypoints[204].children[2] = 116; + /* 9:43 */waypoints[204].angles = ( -35.2948, 36.0388, 0 ); + /* 9:43 */waypoints[205] = spawnstruct(); + /* 9:43 */waypoints[205].origin = ( 672.953, -547.994, -5.875 ); + /* 9:43 */waypoints[205].type = "stand"; + /* 9:43 */waypoints[205].children[0] = 3; + /* 9:43 */waypoints[205].children[1] = 206; + /* 9:43 */waypoints[205].children[2] = 0; + /* 9:43 */waypoints[206] = spawnstruct(); + /* 9:43 */waypoints[206].origin = ( 893.316, -395.439, -3.40501 ); + /* 9:43 */waypoints[206].type = "stand"; + /* 9:43 */waypoints[206].children[0] = 205; + /* 9:43 */waypoints[206].children[1] = 0; + /* 9:43 */waypoints[206].children[2] = 207; + /* 9:43 */waypoints[207] = spawnstruct(); + /* 9:43 */waypoints[207].origin = ( 802.756, -97.033, 0.124998 ); + /* 9:43 */waypoints[207].type = "stand"; + /* 9:43 */waypoints[207].children[0] = 206; + /* 9:43 */waypoints[207].children[1] = 0; + /* 9:43 */return waypoints; +} diff --git a/raw/scripts/mp/mp_bootleg/wps_bootleg.gsc b/raw/scripts/mp/mp_bootleg/wps_bootleg.gsc new file mode 100644 index 0000000..fa03dc0 --- /dev/null +++ b/raw/scripts/mp/mp_bootleg/wps_bootleg.gsc @@ -0,0 +1,955 @@ +main() +{ + level.waypoints = Bootleg(); +} + +Bootleg() +{ + /* 1:57 */waypoints = []; + /* 1:57 */waypoints[0] = spawnstruct(); + /* 1:57 */waypoints[0].origin = ( -1713.67, -1428.59, 2.52601 ); + /* 1:57 */waypoints[0].type = "stand"; + /* 1:57 */waypoints[0].children[0] = 1; + /* 1:57 */waypoints[0].children[1] = 2; + /* 1:57 */waypoints[0].children[2] = 126; + /* 1:57 */waypoints[1] = spawnstruct(); + /* 1:57 */waypoints[1].origin = ( -1825.26, -886.131, 46.4531 ); + /* 1:57 */waypoints[1].type = "stand"; + /* 1:57 */waypoints[1].children[0] = 0; + /* 1:57 */waypoints[1].children[1] = 46; + /* 1:57 */waypoints[1].children[2] = 124; + /* 1:57 */waypoints[1].children[3] = 127; + /* 1:57 */waypoints[1].children[4] = 131; + /* 1:57 */waypoints[2] = spawnstruct(); + /* 1:57 */waypoints[2].origin = ( -1303.12, -1450.94, 2.125 ); + /* 1:57 */waypoints[2].type = "stand"; + /* 1:57 */waypoints[2].children[0] = 0; + /* 1:57 */waypoints[2].children[1] = 8; + /* 1:57 */waypoints[2].children[2] = 126; + /* 1:57 */waypoints[2].children[3] = 149; + /* 1:57 */waypoints[3] = spawnstruct(); + /* 1:57 */waypoints[3].origin = ( -831.183, -1432.64, -1.15982 ); + /* 1:57 */waypoints[3].type = "stand"; + /* 1:57 */waypoints[3].children[0] = 8; + /* 1:57 */waypoints[3].children[1] = 15; + /* 1:57 */waypoints[3].children[2] = 27; + /* 1:57 */waypoints[4] = spawnstruct(); + /* 1:57 */waypoints[4].origin = ( -836.145, -1826.33, 0.125 ); + /* 1:57 */waypoints[4].type = "stand"; + /* 1:57 */waypoints[4].children[0] = 5; + /* 1:57 */waypoints[4].children[1] = 12; + /* 1:57 */waypoints[4].children[2] = 15; + /* 1:57 */waypoints[4].children[3] = 9; + /* 1:57 */waypoints[5] = spawnstruct(); + /* 1:57 */waypoints[5].origin = ( -1290.74, -1809.46, 4.125 ); + /* 1:57 */waypoints[5].type = "stand"; + /* 1:57 */waypoints[5].children[0] = 4; + /* 1:57 */waypoints[5].children[1] = 6; + /* 1:57 */waypoints[5].children[2] = 132; + /* 1:57 */waypoints[6] = spawnstruct(); + /* 1:57 */waypoints[6].origin = ( -1048.81, -1543.13, 4.125 ); + /* 1:57 */waypoints[6].type = "climb"; + /* 1:57 */waypoints[6].children[0] = 7; + /* 1:57 */waypoints[6].children[1] = 5; + /* 1:57 */waypoints[6].angles = ( 54.2438, 95.1801, 0 ); + /* 1:57 */waypoints[7] = spawnstruct(); + /* 1:57 */waypoints[7].origin = ( -1057.91, -1504.88, 5.24468 ); + /* 1:57 */waypoints[7].type = "climb"; + /* 1:57 */waypoints[7].children[0] = 8; + /* 1:57 */waypoints[7].children[1] = 6; + /* 1:57 */waypoints[7].angles = ( 49.4428, -86.4514, 0 ); + /* 1:57 */waypoints[8] = spawnstruct(); + /* 1:57 */waypoints[8].origin = ( -1045.68, -1419.97, 2.125 ); + /* 1:57 */waypoints[8].type = "stand"; + /* 1:57 */waypoints[8].children[0] = 2; + /* 1:57 */waypoints[8].children[1] = 7; + /* 1:57 */waypoints[8].children[2] = 3; + /* 1:57 */waypoints[8].children[3] = 122; + /* 1:57 */waypoints[9] = spawnstruct(); + /* 1:57 */waypoints[9].origin = ( -776.886, -2041.49, 1.78285 ); + /* 1:57 */waypoints[9].type = "stand"; + /* 1:57 */waypoints[9].children[0] = 10; + /* 1:57 */waypoints[9].children[1] = 4; + /* 1:57 */waypoints[9].children[2] = 18; + /* 1:57 */waypoints[10] = spawnstruct(); + /* 1:57 */waypoints[10].origin = ( -104.872, -2042.89, -1.3744 ); + /* 1:57 */waypoints[10].type = "stand"; + /* 1:57 */waypoints[10].children[0] = 9; + /* 1:57 */waypoints[10].children[1] = 13; + /* 1:57 */waypoints[10].children[2] = 17; + /* 1:57 */waypoints[10].children[3] = 18; + /* 1:57 */waypoints[10].children[4] = 11; + /* 1:57 */waypoints[11] = spawnstruct(); + /* 1:57 */waypoints[11].origin = ( 191.92, -2025.04, 8.05081 ); + /* 1:57 */waypoints[11].type = "stand"; + /* 1:57 */waypoints[11].children[0] = 10; + /* 1:57 */waypoints[11].children[1] = 19; + /* 1:57 */waypoints[11].children[2] = 21; + /* 1:57 */waypoints[12] = spawnstruct(); + /* 1:57 */waypoints[12].origin = ( -719.159, -1770.06, 0.125001 ); + /* 1:57 */waypoints[12].type = "stand"; + /* 1:57 */waypoints[12].children[0] = 4; + /* 1:57 */waypoints[12].children[1] = 13; + /* 1:57 */waypoints[13] = spawnstruct(); + /* 1:57 */waypoints[13].origin = ( -97.5209, -1795.05, 0.0548061 ); + /* 1:57 */waypoints[13].type = "stand"; + /* 1:57 */waypoints[13].children[0] = 10; + /* 1:57 */waypoints[13].children[1] = 14; + /* 1:57 */waypoints[13].children[2] = 12; + /* 1:57 */waypoints[14] = spawnstruct(); + /* 1:57 */waypoints[14].origin = ( -44.726, -1556.77, 0.224131 ); + /* 1:57 */waypoints[14].type = "stand"; + /* 1:57 */waypoints[14].children[0] = 13; + /* 1:57 */waypoints[14].children[1] = 15; + /* 1:57 */waypoints[14].children[2] = 23; + /* 1:57 */waypoints[14].children[3] = 134; + /* 1:57 */waypoints[15] = spawnstruct(); + /* 1:57 */waypoints[15].origin = ( -833.944, -1567.15, -0.776241 ); + /* 1:57 */waypoints[15].type = "stand"; + /* 1:57 */waypoints[15].children[0] = 4; + /* 1:57 */waypoints[15].children[1] = 14; + /* 1:57 */waypoints[15].children[2] = 3; + /* 1:57 */waypoints[16] = spawnstruct(); + /* 1:57 */waypoints[16].origin = ( -463.711, -2223.76, 1.0698 ); + /* 1:57 */waypoints[16].type = "stand"; + /* 1:57 */waypoints[16].children[0] = 17; + /* 1:57 */waypoints[16].children[1] = 18; + /* 1:57 */waypoints[17] = spawnstruct(); + /* 1:57 */waypoints[17].origin = ( -164.482, -2246.67, 1.01016 ); + /* 1:57 */waypoints[17].type = "stand"; + /* 1:57 */waypoints[17].children[0] = 10; + /* 1:57 */waypoints[17].children[1] = 16; + /* 1:57 */waypoints[18] = spawnstruct(); + /* 1:57 */waypoints[18].origin = ( -488.467, -2041.41, 0.108528 ); + /* 1:57 */waypoints[18].type = "stand"; + /* 1:57 */waypoints[18].children[0] = 16; + /* 1:57 */waypoints[18].children[1] = 9; + /* 1:57 */waypoints[18].children[2] = 10; + /* 1:57 */waypoints[19] = spawnstruct(); + /* 1:57 */waypoints[19].origin = ( 183.314, -1730.39, 3.83266 ); + /* 1:57 */waypoints[19].type = "stand"; + /* 1:57 */waypoints[19].children[0] = 11; + /* 1:57 */waypoints[19].children[1] = 20; + /* 1:57 */waypoints[20] = spawnstruct(); + /* 1:57 */waypoints[20].origin = ( 188.901, -1536.91, -72.4284 ); + /* 1:57 */waypoints[20].type = "stand"; + /* 1:57 */waypoints[20].children[0] = 19; + /* 1:57 */waypoints[20].children[1] = 24; + /* 1:57 */waypoints[21] = spawnstruct(); + /* 1:57 */waypoints[21].origin = ( 351.086, -2036.03, 8.125 ); + /* 1:57 */waypoints[21].type = "stand"; + /* 1:57 */waypoints[21].children[0] = 11; + /* 1:57 */waypoints[21].children[1] = 22; + /* 1:57 */waypoints[22] = spawnstruct(); + /* 1:57 */waypoints[22].origin = ( 377.2, -1778.54, 75.125 ); + /* 1:57 */waypoints[22].type = "stand"; + /* 1:57 */waypoints[22].children[0] = 21; + /* 1:57 */waypoints[22].children[1] = 91; + /* 1:57 */waypoints[23] = spawnstruct(); + /* 1:57 */waypoints[23].origin = ( -44.0902, -1308.76, -73.8681 ); + /* 1:57 */waypoints[23].type = "stand"; + /* 1:57 */waypoints[23].children[0] = 14; + /* 1:57 */waypoints[23].children[1] = 24; + /* 1:57 */waypoints[23].children[2] = 25; + /* 1:57 */waypoints[23].children[3] = 26; + /* 1:57 */waypoints[24] = spawnstruct(); + /* 1:57 */waypoints[24].origin = ( 199.421, -1310.34, -70.9745 ); + /* 1:57 */waypoints[24].type = "stand"; + /* 1:57 */waypoints[24].children[0] = 23; + /* 1:57 */waypoints[24].children[1] = 20; + /* 1:57 */waypoints[24].children[2] = 80; + /* 1:57 */waypoints[24].children[3] = 93; + /* 1:57 */waypoints[24].children[4] = 97; + /* 1:57 */waypoints[25] = spawnstruct(); + /* 1:57 */waypoints[25].origin = ( -254.998, -1149.12, -64.1706 ); + /* 1:57 */waypoints[25].type = "crouch"; + /* 1:57 */waypoints[25].children[0] = 23; + /* 1:57 */waypoints[25].angles = ( 5.61829, -31.4868, 0 ); + /* 1:57 */waypoints[26] = spawnstruct(); + /* 1:57 */waypoints[26].origin = ( -126.272, -836.318, -75.6004 ); + /* 1:57 */waypoints[26].type = "stand"; + /* 1:57 */waypoints[26].children[0] = 23; + /* 1:57 */waypoints[26].children[1] = 27; + /* 1:57 */waypoints[26].children[2] = 30; + /* 1:57 */waypoints[26].children[3] = 80; + /* 1:57 */waypoints[26].children[4] = 83; + /* 1:57 */waypoints[26].children[5] = 120; + /* 1:57 */waypoints[26].children[6] = 138; + /* 1:57 */waypoints[27] = spawnstruct(); + /* 1:57 */waypoints[27].origin = ( -834.366, -905.349, -67.875 ); + /* 1:57 */waypoints[27].type = "stand"; + /* 1:57 */waypoints[27].children[0] = 3; + /* 1:57 */waypoints[27].children[1] = 26; + /* 1:57 */waypoints[27].children[2] = 28; + /* 1:57 */waypoints[27].children[3] = 30; + /* 1:57 */waypoints[27].children[4] = 125; + /* 1:57 */waypoints[28] = spawnstruct(); + /* 1:57 */waypoints[28].origin = ( -486.125, -986.875, -63.875 ); + /* 1:57 */waypoints[28].type = "crouch"; + /* 1:57 */waypoints[28].children[0] = 27; + /* 1:57 */waypoints[28].angles = ( 8.30994, 138.807, 0 ); + /* 1:57 */waypoints[29] = spawnstruct(); + /* 1:57 */waypoints[29].origin = ( -570.108, -361.702, -67.875 ); + /* 1:57 */waypoints[29].type = "stand"; + /* 1:57 */waypoints[29].children[0] = 30; + /* 1:57 */waypoints[29].children[1] = 32; + /* 1:57 */waypoints[29].children[2] = 31; + /* 1:57 */waypoints[29].children[3] = 119; + /* 1:57 */waypoints[29].children[4] = 121; + /* 1:57 */waypoints[30] = spawnstruct(); + /* 1:57 */waypoints[30].origin = ( -486.269, -835.867, -67.875 ); + /* 1:57 */waypoints[30].type = "stand"; + /* 1:57 */waypoints[30].children[0] = 26; + /* 1:57 */waypoints[30].children[1] = 27; + /* 1:57 */waypoints[30].children[2] = 29; + /* 1:57 */waypoints[30].children[3] = 119; + /* 1:57 */waypoints[30].children[4] = 121; + /* 1:57 */waypoints[31] = spawnstruct(); + /* 1:57 */waypoints[31].origin = ( -834.103, -338.943, -67.875 ); + /* 1:57 */waypoints[31].type = "stand"; + /* 1:57 */waypoints[31].children[0] = 29; + /* 1:57 */waypoints[31].children[1] = 33; + /* 1:57 */waypoints[31].children[2] = 36; + /* 1:57 */waypoints[32] = spawnstruct(); + /* 1:57 */waypoints[32].origin = ( -338.235, -69.5155, -67.875 ); + /* 1:57 */waypoints[32].type = "stand"; + /* 1:57 */waypoints[32].children[0] = 29; + /* 1:57 */waypoints[32].children[1] = 36; + /* 1:57 */waypoints[32].children[2] = 37; + /* 1:57 */waypoints[32].children[3] = 39; + /* 1:57 */waypoints[32].children[4] = 117; + /* 1:57 */waypoints[33] = spawnstruct(); + /* 1:57 */waypoints[33].origin = ( -950.55, -20.533, -67.875 ); + /* 1:57 */waypoints[33].type = "climb"; + /* 1:57 */waypoints[33].children[0] = 31; + /* 1:57 */waypoints[33].children[1] = 34; + /* 1:57 */waypoints[33].angles = ( 49.635, 102.118, 0 ); + /* 1:57 */waypoints[34] = spawnstruct(); + /* 1:57 */waypoints[34].origin = ( -936.013, 78.3586, -45.875 ); + /* 1:57 */waypoints[34].type = "crouch"; + /* 1:57 */waypoints[34].children[0] = 33; + /* 1:57 */waypoints[34].angles = ( 5.61829, -57.0245, 0 ); + /* 1:57 */waypoints[35] = spawnstruct(); + /* 1:57 */waypoints[35].origin = ( -770.529, 565.735, -73.1214 ); + /* 1:57 */waypoints[35].type = "stand"; + /* 1:57 */waypoints[35].children[0] = 58; + /* 1:57 */waypoints[35].children[1] = 150; + /* 1:57 */waypoints[35].children[2] = 155; + /* 1:57 */waypoints[36] = spawnstruct(); + /* 1:57 */waypoints[36].origin = ( -788.421, 12.6972, -67.8751 ); + /* 1:57 */waypoints[36].type = "stand"; + /* 1:57 */waypoints[36].children[0] = 31; + /* 1:57 */waypoints[36].children[1] = 32; + /* 1:57 */waypoints[36].children[2] = 117; + /* 1:57 */waypoints[36].children[3] = 118; + /* 1:57 */waypoints[36].children[4] = 150; + /* 1:57 */waypoints[37] = spawnstruct(); + /* 1:57 */waypoints[37].origin = ( -33.7955, -65.6956, -67.875 ); + /* 1:57 */waypoints[37].type = "stand"; + /* 1:57 */waypoints[37].children[0] = 32; + /* 1:57 */waypoints[37].children[1] = 38; + /* 1:57 */waypoints[38] = spawnstruct(); + /* 1:57 */waypoints[38].origin = ( 122.761, -65.1861, -99.875 ); + /* 1:57 */waypoints[38].type = "stand"; + /* 1:57 */waypoints[38].children[0] = 37; + /* 1:57 */waypoints[38].children[1] = 81; + /* 1:57 */waypoints[38].children[2] = 78; + /* 1:57 */waypoints[38].children[3] = 82; + /* 1:57 */waypoints[39] = spawnstruct(); + /* 1:57 */waypoints[39].origin = ( -498.681, -149.582, -61.7012 ); + /* 1:57 */waypoints[39].type = "stand"; + /* 1:57 */waypoints[39].children[0] = 32; + /* 1:57 */waypoints[39].children[1] = 40; + /* 1:57 */waypoints[40] = spawnstruct(); + /* 1:57 */waypoints[40].origin = ( -740.451, -141.98, 78.125 ); + /* 1:57 */waypoints[40].type = "stand"; + /* 1:57 */waypoints[40].children[0] = 39; + /* 1:57 */waypoints[40].children[1] = 41; + /* 1:57 */waypoints[41] = spawnstruct(); + /* 1:57 */waypoints[41].origin = ( -1022.09, -148.968, 78.125 ); + /* 1:57 */waypoints[41].type = "stand"; + /* 1:57 */waypoints[41].children[0] = 40; + /* 1:57 */waypoints[41].children[1] = 42; + /* 1:57 */waypoints[41].children[2] = 112; + /* 1:57 */waypoints[42] = spawnstruct(); + /* 1:57 */waypoints[42].origin = ( -1029.62, -305.749, 78.125 ); + /* 1:57 */waypoints[42].type = "stand"; + /* 1:57 */waypoints[42].children[0] = 41; + /* 1:57 */waypoints[42].children[1] = 43; + /* 1:57 */waypoints[43] = spawnstruct(); + /* 1:57 */waypoints[43].origin = ( -1267.3, -305.753, 78.125 ); + /* 1:57 */waypoints[43].type = "stand"; + /* 1:57 */waypoints[43].children[0] = 42; + /* 1:57 */waypoints[43].children[1] = 44; + /* 1:57 */waypoints[43].children[2] = 113; + /* 1:57 */waypoints[43].children[3] = 130; + /* 1:57 */waypoints[44] = spawnstruct(); + /* 1:57 */waypoints[44].origin = ( -1262.62, -456.467, 78.125 ); + /* 1:57 */waypoints[44].type = "stand"; + /* 1:57 */waypoints[44].children[0] = 43; + /* 1:57 */waypoints[44].children[1] = 45; + /* 1:57 */waypoints[44].children[2] = 151; + /* 1:57 */waypoints[45] = spawnstruct(); + /* 1:57 */waypoints[45].origin = ( -1262.08, -620.875, 78.125 ); + /* 1:57 */waypoints[45].type = "crouch"; + /* 1:57 */waypoints[45].children[0] = 44; + /* 1:57 */waypoints[45].angles = ( 9.4635, 58.1012, 0 ); + /* 1:57 */waypoints[46] = spawnstruct(); + /* 1:57 */waypoints[46].origin = ( -1780.35, -476.77, 80.125 ); + /* 1:57 */waypoints[46].type = "stand"; + /* 1:57 */waypoints[46].children[0] = 1; + /* 1:57 */waypoints[46].children[1] = 47; + /* 1:57 */waypoints[46].children[2] = 54; + /* 1:57 */waypoints[46].children[3] = 128; + /* 1:57 */waypoints[46].children[4] = 129; + /* 1:57 */waypoints[47] = spawnstruct(); + /* 1:57 */waypoints[47].origin = ( -2031.24, -473.158, 50.125 ); + /* 1:57 */waypoints[47].type = "stand"; + /* 1:57 */waypoints[47].children[0] = 46; + /* 1:57 */waypoints[47].children[1] = 49; + /* 1:57 */waypoints[48] = spawnstruct(); + /* 1:57 */waypoints[48].origin = ( -2042.67, -45.5832, -44.2631 ); + /* 1:57 */waypoints[48].type = "stand"; + /* 1:57 */waypoints[48].children[0] = 49; + /* 1:57 */waypoints[48].children[1] = 50; + /* 1:57 */waypoints[48].children[2] = 114; + /* 1:57 */waypoints[48].children[3] = 116; + /* 1:57 */waypoints[49] = spawnstruct(); + /* 1:57 */waypoints[49].origin = ( -2028.38, -286.548, 50.125 ); + /* 1:57 */waypoints[49].type = "stand"; + /* 1:57 */waypoints[49].children[0] = 47; + /* 1:57 */waypoints[49].children[1] = 48; + /* 1:57 */waypoints[50] = spawnstruct(); + /* 1:57 */waypoints[50].origin = ( -2004.29, 160.867, -54.2892 ); + /* 1:57 */waypoints[50].type = "stand"; + /* 1:57 */waypoints[50].children[0] = 48; + /* 1:57 */waypoints[50].children[1] = 51; + /* 1:57 */waypoints[50].children[2] = 52; + /* 1:57 */waypoints[51] = spawnstruct(); + /* 1:57 */waypoints[51].origin = ( -1980.04, 403.366, -53.5544 ); + /* 1:57 */waypoints[51].type = "stand"; + /* 1:57 */waypoints[51].children[0] = 50; + /* 1:57 */waypoints[51].children[1] = 68; + /* 1:57 */waypoints[52] = spawnstruct(); + /* 1:57 */waypoints[52].origin = ( -1782.68, 255.129, -43.375 ); + /* 1:57 */waypoints[52].type = "stand"; + /* 1:57 */waypoints[52].children[0] = 50; + /* 1:57 */waypoints[52].children[1] = 53; + /* 1:57 */waypoints[53] = spawnstruct(); + /* 1:57 */waypoints[53].origin = ( -1469.46, 495.483, -54.8467 ); + /* 1:57 */waypoints[53].type = "stand"; + /* 1:57 */waypoints[53].children[0] = 52; + /* 1:57 */waypoints[53].children[1] = 116; + /* 1:57 */waypoints[53].children[2] = 68; + /* 1:57 */waypoints[53].children[3] = 115; + /* 1:57 */waypoints[53].children[4] = 155; + /* 1:57 */waypoints[54] = spawnstruct(); + /* 1:57 */waypoints[54].origin = ( -1712.44, -338.028, 80.125 ); + /* 1:57 */waypoints[54].type = "stand"; + /* 1:57 */waypoints[54].children[0] = 46; + /* 1:57 */waypoints[54].children[1] = 128; + /* 1:57 */waypoints[54].children[2] = 154; + /* 1:57 */waypoints[55] = spawnstruct(); + /* 1:57 */waypoints[55].origin = ( -1607.71, -180.875, -44.481 ); + /* 1:57 */waypoints[55].type = "climb"; + /* 1:57 */waypoints[55].children[0] = 56; + /* 1:57 */waypoints[55].children[1] = 114; + /* 1:57 */waypoints[55].children[2] = 115; + /* 1:57 */waypoints[55].angles = ( 0.81728, -89.9744, 0 ); + /* 1:57 */waypoints[56] = spawnstruct(); + /* 1:57 */waypoints[56].origin = ( -1655.59, -241.997, 20.125 ); + /* 1:57 */waypoints[56].type = "climb"; + /* 1:57 */waypoints[56].children[0] = 55; + /* 1:57 */waypoints[56].children[1] = 154; + /* 1:57 */waypoints[56].angles = ( -16.3159, -90.3039, 0 ); + /* 1:57 */waypoints[57] = spawnstruct(); + /* 1:57 */waypoints[57].origin = ( -497.794, 463.125, -69.2525 ); + /* 1:57 */waypoints[57].type = "crouch"; + /* 1:57 */waypoints[57].children[0] = 58; + /* 1:57 */waypoints[57].angles = ( 1.65773, 93.3435, 0 ); + /* 1:57 */waypoints[58] = spawnstruct(); + /* 1:57 */waypoints[58].origin = ( -528.456, 669.273, -76.9483 ); + /* 1:57 */waypoints[58].type = "stand"; + /* 1:57 */waypoints[58].children[0] = 35; + /* 1:57 */waypoints[58].children[1] = 57; + /* 1:57 */waypoints[58].children[2] = 110; + /* 1:57 */waypoints[58].children[3] = 136; + /* 1:57 */waypoints[59] = spawnstruct(); + /* 1:57 */waypoints[59].origin = ( -515.198, 1293.8, -95.875 ); + /* 1:57 */waypoints[59].type = "stand"; + /* 1:57 */waypoints[59].children[0] = 61; + /* 1:57 */waypoints[59].children[1] = 103; + /* 1:57 */waypoints[59].children[2] = 136; + /* 1:57 */waypoints[60] = spawnstruct(); + /* 1:57 */waypoints[60].origin = ( 327.061, 1240.83, -105.116 ); + /* 1:57 */waypoints[60].type = "stand"; + /* 1:57 */waypoints[60].children[0] = 73; + /* 1:57 */waypoints[60].children[1] = 75; + /* 1:57 */waypoints[60].children[2] = 102; + /* 1:57 */waypoints[60].children[3] = 104; + /* 1:57 */waypoints[61] = spawnstruct(); + /* 1:57 */waypoints[61].origin = ( -575.497, 1401.55, -103.464 ); + /* 1:57 */waypoints[61].type = "stand"; + /* 1:57 */waypoints[61].children[0] = 59; + /* 1:57 */waypoints[61].children[1] = 62; + /* 1:57 */waypoints[61].children[2] = 63; + /* 1:57 */waypoints[61].children[3] = 106; + /* 1:57 */waypoints[61].children[4] = 107; + /* 1:57 */waypoints[61].children[5] = 136; + /* 1:57 */waypoints[61].children[6] = 103; + /* 1:57 */waypoints[62] = spawnstruct(); + /* 1:57 */waypoints[62].origin = ( -573.765, 1666.76, -103.708 ); + /* 1:57 */waypoints[62].type = "stand"; + /* 1:57 */waypoints[62].children[0] = 61; + /* 1:57 */waypoints[62].children[1] = 64; + /* 1:57 */waypoints[62].children[2] = 71; + /* 1:57 */waypoints[62].children[3] = 72; + /* 1:57 */waypoints[62].children[4] = 107; + /* 1:57 */waypoints[63] = spawnstruct(); + /* 1:57 */waypoints[63].origin = ( -1245.24, 1290.93, -95.875 ); + /* 1:57 */waypoints[63].type = "stand"; + /* 1:57 */waypoints[63].children[0] = 61; + /* 1:57 */waypoints[63].children[1] = 65; + /* 1:57 */waypoints[63].children[2] = 105; + /* 1:57 */waypoints[63].children[3] = 106; + /* 1:57 */waypoints[64] = spawnstruct(); + /* 1:57 */waypoints[64].origin = ( -1067.37, 1818.92, -98.9286 ); + /* 1:57 */waypoints[64].type = "stand"; + /* 1:57 */waypoints[64].children[0] = 62; + /* 1:57 */waypoints[64].children[1] = 65; + /* 1:57 */waypoints[64].children[2] = 105; + /* 1:57 */waypoints[65] = spawnstruct(); + /* 1:57 */waypoints[65].origin = ( -1327.01, 1504.98, -94.6092 ); + /* 1:57 */waypoints[65].type = "stand"; + /* 1:57 */waypoints[65].children[0] = 63; + /* 1:57 */waypoints[65].children[1] = 64; + /* 1:57 */waypoints[65].children[2] = 66; + /* 1:57 */waypoints[65].children[3] = 105; + /* 1:57 */waypoints[66] = spawnstruct(); + /* 1:57 */waypoints[66].origin = ( -1558.16, 1489.6, -51.875 ); + /* 1:57 */waypoints[66].type = "stand"; + /* 1:57 */waypoints[66].children[0] = 65; + /* 1:57 */waypoints[66].children[1] = 67; + /* 1:57 */waypoints[66].children[2] = 152; + /* 1:57 */waypoints[67] = spawnstruct(); + /* 1:57 */waypoints[67].origin = ( -1702.88, 1306.12, -51.875 ); + /* 1:57 */waypoints[67].type = "crouch"; + /* 1:57 */waypoints[67].children[0] = 66; + /* 1:57 */waypoints[67].angles = ( 3.31116, 29.5404, 0 ); + /* 1:57 */waypoints[68] = spawnstruct(); + /* 1:57 */waypoints[68].origin = ( -1718.31, 464.22, -53.2537 ); + /* 1:57 */waypoints[68].type = "stand"; + /* 1:57 */waypoints[68].children[0] = 51; + /* 1:57 */waypoints[68].children[1] = 153; + /* 1:57 */waypoints[68].children[2] = 53; + /* 1:57 */waypoints[68].children[3] = 116; + /* 1:57 */waypoints[69] = spawnstruct(); + /* 1:57 */waypoints[69].origin = ( -1422.18, 1032.5, -51.875 ); + /* 1:57 */waypoints[69].type = "crouch"; + /* 1:57 */waypoints[69].children[0] = 152; + /* 1:57 */waypoints[69].angles = ( 1.19629, -120.961, 0 ); + /* 1:57 */waypoints[70] = spawnstruct(); + /* 1:57 */waypoints[70].origin = ( -1279.52, 358.234, -51.875 ); + /* 1:57 */waypoints[70].type = "crouch"; + /* 1:57 */waypoints[70].children[0] = 155; + /* 1:57 */waypoints[70].angles = ( 5.42053, 53.941, 0 ); + /* 1:57 */waypoints[71] = spawnstruct(); + /* 1:57 */waypoints[71].origin = ( -290.065, 1717.01, -95.875 ); + /* 1:57 */waypoints[71].type = "stand"; + /* 1:57 */waypoints[71].children[0] = 62; + /* 1:57 */waypoints[71].children[1] = 72; + /* 1:57 */waypoints[72] = spawnstruct(); + /* 1:57 */waypoints[72].origin = ( -298.71, 1561.68, -95.875 ); + /* 1:57 */waypoints[72].type = "stand"; + /* 1:57 */waypoints[72].children[0] = 62; + /* 1:57 */waypoints[72].children[1] = 71; + /* 1:57 */waypoints[72].children[2] = 103; + /* 1:57 */waypoints[73] = spawnstruct(); + /* 1:57 */waypoints[73].origin = ( 717.414, 1365.04, -101.461 ); + /* 1:57 */waypoints[73].type = "stand"; + /* 1:57 */waypoints[73].children[0] = 60; + /* 1:57 */waypoints[73].children[1] = 145; + /* 1:57 */waypoints[73].children[2] = 147; + /* 1:57 */waypoints[74] = spawnstruct(); + /* 1:57 */waypoints[74].origin = ( 691.344, 579.794, -98.599 ); + /* 1:57 */waypoints[74].type = "stand"; + /* 1:57 */waypoints[74].children[0] = 75; + /* 1:57 */waypoints[74].children[1] = 76; + /* 1:57 */waypoints[74].children[2] = 99; + /* 1:57 */waypoints[74].children[3] = 100; + /* 1:57 */waypoints[74].children[4] = 147; + /* 1:57 */waypoints[75] = spawnstruct(); + /* 1:57 */waypoints[75].origin = ( 211.821, 591.16, -95.875 ); + /* 1:57 */waypoints[75].type = "stand"; + /* 1:57 */waypoints[75].children[0] = 60; + /* 1:57 */waypoints[75].children[1] = 74; + /* 1:57 */waypoints[75].children[2] = 81; + /* 1:57 */waypoints[76] = spawnstruct(); + /* 1:57 */waypoints[76].origin = ( 673.657, 202.857, -90.2154 ); + /* 1:57 */waypoints[76].type = "stand"; + /* 1:57 */waypoints[76].children[0] = 77; + /* 1:57 */waypoints[76].children[1] = 74; + /* 1:57 */waypoints[76].children[2] = 84; + /* 1:57 */waypoints[76].children[3] = 98; + /* 1:57 */waypoints[76].children[4] = 101; + /* 1:57 */waypoints[77] = spawnstruct(); + /* 1:57 */waypoints[77].origin = ( 392.91, 204.878, -87.375 ); + /* 1:57 */waypoints[77].type = "stand"; + /* 1:57 */waypoints[77].children[0] = 78; + /* 1:57 */waypoints[77].children[1] = 76; + /* 1:57 */waypoints[78] = spawnstruct(); + /* 1:57 */waypoints[78].origin = ( 363.405, -64.8698, -81.9306 ); + /* 1:57 */waypoints[78].type = "stand"; + /* 1:57 */waypoints[78].children[0] = 79; + /* 1:57 */waypoints[78].children[1] = 77; + /* 1:57 */waypoints[78].children[2] = 38; + /* 1:57 */waypoints[78].children[3] = 111; + /* 1:57 */waypoints[79] = spawnstruct(); + /* 1:57 */waypoints[79].origin = ( 381.835, -661.061, -67.532 ); + /* 1:57 */waypoints[79].type = "stand"; + /* 1:57 */waypoints[79].children[0] = 80; + /* 1:57 */waypoints[79].children[1] = 78; + /* 1:57 */waypoints[79].children[2] = 82; + /* 1:57 */waypoints[79].children[3] = 85; + /* 1:57 */waypoints[79].children[4] = 87; + /* 1:57 */waypoints[80] = spawnstruct(); + /* 1:57 */waypoints[80].origin = ( 253.042, -1060.1, -69.4974 ); + /* 1:57 */waypoints[80].type = "stand"; + /* 1:57 */waypoints[80].children[0] = 26; + /* 1:57 */waypoints[80].children[1] = 24; + /* 1:57 */waypoints[80].children[2] = 79; + /* 1:57 */waypoints[80].children[3] = 97; + /* 1:57 */waypoints[80].children[4] = 143; + /* 1:57 */waypoints[81] = spawnstruct(); + /* 1:57 */waypoints[81].origin = ( 101.394, 253.778, -99.875 ); + /* 1:57 */waypoints[81].type = "stand"; + /* 1:57 */waypoints[81].children[0] = 75; + /* 1:57 */waypoints[81].children[1] = 38; + /* 1:57 */waypoints[82] = spawnstruct(); + /* 1:57 */waypoints[82].origin = ( 115.242, -673.603, -67.875 ); + /* 1:57 */waypoints[82].type = "stand"; + /* 1:57 */waypoints[82].children[0] = 38; + /* 1:57 */waypoints[82].children[1] = 79; + /* 1:57 */waypoints[82].children[2] = 83; + /* 1:57 */waypoints[83] = spawnstruct(); + /* 1:57 */waypoints[83].origin = ( -53.7846, -673.771, -67.875 ); + /* 1:57 */waypoints[83].type = "stand"; + /* 1:57 */waypoints[83].children[0] = 26; + /* 1:57 */waypoints[83].children[1] = 82; + /* 1:57 */waypoints[84] = spawnstruct(); + /* 1:57 */waypoints[84].origin = ( 721.483, -325.302, -80.4851 ); + /* 1:57 */waypoints[84].type = "stand"; + /* 1:57 */waypoints[84].children[0] = 76; + /* 1:57 */waypoints[84].children[1] = 85; + /* 1:57 */waypoints[84].children[2] = 98; + /* 1:57 */waypoints[85] = spawnstruct(); + /* 1:57 */waypoints[85].origin = ( 724.811, -451.478, -78.8976 ); + /* 1:57 */waypoints[85].type = "stand"; + /* 1:57 */waypoints[85].children[0] = 84; + /* 1:57 */waypoints[85].children[1] = 79; + /* 1:57 */waypoints[85].children[2] = 86; + /* 1:57 */waypoints[86] = spawnstruct(); + /* 1:57 */waypoints[86].origin = ( 802.166, -581.686, -71.875 ); + /* 1:57 */waypoints[86].type = "stand"; + /* 1:57 */waypoints[86].children[0] = 85; + /* 1:57 */waypoints[86].children[1] = 87; + /* 1:57 */waypoints[86].children[2] = 98; + /* 1:57 */waypoints[87] = spawnstruct(); + /* 1:57 */waypoints[87].origin = ( 787.311, -878.944, -77.6298 ); + /* 1:57 */waypoints[87].type = "stand"; + /* 1:57 */waypoints[87].children[0] = 86; + /* 1:57 */waypoints[87].children[1] = 88; + /* 1:57 */waypoints[87].children[2] = 94; + /* 1:57 */waypoints[87].children[3] = 79; + /* 1:57 */waypoints[87].children[4] = 97; + /* 1:57 */waypoints[87].children[5] = 137; + /* 1:57 */waypoints[88] = spawnstruct(); + /* 1:57 */waypoints[88].origin = ( 767.869, -1336.48, -72.1795 ); + /* 1:57 */waypoints[88].type = "stand"; + /* 1:57 */waypoints[88].children[0] = 87; + /* 1:57 */waypoints[88].children[1] = 89; + /* 1:57 */waypoints[88].children[2] = 93; + /* 1:57 */waypoints[88].children[3] = 95; + /* 1:57 */waypoints[88].children[4] = 148; + /* 1:57 */waypoints[89] = spawnstruct(); + /* 1:57 */waypoints[89].origin = ( 761.876, -1468.87, -65.875 ); + /* 1:57 */waypoints[89].type = "climb"; + /* 1:57 */waypoints[89].children[0] = 88; + /* 1:57 */waypoints[89].children[1] = 90; + /* 1:57 */waypoints[89].angles = ( 8.11768, -94.6106, 0 ); + /* 1:57 */waypoints[90] = spawnstruct(); + /* 1:57 */waypoints[90].origin = ( 756.898, -1514.22, -60.875 ); + /* 1:57 */waypoints[90].type = "climb"; + /* 1:57 */waypoints[90].children[0] = 89; + /* 1:57 */waypoints[90].children[1] = 92; + /* 1:57 */waypoints[90].angles = ( 2.03674, 88.5645, 0 ); + /* 1:57 */waypoints[91] = spawnstruct(); + /* 1:57 */waypoints[91].origin = ( 364.092, -1594.84, 27.125 ); + /* 1:57 */waypoints[91].type = "stand"; + /* 1:57 */waypoints[91].children[0] = 22; + /* 1:57 */waypoints[91].children[1] = 92; + /* 1:57 */waypoints[92] = spawnstruct(); + /* 1:57 */waypoints[92].origin = ( 662.449, -1589.56, -60.875 ); + /* 1:57 */waypoints[92].type = "stand"; + /* 1:57 */waypoints[92].children[0] = 91; + /* 1:57 */waypoints[92].children[1] = 90; + /* 1:57 */waypoints[92].children[2] = 142; + /* 1:57 */waypoints[92].children[3] = 148; + /* 1:57 */waypoints[93] = spawnstruct(); + /* 1:57 */waypoints[93].origin = ( 649.893, -1323.68, -71.875 ); + /* 1:57 */waypoints[93].type = "stand"; + /* 1:57 */waypoints[93].children[0] = 24; + /* 1:57 */waypoints[93].children[1] = 88; + /* 1:57 */waypoints[93].children[2] = 95; + /* 1:57 */waypoints[93].children[3] = 148; + /* 1:57 */waypoints[94] = spawnstruct(); + /* 1:57 */waypoints[94].origin = ( 1106.54, -751.291, -71.875 ); + /* 1:57 */waypoints[94].type = "stand"; + /* 1:57 */waypoints[94].children[0] = 87; + /* 1:57 */waypoints[94].children[1] = 95; + /* 1:57 */waypoints[94].children[2] = 96; + /* 1:57 */waypoints[95] = spawnstruct(); + /* 1:57 */waypoints[95].origin = ( 1115.3, -1150.34, -70.0649 ); + /* 1:57 */waypoints[95].type = "stand"; + /* 1:57 */waypoints[95].children[0] = 94; + /* 1:57 */waypoints[95].children[1] = 88; + /* 1:57 */waypoints[95].children[2] = 93; + /* 1:57 */waypoints[96] = spawnstruct(); + /* 1:57 */waypoints[96].origin = ( 1222.88, -615.125, -61.875 ); + /* 1:57 */waypoints[96].type = "crouch"; + /* 1:57 */waypoints[96].children[0] = 94; + /* 1:57 */waypoints[96].angles = ( 0.619507, -140.314, 0 ); + /* 1:57 */waypoints[97] = spawnstruct(); + /* 1:57 */waypoints[97].origin = ( 545.295, -1197.95, -70.9087 ); + /* 1:57 */waypoints[97].type = "stand"; + /* 1:57 */waypoints[97].children[0] = 87; + /* 1:57 */waypoints[97].children[1] = 80; + /* 1:57 */waypoints[97].children[2] = 24; + /* 1:57 */waypoints[98] = spawnstruct(); + /* 1:57 */waypoints[98].origin = ( 787.154, -162.22, -82.8475 ); + /* 1:57 */waypoints[98].type = "stand"; + /* 1:57 */waypoints[98].children[0] = 84; + /* 1:57 */waypoints[98].children[1] = 86; + /* 1:57 */waypoints[98].children[2] = 76; + /* 1:57 */waypoints[99] = spawnstruct(); + /* 1:57 */waypoints[99].origin = ( 882.704, 648.628, -85.875 ); + /* 1:57 */waypoints[99].type = "stand"; + /* 1:57 */waypoints[99].children[0] = 100; + /* 1:57 */waypoints[99].children[1] = 74; + /* 1:57 */waypoints[100] = spawnstruct(); + /* 1:57 */waypoints[100].origin = ( 892.233, 434.935, -85.875 ); + /* 1:57 */waypoints[100].type = "stand"; + /* 1:57 */waypoints[100].children[0] = 101; + /* 1:57 */waypoints[100].children[1] = 99; + /* 1:57 */waypoints[100].children[2] = 74; + /* 1:57 */waypoints[101] = spawnstruct(); + /* 1:57 */waypoints[101].origin = ( 888.732, 192.113, -85.875 ); + /* 1:57 */waypoints[101].type = "stand"; + /* 1:57 */waypoints[101].children[0] = 76; + /* 1:57 */waypoints[101].children[1] = 100; + /* 1:57 */waypoints[102] = spawnstruct(); + /* 1:57 */waypoints[102].origin = ( 71.125, 1049.53, -92.875 ); + /* 1:57 */waypoints[102].type = "crouch"; + /* 1:57 */waypoints[102].children[0] = 60; + /* 1:57 */waypoints[102].angles = ( 3.70117, 2.00317, 0 ); + /* 1:57 */waypoints[103] = spawnstruct(); + /* 1:57 */waypoints[103].origin = ( -297.967, 1323.86, -95.8752 ); + /* 1:57 */waypoints[103].type = "stand"; + /* 1:57 */waypoints[103].children[0] = 72; + /* 1:57 */waypoints[103].children[1] = 59; + /* 1:57 */waypoints[103].children[2] = 104; + /* 1:57 */waypoints[103].children[3] = 61; + /* 1:57 */waypoints[104] = spawnstruct(); + /* 1:57 */waypoints[104].origin = ( 11.1166, 1252.32, -95.875 ); + /* 1:57 */waypoints[104].type = "stand"; + /* 1:57 */waypoints[104].children[0] = 60; + /* 1:57 */waypoints[104].children[1] = 103; + /* 1:57 */waypoints[105] = spawnstruct(); + /* 1:57 */waypoints[105].origin = ( -1120.71, 1569.39, -101.585 ); + /* 1:57 */waypoints[105].type = "stand"; + /* 1:57 */waypoints[105].children[0] = 63; + /* 1:57 */waypoints[105].children[1] = 64; + /* 1:57 */waypoints[105].children[2] = 106; + /* 1:57 */waypoints[105].children[3] = 108; + /* 1:57 */waypoints[105].children[4] = 65; + /* 1:57 */waypoints[106] = spawnstruct(); + /* 1:57 */waypoints[106].origin = ( -1104.67, 1397.81, -102.387 ); + /* 1:57 */waypoints[106].type = "stand"; + /* 1:57 */waypoints[106].children[0] = 63; + /* 1:57 */waypoints[106].children[1] = 105; + /* 1:57 */waypoints[106].children[2] = 61; + /* 1:57 */waypoints[107] = spawnstruct(); + /* 1:57 */waypoints[107].origin = ( -603.397, 1553.96, -103.724 ); + /* 1:57 */waypoints[107].type = "claymore"; + /* 1:57 */waypoints[107].children[0] = 62; + /* 1:57 */waypoints[107].children[1] = 61; + /* 1:57 */waypoints[107].angles = ( 46.7566, -77.9169, 0 ); + /* 1:57 */waypoints[108] = spawnstruct(); + /* 1:57 */waypoints[108].origin = ( -1490.59, 1718.03, -89.875 ); + /* 1:57 */waypoints[108].type = "crouch"; + /* 1:57 */waypoints[108].children[0] = 105; + /* 1:57 */waypoints[108].angles = ( -1.10533, -100.752, 0 ); + /* 1:57 */waypoints[109] = spawnstruct(); + /* 1:57 */waypoints[109].origin = ( -1670.46, 546.998, -51.875 ); + /* 1:57 */waypoints[109].type = "claymore"; + /* 1:57 */waypoints[109].children[0] = 153; + /* 1:57 */waypoints[109].angles = ( 61.5552, 172.775, 0 ); + /* 1:57 */waypoints[110] = spawnstruct(); + /* 1:57 */waypoints[110].origin = ( -604.862, 748.858, -74.8106 ); + /* 1:57 */waypoints[110].type = "claymore"; + /* 1:57 */waypoints[110].children[0] = 58; + /* 1:57 */waypoints[110].angles = ( 73.4808, -0.787354, 0 ); + /* 1:57 */waypoints[111] = spawnstruct(); + /* 1:57 */waypoints[111].origin = ( 327.541, -16.3796, -82.9684 ); + /* 1:57 */waypoints[111].type = "claymore"; + /* 1:57 */waypoints[111].children[0] = 78; + /* 1:57 */waypoints[111].angles = ( 55.0348, -93.8086, 0 ); + /* 1:57 */waypoints[112] = spawnstruct(); + /* 1:57 */waypoints[112].origin = ( -1144.88, -84.125, 78.125 ); + /* 1:57 */waypoints[112].type = "crouch"; + /* 1:57 */waypoints[112].children[0] = 41; + /* 1:57 */waypoints[112].angles = ( 3.14638, -29.4177, 0 ); + /* 1:57 */waypoints[113] = spawnstruct(); + /* 1:57 */waypoints[113].origin = ( -1416.88, -241.125, 80.171 ); + /* 1:57 */waypoints[113].type = "crouch"; + /* 1:57 */waypoints[113].children[0] = 43; + /* 1:57 */waypoints[113].angles = ( 4.84926, -51.5167, 0 ); + /* 1:57 */waypoints[114] = spawnstruct(); + /* 1:57 */waypoints[114].origin = ( -1689.6, -74.565, -46.991 ); + /* 1:57 */waypoints[114].type = "stand"; + /* 1:57 */waypoints[114].children[0] = 48; + /* 1:57 */waypoints[114].children[1] = 55; + /* 1:57 */waypoints[114].children[2] = 115; + /* 1:57 */waypoints[114].children[3] = 139; + /* 1:57 */waypoints[115] = spawnstruct(); + /* 1:57 */waypoints[115].origin = ( -1536.47, 7.8011, -49.2237 ); + /* 1:57 */waypoints[115].type = "stand"; + /* 1:57 */waypoints[115].children[0] = 116; + /* 1:57 */waypoints[115].children[1] = 114; + /* 1:57 */waypoints[115].children[2] = 55; + /* 1:57 */waypoints[115].children[3] = 53; + /* 1:57 */waypoints[116] = spawnstruct(); + /* 1:57 */waypoints[116].origin = ( -1588.33, 259.217, -51.017 ); + /* 1:57 */waypoints[116].type = "stand"; + /* 1:57 */waypoints[116].children[0] = 48; + /* 1:57 */waypoints[116].children[1] = 115; + /* 1:57 */waypoints[116].children[2] = 53; + /* 1:57 */waypoints[116].children[3] = 68; + /* 1:57 */waypoints[117] = spawnstruct(); + /* 1:57 */waypoints[117].origin = ( -408.432, 34.8685, -67.875 ); + /* 1:57 */waypoints[117].type = "stand"; + /* 1:57 */waypoints[117].children[0] = 36; + /* 1:57 */waypoints[117].children[1] = 32; + /* 1:57 */waypoints[117].children[2] = 141; + /* 1:57 */waypoints[118] = spawnstruct(); + /* 1:57 */waypoints[118].origin = ( -943.717, -195.87, -67.8751 ); + /* 1:57 */waypoints[118].type = "claymore"; + /* 1:57 */waypoints[118].children[0] = 36; + /* 1:57 */waypoints[118].angles = ( 65.0214, 17.3236, 0 ); + /* 1:57 */waypoints[119] = spawnstruct(); + /* 1:57 */waypoints[119].origin = ( -583.642, -619.002, -67.8751 ); + /* 1:57 */waypoints[119].type = "claymore"; + /* 1:57 */waypoints[119].children[0] = 29; + /* 1:57 */waypoints[119].children[1] = 30; + /* 1:57 */waypoints[119].angles = ( 71.9427, 13.2697, 0 ); + /* 1:57 */waypoints[120] = spawnstruct(); + /* 1:57 */waypoints[120].origin = ( -292.558, -642.023, -67.8751 ); + /* 1:57 */waypoints[120].type = "stand"; + /* 1:57 */waypoints[120].children[0] = 121; + /* 1:57 */waypoints[120].children[1] = 26; + /* 1:57 */waypoints[121] = spawnstruct(); + /* 1:57 */waypoints[121].origin = ( -471.129, -656.023, -67.8751 ); + /* 1:57 */waypoints[121].type = "stand"; + /* 1:57 */waypoints[121].children[0] = 30; + /* 1:57 */waypoints[121].children[1] = 29; + /* 1:57 */waypoints[121].children[2] = 120; + /* 1:57 */waypoints[122] = spawnstruct(); + /* 1:57 */waypoints[122].origin = ( -992.086, -1364.65, 2.125 ); + /* 1:57 */waypoints[122].type = "stand"; + /* 1:57 */waypoints[122].children[0] = 8; + /* 1:57 */waypoints[122].children[1] = 123; + /* 1:57 */waypoints[123] = spawnstruct(); + /* 1:57 */waypoints[123].origin = ( -980.447, -1067.51, 4.125 ); + /* 1:57 */waypoints[123].type = "stand"; + /* 1:57 */waypoints[123].children[0] = 122; + /* 1:57 */waypoints[124] = spawnstruct(); + /* 1:57 */waypoints[124].origin = ( -1472.9, -873.882, 4.33376 ); + /* 1:57 */waypoints[124].type = "stand"; + /* 1:57 */waypoints[124].children[0] = 125; + /* 1:57 */waypoints[124].children[1] = 1; + /* 1:57 */waypoints[124].children[2] = 126; + /* 1:57 */waypoints[124].children[3] = 131; + /* 1:57 */waypoints[124].children[4] = 144; + /* 1:57 */waypoints[125] = spawnstruct(); + /* 1:57 */waypoints[125].origin = ( -979.942, -831.746, -67.875 ); + /* 1:57 */waypoints[125].type = "stand"; + /* 1:57 */waypoints[125].children[0] = 27; + /* 1:57 */waypoints[125].children[1] = 124; + /* 1:57 */waypoints[126] = spawnstruct(); + /* 1:57 */waypoints[126].origin = ( -1475.57, -1413.42, 2.125 ); + /* 1:57 */waypoints[126].type = "stand"; + /* 1:57 */waypoints[126].children[0] = 124; + /* 1:57 */waypoints[126].children[1] = 2; + /* 1:57 */waypoints[126].children[2] = 0; + /* 1:57 */waypoints[127] = spawnstruct(); + /* 1:57 */waypoints[127].origin = ( -1599.26, -642.834, 80.125 ); + /* 1:57 */waypoints[127].type = "stand"; + /* 1:57 */waypoints[127].children[0] = 1; + /* 1:57 */waypoints[127].children[1] = 129; + /* 1:57 */waypoints[128] = spawnstruct(); + /* 1:57 */waypoints[128].origin = ( -1630.98, -428.252, 80.125 ); + /* 1:57 */waypoints[128].type = "stand"; + /* 1:57 */waypoints[128].children[0] = 46; + /* 1:57 */waypoints[128].children[1] = 129; + /* 1:57 */waypoints[128].children[2] = 151; + /* 1:57 */waypoints[128].children[3] = 54; + /* 1:57 */waypoints[129] = spawnstruct(); + /* 1:57 */waypoints[129].origin = ( -1521.7, -494.247, 80.125 ); + /* 1:57 */waypoints[129].type = "stand"; + /* 1:57 */waypoints[129].children[0] = 128; + /* 1:57 */waypoints[129].children[1] = 127; + /* 1:57 */waypoints[129].children[2] = 46; + /* 1:57 */waypoints[129].children[3] = 151; + /* 1:57 */waypoints[130] = spawnstruct(); + /* 1:57 */waypoints[130].origin = ( -1416.88, -402.584, 80.1709 ); + /* 1:57 */waypoints[130].type = "claymore"; + /* 1:57 */waypoints[130].children[0] = 43; + /* 1:57 */waypoints[130].angles = ( 61.7529, -86.8652, 0 ); + /* 1:57 */waypoints[131] = spawnstruct(); + /* 1:57 */waypoints[131].origin = ( -1735.95, -991.62, 16.6504 ); + /* 1:57 */waypoints[131].type = "claymore"; + /* 1:57 */waypoints[131].children[0] = 1; + /* 1:57 */waypoints[131].children[1] = 124; + /* 1:57 */waypoints[131].angles = ( 40.0275, 57.3083, 0 ); + /* 1:57 */waypoints[132] = spawnstruct(); + /* 1:57 */waypoints[132].origin = ( -1301.58, -1614.79, 4.125 ); + /* 1:57 */waypoints[132].type = "stand"; + /* 1:57 */waypoints[132].children[0] = 5; + /* 1:57 */waypoints[132].children[1] = 133; + /* 1:57 */waypoints[132].children[2] = 149; + /* 1:57 */waypoints[133] = spawnstruct(); + /* 1:57 */waypoints[133].origin = ( -1270.23, -1543.12, 4.125 ); + /* 1:57 */waypoints[133].type = "claymore"; + /* 1:57 */waypoints[133].children[0] = 132; + /* 1:57 */waypoints[133].angles = ( 73.2776, -175.75, 0 ); + /* 1:57 */waypoints[134] = spawnstruct(); + /* 1:57 */waypoints[134].origin = ( -335.557, -1471.17, 11.2512 ); + /* 1:57 */waypoints[134].type = "crouch"; + /* 1:57 */waypoints[134].children[0] = 14; + /* 1:57 */waypoints[134].angles = ( 2.92664, -49.8688, 0 ); + /* 1:57 */waypoints[135] = spawnstruct(); + /* 1:57 */waypoints[135].origin = ( -607.641, 796.06, -95.875 ); + /* 1:57 */waypoints[135].type = "claymore"; + /* 1:57 */waypoints[135].children[0] = 136; + /* 1:57 */waypoints[135].angles = ( 70.5914, 9.83093, 0 ); + /* 1:57 */waypoints[136] = spawnstruct(); + /* 1:57 */waypoints[136].origin = ( -498.587, 822.432, -95.875 ); + /* 1:57 */waypoints[136].type = "stand"; + /* 1:57 */waypoints[136].children[0] = 135; + /* 1:57 */waypoints[136].children[1] = 58; + /* 1:57 */waypoints[136].children[2] = 61; + /* 1:57 */waypoints[136].children[3] = 59; + /* 1:57 */waypoints[137] = spawnstruct(); + /* 1:57 */waypoints[137].origin = ( 702.557, -894.281, -68.7618 ); + /* 1:57 */waypoints[137].type = "grenade"; + /* 1:57 */waypoints[137].children[0] = 87; + /* 1:57 */waypoints[137].angles = ( -20.7159, 89.1687, 0 ); + /* 1:57 */waypoints[138] = spawnstruct(); + /* 1:57 */waypoints[138].origin = ( -214.536, -940.646, -67.8172 ); + /* 1:57 */waypoints[138].type = "grenade"; + /* 1:57 */waypoints[138].children[0] = 26; + /* 1:57 */waypoints[138].angles = ( -5.91736, 128.335, 0 ); + /* 1:57 */waypoints[139] = spawnstruct(); + /* 1:57 */waypoints[139].origin = ( -1773.24, 23.1395, -46.1821 ); + /* 1:57 */waypoints[139].type = "grenade"; + /* 1:57 */waypoints[139].children[0] = 114; + /* 1:57 */waypoints[139].angles = ( -18.4528, -87.486, 0 ); + /* 1:57 */waypoints[140] = spawnstruct(); + /* 1:57 */waypoints[140].origin = ( -714.925, 165.125, -67.875 ); + /* 1:57 */waypoints[140].type = "crouch"; + /* 1:57 */waypoints[140].children[0] = 150; + /* 1:57 */waypoints[140].angles = ( 6.9751, 115.838, 0 ); + /* 1:57 */waypoints[141] = spawnstruct(); + /* 1:57 */waypoints[141].origin = ( -435.07, 16.6627, -67.875 ); + /* 1:57 */waypoints[141].type = "grenade"; + /* 1:57 */waypoints[141].children[0] = 117; + /* 1:57 */waypoints[141].angles = ( -22.0508, -156.118, 0 ); + /* 1:57 */waypoints[142] = spawnstruct(); + /* 1:57 */waypoints[142].origin = ( 614.728, -1721.55, -60.875 ); + /* 1:57 */waypoints[142].type = "stand"; + /* 1:57 */waypoints[142].children[0] = 92; + /* 1:57 */waypoints[143] = spawnstruct(); + /* 1:57 */waypoints[143].origin = ( 272.649, -994.08, -69.7291 ); + /* 1:57 */waypoints[143].type = "grenade"; + /* 1:57 */waypoints[143].children[0] = 80; + /* 1:57 */waypoints[143].angles = ( -17.4475, 86.1969, 0 ); + /* 1:57 */waypoints[144] = spawnstruct(); + /* 1:57 */waypoints[144].origin = ( -1453.29, -1127.88, 2.125 ); + /* 1:57 */waypoints[144].type = "grenade"; + /* 1:57 */waypoints[144].children[0] = 124; + /* 1:57 */waypoints[144].angles = ( -17.5354, 123.056, 0.0384521 ); + /* 1:57 */waypoints[145] = spawnstruct(); + /* 1:57 */waypoints[145].origin = ( 997.568, 1330.96, -87.875 ); + /* 1:57 */waypoints[145].type = "stand"; + /* 1:57 */waypoints[145].children[0] = 73; + /* 1:57 */waypoints[145].children[1] = 146; + /* 1:57 */waypoints[146] = spawnstruct(); + /* 1:57 */waypoints[146].origin = ( 1003.47, 1111.62, -87.875 ); + /* 1:57 */waypoints[146].type = "stand"; + /* 1:57 */waypoints[146].children[0] = 145; + /* 1:57 */waypoints[146].children[1] = 147; + /* 1:57 */waypoints[147] = spawnstruct(); + /* 1:57 */waypoints[147].origin = ( 714.56, 1028.01, -99.8719 ); + /* 1:57 */waypoints[147].type = "stand"; + /* 1:57 */waypoints[147].children[0] = 146; + /* 1:57 */waypoints[147].children[1] = 73; + /* 1:57 */waypoints[147].children[2] = 74; + /* 1:57 */waypoints[148] = spawnstruct(); + /* 1:57 */waypoints[148].origin = ( 679.216, -1383.4, -73.3097 ); + /* 1:57 */waypoints[148].type = "stand"; + /* 1:57 */waypoints[148].children[0] = 93; + /* 1:57 */waypoints[148].children[1] = 92; + /* 1:57 */waypoints[148].children[2] = 88; + /* 1:57 */waypoints[149] = spawnstruct(); + /* 1:57 */waypoints[149].origin = ( -1318.81, -1556.59, 4.125 ); + /* 1:57 */waypoints[149].type = "stand"; + /* 1:57 */waypoints[149].children[0] = 132; + /* 1:57 */waypoints[149].children[1] = 2; + /* 1:57 */waypoints[150] = spawnstruct(); + /* 1:57 */waypoints[150].origin = ( -784.575, 170.894, -67.875 ); + /* 1:57 */waypoints[150].type = "stand"; + /* 1:57 */waypoints[150].children[0] = 140; + /* 1:57 */waypoints[150].children[1] = 36; + /* 1:57 */waypoints[150].children[2] = 35; + /* 1:57 */waypoints[151] = spawnstruct(); + /* 1:57 */waypoints[151].origin = ( -1497.14, -456.128, 80.125 ); + /* 1:57 */waypoints[151].type = "stand"; + /* 1:57 */waypoints[151].children[0] = 129; + /* 1:57 */waypoints[151].children[1] = 44; + /* 1:57 */waypoints[151].children[2] = 128; + /* 1:57 */waypoints[152] = spawnstruct(); + /* 1:57 */waypoints[152].origin = ( -1626.26, 1044.57, -51.875 ); + /* 1:57 */waypoints[152].type = "stand"; + /* 1:57 */waypoints[152].children[0] = 69; + /* 1:57 */waypoints[152].children[1] = 153; + /* 1:57 */waypoints[152].children[2] = 66; + /* 1:57 */waypoints[153] = spawnstruct(); + /* 1:57 */waypoints[153].origin = ( -1704.74, 605.19, -51.875 ); + /* 1:57 */waypoints[153].type = "stand"; + /* 1:57 */waypoints[153].children[0] = 152; + /* 1:57 */waypoints[153].children[1] = 109; + /* 1:57 */waypoints[153].children[2] = 68; + /* 1:57 */waypoints[154] = spawnstruct(); + /* 1:57 */waypoints[154].origin = ( -1657.27, -258.02, 79.9948 ); + /* 1:57 */waypoints[154].type = "climb"; + /* 1:57 */waypoints[154].children[0] = 56; + /* 1:57 */waypoints[154].children[1] = 54; + /* 1:57 */waypoints[154].angles = ( 1.9281, -90.2252, 0 ); + /* 1:57 */waypoints[155] = spawnstruct(); + /* 1:57 */waypoints[155].origin = ( -1287.83, 522.259, -53.5349 ); + /* 1:57 */waypoints[155].type = "stand"; + /* 1:57 */waypoints[155].children[0] = 53; + /* 1:57 */waypoints[155].children[1] = 70; + /* 1:57 */waypoints[155].children[2] = 35; + /* 1:57 */return waypoints; +} diff --git a/raw/maps/mp/bots/waypoints/mission.gsc b/raw/scripts/mp/mp_bravo/wps_mission.gsc similarity index 97% rename from raw/maps/mp/bots/waypoints/mission.gsc rename to raw/scripts/mp/mp_bravo/wps_mission.gsc index 44cde20..07ca002 100644 --- a/raw/maps/mp/bots/waypoints/mission.gsc +++ b/raw/scripts/mp/mp_bravo/wps_mission.gsc @@ -1,3 +1,8 @@ +main() +{ + level.waypoints = Mission(); +} + Mission() { /* 0:49 */waypoints = []; @@ -966,4 +971,4 @@ Mission() /* 0:49 */waypoints[167].children[0] = 6; /* 0:49 */waypoints[167].children[1] = 7; /* 0:49 */return waypoints; -} \ No newline at end of file +} diff --git a/raw/scripts/mp/mp_carbon/wps_carbon.gsc b/raw/scripts/mp/mp_carbon/wps_carbon.gsc new file mode 100644 index 0000000..93705f8 --- /dev/null +++ b/raw/scripts/mp/mp_carbon/wps_carbon.gsc @@ -0,0 +1,1089 @@ +main() +{ + level.waypoints = Carbon(); +} + +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; +} diff --git a/raw/scripts/mp/mp_cement/wps_foundation.gsc b/raw/scripts/mp/mp_cement/wps_foundation.gsc new file mode 100644 index 0000000..c442f73 --- /dev/null +++ b/raw/scripts/mp/mp_cement/wps_foundation.gsc @@ -0,0 +1,1464 @@ +main() +{ + level.waypoints = Foundation(); +} + +Foundation() +{ + /* 3:43 */waypoints = []; + /* 3:43 */waypoints[0] = spawnstruct(); + /* 3:43 */waypoints[0].origin = ( -3002.98, 988.959, 334.003 ); + /* 3:43 */waypoints[0].type = "stand"; + /* 3:43 */waypoints[0].children[0] = 1; + /* 3:43 */waypoints[0].children[1] = 42; + /* 3:43 */waypoints[0].children[2] = 159; + /* 3:43 */waypoints[0].children[3] = 192; + /* 3:43 */waypoints[1] = spawnstruct(); + /* 3:43 */waypoints[1].origin = ( -2562.98, 1100.75, 299.475 ); + /* 3:43 */waypoints[1].type = "stand"; + /* 3:43 */waypoints[1].children[0] = 0; + /* 3:43 */waypoints[1].children[1] = 2; + /* 3:43 */waypoints[1].children[2] = 53; + /* 3:43 */waypoints[1].children[3] = 54; + /* 3:43 */waypoints[2] = spawnstruct(); + /* 3:43 */waypoints[2].origin = ( -1608.6, 1052.91, 452.125 ); + /* 3:43 */waypoints[2].type = "stand"; + /* 3:43 */waypoints[2].children[0] = 1; + /* 3:43 */waypoints[2].children[1] = 3; + /* 3:43 */waypoints[2].children[2] = 54; + /* 3:43 */waypoints[2].children[3] = 66; + /* 3:43 */waypoints[2].children[4] = 49; + /* 3:43 */waypoints[2].children[5] = 165; + /* 3:43 */waypoints[2].children[6] = 167; + /* 3:43 */waypoints[3] = spawnstruct(); + /* 3:43 */waypoints[3].origin = ( -1474.4, 1292.64, 440.614 ); + /* 3:43 */waypoints[3].type = "stand"; + /* 3:43 */waypoints[3].children[0] = 2; + /* 3:43 */waypoints[3].children[1] = 4; + /* 3:43 */waypoints[4] = spawnstruct(); + /* 3:43 */waypoints[4].origin = ( -711.406, 1281.87, 440.625 ); + /* 3:43 */waypoints[4].type = "stand"; + /* 3:43 */waypoints[4].children[0] = 3; + /* 3:43 */waypoints[4].children[1] = 5; + /* 3:43 */waypoints[4].children[2] = 119; + /* 3:43 */waypoints[5] = spawnstruct(); + /* 3:43 */waypoints[5].origin = ( -565.816, 1076.97, 426.372 ); + /* 3:43 */waypoints[5].type = "stand"; + /* 3:43 */waypoints[5].children[0] = 4; + /* 3:43 */waypoints[5].children[1] = 6; + /* 3:43 */waypoints[5].children[2] = 7; + /* 3:43 */waypoints[5].children[3] = 9; + /* 3:43 */waypoints[5].children[4] = 55; + /* 3:43 */waypoints[5].children[5] = 119; + /* 3:43 */waypoints[5].children[6] = 182; + /* 3:43 */waypoints[6] = spawnstruct(); + /* 3:43 */waypoints[6].origin = ( -450.55, 1304.16, 427.833 ); + /* 3:43 */waypoints[6].type = "crouch"; + /* 3:43 */waypoints[6].children[0] = 5; + /* 3:43 */waypoints[6].angles = ( 5.37781, -119.454, 0 ); + /* 3:43 */waypoints[7] = spawnstruct(); + /* 3:43 */waypoints[7].origin = ( 50.1073, 963.511, 301.112 ); + /* 3:43 */waypoints[7].type = "stand"; + /* 3:43 */waypoints[7].children[0] = 5; + /* 3:43 */waypoints[7].children[1] = 8; + /* 3:43 */waypoints[7].children[2] = 9; + /* 3:43 */waypoints[7].children[3] = 10; + /* 3:43 */waypoints[8] = spawnstruct(); + /* 3:43 */waypoints[8].origin = ( -404.344, 922.124, 386.671 ); + /* 3:43 */waypoints[8].type = "claymore"; + /* 3:43 */waypoints[8].children[0] = 7; + /* 3:43 */waypoints[8].children[1] = 9; + /* 3:43 */waypoints[8].angles = ( 44.1431, 86.7041, 0 ); + /* 3:43 */waypoints[9] = spawnstruct(); + /* 3:43 */waypoints[9].origin = ( -345.407, 1038.18, 361.668 ); + /* 3:43 */waypoints[9].type = "stand"; + /* 3:43 */waypoints[9].children[0] = 8; + /* 3:43 */waypoints[9].children[1] = 5; + /* 3:43 */waypoints[9].children[2] = 7; + /* 3:43 */waypoints[10] = spawnstruct(); + /* 3:43 */waypoints[10].origin = ( 122.973, 640.261, 308.273 ); + /* 3:43 */waypoints[10].type = "stand"; + /* 3:43 */waypoints[10].children[0] = 7; + /* 3:43 */waypoints[10].children[1] = 11; + /* 3:43 */waypoints[10].children[2] = 107; + /* 3:43 */waypoints[10].children[3] = 114; + /* 3:43 */waypoints[11] = spawnstruct(); + /* 3:43 */waypoints[11].origin = ( 748.576, 647.051, 351.625 ); + /* 3:43 */waypoints[11].type = "stand"; + /* 3:43 */waypoints[11].children[0] = 10; + /* 3:43 */waypoints[11].children[1] = 12; + /* 3:43 */waypoints[12] = spawnstruct(); + /* 3:43 */waypoints[12].origin = ( 795.79, 422.973, 351.625 ); + /* 3:43 */waypoints[12].type = "stand"; + /* 3:43 */waypoints[12].children[0] = 11; + /* 3:43 */waypoints[12].children[1] = 13; + /* 3:43 */waypoints[12].children[2] = 14; + /* 3:43 */waypoints[12].children[3] = 111; + /* 3:43 */waypoints[13] = spawnstruct(); + /* 3:43 */waypoints[13].origin = ( 998.152, 561.165, 351.625 ); + /* 3:43 */waypoints[13].type = "crouch"; + /* 3:43 */waypoints[13].children[0] = 12; + /* 3:43 */waypoints[13].angles = ( 4.11438, -146.195, 0 ); + /* 3:43 */waypoints[14] = spawnstruct(); + /* 3:43 */waypoints[14].origin = ( 1155.6, 341.433, 310.96 ); + /* 3:43 */waypoints[14].type = "stand"; + /* 3:43 */waypoints[14].children[0] = 12; + /* 3:43 */waypoints[14].children[1] = 115; + /* 3:43 */waypoints[15] = spawnstruct(); + /* 3:43 */waypoints[15].origin = ( 972.676, -889.981, 309.95 ); + /* 3:43 */waypoints[15].type = "stand"; + /* 3:43 */waypoints[15].children[0] = 16; + /* 3:43 */waypoints[15].children[1] = 131; + /* 3:43 */waypoints[15].children[2] = 127; + /* 3:43 */waypoints[15].children[3] = 132; + /* 3:43 */waypoints[15].children[4] = 133; + /* 3:43 */waypoints[16] = spawnstruct(); + /* 3:43 */waypoints[16].origin = ( 816.613, -1393.48, 304.125 ); + /* 3:43 */waypoints[16].type = "stand"; + /* 3:43 */waypoints[16].children[0] = 15; + /* 3:43 */waypoints[16].children[1] = 17; + /* 3:43 */waypoints[16].children[2] = 132; + /* 3:43 */waypoints[17] = spawnstruct(); + /* 3:43 */waypoints[17].origin = ( 696.625, -1715.69, 309.613 ); + /* 3:43 */waypoints[17].type = "stand"; + /* 3:43 */waypoints[17].children[0] = 16; + /* 3:43 */waypoints[17].children[1] = 18; + /* 3:43 */waypoints[18] = spawnstruct(); + /* 3:43 */waypoints[18].origin = ( 409.45, -1652.12, 310.803 ); + /* 3:43 */waypoints[18].type = "stand"; + /* 3:43 */waypoints[18].children[0] = 17; + /* 3:43 */waypoints[18].children[1] = 124; + /* 3:43 */waypoints[19] = spawnstruct(); + /* 3:43 */waypoints[19].origin = ( -49.1099, -1591.83, 335.094 ); + /* 3:43 */waypoints[19].type = "stand"; + /* 3:43 */waypoints[19].children[0] = 122; + /* 3:43 */waypoints[19].children[1] = 124; + /* 3:43 */waypoints[19].children[2] = 200; + /* 3:43 */waypoints[20] = spawnstruct(); + /* 3:43 */waypoints[20].origin = ( -441.994, -1592.05, 439.125 ); + /* 3:43 */waypoints[20].type = "stand"; + /* 3:43 */waypoints[20].children[0] = 21; + /* 3:43 */waypoints[21] = spawnstruct(); + /* 3:43 */waypoints[21].origin = ( -440.792, -1360.32, 504.125 ); + /* 3:43 */waypoints[21].type = "stand"; + /* 3:43 */waypoints[21].children[0] = 20; + /* 3:43 */waypoints[21].children[1] = 22; + /* 3:43 */waypoints[22] = spawnstruct(); + /* 3:43 */waypoints[22].origin = ( -602.607, -1372.1, 504.125 ); + /* 3:43 */waypoints[22].type = "stand"; + /* 3:43 */waypoints[22].children[0] = 21; + /* 3:43 */waypoints[22].children[1] = 23; + /* 3:43 */waypoints[22].children[2] = 29; + /* 3:43 */waypoints[23] = spawnstruct(); + /* 3:43 */waypoints[23].origin = ( -835.78, -1518.16, 504.125 ); + /* 3:43 */waypoints[23].type = "stand"; + /* 3:43 */waypoints[23].children[0] = 22; + /* 3:43 */waypoints[23].children[1] = 24; + /* 3:43 */waypoints[24] = spawnstruct(); + /* 3:43 */waypoints[24].origin = ( -1831.98, -1498.24, 504.125 ); + /* 3:43 */waypoints[24].type = "stand"; + /* 3:43 */waypoints[24].children[0] = 23; + /* 3:43 */waypoints[24].children[1] = 25; + /* 3:43 */waypoints[24].children[2] = 153; + /* 3:43 */waypoints[25] = spawnstruct(); + /* 3:43 */waypoints[25].origin = ( -1847.03, -904.782, 344.125 ); + /* 3:43 */waypoints[25].type = "stand"; + /* 3:43 */waypoints[25].children[0] = 24; + /* 3:43 */waypoints[25].children[1] = 26; + /* 3:43 */waypoints[25].children[2] = 153; + /* 3:43 */waypoints[25].children[3] = 154; + /* 3:43 */waypoints[26] = spawnstruct(); + /* 3:43 */waypoints[26].origin = ( -1911.41, -908.053, 344.125 ); + /* 3:43 */waypoints[26].type = "stand"; + /* 3:43 */waypoints[26].children[0] = 25; + /* 3:43 */waypoints[26].children[1] = 32; + /* 3:43 */waypoints[26].children[2] = 152; + /* 3:43 */waypoints[27] = spawnstruct(); + /* 3:43 */waypoints[27].origin = ( -1918.48, -1302.92, 344.125 ); + /* 3:43 */waypoints[27].type = "stand"; + /* 3:43 */waypoints[27].children[0] = 28; + /* 3:43 */waypoints[27].children[1] = 150; + /* 3:43 */waypoints[27].children[2] = 151; + /* 3:43 */waypoints[27].children[3] = 152; + /* 3:43 */waypoints[28] = spawnstruct(); + /* 3:43 */waypoints[28].origin = ( -1570.78, -1354.01, 368.979 ); + /* 3:43 */waypoints[28].type = "stand"; + /* 3:43 */waypoints[28].children[0] = 27; + /* 3:43 */waypoints[28].children[1] = 29; + /* 3:43 */waypoints[28].children[2] = 31; + /* 3:43 */waypoints[29] = spawnstruct(); + /* 3:43 */waypoints[29].origin = ( -1150.59, -1357.27, 376.103 ); + /* 3:43 */waypoints[29].type = "stand"; + /* 3:43 */waypoints[29].children[0] = 28; + /* 3:43 */waypoints[29].children[1] = 22; + /* 3:43 */waypoints[29].children[2] = 30; + /* 3:43 */waypoints[29].children[3] = 73; + /* 3:43 */waypoints[29].children[4] = 120; + /* 3:43 */waypoints[30] = spawnstruct(); + /* 3:43 */waypoints[30].origin = ( -1330.32, -1182.66, 375.448 ); + /* 3:43 */waypoints[30].type = "stand"; + /* 3:43 */waypoints[30].children[0] = 29; + /* 3:43 */waypoints[30].children[1] = 73; + /* 3:43 */waypoints[30].children[2] = 120; + /* 3:43 */waypoints[30].children[3] = 147; + /* 3:43 */waypoints[30].children[4] = 149; + /* 3:43 */waypoints[31] = spawnstruct(); + /* 3:43 */waypoints[31].origin = ( -1645.51, -1104.05, 376.579 ); + /* 3:43 */waypoints[31].type = "stand"; + /* 3:43 */waypoints[31].children[0] = 28; + /* 3:43 */waypoints[31].children[1] = 32; + /* 3:43 */waypoints[31].children[2] = 73; + /* 3:43 */waypoints[31].children[3] = 147; + /* 3:43 */waypoints[32] = spawnstruct(); + /* 3:43 */waypoints[32].origin = ( -1759.17, -728.815, 352.917 ); + /* 3:43 */waypoints[32].type = "stand"; + /* 3:43 */waypoints[32].children[0] = 31; + /* 3:43 */waypoints[32].children[1] = 26; + /* 3:43 */waypoints[32].children[2] = 33; + /* 3:43 */waypoints[32].children[3] = 146; + /* 3:43 */waypoints[32].children[4] = 147; + /* 3:43 */waypoints[32].children[5] = 154; + /* 3:43 */waypoints[33] = spawnstruct(); + /* 3:43 */waypoints[33].origin = ( -2015.78, -577.288, 347.348 ); + /* 3:43 */waypoints[33].type = "stand"; + /* 3:43 */waypoints[33].children[0] = 32; + /* 3:43 */waypoints[33].children[1] = 34; + /* 3:43 */waypoints[33].children[2] = 146; + /* 3:43 */waypoints[33].children[3] = 155; + /* 3:43 */waypoints[34] = spawnstruct(); + /* 3:43 */waypoints[34].origin = ( -2540.18, -577.075, 343.106 ); + /* 3:43 */waypoints[34].type = "stand"; + /* 3:43 */waypoints[34].children[0] = 33; + /* 3:43 */waypoints[34].children[1] = 35; + /* 3:43 */waypoints[34].children[2] = 36; + /* 3:43 */waypoints[34].children[3] = 37; + /* 3:43 */waypoints[34].children[4] = 155; + /* 3:43 */waypoints[34].children[5] = 163; + /* 3:43 */waypoints[34].children[6] = 193; + /* 3:43 */waypoints[35] = spawnstruct(); + /* 3:43 */waypoints[35].origin = ( -2477.6, -741.225, 352.125 ); + /* 3:43 */waypoints[35].type = "crouch"; + /* 3:43 */waypoints[35].children[0] = 34; + /* 3:43 */waypoints[35].angles = ( 5.69641, 121.882, 0 ); + /* 3:43 */waypoints[36] = spawnstruct(); + /* 3:43 */waypoints[36].origin = ( -2690.08, -797.324, 352.125 ); + /* 3:43 */waypoints[36].type = "crouch"; + /* 3:43 */waypoints[36].children[0] = 34; + /* 3:43 */waypoints[36].angles = ( 5.69641, 54.6405, 0 ); + /* 3:43 */waypoints[37] = spawnstruct(); + /* 3:43 */waypoints[37].origin = ( -2874.3, -400.283, 304.125 ); + /* 3:43 */waypoints[37].type = "stand"; + /* 3:43 */waypoints[37].children[0] = 34; + /* 3:43 */waypoints[37].children[1] = 44; + /* 3:43 */waypoints[37].children[2] = 162; + /* 3:43 */waypoints[37].children[3] = 163; + /* 3:43 */waypoints[37].children[4] = 193; + /* 3:43 */waypoints[38] = spawnstruct(); + /* 3:43 */waypoints[38].origin = ( -2308.47, -380.671, 224.802 ); + /* 3:43 */waypoints[38].type = "stand"; + /* 3:43 */waypoints[38].children[0] = 39; + /* 3:43 */waypoints[38].children[1] = 69; + /* 3:43 */waypoints[38].children[2] = 72; + /* 3:43 */waypoints[38].children[3] = 162; + /* 3:43 */waypoints[38].children[4] = 164; + /* 3:43 */waypoints[38].children[5] = 193; + /* 3:43 */waypoints[39] = spawnstruct(); + /* 3:43 */waypoints[39].origin = ( -2296.78, 9.34768, 304.125 ); + /* 3:43 */waypoints[39].type = "stand"; + /* 3:43 */waypoints[39].children[0] = 38; + /* 3:43 */waypoints[39].children[1] = 40; + /* 3:43 */waypoints[39].children[2] = 204; + /* 3:43 */waypoints[40] = spawnstruct(); + /* 3:43 */waypoints[40].origin = ( -2289.52, 258.98, 304.125 ); + /* 3:43 */waypoints[40].type = "stand"; + /* 3:43 */waypoints[40].children[0] = 39; + /* 3:43 */waypoints[40].children[1] = 41; + /* 3:43 */waypoints[40].children[2] = 70; + /* 3:43 */waypoints[41] = spawnstruct(); + /* 3:43 */waypoints[41].origin = ( -2549.75, 297.408, 304.125 ); + /* 3:43 */waypoints[41].type = "stand"; + /* 3:43 */waypoints[41].children[0] = 40; + /* 3:43 */waypoints[41].children[1] = 42; + /* 3:43 */waypoints[41].children[2] = 51; + /* 3:43 */waypoints[41].children[3] = 158; + /* 3:43 */waypoints[42] = spawnstruct(); + /* 3:43 */waypoints[42].origin = ( -3080.25, 607.518, 304.125 ); + /* 3:43 */waypoints[42].type = "stand"; + /* 3:43 */waypoints[42].children[0] = 41; + /* 3:43 */waypoints[42].children[1] = 0; + /* 3:43 */waypoints[42].children[2] = 43; + /* 3:43 */waypoints[42].children[3] = 51; + /* 3:43 */waypoints[42].children[4] = 158; + /* 3:43 */waypoints[42].children[5] = 159; + /* 3:43 */waypoints[42].children[6] = 192; + /* 3:43 */waypoints[42].children[7] = 177; + /* 3:43 */waypoints[43] = spawnstruct(); + /* 3:43 */waypoints[43].origin = ( -3076.7, 345.158, 304.125 ); + /* 3:43 */waypoints[43].type = "stand"; + /* 3:43 */waypoints[43].children[0] = 42; + /* 3:43 */waypoints[43].children[1] = 44; + /* 3:43 */waypoints[43].children[2] = 51; + /* 3:43 */waypoints[43].children[3] = 195; + /* 3:43 */waypoints[43].children[4] = 158; + /* 3:43 */waypoints[43].children[5] = 177; + /* 3:43 */waypoints[44] = spawnstruct(); + /* 3:43 */waypoints[44].origin = ( -3069.54, 67.5273, 296.125 ); + /* 3:43 */waypoints[44].type = "stand"; + /* 3:43 */waypoints[44].children[0] = 43; + /* 3:43 */waypoints[44].children[1] = 37; + /* 3:43 */waypoints[44].children[2] = 158; + /* 3:43 */waypoints[44].children[3] = 177; + /* 3:43 */waypoints[44].children[4] = 193; + /* 3:43 */waypoints[44].children[5] = 195; + /* 3:43 */waypoints[44].children[6] = 212; + /* 3:43 */waypoints[44].children[7] = 203; + /* 3:43 */waypoints[45] = spawnstruct(); + /* 3:43 */waypoints[45].origin = ( -1785.29, 70.4973, 509.625 ); + /* 3:43 */waypoints[45].type = "stand"; + /* 3:43 */waypoints[45].children[0] = 46; + /* 3:43 */waypoints[45].children[1] = 156; + /* 3:43 */waypoints[45].children[2] = 188; + /* 3:43 */waypoints[45].children[3] = 194; + /* 3:43 */waypoints[46] = spawnstruct(); + /* 3:43 */waypoints[46].origin = ( -1847.21, 263.695, 510.125 ); + /* 3:43 */waypoints[46].type = "stand"; + /* 3:43 */waypoints[46].children[0] = 45; + /* 3:43 */waypoints[46].children[1] = 47; + /* 3:43 */waypoints[47] = spawnstruct(); + /* 3:43 */waypoints[47].origin = ( -1791.91, 326.525, 510.125 ); + /* 3:43 */waypoints[47].type = "stand"; + /* 3:43 */waypoints[47].children[0] = 46; + /* 3:43 */waypoints[47].children[1] = 48; + /* 3:43 */waypoints[47].children[2] = 157; + /* 3:43 */waypoints[48] = spawnstruct(); + /* 3:43 */waypoints[48].origin = ( -1823.74, 682.962, 497.781 ); + /* 3:43 */waypoints[48].type = "stand"; + /* 3:43 */waypoints[48].children[0] = 47; + /* 3:43 */waypoints[48].children[1] = 49; + /* 3:43 */waypoints[49] = spawnstruct(); + /* 3:43 */waypoints[49].origin = ( -1823.27, 764.915, 410.742 ); + /* 3:43 */waypoints[49].type = "stand"; + /* 3:43 */waypoints[49].children[0] = 48; + /* 3:43 */waypoints[49].children[1] = 50; + /* 3:43 */waypoints[49].children[2] = 2; + /* 3:43 */waypoints[49].children[3] = 165; + /* 3:43 */waypoints[50] = spawnstruct(); + /* 3:43 */waypoints[50].origin = ( -2225.26, 790.144, 312.021 ); + /* 3:43 */waypoints[50].type = "stand"; + /* 3:43 */waypoints[50].children[0] = 49; + /* 3:43 */waypoints[50].children[1] = 51; + /* 3:43 */waypoints[50].children[2] = 53; + /* 3:43 */waypoints[50].children[3] = 165; + /* 3:43 */waypoints[51] = spawnstruct(); + /* 3:43 */waypoints[51].origin = ( -2571.14, 464.362, 304.125 ); + /* 3:43 */waypoints[51].type = "stand"; + /* 3:43 */waypoints[51].children[0] = 50; + /* 3:43 */waypoints[51].children[1] = 41; + /* 3:43 */waypoints[51].children[2] = 43; + /* 3:43 */waypoints[51].children[3] = 42; + /* 3:43 */waypoints[51].children[4] = 52; + /* 3:43 */waypoints[51].children[5] = 158; + /* 3:43 */waypoints[52] = spawnstruct(); + /* 3:43 */waypoints[52].origin = ( -2269.02, 477.981, 304.125 ); + /* 3:43 */waypoints[52].type = "crouch"; + /* 3:43 */waypoints[52].children[0] = 51; + /* 3:43 */waypoints[52].children[1] = 53; + /* 3:43 */waypoints[53] = spawnstruct(); + /* 3:43 */waypoints[53].origin = ( -2332.98, 952.768, 306.674 ); + /* 3:43 */waypoints[53].type = "stand"; + /* 3:43 */waypoints[53].children[0] = 52; + /* 3:43 */waypoints[53].children[1] = 1; + /* 3:43 */waypoints[53].children[2] = 54; + /* 3:43 */waypoints[53].children[3] = 50; + /* 3:43 */waypoints[53].children[4] = 165; + /* 3:43 */waypoints[54] = spawnstruct(); + /* 3:43 */waypoints[54].origin = ( -2219.97, 1050.98, 306.125 ); + /* 3:43 */waypoints[54].type = "stand"; + /* 3:43 */waypoints[54].children[0] = 53; + /* 3:43 */waypoints[54].children[1] = 1; + /* 3:43 */waypoints[54].children[2] = 2; + /* 3:43 */waypoints[55] = spawnstruct(); + /* 3:43 */waypoints[55].origin = ( -846.091, 1056.03, 447.279 ); + /* 3:43 */waypoints[55].type = "stand"; + /* 3:43 */waypoints[55].children[0] = 5; + /* 3:43 */waypoints[55].children[1] = 119; + /* 3:43 */waypoints[55].children[2] = 167; + /* 3:43 */waypoints[55].children[3] = 182; + /* 3:43 */waypoints[56] = spawnstruct(); + /* 3:43 */waypoints[56].origin = ( -852.257, 659.979, 332.938 ); + /* 3:43 */waypoints[56].type = "stand"; + /* 3:43 */waypoints[56].children[0] = 57; + /* 3:43 */waypoints[56].children[1] = 58; + /* 3:43 */waypoints[57] = spawnstruct(); + /* 3:43 */waypoints[57].origin = ( -1103.11, 1028.16, 342.617 ); + /* 3:43 */waypoints[57].type = "crouch"; + /* 3:43 */waypoints[57].children[0] = 56; + /* 3:43 */waypoints[57].angles = ( 7.62879, -55.3766, 0 ); + /* 3:43 */waypoints[58] = spawnstruct(); + /* 3:43 */waypoints[58].origin = ( -1083.57, 656.013, 329.601 ); + /* 3:43 */waypoints[58].type = "stand"; + /* 3:43 */waypoints[58].children[0] = 59; + /* 3:43 */waypoints[58].children[1] = 76; + /* 3:43 */waypoints[58].children[2] = 77; + /* 3:43 */waypoints[58].children[3] = 56; + /* 3:43 */waypoints[59] = spawnstruct(); + /* 3:43 */waypoints[59].origin = ( -983.242, 1033.04, 349.246 ); + /* 3:43 */waypoints[59].type = "crouch"; + /* 3:43 */waypoints[59].children[0] = 58; + /* 3:43 */waypoints[59].children[1] = 60; + /* 3:43 */waypoints[60] = spawnstruct(); + /* 3:43 */waypoints[60].origin = ( -1542.66, 498.229, 330.899 ); + /* 3:43 */waypoints[60].type = "stand"; + /* 3:43 */waypoints[60].children[0] = 59; + /* 3:43 */waypoints[60].children[1] = 61; + /* 3:43 */waypoints[60].children[2] = 64; + /* 3:43 */waypoints[60].children[3] = 66; + /* 3:43 */waypoints[60].children[4] = 77; + /* 3:43 */waypoints[60].children[5] = 65; + /* 3:43 */waypoints[60].children[6] = 166; + /* 3:43 */waypoints[61] = spawnstruct(); + /* 3:43 */waypoints[61].origin = ( -1572.83, 154.383, 307.014 ); + /* 3:43 */waypoints[61].type = "stand"; + /* 3:43 */waypoints[61].children[0] = 60; + /* 3:43 */waypoints[61].children[1] = 62; + /* 3:43 */waypoints[61].children[2] = 67; + /* 3:43 */waypoints[61].children[3] = 71; + /* 3:43 */waypoints[61].children[4] = 75; + /* 3:43 */waypoints[61].children[5] = 173; + /* 3:43 */waypoints[62] = spawnstruct(); + /* 3:43 */waypoints[62].origin = ( -1811.14, 130.678, 297.162 ); + /* 3:43 */waypoints[62].type = "stand"; + /* 3:43 */waypoints[62].children[0] = 61; + /* 3:43 */waypoints[62].children[1] = 63; + /* 3:43 */waypoints[62].children[2] = 71; + /* 3:43 */waypoints[62].children[3] = 75; + /* 3:43 */waypoints[62].children[4] = 160; + /* 3:43 */waypoints[63] = spawnstruct(); + /* 3:43 */waypoints[63].origin = ( -1835.99, 301.874, 317.99 ); + /* 3:43 */waypoints[63].type = "stand"; + /* 3:43 */waypoints[63].children[0] = 62; + /* 3:43 */waypoints[63].children[1] = 64; + /* 3:43 */waypoints[64] = spawnstruct(); + /* 3:43 */waypoints[64].origin = ( -1678.56, 335.546, 326.17 ); + /* 3:43 */waypoints[64].type = "stand"; + /* 3:43 */waypoints[64].children[0] = 63; + /* 3:43 */waypoints[64].children[1] = 60; + /* 3:43 */waypoints[64].children[2] = 65; + /* 3:43 */waypoints[65] = spawnstruct(); + /* 3:43 */waypoints[65].origin = ( -1686.97, 765.381, 400.287 ); + /* 3:43 */waypoints[65].type = "stand"; + /* 3:43 */waypoints[65].children[0] = 64; + /* 3:43 */waypoints[65].children[1] = 66; + /* 3:43 */waypoints[65].children[2] = 165; + /* 3:43 */waypoints[65].children[3] = 60; + /* 3:43 */waypoints[65].children[4] = 77; + /* 3:43 */waypoints[66] = spawnstruct(); + /* 3:43 */waypoints[66].origin = ( -1546.32, 824.126, 401.613 ); + /* 3:43 */waypoints[66].type = "stand"; + /* 3:43 */waypoints[66].children[0] = 65; + /* 3:43 */waypoints[66].children[1] = 2; + /* 3:43 */waypoints[66].children[2] = 60; + /* 3:43 */waypoints[66].children[3] = 77; + /* 3:43 */waypoints[66].children[4] = 166; + /* 3:43 */waypoints[67] = spawnstruct(); + /* 3:43 */waypoints[67].origin = ( -1922.6, -36.0289, 304.125 ); + /* 3:43 */waypoints[67].type = "stand"; + /* 3:43 */waypoints[67].children[0] = 61; + /* 3:43 */waypoints[67].children[1] = 68; + /* 3:43 */waypoints[67].children[2] = 75; + /* 3:43 */waypoints[67].children[3] = 173; + /* 3:43 */waypoints[67].children[4] = 174; + /* 3:43 */waypoints[67].children[5] = 204; + /* 3:43 */waypoints[68] = spawnstruct(); + /* 3:43 */waypoints[68].origin = ( -2060.75, 78.04, 304.125 ); + /* 3:43 */waypoints[68].type = "stand"; + /* 3:43 */waypoints[68].children[0] = 67; + /* 3:43 */waypoints[68].children[1] = 70; + /* 3:43 */waypoints[68].children[2] = 174; + /* 3:43 */waypoints[68].children[3] = 176; + /* 3:43 */waypoints[68].children[4] = 204; + /* 3:43 */waypoints[69] = spawnstruct(); + /* 3:43 */waypoints[69].origin = ( -2216.04, -235.634, 226.055 ); + /* 3:43 */waypoints[69].type = "stand"; + /* 3:43 */waypoints[69].children[0] = 38; + /* 3:43 */waypoints[69].children[1] = 175; + /* 3:43 */waypoints[70] = spawnstruct(); + /* 3:43 */waypoints[70].origin = ( -2138.41, 231.24, 304.125 ); + /* 3:43 */waypoints[70].type = "stand"; + /* 3:43 */waypoints[70].children[0] = 68; + /* 3:43 */waypoints[70].children[1] = 40; + /* 3:43 */waypoints[70].children[2] = 176; + /* 3:43 */waypoints[71] = spawnstruct(); + /* 3:43 */waypoints[71].origin = ( -1778.08, -204.03, 304.125 ); + /* 3:43 */waypoints[71].type = "stand"; + /* 3:43 */waypoints[71].children[0] = 61; + /* 3:43 */waypoints[71].children[1] = 72; + /* 3:43 */waypoints[71].children[2] = 62; + /* 3:43 */waypoints[71].children[3] = 160; + /* 3:43 */waypoints[71].children[4] = 173; + /* 3:43 */waypoints[72] = spawnstruct(); + /* 3:43 */waypoints[72].origin = ( -1787.33, -401.269, 318.852 ); + /* 3:43 */waypoints[72].type = "stand"; + /* 3:43 */waypoints[72].children[0] = 71; + /* 3:43 */waypoints[72].children[1] = 38; + /* 3:43 */waypoints[72].children[2] = 146; + /* 3:43 */waypoints[72].children[3] = 147; + /* 3:43 */waypoints[73] = spawnstruct(); + /* 3:43 */waypoints[73].origin = ( -1358.03, -993.53, 376.125 ); + /* 3:43 */waypoints[73].type = "stand"; + /* 3:43 */waypoints[73].children[0] = 31; + /* 3:43 */waypoints[73].children[1] = 30; + /* 3:43 */waypoints[73].children[2] = 29; + /* 3:43 */waypoints[73].children[3] = 74; + /* 3:43 */waypoints[73].children[4] = 148; + /* 3:43 */waypoints[73].children[5] = 149; + /* 3:43 */waypoints[73].children[6] = 147; + /* 3:43 */waypoints[73].children[7] = 101; + /* 3:43 */waypoints[74] = spawnstruct(); + /* 3:43 */waypoints[74].origin = ( -1252.54, -373.761, 335.317 ); + /* 3:43 */waypoints[74].type = "stand"; + /* 3:43 */waypoints[74].children[0] = 73; + /* 3:43 */waypoints[74].children[1] = 75; + /* 3:43 */waypoints[74].children[2] = 76; + /* 3:43 */waypoints[74].children[3] = 78; + /* 3:43 */waypoints[74].children[4] = 169; + /* 3:43 */waypoints[74].children[5] = 170; + /* 3:43 */waypoints[75] = spawnstruct(); + /* 3:43 */waypoints[75].origin = ( -1519.11, -64.5775, 306.824 ); + /* 3:43 */waypoints[75].type = "stand"; + /* 3:43 */waypoints[75].children[0] = 74; + /* 3:43 */waypoints[75].children[1] = 61; + /* 3:43 */waypoints[75].children[2] = 62; + /* 3:43 */waypoints[75].children[3] = 67; + /* 3:43 */waypoints[75].children[4] = 78; + /* 3:43 */waypoints[75].children[5] = 169; + /* 3:43 */waypoints[75].children[6] = 170; + /* 3:43 */waypoints[75].children[7] = 173; + /* 3:43 */waypoints[75].children[8] = 160; + /* 3:43 */waypoints[76] = spawnstruct(); + /* 3:43 */waypoints[76].origin = ( -1151.45, 136.995, 361.558 ); + /* 3:43 */waypoints[76].type = "stand"; + /* 3:43 */waypoints[76].children[0] = 74; + /* 3:43 */waypoints[76].children[1] = 58; + /* 3:43 */waypoints[76].children[2] = 77; + /* 3:43 */waypoints[76].children[3] = 78; + /* 3:43 */waypoints[76].children[4] = 171; + /* 3:43 */waypoints[76].children[5] = 172; + /* 3:43 */waypoints[76].children[6] = 183; + /* 3:43 */waypoints[77] = spawnstruct(); + /* 3:43 */waypoints[77].origin = ( -1297.5, 643.54, 310.114 ); + /* 3:43 */waypoints[77].type = "stand"; + /* 3:43 */waypoints[77].children[0] = 76; + /* 3:43 */waypoints[77].children[1] = 58; + /* 3:43 */waypoints[77].children[2] = 60; + /* 3:43 */waypoints[77].children[3] = 66; + /* 3:43 */waypoints[77].children[4] = 65; + /* 3:43 */waypoints[77].children[5] = 166; + /* 3:43 */waypoints[78] = spawnstruct(); + /* 3:43 */waypoints[78].origin = ( -1219.55, -210.509, 334.299 ); + /* 3:43 */waypoints[78].type = "stand"; + /* 3:43 */waypoints[78].children[0] = 75; + /* 3:43 */waypoints[78].children[1] = 74; + /* 3:43 */waypoints[78].children[2] = 76; + /* 3:43 */waypoints[78].children[3] = 79; + /* 3:43 */waypoints[78].children[4] = 103; + /* 3:43 */waypoints[78].children[5] = 95; + /* 3:43 */waypoints[78].children[6] = 169; + /* 3:43 */waypoints[78].children[7] = 170; + /* 3:43 */waypoints[78].children[8] = 172; + /* 3:43 */waypoints[79] = spawnstruct(); + /* 3:43 */waypoints[79].origin = ( -794.042, -187.81, 392.125 ); + /* 3:43 */waypoints[79].type = "stand"; + /* 3:43 */waypoints[79].children[0] = 78; + /* 3:43 */waypoints[79].children[1] = 80; + /* 3:43 */waypoints[79].children[2] = 95; + /* 3:43 */waypoints[79].children[3] = 97; + /* 3:43 */waypoints[79].children[4] = 102; + /* 3:43 */waypoints[79].children[5] = 103; + /* 3:43 */waypoints[79].children[6] = 144; + /* 3:43 */waypoints[79].children[7] = 94; + /* 3:43 */waypoints[80] = spawnstruct(); + /* 3:43 */waypoints[80].origin = ( -807.639, 92.9558, 392.125 ); + /* 3:43 */waypoints[80].type = "stand"; + /* 3:43 */waypoints[80].children[0] = 79; + /* 3:43 */waypoints[80].children[1] = 81; + /* 3:43 */waypoints[80].children[2] = 94; + /* 3:43 */waypoints[80].children[3] = 95; + /* 3:43 */waypoints[80].children[4] = 144; + /* 3:43 */waypoints[81] = spawnstruct(); + /* 3:43 */waypoints[81].origin = ( -547.891, 238.629, 392.125 ); + /* 3:43 */waypoints[81].type = "stand"; + /* 3:43 */waypoints[81].children[0] = 80; + /* 3:43 */waypoints[81].children[1] = 82; + /* 3:43 */waypoints[81].children[2] = 97; + /* 3:43 */waypoints[81].children[3] = 196; + /* 3:43 */waypoints[81].children[4] = 197; + /* 3:43 */waypoints[81].children[5] = 198; + /* 3:43 */waypoints[81].children[6] = 199; + /* 3:43 */waypoints[82] = spawnstruct(); + /* 3:43 */waypoints[82].origin = ( -519.391, 378.012, 392.125 ); + /* 3:43 */waypoints[82].type = "stand"; + /* 3:43 */waypoints[82].children[0] = 81; + /* 3:43 */waypoints[82].children[1] = 83; + /* 3:43 */waypoints[82].children[2] = 180; + /* 3:43 */waypoints[82].children[3] = 199; + /* 3:43 */waypoints[83] = spawnstruct(); + /* 3:43 */waypoints[83].origin = ( -743.146, 393.53, 392.125 ); + /* 3:43 */waypoints[83].type = "stand"; + /* 3:43 */waypoints[83].children[0] = 82; + /* 3:43 */waypoints[83].children[1] = 84; + /* 3:43 */waypoints[84] = spawnstruct(); + /* 3:43 */waypoints[84].origin = ( -739.697, 605.987, 447.625 ); + /* 3:43 */waypoints[84].type = "stand"; + /* 3:43 */waypoints[84].children[0] = 83; + /* 3:43 */waypoints[84].children[1] = 85; + /* 3:43 */waypoints[84].children[2] = 181; + /* 3:43 */waypoints[85] = spawnstruct(); + /* 3:43 */waypoints[85].origin = ( -421.683, 592.38, 615.125 ); + /* 3:43 */waypoints[85].type = "stand"; + /* 3:43 */waypoints[85].children[0] = 84; + /* 3:43 */waypoints[85].children[1] = 86; + /* 3:43 */waypoints[86] = spawnstruct(); + /* 3:43 */waypoints[86].origin = ( -450.633, 348.27, 615.102 ); + /* 3:43 */waypoints[86].type = "stand"; + /* 3:43 */waypoints[86].children[0] = 85; + /* 3:43 */waypoints[86].children[1] = 87; + /* 3:43 */waypoints[87] = spawnstruct(); + /* 3:43 */waypoints[87].origin = ( -588.344, -40.1129, 639.625 ); + /* 3:43 */waypoints[87].type = "stand"; + /* 3:43 */waypoints[87].children[0] = 86; + /* 3:43 */waypoints[87].children[1] = 88; + /* 3:43 */waypoints[88] = spawnstruct(); + /* 3:43 */waypoints[88].origin = ( -755.782, -70.203, 639.625 ); + /* 3:43 */waypoints[88].type = "stand"; + /* 3:43 */waypoints[88].children[0] = 87; + /* 3:43 */waypoints[88].children[1] = 89; + /* 3:43 */waypoints[89] = spawnstruct(); + /* 3:43 */waypoints[89].origin = ( -1039.78, -5.63493, 639.625 ); + /* 3:43 */waypoints[89].type = "stand"; + /* 3:43 */waypoints[89].children[0] = 88; + /* 3:43 */waypoints[89].children[1] = 90; + /* 3:43 */waypoints[90] = spawnstruct(); + /* 3:43 */waypoints[90].origin = ( -1125.99, -538.2, 639.625 ); + /* 3:43 */waypoints[90].type = "stand"; + /* 3:43 */waypoints[90].children[0] = 89; + /* 3:43 */waypoints[90].children[1] = 91; + /* 3:43 */waypoints[91] = spawnstruct(); + /* 3:43 */waypoints[91].origin = ( -391.574, -670.082, 448.125 ); + /* 3:43 */waypoints[91].type = "stand"; + /* 3:43 */waypoints[91].children[0] = 90; + /* 3:43 */waypoints[91].children[1] = 92; + /* 3:43 */waypoints[92] = spawnstruct(); + /* 3:43 */waypoints[92].origin = ( -343.884, -413.288, 328.347 ); + /* 3:43 */waypoints[92].type = "stand"; + /* 3:43 */waypoints[92].children[0] = 91; + /* 3:43 */waypoints[92].children[1] = 93; + /* 3:43 */waypoints[92].children[2] = 108; + /* 3:43 */waypoints[92].children[3] = 109; + /* 3:43 */waypoints[92].children[4] = 137; + /* 3:43 */waypoints[93] = spawnstruct(); + /* 3:43 */waypoints[93].origin = ( -271.047, -66.1226, 442.151 ); + /* 3:43 */waypoints[93].type = "stand"; + /* 3:43 */waypoints[93].children[0] = 92; + /* 3:43 */waypoints[93].children[1] = 168; + /* 3:43 */waypoints[93].children[2] = 189; + /* 3:43 */waypoints[94] = spawnstruct(); + /* 3:43 */waypoints[94].origin = ( -436.86, -55.4175, 392.125 ); + /* 3:43 */waypoints[94].type = "stand"; + /* 3:43 */waypoints[94].children[0] = 80; + /* 3:43 */waypoints[94].children[1] = 95; + /* 3:43 */waypoints[94].children[2] = 168; + /* 3:43 */waypoints[94].children[3] = 79; + /* 3:43 */waypoints[95] = spawnstruct(); + /* 3:43 */waypoints[95].origin = ( -490.94, -305.728, 392.125 ); + /* 3:43 */waypoints[95].type = "stand"; + /* 3:43 */waypoints[95].children[0] = 94; + /* 3:43 */waypoints[95].children[1] = 79; + /* 3:43 */waypoints[95].children[2] = 80; + /* 3:43 */waypoints[95].children[3] = 96; + /* 3:43 */waypoints[95].children[4] = 97; + /* 3:43 */waypoints[95].children[5] = 103; + /* 3:43 */waypoints[95].children[6] = 78; + /* 3:43 */waypoints[96] = spawnstruct(); + /* 3:43 */waypoints[96].origin = ( -530.85, -554.276, 392.125 ); + /* 3:43 */waypoints[96].type = "stand"; + /* 3:43 */waypoints[96].children[0] = 95; + /* 3:43 */waypoints[96].children[1] = 97; + /* 3:43 */waypoints[97] = spawnstruct(); + /* 3:43 */waypoints[97].origin = ( -700.432, -567.272, 392.125 ); + /* 3:43 */waypoints[97].type = "stand"; + /* 3:43 */waypoints[97].children[0] = 96; + /* 3:43 */waypoints[97].children[1] = 79; + /* 3:43 */waypoints[97].children[2] = 95; + /* 3:43 */waypoints[97].children[3] = 98; + /* 3:43 */waypoints[97].children[4] = 106; + /* 3:43 */waypoints[97].children[5] = 81; + /* 3:43 */waypoints[98] = spawnstruct(); + /* 3:43 */waypoints[98].origin = ( -812.734, -762.568, 392.125 ); + /* 3:43 */waypoints[98].type = "stand"; + /* 3:43 */waypoints[98].children[0] = 97; + /* 3:43 */waypoints[98].children[1] = 99; + /* 3:43 */waypoints[98].children[2] = 102; + /* 3:43 */waypoints[98].children[3] = 104; + /* 3:43 */waypoints[98].children[4] = 106; + /* 3:43 */waypoints[99] = spawnstruct(); + /* 3:43 */waypoints[99].origin = ( -435.661, -860.057, 320.177 ); + /* 3:43 */waypoints[99].type = "stand"; + /* 3:43 */waypoints[99].children[0] = 98; + /* 3:43 */waypoints[99].children[1] = 100; + /* 3:43 */waypoints[99].children[2] = 109; + /* 3:43 */waypoints[99].children[3] = 125; + /* 3:43 */waypoints[99].children[4] = 129; + /* 3:43 */waypoints[99].children[5] = 139; + /* 3:43 */waypoints[99].children[6] = 140; + /* 3:43 */waypoints[100] = spawnstruct(); + /* 3:43 */waypoints[100].origin = ( -465.643, -1232.94, 347.541 ); + /* 3:43 */waypoints[100].type = "stand"; + /* 3:43 */waypoints[100].children[0] = 99; + /* 3:43 */waypoints[100].children[1] = 101; + /* 3:43 */waypoints[100].children[2] = 122; + /* 3:43 */waypoints[100].children[3] = 202; + /* 3:43 */waypoints[101] = spawnstruct(); + /* 3:43 */waypoints[101].origin = ( -899.562, -1140.64, 342.488 ); + /* 3:43 */waypoints[101].type = "stand"; + /* 3:43 */waypoints[101].children[0] = 100; + /* 3:43 */waypoints[101].children[1] = 102; + /* 3:43 */waypoints[101].children[2] = 120; + /* 3:43 */waypoints[101].children[3] = 141; + /* 3:43 */waypoints[101].children[4] = 73; + /* 3:43 */waypoints[102] = spawnstruct(); + /* 3:43 */waypoints[102].origin = ( -975.27, -866.383, 387.995 ); + /* 3:43 */waypoints[102].type = "stand"; + /* 3:43 */waypoints[102].children[0] = 101; + /* 3:43 */waypoints[102].children[1] = 98; + /* 3:43 */waypoints[102].children[2] = 79; + /* 3:43 */waypoints[102].children[3] = 103; + /* 3:43 */waypoints[102].children[4] = 104; + /* 3:43 */waypoints[102].children[5] = 120; + /* 3:43 */waypoints[103] = spawnstruct(); + /* 3:43 */waypoints[103].origin = ( -860.89, -346.712, 392.125 ); + /* 3:43 */waypoints[103].type = "stand"; + /* 3:43 */waypoints[103].children[0] = 78; + /* 3:43 */waypoints[103].children[1] = 102; + /* 3:43 */waypoints[103].children[2] = 79; + /* 3:43 */waypoints[103].children[3] = 95; + /* 3:43 */waypoints[103].children[4] = 104; + /* 3:43 */waypoints[104] = spawnstruct(); + /* 3:43 */waypoints[104].origin = ( -989.398, -650.351, 392.125 ); + /* 3:43 */waypoints[104].type = "stand"; + /* 3:43 */waypoints[104].children[0] = 102; + /* 3:43 */waypoints[104].children[1] = 105; + /* 3:43 */waypoints[104].children[2] = 106; + /* 3:43 */waypoints[104].children[3] = 98; + /* 3:43 */waypoints[104].children[4] = 103; + /* 3:43 */waypoints[104].children[5] = 145; + /* 3:43 */waypoints[105] = spawnstruct(); + /* 3:43 */waypoints[105].origin = ( -1136.71, -634.666, 392.125 ); + /* 3:43 */waypoints[105].type = "stand"; + /* 3:43 */waypoints[105].children[0] = 104; + /* 3:43 */waypoints[105].children[1] = 106; + /* 3:43 */waypoints[105].children[2] = 145; + /* 3:43 */waypoints[106] = spawnstruct(); + /* 3:43 */waypoints[106].origin = ( -1099.07, -481.629, 392.125 ); + /* 3:43 */waypoints[106].type = "stand"; + /* 3:43 */waypoints[106].children[0] = 105; + /* 3:43 */waypoints[106].children[1] = 104; + /* 3:43 */waypoints[106].children[2] = 97; + /* 3:43 */waypoints[106].children[3] = 98; + /* 3:43 */waypoints[107] = spawnstruct(); + /* 3:43 */waypoints[107].origin = ( -27.9567, 341.647, 330.499 ); + /* 3:43 */waypoints[107].type = "stand"; + /* 3:43 */waypoints[107].children[0] = 10; + /* 3:43 */waypoints[107].children[1] = 108; + /* 3:43 */waypoints[107].children[2] = 114; + /* 3:43 */waypoints[107].children[3] = 134; + /* 3:43 */waypoints[107].children[4] = 135; + /* 3:43 */waypoints[107].children[5] = 179; + /* 3:43 */waypoints[107].children[6] = 180; + /* 3:43 */waypoints[108] = spawnstruct(); + /* 3:43 */waypoints[108].origin = ( 19.9824, 205.749, 347.812 ); + /* 3:43 */waypoints[108].type = "stand"; + /* 3:43 */waypoints[108].children[0] = 107; + /* 3:43 */waypoints[108].children[1] = 92; + /* 3:43 */waypoints[108].children[2] = 109; + /* 3:43 */waypoints[108].children[3] = 114; + /* 3:43 */waypoints[108].children[4] = 135; + /* 3:43 */waypoints[108].children[5] = 137; + /* 3:43 */waypoints[109] = spawnstruct(); + /* 3:43 */waypoints[109].origin = ( 54.2947, -369.15, 274.776 ); + /* 3:43 */waypoints[109].type = "stand"; + /* 3:43 */waypoints[109].children[0] = 108; + /* 3:43 */waypoints[109].children[1] = 110; + /* 3:43 */waypoints[109].children[2] = 128; + /* 3:43 */waypoints[109].children[3] = 125; + /* 3:43 */waypoints[109].children[4] = 92; + /* 3:43 */waypoints[109].children[5] = 99; + /* 3:43 */waypoints[109].children[6] = 129; + /* 3:43 */waypoints[109].children[7] = 137; + /* 3:43 */waypoints[109].children[8] = 178; + /* 3:43 */waypoints[110] = spawnstruct(); + /* 3:43 */waypoints[110].origin = ( 456.573, -251.95, 290.074 ); + /* 3:43 */waypoints[110].type = "stand"; + /* 3:43 */waypoints[110].children[0] = 109; + /* 3:43 */waypoints[110].children[1] = 111; + /* 3:43 */waypoints[110].children[2] = 118; + /* 3:43 */waypoints[110].children[3] = 127; + /* 3:43 */waypoints[110].children[4] = 128; + /* 3:43 */waypoints[110].children[5] = 201; + /* 3:43 */waypoints[111] = spawnstruct(); + /* 3:43 */waypoints[111].origin = ( 606.324, 332.049, 352.125 ); + /* 3:43 */waypoints[111].type = "stand"; + /* 3:43 */waypoints[111].children[0] = 110; + /* 3:43 */waypoints[111].children[1] = 12; + /* 3:43 */waypoints[111].children[2] = 112; + /* 3:43 */waypoints[111].children[3] = 118; + /* 3:43 */waypoints[112] = spawnstruct(); + /* 3:43 */waypoints[112].origin = ( 378.549, 336.702, 425.625 ); + /* 3:43 */waypoints[112].type = "stand"; + /* 3:43 */waypoints[112].children[0] = 111; + /* 3:43 */waypoints[112].children[1] = 113; + /* 3:43 */waypoints[113] = spawnstruct(); + /* 3:43 */waypoints[113].origin = ( 378.61, 474.374, 425.625 ); + /* 3:43 */waypoints[113].type = "stand"; + /* 3:43 */waypoints[113].children[0] = 112; + /* 3:43 */waypoints[113].children[1] = 114; + /* 3:43 */waypoints[114] = spawnstruct(); + /* 3:43 */waypoints[114].origin = ( 229.692, 468.13, 403.576 ); + /* 3:43 */waypoints[114].type = "stand"; + /* 3:43 */waypoints[114].children[0] = 113; + /* 3:43 */waypoints[114].children[1] = 10; + /* 3:43 */waypoints[114].children[2] = 107; + /* 3:43 */waypoints[114].children[3] = 108; + /* 3:43 */waypoints[115] = spawnstruct(); + /* 3:43 */waypoints[115].origin = ( 1185.57, -78.1667, 313.958 ); + /* 3:43 */waypoints[115].type = "stand"; + /* 3:43 */waypoints[115].children[0] = 14; + /* 3:43 */waypoints[115].children[1] = 116; + /* 3:43 */waypoints[116] = spawnstruct(); + /* 3:43 */waypoints[116].origin = ( 816.819, -61.4464, 351.625 ); + /* 3:43 */waypoints[116].type = "stand"; + /* 3:43 */waypoints[116].children[0] = 115; + /* 3:43 */waypoints[116].children[1] = 117; + /* 3:43 */waypoints[117] = spawnstruct(); + /* 3:43 */waypoints[117].origin = ( 753.265, -25.3561, 355.125 ); + /* 3:43 */waypoints[117].type = "stand"; + /* 3:43 */waypoints[117].children[0] = 116; + /* 3:43 */waypoints[117].children[1] = 118; + /* 3:43 */waypoints[118] = spawnstruct(); + /* 3:43 */waypoints[118].origin = ( 642.948, -25.3391, 303.414 ); + /* 3:43 */waypoints[118].type = "stand"; + /* 3:43 */waypoints[118].children[0] = 117; + /* 3:43 */waypoints[118].children[1] = 110; + /* 3:43 */waypoints[118].children[2] = 111; + /* 3:43 */waypoints[119] = spawnstruct(); + /* 3:43 */waypoints[119].origin = ( -720.069, 1068.38, 446.125 ); + /* 3:43 */waypoints[119].type = "stand"; + /* 3:43 */waypoints[119].children[0] = 4; + /* 3:43 */waypoints[119].children[1] = 5; + /* 3:43 */waypoints[119].children[2] = 55; + /* 3:43 */waypoints[119].children[3] = 181; + /* 3:43 */waypoints[119].children[4] = 182; + /* 3:43 */waypoints[120] = spawnstruct(); + /* 3:43 */waypoints[120].origin = ( -1182.69, -1156.54, 370.818 ); + /* 3:43 */waypoints[120].type = "stand"; + /* 3:43 */waypoints[120].children[0] = 102; + /* 3:43 */waypoints[120].children[1] = 101; + /* 3:43 */waypoints[120].children[2] = 30; + /* 3:43 */waypoints[120].children[3] = 29; + /* 3:43 */waypoints[120].children[4] = 147; + /* 3:43 */waypoints[120].children[5] = 149; + /* 3:43 */waypoints[121] = spawnstruct(); + /* 3:43 */waypoints[121].origin = ( -442.758, -1504.72, 343.231 ); + /* 3:43 */waypoints[121].type = "crouch"; + /* 3:43 */waypoints[121].children[0] = 122; + /* 3:43 */waypoints[121].angles = ( 3.82751, 27.0154, 0 ); + /* 3:43 */waypoints[122] = spawnstruct(); + /* 3:43 */waypoints[122].origin = ( -270.917, -1412.69, 342.232 ); + /* 3:43 */waypoints[122].type = "stand"; + /* 3:43 */waypoints[122].children[0] = 121; + /* 3:43 */waypoints[122].children[1] = 19; + /* 3:43 */waypoints[122].children[2] = 100; + /* 3:43 */waypoints[122].children[3] = 123; + /* 3:43 */waypoints[122].children[4] = 142; + /* 3:43 */waypoints[122].children[5] = 200; + /* 3:43 */waypoints[122].children[6] = 202; + /* 3:43 */waypoints[123] = spawnstruct(); + /* 3:43 */waypoints[123].origin = ( -3.05883, -1368.97, 349.181 ); + /* 3:43 */waypoints[123].type = "stand"; + /* 3:43 */waypoints[123].children[0] = 122; + /* 3:43 */waypoints[123].children[1] = 124; + /* 3:43 */waypoints[123].children[2] = 125; + /* 3:43 */waypoints[123].children[3] = 143; + /* 3:43 */waypoints[124] = spawnstruct(); + /* 3:43 */waypoints[124].origin = ( 375.469, -1545.79, 304.125 ); + /* 3:43 */waypoints[124].type = "stand"; + /* 3:43 */waypoints[124].children[0] = 18; + /* 3:43 */waypoints[124].children[1] = 19; + /* 3:43 */waypoints[124].children[2] = 123; + /* 3:43 */waypoints[124].children[3] = 126; + /* 3:43 */waypoints[124].children[4] = 127; + /* 3:43 */waypoints[124].children[5] = 133; + /* 3:43 */waypoints[125] = spawnstruct(); + /* 3:43 */waypoints[125].origin = ( 60.632, -1137.26, 296.336 ); + /* 3:43 */waypoints[125].type = "stand"; + /* 3:43 */waypoints[125].children[0] = 123; + /* 3:43 */waypoints[125].children[1] = 126; + /* 3:43 */waypoints[125].children[2] = 109; + /* 3:43 */waypoints[125].children[3] = 99; + /* 3:43 */waypoints[125].children[4] = 129; + /* 3:43 */waypoints[125].children[5] = 140; + /* 3:43 */waypoints[125].children[6] = 143; + /* 3:43 */waypoints[126] = spawnstruct(); + /* 3:43 */waypoints[126].origin = ( 315.828, -1187.6, 304.125 ); + /* 3:43 */waypoints[126].type = "stand"; + /* 3:43 */waypoints[126].children[0] = 125; + /* 3:43 */waypoints[126].children[1] = 124; + /* 3:43 */waypoints[126].children[2] = 127; + /* 3:43 */waypoints[127] = spawnstruct(); + /* 3:43 */waypoints[127].origin = ( 438.117, -884.241, 306.401 ); + /* 3:43 */waypoints[127].type = "stand"; + /* 3:43 */waypoints[127].children[0] = 126; + /* 3:43 */waypoints[127].children[1] = 110; + /* 3:43 */waypoints[127].children[2] = 128; + /* 3:43 */waypoints[127].children[3] = 130; + /* 3:43 */waypoints[127].children[4] = 15; + /* 3:43 */waypoints[127].children[5] = 132; + /* 3:43 */waypoints[127].children[6] = 124; + /* 3:43 */waypoints[127].children[7] = 133; + /* 3:43 */waypoints[128] = spawnstruct(); + /* 3:43 */waypoints[128].origin = ( 426.166, -469.92, 291.264 ); + /* 3:43 */waypoints[128].type = "stand"; + /* 3:43 */waypoints[128].children[0] = 127; + /* 3:43 */waypoints[128].children[1] = 109; + /* 3:43 */waypoints[128].children[2] = 110; + /* 3:43 */waypoints[128].children[3] = 130; + /* 3:43 */waypoints[129] = spawnstruct(); + /* 3:43 */waypoints[129].origin = ( -204.259, -808.307, 320.125 ); + /* 3:43 */waypoints[129].type = "stand"; + /* 3:43 */waypoints[129].children[0] = 109; + /* 3:43 */waypoints[129].children[1] = 99; + /* 3:43 */waypoints[129].children[2] = 125; + /* 3:43 */waypoints[129].children[3] = 137; + /* 3:43 */waypoints[129].children[4] = 139; + /* 3:43 */waypoints[129].children[5] = 140; + /* 3:43 */waypoints[130] = spawnstruct(); + /* 3:43 */waypoints[130].origin = ( 533.404, -630.126, 304.125 ); + /* 3:43 */waypoints[130].type = "stand"; + /* 3:43 */waypoints[130].children[0] = 127; + /* 3:43 */waypoints[130].children[1] = 128; + /* 3:43 */waypoints[130].children[2] = 131; + /* 3:43 */waypoints[130].children[3] = 132; + /* 3:43 */waypoints[131] = spawnstruct(); + /* 3:43 */waypoints[131].origin = ( 911.74, -593.048, 320.125 ); + /* 3:43 */waypoints[131].type = "stand"; + /* 3:43 */waypoints[131].children[0] = 130; + /* 3:43 */waypoints[131].children[1] = 15; + /* 3:43 */waypoints[132] = spawnstruct(); + /* 3:43 */waypoints[132].origin = ( 819.337, -1093.85, 302.711 ); + /* 3:43 */waypoints[132].type = "stand"; + /* 3:43 */waypoints[132].children[0] = 127; + /* 3:43 */waypoints[132].children[1] = 16; + /* 3:43 */waypoints[132].children[2] = 15; + /* 3:43 */waypoints[132].children[3] = 133; + /* 3:43 */waypoints[132].children[4] = 130; + /* 3:43 */waypoints[133] = spawnstruct(); + /* 3:43 */waypoints[133].origin = ( 572.464, -1052.47, 300.301 ); + /* 3:43 */waypoints[133].type = "stand"; + /* 3:43 */waypoints[133].children[0] = 124; + /* 3:43 */waypoints[133].children[1] = 132; + /* 3:43 */waypoints[133].children[2] = 127; + /* 3:43 */waypoints[133].children[3] = 15; + /* 3:43 */waypoints[134] = spawnstruct(); + /* 3:43 */waypoints[134].origin = ( 260.081, 285.491, 324.125 ); + /* 3:43 */waypoints[134].type = "crouch"; + /* 3:43 */waypoints[134].children[0] = 107; + /* 3:43 */waypoints[134].angles = ( 6.67297, 140.548, 0 ); + /* 3:43 */waypoints[135] = spawnstruct(); + /* 3:43 */waypoints[135].origin = ( 128.895, 186.113, 343.357 ); + /* 3:43 */waypoints[135].type = "claymore"; + /* 3:43 */waypoints[135].children[0] = 108; + /* 3:43 */waypoints[135].children[1] = 107; + /* 3:43 */waypoints[135].angles = ( 28.8214, 174.254, 0 ); + /* 3:43 */waypoints[136] = spawnstruct(); + /* 3:43 */waypoints[136].origin = ( -159.04, 122.399, 365.594 ); + /* 3:43 */waypoints[136].type = "crouch"; + /* 3:43 */waypoints[136].children[0] = 137; + /* 3:43 */waypoints[136].angles = ( 11.897, -54.9921, 0 ); + /* 3:43 */waypoints[137] = spawnstruct(); + /* 3:43 */waypoints[137].origin = ( -51.3837, -5.89889, 331.66 ); + /* 3:43 */waypoints[137].type = "stand"; + /* 3:43 */waypoints[137].children[0] = 136; + /* 3:43 */waypoints[137].children[1] = 108; + /* 3:43 */waypoints[137].children[2] = 109; + /* 3:43 */waypoints[137].children[3] = 92; + /* 3:43 */waypoints[137].children[4] = 129; + /* 3:43 */waypoints[137].children[5] = 138; + /* 3:43 */waypoints[137].children[6] = 178; + /* 3:43 */waypoints[138] = spawnstruct(); + /* 3:43 */waypoints[138].origin = ( -156.466, 109.372, 361.549 ); + /* 3:43 */waypoints[138].type = "claymore"; + /* 3:43 */waypoints[138].children[0] = 137; + /* 3:43 */waypoints[138].angles = ( 54.1394, -38.0347, 0 ); + /* 3:43 */waypoints[139] = spawnstruct(); + /* 3:43 */waypoints[139].origin = ( -471.595, -1006.24, 339.786 ); + /* 3:43 */waypoints[139].type = "claymore"; + /* 3:43 */waypoints[139].children[0] = 99; + /* 3:43 */waypoints[139].children[1] = 129; + /* 3:43 */waypoints[139].angles = ( 46.07, 65.5005, 0 ); + /* 3:43 */waypoints[140] = spawnstruct(); + /* 3:43 */waypoints[140].origin = ( -260.202, -891.145, 320.125 ); + /* 3:43 */waypoints[140].type = "grenade"; + /* 3:43 */waypoints[140].children[0] = 99; + /* 3:43 */waypoints[140].children[1] = 129; + /* 3:43 */waypoints[140].children[2] = 125; + /* 3:43 */waypoints[140].angles = ( -7.37854, -124.113, 0 ); + /* 3:43 */waypoints[141] = spawnstruct(); + /* 3:43 */waypoints[141].origin = ( -761.201, -1072.43, 342.078 ); + /* 3:43 */waypoints[141].type = "claymore"; + /* 3:43 */waypoints[141].children[0] = 101; + /* 3:43 */waypoints[141].angles = ( 47.9651, -98.9319, 0 ); + /* 3:43 */waypoints[142] = spawnstruct(); + /* 3:43 */waypoints[142].origin = ( -455.234, -1355.81, 341.706 ); + /* 3:43 */waypoints[142].type = "claymore"; + /* 3:43 */waypoints[142].children[0] = 122; + /* 3:43 */waypoints[142].children[1] = 202; + /* 3:43 */waypoints[142].angles = ( 34.9957, 69.6313, 0 ); + /* 3:43 */waypoints[143] = spawnstruct(); + /* 3:43 */waypoints[143].origin = ( -44.2255, -1236.31, 319.934 ); + /* 3:43 */waypoints[143].type = "claymore"; + /* 3:43 */waypoints[143].children[0] = 125; + /* 3:43 */waypoints[143].children[1] = 123; + /* 3:43 */waypoints[143].children[2] = 200; + /* 3:43 */waypoints[143].angles = ( 44.3286, 63.7866, 0 ); + /* 3:43 */waypoints[144] = spawnstruct(); + /* 3:43 */waypoints[144].origin = ( -801.783, -65.3625, 392.125 ); + /* 3:43 */waypoints[144].type = "claymore"; + /* 3:43 */waypoints[144].children[0] = 79; + /* 3:43 */waypoints[144].children[1] = 80; + /* 3:43 */waypoints[144].angles = ( 36.8909, -89.3793, 0 ); + /* 3:43 */waypoints[145] = spawnstruct(); + /* 3:43 */waypoints[145].origin = ( -1102.16, -642.456, 392.125 ); + /* 3:43 */waypoints[145].type = "claymore"; + /* 3:43 */waypoints[145].children[0] = 105; + /* 3:43 */waypoints[145].children[1] = 104; + /* 3:43 */waypoints[145].angles = ( 46.07, -9.1626, 0 ); + /* 3:43 */waypoints[146] = spawnstruct(); + /* 3:43 */waypoints[146].origin = ( -1780.52, -570.745, 344.096 ); + /* 3:43 */waypoints[146].type = "stand"; + /* 3:43 */waypoints[146].children[0] = 32; + /* 3:43 */waypoints[146].children[1] = 33; + /* 3:43 */waypoints[146].children[2] = 72; + /* 3:43 */waypoints[146].children[3] = 154; + /* 3:43 */waypoints[146].children[4] = 155; + /* 3:43 */waypoints[146].children[5] = 147; + /* 3:43 */waypoints[147] = spawnstruct(); + /* 3:43 */waypoints[147].origin = ( -1609.48, -921.321, 368.668 ); + /* 3:43 */waypoints[147].type = "stand"; + /* 3:43 */waypoints[147].children[0] = 31; + /* 3:43 */waypoints[147].children[1] = 32; + /* 3:43 */waypoints[147].children[2] = 30; + /* 3:43 */waypoints[147].children[3] = 120; + /* 3:43 */waypoints[147].children[4] = 146; + /* 3:43 */waypoints[147].children[5] = 72; + /* 3:43 */waypoints[147].children[6] = 73; + /* 3:43 */waypoints[148] = spawnstruct(); + /* 3:43 */waypoints[148].origin = ( -1394.5, -833.808, 388.063 ); + /* 3:43 */waypoints[148].type = "claymore"; + /* 3:43 */waypoints[148].children[0] = 73; + /* 3:43 */waypoints[148].angles = ( 41.3239, -93.7244, 0 ); + /* 3:43 */waypoints[149] = spawnstruct(); + /* 3:43 */waypoints[149].origin = ( -1198.46, -992.13, 374.628 ); + /* 3:43 */waypoints[149].type = "claymore"; + /* 3:43 */waypoints[149].children[0] = 73; + /* 3:43 */waypoints[149].children[1] = 30; + /* 3:43 */waypoints[149].children[2] = 120; + /* 3:43 */waypoints[149].angles = ( 32.3041, 170.392, 0 ); + /* 3:43 */waypoints[150] = spawnstruct(); + /* 3:43 */waypoints[150].origin = ( -1938.63, -1511.91, 344.125 ); + /* 3:43 */waypoints[150].type = "crouch"; + /* 3:43 */waypoints[150].children[0] = 27; + /* 3:43 */waypoints[150].angles = ( 4.45923, 87.7972, 0 ); + /* 3:43 */waypoints[151] = spawnstruct(); + /* 3:43 */waypoints[151].origin = ( -1834.23, -1196.33, 344.125 ); + /* 3:43 */waypoints[151].type = "claymore"; + /* 3:43 */waypoints[151].children[0] = 27; + /* 3:43 */waypoints[151].children[1] = 152; + /* 3:43 */waypoints[151].angles = ( 51.1292, -91.6754, 0 ); + /* 3:43 */waypoints[152] = spawnstruct(); + /* 3:43 */waypoints[152].origin = ( -1922.05, -1194.76, 344.125 ); + /* 3:43 */waypoints[152].type = "stand"; + /* 3:43 */waypoints[152].children[0] = 26; + /* 3:43 */waypoints[152].children[1] = 151; + /* 3:43 */waypoints[152].children[2] = 27; + /* 3:43 */waypoints[153] = spawnstruct(); + /* 3:43 */waypoints[153].origin = ( -1836.1, -1358, 504.625 ); + /* 3:43 */waypoints[153].type = "claymore"; + /* 3:43 */waypoints[153].children[0] = 24; + /* 3:43 */waypoints[153].children[1] = 25; + /* 3:43 */waypoints[153].angles = ( 48.9154, -89.2529, 0 ); + /* 3:43 */waypoints[154] = spawnstruct(); + /* 3:43 */waypoints[154].origin = ( -1948.64, -724.896, 352.121 ); + /* 3:43 */waypoints[154].type = "claymore"; + /* 3:43 */waypoints[154].children[0] = 146; + /* 3:43 */waypoints[154].children[1] = 25; + /* 3:43 */waypoints[154].children[2] = 32; + /* 3:43 */waypoints[154].angles = ( 33.7268, 89.0497, 0 ); + /* 3:43 */waypoints[155] = spawnstruct(); + /* 3:43 */waypoints[155].origin = ( -2057.53, -623.287, 351.723 ); + /* 3:43 */waypoints[155].type = "claymore"; + /* 3:43 */waypoints[155].children[0] = 33; + /* 3:43 */waypoints[155].children[1] = 146; + /* 3:43 */waypoints[155].children[2] = 34; + /* 3:43 */waypoints[155].angles = ( 31.5131, -1.6095, 0 ); + /* 3:43 */waypoints[156] = spawnstruct(); + /* 3:43 */waypoints[156].origin = ( -1708.89, 15.4933, 510.125 ); + /* 3:43 */waypoints[156].type = "stand"; + /* 3:43 */waypoints[156].children[0] = 45; + /* 3:43 */waypoints[156].children[1] = 157; + /* 3:43 */waypoints[156].children[2] = 210; + /* 3:43 */waypoints[157] = spawnstruct(); + /* 3:43 */waypoints[157].origin = ( -1709.98, 298.858, 510.125 ); + /* 3:43 */waypoints[157].type = "stand"; + /* 3:43 */waypoints[157].children[0] = 156; + /* 3:43 */waypoints[157].children[1] = 47; + /* 3:43 */waypoints[158] = spawnstruct(); + /* 3:43 */waypoints[158].origin = ( -2864.97, 341.683, 296.125 ); + /* 3:43 */waypoints[158].type = "stand"; + /* 3:43 */waypoints[158].children[0] = 44; + /* 3:43 */waypoints[158].children[1] = 42; + /* 3:43 */waypoints[158].children[2] = 51; + /* 3:43 */waypoints[158].children[3] = 41; + /* 3:43 */waypoints[158].children[4] = 43; + /* 3:43 */waypoints[158].children[5] = 177; + /* 3:43 */waypoints[159] = spawnstruct(); + /* 3:43 */waypoints[159].origin = ( -3227.01, 549.081, 304.125 ); + /* 3:43 */waypoints[159].type = "claymore"; + /* 3:43 */waypoints[159].children[0] = 42; + /* 3:43 */waypoints[159].children[1] = 0; + /* 3:43 */waypoints[159].angles = ( 28.4039, 3.74084, 0 ); + /* 3:43 */waypoints[160] = spawnstruct(); + /* 3:43 */waypoints[160].origin = ( -1871.05, 57.3843, 297.697 ); + /* 3:43 */waypoints[160].type = "claymore"; + /* 3:43 */waypoints[160].children[0] = 62; + /* 3:43 */waypoints[160].children[1] = 71; + /* 3:43 */waypoints[160].children[2] = 75; + /* 3:43 */waypoints[160].angles = ( 40.9009, -90.5219, 0 ); + /* 3:43 */waypoints[161] = spawnstruct(); + /* 3:43 */waypoints[161].origin = ( -2472.95, -295.354, 304.022 ); + /* 3:43 */waypoints[161].type = "crouch"; + /* 3:43 */waypoints[161].children[0] = 203; + /* 3:43 */waypoints[161].angles = ( 3.48267, 136.593, 0 ); + /* 3:43 */waypoints[162] = spawnstruct(); + /* 3:43 */waypoints[162].origin = ( -2776.15, -388.766, 304.125 ); + /* 3:43 */waypoints[162].type = "stand"; + /* 3:43 */waypoints[162].children[0] = 37; + /* 3:43 */waypoints[162].children[1] = 163; + /* 3:43 */waypoints[162].children[2] = 38; + /* 3:43 */waypoints[162].children[3] = 203; + /* 3:43 */waypoints[163] = spawnstruct(); + /* 3:43 */waypoints[163].origin = ( -2755.81, -540.279, 309.541 ); + /* 3:43 */waypoints[163].type = "stand"; + /* 3:43 */waypoints[163].children[0] = 162; + /* 3:43 */waypoints[163].children[1] = 34; + /* 3:43 */waypoints[163].children[2] = 37; + /* 3:43 */waypoints[164] = spawnstruct(); + /* 3:43 */waypoints[164].origin = ( -2406.08, -221.497, 242.218 ); + /* 3:43 */waypoints[164].type = "crouch"; + /* 3:43 */waypoints[164].children[0] = 38; + /* 3:43 */waypoints[164].angles = ( 6.32813, -36.8646, 0 ); + /* 3:43 */waypoints[165] = spawnstruct(); + /* 3:43 */waypoints[165].origin = ( -1824.39, 909.303, 410.95 ); + /* 3:43 */waypoints[165].type = "stand"; + /* 3:43 */waypoints[165].children[0] = 53; + /* 3:43 */waypoints[165].children[1] = 2; + /* 3:43 */waypoints[165].children[2] = 49; + /* 3:43 */waypoints[165].children[3] = 50; + /* 3:43 */waypoints[165].children[4] = 65; + /* 3:43 */waypoints[166] = spawnstruct(); + /* 3:43 */waypoints[166].origin = ( -1341.7, 937.966, 355.825 ); + /* 3:43 */waypoints[166].type = "stand"; + /* 3:43 */waypoints[166].children[0] = 66; + /* 3:43 */waypoints[166].children[1] = 77; + /* 3:43 */waypoints[166].children[2] = 167; + /* 3:43 */waypoints[166].children[3] = 60; + /* 3:43 */waypoints[167] = spawnstruct(); + /* 3:43 */waypoints[167].origin = ( -1342.97, 1063.45, 446.125 ); + /* 3:43 */waypoints[167].type = "stand"; + /* 3:43 */waypoints[167].children[0] = 166; + /* 3:43 */waypoints[167].children[1] = 2; + /* 3:43 */waypoints[167].children[2] = 55; + /* 3:43 */waypoints[168] = spawnstruct(); + /* 3:43 */waypoints[168].origin = ( -383.479, -63.8488, 393.125 ); + /* 3:43 */waypoints[168].type = "climb"; + /* 3:43 */waypoints[168].children[0] = 94; + /* 3:43 */waypoints[168].children[1] = 93; + /* 3:43 */waypoints[168].children[2] = 189; + /* 3:43 */waypoints[168].angles = ( 6.48743, -7.91016, 0 ); + /* 3:43 */waypoints[169] = spawnstruct(); + /* 3:43 */waypoints[169].origin = ( -1377.71, -76.3403, 344.55 ); + /* 3:43 */waypoints[169].type = "grenade"; + /* 3:43 */waypoints[169].children[0] = 78; + /* 3:43 */waypoints[169].children[1] = 75; + /* 3:43 */waypoints[169].children[2] = 74; + /* 3:43 */waypoints[169].angles = ( 5.61951, 173.892, -0.12085 ); + /* 3:43 */waypoints[170] = spawnstruct(); + /* 3:43 */waypoints[170].origin = ( -1334.73, -79.4614, 347.056 ); + /* 3:43 */waypoints[170].type = "tube"; + /* 3:43 */waypoints[170].children[0] = 75; + /* 3:43 */waypoints[170].children[1] = 78; + /* 3:43 */waypoints[170].children[2] = 74; + /* 3:43 */waypoints[170].angles = ( 6.80054, 174.567, 0 ); + /* 3:43 */waypoints[171] = spawnstruct(); + /* 3:43 */waypoints[171].origin = ( -1273.67, 86.7576, 357.2 ); + /* 3:43 */waypoints[171].type = "crouch"; + /* 3:43 */waypoints[171].children[0] = 76; + /* 3:43 */waypoints[171].angles = ( 5.69092, -47.0984, 0 ); + /* 3:43 */waypoints[172] = spawnstruct(); + /* 3:43 */waypoints[172].origin = ( -1255.12, 66.2048, 360.376 ); + /* 3:43 */waypoints[172].type = "claymore"; + /* 3:43 */waypoints[172].children[0] = 76; + /* 3:43 */waypoints[172].children[1] = 78; + /* 3:43 */waypoints[172].angles = ( 37.1777, 27.4219, 0 ); + /* 3:43 */waypoints[173] = spawnstruct(); + /* 3:43 */waypoints[173].origin = ( -1495.83, 42.1014, 322.215 ); + /* 3:43 */waypoints[173].type = "claymore"; + /* 3:43 */waypoints[173].children[0] = 61; + /* 3:43 */waypoints[173].children[1] = 75; + /* 3:43 */waypoints[173].children[2] = 67; + /* 3:43 */waypoints[173].children[3] = 71; + /* 3:43 */waypoints[173].angles = ( 39.3915, -85.8582, 0 ); + /* 3:43 */waypoints[174] = spawnstruct(); + /* 3:43 */waypoints[174].origin = ( -2018.3, 65.3079, 304.125 ); + /* 3:43 */waypoints[174].type = "claymore"; + /* 3:43 */waypoints[174].children[0] = 68; + /* 3:43 */waypoints[174].children[1] = 67; + /* 3:43 */waypoints[174].children[2] = 204; + /* 3:43 */waypoints[174].angles = ( 36.2274, -59.2822, 0 ); + /* 3:43 */waypoints[175] = spawnstruct(); + /* 3:43 */waypoints[175].origin = ( -2216.45, -71.8361, 304.125 ); + /* 3:43 */waypoints[175].type = "claymore"; + /* 3:43 */waypoints[175].children[0] = 69; + /* 3:43 */waypoints[175].children[1] = 204; + /* 3:43 */waypoints[175].angles = ( 40.0287, 89.8132, 0 ); + /* 3:43 */waypoints[176] = spawnstruct(); + /* 3:43 */waypoints[176].origin = ( -2067.33, 205.322, 304.125 ); + /* 3:43 */waypoints[176].type = "claymore"; + /* 3:43 */waypoints[176].children[0] = 70; + /* 3:43 */waypoints[176].children[1] = 68; + /* 3:43 */waypoints[176].angles = ( 27.3669, -91.3513, 0 ); + /* 3:43 */waypoints[177] = spawnstruct(); + /* 3:43 */waypoints[177].origin = ( -2890.85, 189.08, 296.125 ); + /* 3:43 */waypoints[177].type = "claymore"; + /* 3:43 */waypoints[177].children[0] = 44; + /* 3:43 */waypoints[177].children[1] = 158; + /* 3:43 */waypoints[177].children[2] = 43; + /* 3:43 */waypoints[177].children[3] = 42; + /* 3:43 */waypoints[177].angles = ( 42.5555, 87.594, 0 ); + /* 3:43 */waypoints[178] = spawnstruct(); + /* 3:43 */waypoints[178].origin = ( -200.225, -185.24, 334.252 ); + /* 3:43 */waypoints[178].type = "claymore"; + /* 3:43 */waypoints[178].children[0] = 109; + /* 3:43 */waypoints[178].children[1] = 137; + /* 3:43 */waypoints[178].angles = ( 33.382, -104.694, 0 ); + /* 3:43 */waypoints[179] = spawnstruct(); + /* 3:43 */waypoints[179].origin = ( -107.245, 231.543, 368.633 ); + /* 3:43 */waypoints[179].type = "claymore"; + /* 3:43 */waypoints[179].children[0] = 107; + /* 3:43 */waypoints[179].children[1] = 180; + /* 3:43 */waypoints[179].angles = ( 46.0809, 71.7737, 0 ); + /* 3:43 */waypoints[180] = spawnstruct(); + /* 3:43 */waypoints[180].origin = ( -220.849, 339.183, 362.772 ); + /* 3:43 */waypoints[180].type = "stand"; + /* 3:43 */waypoints[180].children[0] = 82; + /* 3:43 */waypoints[180].children[1] = 107; + /* 3:43 */waypoints[180].children[2] = 179; + /* 3:43 */waypoints[181] = spawnstruct(); + /* 3:43 */waypoints[181].origin = ( -749.046, 949.807, 447.625 ); + /* 3:43 */waypoints[181].type = "stand"; + /* 3:43 */waypoints[181].children[0] = 84; + /* 3:43 */waypoints[181].children[1] = 119; + /* 3:43 */waypoints[181].children[2] = 182; + /* 3:43 */waypoints[182] = spawnstruct(); + /* 3:43 */waypoints[182].origin = ( -849.939, 951.663, 447.625 ); + /* 3:43 */waypoints[182].type = "stand"; + /* 3:43 */waypoints[182].children[0] = 181; + /* 3:43 */waypoints[182].children[1] = 55; + /* 3:43 */waypoints[182].children[2] = 119; + /* 3:43 */waypoints[182].children[3] = 5; + /* 3:43 */waypoints[183] = spawnstruct(); + /* 3:43 */waypoints[183].origin = ( -1199.73, 189.026, 360.777 ); + /* 3:43 */waypoints[183].type = "climb"; + /* 3:43 */waypoints[183].children[0] = 76; + /* 3:43 */waypoints[183].children[1] = 184; + /* 3:43 */waypoints[183].angles = ( -18.1219, -178.526, 0 ); + /* 3:43 */waypoints[184] = spawnstruct(); + /* 3:43 */waypoints[184].origin = ( -1238.13, 187.38, 418.625 ); + /* 3:43 */waypoints[184].type = "climb"; + /* 3:43 */waypoints[184].children[0] = 183; + /* 3:43 */waypoints[184].children[1] = 185; + /* 3:43 */waypoints[184].angles = ( 10.437, 178.612, 0 ); + /* 3:43 */waypoints[185] = spawnstruct(); + /* 3:43 */waypoints[185].origin = ( -1264.88, 187.002, 454.823 ); + /* 3:43 */waypoints[185].type = "climb"; + /* 3:43 */waypoints[185].children[0] = 184; + /* 3:43 */waypoints[185].children[1] = 186; + /* 3:43 */waypoints[185].angles = ( 9.18457, 178.612, 0 ); + /* 3:43 */waypoints[186] = spawnstruct(); + /* 3:43 */waypoints[186].origin = ( -1296.86, 183.97, 504.125 ); + /* 3:43 */waypoints[186].type = "climb"; + /* 3:43 */waypoints[186].children[0] = 185; + /* 3:43 */waypoints[186].children[1] = 187; + /* 3:43 */waypoints[186].angles = ( 18.8855, -172.05, 0 ); + /* 3:43 */waypoints[187] = spawnstruct(); + /* 3:43 */waypoints[187].origin = ( -1645.92, 165.503, 513.084 ); + /* 3:43 */waypoints[187].type = "climb"; + /* 3:43 */waypoints[187].children[0] = 186; + /* 3:43 */waypoints[187].children[1] = 188; + /* 3:43 */waypoints[187].angles = ( 26.4594, 179.227, 0 ); + /* 3:43 */waypoints[188] = spawnstruct(); + /* 3:43 */waypoints[188].origin = ( -1700.8, 166.363, 510.125 ); + /* 3:43 */waypoints[188].type = "climb"; + /* 3:43 */waypoints[188].children[0] = 187; + /* 3:43 */waypoints[188].children[1] = 45; + /* 3:43 */waypoints[188].angles = ( 29.3048, -1.19571, 0 ); + /* 3:43 */waypoints[189] = spawnstruct(); + /* 3:43 */waypoints[189].origin = ( -347.502, -67.1113, 439.125 ); + /* 3:43 */waypoints[189].type = "climb"; + /* 3:43 */waypoints[189].children[0] = 168; + /* 3:43 */waypoints[189].children[1] = 93; + /* 3:43 */waypoints[189].angles = ( 66.9604, 172.026, 0 ); + /* 3:43 */waypoints[190] = spawnstruct(); + /* 3:43 */waypoints[190].origin = ( -3760.36, 188.908, 296.125 ); + /* 3:43 */waypoints[190].type = "stand"; + /* 3:43 */waypoints[190].children[0] = 191; + /* 3:43 */waypoints[191] = spawnstruct(); + /* 3:43 */waypoints[191].origin = ( -3566.59, 619.929, 304.125 ); + /* 3:43 */waypoints[191].type = "stand"; + /* 3:43 */waypoints[191].children[0] = 190; + /* 3:43 */waypoints[191].children[1] = 192; + /* 3:43 */waypoints[192] = spawnstruct(); + /* 3:43 */waypoints[192].origin = ( -3273.94, 731.493, 314.789 ); + /* 3:43 */waypoints[192].type = "stand"; + /* 3:43 */waypoints[192].children[0] = 191; + /* 3:43 */waypoints[192].children[1] = 42; + /* 3:43 */waypoints[192].children[2] = 0; + /* 3:43 */waypoints[193] = spawnstruct(); + /* 3:43 */waypoints[193].origin = ( -3034.73, -445.757, 302.261 ); + /* 3:43 */waypoints[193].type = "stand"; + /* 3:43 */waypoints[193].children[0] = 44; + /* 3:43 */waypoints[193].children[1] = 34; + /* 3:43 */waypoints[193].children[2] = 38; + /* 3:43 */waypoints[193].children[3] = 37; + /* 3:43 */waypoints[193].children[4] = 211; + /* 3:43 */waypoints[193].children[5] = 203; + /* 3:43 */waypoints[193].children[6] = 195; + /* 3:43 */waypoints[194] = spawnstruct(); + /* 3:43 */waypoints[194].origin = ( -2133.15, 64.7455, 462.425 ); + /* 3:43 */waypoints[194].type = "stand"; + /* 3:43 */waypoints[194].children[0] = 45; + /* 3:43 */waypoints[194].children[1] = 195; + /* 3:43 */waypoints[195] = spawnstruct(); + /* 3:43 */waypoints[195].origin = ( -2794.82, 31.0159, 297.495 ); + /* 3:43 */waypoints[195].type = "stand"; + /* 3:43 */waypoints[195].children[0] = 194; + /* 3:43 */waypoints[195].children[1] = 44; + /* 3:43 */waypoints[195].children[2] = 43; + /* 3:43 */waypoints[195].children[3] = 203; + /* 3:43 */waypoints[195].children[4] = 193; + /* 3:43 */waypoints[196] = spawnstruct(); + /* 3:43 */waypoints[196].origin = ( -414.12, 111.173, 392.125 ); + /* 3:43 */waypoints[196].type = "crouch"; + /* 3:43 */waypoints[196].children[0] = 81; + /* 3:43 */waypoints[196].angles = ( 3.16406, 137.771, 0 ); + /* 3:43 */waypoints[197] = spawnstruct(); + /* 3:43 */waypoints[197].origin = ( -350.918, 198.802, 392.125 ); + /* 3:43 */waypoints[197].type = "crouch"; + /* 3:43 */waypoints[197].children[0] = 81; + /* 3:43 */waypoints[197].angles = ( 1.42273, -168.747, 0 ); + /* 3:43 */waypoints[198] = spawnstruct(); + /* 3:43 */waypoints[198].origin = ( -381.854, 208.412, 392.125 ); + /* 3:43 */waypoints[198].type = "claymore"; + /* 3:43 */waypoints[198].children[0] = 81; + /* 3:43 */waypoints[198].angles = ( 33.2227, 168.467, 0 ); + /* 3:43 */waypoints[199] = spawnstruct(); + /* 3:43 */waypoints[199].origin = ( -461.571, 126.606, 392.125 ); + /* 3:43 */waypoints[199].type = "claymore"; + /* 3:43 */waypoints[199].children[0] = 81; + /* 3:43 */waypoints[199].children[1] = 82; + /* 3:43 */waypoints[199].angles = ( 41.77, 172.109, 0 ); + /* 3:43 */waypoints[200] = spawnstruct(); + /* 3:43 */waypoints[200].origin = ( -164.673, -1586.46, 341.865 ); + /* 3:43 */waypoints[200].type = "stand"; + /* 3:43 */waypoints[200].children[0] = 19; + /* 3:43 */waypoints[200].children[1] = 122; + /* 3:43 */waypoints[200].children[2] = 143; + /* 3:43 */waypoints[201] = spawnstruct(); + /* 3:43 */waypoints[201].origin = ( 434.55, 337.413, 317.651 ); + /* 3:43 */waypoints[201].type = "crouch"; + /* 3:43 */waypoints[201].children[0] = 110; + /* 3:43 */waypoints[201].angles = ( 8.5791, -86.7745, 0 ); + /* 3:43 */waypoints[202] = spawnstruct(); + /* 3:43 */waypoints[202].origin = ( -369.144, -1299.21, 341.472 ); + /* 3:43 */waypoints[202].type = "stand"; + /* 3:43 */waypoints[202].children[0] = 142; + /* 3:43 */waypoints[202].children[1] = 100; + /* 3:43 */waypoints[202].children[2] = 122; + /* 3:43 */waypoints[203] = spawnstruct(); + /* 3:43 */waypoints[203].origin = ( -2785.28, -135.191, 302.474 ); + /* 3:43 */waypoints[203].type = "stand"; + /* 3:43 */waypoints[203].children[0] = 162; + /* 3:43 */waypoints[203].children[1] = 195; + /* 3:43 */waypoints[203].children[2] = 161; + /* 3:43 */waypoints[203].children[3] = 205; + /* 3:43 */waypoints[203].children[4] = 193; + /* 3:43 */waypoints[203].children[5] = 44; + /* 3:43 */waypoints[204] = spawnstruct(); + /* 3:43 */waypoints[204].origin = ( -2211.6, 33.1625, 304.125 ); + /* 3:43 */waypoints[204].type = "stand"; + /* 3:43 */waypoints[204].children[0] = 67; + /* 3:43 */waypoints[204].children[1] = 174; + /* 3:43 */waypoints[204].children[2] = 68; + /* 3:43 */waypoints[204].children[3] = 175; + /* 3:43 */waypoints[204].children[4] = 39; + /* 3:43 */waypoints[205] = spawnstruct(); + /* 3:43 */waypoints[205].origin = ( -2373.27, -132.427, 304.125 ); + /* 3:43 */waypoints[205].type = "climb"; + /* 3:43 */waypoints[205].children[0] = 203; + /* 3:43 */waypoints[205].children[1] = 206; + /* 3:43 */waypoints[205].angles = ( 32.7502, 1.71009, 0 ); + /* 3:43 */waypoints[206] = spawnstruct(); + /* 3:43 */waypoints[206].origin = ( -2364.33, -132.442, 632.125 ); + /* 3:43 */waypoints[206].type = "climb"; + /* 3:43 */waypoints[206].children[0] = 205; + /* 3:43 */waypoints[206].children[1] = 207; + /* 3:43 */waypoints[206].angles = ( 53.8318, 9.62574, 0 ); + /* 3:43 */waypoints[207] = spawnstruct(); + /* 3:43 */waypoints[207].origin = ( -2336.03, -134.393, 632.125 ); + /* 3:43 */waypoints[207].type = "stand"; + /* 3:43 */waypoints[207].children[0] = 206; + /* 3:43 */waypoints[207].children[1] = 208; + /* 3:43 */waypoints[208] = spawnstruct(); + /* 3:43 */waypoints[208].origin = ( -2215.79, -129.221, 627.125 ); + /* 3:43 */waypoints[208].type = "stand"; + /* 3:43 */waypoints[208].children[0] = 207; + /* 3:43 */waypoints[208].children[1] = 209; + /* 3:43 */waypoints[209] = spawnstruct(); + /* 3:43 */waypoints[209].origin = ( -2206.02, -383.869, 627.125 ); + /* 3:43 */waypoints[209].type = "stand"; + /* 3:43 */waypoints[209].children[0] = 208; + /* 3:43 */waypoints[209].children[1] = 210; + /* 3:43 */waypoints[210] = spawnstruct(); + /* 3:43 */waypoints[210].origin = ( -1713.33, -381.753, 627.125 ); + /* 3:43 */waypoints[210].type = "stand"; + /* 3:43 */waypoints[210].children[0] = 209; + /* 3:43 */waypoints[210].children[1] = 156; + /* 3:43 */waypoints[211] = spawnstruct(); + /* 3:43 */waypoints[211].origin = ( -3824.92, -326.308, 296.125 ); + /* 3:43 */waypoints[211].type = "stand"; + /* 3:43 */waypoints[211].children[0] = 193; + /* 3:43 */waypoints[212] = spawnstruct(); + /* 3:43 */waypoints[212].origin = ( -3749.03, 62.6993, 296.125 ); + /* 3:43 */waypoints[212].type = "stand"; + /* 3:43 */waypoints[212].children[0] = 44; + /* 3:43 */return waypoints; +} diff --git a/raw/scripts/mp/mp_courtyard_ss/wps_erosion.gsc b/raw/scripts/mp/mp_courtyard_ss/wps_erosion.gsc new file mode 100644 index 0000000..964368c --- /dev/null +++ b/raw/scripts/mp/mp_courtyard_ss/wps_erosion.gsc @@ -0,0 +1,846 @@ +main() +{ + level.waypoints = Erosion(); +} + +Erosion() +{ + /* 9:53 */waypoints = []; + /* 9:53 */waypoints[0] = spawnstruct(); + /* 9:53 */waypoints[0].origin = ( 814.597, 313.873, 128.125 ); + /* 9:53 */waypoints[0].type = "stand"; + /* 9:53 */waypoints[0].children[0] = 5; + /* 9:53 */waypoints[0].children[1] = 75; + /* 9:53 */waypoints[0].children[2] = 99; + /* 9:53 */waypoints[0].children[3] = 120; + /* 9:53 */waypoints[1] = spawnstruct(); + /* 9:53 */waypoints[1].origin = ( 181.503, 268.959, 128.125 ); + /* 9:53 */waypoints[1].type = "stand"; + /* 9:53 */waypoints[1].children[0] = 2; + /* 9:53 */waypoints[1].children[1] = 3; + /* 9:53 */waypoints[1].children[2] = 75; + /* 9:53 */waypoints[1].children[3] = 100; + /* 9:53 */waypoints[1].children[4] = 120; + /* 9:53 */waypoints[2] = spawnstruct(); + /* 9:53 */waypoints[2].origin = ( 234.726, 507.15, 145.167 ); + /* 9:53 */waypoints[2].type = "crouch"; + /* 9:53 */waypoints[2].children[0] = 1; + /* 9:53 */waypoints[2].angles = ( 6.64673, -97.3425, 0 ); + /* 9:53 */waypoints[3] = spawnstruct(); + /* 9:53 */waypoints[3].origin = ( 188.588, 150.903, 128.125 ); + /* 9:53 */waypoints[3].type = "stand"; + /* 9:53 */waypoints[3].children[0] = 1; + /* 9:53 */waypoints[3].children[1] = 4; + /* 9:53 */waypoints[3].children[2] = 61; + /* 9:53 */waypoints[3].children[3] = 76; + /* 9:53 */waypoints[3].children[4] = 100; + /* 9:53 */waypoints[4] = spawnstruct(); + /* 9:53 */waypoints[4].origin = ( 523.087, 126.85, 0.624999 ); + /* 9:53 */waypoints[4].type = "stand"; + /* 9:53 */waypoints[4].children[0] = 3; + /* 9:53 */waypoints[4].children[1] = 5; + /* 9:53 */waypoints[4].children[2] = 69; + /* 9:53 */waypoints[4].children[3] = 74; + /* 9:53 */waypoints[5] = spawnstruct(); + /* 9:53 */waypoints[5].origin = ( 850.015, 110.245, 128.125 ); + /* 9:53 */waypoints[5].type = "stand"; + /* 9:53 */waypoints[5].children[0] = 4; + /* 9:53 */waypoints[5].children[1] = 0; + /* 9:53 */waypoints[5].children[2] = 6; + /* 9:53 */waypoints[5].children[3] = 64; + /* 9:53 */waypoints[6] = spawnstruct(); + /* 9:53 */waypoints[6].origin = ( 1038.16, 120.267, 169.764 ); + /* 9:53 */waypoints[6].type = "stand"; + /* 9:53 */waypoints[6].children[0] = 5; + /* 9:53 */waypoints[6].children[1] = 7; + /* 9:53 */waypoints[7] = spawnstruct(); + /* 9:53 */waypoints[7].origin = ( 1050.33, -576.167, 160.442 ); + /* 9:53 */waypoints[7].type = "stand"; + /* 9:53 */waypoints[7].children[0] = 6; + /* 9:53 */waypoints[7].children[1] = 8; + /* 9:53 */waypoints[7].children[2] = 9; + /* 9:53 */waypoints[8] = spawnstruct(); + /* 9:53 */waypoints[8].origin = ( 801.336, -587.172, 128.309 ); + /* 9:53 */waypoints[8].type = "stand"; + /* 9:53 */waypoints[8].children[0] = 7; + /* 9:53 */waypoints[8].children[1] = 40; + /* 9:53 */waypoints[8].children[2] = 41; + /* 9:53 */waypoints[8].children[3] = 72; + /* 9:53 */waypoints[9] = spawnstruct(); + /* 9:53 */waypoints[9].origin = ( 1044.42, -1275.29, 168.045 ); + /* 9:53 */waypoints[9].type = "stand"; + /* 9:53 */waypoints[9].children[0] = 7; + /* 9:53 */waypoints[9].children[1] = 10; + /* 9:53 */waypoints[9].children[2] = 122; + /* 9:53 */waypoints[10] = spawnstruct(); + /* 9:53 */waypoints[10].origin = ( 795.735, -1264.29, 128.125 ); + /* 9:53 */waypoints[10].type = "stand"; + /* 9:53 */waypoints[10].children[0] = 9; + /* 9:53 */waypoints[10].children[1] = 11; + /* 9:53 */waypoints[10].children[2] = 41; + /* 9:53 */waypoints[11] = spawnstruct(); + /* 9:53 */waypoints[11].origin = ( 831.686, -1469.92, 128.125 ); + /* 9:53 */waypoints[11].type = "stand"; + /* 9:53 */waypoints[11].children[0] = 10; + /* 9:53 */waypoints[11].children[1] = 119; + /* 9:53 */waypoints[11].children[2] = 122; + /* 9:53 */waypoints[12] = spawnstruct(); + /* 9:53 */waypoints[12].origin = ( 789.671, -1792.7, 128.483 ); + /* 9:53 */waypoints[12].type = "stand"; + /* 9:53 */waypoints[12].children[0] = 13; + /* 9:53 */waypoints[12].children[1] = 119; + /* 9:53 */waypoints[13] = spawnstruct(); + /* 9:53 */waypoints[13].origin = ( 692.935, -1957.79, 128.202 ); + /* 9:53 */waypoints[13].type = "stand"; + /* 9:53 */waypoints[13].children[0] = 12; + /* 9:53 */waypoints[13].children[1] = 14; + /* 9:53 */waypoints[14] = spawnstruct(); + /* 9:53 */waypoints[14].origin = ( 241.683, -1961.29, 129.689 ); + /* 9:53 */waypoints[14].type = "stand"; + /* 9:53 */waypoints[14].children[0] = 13; + /* 9:53 */waypoints[14].children[1] = 15; + /* 9:53 */waypoints[14].children[2] = 118; + /* 9:53 */waypoints[15] = spawnstruct(); + /* 9:53 */waypoints[15].origin = ( -55.864, -1960.04, 127.331 ); + /* 9:53 */waypoints[15].type = "stand"; + /* 9:53 */waypoints[15].children[0] = 14; + /* 9:53 */waypoints[15].children[1] = 16; + /* 9:53 */waypoints[15].children[2] = 90; + /* 9:53 */waypoints[15].children[3] = 91; + /* 9:53 */waypoints[15].children[4] = 121; + /* 9:53 */waypoints[15].children[5] = 123; + /* 9:53 */waypoints[16] = spawnstruct(); + /* 9:53 */waypoints[16].origin = ( -382.434, -2055.29, 126.203 ); + /* 9:53 */waypoints[16].type = "stand"; + /* 9:53 */waypoints[16].children[0] = 15; + /* 9:53 */waypoints[16].children[1] = 17; + /* 9:53 */waypoints[16].children[2] = 25; + /* 9:53 */waypoints[16].children[3] = 121; + /* 9:53 */waypoints[17] = spawnstruct(); + /* 9:53 */waypoints[17].origin = ( -543.62, -1953.81, 126.363 ); + /* 9:53 */waypoints[17].type = "stand"; + /* 9:53 */waypoints[17].children[0] = 16; + /* 9:53 */waypoints[17].children[1] = 18; + /* 9:53 */waypoints[17].children[2] = 89; + /* 9:53 */waypoints[18] = spawnstruct(); + /* 9:53 */waypoints[18].origin = ( -866.255, -1881.26, 125.691 ); + /* 9:53 */waypoints[18].type = "stand"; + /* 9:53 */waypoints[18].children[0] = 17; + /* 9:53 */waypoints[18].children[1] = 19; + /* 9:53 */waypoints[19] = spawnstruct(); + /* 9:53 */waypoints[19].origin = ( -983.929, -1959.05, 125.125 ); + /* 9:53 */waypoints[19].type = "stand"; + /* 9:53 */waypoints[19].children[0] = 18; + /* 9:53 */waypoints[19].children[1] = 20; + /* 9:53 */waypoints[19].children[2] = 87; + /* 9:53 */waypoints[19].children[3] = 104; + /* 9:53 */waypoints[20] = spawnstruct(); + /* 9:53 */waypoints[20].origin = ( -1036.22, -1742.77, 124.585 ); + /* 9:53 */waypoints[20].type = "stand"; + /* 9:53 */waypoints[20].children[0] = 19; + /* 9:53 */waypoints[20].children[1] = 21; + /* 9:53 */waypoints[20].children[2] = 87; + /* 9:53 */waypoints[21] = spawnstruct(); + /* 9:53 */waypoints[21].origin = ( -1050.04, -1337.07, 126.396 ); + /* 9:53 */waypoints[21].type = "stand"; + /* 9:53 */waypoints[21].children[0] = 20; + /* 9:53 */waypoints[21].children[1] = 22; + /* 9:53 */waypoints[21].children[2] = 26; + /* 9:53 */waypoints[21].children[3] = 47; + /* 9:53 */waypoints[21].children[4] = 85; + /* 9:53 */waypoints[22] = spawnstruct(); + /* 9:53 */waypoints[22].origin = ( -1171.38, -1337.96, 125.931 ); + /* 9:53 */waypoints[22].type = "stand"; + /* 9:53 */waypoints[22].children[0] = 21; + /* 9:53 */waypoints[22].children[1] = 23; + /* 9:53 */waypoints[22].children[2] = 47; + /* 9:53 */waypoints[23] = spawnstruct(); + /* 9:53 */waypoints[23].origin = ( -1170.42, -1874.54, 248.125 ); + /* 9:53 */waypoints[23].type = "stand"; + /* 9:53 */waypoints[23].children[0] = 22; + /* 9:53 */waypoints[23].children[1] = 24; + /* 9:53 */waypoints[24] = spawnstruct(); + /* 9:53 */waypoints[24].origin = ( -1015.85, -1868.94, 248.125 ); + /* 9:53 */waypoints[24].type = "stand"; + /* 9:53 */waypoints[24].children[0] = 23; + /* 9:53 */waypoints[24].children[1] = 25; + /* 9:53 */waypoints[25] = spawnstruct(); + /* 9:53 */waypoints[25].origin = ( -941.847, -2072.67, 248.125 ); + /* 9:53 */waypoints[25].type = "stand"; + /* 9:53 */waypoints[25].children[0] = 24; + /* 9:53 */waypoints[25].children[1] = 16; + /* 9:53 */waypoints[26] = spawnstruct(); + /* 9:53 */waypoints[26].origin = ( -1061.76, -1089.36, 128.125 ); + /* 9:53 */waypoints[26].type = "stand"; + /* 9:53 */waypoints[26].children[0] = 21; + /* 9:53 */waypoints[26].children[1] = 27; + /* 9:53 */waypoints[26].children[2] = 47; + /* 9:53 */waypoints[26].children[3] = 54; + /* 9:53 */waypoints[26].children[4] = 82; + /* 9:53 */waypoints[26].children[5] = 83; + /* 9:53 */waypoints[27] = spawnstruct(); + /* 9:53 */waypoints[27].origin = ( -891.829, -1076.75, 128.125 ); + /* 9:53 */waypoints[27].type = "stand"; + /* 9:53 */waypoints[27].children[0] = 26; + /* 9:53 */waypoints[27].children[1] = 28; + /* 9:53 */waypoints[27].children[2] = 84; + /* 9:53 */waypoints[28] = spawnstruct(); + /* 9:53 */waypoints[28].origin = ( -882.694, -667.676, 1.30622 ); + /* 9:53 */waypoints[28].type = "stand"; + /* 9:53 */waypoints[28].children[0] = 27; + /* 9:53 */waypoints[28].children[1] = 29; + /* 9:53 */waypoints[28].children[2] = 107; + /* 9:53 */waypoints[28].children[3] = 108; + /* 9:53 */waypoints[29] = spawnstruct(); + /* 9:53 */waypoints[29].origin = ( -535.996, -693.574, -0.975826 ); + /* 9:53 */waypoints[29].type = "stand"; + /* 9:53 */waypoints[29].children[0] = 28; + /* 9:53 */waypoints[29].children[1] = 30; + /* 9:53 */waypoints[29].children[2] = 36; + /* 9:53 */waypoints[29].children[3] = 37; + /* 9:53 */waypoints[29].children[4] = 108; + /* 9:53 */waypoints[29].children[5] = 109; + /* 9:53 */waypoints[29].children[6] = 110; + /* 9:53 */waypoints[29].children[7] = 111; + /* 9:53 */waypoints[29].children[8] = 112; + /* 9:53 */waypoints[30] = spawnstruct(); + /* 9:53 */waypoints[30].origin = ( -513.925, -1084.68, 16.2305 ); + /* 9:53 */waypoints[30].type = "stand"; + /* 9:53 */waypoints[30].children[0] = 29; + /* 9:53 */waypoints[30].children[1] = 31; + /* 9:53 */waypoints[30].children[2] = 48; + /* 9:53 */waypoints[30].children[3] = 33; + /* 9:53 */waypoints[31] = spawnstruct(); + /* 9:53 */waypoints[31].origin = ( -346.599, -1450.83, 0.227518 ); + /* 9:53 */waypoints[31].type = "stand"; + /* 9:53 */waypoints[31].children[0] = 30; + /* 9:53 */waypoints[31].children[1] = 34; + /* 9:53 */waypoints[31].children[2] = 32; + /* 9:53 */waypoints[31].children[3] = 48; + /* 9:53 */waypoints[31].children[4] = 113; + /* 9:53 */waypoints[32] = spawnstruct(); + /* 9:53 */waypoints[32].origin = ( -313.921, -1592.57, 0.30533 ); + /* 9:53 */waypoints[32].type = "stand"; + /* 9:53 */waypoints[32].children[0] = 43; + /* 9:53 */waypoints[32].children[1] = 31; + /* 9:53 */waypoints[32].children[2] = 33; + /* 9:53 */waypoints[32].children[3] = 48; + /* 9:53 */waypoints[33] = spawnstruct(); + /* 9:53 */waypoints[33].origin = ( -291.957, -1747.12, 2.37415 ); + /* 9:53 */waypoints[33].type = "stand"; + /* 9:53 */waypoints[33].children[0] = 44; + /* 9:53 */waypoints[33].children[1] = 32; + /* 9:53 */waypoints[33].children[2] = 45; + /* 9:53 */waypoints[33].children[3] = 30; + /* 9:53 */waypoints[34] = spawnstruct(); + /* 9:53 */waypoints[34].origin = ( 200.389, -1449.76, 3.73882 ); + /* 9:53 */waypoints[34].type = "stand"; + /* 9:53 */waypoints[34].children[0] = 31; + /* 9:53 */waypoints[34].children[1] = 35; + /* 9:53 */waypoints[34].children[2] = 42; + /* 9:53 */waypoints[34].children[3] = 44; + /* 9:53 */waypoints[35] = spawnstruct(); + /* 9:53 */waypoints[35].origin = ( 228.288, -826.966, 0.624998 ); + /* 9:53 */waypoints[35].type = "stand"; + /* 9:53 */waypoints[35].children[0] = 34; + /* 9:53 */waypoints[35].children[1] = 36; + /* 9:53 */waypoints[35].children[2] = 38; + /* 9:53 */waypoints[36] = spawnstruct(); + /* 9:53 */waypoints[36].origin = ( -248.98, -812.566, -0.864056 ); + /* 9:53 */waypoints[36].type = "stand"; + /* 9:53 */waypoints[36].children[0] = 35; + /* 9:53 */waypoints[36].children[1] = 29; + /* 9:53 */waypoints[36].children[2] = 37; + /* 9:53 */waypoints[36].children[3] = 111; + /* 9:53 */waypoints[36].children[4] = 112; + /* 9:53 */waypoints[37] = spawnstruct(); + /* 9:53 */waypoints[37].origin = ( -278.525, -664.913, 1.59899 ); + /* 9:53 */waypoints[37].type = "stand"; + /* 9:53 */waypoints[37].children[0] = 29; + /* 9:53 */waypoints[37].children[1] = 38; + /* 9:53 */waypoints[37].children[2] = 58; + /* 9:53 */waypoints[37].children[3] = 36; + /* 9:53 */waypoints[37].children[4] = 111; + /* 9:53 */waypoints[37].children[5] = 112; + /* 9:53 */waypoints[38] = spawnstruct(); + /* 9:53 */waypoints[38].origin = ( 217.731, -667.232, 0.625001 ); + /* 9:53 */waypoints[38].type = "stand"; + /* 9:53 */waypoints[38].children[0] = 37; + /* 9:53 */waypoints[38].children[1] = 39; + /* 9:53 */waypoints[38].children[2] = 69; + /* 9:53 */waypoints[38].children[3] = 74; + /* 9:53 */waypoints[38].children[4] = 35; + /* 9:53 */waypoints[39] = spawnstruct(); + /* 9:53 */waypoints[39].origin = ( 224.072, -286.595, 128.125 ); + /* 9:53 */waypoints[39].type = "stand"; + /* 9:53 */waypoints[39].children[0] = 38; + /* 9:53 */waypoints[39].children[1] = 40; + /* 9:53 */waypoints[39].children[2] = 63; + /* 9:53 */waypoints[39].children[3] = 64; + /* 9:53 */waypoints[40] = spawnstruct(); + /* 9:53 */waypoints[40].origin = ( 740.021, -298.837, 128.125 ); + /* 9:53 */waypoints[40].type = "stand"; + /* 9:53 */waypoints[40].children[0] = 39; + /* 9:53 */waypoints[40].children[1] = 8; + /* 9:53 */waypoints[40].children[2] = 64; + /* 9:53 */waypoints[40].children[3] = 72; + /* 9:53 */waypoints[41] = spawnstruct(); + /* 9:53 */waypoints[41].origin = ( 743.629, -1105.11, 128.125 ); + /* 9:53 */waypoints[41].type = "stand"; + /* 9:53 */waypoints[41].children[0] = 8; + /* 9:53 */waypoints[41].children[1] = 10; + /* 9:53 */waypoints[41].children[2] = 66; + /* 9:53 */waypoints[42] = spawnstruct(); + /* 9:53 */waypoints[42].origin = ( 315.515, -1514.94, 2.66027 ); + /* 9:53 */waypoints[42].type = "stand"; + /* 9:53 */waypoints[42].children[0] = 34; + /* 9:53 */waypoints[42].children[1] = 43; + /* 9:53 */waypoints[42].children[2] = 44; + /* 9:53 */waypoints[42].children[3] = 115; + /* 9:53 */waypoints[43] = spawnstruct(); + /* 9:53 */waypoints[43].origin = ( 106.454, -1590.71, 5.60546 ); + /* 9:53 */waypoints[43].type = "stand"; + /* 9:53 */waypoints[43].children[0] = 42; + /* 9:53 */waypoints[43].children[1] = 32; + /* 9:53 */waypoints[44] = spawnstruct(); + /* 9:53 */waypoints[44].origin = ( 144.061, -1752.18, 2.13524 ); + /* 9:53 */waypoints[44].type = "stand"; + /* 9:53 */waypoints[44].children[0] = 33; + /* 9:53 */waypoints[44].children[1] = 42; + /* 9:53 */waypoints[44].children[2] = 34; + /* 9:53 */waypoints[45] = spawnstruct(); + /* 9:53 */waypoints[45].origin = ( -798.113, -1684.69, 5.43988 ); + /* 9:53 */waypoints[45].type = "stand"; + /* 9:53 */waypoints[45].children[0] = 33; + /* 9:53 */waypoints[45].children[1] = 46; + /* 9:53 */waypoints[46] = spawnstruct(); + /* 9:53 */waypoints[46].origin = ( -678.336, -1284.41, 9.58932 ); + /* 9:53 */waypoints[46].type = "stand"; + /* 9:53 */waypoints[46].children[0] = 45; + /* 9:53 */waypoints[46].children[1] = 47; + /* 9:53 */waypoints[46].children[2] = 48; + /* 9:53 */waypoints[47] = spawnstruct(); + /* 9:53 */waypoints[47].origin = ( -1065.26, -1267.43, 126.33 ); + /* 9:53 */waypoints[47].type = "stand"; + /* 9:53 */waypoints[47].children[0] = 46; + /* 9:53 */waypoints[47].children[1] = 21; + /* 9:53 */waypoints[47].children[2] = 22; + /* 9:53 */waypoints[47].children[3] = 26; + /* 9:53 */waypoints[47].children[4] = 85; + /* 9:53 */waypoints[48] = spawnstruct(); + /* 9:53 */waypoints[48].origin = ( -544.538, -1248.81, 30.2042 ); + /* 9:53 */waypoints[48].type = "stand"; + /* 9:53 */waypoints[48].children[0] = 46; + /* 9:53 */waypoints[48].children[1] = 30; + /* 9:53 */waypoints[48].children[2] = 31; + /* 9:53 */waypoints[48].children[3] = 32; + /* 9:53 */waypoints[48].children[4] = 113; + /* 9:53 */waypoints[49] = spawnstruct(); + /* 9:53 */waypoints[49].origin = ( -490.605, 26.2396, 46.3706 ); + /* 9:53 */waypoints[49].type = "stand"; + /* 9:53 */waypoints[49].children[0] = 50; + /* 9:53 */waypoints[49].children[1] = 53; + /* 9:53 */waypoints[49].children[2] = 106; + /* 9:53 */waypoints[49].children[3] = 108; + /* 9:53 */waypoints[50] = spawnstruct(); + /* 9:53 */waypoints[50].origin = ( -698.694, 405.298, 116.125 ); + /* 9:53 */waypoints[50].type = "stand"; + /* 9:53 */waypoints[50].children[0] = 49; + /* 9:53 */waypoints[50].children[1] = 51; + /* 9:53 */waypoints[50].children[2] = 53; + /* 9:53 */waypoints[50].children[3] = 106; + /* 9:53 */waypoints[51] = spawnstruct(); + /* 9:53 */waypoints[51].origin = ( -1051.41, 369.033, 121.399 ); + /* 9:53 */waypoints[51].type = "stand"; + /* 9:53 */waypoints[51].children[0] = 50; + /* 9:53 */waypoints[51].children[1] = 52; + /* 9:53 */waypoints[52] = spawnstruct(); + /* 9:53 */waypoints[52].origin = ( -1068.35, 7.33249, 125.851 ); + /* 9:53 */waypoints[52].type = "stand"; + /* 9:53 */waypoints[52].children[0] = 51; + /* 9:53 */waypoints[52].children[1] = 53; + /* 9:53 */waypoints[52].children[2] = 54; + /* 9:53 */waypoints[53] = spawnstruct(); + /* 9:53 */waypoints[53].origin = ( -857.665, 142.37, 110.337 ); + /* 9:53 */waypoints[53].type = "stand"; + /* 9:53 */waypoints[53].children[0] = 52; + /* 9:53 */waypoints[53].children[1] = 50; + /* 9:53 */waypoints[53].children[2] = 49; + /* 9:53 */waypoints[53].children[3] = 106; + /* 9:53 */waypoints[54] = spawnstruct(); + /* 9:53 */waypoints[54].origin = ( -1113.52, -1015.58, 128.125 ); + /* 9:53 */waypoints[54].type = "stand"; + /* 9:53 */waypoints[54].children[0] = 52; + /* 9:53 */waypoints[54].children[1] = 26; + /* 9:53 */waypoints[54].children[2] = 81; + /* 9:53 */waypoints[54].children[3] = 82; + /* 9:53 */waypoints[54].children[4] = 83; + /* 9:53 */waypoints[55] = spawnstruct(); + /* 9:53 */waypoints[55].origin = ( -360.98, 462.217, 127.152 ); + /* 9:53 */waypoints[55].type = "stand"; + /* 9:53 */waypoints[55].children[0] = 62; + /* 9:53 */waypoints[55].children[1] = 105; + /* 9:53 */waypoints[55].children[2] = 106; + /* 9:53 */waypoints[56] = spawnstruct(); + /* 9:53 */waypoints[56].origin = ( -296.526, 73.805, 123.369 ); + /* 9:53 */waypoints[56].type = "stand"; + /* 9:53 */waypoints[56].children[0] = 57; + /* 9:53 */waypoints[56].children[1] = 105; + /* 9:53 */waypoints[57] = spawnstruct(); + /* 9:53 */waypoints[57].origin = ( -348.594, -215.657, 126.428 ); + /* 9:53 */waypoints[57].type = "stand"; + /* 9:53 */waypoints[57].children[0] = 56; + /* 9:53 */waypoints[57].children[1] = 58; + /* 9:53 */waypoints[58] = spawnstruct(); + /* 9:53 */waypoints[58].origin = ( -211.055, -279.378, 128.125 ); + /* 9:53 */waypoints[58].type = "stand"; + /* 9:53 */waypoints[58].children[0] = 57; + /* 9:53 */waypoints[58].children[1] = 37; + /* 9:53 */waypoints[58].children[2] = 59; + /* 9:53 */waypoints[58].children[3] = 63; + /* 9:53 */waypoints[59] = spawnstruct(); + /* 9:53 */waypoints[59].origin = ( -75.3093, -295.769, 121.505 ); + /* 9:53 */waypoints[59].type = "stand"; + /* 9:53 */waypoints[59].children[0] = 58; + /* 9:53 */waypoints[59].children[1] = 60; + /* 9:53 */waypoints[59].children[2] = 63; + /* 9:53 */waypoints[59].children[3] = 103; + /* 9:53 */waypoints[59].children[4] = 98; + /* 9:53 */waypoints[59].children[5] = 134; + /* 9:53 */waypoints[60] = spawnstruct(); + /* 9:53 */waypoints[60].origin = ( -41.5434, -82.9539, 128.125 ); + /* 9:53 */waypoints[60].type = "stand"; + /* 9:53 */waypoints[60].children[0] = 59; + /* 9:53 */waypoints[60].children[1] = 61; + /* 9:53 */waypoints[60].children[2] = 78; + /* 9:53 */waypoints[61] = spawnstruct(); + /* 9:53 */waypoints[61].origin = ( -41.9725, 69.4377, 128.125 ); + /* 9:53 */waypoints[61].type = "stand"; + /* 9:53 */waypoints[61].children[0] = 60; + /* 9:53 */waypoints[61].children[1] = 62; + /* 9:53 */waypoints[61].children[2] = 3; + /* 9:53 */waypoints[61].children[3] = 77; + /* 9:53 */waypoints[61].children[4] = 78; + /* 9:53 */waypoints[61].children[5] = 79; + /* 9:53 */waypoints[61].children[6] = 101; + /* 9:53 */waypoints[62] = spawnstruct(); + /* 9:53 */waypoints[62].origin = ( -122.703, 428.487, 128.125 ); + /* 9:53 */waypoints[62].type = "stand"; + /* 9:53 */waypoints[62].children[0] = 61; + /* 9:53 */waypoints[62].children[1] = 55; + /* 9:53 */waypoints[62].children[2] = 79; + /* 9:53 */waypoints[62].children[3] = 101; + /* 9:53 */waypoints[62].children[4] = 102; + /* 9:53 */waypoints[62].children[5] = 105; + /* 9:53 */waypoints[63] = spawnstruct(); + /* 9:53 */waypoints[63].origin = ( 40.5586, -208.132, 128.125 ); + /* 9:53 */waypoints[63].type = "stand"; + /* 9:53 */waypoints[63].children[0] = 59; + /* 9:53 */waypoints[63].children[1] = 39; + /* 9:53 */waypoints[63].children[2] = 64; + /* 9:53 */waypoints[63].children[3] = 58; + /* 9:53 */waypoints[64] = spawnstruct(); + /* 9:53 */waypoints[64].origin = ( 751.796, -153.689, 128.125 ); + /* 9:53 */waypoints[64].type = "stand"; + /* 9:53 */waypoints[64].children[0] = 63; + /* 9:53 */waypoints[64].children[1] = 40; + /* 9:53 */waypoints[64].children[2] = 39; + /* 9:53 */waypoints[64].children[3] = 5; + /* 9:53 */waypoints[65] = spawnstruct(); + /* 9:53 */waypoints[65].origin = ( 137.189, -1113.41, 128.125 ); + /* 9:53 */waypoints[65].type = "stand"; + /* 9:53 */waypoints[65].children[0] = 66; + /* 9:53 */waypoints[65].children[1] = 92; + /* 9:53 */waypoints[65].children[2] = 124; + /* 9:53 */waypoints[66] = spawnstruct(); + /* 9:53 */waypoints[66].origin = ( 218.336, -1099.79, 128.125 ); + /* 9:53 */waypoints[66].type = "stand"; + /* 9:53 */waypoints[66].children[0] = 65; + /* 9:53 */waypoints[66].children[1] = 41; + /* 9:53 */waypoints[67] = spawnstruct(); + /* 9:53 */waypoints[67].origin = ( -234.461, -1091.3, 128.125 ); + /* 9:53 */waypoints[67].type = "stand"; + /* 9:53 */waypoints[67].children[0] = 68; + /* 9:53 */waypoints[67].children[1] = 132; + /* 9:53 */waypoints[67].children[2] = 133; + /* 9:53 */waypoints[68] = spawnstruct(); + /* 9:53 */waypoints[68].origin = ( -334.956, -1086.23, 124.829 ); + /* 9:53 */waypoints[68].type = "crouch"; + /* 9:53 */waypoints[68].children[0] = 67; + /* 9:53 */waypoints[68].angles = ( 7.31567, 179.914, 0 ); + /* 9:53 */waypoints[69] = spawnstruct(); + /* 9:53 */waypoints[69].origin = ( 520.862, -716.198, 1.02902 ); + /* 9:53 */waypoints[69].type = "stand"; + /* 9:53 */waypoints[69].children[0] = 38; + /* 9:53 */waypoints[69].children[1] = 70; + /* 9:53 */waypoints[69].children[2] = 4; + /* 9:53 */waypoints[69].children[3] = 74; + /* 9:53 */waypoints[70] = spawnstruct(); + /* 9:53 */waypoints[70].origin = ( 663.643, -750.942, 1.60862 ); + /* 9:53 */waypoints[70].type = "stand"; + /* 9:53 */waypoints[70].children[0] = 69; + /* 9:53 */waypoints[70].children[1] = 71; + /* 9:53 */waypoints[70].children[2] = 73; + /* 9:53 */waypoints[71] = spawnstruct(); + /* 9:53 */waypoints[71].origin = ( 664.183, -433.866, 129.711 ); + /* 9:53 */waypoints[71].type = "stand"; + /* 9:53 */waypoints[71].children[0] = 70; + /* 9:53 */waypoints[71].children[1] = 72; + /* 9:53 */waypoints[72] = spawnstruct(); + /* 9:53 */waypoints[72].origin = ( 735.018, -429.113, 127.921 ); + /* 9:53 */waypoints[72].type = "stand"; + /* 9:53 */waypoints[72].children[0] = 71; + /* 9:53 */waypoints[72].children[1] = 40; + /* 9:53 */waypoints[72].children[2] = 8; + /* 9:53 */waypoints[73] = spawnstruct(); + /* 9:53 */waypoints[73].origin = ( 781.167, -762.566, 15.1041 ); + /* 9:53 */waypoints[73].type = "crouch"; + /* 9:53 */waypoints[73].children[0] = 70; + /* 9:53 */waypoints[73].angles = ( 4.46472, -178.4, 0 ); + /* 9:53 */waypoints[74] = spawnstruct(); + /* 9:53 */waypoints[74].origin = ( 518.706, -562.432, 2.07548 ); + /* 9:53 */waypoints[74].type = "stand"; + /* 9:53 */waypoints[74].children[0] = 38; + /* 9:53 */waypoints[74].children[1] = 69; + /* 9:53 */waypoints[74].children[2] = 4; + /* 9:53 */waypoints[75] = spawnstruct(); + /* 9:53 */waypoints[75].origin = ( 598.819, 316.092, 128.125 ); + /* 9:53 */waypoints[75].type = "stand"; + /* 9:53 */waypoints[75].children[0] = 0; + /* 9:53 */waypoints[75].children[1] = 1; + /* 9:53 */waypoints[75].children[2] = 99; + /* 9:53 */waypoints[76] = spawnstruct(); + /* 9:53 */waypoints[76].origin = ( 137.065, -22.9577, 128.125 ); + /* 9:53 */waypoints[76].type = "claymore"; + /* 9:53 */waypoints[76].children[0] = 3; + /* 9:53 */waypoints[76].angles = ( 31.6779, 100.373, 0 ); + /* 9:53 */waypoints[77] = spawnstruct(); + /* 9:53 */waypoints[77].origin = ( 21.4035, -37.7877, 128.009 ); + /* 9:53 */waypoints[77].type = "claymore"; + /* 9:53 */waypoints[77].children[0] = 61; + /* 9:53 */waypoints[77].angles = ( 57.1497, -179.416, 0 ); + /* 9:53 */waypoints[78] = spawnstruct(); + /* 9:53 */waypoints[78].origin = ( -141.061, -81.8493, 128.125 ); + /* 9:53 */waypoints[78].type = "claymore"; + /* 9:53 */waypoints[78].children[0] = 60; + /* 9:53 */waypoints[78].children[1] = 61; + /* 9:53 */waypoints[78].angles = ( 27.5635, 3.63831, 0 ); + /* 9:53 */waypoints[79] = spawnstruct(); + /* 9:53 */waypoints[79].origin = ( -139.658, 319.82, 128.122 ); + /* 9:53 */waypoints[79].type = "claymore"; + /* 9:53 */waypoints[79].children[0] = 62; + /* 9:53 */waypoints[79].children[1] = 61; + /* 9:53 */waypoints[79].angles = ( 30.8868, 89.8645, 0 ); + /* 9:53 */waypoints[80] = spawnstruct(); + /* 9:53 */waypoints[80].origin = ( -1029.4, -914.332, 126.88 ); + /* 9:53 */waypoints[80].type = "claymore"; + /* 9:53 */waypoints[80].children[0] = 81; + /* 9:53 */waypoints[80].angles = ( 36.9019, -168.199, 0 ); + /* 9:53 */waypoints[81] = spawnstruct(); + /* 9:53 */waypoints[81].origin = ( -1074.96, -803.985, 128.272 ); + /* 9:53 */waypoints[81].type = "stand"; + /* 9:53 */waypoints[81].children[0] = 80; + /* 9:53 */waypoints[81].children[1] = 54; + /* 9:53 */waypoints[82] = spawnstruct(); + /* 9:53 */waypoints[82].origin = ( -1013.66, -1006.89, 128.125 ); + /* 9:53 */waypoints[82].type = "claymore"; + /* 9:53 */waypoints[82].children[0] = 54; + /* 9:53 */waypoints[82].children[1] = 26; + /* 9:53 */waypoints[82].angles = ( 47.8168, -173.835, 0 ); + /* 9:53 */waypoints[83] = spawnstruct(); + /* 9:53 */waypoints[83].origin = ( -1153.04, -1163.9, 128.125 ); + /* 9:53 */waypoints[83].type = "claymore"; + /* 9:53 */waypoints[83].children[0] = 54; + /* 9:53 */waypoints[83].children[1] = 26; + /* 9:53 */waypoints[83].angles = ( 34.6826, 0.216064, 0 ); + /* 9:53 */waypoints[84] = spawnstruct(); + /* 9:53 */waypoints[84].origin = ( -917.373, -962.182, 128.125 ); + /* 9:53 */waypoints[84].type = "claymore"; + /* 9:53 */waypoints[84].children[0] = 27; + /* 9:53 */waypoints[84].angles = ( 31.2054, -90.6024, 0 ); + /* 9:53 */waypoints[85] = spawnstruct(); + /* 9:53 */waypoints[85].origin = ( -1158.78, -1255.77, 128.125 ); + /* 9:53 */waypoints[85].type = "claymore"; + /* 9:53 */waypoints[85].children[0] = 47; + /* 9:53 */waypoints[85].children[1] = 21; + /* 9:53 */waypoints[85].angles = ( 35.6329, 0.69397, 0 ); + /* 9:53 */waypoints[86] = spawnstruct(); + /* 9:53 */waypoints[86].origin = ( -941.839, -1845.52, 127.125 ); + /* 9:53 */waypoints[86].type = "claymore"; + /* 9:53 */waypoints[86].children[0] = 87; + /* 9:53 */waypoints[86].angles = ( 56.2048, -167.65, 0 ); + /* 9:53 */waypoints[87] = spawnstruct(); + /* 9:53 */waypoints[87].origin = ( -1019.19, -1913.28, 125.125 ); + /* 9:53 */waypoints[87].type = "stand"; + /* 9:53 */waypoints[87].children[0] = 86; + /* 9:53 */waypoints[87].children[1] = 19; + /* 9:53 */waypoints[87].children[2] = 20; + /* 9:53 */waypoints[87].children[3] = 88; + /* 9:53 */waypoints[88] = spawnstruct(); + /* 9:53 */waypoints[88].origin = ( -1187.03, -1843.39, 128.125 ); + /* 9:53 */waypoints[88].type = "crouch"; + /* 9:53 */waypoints[88].children[0] = 87; + /* 9:53 */waypoints[88].angles = ( 6.20606, -18.1366, 0 ); + /* 9:53 */waypoints[89] = spawnstruct(); + /* 9:53 */waypoints[89].origin = ( -862.654, -1962.01, 127.526 ); + /* 9:53 */waypoints[89].type = "crouch"; + /* 9:53 */waypoints[89].children[0] = 17; + /* 9:53 */waypoints[89].angles = ( 3.67371, 27.7533, 0 ); + /* 9:53 */waypoints[90] = spawnstruct(); + /* 9:53 */waypoints[90].origin = ( -348.573, -1883.35, 137.401 ); + /* 9:53 */waypoints[90].type = "claymore"; + /* 9:53 */waypoints[90].children[0] = 15; + /* 9:53 */waypoints[90].angles = ( 29.6234, -78.7317, 0 ); + /* 9:53 */waypoints[91] = spawnstruct(); + /* 9:53 */waypoints[91].origin = ( -10.671, -1312.85, 128.383 ); + /* 9:53 */waypoints[91].type = "claymore"; + /* 9:53 */waypoints[91].children[0] = 15; + /* 9:53 */waypoints[91].children[1] = 123; + /* 9:53 */waypoints[91].angles = ( 41.6479, 164.923, 0 ); + /* 9:53 */waypoints[92] = spawnstruct(); + /* 9:53 */waypoints[92].origin = ( -144.465, -971.765, 128.125 ); + /* 9:53 */waypoints[92].type = "claymore"; + /* 9:53 */waypoints[92].children[0] = 65; + /* 9:53 */waypoints[92].children[1] = 133; + /* 9:53 */waypoints[92].angles = ( 28.6731, 1.80359, 0 ); + /* 9:53 */waypoints[93] = spawnstruct(); + /* 9:53 */waypoints[93].origin = ( 47.4013, -1166.87, 128.125 ); + /* 9:53 */waypoints[93].type = "claymore"; + /* 9:53 */waypoints[93].children[0] = 94; + /* 9:53 */waypoints[93].angles = ( 20.9222, 107.498, 0 ); + /* 9:53 */waypoints[94] = spawnstruct(); + /* 9:53 */waypoints[94].origin = ( 62.0376, -1207.71, 128.125 ); + /* 9:53 */waypoints[94].type = "crouch"; + /* 9:53 */waypoints[94].children[0] = 93; + /* 9:53 */waypoints[94].angles = ( 6.52466, 129.327, 0 ); + /* 9:53 */waypoints[95] = spawnstruct(); + /* 9:53 */waypoints[95].origin = ( -203.255, -1227.01, 128.125 ); + /* 9:53 */waypoints[95].type = "crouch"; + /* 9:53 */waypoints[95].children[0] = 132; + /* 9:53 */waypoints[95].angles = ( 5.88745, 47.5287, 0 ); + /* 9:53 */waypoints[96] = spawnstruct(); + /* 9:53 */waypoints[96].origin = ( -191.591, -960.381, 128.125 ); + /* 9:53 */waypoints[96].type = "crouch"; + /* 9:53 */waypoints[96].children[0] = 133; + /* 9:53 */waypoints[96].angles = ( 5.25574, -43.4985, 0 ); + /* 9:53 */waypoints[97] = spawnstruct(); + /* 9:53 */waypoints[97].origin = ( -140.62, -875.256, 135.127 ); + /* 9:53 */waypoints[97].type = "claymore"; + /* 9:53 */waypoints[97].children[0] = 98; + /* 9:53 */waypoints[97].children[1] = 134; + /* 9:53 */waypoints[97].angles = ( 19.1809, 12.3999, 0 ); + /* 9:53 */waypoints[98] = spawnstruct(); + /* 9:53 */waypoints[98].origin = ( -112.861, -642.56, 125.784 ); + /* 9:53 */waypoints[98].type = "stand"; + /* 9:53 */waypoints[98].children[0] = 97; + /* 9:53 */waypoints[98].children[1] = 59; + /* 9:53 */waypoints[98].children[2] = 134; + /* 9:53 */waypoints[99] = spawnstruct(); + /* 9:53 */waypoints[99].origin = ( 500.781, 440.571, 128.125 ); + /* 9:53 */waypoints[99].type = "claymore"; + /* 9:53 */waypoints[99].children[0] = 75; + /* 9:53 */waypoints[99].children[1] = 0; + /* 9:53 */waypoints[99].angles = ( 34.8102, -91.9006, 0 ); + /* 9:53 */waypoints[100] = spawnstruct(); + /* 9:53 */waypoints[100].origin = ( 139.955, 233.958, 128.118 ); + /* 9:53 */waypoints[100].type = "claymore"; + /* 9:53 */waypoints[100].children[0] = 1; + /* 9:53 */waypoints[100].children[1] = 3; + /* 9:53 */waypoints[100].angles = ( 32.1185, -92.0544, 0 ); + /* 9:53 */waypoints[101] = spawnstruct(); + /* 9:53 */waypoints[101].origin = ( 9.01028, 209.109, 128.125 ); + /* 9:53 */waypoints[101].type = "claymore"; + /* 9:53 */waypoints[101].children[0] = 61; + /* 9:53 */waypoints[101].children[1] = 62; + /* 9:53 */waypoints[101].angles = ( 36.2329, -89.7913, 0 ); + /* 9:53 */waypoints[102] = spawnstruct(); + /* 9:53 */waypoints[102].origin = ( 20.6726, 450.142, 128.125 ); + /* 9:53 */waypoints[102].type = "crouch"; + /* 9:53 */waypoints[102].children[0] = 62; + /* 9:53 */waypoints[102].angles = ( 6.64673, -140.74, 0 ); + /* 9:53 */waypoints[103] = spawnstruct(); + /* 9:53 */waypoints[103].origin = ( 10.1664, -312.323, 128.993 ); + /* 9:53 */waypoints[103].type = "claymore"; + /* 9:53 */waypoints[103].children[0] = 59; + /* 9:53 */waypoints[103].angles = ( 26.7407, 95.6415, 0 ); + /* 9:53 */waypoints[104] = spawnstruct(); + /* 9:53 */waypoints[104].origin = ( -960.063, -2029.59, 127.666 ); + /* 9:53 */waypoints[104].type = "claymore"; + /* 9:53 */waypoints[104].children[0] = 19; + /* 9:53 */waypoints[104].angles = ( 29.9048, 96.1633, 0 ); + /* 9:53 */waypoints[105] = spawnstruct(); + /* 9:53 */waypoints[105].origin = ( -358.17, 373.502, 125.473 ); + /* 9:53 */waypoints[105].type = "stand"; + /* 9:53 */waypoints[105].children[0] = 62; + /* 9:53 */waypoints[105].children[1] = 55; + /* 9:53 */waypoints[105].children[2] = 56; + /* 9:53 */waypoints[106] = spawnstruct(); + /* 9:53 */waypoints[106].origin = ( -499.881, 453.089, 125.104 ); + /* 9:53 */waypoints[106].type = "stand"; + /* 9:53 */waypoints[106].children[0] = 49; + /* 9:53 */waypoints[106].children[1] = 50; + /* 9:53 */waypoints[106].children[2] = 55; + /* 9:53 */waypoints[106].children[3] = 53; + /* 9:53 */waypoints[107] = spawnstruct(); + /* 9:53 */waypoints[107].origin = ( -906.152, -262.699, 20.3433 ); + /* 9:53 */waypoints[107].type = "crouch"; + /* 9:53 */waypoints[107].children[0] = 28; + /* 9:53 */waypoints[107].angles = ( 5.85022, -48.0267, 0 ); + /* 9:53 */waypoints[108] = spawnstruct(); + /* 9:53 */waypoints[108].origin = ( -502.014, -344.79, 24.4609 ); + /* 9:53 */waypoints[108].type = "stand"; + /* 9:53 */waypoints[108].children[0] = 49; + /* 9:53 */waypoints[108].children[1] = 29; + /* 9:53 */waypoints[108].children[2] = 28; + /* 9:53 */waypoints[109] = spawnstruct(); + /* 9:53 */waypoints[109].origin = ( -365.644, -418.584, 23.6361 ); + /* 9:53 */waypoints[109].type = "crouch"; + /* 9:53 */waypoints[109].children[0] = 29; + /* 9:53 */waypoints[109].angles = ( 10.2832, -138.224, 0 ); + /* 9:53 */waypoints[110] = spawnstruct(); + /* 9:53 */waypoints[110].origin = ( -782.655, -917.056, 32.068 ); + /* 9:53 */waypoints[110].type = "crouch"; + /* 9:53 */waypoints[110].children[0] = 29; + /* 9:53 */waypoints[110].angles = ( 4.42749, 49.4275, 0 ); + /* 9:53 */waypoints[111] = spawnstruct(); + /* 9:53 */waypoints[111].origin = ( -343.977, -914.132, 12.2281 ); + /* 9:53 */waypoints[111].type = "claymore"; + /* 9:53 */waypoints[111].children[0] = 36; + /* 9:53 */waypoints[111].children[1] = 37; + /* 9:53 */waypoints[111].children[2] = 29; + /* 9:53 */waypoints[111].angles = ( 25.9442, 177.479, 0 ); + /* 9:53 */waypoints[112] = spawnstruct(); + /* 9:53 */waypoints[112].origin = ( -699.511, -891.907, 20.0903 ); + /* 9:53 */waypoints[112].type = "claymore"; + /* 9:53 */waypoints[112].children[0] = 29; + /* 9:53 */waypoints[112].children[1] = 36; + /* 9:53 */waypoints[112].children[2] = 37; + /* 9:53 */waypoints[112].angles = ( 25.7849, -5.63599, 0 ); + /* 9:53 */waypoints[113] = spawnstruct(); + /* 9:53 */waypoints[113].origin = ( -338.474, -1274.76, 5.73503 ); + /* 9:53 */waypoints[113].type = "claymore"; + /* 9:53 */waypoints[113].children[0] = 48; + /* 9:53 */waypoints[113].children[1] = 31; + /* 9:53 */waypoints[113].angles = ( 25.3125, -177.77, 0 ); + /* 9:53 */waypoints[114] = spawnstruct(); + /* 9:53 */waypoints[114].origin = ( 475.284, -1324.4, 14.8494 ); + /* 9:53 */waypoints[114].type = "stand"; + /* 9:53 */waypoints[114].children[0] = 115; + /* 9:53 */waypoints[115] = spawnstruct(); + /* 9:53 */waypoints[115].origin = ( 551.743, -1485.19, 20.4491 ); + /* 9:53 */waypoints[115].type = "stand"; + /* 9:53 */waypoints[115].children[0] = 114; + /* 9:53 */waypoints[115].children[1] = 117; + /* 9:53 */waypoints[115].children[2] = 116; + /* 9:53 */waypoints[115].children[3] = 42; + /* 9:53 */waypoints[116] = spawnstruct(); + /* 9:53 */waypoints[116].origin = ( 613.726, -1328.46, 25.2803 ); + /* 9:53 */waypoints[116].type = "stand"; + /* 9:53 */waypoints[116].children[0] = 115; + /* 9:53 */waypoints[117] = spawnstruct(); + /* 9:53 */waypoints[117].origin = ( 550.93, -1379.46, 17.2578 ); + /* 9:53 */waypoints[117].type = "stand"; + /* 9:53 */waypoints[117].children[0] = 115; + /* 9:53 */waypoints[118] = spawnstruct(); + /* 9:53 */waypoints[118].origin = ( 237.631, -1649.84, 128.125 ); + /* 9:53 */waypoints[118].type = "stand"; + /* 9:53 */waypoints[118].children[0] = 14; + /* 9:53 */waypoints[118].children[1] = 119; + /* 9:53 */waypoints[119] = spawnstruct(); + /* 9:53 */waypoints[119].origin = ( 809.654, -1662.32, 128.125 ); + /* 9:53 */waypoints[119].type = "stand"; + /* 9:53 */waypoints[119].children[0] = 118; + /* 9:53 */waypoints[119].children[1] = 11; + /* 9:53 */waypoints[119].children[2] = 12; + /* 9:53 */waypoints[120] = spawnstruct(); + /* 9:53 */waypoints[120].origin = ( 667.092, 243.276, 128.177 ); + /* 9:53 */waypoints[120].type = "stand"; + /* 9:53 */waypoints[120].children[0] = 0; + /* 9:53 */waypoints[120].children[1] = 1; + /* 9:53 */waypoints[121] = spawnstruct(); + /* 9:53 */waypoints[121].origin = ( -300.636, -1924.38, 124.488 ); + /* 9:53 */waypoints[121].type = "stand"; + /* 9:53 */waypoints[121].children[0] = 15; + /* 9:53 */waypoints[121].children[1] = 16; + /* 9:53 */waypoints[122] = spawnstruct(); + /* 9:53 */waypoints[122].origin = ( 1092.45, -1463.02, 166.956 ); + /* 9:53 */waypoints[122].type = "stand"; + /* 9:53 */waypoints[122].children[0] = 9; + /* 9:53 */waypoints[122].children[1] = 11; + /* 9:53 */waypoints[123] = spawnstruct(); + /* 9:53 */waypoints[123].origin = ( -87.4196, -1332.41, 128.125 ); + /* 9:53 */waypoints[123].type = "stand"; + /* 9:53 */waypoints[123].children[0] = 91; + /* 9:53 */waypoints[123].children[1] = 15; + /* 9:53 */waypoints[123].children[2] = 132; + /* 9:53 */waypoints[124] = spawnstruct(); + /* 9:53 */waypoints[124].origin = ( 13.3701, -1015.68, 130.125 ); + /* 9:53 */waypoints[124].type = "stand"; + /* 9:53 */waypoints[124].children[0] = 65; + /* 9:53 */waypoints[124].children[1] = 125; + /* 9:53 */waypoints[124].children[2] = 132; + /* 9:53 */waypoints[124].children[3] = 133; + /* 9:53 */waypoints[125] = spawnstruct(); + /* 9:53 */waypoints[125].origin = ( 71.9119, -952.364, 128.125 ); + /* 9:53 */waypoints[125].type = "stand"; + /* 9:53 */waypoints[125].children[0] = 124; + /* 9:53 */waypoints[125].children[1] = 126; + /* 9:53 */waypoints[125].children[2] = 133; + /* 9:53 */waypoints[126] = spawnstruct(); + /* 9:53 */waypoints[126].origin = ( 73.0384, -971.748, 128.125 ); + /* 9:53 */waypoints[126].type = "climb"; + /* 9:53 */waypoints[126].children[0] = 125; + /* 9:53 */waypoints[126].children[1] = 127; + /* 9:53 */waypoints[126].angles = ( -14.6997, -88.0499, 0 ); + /* 9:53 */waypoints[127] = spawnstruct(); + /* 9:53 */waypoints[127].origin = ( 73.0632, -1011.89, 296.125 ); + /* 9:53 */waypoints[127].type = "climb"; + /* 9:53 */waypoints[127].children[0] = 126; + /* 9:53 */waypoints[127].children[1] = 128; + /* 9:53 */waypoints[127].angles = ( 20.9222, -94.6143, 0 ); + /* 9:53 */waypoints[128] = spawnstruct(); + /* 9:53 */waypoints[128].origin = ( 63.3361, -1217.63, 296.125 ); + /* 9:53 */waypoints[128].type = "stand"; + /* 9:53 */waypoints[128].children[0] = 127; + /* 9:53 */waypoints[128].children[1] = 129; + /* 9:53 */waypoints[129] = spawnstruct(); + /* 9:53 */waypoints[129].origin = ( -189.05, -1210.04, 296.125 ); + /* 9:53 */waypoints[129].type = "stand"; + /* 9:53 */waypoints[129].children[0] = 128; + /* 9:53 */waypoints[129].children[1] = 130; + /* 9:53 */waypoints[130] = spawnstruct(); + /* 9:53 */waypoints[130].origin = ( -179.301, -962.35, 296.125 ); + /* 9:53 */waypoints[130].type = "stand"; + /* 9:53 */waypoints[130].children[0] = 129; + /* 9:53 */waypoints[130].children[1] = 131; + /* 9:53 */waypoints[131] = spawnstruct(); + /* 9:53 */waypoints[131].origin = ( -40.2301, -962.326, 296.125 ); + /* 9:53 */waypoints[131].type = "stand"; + /* 9:53 */waypoints[131].children[0] = 130; + /* 9:53 */waypoints[132] = spawnstruct(); + /* 9:53 */waypoints[132].origin = ( -86.0223, -1176.36, 130.121 ); + /* 9:53 */waypoints[132].type = "stand"; + /* 9:53 */waypoints[132].children[0] = 124; + /* 9:53 */waypoints[132].children[1] = 67; + /* 9:53 */waypoints[132].children[2] = 123; + /* 9:53 */waypoints[132].children[3] = 133; + /* 9:53 */waypoints[132].children[4] = 95; + /* 9:53 */waypoints[133] = spawnstruct(); + /* 9:53 */waypoints[133].origin = ( -34.696, -964.101, 128.125 ); + /* 9:53 */waypoints[133].type = "stand"; + /* 9:53 */waypoints[133].children[0] = 134; + /* 9:53 */waypoints[133].children[1] = 124; + /* 9:53 */waypoints[133].children[2] = 125; + /* 9:53 */waypoints[133].children[3] = 92; + /* 9:53 */waypoints[133].children[4] = 96; + /* 9:53 */waypoints[133].children[5] = 67; + /* 9:53 */waypoints[133].children[6] = 132; + /* 9:53 */waypoints[134] = spawnstruct(); + /* 9:53 */waypoints[134].origin = ( -46.8199, -836.557, 128.125 ); + /* 9:53 */waypoints[134].type = "stand"; + /* 9:53 */waypoints[134].children[0] = 97; + /* 9:53 */waypoints[134].children[1] = 133; + /* 9:53 */waypoints[134].children[2] = 98; + /* 9:53 */waypoints[134].children[3] = 59; + /* 9:53 */return waypoints; +} diff --git a/raw/scripts/mp/mp_dome/wps_dome.gsc b/raw/scripts/mp/mp_dome/wps_dome.gsc new file mode 100644 index 0000000..d8bb87b --- /dev/null +++ b/raw/scripts/mp/mp_dome/wps_dome.gsc @@ -0,0 +1,1115 @@ +main() +{ + level.waypoints = Dome(); +} + +Dome() +{ + /* 0:09 */waypoints = []; + /* 0:09 */waypoints[0] = spawnstruct(); + /* 0:09 */waypoints[0].origin = ( -140.626, 2103.48, -290.875 ); + /* 0:09 */waypoints[0].type = "stand"; + /* 0:09 */waypoints[0].children[0] = 1; + /* 0:09 */waypoints[0].children[1] = 45; + /* 0:09 */waypoints[1] = spawnstruct(); + /* 0:09 */waypoints[1].origin = ( 141.937, 2091.96, -290.875 ); + /* 0:09 */waypoints[1].type = "stand"; + /* 0:09 */waypoints[1].children[0] = 0; + /* 0:09 */waypoints[1].children[1] = 2; + /* 0:09 */waypoints[1].children[2] = 47; + /* 0:09 */waypoints[2] = spawnstruct(); + /* 0:09 */waypoints[2].origin = ( 451.907, 2066.25, -254.875 ); + /* 0:09 */waypoints[2].type = "stand"; + /* 0:09 */waypoints[2].children[0] = 1; + /* 0:09 */waypoints[2].children[1] = 3; + /* 0:09 */waypoints[2].children[2] = 77; + /* 0:09 */waypoints[2].children[3] = 74; + /* 0:09 */waypoints[2].children[4] = 164; + /* 0:09 */waypoints[3] = spawnstruct(); + /* 0:09 */waypoints[3].origin = ( 430.25, 1747.91, -254.875 ); + /* 0:09 */waypoints[3].type = "stand"; + /* 0:09 */waypoints[3].children[0] = 2; + /* 0:09 */waypoints[3].children[1] = 4; + /* 0:09 */waypoints[3].children[2] = 79; + /* 0:09 */waypoints[4] = spawnstruct(); + /* 0:09 */waypoints[4].origin = ( 636.671, 1713.11, -247.381 ); + /* 0:09 */waypoints[4].type = "stand"; + /* 0:09 */waypoints[4].children[0] = 3; + /* 0:09 */waypoints[4].children[1] = 5; + /* 0:09 */waypoints[4].children[2] = 74; + /* 0:09 */waypoints[5] = spawnstruct(); + /* 0:09 */waypoints[5].origin = ( 1115.07, 1698.27, -254.875 ); + /* 0:09 */waypoints[5].type = "stand"; + /* 0:09 */waypoints[5].children[0] = 4; + /* 0:09 */waypoints[5].children[1] = 6; + /* 0:09 */waypoints[5].children[2] = 71; + /* 0:09 */waypoints[6] = spawnstruct(); + /* 0:09 */waypoints[6].origin = ( 1333.3, 1679.45, -254.875 ); + /* 0:09 */waypoints[6].type = "stand"; + /* 0:09 */waypoints[6].children[0] = 5; + /* 0:09 */waypoints[6].children[1] = 7; + /* 0:09 */waypoints[6].children[2] = 64; + /* 0:09 */waypoints[7] = spawnstruct(); + /* 0:09 */waypoints[7].origin = ( 1319.74, 1407.28, -254.875 ); + /* 0:09 */waypoints[7].type = "stand"; + /* 0:09 */waypoints[7].children[0] = 6; + /* 0:09 */waypoints[7].children[1] = 8; + /* 0:09 */waypoints[7].children[2] = 63; + /* 0:09 */waypoints[8] = spawnstruct(); + /* 0:09 */waypoints[8].origin = ( 1307.68, 1285.36, -254.875 ); + /* 0:09 */waypoints[8].type = "stand"; + /* 0:09 */waypoints[8].children[0] = 7; + /* 0:09 */waypoints[8].children[1] = 9; + /* 0:09 */waypoints[8].children[2] = 179; + /* 0:09 */waypoints[9] = spawnstruct(); + /* 0:09 */waypoints[9].origin = ( 1557.19, 1283.13, -254.875 ); + /* 0:09 */waypoints[9].type = "stand"; + /* 0:09 */waypoints[9].children[0] = 8; + /* 0:09 */waypoints[9].children[1] = 10; + /* 0:09 */waypoints[9].children[2] = 62; + /* 0:09 */waypoints[9].children[3] = 78; + /* 0:09 */waypoints[10] = spawnstruct(); + /* 0:09 */waypoints[10].origin = ( 1588.16, 1082.51, -254.875 ); + /* 0:09 */waypoints[10].type = "stand"; + /* 0:09 */waypoints[10].children[0] = 9; + /* 0:09 */waypoints[10].children[1] = 11; + /* 0:09 */waypoints[10].children[2] = 61; + /* 0:09 */waypoints[10].children[3] = 177; + /* 0:09 */waypoints[11] = spawnstruct(); + /* 0:09 */waypoints[11].origin = ( 1533.04, 589.068, -318.312 ); + /* 0:09 */waypoints[11].type = "stand"; + /* 0:09 */waypoints[11].children[0] = 10; + /* 0:09 */waypoints[11].children[1] = 12; + /* 0:09 */waypoints[11].children[2] = 178; + /* 0:09 */waypoints[12] = spawnstruct(); + /* 0:09 */waypoints[12].origin = ( 1390.95, 607.894, -324.887 ); + /* 0:09 */waypoints[12].type = "stand"; + /* 0:09 */waypoints[12].children[0] = 11; + /* 0:09 */waypoints[12].children[1] = 13; + /* 0:09 */waypoints[12].children[2] = 57; + /* 0:09 */waypoints[12].children[3] = 56; + /* 0:09 */waypoints[13] = spawnstruct(); + /* 0:09 */waypoints[13].origin = ( 1331.41, 286.146, -377.336 ); + /* 0:09 */waypoints[13].type = "stand"; + /* 0:09 */waypoints[13].children[0] = 12; + /* 0:09 */waypoints[13].children[1] = 14; + /* 0:09 */waypoints[13].children[2] = 81; + /* 0:09 */waypoints[13].children[3] = 157; + /* 0:09 */waypoints[14] = spawnstruct(); + /* 0:09 */waypoints[14].origin = ( 1297.26, 38.176, -394.269 ); + /* 0:09 */waypoints[14].type = "stand"; + /* 0:09 */waypoints[14].children[0] = 13; + /* 0:09 */waypoints[14].children[1] = 15; + /* 0:09 */waypoints[14].children[2] = 89; + /* 0:09 */waypoints[14].children[3] = 92; + /* 0:09 */waypoints[15] = spawnstruct(); + /* 0:09 */waypoints[15].origin = ( 1361.5, -124.966, -387.006 ); + /* 0:09 */waypoints[15].type = "stand"; + /* 0:09 */waypoints[15].children[0] = 14; + /* 0:09 */waypoints[15].children[1] = 16; + /* 0:09 */waypoints[15].children[2] = 92; + /* 0:09 */waypoints[15].children[3] = 157; + /* 0:09 */waypoints[16] = spawnstruct(); + /* 0:09 */waypoints[16].origin = ( 1349.18, -431.243, -379.903 ); + /* 0:09 */waypoints[16].type = "stand"; + /* 0:09 */waypoints[16].children[0] = 15; + /* 0:09 */waypoints[16].children[1] = 17; + /* 0:09 */waypoints[16].children[2] = 181; + /* 0:09 */waypoints[17] = spawnstruct(); + /* 0:09 */waypoints[17].origin = ( 1040.8, -499.492, -384.345 ); + /* 0:09 */waypoints[17].type = "stand"; + /* 0:09 */waypoints[17].children[0] = 16; + /* 0:09 */waypoints[17].children[1] = 18; + /* 0:09 */waypoints[17].children[2] = 91; + /* 0:09 */waypoints[17].children[3] = 93; + /* 0:09 */waypoints[18] = spawnstruct(); + /* 0:09 */waypoints[18].origin = ( 725.226, -547.766, -391.437 ); + /* 0:09 */waypoints[18].type = "stand"; + /* 0:09 */waypoints[18].children[0] = 17; + /* 0:09 */waypoints[18].children[1] = 19; + /* 0:09 */waypoints[18].children[2] = 93; + /* 0:09 */waypoints[18].children[3] = 128; + /* 0:09 */waypoints[19] = spawnstruct(); + /* 0:09 */waypoints[19].origin = ( 550.345, -653.288, -382.519 ); + /* 0:09 */waypoints[19].type = "stand"; + /* 0:09 */waypoints[19].children[0] = 18; + /* 0:09 */waypoints[19].children[1] = 20; + /* 0:09 */waypoints[20] = spawnstruct(); + /* 0:09 */waypoints[20].origin = ( 431.707, -414.067, -393.9 ); + /* 0:09 */waypoints[20].type = "stand"; + /* 0:09 */waypoints[20].children[0] = 19; + /* 0:09 */waypoints[20].children[1] = 21; + /* 0:09 */waypoints[20].children[2] = 128; + /* 0:09 */waypoints[21] = spawnstruct(); + /* 0:09 */waypoints[21].origin = ( 474.186, -181.671, -390.375 ); + /* 0:09 */waypoints[21].type = "stand"; + /* 0:09 */waypoints[21].children[0] = 20; + /* 0:09 */waypoints[21].children[1] = 22; + /* 0:09 */waypoints[21].children[2] = 94; + /* 0:09 */waypoints[21].children[3] = 95; + /* 0:09 */waypoints[21].children[4] = 170; + /* 0:09 */waypoints[22] = spawnstruct(); + /* 0:09 */waypoints[22].origin = ( 315.047, -105.259, -390.375 ); + /* 0:09 */waypoints[22].type = "stand"; + /* 0:09 */waypoints[22].children[0] = 21; + /* 0:09 */waypoints[22].children[1] = 23; + /* 0:09 */waypoints[22].children[2] = 96; + /* 0:09 */waypoints[22].children[3] = 138; + /* 0:09 */waypoints[22].children[4] = 139; + /* 0:09 */waypoints[23] = spawnstruct(); + /* 0:09 */waypoints[23].origin = ( 35.6547, -281.57, -390.375 ); + /* 0:09 */waypoints[23].type = "stand"; + /* 0:09 */waypoints[23].children[0] = 22; + /* 0:09 */waypoints[23].children[1] = 24; + /* 0:09 */waypoints[24] = spawnstruct(); + /* 0:09 */waypoints[24].origin = ( -142.765, 23.3263, -390.375 ); + /* 0:09 */waypoints[24].type = "stand"; + /* 0:09 */waypoints[24].children[0] = 23; + /* 0:09 */waypoints[24].children[1] = 25; + /* 0:09 */waypoints[24].children[2] = 96; + /* 0:09 */waypoints[24].children[3] = 140; + /* 0:09 */waypoints[24].children[4] = 141; + /* 0:09 */waypoints[25] = spawnstruct(); + /* 0:09 */waypoints[25].origin = ( -250.261, 216.223, -402.466 ); + /* 0:09 */waypoints[25].type = "stand"; + /* 0:09 */waypoints[25].children[0] = 24; + /* 0:09 */waypoints[25].children[1] = 26; + /* 0:09 */waypoints[25].children[2] = 113; + /* 0:09 */waypoints[25].children[3] = 118; + /* 0:09 */waypoints[25].children[4] = 127; + /* 0:09 */waypoints[25].children[5] = 116; + /* 0:09 */waypoints[26] = spawnstruct(); + /* 0:09 */waypoints[26].origin = ( -400.662, 138.364, -404.402 ); + /* 0:09 */waypoints[26].type = "stand"; + /* 0:09 */waypoints[26].children[0] = 25; + /* 0:09 */waypoints[26].children[1] = 27; + /* 0:09 */waypoints[26].children[2] = 116; + /* 0:09 */waypoints[26].children[3] = 117; + /* 0:09 */waypoints[26].children[4] = 142; + /* 0:09 */waypoints[26].children[5] = 143; + /* 0:09 */waypoints[26].children[6] = 174; + /* 0:09 */waypoints[27] = spawnstruct(); + /* 0:09 */waypoints[27].origin = ( -308.795, -18.5752, -394.814 ); + /* 0:09 */waypoints[27].type = "stand"; + /* 0:09 */waypoints[27].children[0] = 26; + /* 0:09 */waypoints[27].children[1] = 28; + /* 0:09 */waypoints[28] = spawnstruct(); + /* 0:09 */waypoints[28].origin = ( -401.572, -58.4085, -401.87 ); + /* 0:09 */waypoints[28].type = "stand"; + /* 0:09 */waypoints[28].children[0] = 27; + /* 0:09 */waypoints[28].children[1] = 29; + /* 0:09 */waypoints[28].children[2] = 97; + /* 0:09 */waypoints[29] = spawnstruct(); + /* 0:09 */waypoints[29].origin = ( -719.427, -171.456, -409.2 ); + /* 0:09 */waypoints[29].type = "stand"; + /* 0:09 */waypoints[29].children[0] = 28; + /* 0:09 */waypoints[29].children[1] = 30; + /* 0:09 */waypoints[29].children[2] = 117; + /* 0:09 */waypoints[30] = spawnstruct(); + /* 0:09 */waypoints[30].origin = ( -837.206, -67.7813, -405.806 ); + /* 0:09 */waypoints[30].type = "stand"; + /* 0:09 */waypoints[30].children[0] = 29; + /* 0:09 */waypoints[30].children[1] = 31; + /* 0:09 */waypoints[30].children[2] = 117; + /* 0:09 */waypoints[31] = spawnstruct(); + /* 0:09 */waypoints[31].origin = ( -925.286, 121.522, -416.663 ); + /* 0:09 */waypoints[31].type = "stand"; + /* 0:09 */waypoints[31].children[0] = 30; + /* 0:09 */waypoints[31].children[1] = 32; + /* 0:09 */waypoints[31].children[2] = 33; + /* 0:09 */waypoints[32] = spawnstruct(); + /* 0:09 */waypoints[32].origin = ( -761.614, 254.802, -414.962 ); + /* 0:09 */waypoints[32].type = "stand"; + /* 0:09 */waypoints[32].children[0] = 31; + /* 0:09 */waypoints[32].children[1] = 33; + /* 0:09 */waypoints[32].children[2] = 116; + /* 0:09 */waypoints[32].children[3] = 117; + /* 0:09 */waypoints[33] = spawnstruct(); + /* 0:09 */waypoints[33].origin = ( -847.034, 449.476, -451.875 ); + /* 0:09 */waypoints[33].type = "stand"; + /* 0:09 */waypoints[33].children[0] = 32; + /* 0:09 */waypoints[33].children[1] = 34; + /* 0:09 */waypoints[33].children[2] = 31; + /* 0:09 */waypoints[33].children[3] = 116; + /* 0:09 */waypoints[33].children[4] = 145; + /* 0:09 */waypoints[34] = spawnstruct(); + /* 0:09 */waypoints[34].origin = ( -969.523, 664.428, -451.875 ); + /* 0:09 */waypoints[34].type = "stand"; + /* 0:09 */waypoints[34].children[0] = 33; + /* 0:09 */waypoints[34].children[1] = 35; + /* 0:09 */waypoints[35] = spawnstruct(); + /* 0:09 */waypoints[35].origin = ( -1111.27, 873.424, -451.875 ); + /* 0:09 */waypoints[35].type = "stand"; + /* 0:09 */waypoints[35].children[0] = 34; + /* 0:09 */waypoints[35].children[1] = 36; + /* 0:09 */waypoints[35].children[2] = 124; + /* 0:09 */waypoints[35].children[3] = 125; + /* 0:09 */waypoints[36] = spawnstruct(); + /* 0:09 */waypoints[36].origin = ( -1287.73, 801.399, -451.875 ); + /* 0:09 */waypoints[36].type = "stand"; + /* 0:09 */waypoints[36].children[0] = 35; + /* 0:09 */waypoints[36].children[1] = 37; + /* 0:09 */waypoints[37] = spawnstruct(); + /* 0:09 */waypoints[37].origin = ( -1417.17, 1073.99, -423.891 ); + /* 0:09 */waypoints[37].type = "stand"; + /* 0:09 */waypoints[37].children[0] = 36; + /* 0:09 */waypoints[37].children[1] = 38; + /* 0:09 */waypoints[38] = spawnstruct(); + /* 0:09 */waypoints[38].origin = ( -1521.36, 1354.2, -427.875 ); + /* 0:09 */waypoints[38].type = "stand"; + /* 0:09 */waypoints[38].children[0] = 37; + /* 0:09 */waypoints[38].children[1] = 39; + /* 0:09 */waypoints[39] = spawnstruct(); + /* 0:09 */waypoints[39].origin = ( -1327.86, 1433.06, -451.875 ); + /* 0:09 */waypoints[39].type = "stand"; + /* 0:09 */waypoints[39].children[0] = 38; + /* 0:09 */waypoints[39].children[1] = 40; + /* 0:09 */waypoints[39].children[2] = 125; + /* 0:09 */waypoints[40] = spawnstruct(); + /* 0:09 */waypoints[40].origin = ( -1173.54, 1511.18, -427.875 ); + /* 0:09 */waypoints[40].type = "stand"; + /* 0:09 */waypoints[40].children[0] = 39; + /* 0:09 */waypoints[40].children[1] = 41; + /* 0:09 */waypoints[40].children[2] = 126; + /* 0:09 */waypoints[41] = spawnstruct(); + /* 0:09 */waypoints[41].origin = ( -911.663, 1631.31, -355.875 ); + /* 0:09 */waypoints[41].type = "stand"; + /* 0:09 */waypoints[41].children[0] = 40; + /* 0:09 */waypoints[41].children[1] = 42; + /* 0:09 */waypoints[42] = spawnstruct(); + /* 0:09 */waypoints[42].origin = ( -691.944, 1653.04, -347.875 ); + /* 0:09 */waypoints[42].type = "stand"; + /* 0:09 */waypoints[42].children[0] = 41; + /* 0:09 */waypoints[42].children[1] = 43; + /* 0:09 */waypoints[42].children[2] = 147; + /* 0:09 */waypoints[43] = spawnstruct(); + /* 0:09 */waypoints[43].origin = ( -526.375, 1682.81, -283.875 ); + /* 0:09 */waypoints[43].type = "stand"; + /* 0:09 */waypoints[43].children[0] = 42; + /* 0:09 */waypoints[43].children[1] = 44; + /* 0:09 */waypoints[44] = spawnstruct(); + /* 0:09 */waypoints[44].origin = ( -382.993, 1695.68, -286.993 ); + /* 0:09 */waypoints[44].type = "stand"; + /* 0:09 */waypoints[44].children[0] = 43; + /* 0:09 */waypoints[44].children[1] = 45; + /* 0:09 */waypoints[44].children[2] = 46; + /* 0:09 */waypoints[44].children[3] = 119; + /* 0:09 */waypoints[44].children[4] = 120; + /* 0:09 */waypoints[45] = spawnstruct(); + /* 0:09 */waypoints[45].origin = ( -168.297, 1825.4, -290.875 ); + /* 0:09 */waypoints[45].type = "stand"; + /* 0:09 */waypoints[45].children[0] = 44; + /* 0:09 */waypoints[45].children[1] = 0; + /* 0:09 */waypoints[45].children[2] = 46; + /* 0:09 */waypoints[45].children[3] = 149; + /* 0:09 */waypoints[46] = spawnstruct(); + /* 0:09 */waypoints[46].origin = ( -89.693, 1677.63, -290.875 ); + /* 0:09 */waypoints[46].type = "stand"; + /* 0:09 */waypoints[46].children[0] = 45; + /* 0:09 */waypoints[46].children[1] = 47; + /* 0:09 */waypoints[46].children[2] = 44; + /* 0:09 */waypoints[46].children[3] = 48; + /* 0:09 */waypoints[46].children[4] = 120; + /* 0:09 */waypoints[47] = spawnstruct(); + /* 0:09 */waypoints[47].origin = ( 114.637, 1707.08, -290.875 ); + /* 0:09 */waypoints[47].type = "stand"; + /* 0:09 */waypoints[47].children[0] = 46; + /* 0:09 */waypoints[47].children[1] = 1; + /* 0:09 */waypoints[48] = spawnstruct(); + /* 0:09 */waypoints[48].origin = ( -101.491, 1476.55, -290.875 ); + /* 0:09 */waypoints[48].type = "stand"; + /* 0:09 */waypoints[48].children[0] = 46; + /* 0:09 */waypoints[48].children[1] = 120; + /* 0:09 */waypoints[48].children[2] = 135; + /* 0:09 */waypoints[49] = spawnstruct(); + /* 0:09 */waypoints[49].origin = ( 107.344, 1440.72, -290.875 ); + /* 0:09 */waypoints[49].type = "stand"; + /* 0:09 */waypoints[49].children[0] = 50; + /* 0:09 */waypoints[49].children[1] = 135; + /* 0:09 */waypoints[50] = spawnstruct(); + /* 0:09 */waypoints[50].origin = ( 39.3621, 1200.41, -294.064 ); + /* 0:09 */waypoints[50].type = "stand"; + /* 0:09 */waypoints[50].children[0] = 49; + /* 0:09 */waypoints[50].children[1] = 51; + /* 0:09 */waypoints[50].children[2] = 52; + /* 0:09 */waypoints[50].children[3] = 109; + /* 0:09 */waypoints[50].children[4] = 110; + /* 0:09 */waypoints[50].children[5] = 135; + /* 0:09 */waypoints[51] = spawnstruct(); + /* 0:09 */waypoints[51].origin = ( 258.337, 952.614, -312.547 ); + /* 0:09 */waypoints[51].type = "stand"; + /* 0:09 */waypoints[51].children[0] = 50; + /* 0:09 */waypoints[51].children[1] = 52; + /* 0:09 */waypoints[51].children[2] = 110; + /* 0:09 */waypoints[52] = spawnstruct(); + /* 0:09 */waypoints[52].origin = ( 280.264, 1158.05, -310.61 ); + /* 0:09 */waypoints[52].type = "stand"; + /* 0:09 */waypoints[52].children[0] = 51; + /* 0:09 */waypoints[52].children[1] = 53; + /* 0:09 */waypoints[52].children[2] = 50; + /* 0:09 */waypoints[52].children[3] = 136; + /* 0:09 */waypoints[52].children[4] = 109; + /* 0:09 */waypoints[53] = spawnstruct(); + /* 0:09 */waypoints[53].origin = ( 526.268, 1166.44, -310.556 ); + /* 0:09 */waypoints[53].type = "stand"; + /* 0:09 */waypoints[53].children[0] = 52; + /* 0:09 */waypoints[53].children[1] = 54; + /* 0:09 */waypoints[53].children[2] = 108; + /* 0:09 */waypoints[54] = spawnstruct(); + /* 0:09 */waypoints[54].origin = ( 994.21, 1145.78, -262.875 ); + /* 0:09 */waypoints[54].type = "stand"; + /* 0:09 */waypoints[54].children[0] = 53; + /* 0:09 */waypoints[54].children[1] = 55; + /* 0:09 */waypoints[55] = spawnstruct(); + /* 0:09 */waypoints[55].origin = ( 949.323, 933.281, -321.75 ); + /* 0:09 */waypoints[55].type = "stand"; + /* 0:09 */waypoints[55].children[0] = 54; + /* 0:09 */waypoints[55].children[1] = 56; + /* 0:09 */waypoints[55].children[2] = 108; + /* 0:09 */waypoints[56] = spawnstruct(); + /* 0:09 */waypoints[56].origin = ( 1010.72, 809.411, -328.52 ); + /* 0:09 */waypoints[56].type = "stand"; + /* 0:09 */waypoints[56].children[0] = 55; + /* 0:09 */waypoints[56].children[1] = 57; + /* 0:09 */waypoints[56].children[2] = 12; + /* 0:09 */waypoints[56].children[3] = 81; + /* 0:09 */waypoints[57] = spawnstruct(); + /* 0:09 */waypoints[57].origin = ( 1308.6, 753.461, -321.163 ); + /* 0:09 */waypoints[57].type = "stand"; + /* 0:09 */waypoints[57].children[0] = 56; + /* 0:09 */waypoints[57].children[1] = 12; + /* 0:09 */waypoints[57].children[2] = 58; + /* 0:09 */waypoints[57].children[3] = 168; + /* 0:09 */waypoints[58] = spawnstruct(); + /* 0:09 */waypoints[58].origin = ( 1356.77, 997.187, -313.694 ); + /* 0:09 */waypoints[58].type = "stand"; + /* 0:09 */waypoints[58].children[0] = 57; + /* 0:09 */waypoints[58].children[1] = 59; + /* 0:09 */waypoints[59] = spawnstruct(); + /* 0:09 */waypoints[59].origin = ( 1366.64, 1045.85, -311.667 ); + /* 0:09 */waypoints[59].type = "climb"; + /* 0:09 */waypoints[59].children[0] = 58; + /* 0:09 */waypoints[59].children[1] = 60; + /* 0:09 */waypoints[59].angles = ( 0.284424, 82.8207, 0 ); + /* 0:09 */waypoints[60] = spawnstruct(); + /* 0:09 */waypoints[60].origin = ( 1371.74, 1061.79, -254.875 ); + /* 0:09 */waypoints[60].type = "climb"; + /* 0:09 */waypoints[60].children[0] = 59; + /* 0:09 */waypoints[60].children[1] = 61; + /* 0:09 */waypoints[60].angles = ( 5.55786, 82.6065, 0 ); + /* 0:09 */waypoints[61] = spawnstruct(); + /* 0:09 */waypoints[61].origin = ( 1377.94, 1096, -254.875 ); + /* 0:09 */waypoints[61].type = "stand"; + /* 0:09 */waypoints[61].children[0] = 60; + /* 0:09 */waypoints[61].children[1] = 10; + /* 0:09 */waypoints[62] = spawnstruct(); + /* 0:09 */waypoints[62].origin = ( 1714.13, 1296.49, -254.875 ); + /* 0:09 */waypoints[62].type = "stand"; + /* 0:09 */waypoints[62].children[0] = 9; + /* 0:09 */waypoints[62].children[1] = 160; + /* 0:09 */waypoints[62].children[2] = 161; + /* 0:09 */waypoints[63] = spawnstruct(); + /* 0:09 */waypoints[63].origin = ( 1202.76, 1421.01, -254.875 ); + /* 0:09 */waypoints[63].type = "stand"; + /* 0:09 */waypoints[63].children[0] = 7; + /* 0:09 */waypoints[63].children[1] = 162; + /* 0:09 */waypoints[63].children[2] = 163; + /* 0:09 */waypoints[64] = spawnstruct(); + /* 0:09 */waypoints[64].origin = ( 1355.06, 1907.43, -254.875 ); + /* 0:09 */waypoints[64].type = "stand"; + /* 0:09 */waypoints[64].children[0] = 6; + /* 0:09 */waypoints[64].children[1] = 65; + /* 0:09 */waypoints[65] = spawnstruct(); + /* 0:09 */waypoints[65].origin = ( 1393.57, 2328.93, -254.875 ); + /* 0:09 */waypoints[65].type = "stand"; + /* 0:09 */waypoints[65].children[0] = 64; + /* 0:09 */waypoints[65].children[1] = 66; + /* 0:09 */waypoints[65].children[2] = 167; + /* 0:09 */waypoints[66] = spawnstruct(); + /* 0:09 */waypoints[66].origin = ( 1170.13, 2381.39, -254.875 ); + /* 0:09 */waypoints[66].type = "stand"; + /* 0:09 */waypoints[66].children[0] = 65; + /* 0:09 */waypoints[66].children[1] = 67; + /* 0:09 */waypoints[66].children[2] = 72; + /* 0:09 */waypoints[67] = spawnstruct(); + /* 0:09 */waypoints[67].origin = ( 1014.51, 2377.43, -254.875 ); + /* 0:09 */waypoints[67].type = "stand"; + /* 0:09 */waypoints[67].children[0] = 66; + /* 0:09 */waypoints[67].children[1] = 73; + /* 0:09 */waypoints[67].children[2] = 75; + /* 0:09 */waypoints[68] = spawnstruct(); + /* 0:09 */waypoints[68].origin = ( 979.227, 2084.34, -254.875 ); + /* 0:09 */waypoints[68].type = "stand"; + /* 0:09 */waypoints[68].children[0] = 69; + /* 0:09 */waypoints[68].children[1] = 73; + /* 0:09 */waypoints[69] = spawnstruct(); + /* 0:09 */waypoints[69].origin = ( 902.656, 2024.9, -254.875 ); + /* 0:09 */waypoints[69].type = "stand"; + /* 0:09 */waypoints[69].children[0] = 68; + /* 0:09 */waypoints[69].children[1] = 70; + /* 0:09 */waypoints[69].children[2] = 74; + /* 0:09 */waypoints[70] = spawnstruct(); + /* 0:09 */waypoints[70].origin = ( 996.304, 1906.7, -254.875 ); + /* 0:09 */waypoints[70].type = "stand"; + /* 0:09 */waypoints[70].children[0] = 69; + /* 0:09 */waypoints[70].children[1] = 71; + /* 0:09 */waypoints[71] = spawnstruct(); + /* 0:09 */waypoints[71].origin = ( 1139.33, 1889.9, -254.875 ); + /* 0:09 */waypoints[71].type = "stand"; + /* 0:09 */waypoints[71].children[0] = 70; + /* 0:09 */waypoints[71].children[1] = 72; + /* 0:09 */waypoints[71].children[2] = 5; + /* 0:09 */waypoints[72] = spawnstruct(); + /* 0:09 */waypoints[72].origin = ( 1163.52, 2236.09, -254.875 ); + /* 0:09 */waypoints[72].type = "stand"; + /* 0:09 */waypoints[72].children[0] = 71; + /* 0:09 */waypoints[72].children[1] = 66; + /* 0:09 */waypoints[72].children[2] = 73; + /* 0:09 */waypoints[73] = spawnstruct(); + /* 0:09 */waypoints[73].origin = ( 994.506, 2264.26, -254.875 ); + /* 0:09 */waypoints[73].type = "stand"; + /* 0:09 */waypoints[73].children[0] = 68; + /* 0:09 */waypoints[73].children[1] = 67; + /* 0:09 */waypoints[73].children[2] = 72; + /* 0:09 */waypoints[74] = spawnstruct(); + /* 0:09 */waypoints[74].origin = ( 682.072, 2050.36, -251.554 ); + /* 0:09 */waypoints[74].type = "stand"; + /* 0:09 */waypoints[74].children[0] = 69; + /* 0:09 */waypoints[74].children[1] = 75; + /* 0:09 */waypoints[74].children[2] = 2; + /* 0:09 */waypoints[74].children[3] = 4; + /* 0:09 */waypoints[75] = spawnstruct(); + /* 0:09 */waypoints[75].origin = ( 701.443, 2361.35, -254.875 ); + /* 0:09 */waypoints[75].type = "stand"; + /* 0:09 */waypoints[75].children[0] = 74; + /* 0:09 */waypoints[75].children[1] = 67; + /* 0:09 */waypoints[75].children[2] = 76; + /* 0:09 */waypoints[76] = spawnstruct(); + /* 0:09 */waypoints[76].origin = ( 515.645, 2387.23, -254.875 ); + /* 0:09 */waypoints[76].type = "stand"; + /* 0:09 */waypoints[76].children[0] = 75; + /* 0:09 */waypoints[76].children[1] = 77; + /* 0:09 */waypoints[76].children[2] = 80; + /* 0:09 */waypoints[77] = spawnstruct(); + /* 0:09 */waypoints[77].origin = ( 473.813, 2258.23, -254.875 ); + /* 0:09 */waypoints[77].type = "stand"; + /* 0:09 */waypoints[77].children[0] = 76; + /* 0:09 */waypoints[77].children[1] = 2; + /* 0:09 */waypoints[78] = spawnstruct(); + /* 0:09 */waypoints[78].origin = ( 1525.34, 1407.82, -254.875 ); + /* 0:09 */waypoints[78].type = "stand"; + /* 0:09 */waypoints[78].children[0] = 9; + /* 0:09 */waypoints[79] = spawnstruct(); + /* 0:09 */waypoints[79].origin = ( 451.671, 1655.78, -254.875 ); + /* 0:09 */waypoints[79].type = "stand"; + /* 0:09 */waypoints[79].children[0] = 3; + /* 0:09 */waypoints[79].children[1] = 166; + /* 0:09 */waypoints[80] = spawnstruct(); + /* 0:09 */waypoints[80].origin = ( 490.071, 2487.04, -254.875 ); + /* 0:09 */waypoints[80].type = "stand"; + /* 0:09 */waypoints[80].children[0] = 76; + /* 0:09 */waypoints[80].children[1] = 165; + /* 0:09 */waypoints[81] = spawnstruct(); + /* 0:09 */waypoints[81].origin = ( 913.091, 370.703, -387.799 ); + /* 0:09 */waypoints[81].type = "stand"; + /* 0:09 */waypoints[81].children[0] = 56; + /* 0:09 */waypoints[81].children[1] = 13; + /* 0:09 */waypoints[81].children[2] = 82; + /* 0:09 */waypoints[81].children[3] = 89; + /* 0:09 */waypoints[82] = spawnstruct(); + /* 0:09 */waypoints[82].origin = ( 797.453, 371.782, -392.174 ); + /* 0:09 */waypoints[82].type = "stand"; + /* 0:09 */waypoints[82].children[0] = 81; + /* 0:09 */waypoints[82].children[1] = 83; + /* 0:09 */waypoints[82].children[2] = 85; + /* 0:09 */waypoints[82].children[3] = 88; + /* 0:09 */waypoints[82].children[4] = 155; + /* 0:09 */waypoints[82].children[5] = 156; + /* 0:09 */waypoints[83] = spawnstruct(); + /* 0:09 */waypoints[83].origin = ( 856.362, 694.132, -375.049 ); + /* 0:09 */waypoints[83].type = "stand"; + /* 0:09 */waypoints[83].children[0] = 82; + /* 0:09 */waypoints[83].children[1] = 84; + /* 0:09 */waypoints[84] = spawnstruct(); + /* 0:09 */waypoints[84].origin = ( 538.862, 742.707, -380.796 ); + /* 0:09 */waypoints[84].type = "stand"; + /* 0:09 */waypoints[84].children[0] = 83; + /* 0:09 */waypoints[84].children[1] = 85; + /* 0:09 */waypoints[84].children[2] = 171; + /* 0:09 */waypoints[85] = spawnstruct(); + /* 0:09 */waypoints[85].origin = ( 500.164, 476.458, -387.518 ); + /* 0:09 */waypoints[85].type = "stand"; + /* 0:09 */waypoints[85].children[0] = 84; + /* 0:09 */waypoints[85].children[1] = 82; + /* 0:09 */waypoints[85].children[2] = 86; + /* 0:09 */waypoints[86] = spawnstruct(); + /* 0:09 */waypoints[86].origin = ( 407.621, 398.096, -383.07 ); + /* 0:09 */waypoints[86].type = "stand"; + /* 0:09 */waypoints[86].children[0] = 85; + /* 0:09 */waypoints[86].children[1] = 87; + /* 0:09 */waypoints[87] = spawnstruct(); + /* 0:09 */waypoints[87].origin = ( 508.517, 178.557, -396.049 ); + /* 0:09 */waypoints[87].type = "stand"; + /* 0:09 */waypoints[87].children[0] = 86; + /* 0:09 */waypoints[87].children[1] = 88; + /* 0:09 */waypoints[87].children[2] = 95; + /* 0:09 */waypoints[88] = spawnstruct(); + /* 0:09 */waypoints[88].origin = ( 643.868, 200.858, -400.038 ); + /* 0:09 */waypoints[88].type = "stand"; + /* 0:09 */waypoints[88].children[0] = 87; + /* 0:09 */waypoints[88].children[1] = 82; + /* 0:09 */waypoints[88].children[2] = 89; + /* 0:09 */waypoints[88].children[3] = 90; + /* 0:09 */waypoints[89] = spawnstruct(); + /* 0:09 */waypoints[89].origin = ( 894.341, 137.528, -402.816 ); + /* 0:09 */waypoints[89].type = "stand"; + /* 0:09 */waypoints[89].children[0] = 88; + /* 0:09 */waypoints[89].children[1] = 81; + /* 0:09 */waypoints[89].children[2] = 14; + /* 0:09 */waypoints[89].children[3] = 90; + /* 0:09 */waypoints[89].children[4] = 92; + /* 0:09 */waypoints[90] = spawnstruct(); + /* 0:09 */waypoints[90].origin = ( 741.433, 80.7025, -400.823 ); + /* 0:09 */waypoints[90].type = "stand"; + /* 0:09 */waypoints[90].children[0] = 89; + /* 0:09 */waypoints[90].children[1] = 91; + /* 0:09 */waypoints[90].children[2] = 88; + /* 0:09 */waypoints[90].children[3] = 95; + /* 0:09 */waypoints[90].children[4] = 129; + /* 0:09 */waypoints[91] = spawnstruct(); + /* 0:09 */waypoints[91].origin = ( 994.47, -194.488, -402.978 ); + /* 0:09 */waypoints[91].type = "stand"; + /* 0:09 */waypoints[91].children[0] = 90; + /* 0:09 */waypoints[91].children[1] = 92; + /* 0:09 */waypoints[91].children[2] = 17; + /* 0:09 */waypoints[91].children[3] = 93; + /* 0:09 */waypoints[92] = spawnstruct(); + /* 0:09 */waypoints[92].origin = ( 1117.71, -99.9487, -401.085 ); + /* 0:09 */waypoints[92].type = "stand"; + /* 0:09 */waypoints[92].children[0] = 91; + /* 0:09 */waypoints[92].children[1] = 14; + /* 0:09 */waypoints[92].children[2] = 89; + /* 0:09 */waypoints[92].children[3] = 15; + /* 0:09 */waypoints[93] = spawnstruct(); + /* 0:09 */waypoints[93].origin = ( 863.089, -314.854, -397.504 ); + /* 0:09 */waypoints[93].type = "stand"; + /* 0:09 */waypoints[93].children[0] = 91; + /* 0:09 */waypoints[93].children[1] = 94; + /* 0:09 */waypoints[93].children[2] = 18; + /* 0:09 */waypoints[93].children[3] = 17; + /* 0:09 */waypoints[93].children[4] = 128; + /* 0:09 */waypoints[93].children[5] = 129; + /* 0:09 */waypoints[93].children[6] = 169; + /* 0:09 */waypoints[94] = spawnstruct(); + /* 0:09 */waypoints[94].origin = ( 587.945, -193.994, -394.219 ); + /* 0:09 */waypoints[94].type = "stand"; + /* 0:09 */waypoints[94].children[0] = 93; + /* 0:09 */waypoints[94].children[1] = 21; + /* 0:09 */waypoints[94].children[2] = 95; + /* 0:09 */waypoints[94].children[3] = 128; + /* 0:09 */waypoints[95] = spawnstruct(); + /* 0:09 */waypoints[95].origin = ( 496.864, 30.3787, -395.699 ); + /* 0:09 */waypoints[95].type = "stand"; + /* 0:09 */waypoints[95].children[0] = 94; + /* 0:09 */waypoints[95].children[1] = 87; + /* 0:09 */waypoints[95].children[2] = 90; + /* 0:09 */waypoints[95].children[3] = 21; + /* 0:09 */waypoints[95].children[4] = 107; + /* 0:09 */waypoints[95].children[5] = 129; + /* 0:09 */waypoints[96] = spawnstruct(); + /* 0:09 */waypoints[96].origin = ( 167.797, 177.289, -390.375 ); + /* 0:09 */waypoints[96].type = "stand"; + /* 0:09 */waypoints[96].children[0] = 22; + /* 0:09 */waypoints[96].children[1] = 24; + /* 0:09 */waypoints[97] = spawnstruct(); + /* 0:09 */waypoints[97].origin = ( -383.358, -92.625, -401.699 ); + /* 0:09 */waypoints[97].type = "climb"; + /* 0:09 */waypoints[97].children[0] = 28; + /* 0:09 */waypoints[97].children[1] = 98; + /* 0:09 */waypoints[97].angles = ( 1.11511, -65.4066, 0 ); + /* 0:09 */waypoints[98] = spawnstruct(); + /* 0:09 */waypoints[98].origin = ( -382.828, -93.9653, -179.875 ); + /* 0:09 */waypoints[98].type = "climb"; + /* 0:09 */waypoints[98].children[0] = 97; + /* 0:09 */waypoints[98].children[1] = 99; + /* 0:09 */waypoints[98].angles = ( -6.50269, -63.3796, 0 ); + /* 0:09 */waypoints[99] = spawnstruct(); + /* 0:09 */waypoints[99].origin = ( -340.253, -163.489, -194.375 ); + /* 0:09 */waypoints[99].type = "stand"; + /* 0:09 */waypoints[99].children[0] = 98; + /* 0:09 */waypoints[99].children[1] = 100; + /* 0:09 */waypoints[99].children[2] = 154; + /* 0:09 */waypoints[100] = spawnstruct(); + /* 0:09 */waypoints[100].origin = ( -275.16, -140.512, -194.375 ); + /* 0:09 */waypoints[100].type = "stand"; + /* 0:09 */waypoints[100].children[0] = 99; + /* 0:09 */waypoints[100].children[1] = 101; + /* 0:09 */waypoints[100].children[2] = 151; + /* 0:09 */waypoints[101] = spawnstruct(); + /* 0:09 */waypoints[101].origin = ( -305.948, 98.6066, -194.375 ); + /* 0:09 */waypoints[101].type = "stand"; + /* 0:09 */waypoints[101].children[0] = 100; + /* 0:09 */waypoints[101].children[1] = 102; + /* 0:09 */waypoints[102] = spawnstruct(); + /* 0:09 */waypoints[102].origin = ( -122.798, 309.559, -194.375 ); + /* 0:09 */waypoints[102].type = "stand"; + /* 0:09 */waypoints[102].children[0] = 101; + /* 0:09 */waypoints[102].children[1] = 103; + /* 0:09 */waypoints[103] = spawnstruct(); + /* 0:09 */waypoints[103].origin = ( 133.673, 380.693, -194.375 ); + /* 0:09 */waypoints[103].type = "stand"; + /* 0:09 */waypoints[103].children[0] = 102; + /* 0:09 */waypoints[103].children[1] = 104; + /* 0:09 */waypoints[104] = spawnstruct(); + /* 0:09 */waypoints[104].origin = ( 325.663, 330.752, -194.375 ); + /* 0:09 */waypoints[104].type = "stand"; + /* 0:09 */waypoints[104].children[0] = 103; + /* 0:09 */waypoints[104].children[1] = 105; + /* 0:09 */waypoints[104].children[2] = 153; + /* 0:09 */waypoints[105] = spawnstruct(); + /* 0:09 */waypoints[105].origin = ( 445.029, 167.173, -194.375 ); + /* 0:09 */waypoints[105].type = "stand"; + /* 0:09 */waypoints[105].children[0] = 104; + /* 0:09 */waypoints[105].children[1] = 106; + /* 0:09 */waypoints[105].children[2] = 152; + /* 0:09 */waypoints[106] = spawnstruct(); + /* 0:09 */waypoints[106].origin = ( 468.042, 105.494, -179.875 ); + /* 0:09 */waypoints[106].type = "climb"; + /* 0:09 */waypoints[106].children[0] = 105; + /* 0:09 */waypoints[106].children[1] = 107; + /* 0:09 */waypoints[106].angles = ( -1.026, 115.725, 0 ); + /* 0:09 */waypoints[107] = spawnstruct(); + /* 0:09 */waypoints[107].origin = ( 471.229, 103.116, -395.515 ); + /* 0:09 */waypoints[107].type = "climb"; + /* 0:09 */waypoints[107].children[0] = 106; + /* 0:09 */waypoints[107].children[1] = 95; + /* 0:09 */waypoints[107].angles = ( 2.92908, 115.011, 0 ); + /* 0:09 */waypoints[108] = spawnstruct(); + /* 0:09 */waypoints[108].origin = ( 642.994, 983.978, -317.816 ); + /* 0:09 */waypoints[108].type = "stand"; + /* 0:09 */waypoints[108].children[0] = 55; + /* 0:09 */waypoints[108].children[1] = 53; + /* 0:09 */waypoints[108].children[2] = 136; + /* 0:09 */waypoints[108].children[3] = 137; + /* 0:09 */waypoints[109] = spawnstruct(); + /* 0:09 */waypoints[109].origin = ( -243.877, 963.082, -283.192 ); + /* 0:09 */waypoints[109].type = "stand"; + /* 0:09 */waypoints[109].children[0] = 50; + /* 0:09 */waypoints[109].children[1] = 110; + /* 0:09 */waypoints[109].children[2] = 130; + /* 0:09 */waypoints[109].children[3] = 134; + /* 0:09 */waypoints[109].children[4] = 121; + /* 0:09 */waypoints[109].children[5] = 52; + /* 0:09 */waypoints[110] = spawnstruct(); + /* 0:09 */waypoints[110].origin = ( 205.911, 883.668, -307.23 ); + /* 0:09 */waypoints[110].type = "stand"; + /* 0:09 */waypoints[110].children[0] = 109; + /* 0:09 */waypoints[110].children[1] = 51; + /* 0:09 */waypoints[110].children[2] = 111; + /* 0:09 */waypoints[110].children[3] = 50; + /* 0:09 */waypoints[110].children[4] = 173; + /* 0:09 */waypoints[111] = spawnstruct(); + /* 0:09 */waypoints[111].origin = ( -84.5282, 700.434, -344.46 ); + /* 0:09 */waypoints[111].type = "stand"; + /* 0:09 */waypoints[111].children[0] = 110; + /* 0:09 */waypoints[111].children[1] = 112; + /* 0:09 */waypoints[111].children[2] = 172; + /* 0:09 */waypoints[112] = spawnstruct(); + /* 0:09 */waypoints[112].origin = ( -115.248, 554.238, -371.893 ); + /* 0:09 */waypoints[112].type = "stand"; + /* 0:09 */waypoints[112].children[0] = 111; + /* 0:09 */waypoints[112].children[1] = 113; + /* 0:09 */waypoints[112].children[2] = 114; + /* 0:09 */waypoints[112].children[3] = 127; + /* 0:09 */waypoints[113] = spawnstruct(); + /* 0:09 */waypoints[113].origin = ( 68.356, 381.081, -379.74 ); + /* 0:09 */waypoints[113].type = "stand"; + /* 0:09 */waypoints[113].children[0] = 112; + /* 0:09 */waypoints[113].children[1] = 25; + /* 0:09 */waypoints[114] = spawnstruct(); + /* 0:09 */waypoints[114].origin = ( -370.804, 550.571, -384.103 ); + /* 0:09 */waypoints[114].type = "stand"; + /* 0:09 */waypoints[114].children[0] = 112; + /* 0:09 */waypoints[114].children[1] = 115; + /* 0:09 */waypoints[114].children[2] = 118; + /* 0:09 */waypoints[115] = spawnstruct(); + /* 0:09 */waypoints[115].origin = ( -622.699, 491.826, -399.676 ); + /* 0:09 */waypoints[115].type = "stand"; + /* 0:09 */waypoints[115].children[0] = 114; + /* 0:09 */waypoints[115].children[1] = 116; + /* 0:09 */waypoints[116] = spawnstruct(); + /* 0:09 */waypoints[116].origin = ( -636.888, 301.869, -417.383 ); + /* 0:09 */waypoints[116].type = "stand"; + /* 0:09 */waypoints[116].children[0] = 115; + /* 0:09 */waypoints[116].children[1] = 32; + /* 0:09 */waypoints[116].children[2] = 26; + /* 0:09 */waypoints[116].children[3] = 118; + /* 0:09 */waypoints[116].children[4] = 25; + /* 0:09 */waypoints[116].children[5] = 33; + /* 0:09 */waypoints[117] = spawnstruct(); + /* 0:09 */waypoints[117].origin = ( -636.804, 44.4847, -413.49 ); + /* 0:09 */waypoints[117].type = "stand"; + /* 0:09 */waypoints[117].children[0] = 29; + /* 0:09 */waypoints[117].children[1] = 32; + /* 0:09 */waypoints[117].children[2] = 118; + /* 0:09 */waypoints[117].children[3] = 30; + /* 0:09 */waypoints[117].children[4] = 26; + /* 0:09 */waypoints[117].children[5] = 144; + /* 0:09 */waypoints[118] = spawnstruct(); + /* 0:09 */waypoints[118].origin = ( -404.56, 334.421, -403.183 ); + /* 0:09 */waypoints[118].type = "stand"; + /* 0:09 */waypoints[118].children[0] = 117; + /* 0:09 */waypoints[118].children[1] = 25; + /* 0:09 */waypoints[118].children[2] = 116; + /* 0:09 */waypoints[118].children[3] = 114; + /* 0:09 */waypoints[118].children[4] = 127; + /* 0:09 */waypoints[119] = spawnstruct(); + /* 0:09 */waypoints[119].origin = ( -423.306, 1480.43, -275.509 ); + /* 0:09 */waypoints[119].type = "stand"; + /* 0:09 */waypoints[119].children[0] = 44; + /* 0:09 */waypoints[119].children[1] = 120; + /* 0:09 */waypoints[119].children[2] = 121; + /* 0:09 */waypoints[119].children[3] = 122; + /* 0:09 */waypoints[119].children[4] = 123; + /* 0:09 */waypoints[120] = spawnstruct(); + /* 0:09 */waypoints[120].origin = ( -206.077, 1495.28, -290.875 ); + /* 0:09 */waypoints[120].type = "stand"; + /* 0:09 */waypoints[120].children[0] = 119; + /* 0:09 */waypoints[120].children[1] = 48; + /* 0:09 */waypoints[120].children[2] = 46; + /* 0:09 */waypoints[120].children[3] = 121; + /* 0:09 */waypoints[120].children[4] = 44; + /* 0:09 */waypoints[120].children[5] = 150; + /* 0:09 */waypoints[121] = spawnstruct(); + /* 0:09 */waypoints[121].origin = ( -434.805, 1124.8, -295.25 ); + /* 0:09 */waypoints[121].type = "stand"; + /* 0:09 */waypoints[121].children[0] = 120; + /* 0:09 */waypoints[121].children[1] = 119; + /* 0:09 */waypoints[121].children[2] = 109; + /* 0:09 */waypoints[121].children[3] = 134; + /* 0:09 */waypoints[121].children[4] = 123; + /* 0:09 */waypoints[121].children[5] = 133; + /* 0:09 */waypoints[121].children[6] = 148; + /* 0:09 */waypoints[122] = spawnstruct(); + /* 0:09 */waypoints[122].origin = ( -831.922, 1428.51, -258.958 ); + /* 0:09 */waypoints[122].type = "stand"; + /* 0:09 */waypoints[122].children[0] = 119; + /* 0:09 */waypoints[122].children[1] = 123; + /* 0:09 */waypoints[123] = spawnstruct(); + /* 0:09 */waypoints[123].origin = ( -739.076, 1099.4, -362.637 ); + /* 0:09 */waypoints[123].type = "stand"; + /* 0:09 */waypoints[123].children[0] = 122; + /* 0:09 */waypoints[123].children[1] = 124; + /* 0:09 */waypoints[123].children[2] = 133; + /* 0:09 */waypoints[123].children[3] = 121; + /* 0:09 */waypoints[123].children[4] = 119; + /* 0:09 */waypoints[123].children[5] = 134; + /* 0:09 */waypoints[124] = spawnstruct(); + /* 0:09 */waypoints[124].origin = ( -948.116, 1043.17, -423.777 ); + /* 0:09 */waypoints[124].type = "stand"; + /* 0:09 */waypoints[124].children[0] = 123; + /* 0:09 */waypoints[124].children[1] = 35; + /* 0:09 */waypoints[124].children[2] = 126; + /* 0:09 */waypoints[124].children[3] = 146; + /* 0:09 */waypoints[124].children[4] = 180; + /* 0:09 */waypoints[125] = spawnstruct(); + /* 0:09 */waypoints[125].origin = ( -1231.56, 1184.14, -435.875 ); + /* 0:09 */waypoints[125].type = "stand"; + /* 0:09 */waypoints[125].children[0] = 35; + /* 0:09 */waypoints[125].children[1] = 39; + /* 0:09 */waypoints[126] = spawnstruct(); + /* 0:09 */waypoints[126].origin = ( -1034.11, 1238.07, -427.875 ); + /* 0:09 */waypoints[126].type = "stand"; + /* 0:09 */waypoints[126].children[0] = 40; + /* 0:09 */waypoints[126].children[1] = 124; + /* 0:09 */waypoints[127] = spawnstruct(); + /* 0:09 */waypoints[127].origin = ( -155.102, 413.338, -393.544 ); + /* 0:09 */waypoints[127].type = "stand"; + /* 0:09 */waypoints[127].children[0] = 118; + /* 0:09 */waypoints[127].children[1] = 112; + /* 0:09 */waypoints[127].children[2] = 25; + /* 0:09 */waypoints[128] = spawnstruct(); + /* 0:09 */waypoints[128].origin = ( 658.248, -367.854, -394.062 ); + /* 0:09 */waypoints[128].type = "stand"; + /* 0:09 */waypoints[128].children[0] = 20; + /* 0:09 */waypoints[128].children[1] = 94; + /* 0:09 */waypoints[128].children[2] = 18; + /* 0:09 */waypoints[128].children[3] = 93; + /* 0:09 */waypoints[129] = spawnstruct(); + /* 0:09 */waypoints[129].origin = ( 663.152, -20.8519, -397.814 ); + /* 0:09 */waypoints[129].type = "stand"; + /* 0:09 */waypoints[129].children[0] = 93; + /* 0:09 */waypoints[129].children[1] = 90; + /* 0:09 */waypoints[129].children[2] = 95; + /* 0:09 */waypoints[130] = spawnstruct(); + /* 0:09 */waypoints[130].origin = ( -294.536, 678.959, -279.34 ); + /* 0:09 */waypoints[130].type = "stand"; + /* 0:09 */waypoints[130].children[0] = 109; + /* 0:09 */waypoints[130].children[1] = 131; + /* 0:09 */waypoints[131] = spawnstruct(); + /* 0:09 */waypoints[131].origin = ( -433.7, 636.783, -278.302 ); + /* 0:09 */waypoints[131].type = "stand"; + /* 0:09 */waypoints[131].children[0] = 130; + /* 0:09 */waypoints[131].children[1] = 132; + /* 0:09 */waypoints[131].children[2] = 134; + /* 0:09 */waypoints[132] = spawnstruct(); + /* 0:09 */waypoints[132].origin = ( -617.004, 606.418, -272.533 ); + /* 0:09 */waypoints[132].type = "stand"; + /* 0:09 */waypoints[132].children[0] = 131; + /* 0:09 */waypoints[132].children[1] = 133; + /* 0:09 */waypoints[133] = spawnstruct(); + /* 0:09 */waypoints[133].origin = ( -662.596, 900.245, -292.093 ); + /* 0:09 */waypoints[133].type = "stand"; + /* 0:09 */waypoints[133].children[0] = 132; + /* 0:09 */waypoints[133].children[1] = 123; + /* 0:09 */waypoints[133].children[2] = 134; + /* 0:09 */waypoints[133].children[3] = 121; + /* 0:09 */waypoints[134] = spawnstruct(); + /* 0:09 */waypoints[134].origin = ( -453.665, 953.718, -282.675 ); + /* 0:09 */waypoints[134].type = "stand"; + /* 0:09 */waypoints[134].children[0] = 133; + /* 0:09 */waypoints[134].children[1] = 109; + /* 0:09 */waypoints[134].children[2] = 121; + /* 0:09 */waypoints[134].children[3] = 131; + /* 0:09 */waypoints[134].children[4] = 123; + /* 0:09 */waypoints[135] = spawnstruct(); + /* 0:09 */waypoints[135].origin = ( -23.1219, 1462.42, -290.875 ); + /* 0:09 */waypoints[135].type = "stand"; + /* 0:09 */waypoints[135].children[0] = 50; + /* 0:09 */waypoints[135].children[1] = 48; + /* 0:09 */waypoints[135].children[2] = 49; + /* 0:09 */waypoints[136] = spawnstruct(); + /* 0:09 */waypoints[136].origin = ( 444.563, 995.776, -317.715 ); + /* 0:09 */waypoints[136].type = "stand"; + /* 0:09 */waypoints[136].children[0] = 108; + /* 0:09 */waypoints[136].children[1] = 52; + /* 0:09 */waypoints[137] = spawnstruct(); + /* 0:09 */waypoints[137].origin = ( 618.363, 856.493, -314.043 ); + /* 0:09 */waypoints[137].type = "stand"; + /* 0:09 */waypoints[137].children[0] = 108; + /* 0:09 */waypoints[138] = spawnstruct(); + /* 0:09 */waypoints[138].origin = ( 345.077, -39.7041, -390.375 ); + /* 0:09 */waypoints[138].type = "claymore"; + /* 0:09 */waypoints[138].children[0] = 22; + /* 0:09 */waypoints[138].angles = ( 17.5452, -61.4241, 0 ); + /* 0:09 */waypoints[139] = spawnstruct(); + /* 0:09 */waypoints[139].origin = ( 290.676, -220.312, -390.375 ); + /* 0:09 */waypoints[139].type = "claymore"; + /* 0:09 */waypoints[139].children[0] = 22; + /* 0:09 */waypoints[139].angles = ( 11.2555, 43.1383, 0 ); + /* 0:09 */waypoints[140] = spawnstruct(); + /* 0:09 */waypoints[140].origin = ( -221.569, 31.0991, -390.375 ); + /* 0:09 */waypoints[140].type = "claymore"; + /* 0:09 */waypoints[140].children[0] = 24; + /* 0:09 */waypoints[140].angles = ( 15.5182, 80.4644, 0 ); + /* 0:09 */waypoints[141] = spawnstruct(); + /* 0:09 */waypoints[141].origin = ( -88.448, 113.046, -390.375 ); + /* 0:09 */waypoints[141].type = "claymore"; + /* 0:09 */waypoints[141].children[0] = 24; + /* 0:09 */waypoints[141].angles = ( 14.2987, 156.627, 0 ); + /* 0:09 */waypoints[142] = spawnstruct(); + /* 0:09 */waypoints[142].origin = ( -415.538, 219.589, -406.933 ); + /* 0:09 */waypoints[142].type = "grenade"; + /* 0:09 */waypoints[142].children[0] = 26; + /* 0:09 */waypoints[142].angles = ( -29.718, 91.8188, 0 ); + /* 0:09 */waypoints[143] = spawnstruct(); + /* 0:09 */waypoints[143].origin = ( -373.811, 292.169, -401.534 ); + /* 0:09 */waypoints[143].type = "grenade"; + /* 0:09 */waypoints[143].children[0] = 26; + /* 0:09 */waypoints[143].angles = ( -17.8473, 14.5409, 0 ); + /* 0:09 */waypoints[144] = spawnstruct(); + /* 0:09 */waypoints[144].origin = ( -721.256, -29.894, -410.604 ); + /* 0:09 */waypoints[144].type = "javelin"; + /* 0:09 */waypoints[144].children[0] = 117; + /* 0:09 */waypoints[144].jav_point = ( 493.042, 1224.85, -228.721 ); + /* 0:09 */waypoints[145] = spawnstruct(); + /* 0:09 */waypoints[145].origin = ( -970.369, 585.368, -451.875 ); + /* 0:09 */waypoints[145].type = "claymore"; + /* 0:09 */waypoints[145].children[0] = 33; + /* 0:09 */waypoints[145].angles = ( 15.0623, -35.738, 0 ); + /* 0:09 */waypoints[146] = spawnstruct(); + /* 0:09 */waypoints[146].origin = ( -973.457, 1141.12, -423.63 ); + /* 0:09 */waypoints[146].type = "claymore"; + /* 0:09 */waypoints[146].children[0] = 124; + /* 0:09 */waypoints[146].angles = ( 18.3087, -63.7312, 0 ); + /* 0:09 */waypoints[147] = spawnstruct(); + /* 0:09 */waypoints[147].origin = ( -815.893, 1571.22, -355.875 ); + /* 0:09 */waypoints[147].type = "claymore"; + /* 0:09 */waypoints[147].children[0] = 42; + /* 0:09 */waypoints[147].angles = ( 18.0011, 36.7388, 0 ); + /* 0:09 */waypoints[148] = spawnstruct(); + /* 0:09 */waypoints[148].origin = ( -432.97, 1212.64, -288.188 ); + /* 0:09 */waypoints[148].type = "grenade"; + /* 0:09 */waypoints[148].children[0] = 121; + /* 0:09 */waypoints[148].angles = ( -20.7532, -7.61303, 0 ); + /* 0:09 */waypoints[149] = spawnstruct(); + /* 0:09 */waypoints[149].origin = ( -181.313, 1618.55, -290.875 ); + /* 0:09 */waypoints[149].type = "grenade"; + /* 0:09 */waypoints[149].children[0] = 45; + /* 0:09 */waypoints[149].angles = ( -17.7704, -58.4633, 0 ); + /* 0:09 */waypoints[150] = spawnstruct(); + /* 0:09 */waypoints[150].origin = ( -270.154, 1553.01, -288.286 ); + /* 0:09 */waypoints[150].type = "grenade"; + /* 0:09 */waypoints[150].children[0] = 120; + /* 0:09 */waypoints[150].angles = ( -24.9719, -95.8882, 0 ); + /* 0:09 */waypoints[151] = spawnstruct(); + /* 0:09 */waypoints[151].origin = ( -243.012, -149.104, -194.375 ); + /* 0:09 */waypoints[151].type = "crouch"; + /* 0:09 */waypoints[151].children[0] = 100; + /* 0:09 */waypoints[151].angles = ( 5.98755, 151.348, 0 ); + /* 0:09 */waypoints[152] = spawnstruct(); + /* 0:09 */waypoints[152].origin = ( 457.607, 205.876, -194.375 ); + /* 0:09 */waypoints[152].type = "claymore"; + /* 0:09 */waypoints[152].children[0] = 105; + /* 0:09 */waypoints[152].angles = ( 41.9897, -84.2482, 0 ); + /* 0:09 */waypoints[153] = spawnstruct(); + /* 0:09 */waypoints[153].origin = ( 241.901, 336.31, -194.375 ); + /* 0:09 */waypoints[153].type = "crouch"; + /* 0:09 */waypoints[153].children[0] = 104; + /* 0:09 */waypoints[153].angles = ( 13.0847, 0.0938988, 0 ); + /* 0:09 */waypoints[154] = spawnstruct(); + /* 0:09 */waypoints[154].origin = ( -363.109, -204.078, -194.375 ); + /* 0:09 */waypoints[154].type = "claymore"; + /* 0:09 */waypoints[154].children[0] = 99; + /* 0:09 */waypoints[154].angles = ( 32.7612, 98.6742, 0 ); + /* 0:09 */waypoints[155] = spawnstruct(); + /* 0:09 */waypoints[155].origin = ( 693.681, 417.741, -387.561 ); + /* 0:09 */waypoints[155].type = "grenade"; + /* 0:09 */waypoints[155].children[0] = 82; + /* 0:09 */waypoints[155].angles = ( -20.271, 178.391, 0 ); + /* 0:09 */waypoints[156] = spawnstruct(); + /* 0:09 */waypoints[156].origin = ( 689.968, 366.225, -391.423 ); + /* 0:09 */waypoints[156].type = "grenade"; + /* 0:09 */waypoints[156].children[0] = 82; + /* 0:09 */waypoints[156].angles = ( -25.5444, 123.761, 0 ); + /* 0:09 */waypoints[157] = spawnstruct(); + /* 0:09 */waypoints[157].origin = ( 1420.19, 175.758, -366.791 ); + /* 0:09 */waypoints[157].type = "stand"; + /* 0:09 */waypoints[157].children[0] = 13; + /* 0:09 */waypoints[157].children[1] = 15; + /* 0:09 */waypoints[157].children[2] = 158; + /* 0:09 */waypoints[157].children[3] = 159; + /* 0:09 */waypoints[158] = spawnstruct(); + /* 0:09 */waypoints[158].origin = ( 1462.1, 200.944, -359.581 ); + /* 0:09 */waypoints[158].type = "claymore"; + /* 0:09 */waypoints[158].children[0] = 157; + /* 0:09 */waypoints[158].angles = ( 25.2673, 172.744, 0 ); + /* 0:09 */waypoints[159] = spawnstruct(); + /* 0:09 */waypoints[159].origin = ( 1472.32, 209.812, -358.299 ); + /* 0:09 */waypoints[159].type = "crouch"; + /* 0:09 */waypoints[159].children[0] = 157; + /* 0:09 */waypoints[159].angles = ( 13.2977, -159.565, 0 ); + /* 0:09 */waypoints[160] = spawnstruct(); + /* 0:09 */waypoints[160].origin = ( 1662.79, 1234.48, -254.875 ); + /* 0:09 */waypoints[160].type = "claymore"; + /* 0:09 */waypoints[160].children[0] = 62; + /* 0:09 */waypoints[160].angles = ( 19.0765, -159.867, 0 ); + /* 0:09 */waypoints[161] = spawnstruct(); + /* 0:09 */waypoints[161].origin = ( 1743.8, 1358.99, -254.875 ); + /* 0:09 */waypoints[161].type = "crouch"; + /* 0:09 */waypoints[161].children[0] = 62; + /* 0:09 */waypoints[161].angles = ( 3.15735, -145.266, 0 ); + /* 0:09 */waypoints[162] = spawnstruct(); + /* 0:09 */waypoints[162].origin = ( 1182.26, 1465.15, -254.875 ); + /* 0:09 */waypoints[162].type = "crouch"; + /* 0:09 */waypoints[162].children[0] = 63; + /* 0:09 */waypoints[162].angles = ( 10.661, -13.4578, 0 ); + /* 0:09 */waypoints[163] = spawnstruct(); + /* 0:09 */waypoints[163].origin = ( 1176.66, 1390.65, -254.875 ); + /* 0:09 */waypoints[163].type = "claymore"; + /* 0:09 */waypoints[163].children[0] = 63; + /* 0:09 */waypoints[163].angles = ( 12.4847, 12.3052, 0 ); + /* 0:09 */waypoints[164] = spawnstruct(); + /* 0:09 */waypoints[164].origin = ( 478.181, 2006.66, -254.216 ); + /* 0:09 */waypoints[164].type = "claymore"; + /* 0:09 */waypoints[164].children[0] = 2; + /* 0:09 */waypoints[164].angles = ( 18.0658, 149.623, 0 ); + /* 0:09 */waypoints[165] = spawnstruct(); + /* 0:09 */waypoints[165].origin = ( 426.021, 2458.08, -254.875 ); + /* 0:09 */waypoints[165].type = "crouch"; + /* 0:09 */waypoints[165].children[0] = 80; + /* 0:09 */waypoints[165].angles = ( 1.63574, -42.5276, 0 ); + /* 0:09 */waypoints[166] = spawnstruct(); + /* 0:09 */waypoints[166].origin = ( 491.285, 1611.47, -254.875 ); + /* 0:09 */waypoints[166].type = "crouch"; + /* 0:09 */waypoints[166].children[0] = 79; + /* 0:09 */waypoints[166].angles = ( 6.20056, 95.5706, 0 ); + /* 0:09 */waypoints[167] = spawnstruct(); + /* 0:09 */waypoints[167].origin = ( 1426.43, 2395.16, -254.875 ); + /* 0:09 */waypoints[167].type = "crouch"; + /* 0:09 */waypoints[167].children[0] = 65; + /* 0:09 */waypoints[167].angles = ( 7.2113, -122.343, 0 ); + /* 0:09 */waypoints[168] = spawnstruct(); + /* 0:09 */waypoints[168].origin = ( 1198.77, 710.096, -330.872 ); + /* 0:09 */waypoints[168].type = "grenade"; + /* 0:09 */waypoints[168].children[0] = 57; + /* 0:09 */waypoints[168].angles = ( -19.6613, 157.775, 0 ); + /* 0:09 */waypoints[169] = spawnstruct(); + /* 0:09 */waypoints[169].origin = ( 757.507, -341.025, -395.073 ); + /* 0:09 */waypoints[169].type = "javelin"; + /* 0:09 */waypoints[169].children[0] = 93; + /* 0:09 */waypoints[169].jav_point = ( 346.269, 1235.89, -158.617 ); + /* 0:09 */waypoints[170] = spawnstruct(); + /* 0:09 */waypoints[170].origin = ( 439.921, -212.854, -390.375 ); + /* 0:09 */waypoints[170].type = "javelin"; + /* 0:09 */waypoints[170].children[0] = 21; + /* 0:09 */waypoints[170].jav_point = ( 1506.59, 1148.65, -53.2135 ); + /* 0:09 */waypoints[171] = spawnstruct(); + /* 0:09 */waypoints[171].origin = ( 461.035, 748.635, -381.263 ); + /* 0:09 */waypoints[171].type = "crouch"; + /* 0:09 */waypoints[171].children[0] = 84; + /* 0:09 */waypoints[171].angles = ( 6.21704, -58.1117, 0 ); + /* 0:09 */waypoints[172] = spawnstruct(); + /* 0:09 */waypoints[172].origin = ( -14.9585, 779.176, -321.983 ); + /* 0:09 */waypoints[172].type = "claymore"; + /* 0:09 */waypoints[172].children[0] = 111; + /* 0:09 */waypoints[172].angles = ( 11.4905, 3.59304, 0 ); + /* 0:09 */waypoints[173] = spawnstruct(); + /* 0:09 */waypoints[173].origin = ( 76.6658, 933.886, -299.825 ); + /* 0:09 */waypoints[173].type = "claymore"; + /* 0:09 */waypoints[173].children[0] = 110; + /* 0:09 */waypoints[173].angles = ( 20.9222, -53.2667, 0 ); + /* 0:09 */waypoints[174] = spawnstruct(); + /* 0:09 */waypoints[174].origin = ( -449.715, 20.236, -404.523 ); + /* 0:09 */waypoints[174].type = "javelin"; + /* 0:09 */waypoints[174].children[0] = 26; + /* 0:09 */waypoints[174].jav_point = ( 318.547, 1491.41, -87.6472 ); + /* 0:09 */waypoints[175] = spawnstruct(); + /* 0:09 */waypoints[175].origin = ( 1551.73, 499.449, -325.569 ); + /* 0:09 */waypoints[175].type = "crouch"; + /* 0:09 */waypoints[175].children[0] = 178; + /* 0:09 */waypoints[175].angles = ( 4.33289, 142.202, 0 ); + /* 0:09 */waypoints[176] = spawnstruct(); + /* 0:09 */waypoints[176].origin = ( 1665.59, 813.207, -311.334 ); + /* 0:09 */waypoints[176].type = "grenade"; + /* 0:09 */waypoints[176].children[0] = 177; + /* 0:09 */waypoints[176].angles = ( -32.0758, 171.711, 0 ); + /* 0:09 */waypoints[177] = spawnstruct(); + /* 0:09 */waypoints[177].origin = ( 1667.24, 846.904, -310.133 ); + /* 0:09 */waypoints[177].type = "stand"; + /* 0:09 */waypoints[177].children[0] = 10; + /* 0:09 */waypoints[177].children[1] = 178; + /* 0:09 */waypoints[177].children[2] = 176; + /* 0:09 */waypoints[178] = spawnstruct(); + /* 0:09 */waypoints[178].origin = ( 1558.44, 514.418, -322.22 ); + /* 0:09 */waypoints[178].type = "stand"; + /* 0:09 */waypoints[178].children[0] = 177; + /* 0:09 */waypoints[178].children[1] = 11; + /* 0:09 */waypoints[178].children[2] = 175; + /* 0:09 */waypoints[179] = spawnstruct(); + /* 0:09 */waypoints[179].origin = ( 1300.22, 1217.83, -254.875 ); + /* 0:09 */waypoints[179].type = "claymore"; + /* 0:09 */waypoints[179].children[0] = 8; + /* 0:09 */waypoints[179].angles = ( 15.083, 28.7407, 0 ); + /* 0:09 */waypoints[180] = spawnstruct(); + /* 0:09 */waypoints[180].origin = ( -956.01, 947.49, -436.201 ); + /* 0:09 */waypoints[180].type = "javelin"; + /* 0:09 */waypoints[180].children[0] = 124; + /* 0:09 */waypoints[180].jav_point = ( 359.598, 2119.62, -43.2117 ); + /* 0:09 */waypoints[181] = spawnstruct(); + /* 0:09 */waypoints[181].origin = ( 1181.22, -408.889, -385.817 ); + /* 0:09 */waypoints[181].type = "claymore"; + /* 0:09 */waypoints[181].children[0] = 16; + /* 0:09 */waypoints[181].angles = ( 25.6354, -164.185, 0 ); + /* 0:09 */return waypoints; +} diff --git a/raw/maps/mp/bots/waypoints/downturn.gsc b/raw/scripts/mp/mp_exchange/wps_downturn.gsc similarity index 97% rename from raw/maps/mp/bots/waypoints/downturn.gsc rename to raw/scripts/mp/mp_exchange/wps_downturn.gsc index fff2824..03483b2 100644 --- a/raw/maps/mp/bots/waypoints/downturn.gsc +++ b/raw/scripts/mp/mp_exchange/wps_downturn.gsc @@ -1,3 +1,8 @@ +main() +{ + level.waypoints = Downturn(); +} + Downturn() { /* 81:41 */waypoints = []; diff --git a/raw/scripts/mp/mp_hardhat/wps_hardhat.gsc b/raw/scripts/mp/mp_hardhat/wps_hardhat.gsc new file mode 100644 index 0000000..79dc6bc --- /dev/null +++ b/raw/scripts/mp/mp_hardhat/wps_hardhat.gsc @@ -0,0 +1,1266 @@ +main() +{ + level.waypoints = Hardhat(); +} + +Hardhat() +{ + /* 9:02 */waypoints = []; + /* 9:02 */waypoints[0] = spawnstruct(); + /* 9:02 */waypoints[0].origin = ( -120, 992, 376.125 ); + /* 9:02 */waypoints[0].type = "stand"; + /* 9:02 */waypoints[0].children[0] = 2; + /* 9:02 */waypoints[0].children[1] = 1; + /* 9:02 */waypoints[0].children[2] = 56; + /* 9:02 */waypoints[1] = spawnstruct(); + /* 9:02 */waypoints[1].origin = ( 40.4314, 1159.59, 376.125 ); + /* 9:02 */waypoints[1].type = "stand"; + /* 9:02 */waypoints[1].children[0] = 0; + /* 9:02 */waypoints[1].children[1] = 3; + /* 9:02 */waypoints[1].children[2] = 2; + /* 9:02 */waypoints[1].children[3] = 4; + /* 9:02 */waypoints[1].children[4] = 56; + /* 9:02 */waypoints[2] = spawnstruct(); + /* 9:02 */waypoints[2].origin = ( 97.5768, 906.426, 376.125 ); + /* 9:02 */waypoints[2].type = "stand"; + /* 9:02 */waypoints[2].children[0] = 3; + /* 9:02 */waypoints[2].children[1] = 4; + /* 9:02 */waypoints[2].children[2] = 0; + /* 9:02 */waypoints[2].children[3] = 1; + /* 9:02 */waypoints[3] = spawnstruct(); + /* 9:02 */waypoints[3].origin = ( 341.748, 1046.18, 371.365 ); + /* 9:02 */waypoints[3].type = "stand"; + /* 9:02 */waypoints[3].children[0] = 7; + /* 9:02 */waypoints[3].children[1] = 2; + /* 9:02 */waypoints[3].children[2] = 1; + /* 9:02 */waypoints[4] = spawnstruct(); + /* 9:02 */waypoints[4].origin = ( 346.79, 952.779, 369.383 ); + /* 9:02 */waypoints[4].type = "stand"; + /* 9:02 */waypoints[4].children[0] = 2; + /* 9:02 */waypoints[4].children[1] = 1; + /* 9:02 */waypoints[4].children[2] = 5; + /* 9:02 */waypoints[4].children[3] = 149; + /* 9:02 */waypoints[5] = spawnstruct(); + /* 9:02 */waypoints[5].origin = ( 711.911, 971.575, 370.625 ); + /* 9:02 */waypoints[5].type = "stand"; + /* 9:02 */waypoints[5].children[0] = 6; + /* 9:02 */waypoints[5].children[1] = 4; + /* 9:02 */waypoints[5].children[2] = 12; + /* 9:02 */waypoints[6] = spawnstruct(); + /* 9:02 */waypoints[6].origin = ( 924.332, 958.532, 380.692 ); + /* 9:02 */waypoints[6].type = "stand"; + /* 9:02 */waypoints[6].children[0] = 10; + /* 9:02 */waypoints[6].children[1] = 5; + /* 9:02 */waypoints[7] = spawnstruct(); + /* 9:02 */waypoints[7].origin = ( 511.565, 1000.52, 376.444 ); + /* 9:02 */waypoints[7].type = "stand"; + /* 9:02 */waypoints[7].children[0] = 3; + /* 9:02 */waypoints[7].children[1] = 8; + /* 9:02 */waypoints[8] = spawnstruct(); + /* 9:02 */waypoints[8].origin = ( 503.557, 1377.1, 368.125 ); + /* 9:02 */waypoints[8].type = "stand"; + /* 9:02 */waypoints[8].children[0] = 7; + /* 9:02 */waypoints[8].children[1] = 9; + /* 9:02 */waypoints[8].children[2] = 12; + /* 9:02 */waypoints[9] = spawnstruct(); + /* 9:02 */waypoints[9].origin = ( 1042.99, 1384.88, 368.125 ); + /* 9:02 */waypoints[9].type = "stand"; + /* 9:02 */waypoints[9].children[0] = 10; + /* 9:02 */waypoints[9].children[1] = 8; + /* 9:02 */waypoints[9].children[2] = 13; + /* 9:02 */waypoints[10] = spawnstruct(); + /* 9:02 */waypoints[10].origin = ( 932.92, 1241.2, 368.125 ); + /* 9:02 */waypoints[10].type = "stand"; + /* 9:02 */waypoints[10].children[0] = 9; + /* 9:02 */waypoints[10].children[1] = 11; + /* 9:02 */waypoints[10].children[2] = 6; + /* 9:02 */waypoints[11] = spawnstruct(); + /* 9:02 */waypoints[11].origin = ( 1046.75, 1253.01, 368.125 ); + /* 9:02 */waypoints[11].type = "stand"; + /* 9:02 */waypoints[11].children[0] = 10; + /* 9:02 */waypoints[11].children[1] = 13; + /* 9:02 */waypoints[12] = spawnstruct(); + /* 9:02 */waypoints[12].origin = ( 741.714, 1340.24, 370.625 ); + /* 9:02 */waypoints[12].type = "stand"; + /* 9:02 */waypoints[12].children[0] = 8; + /* 9:02 */waypoints[12].children[1] = 5; + /* 9:02 */waypoints[13] = spawnstruct(); + /* 9:02 */waypoints[13].origin = ( 1210.09, 1292.8, 324.335 ); + /* 9:02 */waypoints[13].type = "stand"; + /* 9:02 */waypoints[13].children[0] = 11; + /* 9:02 */waypoints[13].children[1] = 9; + /* 9:02 */waypoints[13].children[2] = 14; + /* 9:02 */waypoints[13].children[3] = 15; + /* 9:02 */waypoints[14] = spawnstruct(); + /* 9:02 */waypoints[14].origin = ( 1347.07, 1149.57, 304.333 ); + /* 9:02 */waypoints[14].type = "stand"; + /* 9:02 */waypoints[14].children[0] = 13; + /* 9:02 */waypoints[14].children[1] = 18; + /* 9:02 */waypoints[14].children[2] = 142; + /* 9:02 */waypoints[14].children[3] = 144; + /* 9:02 */waypoints[15] = spawnstruct(); + /* 9:02 */waypoints[15].origin = ( 1390.15, 1336.76, 312.934 ); + /* 9:02 */waypoints[15].type = "stand"; + /* 9:02 */waypoints[15].children[0] = 13; + /* 9:02 */waypoints[15].children[1] = 16; + /* 9:02 */waypoints[16] = spawnstruct(); + /* 9:02 */waypoints[16].origin = ( 1602.89, 1285, 306.197 ); + /* 9:02 */waypoints[16].type = "stand"; + /* 9:02 */waypoints[16].children[0] = 17; + /* 9:02 */waypoints[16].children[1] = 15; + /* 9:02 */waypoints[16].children[2] = 18; + /* 9:02 */waypoints[17] = spawnstruct(); + /* 9:02 */waypoints[17].origin = ( 1809.35, 1178.65, 295.194 ); + /* 9:02 */waypoints[17].type = "stand"; + /* 9:02 */waypoints[17].children[0] = 16; + /* 9:02 */waypoints[17].children[1] = 19; + /* 9:02 */waypoints[17].children[2] = 143; + /* 9:02 */waypoints[18] = spawnstruct(); + /* 9:02 */waypoints[18].origin = ( 1513.59, 959.702, 275.452 ); + /* 9:02 */waypoints[18].type = "stand"; + /* 9:02 */waypoints[18].children[0] = 14; + /* 9:02 */waypoints[18].children[1] = 16; + /* 9:02 */waypoints[18].children[2] = 35; + /* 9:02 */waypoints[18].children[3] = 36; + /* 9:02 */waypoints[19] = spawnstruct(); + /* 9:02 */waypoints[19].origin = ( 1791.41, 922.103, 320.125 ); + /* 9:02 */waypoints[19].type = "stand"; + /* 9:02 */waypoints[19].children[0] = 17; + /* 9:02 */waypoints[19].children[1] = 21; + /* 9:02 */waypoints[19].children[2] = 143; + /* 9:02 */waypoints[20] = spawnstruct(); + /* 9:02 */waypoints[20].origin = ( 1909.95, 797.474, 320.125 ); + /* 9:02 */waypoints[20].type = "stand"; + /* 9:02 */waypoints[20].children[0] = 21; + /* 9:02 */waypoints[20].children[1] = 22; + /* 9:02 */waypoints[21] = spawnstruct(); + /* 9:02 */waypoints[21].origin = ( 1786.89, 762.84, 320.125 ); + /* 9:02 */waypoints[21].type = "stand"; + /* 9:02 */waypoints[21].children[0] = 23; + /* 9:02 */waypoints[21].children[1] = 19; + /* 9:02 */waypoints[21].children[2] = 20; + /* 9:02 */waypoints[21].children[3] = 34; + /* 9:02 */waypoints[22] = spawnstruct(); + /* 9:02 */waypoints[22].origin = ( 1914.05, 459.8, 320.125 ); + /* 9:02 */waypoints[22].type = "stand"; + /* 9:02 */waypoints[22].children[0] = 20; + /* 9:02 */waypoints[22].children[1] = 23; + /* 9:02 */waypoints[22].children[2] = 24; + /* 9:02 */waypoints[22].children[3] = 31; + /* 9:02 */waypoints[23] = spawnstruct(); + /* 9:02 */waypoints[23].origin = ( 1787.95, 452.315, 320.125 ); + /* 9:02 */waypoints[23].type = "stand"; + /* 9:02 */waypoints[23].children[0] = 21; + /* 9:02 */waypoints[23].children[1] = 22; + /* 9:02 */waypoints[23].children[2] = 32; + /* 9:02 */waypoints[23].children[3] = 34; + /* 9:02 */waypoints[24] = spawnstruct(); + /* 9:02 */waypoints[24].origin = ( 2077.94, 467.015, 320.125 ); + /* 9:02 */waypoints[24].type = "stand"; + /* 9:02 */waypoints[24].children[0] = 25; + /* 9:02 */waypoints[24].children[1] = 22; + /* 9:02 */waypoints[24].children[2] = 29; + /* 9:02 */waypoints[24].children[3] = 30; + /* 9:02 */waypoints[25] = spawnstruct(); + /* 9:02 */waypoints[25].origin = ( 2127.73, 597.638, 320.125 ); + /* 9:02 */waypoints[25].type = "stand"; + /* 9:02 */waypoints[25].children[0] = 26; + /* 9:02 */waypoints[25].children[1] = 24; + /* 9:02 */waypoints[26] = spawnstruct(); + /* 9:02 */waypoints[26].origin = ( 2125.1, 755.131, 256.125 ); + /* 9:02 */waypoints[26].type = "stand"; + /* 9:02 */waypoints[26].children[0] = 27; + /* 9:02 */waypoints[26].children[1] = 25; + /* 9:02 */waypoints[27] = spawnstruct(); + /* 9:02 */waypoints[27].origin = ( 2032.92, 753.013, 256.125 ); + /* 9:02 */waypoints[27].type = "stand"; + /* 9:02 */waypoints[27].children[0] = 28; + /* 9:02 */waypoints[27].children[1] = 26; + /* 9:02 */waypoints[28] = spawnstruct(); + /* 9:02 */waypoints[28].origin = ( 2023.81, 548.935, 184.125 ); + /* 9:02 */waypoints[28].type = "stand"; + /* 9:02 */waypoints[28].children[0] = 27; + /* 9:02 */waypoints[28].children[1] = 137; + /* 9:02 */waypoints[28].children[2] = 141; + /* 9:02 */waypoints[29] = spawnstruct(); + /* 9:02 */waypoints[29].origin = ( 2019.33, 572.192, 320.125 ); + /* 9:02 */waypoints[29].type = "climb"; + /* 9:02 */waypoints[29].children[0] = 24; + /* 9:02 */waypoints[29].angles = ( 2.14783, 91.0162, 0 ); + /* 9:02 */waypoints[30] = spawnstruct(); + /* 9:02 */waypoints[30].origin = ( 2172.75, 365.212, 320.125 ); + /* 9:02 */waypoints[30].type = "stand"; + /* 9:02 */waypoints[30].children[0] = 31; + /* 9:02 */waypoints[30].children[1] = 24; + /* 9:02 */waypoints[31] = spawnstruct(); + /* 9:02 */waypoints[31].origin = ( 2042.22, 244.528, 320.125 ); + /* 9:02 */waypoints[31].type = "stand"; + /* 9:02 */waypoints[31].children[0] = 32; + /* 9:02 */waypoints[31].children[1] = 30; + /* 9:02 */waypoints[31].children[2] = 22; + /* 9:02 */waypoints[32] = spawnstruct(); + /* 9:02 */waypoints[32].origin = ( 1778.84, 236.585, 320.125 ); + /* 9:02 */waypoints[32].type = "stand"; + /* 9:02 */waypoints[32].children[0] = 31; + /* 9:02 */waypoints[32].children[1] = 23; + /* 9:02 */waypoints[32].children[2] = 33; + /* 9:02 */waypoints[33] = spawnstruct(); + /* 9:02 */waypoints[33].origin = ( 1750.35, 127.549, 320.125 ); + /* 9:02 */waypoints[33].type = "stand"; + /* 9:02 */waypoints[33].children[0] = 32; + /* 9:02 */waypoints[33].children[1] = 136; + /* 9:02 */waypoints[34] = spawnstruct(); + /* 9:02 */waypoints[34].origin = ( 1700.57, 610.106, 320.125 ); + /* 9:02 */waypoints[34].type = "stand"; + /* 9:02 */waypoints[34].children[0] = 21; + /* 9:02 */waypoints[34].children[1] = 23; + /* 9:02 */waypoints[35] = spawnstruct(); + /* 9:02 */waypoints[35].origin = ( 1579.21, 611.473, 185.558 ); + /* 9:02 */waypoints[35].type = "stand"; + /* 9:02 */waypoints[35].children[0] = 18; + /* 9:02 */waypoints[35].children[1] = 38; + /* 9:02 */waypoints[35].children[2] = 36; + /* 9:02 */waypoints[35].children[3] = 37; + /* 9:02 */waypoints[35].children[4] = 39; + /* 9:02 */waypoints[35].children[5] = 142; + /* 9:02 */waypoints[36] = spawnstruct(); + /* 9:02 */waypoints[36].origin = ( 1436.28, 793.506, 223.694 ); + /* 9:02 */waypoints[36].type = "stand"; + /* 9:02 */waypoints[36].children[0] = 35; + /* 9:02 */waypoints[36].children[1] = 18; + /* 9:02 */waypoints[36].children[2] = 37; + /* 9:02 */waypoints[36].children[3] = 38; + /* 9:02 */waypoints[36].children[4] = 39; + /* 9:02 */waypoints[37] = spawnstruct(); + /* 9:02 */waypoints[37].origin = ( 1434.83, 395.008, 185.294 ); + /* 9:02 */waypoints[37].type = "stand"; + /* 9:02 */waypoints[37].children[0] = 36; + /* 9:02 */waypoints[37].children[1] = 38; + /* 9:02 */waypoints[37].children[2] = 35; + /* 9:02 */waypoints[37].children[3] = 39; + /* 9:02 */waypoints[38] = spawnstruct(); + /* 9:02 */waypoints[38].origin = ( 1610.66, 301.78, 188.049 ); + /* 9:02 */waypoints[38].type = "stand"; + /* 9:02 */waypoints[38].children[0] = 35; + /* 9:02 */waypoints[38].children[1] = 37; + /* 9:02 */waypoints[38].children[2] = 36; + /* 9:02 */waypoints[38].children[3] = 139; + /* 9:02 */waypoints[38].children[4] = 138; + /* 9:02 */waypoints[39] = spawnstruct(); + /* 9:02 */waypoints[39].origin = ( 1398.16, 559.246, 182.102 ); + /* 9:02 */waypoints[39].type = "stand"; + /* 9:02 */waypoints[39].children[0] = 37; + /* 9:02 */waypoints[39].children[1] = 35; + /* 9:02 */waypoints[39].children[2] = 36; + /* 9:02 */waypoints[39].children[3] = 40; + /* 9:02 */waypoints[40] = spawnstruct(); + /* 9:02 */waypoints[40].origin = ( 1249.67, 595.669, 167.325 ); + /* 9:02 */waypoints[40].type = "stand"; + /* 9:02 */waypoints[40].children[0] = 39; + /* 9:02 */waypoints[40].children[1] = 41; + /* 9:02 */waypoints[40].children[2] = 44; + /* 9:02 */waypoints[40].children[3] = 45; + /* 9:02 */waypoints[41] = spawnstruct(); + /* 9:02 */waypoints[41].origin = ( 1257.72, 418.602, 160.317 ); + /* 9:02 */waypoints[41].type = "stand"; + /* 9:02 */waypoints[41].children[0] = 40; + /* 9:02 */waypoints[41].children[1] = 42; + /* 9:02 */waypoints[42] = spawnstruct(); + /* 9:02 */waypoints[42].origin = ( 1261.79, -160.728, 150.012 ); + /* 9:02 */waypoints[42].type = "stand"; + /* 9:02 */waypoints[42].children[0] = 41; + /* 9:02 */waypoints[42].children[1] = 43; + /* 9:02 */waypoints[43] = spawnstruct(); + /* 9:02 */waypoints[43].origin = ( 1262.39, -333.15, 154.543 ); + /* 9:02 */waypoints[43].type = "stand"; + /* 9:02 */waypoints[43].children[0] = 42; + /* 9:02 */waypoints[43].children[1] = 95; + /* 9:02 */waypoints[43].children[2] = 97; + /* 9:02 */waypoints[44] = spawnstruct(); + /* 9:02 */waypoints[44].origin = ( 1081.71, 750.295, 216.162 ); + /* 9:02 */waypoints[44].type = "stand"; + /* 9:02 */waypoints[44].children[0] = 40; + /* 9:02 */waypoints[44].children[1] = 47; + /* 9:02 */waypoints[44].children[2] = 49; + /* 9:02 */waypoints[45] = spawnstruct(); + /* 9:02 */waypoints[45].origin = ( 1080.53, 543.727, 232.5 ); + /* 9:02 */waypoints[45].type = "stand"; + /* 9:02 */waypoints[45].children[0] = 40; + /* 9:02 */waypoints[45].children[1] = 46; + /* 9:02 */waypoints[46] = spawnstruct(); + /* 9:02 */waypoints[46].origin = ( 929.631, 561.908, 265.963 ); + /* 9:02 */waypoints[46].type = "stand"; + /* 9:02 */waypoints[46].children[0] = 45; + /* 9:02 */waypoints[46].children[1] = 48; + /* 9:02 */waypoints[46].children[2] = 47; + /* 9:02 */waypoints[47] = spawnstruct(); + /* 9:02 */waypoints[47].origin = ( 830.429, 791.746, 306.742 ); + /* 9:02 */waypoints[47].type = "stand"; + /* 9:02 */waypoints[47].children[0] = 48; + /* 9:02 */waypoints[47].children[1] = 44; + /* 9:02 */waypoints[47].children[2] = 46; + /* 9:02 */waypoints[47].children[3] = 49; + /* 9:02 */waypoints[47].children[4] = 50; + /* 9:02 */waypoints[48] = spawnstruct(); + /* 9:02 */waypoints[48].origin = ( 759.458, 711.155, 328.781 ); + /* 9:02 */waypoints[48].type = "stand"; + /* 9:02 */waypoints[48].children[0] = 46; + /* 9:02 */waypoints[48].children[1] = 47; + /* 9:02 */waypoints[48].children[2] = 50; + /* 9:02 */waypoints[48].children[3] = 51; + /* 9:02 */waypoints[49] = spawnstruct(); + /* 9:02 */waypoints[49].origin = ( 971.855, 839.325, 246.367 ); + /* 9:02 */waypoints[49].type = "stand"; + /* 9:02 */waypoints[49].children[0] = 44; + /* 9:02 */waypoints[49].children[1] = 47; + /* 9:02 */waypoints[50] = spawnstruct(); + /* 9:02 */waypoints[50].origin = ( 708.061, 772.7, 345.823 ); + /* 9:02 */waypoints[50].type = "stand"; + /* 9:02 */waypoints[50].children[0] = 48; + /* 9:02 */waypoints[50].children[1] = 47; + /* 9:02 */waypoints[50].children[2] = 51; + /* 9:02 */waypoints[51] = spawnstruct(); + /* 9:02 */waypoints[51].origin = ( 537.579, 714.351, 352.636 ); + /* 9:02 */waypoints[51].type = "stand"; + /* 9:02 */waypoints[51].children[0] = 52; + /* 9:02 */waypoints[51].children[1] = 50; + /* 9:02 */waypoints[51].children[2] = 48; + /* 9:02 */waypoints[51].children[3] = 54; + /* 9:02 */waypoints[52] = spawnstruct(); + /* 9:02 */waypoints[52].origin = ( 375.923, 769.325, 363.096 ); + /* 9:02 */waypoints[52].type = "stand"; + /* 9:02 */waypoints[52].children[0] = 53; + /* 9:02 */waypoints[52].children[1] = 51; + /* 9:02 */waypoints[53] = spawnstruct(); + /* 9:02 */waypoints[53].origin = ( 263.956, 833.736, 376.03 ); + /* 9:02 */waypoints[53].type = "stand"; + /* 9:02 */waypoints[53].children[0] = 52; + /* 9:02 */waypoints[53].children[1] = 54; + /* 9:02 */waypoints[54] = spawnstruct(); + /* 9:02 */waypoints[54].origin = ( 229.51, 687.503, 375.7 ); + /* 9:02 */waypoints[54].type = "stand"; + /* 9:02 */waypoints[54].children[0] = 51; + /* 9:02 */waypoints[54].children[1] = 53; + /* 9:02 */waypoints[54].children[2] = 55; + /* 9:02 */waypoints[54].children[3] = 66; + /* 9:02 */waypoints[55] = spawnstruct(); + /* 9:02 */waypoints[55].origin = ( 15.5131, 528.525, 366.41 ); + /* 9:02 */waypoints[55].type = "stand"; + /* 9:02 */waypoints[55].children[0] = 56; + /* 9:02 */waypoints[55].children[1] = 54; + /* 9:02 */waypoints[55].children[2] = 66; + /* 9:02 */waypoints[55].children[3] = 64; + /* 9:02 */waypoints[56] = spawnstruct(); + /* 9:02 */waypoints[56].origin = ( -247.127, 757.183, 376.125 ); + /* 9:02 */waypoints[56].type = "stand"; + /* 9:02 */waypoints[56].children[0] = 55; + /* 9:02 */waypoints[56].children[1] = 0; + /* 9:02 */waypoints[56].children[2] = 57; + /* 9:02 */waypoints[56].children[3] = 58; + /* 9:02 */waypoints[56].children[4] = 1; + /* 9:02 */waypoints[57] = spawnstruct(); + /* 9:02 */waypoints[57].origin = ( -464.563, 922.143, 376.125 ); + /* 9:02 */waypoints[57].type = "stand"; + /* 9:02 */waypoints[57].children[0] = 56; + /* 9:02 */waypoints[57].children[1] = 58; + /* 9:02 */waypoints[57].children[2] = 67; + /* 9:02 */waypoints[58] = spawnstruct(); + /* 9:02 */waypoints[58].origin = ( -492.201, 685.902, 353.387 ); + /* 9:02 */waypoints[58].type = "stand"; + /* 9:02 */waypoints[58].children[0] = 57; + /* 9:02 */waypoints[58].children[1] = 56; + /* 9:02 */waypoints[58].children[2] = 59; + /* 9:02 */waypoints[59] = spawnstruct(); + /* 9:02 */waypoints[59].origin = ( -542.031, 515.274, 305.431 ); + /* 9:02 */waypoints[59].type = "stand"; + /* 9:02 */waypoints[59].children[0] = 60; + /* 9:02 */waypoints[59].children[1] = 58; + /* 9:02 */waypoints[60] = spawnstruct(); + /* 9:02 */waypoints[60].origin = ( -720.501, 241.128, 197.282 ); + /* 9:02 */waypoints[60].type = "stand"; + /* 9:02 */waypoints[60].children[0] = 62; + /* 9:02 */waypoints[60].children[1] = 61; + /* 9:02 */waypoints[60].children[2] = 59; + /* 9:02 */waypoints[60].children[3] = 68; + /* 9:02 */waypoints[60].children[4] = 71; + /* 9:02 */waypoints[60].children[5] = 188; + /* 9:02 */waypoints[61] = spawnstruct(); + /* 9:02 */waypoints[61].origin = ( -559.808, 55.0623, 208.086 ); + /* 9:02 */waypoints[61].type = "stand"; + /* 9:02 */waypoints[61].children[0] = 60; + /* 9:02 */waypoints[61].children[1] = 62; + /* 9:02 */waypoints[61].children[2] = 63; + /* 9:02 */waypoints[61].children[3] = 67; + /* 9:02 */waypoints[61].children[4] = 64; + /* 9:02 */waypoints[61].children[5] = 188; + /* 9:02 */waypoints[62] = spawnstruct(); + /* 9:02 */waypoints[62].origin = ( -393.837, 253.412, 245.633 ); + /* 9:02 */waypoints[62].type = "stand"; + /* 9:02 */waypoints[62].children[0] = 63; + /* 9:02 */waypoints[62].children[1] = 60; + /* 9:02 */waypoints[62].children[2] = 61; + /* 9:02 */waypoints[63] = spawnstruct(); + /* 9:02 */waypoints[63].origin = ( -252.857, 57.431, 258.849 ); + /* 9:02 */waypoints[63].type = "stand"; + /* 9:02 */waypoints[63].children[0] = 64; + /* 9:02 */waypoints[63].children[1] = 62; + /* 9:02 */waypoints[63].children[2] = 61; + /* 9:02 */waypoints[63].children[3] = 65; + /* 9:02 */waypoints[64] = spawnstruct(); + /* 9:02 */waypoints[64].origin = ( -162.27, 249.425, 280.092 ); + /* 9:02 */waypoints[64].type = "stand"; + /* 9:02 */waypoints[64].children[0] = 65; + /* 9:02 */waypoints[64].children[1] = 63; + /* 9:02 */waypoints[64].children[2] = 55; + /* 9:02 */waypoints[64].children[3] = 61; + /* 9:02 */waypoints[65] = spawnstruct(); + /* 9:02 */waypoints[65].origin = ( 10.8367, 295.991, 311.943 ); + /* 9:02 */waypoints[65].type = "stand"; + /* 9:02 */waypoints[65].children[0] = 64; + /* 9:02 */waypoints[65].children[1] = 63; + /* 9:02 */waypoints[66] = spawnstruct(); + /* 9:02 */waypoints[66].origin = ( 115.368, 455.831, 368.142 ); + /* 9:02 */waypoints[66].type = "stand"; + /* 9:02 */waypoints[66].children[0] = 54; + /* 9:02 */waypoints[66].children[1] = 55; + /* 9:02 */waypoints[67] = spawnstruct(); + /* 9:02 */waypoints[67].origin = ( -607.066, 563.702, 305.644 ); + /* 9:02 */waypoints[67].type = "stand"; + /* 9:02 */waypoints[67].children[0] = 57; + /* 9:02 */waypoints[67].children[1] = 61; + /* 9:02 */waypoints[68] = spawnstruct(); + /* 9:02 */waypoints[68].origin = ( -1074.41, 377.527, 197.596 ); + /* 9:02 */waypoints[68].type = "stand"; + /* 9:02 */waypoints[68].children[0] = 60; + /* 9:02 */waypoints[68].children[1] = 69; + /* 9:02 */waypoints[69] = spawnstruct(); + /* 9:02 */waypoints[69].origin = ( -1080.65, 63.9574, 183.544 ); + /* 9:02 */waypoints[69].type = "stand"; + /* 9:02 */waypoints[69].children[0] = 68; + /* 9:02 */waypoints[69].children[1] = 70; + /* 9:02 */waypoints[69].children[2] = 72; + /* 9:02 */waypoints[69].children[3] = 71; + /* 9:02 */waypoints[70] = spawnstruct(); + /* 9:02 */waypoints[70].origin = ( -873.696, 1.804, 158.659 ); + /* 9:02 */waypoints[70].type = "stand"; + /* 9:02 */waypoints[70].children[0] = 71; + /* 9:02 */waypoints[70].children[1] = 69; + /* 9:02 */waypoints[70].children[2] = 80; + /* 9:02 */waypoints[71] = spawnstruct(); + /* 9:02 */waypoints[71].origin = ( -938.218, 119.995, 171.986 ); + /* 9:02 */waypoints[71].type = "stand"; + /* 9:02 */waypoints[71].children[0] = 60; + /* 9:02 */waypoints[71].children[1] = 70; + /* 9:02 */waypoints[71].children[2] = 188; + /* 9:02 */waypoints[71].children[3] = 69; + /* 9:02 */waypoints[72] = spawnstruct(); + /* 9:02 */waypoints[72].origin = ( -1011.55, -90.2045, 176.108 ); + /* 9:02 */waypoints[72].type = "stand"; + /* 9:02 */waypoints[72].children[0] = 69; + /* 9:02 */waypoints[72].children[1] = 73; + /* 9:02 */waypoints[72].children[2] = 74; + /* 9:02 */waypoints[73] = spawnstruct(); + /* 9:02 */waypoints[73].origin = ( -1032.29, -469.288, 182.422 ); + /* 9:02 */waypoints[73].type = "stand"; + /* 9:02 */waypoints[73].children[0] = 72; + /* 9:02 */waypoints[73].children[1] = 75; + /* 9:02 */waypoints[73].children[2] = 176; + /* 9:02 */waypoints[73].children[3] = 174; + /* 9:02 */waypoints[73].children[4] = 182; + /* 9:02 */waypoints[74] = spawnstruct(); + /* 9:02 */waypoints[74].origin = ( -964.198, -194.764, 165.061 ); + /* 9:02 */waypoints[74].type = "stand"; + /* 9:02 */waypoints[74].children[0] = 72; + /* 9:02 */waypoints[74].children[1] = 77; + /* 9:02 */waypoints[74].children[2] = 76; + /* 9:02 */waypoints[74].children[3] = 75; + /* 9:02 */waypoints[75] = spawnstruct(); + /* 9:02 */waypoints[75].origin = ( -754.436, -335.352, 173.431 ); + /* 9:02 */waypoints[75].type = "stand"; + /* 9:02 */waypoints[75].children[0] = 80; + /* 9:02 */waypoints[75].children[1] = 76; + /* 9:02 */waypoints[75].children[2] = 79; + /* 9:02 */waypoints[75].children[3] = 74; + /* 9:02 */waypoints[75].children[4] = 73; + /* 9:02 */waypoints[75].children[5] = 182; + /* 9:02 */waypoints[76] = spawnstruct(); + /* 9:02 */waypoints[76].origin = ( -718.555, -230.46, 182.581 ); + /* 9:02 */waypoints[76].type = "stand"; + /* 9:02 */waypoints[76].children[0] = 75; + /* 9:02 */waypoints[76].children[1] = 77; + /* 9:02 */waypoints[76].children[2] = 74; + /* 9:02 */waypoints[76].children[3] = 79; + /* 9:02 */waypoints[77] = spawnstruct(); + /* 9:02 */waypoints[77].origin = ( -642.567, -123.579, 194.792 ); + /* 9:02 */waypoints[77].type = "stand"; + /* 9:02 */waypoints[77].children[0] = 76; + /* 9:02 */waypoints[77].children[1] = 78; + /* 9:02 */waypoints[77].children[2] = 74; + /* 9:02 */waypoints[77].children[3] = 86; + /* 9:02 */waypoints[78] = spawnstruct(); + /* 9:02 */waypoints[78].origin = ( -590.09, -153.084, 209.644 ); + /* 9:02 */waypoints[78].type = "stand"; + /* 9:02 */waypoints[78].children[0] = 77; + /* 9:02 */waypoints[78].children[1] = 79; + /* 9:02 */waypoints[78].children[2] = 86; + /* 9:02 */waypoints[79] = spawnstruct(); + /* 9:02 */waypoints[79].origin = ( -532.09, -216.978, 247.357 ); + /* 9:02 */waypoints[79].type = "stand"; + /* 9:02 */waypoints[79].children[0] = 78; + /* 9:02 */waypoints[79].children[1] = 81; + /* 9:02 */waypoints[79].children[2] = 75; + /* 9:02 */waypoints[79].children[3] = 83; + /* 9:02 */waypoints[79].children[4] = 76; + /* 9:02 */waypoints[79].children[5] = 86; + /* 9:02 */waypoints[80] = spawnstruct(); + /* 9:02 */waypoints[80].origin = ( -571.905, -351.593, 227.028 ); + /* 9:02 */waypoints[80].type = "stand"; + /* 9:02 */waypoints[80].children[0] = 81; + /* 9:02 */waypoints[80].children[1] = 75; + /* 9:02 */waypoints[80].children[2] = 70; + /* 9:02 */waypoints[81] = spawnstruct(); + /* 9:02 */waypoints[81].origin = ( -415.125, -391.12, 261.374 ); + /* 9:02 */waypoints[81].type = "climb"; + /* 9:02 */waypoints[81].children[0] = 82; + /* 9:02 */waypoints[81].children[1] = 80; + /* 9:02 */waypoints[81].children[2] = 79; + /* 9:02 */waypoints[81].angles = ( -0.50415, 0.164795, 0 ); + /* 9:02 */waypoints[82] = spawnstruct(); + /* 9:02 */waypoints[82].origin = ( -292.586, -391.108, 286.125 ); + /* 9:02 */waypoints[82].type = "climb"; + /* 9:02 */waypoints[82].children[0] = 83; + /* 9:02 */waypoints[82].children[1] = 81; + /* 9:02 */waypoints[82].angles = ( 1.64368, 0.774536, 0 ); + /* 9:02 */waypoints[83] = spawnstruct(); + /* 9:02 */waypoints[83].origin = ( -273.56, -247.988, 286.125 ); + /* 9:02 */waypoints[83].type = "climb"; + /* 9:02 */waypoints[83].children[0] = 84; + /* 9:02 */waypoints[83].children[1] = 82; + /* 9:02 */waypoints[83].children[2] = 79; + /* 9:02 */waypoints[83].children[3] = 85; + /* 9:02 */waypoints[83].angles = ( 17.442, 92.1204, 0 ); + /* 9:02 */waypoints[84] = spawnstruct(); + /* 9:02 */waypoints[84].origin = ( -273.256, -104.286, 286.125 ); + /* 9:02 */waypoints[84].type = "climb"; + /* 9:02 */waypoints[84].children[0] = 85; + /* 9:02 */waypoints[84].children[1] = 83; + /* 9:02 */waypoints[84].children[2] = 86; + /* 9:02 */waypoints[84].angles = ( 23.6658, -176.484, 0 ); + /* 9:02 */waypoints[85] = spawnstruct(); + /* 9:02 */waypoints[85].origin = ( -111.759, -186.882, 288.125 ); + /* 9:02 */waypoints[85].type = "climb"; + /* 9:02 */waypoints[85].children[0] = 84; + /* 9:02 */waypoints[85].children[1] = 83; + /* 9:02 */waypoints[85].children[2] = 87; + /* 9:02 */waypoints[85].children[3] = 88; + /* 9:02 */waypoints[85].children[4] = 193; + /* 9:02 */waypoints[85].angles = ( 23.9954, -2.34009, 0 ); + /* 9:02 */waypoints[86] = spawnstruct(); + /* 9:02 */waypoints[86].origin = ( -416.714, -98.3736, 280.95 ); + /* 9:02 */waypoints[86].type = "stand"; + /* 9:02 */waypoints[86].children[0] = 78; + /* 9:02 */waypoints[86].children[1] = 79; + /* 9:02 */waypoints[86].children[2] = 84; + /* 9:02 */waypoints[86].children[3] = 77; + /* 9:02 */waypoints[87] = spawnstruct(); + /* 9:02 */waypoints[87].origin = ( 57.0765, -392.587, 289.666 ); + /* 9:02 */waypoints[87].type = "stand"; + /* 9:02 */waypoints[87].children[0] = 90; + /* 9:02 */waypoints[87].children[1] = 85; + /* 9:02 */waypoints[87].children[2] = 145; + /* 9:02 */waypoints[87].children[3] = 193; + /* 9:02 */waypoints[88] = spawnstruct(); + /* 9:02 */waypoints[88].origin = ( 50.6872, -79.6737, 288.125 ); + /* 9:02 */waypoints[88].type = "stand"; + /* 9:02 */waypoints[88].children[0] = 85; + /* 9:02 */waypoints[88].children[1] = 89; + /* 9:02 */waypoints[88].children[2] = 193; + /* 9:02 */waypoints[89] = spawnstruct(); + /* 9:02 */waypoints[89].origin = ( 409.985, -145.598, 288.125 ); + /* 9:02 */waypoints[89].type = "stand"; + /* 9:02 */waypoints[89].children[0] = 90; + /* 9:02 */waypoints[89].children[1] = 88; + /* 9:02 */waypoints[89].children[2] = 91; + /* 9:02 */waypoints[89].children[3] = 92; + /* 9:02 */waypoints[90] = spawnstruct(); + /* 9:02 */waypoints[90].origin = ( 334.066, -371.006, 288.125 ); + /* 9:02 */waypoints[90].type = "stand"; + /* 9:02 */waypoints[90].children[0] = 87; + /* 9:02 */waypoints[90].children[1] = 89; + /* 9:02 */waypoints[90].children[2] = 145; + /* 9:02 */waypoints[91] = spawnstruct(); + /* 9:02 */waypoints[91].origin = ( 624.123, -64.5194, 288.125 ); + /* 9:02 */waypoints[91].type = "stand"; + /* 9:02 */waypoints[91].children[0] = 93; + /* 9:02 */waypoints[91].children[1] = 89; + /* 9:02 */waypoints[91].children[2] = 92; + /* 9:02 */waypoints[91].children[3] = 96; + /* 9:02 */waypoints[92] = spawnstruct(); + /* 9:02 */waypoints[92].origin = ( 632.658, -213.863, 288.125 ); + /* 9:02 */waypoints[92].type = "stand"; + /* 9:02 */waypoints[92].children[0] = 89; + /* 9:02 */waypoints[92].children[1] = 93; + /* 9:02 */waypoints[92].children[2] = 91; + /* 9:02 */waypoints[92].children[3] = 95; + /* 9:02 */waypoints[92].children[4] = 94; + /* 9:02 */waypoints[92].children[5] = 96; + /* 9:02 */waypoints[93] = spawnstruct(); + /* 9:02 */waypoints[93].origin = ( 765.269, -139.029, 288.125 ); + /* 9:02 */waypoints[93].type = "stand"; + /* 9:02 */waypoints[93].children[0] = 96; + /* 9:02 */waypoints[93].children[1] = 91; + /* 9:02 */waypoints[93].children[2] = 92; + /* 9:02 */waypoints[93].children[3] = 95; + /* 9:02 */waypoints[94] = spawnstruct(); + /* 9:02 */waypoints[94].origin = ( 705.392, -425.18, 288.125 ); + /* 9:02 */waypoints[94].type = "stand"; + /* 9:02 */waypoints[94].children[0] = 95; + /* 9:02 */waypoints[94].children[1] = 92; + /* 9:02 */waypoints[94].children[2] = 98; + /* 9:02 */waypoints[95] = spawnstruct(); + /* 9:02 */waypoints[95].origin = ( 903.449, -371.531, 271.312 ); + /* 9:02 */waypoints[95].type = "stand"; + /* 9:02 */waypoints[95].children[0] = 92; + /* 9:02 */waypoints[95].children[1] = 94; + /* 9:02 */waypoints[95].children[2] = 43; + /* 9:02 */waypoints[95].children[3] = 97; + /* 9:02 */waypoints[95].children[4] = 93; + /* 9:02 */waypoints[95].children[5] = 98; + /* 9:02 */waypoints[95].children[6] = 104; + /* 9:02 */waypoints[95].children[7] = 96; + /* 9:02 */waypoints[95].children[8] = 99; + /* 9:02 */waypoints[96] = spawnstruct(); + /* 9:02 */waypoints[96].origin = ( 924.091, -155.528, 270.708 ); + /* 9:02 */waypoints[96].type = "stand"; + /* 9:02 */waypoints[96].children[0] = 93; + /* 9:02 */waypoints[96].children[1] = 92; + /* 9:02 */waypoints[96].children[2] = 97; + /* 9:02 */waypoints[96].children[3] = 91; + /* 9:02 */waypoints[96].children[4] = 95; + /* 9:02 */waypoints[97] = spawnstruct(); + /* 9:02 */waypoints[97].origin = ( 1083.46, -269.451, 235.776 ); + /* 9:02 */waypoints[97].type = "stand"; + /* 9:02 */waypoints[97].children[0] = 96; + /* 9:02 */waypoints[97].children[1] = 43; + /* 9:02 */waypoints[97].children[2] = 95; + /* 9:02 */waypoints[98] = spawnstruct(); + /* 9:02 */waypoints[98].origin = ( 829.626, -542.669, 291.057 ); + /* 9:02 */waypoints[98].type = "stand"; + /* 9:02 */waypoints[98].children[0] = 95; + /* 9:02 */waypoints[98].children[1] = 104; + /* 9:02 */waypoints[98].children[2] = 100; + /* 9:02 */waypoints[98].children[3] = 103; + /* 9:02 */waypoints[98].children[4] = 94; + /* 9:02 */waypoints[99] = spawnstruct(); + /* 9:02 */waypoints[99].origin = ( 941.313, -741.134, 294.014 ); + /* 9:02 */waypoints[99].type = "stand"; + /* 9:02 */waypoints[99].children[0] = 104; + /* 9:02 */waypoints[99].children[1] = 103; + /* 9:02 */waypoints[99].children[2] = 101; + /* 9:02 */waypoints[99].children[3] = 95; + /* 9:02 */waypoints[100] = spawnstruct(); + /* 9:02 */waypoints[100].origin = ( 812.056, -948.199, 292.306 ); + /* 9:02 */waypoints[100].type = "stand"; + /* 9:02 */waypoints[100].children[0] = 103; + /* 9:02 */waypoints[100].children[1] = 101; + /* 9:02 */waypoints[100].children[2] = 98; + /* 9:02 */waypoints[100].children[3] = 105; + /* 9:02 */waypoints[101] = spawnstruct(); + /* 9:02 */waypoints[101].origin = ( 954.066, -1071.92, 300.127 ); + /* 9:02 */waypoints[101].type = "stand"; + /* 9:02 */waypoints[101].children[0] = 100; + /* 9:02 */waypoints[101].children[1] = 99; + /* 9:02 */waypoints[101].children[2] = 105; + /* 9:02 */waypoints[101].children[3] = 103; + /* 9:02 */waypoints[102] = spawnstruct(); + /* 9:02 */waypoints[102].origin = ( 876.486, -1387.44, 276.754 ); + /* 9:02 */waypoints[102].type = "stand"; + /* 9:02 */waypoints[102].children[0] = 105; + /* 9:02 */waypoints[102].children[1] = 106; + /* 9:02 */waypoints[102].children[2] = 155; + /* 9:02 */waypoints[102].children[3] = 151; + /* 9:02 */waypoints[102].children[4] = 183; + /* 9:02 */waypoints[102].children[5] = 150; + /* 9:02 */waypoints[102].children[6] = 189; + /* 9:02 */waypoints[102].children[7] = 190; + /* 9:02 */waypoints[103] = spawnstruct(); + /* 9:02 */waypoints[103].origin = ( 879.937, -933.475, 294.099 ); + /* 9:02 */waypoints[103].type = "stand"; + /* 9:02 */waypoints[103].children[0] = 99; + /* 9:02 */waypoints[103].children[1] = 100; + /* 9:02 */waypoints[103].children[2] = 105; + /* 9:02 */waypoints[103].children[3] = 104; + /* 9:02 */waypoints[103].children[4] = 101; + /* 9:02 */waypoints[103].children[5] = 98; + /* 9:02 */waypoints[103].children[6] = 189; + /* 9:02 */waypoints[104] = spawnstruct(); + /* 9:02 */waypoints[104].origin = ( 880.17, -631.793, 292.018 ); + /* 9:02 */waypoints[104].type = "stand"; + /* 9:02 */waypoints[104].children[0] = 98; + /* 9:02 */waypoints[104].children[1] = 99; + /* 9:02 */waypoints[104].children[2] = 103; + /* 9:02 */waypoints[104].children[3] = 95; + /* 9:02 */waypoints[105] = spawnstruct(); + /* 9:02 */waypoints[105].origin = ( 839.316, -1273.89, 284.961 ); + /* 9:02 */waypoints[105].type = "stand"; + /* 9:02 */waypoints[105].children[0] = 100; + /* 9:02 */waypoints[105].children[1] = 101; + /* 9:02 */waypoints[105].children[2] = 102; + /* 9:02 */waypoints[105].children[3] = 103; + /* 9:02 */waypoints[105].children[4] = 183; + /* 9:02 */waypoints[106] = spawnstruct(); + /* 9:02 */waypoints[106].origin = ( 928.026, -1538.05, 275.771 ); + /* 9:02 */waypoints[106].type = "stand"; + /* 9:02 */waypoints[106].children[0] = 107; + /* 9:02 */waypoints[106].children[1] = 102; + /* 9:02 */waypoints[106].children[2] = 108; + /* 9:02 */waypoints[106].children[3] = 150; + /* 9:02 */waypoints[106].children[4] = 190; + /* 9:02 */waypoints[107] = spawnstruct(); + /* 9:02 */waypoints[107].origin = ( 1092.99, -1571.5, 277.202 ); + /* 9:02 */waypoints[107].type = "stand"; + /* 9:02 */waypoints[107].children[0] = 108; + /* 9:02 */waypoints[107].children[1] = 106; + /* 9:02 */waypoints[107].children[2] = 109; + /* 9:02 */waypoints[107].children[3] = 190; + /* 9:02 */waypoints[108] = spawnstruct(); + /* 9:02 */waypoints[108].origin = ( 1172.66, -1413.29, 271.822 ); + /* 9:02 */waypoints[108].type = "stand"; + /* 9:02 */waypoints[108].children[0] = 110; + /* 9:02 */waypoints[108].children[1] = 107; + /* 9:02 */waypoints[108].children[2] = 106; + /* 9:02 */waypoints[108].children[3] = 109; + /* 9:02 */waypoints[108].children[4] = 112; + /* 9:02 */waypoints[108].children[5] = 190; + /* 9:02 */waypoints[109] = spawnstruct(); + /* 9:02 */waypoints[109].origin = ( 1276.42, -1481.43, 280.713 ); + /* 9:02 */waypoints[109].type = "stand"; + /* 9:02 */waypoints[109].children[0] = 108; + /* 9:02 */waypoints[109].children[1] = 111; + /* 9:02 */waypoints[109].children[2] = 107; + /* 9:02 */waypoints[109].children[3] = 126; + /* 9:02 */waypoints[110] = spawnstruct(); + /* 9:02 */waypoints[110].origin = ( 1324.58, -1286.5, 288.491 ); + /* 9:02 */waypoints[110].type = "stand"; + /* 9:02 */waypoints[110].children[0] = 111; + /* 9:02 */waypoints[110].children[1] = 108; + /* 9:02 */waypoints[110].children[2] = 126; + /* 9:02 */waypoints[111] = spawnstruct(); + /* 9:02 */waypoints[111].origin = ( 1522.67, -1451.79, 287.831 ); + /* 9:02 */waypoints[111].type = "stand"; + /* 9:02 */waypoints[111].children[0] = 112; + /* 9:02 */waypoints[111].children[1] = 110; + /* 9:02 */waypoints[111].children[2] = 109; + /* 9:02 */waypoints[111].children[3] = 113; + /* 9:02 */waypoints[112] = spawnstruct(); + /* 9:02 */waypoints[112].origin = ( 1635.5, -1344.83, 289.239 ); + /* 9:02 */waypoints[112].type = "stand"; + /* 9:02 */waypoints[112].children[0] = 113; + /* 9:02 */waypoints[112].children[1] = 111; + /* 9:02 */waypoints[112].children[2] = 114; + /* 9:02 */waypoints[112].children[3] = 108; + /* 9:02 */waypoints[113] = spawnstruct(); + /* 9:02 */waypoints[113].origin = ( 1755.2, -1508.13, 295.46 ); + /* 9:02 */waypoints[113].type = "stand"; + /* 9:02 */waypoints[113].children[0] = 114; + /* 9:02 */waypoints[113].children[1] = 112; + /* 9:02 */waypoints[113].children[2] = 111; + /* 9:02 */waypoints[113].children[3] = 115; + /* 9:02 */waypoints[113].children[4] = 127; + /* 9:02 */waypoints[114] = spawnstruct(); + /* 9:02 */waypoints[114].origin = ( 1887.56, -1424.68, 295.327 ); + /* 9:02 */waypoints[114].type = "stand"; + /* 9:02 */waypoints[114].children[0] = 115; + /* 9:02 */waypoints[114].children[1] = 113; + /* 9:02 */waypoints[114].children[2] = 112; + /* 9:02 */waypoints[114].children[3] = 116; + /* 9:02 */waypoints[115] = spawnstruct(); + /* 9:02 */waypoints[115].origin = ( 2087.81, -1463.52, 298.773 ); + /* 9:02 */waypoints[115].type = "stand"; + /* 9:02 */waypoints[115].children[0] = 116; + /* 9:02 */waypoints[115].children[1] = 114; + /* 9:02 */waypoints[115].children[2] = 113; + /* 9:02 */waypoints[115].children[3] = 146; + /* 9:02 */waypoints[116] = spawnstruct(); + /* 9:02 */waypoints[116].origin = ( 2091.34, -1280.85, 300.18 ); + /* 9:02 */waypoints[116].type = "stand"; + /* 9:02 */waypoints[116].children[0] = 117; + /* 9:02 */waypoints[116].children[1] = 115; + /* 9:02 */waypoints[116].children[2] = 114; + /* 9:02 */waypoints[116].children[3] = 146; + /* 9:02 */waypoints[117] = spawnstruct(); + /* 9:02 */waypoints[117].origin = ( 2039.57, -1089.2, 294.517 ); + /* 9:02 */waypoints[117].type = "stand"; + /* 9:02 */waypoints[117].children[0] = 118; + /* 9:02 */waypoints[117].children[1] = 116; + /* 9:02 */waypoints[117].children[2] = 146; + /* 9:02 */waypoints[117].children[3] = 147; + /* 9:02 */waypoints[118] = spawnstruct(); + /* 9:02 */waypoints[118].origin = ( 1962.06, -853.343, 291.622 ); + /* 9:02 */waypoints[118].type = "stand"; + /* 9:02 */waypoints[118].children[0] = 119; + /* 9:02 */waypoints[118].children[1] = 117; + /* 9:02 */waypoints[118].children[2] = 127; + /* 9:02 */waypoints[118].children[3] = 147; + /* 9:02 */waypoints[118].children[4] = 191; + /* 9:02 */waypoints[119] = spawnstruct(); + /* 9:02 */waypoints[119].origin = ( 2089.4, -597.996, 281.359 ); + /* 9:02 */waypoints[119].type = "stand"; + /* 9:02 */waypoints[119].children[0] = 120; + /* 9:02 */waypoints[119].children[1] = 118; + /* 9:02 */waypoints[119].children[2] = 132; + /* 9:02 */waypoints[120] = spawnstruct(); + /* 9:02 */waypoints[120].origin = ( 2127.66, -340.054, 196.674 ); + /* 9:02 */waypoints[120].type = "stand"; + /* 9:02 */waypoints[120].children[0] = 119; + /* 9:02 */waypoints[120].children[1] = 148; + /* 9:02 */waypoints[120].children[2] = 133; + /* 9:02 */waypoints[120].children[3] = 192; + /* 9:02 */waypoints[121] = spawnstruct(); + /* 9:02 */waypoints[121].origin = ( 1984.13, -477.304, 283.739 ); + /* 9:02 */waypoints[121].type = "stand"; + /* 9:02 */waypoints[121].children[0] = 122; + /* 9:02 */waypoints[121].children[1] = 191; + /* 9:02 */waypoints[122] = spawnstruct(); + /* 9:02 */waypoints[122].origin = ( 1983.15, -355.127, 259.432 ); + /* 9:02 */waypoints[122].type = "stand"; + /* 9:02 */waypoints[122].children[0] = 124; + /* 9:02 */waypoints[122].children[1] = 121; + /* 9:02 */waypoints[122].children[2] = 123; + /* 9:02 */waypoints[123] = spawnstruct(); + /* 9:02 */waypoints[123].origin = ( 1890.92, -283.402, 235.874 ); + /* 9:02 */waypoints[123].type = "stand"; + /* 9:02 */waypoints[123].children[0] = 122; + /* 9:02 */waypoints[123].children[1] = 131; + /* 9:02 */waypoints[123].children[2] = 135; + /* 9:02 */waypoints[123].children[3] = 192; + /* 9:02 */waypoints[124] = spawnstruct(); + /* 9:02 */waypoints[124].origin = ( 1891.01, -398.875, 287.468 ); + /* 9:02 */waypoints[124].type = "climb"; + /* 9:02 */waypoints[124].children[0] = 125; + /* 9:02 */waypoints[124].children[1] = 122; + /* 9:02 */waypoints[124].children[2] = 131; + /* 9:02 */waypoints[124].angles = ( -1.38855, -89.6484, 0 ); + /* 9:02 */waypoints[125] = spawnstruct(); + /* 9:02 */waypoints[125].origin = ( 1891.28, -454.406, 296.125 ); + /* 9:02 */waypoints[125].type = "climb"; + /* 9:02 */waypoints[125].children[0] = 124; + /* 9:02 */waypoints[125].children[1] = 130; + /* 9:02 */waypoints[125].angles = ( 3.84644, 90.3186, 0 ); + /* 9:02 */waypoints[126] = spawnstruct(); + /* 9:02 */waypoints[126].origin = ( 1466.7, -1234.43, 310.548 ); + /* 9:02 */waypoints[126].type = "stand"; + /* 9:02 */waypoints[126].children[0] = 127; + /* 9:02 */waypoints[126].children[1] = 110; + /* 9:02 */waypoints[126].children[2] = 109; + /* 9:02 */waypoints[127] = spawnstruct(); + /* 9:02 */waypoints[127].origin = ( 1800.05, -1184.12, 291.79 ); + /* 9:02 */waypoints[127].type = "stand"; + /* 9:02 */waypoints[127].children[0] = 126; + /* 9:02 */waypoints[127].children[1] = 113; + /* 9:02 */waypoints[127].children[2] = 118; + /* 9:02 */waypoints[127].children[3] = 128; + /* 9:02 */waypoints[128] = spawnstruct(); + /* 9:02 */waypoints[128].origin = ( 1793.26, -761.365, 292.125 ); + /* 9:02 */waypoints[128].type = "stand"; + /* 9:02 */waypoints[128].children[0] = 127; + /* 9:02 */waypoints[128].children[1] = 129; + /* 9:02 */waypoints[128].children[2] = 147; + /* 9:02 */waypoints[129] = spawnstruct(); + /* 9:02 */waypoints[129].origin = ( 1793.34, -612.462, 296.125 ); + /* 9:02 */waypoints[129].type = "stand"; + /* 9:02 */waypoints[129].children[0] = 130; + /* 9:02 */waypoints[129].children[1] = 128; + /* 9:02 */waypoints[130] = spawnstruct(); + /* 9:02 */waypoints[130].origin = ( 1922.3, -612.415, 296.125 ); + /* 9:02 */waypoints[130].type = "stand"; + /* 9:02 */waypoints[130].children[0] = 125; + /* 9:02 */waypoints[130].children[1] = 129; + /* 9:02 */waypoints[131] = spawnstruct(); + /* 9:02 */waypoints[131].origin = ( 1739.44, -375.166, 295.823 ); + /* 9:02 */waypoints[131].type = "stand"; + /* 9:02 */waypoints[131].children[0] = 124; + /* 9:02 */waypoints[131].children[1] = 123; + /* 9:02 */waypoints[132] = spawnstruct(); + /* 9:02 */waypoints[132].origin = ( 2206.21, -838.087, 305.125 ); + /* 9:02 */waypoints[132].type = "crouch"; + /* 9:02 */waypoints[132].children[0] = 119; + /* 9:02 */waypoints[132].angles = ( 4.78027, 137.45, 0 ); + /* 9:02 */waypoints[133] = spawnstruct(); + /* 9:02 */waypoints[133].origin = ( 2251.77, -76.1933, 184.125 ); + /* 9:02 */waypoints[133].type = "stand"; + /* 9:02 */waypoints[133].children[0] = 120; + /* 9:02 */waypoints[133].children[1] = 148; + /* 9:02 */waypoints[133].children[2] = 134; + /* 9:02 */waypoints[133].children[3] = 192; + /* 9:02 */waypoints[134] = spawnstruct(); + /* 9:02 */waypoints[134].origin = ( 1964.44, 91.0744, 184.125 ); + /* 9:02 */waypoints[134].type = "stand"; + /* 9:02 */waypoints[134].children[0] = 135; + /* 9:02 */waypoints[134].children[1] = 137; + /* 9:02 */waypoints[134].children[2] = 140; + /* 9:02 */waypoints[134].children[3] = 133; + /* 9:02 */waypoints[135] = spawnstruct(); + /* 9:02 */waypoints[135].origin = ( 1899.25, -114.92, 195.491 ); + /* 9:02 */waypoints[135].type = "stand"; + /* 9:02 */waypoints[135].children[0] = 136; + /* 9:02 */waypoints[135].children[1] = 134; + /* 9:02 */waypoints[135].children[2] = 123; + /* 9:02 */waypoints[136] = spawnstruct(); + /* 9:02 */waypoints[136].origin = ( 1749.2, -174.879, 221.744 ); + /* 9:02 */waypoints[136].type = "stand"; + /* 9:02 */waypoints[136].children[0] = 33; + /* 9:02 */waypoints[136].children[1] = 135; + /* 9:02 */waypoints[136].children[2] = 192; + /* 9:02 */waypoints[137] = spawnstruct(); + /* 9:02 */waypoints[137].origin = ( 1895.71, 249.714, 183.457 ); + /* 9:02 */waypoints[137].type = "stand"; + /* 9:02 */waypoints[137].children[0] = 134; + /* 9:02 */waypoints[137].children[1] = 28; + /* 9:02 */waypoints[137].children[2] = 138; + /* 9:02 */waypoints[137].children[3] = 139; + /* 9:02 */waypoints[137].children[4] = 140; + /* 9:02 */waypoints[138] = spawnstruct(); + /* 9:02 */waypoints[138].origin = ( 1717.52, 198.854, 177.95 ); + /* 9:02 */waypoints[138].type = "stand"; + /* 9:02 */waypoints[138].children[0] = 38; + /* 9:02 */waypoints[138].children[1] = 137; + /* 9:02 */waypoints[139] = spawnstruct(); + /* 9:02 */waypoints[139].origin = ( 1710.98, 297.819, 184.125 ); + /* 9:02 */waypoints[139].type = "stand"; + /* 9:02 */waypoints[139].children[0] = 38; + /* 9:02 */waypoints[139].children[1] = 137; + /* 9:02 */waypoints[140] = spawnstruct(); + /* 9:02 */waypoints[140].origin = ( 1999.42, 251.682, 184.125 ); + /* 9:02 */waypoints[140].type = "stand"; + /* 9:02 */waypoints[140].children[0] = 134; + /* 9:02 */waypoints[140].children[1] = 137; + /* 9:02 */waypoints[140].children[2] = 141; + /* 9:02 */waypoints[141] = spawnstruct(); + /* 9:02 */waypoints[141].origin = ( 1852.59, 489.725, 184.125 ); + /* 9:02 */waypoints[141].type = "stand"; + /* 9:02 */waypoints[141].children[0] = 140; + /* 9:02 */waypoints[141].children[1] = 28; + /* 9:02 */waypoints[142] = spawnstruct(); + /* 9:02 */waypoints[142].origin = ( 1641.32, 1053.8, 296.258 ); + /* 9:02 */waypoints[142].type = "stand"; + /* 9:02 */waypoints[142].children[0] = 14; + /* 9:02 */waypoints[142].children[1] = 143; + /* 9:02 */waypoints[142].children[2] = 35; + /* 9:02 */waypoints[143] = spawnstruct(); + /* 9:02 */waypoints[143].origin = ( 1727.42, 1070.94, 313.265 ); + /* 9:02 */waypoints[143].type = "stand"; + /* 9:02 */waypoints[143].children[0] = 17; + /* 9:02 */waypoints[143].children[1] = 19; + /* 9:02 */waypoints[143].children[2] = 142; + /* 9:02 */waypoints[144] = spawnstruct(); + /* 9:02 */waypoints[144].origin = ( 1065.12, 1103.12, 355.893 ); + /* 9:02 */waypoints[144].type = "crouch"; + /* 9:02 */waypoints[144].children[0] = 14; + /* 9:02 */waypoints[144].angles = ( 8.08165, 46.1151, 0 ); + /* 9:02 */waypoints[145] = spawnstruct(); + /* 9:02 */waypoints[145].origin = ( 176.808, -329.373, 288.125 ); + /* 9:02 */waypoints[145].type = "stand"; + /* 9:02 */waypoints[145].children[0] = 90; + /* 9:02 */waypoints[145].children[1] = 87; + /* 9:02 */waypoints[145].children[2] = 193; + /* 9:02 */waypoints[146] = spawnstruct(); + /* 9:02 */waypoints[146].origin = ( 2143.1, -1196.35, 300.128 ); + /* 9:02 */waypoints[146].type = "stand"; + /* 9:02 */waypoints[146].children[0] = 117; + /* 9:02 */waypoints[146].children[1] = 116; + /* 9:02 */waypoints[146].children[2] = 115; + /* 9:02 */waypoints[147] = spawnstruct(); + /* 9:02 */waypoints[147].origin = ( 1957.72, -1062.41, 293.531 ); + /* 9:02 */waypoints[147].type = "stand"; + /* 9:02 */waypoints[147].children[0] = 118; + /* 9:02 */waypoints[147].children[1] = 117; + /* 9:02 */waypoints[147].children[2] = 128; + /* 9:02 */waypoints[148] = spawnstruct(); + /* 9:02 */waypoints[148].origin = ( 2277.3, -300.938, 202.461 ); + /* 9:02 */waypoints[148].type = "stand"; + /* 9:02 */waypoints[148].children[0] = 120; + /* 9:02 */waypoints[148].children[1] = 133; + /* 9:02 */waypoints[149] = spawnstruct(); + /* 9:02 */waypoints[149].origin = ( -212.875, 1264.88, 376.125 ); + /* 9:02 */waypoints[149].type = "crouch"; + /* 9:02 */waypoints[149].children[0] = 4; + /* 9:02 */waypoints[149].angles = ( 1.58325, -33.9807, 0 ); + /* 9:02 */waypoints[150] = spawnstruct(); + /* 9:02 */waypoints[150].origin = ( 791.682, -1598.58, 280.27 ); + /* 9:02 */waypoints[150].type = "stand"; + /* 9:02 */waypoints[150].children[0] = 151; + /* 9:02 */waypoints[150].children[1] = 106; + /* 9:02 */waypoints[150].children[2] = 102; + /* 9:02 */waypoints[151] = spawnstruct(); + /* 9:02 */waypoints[151].origin = ( 655.028, -1641.79, 293.786 ); + /* 9:02 */waypoints[151].type = "stand"; + /* 9:02 */waypoints[151].children[0] = 152; + /* 9:02 */waypoints[151].children[1] = 150; + /* 9:02 */waypoints[151].children[2] = 102; + /* 9:02 */waypoints[152] = spawnstruct(); + /* 9:02 */waypoints[152].origin = ( 491.564, -1660.06, 303.786 ); + /* 9:02 */waypoints[152].type = "stand"; + /* 9:02 */waypoints[152].children[0] = 153; + /* 9:02 */waypoints[152].children[1] = 151; + /* 9:02 */waypoints[152].children[2] = 156; + /* 9:02 */waypoints[153] = spawnstruct(); + /* 9:02 */waypoints[153].origin = ( 467.082, -1504.48, 289.136 ); + /* 9:02 */waypoints[153].type = "stand"; + /* 9:02 */waypoints[153].children[0] = 154; + /* 9:02 */waypoints[153].children[1] = 152; + /* 9:02 */waypoints[153].children[2] = 158; + /* 9:02 */waypoints[153].children[3] = 156; + /* 9:02 */waypoints[154] = spawnstruct(); + /* 9:02 */waypoints[154].origin = ( 557.641, -1406.53, 279.327 ); + /* 9:02 */waypoints[154].type = "stand"; + /* 9:02 */waypoints[154].children[0] = 155; + /* 9:02 */waypoints[154].children[1] = 153; + /* 9:02 */waypoints[154].children[2] = 158; + /* 9:02 */waypoints[155] = spawnstruct(); + /* 9:02 */waypoints[155].origin = ( 673.354, -1362.62, 275.826 ); + /* 9:02 */waypoints[155].type = "stand"; + /* 9:02 */waypoints[155].children[0] = 102; + /* 9:02 */waypoints[155].children[1] = 154; + /* 9:02 */waypoints[155].children[2] = 183; + /* 9:02 */waypoints[156] = spawnstruct(); + /* 9:02 */waypoints[156].origin = ( 367.561, -1588.51, 290.992 ); + /* 9:02 */waypoints[156].type = "stand"; + /* 9:02 */waypoints[156].children[0] = 152; + /* 9:02 */waypoints[156].children[1] = 159; + /* 9:02 */waypoints[156].children[2] = 153; + /* 9:02 */waypoints[157] = spawnstruct(); + /* 9:02 */waypoints[157].origin = ( 338.233, -1435.02, 291.506 ); + /* 9:02 */waypoints[157].type = "stand"; + /* 9:02 */waypoints[157].children[0] = 158; + /* 9:02 */waypoints[157].children[1] = 159; + /* 9:02 */waypoints[158] = spawnstruct(); + /* 9:02 */waypoints[158].origin = ( 379.88, -1444.26, 289.736 ); + /* 9:02 */waypoints[158].type = "stand"; + /* 9:02 */waypoints[158].children[0] = 153; + /* 9:02 */waypoints[158].children[1] = 157; + /* 9:02 */waypoints[158].children[2] = 154; + /* 9:02 */waypoints[159] = spawnstruct(); + /* 9:02 */waypoints[159].origin = ( 109.49, -1489.48, 288.125 ); + /* 9:02 */waypoints[159].type = "stand"; + /* 9:02 */waypoints[159].children[0] = 157; + /* 9:02 */waypoints[159].children[1] = 156; + /* 9:02 */waypoints[159].children[2] = 160; + /* 9:02 */waypoints[159].children[3] = 161; + /* 9:02 */waypoints[159].children[4] = 184; + /* 9:02 */waypoints[160] = spawnstruct(); + /* 9:02 */waypoints[160].origin = ( -12.4617, -1306.7, 288.125 ); + /* 9:02 */waypoints[160].type = "stand"; + /* 9:02 */waypoints[160].children[0] = 159; + /* 9:02 */waypoints[160].children[1] = 178; + /* 9:02 */waypoints[160].children[2] = 184; + /* 9:02 */waypoints[161] = spawnstruct(); + /* 9:02 */waypoints[161].origin = ( -86.8018, -1587.68, 288.125 ); + /* 9:02 */waypoints[161].type = "stand"; + /* 9:02 */waypoints[161].children[0] = 162; + /* 9:02 */waypoints[161].children[1] = 159; + /* 9:02 */waypoints[161].children[2] = 184; + /* 9:02 */waypoints[162] = spawnstruct(); + /* 9:02 */waypoints[162].origin = ( -294.209, -1587.45, 288.625 ); + /* 9:02 */waypoints[162].type = "stand"; + /* 9:02 */waypoints[162].children[0] = 163; + /* 9:02 */waypoints[162].children[1] = 161; + /* 9:02 */waypoints[162].children[2] = 187; + /* 9:02 */waypoints[162].children[3] = 186; + /* 9:02 */waypoints[163] = spawnstruct(); + /* 9:02 */waypoints[163].origin = ( -373.461, -1277.94, 288.125 ); + /* 9:02 */waypoints[163].type = "stand"; + /* 9:02 */waypoints[163].children[0] = 179; + /* 9:02 */waypoints[163].children[1] = 164; + /* 9:02 */waypoints[163].children[2] = 162; + /* 9:02 */waypoints[163].children[3] = 186; + /* 9:02 */waypoints[163].children[4] = 187; + /* 9:02 */waypoints[164] = spawnstruct(); + /* 9:02 */waypoints[164].origin = ( -455.948, -1062.17, 287.541 ); + /* 9:02 */waypoints[164].type = "stand"; + /* 9:02 */waypoints[164].children[0] = 163; + /* 9:02 */waypoints[164].children[1] = 165; + /* 9:02 */waypoints[164].children[2] = 181; + /* 9:02 */waypoints[165] = spawnstruct(); + /* 9:02 */waypoints[165].origin = ( -631.024, -974.465, 292.904 ); + /* 9:02 */waypoints[165].type = "stand"; + /* 9:02 */waypoints[165].children[0] = 164; + /* 9:02 */waypoints[165].children[1] = 166; + /* 9:02 */waypoints[165].children[2] = 180; + /* 9:02 */waypoints[165].children[3] = 181; + /* 9:02 */waypoints[166] = spawnstruct(); + /* 9:02 */waypoints[166].origin = ( -802.327, -837.043, 288.097 ); + /* 9:02 */waypoints[166].type = "stand"; + /* 9:02 */waypoints[166].children[0] = 165; + /* 9:02 */waypoints[166].children[1] = 175; + /* 9:02 */waypoints[166].children[2] = 174; + /* 9:02 */waypoints[166].children[3] = 168; + /* 9:02 */waypoints[166].children[4] = 167; + /* 9:02 */waypoints[166].children[5] = 173; + /* 9:02 */waypoints[167] = spawnstruct(); + /* 9:02 */waypoints[167].origin = ( -998.82, -1041.11, 297.071 ); + /* 9:02 */waypoints[167].type = "stand"; + /* 9:02 */waypoints[167].children[0] = 168; + /* 9:02 */waypoints[167].children[1] = 166; + /* 9:02 */waypoints[167].children[2] = 180; + /* 9:02 */waypoints[168] = spawnstruct(); + /* 9:02 */waypoints[168].origin = ( -1033.72, -859.341, 288.125 ); + /* 9:02 */waypoints[168].type = "stand"; + /* 9:02 */waypoints[168].children[0] = 166; + /* 9:02 */waypoints[168].children[1] = 167; + /* 9:02 */waypoints[169] = spawnstruct(); + /* 9:02 */waypoints[169].origin = ( -360.473, -883.741, 288.125 ); + /* 9:02 */waypoints[169].type = "stand"; + /* 9:02 */waypoints[169].children[0] = 171; + /* 9:02 */waypoints[169].children[1] = 170; + /* 9:02 */waypoints[169].children[2] = 181; + /* 9:02 */waypoints[169].children[3] = 177; + /* 9:02 */waypoints[170] = spawnstruct(); + /* 9:02 */waypoints[170].origin = ( -364.118, -742.182, 286.187 ); + /* 9:02 */waypoints[170].type = "stand"; + /* 9:02 */waypoints[170].children[0] = 177; + /* 9:02 */waypoints[170].children[1] = 171; + /* 9:02 */waypoints[170].children[2] = 169; + /* 9:02 */waypoints[170].children[3] = 172; + /* 9:02 */waypoints[171] = spawnstruct(); + /* 9:02 */waypoints[171].origin = ( -506.259, -754.756, 288.125 ); + /* 9:02 */waypoints[171].type = "stand"; + /* 9:02 */waypoints[171].children[0] = 170; + /* 9:02 */waypoints[171].children[1] = 172; + /* 9:02 */waypoints[171].children[2] = 169; + /* 9:02 */waypoints[171].children[3] = 173; + /* 9:02 */waypoints[172] = spawnstruct(); + /* 9:02 */waypoints[172].origin = ( -551.071, -591.802, 216.097 ); + /* 9:02 */waypoints[172].type = "stand"; + /* 9:02 */waypoints[172].children[0] = 171; + /* 9:02 */waypoints[172].children[1] = 174; + /* 9:02 */waypoints[172].children[2] = 173; + /* 9:02 */waypoints[172].children[3] = 170; + /* 9:02 */waypoints[173] = spawnstruct(); + /* 9:02 */waypoints[173].origin = ( -725.693, -663.315, 214.69 ); + /* 9:02 */waypoints[173].type = "stand"; + /* 9:02 */waypoints[173].children[0] = 172; + /* 9:02 */waypoints[173].children[1] = 174; + /* 9:02 */waypoints[173].children[2] = 166; + /* 9:02 */waypoints[173].children[3] = 171; + /* 9:02 */waypoints[174] = spawnstruct(); + /* 9:02 */waypoints[174].origin = ( -850.453, -548.179, 188.705 ); + /* 9:02 */waypoints[174].type = "stand"; + /* 9:02 */waypoints[174].children[0] = 172; + /* 9:02 */waypoints[174].children[1] = 173; + /* 9:02 */waypoints[174].children[2] = 73; + /* 9:02 */waypoints[174].children[3] = 166; + /* 9:02 */waypoints[174].children[4] = 182; + /* 9:02 */waypoints[174].children[5] = 175; + /* 9:02 */waypoints[175] = spawnstruct(); + /* 9:02 */waypoints[175].origin = ( -920.095, -720.747, 252.801 ); + /* 9:02 */waypoints[175].type = "stand"; + /* 9:02 */waypoints[175].children[0] = 166; + /* 9:02 */waypoints[175].children[1] = 176; + /* 9:02 */waypoints[175].children[2] = 174; + /* 9:02 */waypoints[176] = spawnstruct(); + /* 9:02 */waypoints[176].origin = ( -1082.92, -645.959, 200.874 ); + /* 9:02 */waypoints[176].type = "stand"; + /* 9:02 */waypoints[176].children[0] = 175; + /* 9:02 */waypoints[176].children[1] = 73; + /* 9:02 */waypoints[177] = spawnstruct(); + /* 9:02 */waypoints[177].origin = ( -211.412, -923.592, 288.125 ); + /* 9:02 */waypoints[177].type = "stand"; + /* 9:02 */waypoints[177].children[0] = 179; + /* 9:02 */waypoints[177].children[1] = 170; + /* 9:02 */waypoints[177].children[2] = 169; + /* 9:02 */waypoints[178] = spawnstruct(); + /* 9:02 */waypoints[178].origin = ( -68.484, -1120.01, 288.125 ); + /* 9:02 */waypoints[178].type = "stand"; + /* 9:02 */waypoints[178].children[0] = 160; + /* 9:02 */waypoints[178].children[1] = 179; + /* 9:02 */waypoints[179] = spawnstruct(); + /* 9:02 */waypoints[179].origin = ( -201.695, -1119.96, 288.125 ); + /* 9:02 */waypoints[179].type = "stand"; + /* 9:02 */waypoints[179].children[0] = 177; + /* 9:02 */waypoints[179].children[1] = 163; + /* 9:02 */waypoints[179].children[2] = 185; + /* 9:02 */waypoints[179].children[3] = 178; + /* 9:02 */waypoints[180] = spawnstruct(); + /* 9:02 */waypoints[180].origin = ( -772.167, -988.101, 289.125 ); + /* 9:02 */waypoints[180].type = "stand"; + /* 9:02 */waypoints[180].children[0] = 165; + /* 9:02 */waypoints[180].children[1] = 167; + /* 9:02 */waypoints[181] = spawnstruct(); + /* 9:02 */waypoints[181].origin = ( -397.905, -943.102, 286.888 ); + /* 9:02 */waypoints[181].type = "stand"; + /* 9:02 */waypoints[181].children[0] = 165; + /* 9:02 */waypoints[181].children[1] = 169; + /* 9:02 */waypoints[181].children[2] = 164; + /* 9:02 */waypoints[182] = spawnstruct(); + /* 9:02 */waypoints[182].origin = ( -861.569, -439.965, 171.883 ); + /* 9:02 */waypoints[182].type = "stand"; + /* 9:02 */waypoints[182].children[0] = 174; + /* 9:02 */waypoints[182].children[1] = 75; + /* 9:02 */waypoints[182].children[2] = 73; + /* 9:02 */waypoints[183] = spawnstruct(); + /* 9:02 */waypoints[183].origin = ( 776.84, -1333.57, 283.729 ); + /* 9:02 */waypoints[183].type = "stand"; + /* 9:02 */waypoints[183].children[0] = 155; + /* 9:02 */waypoints[183].children[1] = 105; + /* 9:02 */waypoints[183].children[2] = 102; + /* 9:02 */waypoints[184] = spawnstruct(); + /* 9:02 */waypoints[184].origin = ( -16.4883, -1481.93, 288.125 ); + /* 9:02 */waypoints[184].type = "stand"; + /* 9:02 */waypoints[184].children[0] = 161; + /* 9:02 */waypoints[184].children[1] = 160; + /* 9:02 */waypoints[184].children[2] = 159; + /* 9:02 */waypoints[185] = spawnstruct(); + /* 9:02 */waypoints[185].origin = ( 205.875, -1256.88, 285.63 ); + /* 9:02 */waypoints[185].type = "crouch"; + /* 9:02 */waypoints[185].children[0] = 179; + /* 9:02 */waypoints[185].angles = ( 1.43372, 163.976, 0 ); + /* 9:02 */waypoints[186] = spawnstruct(); + /* 9:02 */waypoints[186].origin = ( -273.864, -1373.12, 290.101 ); + /* 9:02 */waypoints[186].type = "stand"; + /* 9:02 */waypoints[186].children[0] = 162; + /* 9:02 */waypoints[186].children[1] = 163; + /* 9:02 */waypoints[187] = spawnstruct(); + /* 9:02 */waypoints[187].origin = ( -407.309, -1504.28, 288.125 ); + /* 9:02 */waypoints[187].type = "stand"; + /* 9:02 */waypoints[187].children[0] = 162; + /* 9:02 */waypoints[187].children[1] = 163; + /* 9:02 */waypoints[188] = spawnstruct(); + /* 9:02 */waypoints[188].origin = ( -733.586, 102.852, 171.839 ); + /* 9:02 */waypoints[188].type = "stand"; + /* 9:02 */waypoints[188].children[0] = 61; + /* 9:02 */waypoints[188].children[1] = 60; + /* 9:02 */waypoints[188].children[2] = 71; + /* 9:02 */waypoints[189] = spawnstruct(); + /* 9:02 */waypoints[189].origin = ( 899.191, -1261.98, 286.157 ); + /* 9:02 */waypoints[189].type = "stand"; + /* 9:02 */waypoints[189].children[0] = 102; + /* 9:02 */waypoints[189].children[1] = 103; + /* 9:02 */waypoints[190] = spawnstruct(); + /* 9:02 */waypoints[190].origin = ( 1024.43, -1455.69, 270.343 ); + /* 9:02 */waypoints[190].type = "stand"; + /* 9:02 */waypoints[190].children[0] = 102; + /* 9:02 */waypoints[190].children[1] = 108; + /* 9:02 */waypoints[190].children[2] = 107; + /* 9:02 */waypoints[190].children[3] = 106; + /* 9:02 */waypoints[191] = spawnstruct(); + /* 9:02 */waypoints[191].origin = ( 1986.92, -657.779, 294.133 ); + /* 9:02 */waypoints[191].type = "stand"; + /* 9:02 */waypoints[191].children[0] = 121; + /* 9:02 */waypoints[191].children[1] = 118; + /* 9:02 */waypoints[192] = spawnstruct(); + /* 9:02 */waypoints[192].origin = ( 2016.46, -241.555, 197.291 ); + /* 9:02 */waypoints[192].type = "stand"; + /* 9:02 */waypoints[192].children[0] = 120; + /* 9:02 */waypoints[192].children[1] = 136; + /* 9:02 */waypoints[192].children[2] = 133; + /* 9:02 */waypoints[192].children[3] = 123; + /* 9:02 */waypoints[193] = spawnstruct(); + /* 9:02 */waypoints[193].origin = ( 19.8554, -286.141, 291.653 ); + /* 9:02 */waypoints[193].type = "stand"; + /* 9:02 */waypoints[193].children[0] = 85; + /* 9:02 */waypoints[193].children[1] = 145; + /* 9:02 */waypoints[193].children[2] = 88; + /* 9:02 */waypoints[193].children[3] = 87; + /* 9:02 */return waypoints; +} diff --git a/raw/scripts/mp/mp_highrise/wps_highrise.gsc b/raw/scripts/mp/mp_highrise/wps_highrise.gsc new file mode 100644 index 0000000..fe8e0ac --- /dev/null +++ b/raw/scripts/mp/mp_highrise/wps_highrise.gsc @@ -0,0 +1,1413 @@ +main() +{ + level.waypoints = Highrise(); +} + +Highrise() +{ + waypoints = []; + waypoints[0] = spawnstruct(); + /* 8:58 */waypoints[0].origin = ( 1548.28, 7473.05, 2824.13 ); + /* 8:58 */waypoints[0].type = "stand"; + /* 8:58 */waypoints[0].childCount = 1; + /* 8:58 */waypoints[0].children[0] = 1; + /* 8:58 */waypoints[1] = spawnstruct(); + /* 8:58 */waypoints[1].origin = ( 1201.67, 7470.51, 2824.13 ); + /* 8:58 */waypoints[1].type = "stand"; + /* 8:58 */waypoints[1].childCount = 3; + /* 8:58 */waypoints[1].children[0] = 0; + /* 8:58 */waypoints[1].children[1] = 2; + /* 8:58 */waypoints[1].children[2] = 141; + /* 8:58 */waypoints[2] = spawnstruct(); + /* 8:58 */waypoints[2].origin = ( 1203.93, 7162.68, 2824.13 ); + /* 8:58 */waypoints[2].type = "stand"; + /* 8:58 */waypoints[2].childCount = 3; + /* 8:58 */waypoints[2].children[0] = 1; + /* 8:58 */waypoints[2].children[1] = 147; + /* 8:58 */waypoints[2].children[2] = 148; + /* 8:58 */waypoints[3] = spawnstruct(); + /* 8:58 */waypoints[3].origin = ( 1195.14, 6665.43, 2824.13 ); + /* 8:58 */waypoints[3].type = "stand"; + /* 8:58 */waypoints[3].childCount = 3; + /* 8:58 */waypoints[3].children[0] = 4; + /* 8:58 */waypoints[3].children[1] = 147; + /* 8:58 */waypoints[3].children[2] = 148; + /* 8:58 */waypoints[4] = spawnstruct(); + /* 8:58 */waypoints[4].origin = ( 903.55, 6672.57, 2824.13 ); + /* 8:58 */waypoints[4].type = "stand"; + /* 8:58 */waypoints[4].childCount = 3; + /* 8:58 */waypoints[4].children[0] = 3; + /* 8:58 */waypoints[4].children[1] = 5; + /* 8:58 */waypoints[4].children[2] = 136; + /* 8:58 */waypoints[5] = spawnstruct(); + /* 8:58 */waypoints[5].origin = ( 894.827, 6837.06, 2824.13 ); + /* 8:58 */waypoints[5].type = "stand"; + /* 8:58 */waypoints[5].childCount = 3; + /* 8:58 */waypoints[5].children[0] = 4; + /* 8:58 */waypoints[5].children[1] = 6; + /* 8:58 */waypoints[5].children[2] = 7; + /* 8:58 */waypoints[6] = spawnstruct(); + /* 8:58 */waypoints[6].origin = ( 1065.62, 6838.75, 2824.13 ); + /* 8:58 */waypoints[6].type = "stand"; + /* 8:58 */waypoints[6].childCount = 3; + /* 8:58 */waypoints[6].children[0] = 5; + /* 8:58 */waypoints[6].children[1] = 8; + /* 8:58 */waypoints[6].children[2] = 180; + /* 8:58 */waypoints[7] = spawnstruct(); + /* 8:58 */waypoints[7].origin = ( 756.149, 6829.9, 2824.13 ); + /* 8:58 */waypoints[7].type = "stand"; + /* 8:58 */waypoints[7].childCount = 1; + /* 8:58 */waypoints[7].children[0] = 5; + /* 8:58 */waypoints[8] = spawnstruct(); + /* 8:58 */waypoints[8].origin = ( 1071.08, 6965.36, 2824.13 ); + /* 8:58 */waypoints[8].type = "stand"; + /* 8:58 */waypoints[8].childCount = 2; + /* 8:58 */waypoints[8].children[0] = 6; + /* 8:58 */waypoints[8].children[1] = 9; + /* 8:58 */waypoints[9] = spawnstruct(); + /* 8:58 */waypoints[9].origin = ( 640.907, 6955.6, 2648.13 ); + /* 8:58 */waypoints[9].type = "stand"; + /* 8:58 */waypoints[9].childCount = 2; + /* 8:58 */waypoints[9].children[0] = 8; + /* 8:58 */waypoints[9].children[1] = 10; + /* 8:58 */waypoints[10] = spawnstruct(); + /* 8:58 */waypoints[10].origin = ( 658.652, 6885.35, 2648.13 ); + /* 8:58 */waypoints[10].type = "stand"; + /* 8:58 */waypoints[10].childCount = 3; + /* 8:58 */waypoints[10].children[0] = 9; + /* 8:58 */waypoints[10].children[1] = 11; + /* 8:58 */waypoints[10].children[2] = 149; + /* 8:58 */waypoints[11] = spawnstruct(); + /* 8:58 */waypoints[11].origin = ( 643.003, 6692.25, 2648.13 ); + /* 8:58 */waypoints[11].type = "stand"; + /* 8:58 */waypoints[11].childCount = 2; + /* 8:58 */waypoints[11].children[0] = 10; + /* 8:58 */waypoints[11].children[1] = 12; + /* 8:58 */waypoints[12] = spawnstruct(); + /* 8:58 */waypoints[12].origin = ( 341.951, 6695.22, 2648.13 ); + /* 8:58 */waypoints[12].type = "stand"; + /* 8:58 */waypoints[12].childCount = 2; + /* 8:58 */waypoints[12].children[0] = 11; + /* 8:58 */waypoints[12].children[1] = 13; + /* 8:58 */waypoints[13] = spawnstruct(); + /* 8:58 */waypoints[13].origin = ( 252.697, 6849.44, 2648.13 ); + /* 8:58 */waypoints[13].type = "stand"; + /* 8:58 */waypoints[13].childCount = 2; + /* 8:58 */waypoints[13].children[0] = 12; + /* 8:58 */waypoints[13].children[1] = 14; + /* 8:58 */waypoints[14] = spawnstruct(); + /* 8:58 */waypoints[14].origin = ( -261.936, 6788, 2648.13 ); + /* 8:58 */waypoints[14].type = "stand"; + /* 8:58 */waypoints[14].childCount = 3; + /* 8:58 */waypoints[14].children[0] = 13; + /* 8:58 */waypoints[14].children[1] = 15; + /* 8:58 */waypoints[14].children[2] = 181; + /* 8:58 */waypoints[15] = spawnstruct(); + /* 8:58 */waypoints[15].origin = ( -517.427, 6734.01, 2648.13 ); + /* 8:58 */waypoints[15].type = "stand"; + /* 8:58 */waypoints[15].childCount = 4; + /* 8:58 */waypoints[15].children[0] = 14; + /* 8:58 */waypoints[15].children[1] = 16; + /* 8:58 */waypoints[15].children[2] = 19; + /* 8:58 */waypoints[15].children[3] = 197; + /* 8:58 */waypoints[16] = spawnstruct(); + /* 8:58 */waypoints[16].origin = ( -891.208, 6554.49, 2648.13 ); + /* 8:58 */waypoints[16].type = "stand"; + /* 8:58 */waypoints[16].childCount = 4; + /* 8:58 */waypoints[16].children[0] = 15; + /* 8:58 */waypoints[16].children[1] = 17; + /* 8:58 */waypoints[16].children[2] = 18; + /* 8:58 */waypoints[16].children[3] = 23; + /* 8:58 */waypoints[17] = spawnstruct(); + /* 8:58 */waypoints[17].origin = ( -629.427, 6555.69, 2648.13 ); + /* 8:58 */waypoints[17].type = "stand"; + /* 8:58 */waypoints[17].childCount = 1; + /* 8:58 */waypoints[17].children[0] = 16; + /* 8:58 */waypoints[18] = spawnstruct(); + /* 8:58 */waypoints[18].origin = ( -899.357, 7066.52, 2648.13 ); + /* 8:58 */waypoints[18].type = "stand"; + /* 8:58 */waypoints[18].childCount = 3; + /* 8:58 */waypoints[18].children[0] = 16; + /* 8:58 */waypoints[18].children[1] = 19; + /* 8:58 */waypoints[18].children[2] = 30; + /* 8:58 */waypoints[19] = spawnstruct(); + /* 8:58 */waypoints[19].origin = ( -518.639, 7060.68, 2648.13 ); + /* 8:58 */waypoints[19].type = "stand"; + /* 8:58 */waypoints[19].childCount = 4; + /* 8:58 */waypoints[19].children[0] = 18; + /* 8:58 */waypoints[19].children[1] = 20; + /* 8:58 */waypoints[19].children[2] = 15; + /* 8:58 */waypoints[19].children[3] = 194; + /* 8:58 */waypoints[20] = spawnstruct(); + /* 8:58 */waypoints[20].origin = ( -417.711, 7076.82, 2648.13 ); + /* 8:58 */waypoints[20].type = "stand"; + /* 8:58 */waypoints[20].childCount = 2; + /* 8:58 */waypoints[20].children[0] = 19; + /* 8:58 */waypoints[20].children[1] = 21; + /* 8:58 */waypoints[21] = spawnstruct(); + /* 8:58 */waypoints[21].origin = ( -415.847, 6846.23, 2722.13 ); + /* 8:58 */waypoints[21].type = "stand"; + /* 8:58 */waypoints[21].childCount = 2; + /* 8:58 */waypoints[21].children[0] = 20; + /* 8:58 */waypoints[21].children[1] = 22; + /* 8:58 */waypoints[22] = spawnstruct(); + /* 8:58 */waypoints[22].origin = ( -233.025, 6853.84, 2776.13 ); + /* 8:58 */waypoints[22].type = "stand"; + /* 8:58 */waypoints[22].childCount = 4; + /* 8:58 */waypoints[22].children[0] = 21; + /* 8:58 */waypoints[22].children[1] = 82; + /* 8:58 */waypoints[22].children[2] = 115; + /* 8:58 */waypoints[22].children[3] = 116; + /* 8:58 */waypoints[23] = spawnstruct(); + /* 8:58 */waypoints[23].origin = ( -1370.92, 6556.74, 2648.13 ); + /* 8:58 */waypoints[23].type = "stand"; + /* 8:58 */waypoints[23].childCount = 3; + /* 8:58 */waypoints[23].children[0] = 16; + /* 8:58 */waypoints[23].children[1] = 24; + /* 8:58 */waypoints[23].children[2] = 28; + /* 8:58 */waypoints[24] = spawnstruct(); + /* 8:58 */waypoints[24].origin = ( -1389.85, 6384.17, 2648.13 ); + /* 8:58 */waypoints[24].type = "stand"; + /* 8:58 */waypoints[24].childCount = 3; + /* 8:58 */waypoints[24].children[0] = 23; + /* 8:58 */waypoints[24].children[1] = 25; + /* 8:58 */waypoints[24].children[2] = 157; + /* 8:58 */waypoints[25] = spawnstruct(); + /* 8:58 */waypoints[25].origin = ( -1369.03, 5993.43, 2648.13 ); + /* 8:58 */waypoints[25].type = "stand"; + /* 8:58 */waypoints[25].childCount = 2; + /* 8:58 */waypoints[25].children[0] = 24; + /* 8:58 */waypoints[25].children[1] = 26; + /* 8:58 */waypoints[26] = spawnstruct(); + /* 8:58 */waypoints[26].origin = ( -1371.6, 5667.87, 2776.13 ); + /* 8:58 */waypoints[26].type = "stand"; + /* 8:58 */waypoints[26].childCount = 3; + /* 8:58 */waypoints[26].children[0] = 25; + /* 8:58 */waypoints[26].children[1] = 27; + /* 8:58 */waypoints[26].children[2] = 158; + /* 8:58 */waypoints[27] = spawnstruct(); + /* 8:58 */waypoints[27].origin = ( -1373.5, 5329.72, 2776.13 ); + /* 8:58 */waypoints[27].type = "stand"; + /* 8:58 */waypoints[27].childCount = 3; + /* 8:58 */waypoints[27].children[0] = 26; + /* 8:58 */waypoints[27].children[1] = 112; + /* 8:58 */waypoints[27].children[2] = 102; + /* 8:58 */waypoints[28] = spawnstruct(); + /* 8:58 */waypoints[28].origin = ( -1514.4, 6650.5, 2648.13 ); + /* 8:58 */waypoints[28].type = "stand"; + /* 8:58 */waypoints[28].childCount = 3; + /* 8:58 */waypoints[28].children[0] = 23; + /* 8:58 */waypoints[28].children[1] = 29; + /* 8:58 */waypoints[28].children[2] = 34; + /* 8:58 */waypoints[29] = spawnstruct(); + /* 8:58 */waypoints[29].origin = ( -1532.21, 6869.18, 2696.13 ); + /* 8:58 */waypoints[29].type = "stand"; + /* 8:58 */waypoints[29].childCount = 3; + /* 8:58 */waypoints[29].children[0] = 28; + /* 8:58 */waypoints[29].children[1] = 30; + /* 8:58 */waypoints[29].children[2] = 166; + /* 8:58 */waypoints[30] = spawnstruct(); + /* 8:58 */waypoints[30].origin = ( -1474.82, 7093.3, 2648.13 ); + /* 8:58 */waypoints[30].type = "stand"; + /* 8:58 */waypoints[30].childCount = 4; + /* 8:58 */waypoints[30].children[0] = 29; + /* 8:58 */waypoints[30].children[1] = 18; + /* 8:58 */waypoints[30].children[2] = 31; + /* 8:58 */waypoints[30].children[3] = 170; + /* 8:58 */waypoints[31] = spawnstruct(); + /* 8:58 */waypoints[31].origin = ( -1856.09, 7114.44, 2648.13 ); + /* 8:58 */waypoints[31].type = "stand"; + /* 8:58 */waypoints[31].childCount = 4; + /* 8:58 */waypoints[31].children[0] = 30; + /* 8:58 */waypoints[31].children[1] = 32; + /* 8:58 */waypoints[31].children[2] = 42; + /* 8:58 */waypoints[31].children[3] = 195; + /* 8:58 */waypoints[32] = spawnstruct(); + /* 8:58 */waypoints[32].origin = ( -1858.17, 6893.2, 2696.13 ); + /* 8:58 */waypoints[32].type = "stand"; + /* 8:58 */waypoints[32].childCount = 2; + /* 8:58 */waypoints[32].children[0] = 31; + /* 8:58 */waypoints[32].children[1] = 33; + /* 8:58 */waypoints[33] = spawnstruct(); + /* 8:58 */waypoints[33].origin = ( -1834.26, 6652.36, 2648.13 ); + /* 8:58 */waypoints[33].type = "stand"; + /* 8:58 */waypoints[33].childCount = 3; + /* 8:58 */waypoints[33].children[0] = 32; + /* 8:58 */waypoints[33].children[1] = 34; + /* 8:58 */waypoints[33].children[2] = 37; + /* 8:58 */waypoints[34] = spawnstruct(); + /* 8:58 */waypoints[34].origin = ( -1722.39, 6657.35, 2648.13 ); + /* 8:58 */waypoints[34].type = "stand"; + /* 8:58 */waypoints[34].childCount = 3; + /* 8:58 */waypoints[34].children[0] = 33; + /* 8:58 */waypoints[34].children[1] = 28; + /* 8:58 */waypoints[34].children[2] = 35; + /* 8:58 */waypoints[35] = spawnstruct(); + /* 8:58 */waypoints[35].origin = ( -1730.32, 6545.11, 2648.13 ); + /* 8:58 */waypoints[35].type = "stand"; + /* 8:58 */waypoints[35].childCount = 2; + /* 8:58 */waypoints[35].children[0] = 34; + /* 8:58 */waypoints[35].children[1] = 36; + /* 8:58 */waypoints[36] = spawnstruct(); + /* 8:58 */waypoints[36].origin = ( -1345.62, 6541.65, 2776.13 ); + /* 8:58 */waypoints[36].type = "stand"; + /* 8:58 */waypoints[36].childCount = 2; + /* 8:58 */waypoints[36].children[0] = 35; + /* 8:58 */waypoints[36].children[1] = 72; + /* 8:58 */waypoints[37] = spawnstruct(); + /* 8:58 */waypoints[37].origin = ( -2173.24, 6660.54, 2648.13 ); + /* 8:58 */waypoints[37].type = "stand"; + /* 8:58 */waypoints[37].childCount = 4; + /* 8:58 */waypoints[37].children[0] = 33; + /* 8:58 */waypoints[37].children[1] = 38; + /* 8:58 */waypoints[37].children[2] = 41; + /* 8:58 */waypoints[37].children[3] = 196; + /* 8:58 */waypoints[38] = spawnstruct(); + /* 8:58 */waypoints[38].origin = ( -2265.59, 6670.22, 2648.13 ); + /* 8:58 */waypoints[38].type = "stand"; + /* 8:58 */waypoints[38].childCount = 2; + /* 8:58 */waypoints[38].children[0] = 37; + /* 8:58 */waypoints[38].children[1] = 39; + /* 8:58 */waypoints[39] = spawnstruct(); + /* 8:58 */waypoints[39].origin = ( -2271.79, 6904.16, 2722.13 ); + /* 8:58 */waypoints[39].type = "stand"; + /* 8:58 */waypoints[39].childCount = 2; + /* 8:58 */waypoints[39].children[0] = 38; + /* 8:58 */waypoints[39].children[1] = 40; + /* 8:58 */waypoints[40] = spawnstruct(); + /* 8:58 */waypoints[40].origin = ( -2483.6, 6892.75, 2776.13 ); + /* 8:58 */waypoints[40].type = "stand"; + /* 8:58 */waypoints[40].childCount = 3; + /* 8:58 */waypoints[40].children[0] = 39; + /* 8:58 */waypoints[40].children[1] = 88; + /* 8:58 */waypoints[40].children[2] = 90; + /* 8:58 */waypoints[41] = spawnstruct(); + /* 8:58 */waypoints[41].origin = ( -2201.08, 6969.32, 2648.13 ); + /* 8:58 */waypoints[41].type = "stand"; + /* 8:58 */waypoints[41].childCount = 3; + /* 8:58 */waypoints[41].children[0] = 37; + /* 8:58 */waypoints[41].children[1] = 42; + /* 8:58 */waypoints[41].children[2] = 43; + /* 8:58 */waypoints[42] = spawnstruct(); + /* 8:58 */waypoints[42].origin = ( -2169.41, 7130.74, 2648.13 ); + /* 8:58 */waypoints[42].type = "stand"; + /* 8:58 */waypoints[42].childCount = 2; + /* 8:58 */waypoints[42].children[0] = 41; + /* 8:58 */waypoints[42].children[1] = 31; + /* 8:58 */waypoints[43] = spawnstruct(); + /* 8:58 */waypoints[43].origin = ( -2463.99, 6965.75, 2648.13 ); + /* 8:58 */waypoints[43].type = "stand"; + /* 8:58 */waypoints[43].childCount = 3; + /* 8:58 */waypoints[43].children[0] = 41; + /* 8:58 */waypoints[43].children[1] = 44; + /* 8:58 */waypoints[43].children[2] = 171; + /* 8:58 */waypoints[44] = spawnstruct(); + /* 8:58 */waypoints[44].origin = ( -3011.98, 6937.72, 2648.13 ); + /* 8:58 */waypoints[44].type = "stand"; + /* 8:58 */waypoints[44].childCount = 2; + /* 8:58 */waypoints[44].children[0] = 43; + /* 8:58 */waypoints[44].children[1] = 45; + /* 8:58 */waypoints[45] = spawnstruct(); + /* 8:58 */waypoints[45].origin = ( -3027.72, 7148.1, 2648.13 ); + /* 8:58 */waypoints[45].type = "stand"; + /* 8:58 */waypoints[45].childCount = 2; + /* 8:58 */waypoints[45].children[0] = 44; + /* 8:58 */waypoints[45].children[1] = 46; + /* 8:58 */waypoints[46] = spawnstruct(); + /* 8:58 */waypoints[46].origin = ( -3338.63, 7151.66, 2648.13 ); + /* 8:58 */waypoints[46].type = "stand"; + /* 8:58 */waypoints[46].childCount = 3; + /* 8:58 */waypoints[46].children[0] = 45; + /* 8:58 */waypoints[46].children[1] = 47; + /* 8:58 */waypoints[46].children[2] = 172; + /* 8:58 */waypoints[47] = spawnstruct(); + /* 8:58 */waypoints[47].origin = ( -3344.02, 7001.01, 2648.13 ); + /* 8:58 */waypoints[47].type = "stand"; + /* 8:58 */waypoints[47].childCount = 2; + /* 8:58 */waypoints[47].children[0] = 46; + /* 8:58 */waypoints[47].children[1] = 48; + /* 8:58 */waypoints[48] = spawnstruct(); + /* 8:58 */waypoints[48].origin = ( -3789.06, 7001.18, 2824.13 ); + /* 8:58 */waypoints[48].type = "stand"; + /* 8:58 */waypoints[48].childCount = 3; + /* 8:58 */waypoints[48].children[0] = 47; + /* 8:58 */waypoints[48].children[1] = 49; + /* 8:58 */waypoints[48].children[2] = 50; + /* 8:58 */waypoints[49] = spawnstruct(); + /* 8:58 */waypoints[49].origin = ( -3790.79, 7174.01, 2824.13 ); + /* 8:58 */waypoints[49].type = "stand"; + /* 8:58 */waypoints[49].childCount = 2; + /* 8:58 */waypoints[49].children[0] = 48; + /* 8:58 */waypoints[49].children[1] = 173; + /* 8:58 */waypoints[50] = spawnstruct(); + /* 8:58 */waypoints[50].origin = ( -3783.07, 6661.72, 2824.13 ); + /* 8:58 */waypoints[50].type = "stand"; + /* 8:58 */waypoints[50].childCount = 3; + /* 8:58 */waypoints[50].children[0] = 48; + /* 8:58 */waypoints[50].children[1] = 51; + /* 8:58 */waypoints[50].children[2] = 57; + /* 8:58 */waypoints[51] = spawnstruct(); + /* 8:58 */waypoints[51].origin = ( -3188.66, 6667.05, 2824.13 ); + /* 8:58 */waypoints[51].type = "stand"; + /* 8:58 */waypoints[51].childCount = 3; + /* 8:58 */waypoints[51].children[0] = 50; + /* 8:58 */waypoints[51].children[1] = 52; + /* 8:58 */waypoints[51].children[2] = 54; + /* 8:58 */waypoints[52] = spawnstruct(); + /* 8:58 */waypoints[52].origin = ( -2915.16, 6672.98, 2824.13 ); + /* 8:58 */waypoints[52].type = "stand"; + /* 8:58 */waypoints[52].childCount = 3; + /* 8:58 */waypoints[52].children[0] = 51; + /* 8:58 */waypoints[52].children[1] = 53; + /* 8:58 */waypoints[52].children[2] = 60; + /* 8:58 */waypoints[53] = spawnstruct(); + /* 8:58 */waypoints[53].origin = ( -2896.98, 7045.69, 2824.13 ); + /* 8:58 */waypoints[53].type = "stand"; + /* 8:58 */waypoints[53].childCount = 3; + /* 8:58 */waypoints[53].children[0] = 52; + /* 8:58 */waypoints[53].children[1] = 89; + /* 8:58 */waypoints[53].children[2] = 182; + /* 8:58 */waypoints[54] = spawnstruct(); + /* 8:58 */waypoints[54].origin = ( -3195.06, 6469.03, 2824.13 ); + /* 8:58 */waypoints[54].type = "stand"; + /* 8:58 */waypoints[54].childCount = 3; + /* 8:58 */waypoints[54].children[0] = 51; + /* 8:58 */waypoints[54].children[1] = 55; + /* 8:58 */waypoints[54].children[2] = 60; + /* 8:58 */waypoints[55] = spawnstruct(); + /* 8:58 */waypoints[55].origin = ( -3374.42, 6272.91, 2824.13 ); + /* 8:58 */waypoints[55].type = "stand"; + /* 8:58 */waypoints[55].childCount = 3; + /* 8:58 */waypoints[55].children[0] = 54; + /* 8:58 */waypoints[55].children[1] = 56; + /* 8:58 */waypoints[55].children[2] = 186; + /* 8:58 */waypoints[56] = spawnstruct(); + /* 8:58 */waypoints[56].origin = ( -3418.17, 6243.08, 2824.13 ); + /* 8:58 */waypoints[56].type = "stand"; + /* 8:58 */waypoints[56].childCount = 3; + /* 8:58 */waypoints[56].children[0] = 55; + /* 8:58 */waypoints[56].children[1] = 57; + /* 8:58 */waypoints[56].children[2] = 59; + /* 8:58 */waypoints[57] = spawnstruct(); + /* 8:58 */waypoints[57].origin = ( -3802.73, 6180.63, 2824.13 ); + /* 8:58 */waypoints[57].type = "stand"; + /* 8:58 */waypoints[57].childCount = 3; + /* 8:58 */waypoints[57].children[0] = 56; + /* 8:58 */waypoints[57].children[1] = 50; + /* 8:58 */waypoints[57].children[2] = 58; + /* 8:58 */waypoints[58] = spawnstruct(); + /* 8:58 */waypoints[58].origin = ( -3789.67, 5908.37, 2824.13 ); + /* 8:58 */waypoints[58].type = "stand"; + /* 8:58 */waypoints[58].childCount = 2; + /* 8:58 */waypoints[58].children[0] = 57; + /* 8:58 */waypoints[58].children[1] = 59; + /* 8:58 */waypoints[59] = spawnstruct(); + /* 8:58 */waypoints[59].origin = ( -3431.51, 5928.46, 2824.13 ); + /* 8:58 */waypoints[59].type = "stand"; + /* 8:58 */waypoints[59].childCount = 4; + /* 8:58 */waypoints[59].children[0] = 58; + /* 8:58 */waypoints[59].children[1] = 56; + /* 8:58 */waypoints[59].children[2] = 63; + /* 8:58 */waypoints[59].children[3] = 71; + /* 8:58 */waypoints[60] = spawnstruct(); + /* 8:58 */waypoints[60].origin = ( -2896.11, 6474.95, 2824.13 ); + /* 8:58 */waypoints[60].type = "stand"; + /* 8:58 */waypoints[60].childCount = 4; + /* 8:58 */waypoints[60].children[0] = 54; + /* 8:58 */waypoints[60].children[1] = 52; + /* 8:58 */waypoints[60].children[2] = 61; + /* 8:58 */waypoints[60].children[3] = 62; + /* 8:58 */waypoints[61] = spawnstruct(); + /* 8:58 */waypoints[61].origin = ( -2704.16, 6371.45, 2824.13 ); + /* 8:58 */waypoints[61].type = "stand"; + /* 8:58 */waypoints[61].childCount = 3; + /* 8:58 */waypoints[61].children[0] = 60; + /* 8:58 */waypoints[61].children[1] = 62; + /* 8:58 */waypoints[61].children[2] = 90; + /* 8:58 */waypoints[62] = spawnstruct(); + /* 8:58 */waypoints[62].origin = ( -2902.78, 6294.34, 2824.13 ); + /* 8:58 */waypoints[62].type = "stand"; + /* 8:58 */waypoints[62].childCount = 3; + /* 8:58 */waypoints[62].children[0] = 60; + /* 8:58 */waypoints[62].children[1] = 61; + /* 8:58 */waypoints[62].children[2] = 63; + /* 8:58 */waypoints[63] = spawnstruct(); + /* 8:58 */waypoints[63].origin = ( -2923.35, 5938.97, 2824.13 ); + /* 8:58 */waypoints[63].type = "stand"; + /* 8:58 */waypoints[63].childCount = 4; + /* 8:58 */waypoints[63].children[0] = 62; + /* 8:58 */waypoints[63].children[1] = 59; + /* 8:58 */waypoints[63].children[2] = 64; + /* 8:58 */waypoints[63].children[3] = 65; + /* 8:58 */waypoints[64] = spawnstruct(); + /* 8:58 */waypoints[64].origin = ( -3056.34, 6087.84, 2824.13 ); + /* 8:58 */waypoints[64].type = "stand"; + /* 8:58 */waypoints[64].childCount = 1; + /* 8:58 */waypoints[64].children[0] = 63; + /* 8:58 */waypoints[65] = spawnstruct(); + /* 8:58 */waypoints[65].origin = ( -2919.01, 5689.37, 2824.13 ); + /* 8:58 */waypoints[65].type = "stand"; + /* 8:58 */waypoints[65].childCount = 5; + /* 8:58 */waypoints[65].children[0] = 63; + /* 8:58 */waypoints[65].children[1] = 66; + /* 8:58 */waypoints[65].children[2] = 91; + /* 8:58 */waypoints[65].children[3] = 183; + /* 8:58 */waypoints[65].children[4] = 184; + /* 8:58 */waypoints[66] = spawnstruct(); + /* 8:58 */waypoints[66].origin = ( -2944.71, 5430.93, 2824.13 ); + /* 8:58 */waypoints[66].type = "stand"; + /* 8:58 */waypoints[66].childCount = 3; + /* 8:58 */waypoints[66].children[0] = 65; + /* 8:58 */waypoints[66].children[1] = 67; + /* 8:58 */waypoints[66].children[2] = 68; + /* 8:58 */waypoints[67] = spawnstruct(); + /* 8:58 */waypoints[67].origin = ( -2966.94, 5205.69, 2824.13 ); + /* 8:58 */waypoints[67].type = "stand"; + /* 8:58 */waypoints[67].childCount = 1; + /* 8:58 */waypoints[67].children[0] = 66; + /* 8:58 */waypoints[68] = spawnstruct(); + /* 8:58 */waypoints[68].origin = ( -3450.16, 5434.28, 2824.13 ); + /* 8:58 */waypoints[68].type = "stand"; + /* 8:58 */waypoints[68].childCount = 4; + /* 8:58 */waypoints[68].children[0] = 66; + /* 8:58 */waypoints[68].children[1] = 69; + /* 8:58 */waypoints[68].children[2] = 71; + /* 8:58 */waypoints[68].children[3] = 143; + /* 8:58 */waypoints[69] = spawnstruct(); + /* 8:58 */waypoints[69].origin = ( -3776.77, 5409.84, 2824.13 ); + /* 8:58 */waypoints[69].type = "stand"; + /* 8:58 */waypoints[69].childCount = 2; + /* 8:58 */waypoints[69].children[0] = 68; + /* 8:58 */waypoints[69].children[1] = 70; + /* 8:58 */waypoints[70] = spawnstruct(); + /* 8:58 */waypoints[70].origin = ( -3756.98, 5220.86, 2824.13 ); + /* 8:58 */waypoints[70].type = "stand"; + /* 8:58 */waypoints[70].childCount = 1; + /* 8:58 */waypoints[70].children[0] = 69; + /* 8:58 */waypoints[71] = spawnstruct(); + /* 8:58 */waypoints[71].origin = ( -3444.84, 5785.35, 2824.13 ); + /* 8:58 */waypoints[71].type = "stand"; + /* 8:58 */waypoints[71].childCount = 4; + /* 8:58 */waypoints[71].children[0] = 68; + /* 8:58 */waypoints[71].children[1] = 59; + /* 8:58 */waypoints[71].children[2] = 143; + /* 8:58 */waypoints[71].children[3] = 185; + /* 8:58 */waypoints[72] = spawnstruct(); + /* 8:58 */waypoints[72].origin = ( -1201.51, 6469.03, 2776.13 ); + /* 8:58 */waypoints[72].type = "stand"; + /* 8:58 */waypoints[72].childCount = 4; + /* 8:58 */waypoints[72].children[0] = 36; + /* 8:58 */waypoints[72].children[1] = 73; + /* 8:58 */waypoints[72].children[2] = 99; + /* 8:58 */waypoints[72].children[3] = 114; + /* 8:58 */waypoints[73] = spawnstruct(); + /* 8:58 */waypoints[73].origin = ( -1198.11, 6770.48, 2775.93 ); + /* 8:58 */waypoints[73].type = "stand"; + /* 8:58 */waypoints[73].childCount = 4; + /* 8:58 */waypoints[73].children[0] = 74; + /* 8:58 */waypoints[73].children[1] = 72; + /* 8:58 */waypoints[73].children[2] = 75; + /* 8:58 */waypoints[73].children[3] = 144; + /* 8:58 */waypoints[74] = spawnstruct(); + /* 8:58 */waypoints[74].origin = ( -1016.04, 6772.15, 2776.04 ); + /* 8:58 */waypoints[74].type = "stand"; + /* 8:58 */waypoints[74].childCount = 1; + /* 8:58 */waypoints[74].children[0] = 73; + /* 8:58 */waypoints[75] = spawnstruct(); + /* 8:58 */waypoints[75].origin = ( -1188.56, 6998.3, 2776.95 ); + /* 8:58 */waypoints[75].type = "stand"; + /* 8:58 */waypoints[75].childCount = 5; + /* 8:58 */waypoints[75].children[0] = 73; + /* 8:58 */waypoints[75].children[1] = 76; + /* 8:58 */waypoints[75].children[2] = 77; + /* 8:58 */waypoints[75].children[3] = 78; + /* 8:58 */waypoints[75].children[4] = 144; + /* 8:58 */waypoints[76] = spawnstruct(); + /* 8:58 */waypoints[76].origin = ( -1020.11, 6998.53, 2793.39 ); + /* 8:58 */waypoints[76].type = "stand"; + /* 8:58 */waypoints[76].childCount = 1; + /* 8:58 */waypoints[76].children[0] = 75; + /* 8:58 */waypoints[77] = spawnstruct(); + /* 8:58 */waypoints[77].origin = ( -1349.62, 6967.99, 2780.28 ); + /* 8:58 */waypoints[77].type = "stand"; + /* 8:58 */waypoints[77].childCount = 2; + /* 8:58 */waypoints[77].children[0] = 75; + /* 8:58 */waypoints[77].children[1] = 167; + /* 8:58 */waypoints[78] = spawnstruct(); + /* 8:58 */waypoints[78].origin = ( -1228.96, 7238.79, 2776.13 ); + /* 8:58 */waypoints[78].type = "stand"; + /* 8:58 */waypoints[78].childCount = 4; + /* 8:58 */waypoints[78].children[0] = 75; + /* 8:58 */waypoints[78].children[1] = 79; + /* 8:58 */waypoints[78].children[2] = 84; + /* 8:58 */waypoints[78].children[3] = 165; + /* 8:58 */waypoints[79] = spawnstruct(); + /* 8:58 */waypoints[79].origin = ( -1021.71, 7261.05, 2776.13 ); + /* 8:58 */waypoints[79].type = "stand"; + /* 8:58 */waypoints[79].childCount = 3; + /* 8:58 */waypoints[79].children[0] = 78; + /* 8:58 */waypoints[79].children[1] = 80; + /* 8:58 */waypoints[79].children[2] = 81; + /* 8:58 */waypoints[80] = spawnstruct(); + /* 8:58 */waypoints[80].origin = ( -1015.36, 7473.04, 2776.13 ); + /* 8:58 */waypoints[80].type = "stand"; + /* 8:58 */waypoints[80].childCount = 1; + /* 8:58 */waypoints[80].children[0] = 79; + /* 8:58 */waypoints[81] = spawnstruct(); + /* 8:58 */waypoints[81].origin = ( -433.039, 7248.11, 2776.13 ); + /* 8:58 */waypoints[81].type = "stand"; + /* 8:58 */waypoints[81].childCount = 2; + /* 8:58 */waypoints[81].children[0] = 79; + /* 8:58 */waypoints[81].children[1] = 82; + /* 8:58 */waypoints[82] = spawnstruct(); + /* 8:58 */waypoints[82].origin = ( -177.963, 7122.44, 2776.13 ); + /* 8:58 */waypoints[82].type = "stand"; + /* 8:58 */waypoints[82].childCount = 4; + /* 8:58 */waypoints[82].children[0] = 81; + /* 8:58 */waypoints[82].children[1] = 22; + /* 8:58 */waypoints[82].children[2] = 83; + /* 8:58 */waypoints[82].children[3] = 192; + /* 8:58 */waypoints[83] = spawnstruct(); + /* 8:58 */waypoints[83].origin = ( 60.6855, 7138.43, 2776.13 ); + /* 8:58 */waypoints[83].type = "stand"; + /* 8:58 */waypoints[83].childCount = 2; + /* 8:58 */waypoints[83].children[0] = 82; + /* 8:58 */waypoints[83].children[1] = 142; + /* 8:58 */waypoints[84] = spawnstruct(); + /* 8:58 */waypoints[84].origin = ( -1491.31, 7225.58, 2776.13 ); + /* 8:58 */waypoints[84].type = "stand"; + /* 8:58 */waypoints[84].childCount = 3; + /* 8:58 */waypoints[84].children[0] = 78; + /* 8:58 */waypoints[84].children[1] = 85; + /* 8:58 */waypoints[84].children[2] = 164; + /* 8:58 */waypoints[85] = spawnstruct(); + /* 8:58 */waypoints[85].origin = ( -1744.24, 7254.95, 2776.13 ); + /* 8:58 */waypoints[85].type = "stand"; + /* 8:58 */waypoints[85].childCount = 3; + /* 8:58 */waypoints[85].children[0] = 84; + /* 8:58 */waypoints[85].children[1] = 86; + /* 8:58 */waypoints[85].children[2] = 87; + /* 8:58 */waypoints[86] = spawnstruct(); + /* 8:58 */waypoints[86].origin = ( -1715.01, 7469.54, 2776.13 ); + /* 8:58 */waypoints[86].type = "stand"; + /* 8:58 */waypoints[86].childCount = 2; + /* 8:58 */waypoints[86].children[0] = 85; + /* 8:58 */waypoints[86].children[1] = 169; + /* 8:58 */waypoints[87] = spawnstruct(); + /* 8:58 */waypoints[87].origin = ( -2316.71, 7261.93, 2776.13 ); + /* 8:58 */waypoints[87].type = "stand"; + /* 8:58 */waypoints[87].childCount = 2; + /* 8:58 */waypoints[87].children[0] = 85; + /* 8:58 */waypoints[87].children[1] = 88; + /* 8:58 */waypoints[88] = spawnstruct(); + /* 8:58 */waypoints[88].origin = ( -2505.91, 7088.26, 2776.13 ); + /* 8:58 */waypoints[88].type = "stand"; + /* 8:58 */waypoints[88].childCount = 4; + /* 8:58 */waypoints[88].children[0] = 87; + /* 8:58 */waypoints[88].children[1] = 40; + /* 8:58 */waypoints[88].children[2] = 89; + /* 8:58 */waypoints[88].children[3] = 191; + /* 8:58 */waypoints[89] = spawnstruct(); + /* 8:58 */waypoints[89].origin = ( -2733.32, 7058.41, 2776.13 ); + /* 8:58 */waypoints[89].type = "stand"; + /* 8:58 */waypoints[89].childCount = 2; + /* 8:58 */waypoints[89].children[0] = 88; + /* 8:58 */waypoints[89].children[1] = 53; + /* 8:58 */waypoints[90] = spawnstruct(); + /* 8:58 */waypoints[90].origin = ( -2545.3, 6358.84, 2776.13 ); + /* 8:58 */waypoints[90].type = "stand"; + /* 8:58 */waypoints[90].childCount = 4; + /* 8:58 */waypoints[90].children[0] = 61; + /* 8:58 */waypoints[90].children[1] = 40; + /* 8:58 */waypoints[90].children[2] = 92; + /* 8:58 */waypoints[90].children[3] = 97; + /* 8:58 */waypoints[91] = spawnstruct(); + /* 8:58 */waypoints[91].origin = ( -2742.22, 5687.79, 2776.13 ); + /* 8:58 */waypoints[91].type = "stand"; + /* 8:58 */waypoints[91].childCount = 3; + /* 8:58 */waypoints[91].children[0] = 65; + /* 8:58 */waypoints[91].children[1] = 92; + /* 8:58 */waypoints[91].children[2] = 93; + /* 8:58 */waypoints[92] = spawnstruct(); + /* 8:58 */waypoints[92].origin = ( -2513.47, 5821.98, 2776.13 ); + /* 8:58 */waypoints[92].type = "stand"; + /* 8:58 */waypoints[92].childCount = 4; + /* 8:58 */waypoints[92].children[0] = 90; + /* 8:58 */waypoints[92].children[1] = 91; + /* 8:58 */waypoints[92].children[2] = 94; + /* 8:58 */waypoints[92].children[3] = 190; + /* 8:58 */waypoints[93] = spawnstruct(); + /* 8:58 */waypoints[93].origin = ( -2313.27, 5459.63, 2776.13 ); + /* 8:58 */waypoints[93].type = "stand"; + /* 8:58 */waypoints[93].childCount = 3; + /* 8:58 */waypoints[93].children[0] = 91; + /* 8:58 */waypoints[93].children[1] = 102; + /* 8:58 */waypoints[93].children[2] = 94; + /* 8:58 */waypoints[94] = spawnstruct(); + /* 8:58 */waypoints[94].origin = ( -2207.63, 5858.79, 2776.13 ); + /* 8:58 */waypoints[94].type = "stand"; + /* 8:58 */waypoints[94].childCount = 4; + /* 8:58 */waypoints[94].children[0] = 92; + /* 8:58 */waypoints[94].children[1] = 95; + /* 8:58 */waypoints[94].children[2] = 96; + /* 8:58 */waypoints[94].children[3] = 93; + /* 8:58 */waypoints[95] = spawnstruct(); + /* 8:58 */waypoints[95].origin = ( -2222.11, 6071.49, 2776.13 ); + /* 8:58 */waypoints[95].type = "stand"; + /* 8:58 */waypoints[95].childCount = 2; + /* 8:58 */waypoints[95].children[0] = 94; + /* 8:58 */waypoints[95].children[1] = 178; + /* 8:58 */waypoints[96] = spawnstruct(); + /* 8:58 */waypoints[96].origin = ( -1977.67, 5843.37, 2776.13 ); + /* 8:58 */waypoints[96].type = "stand"; + /* 8:58 */waypoints[96].childCount = 2; + /* 8:58 */waypoints[96].children[0] = 94; + /* 8:58 */waypoints[96].children[1] = 97; + /* 8:58 */waypoints[97] = spawnstruct(); + /* 8:58 */waypoints[97].origin = ( -2020.93, 6404.13, 2776.13 ); + /* 8:58 */waypoints[97].type = "stand"; + /* 8:58 */waypoints[97].childCount = 3; + /* 8:58 */waypoints[97].children[0] = 96; + /* 8:58 */waypoints[97].children[1] = 90; + /* 8:58 */waypoints[97].children[2] = 98; + /* 8:58 */waypoints[98] = spawnstruct(); + /* 8:58 */waypoints[98].origin = ( -1724.62, 6397.65, 2776.13 ); + /* 8:58 */waypoints[98].type = "stand"; + /* 8:58 */waypoints[98].childCount = 3; + /* 8:58 */waypoints[98].children[0] = 97; + /* 8:58 */waypoints[98].children[1] = 99; + /* 8:58 */waypoints[98].children[2] = 100; + /* 8:58 */waypoints[99] = spawnstruct(); + /* 8:58 */waypoints[99].origin = ( -1225.82, 6447.18, 2776.13 ); + /* 8:58 */waypoints[99].type = "stand"; + /* 8:58 */waypoints[99].childCount = 2; + /* 8:58 */waypoints[99].children[0] = 98; + /* 8:58 */waypoints[99].children[1] = 72; + /* 8:58 */waypoints[100] = spawnstruct(); + /* 8:58 */waypoints[100].origin = ( -1646.14, 5985.41, 2776.13 ); + /* 8:58 */waypoints[100].type = "stand"; + /* 8:58 */waypoints[100].childCount = 3; + /* 8:58 */waypoints[100].children[0] = 98; + /* 8:58 */waypoints[100].children[1] = 101; + /* 8:58 */waypoints[100].children[2] = 103; + /* 8:58 */waypoints[101] = spawnstruct(); + /* 8:58 */waypoints[101].origin = ( -1844.5, 5981.53, 2776.13 ); + /* 8:58 */waypoints[101].type = "stand"; + /* 8:58 */waypoints[101].childCount = 2; + /* 8:58 */waypoints[101].children[0] = 100; + /* 8:58 */waypoints[101].children[1] = 102; + /* 8:58 */waypoints[102] = spawnstruct(); + /* 8:58 */waypoints[102].origin = ( -1823.49, 5411.2, 2776.13 ); + /* 8:58 */waypoints[102].type = "stand"; + /* 8:58 */waypoints[102].childCount = 4; + /* 8:58 */waypoints[102].children[0] = 101; + /* 8:58 */waypoints[102].children[1] = 93; + /* 8:58 */waypoints[102].children[2] = 27; + /* 8:58 */waypoints[102].children[3] = 189; + /* 8:58 */waypoints[103] = spawnstruct(); + /* 8:58 */waypoints[103].origin = ( -1633.33, 5552.08, 2847.63 ); + /* 8:58 */waypoints[103].type = "stand"; + /* 8:58 */waypoints[103].childCount = 2; + /* 8:58 */waypoints[103].children[0] = 100; + /* 8:58 */waypoints[103].children[1] = 104; + /* 8:58 */waypoints[104] = spawnstruct(); + /* 8:58 */waypoints[104].origin = ( -1546.83, 5563.22, 2847.63 ); + /* 8:58 */waypoints[104].type = "stand"; + /* 8:58 */waypoints[104].childCount = 2; + /* 8:58 */waypoints[104].children[0] = 103; + /* 8:58 */waypoints[104].children[1] = 105; + /* 8:58 */waypoints[105] = spawnstruct(); + /* 8:58 */waypoints[105].origin = ( -1548.71, 5843.5, 2976.13 ); + /* 8:58 */waypoints[105].type = "stand"; + /* 8:58 */waypoints[105].childCount = 3; + /* 8:58 */waypoints[105].children[0] = 104; + /* 8:58 */waypoints[105].children[1] = 106; + /* 8:58 */waypoints[105].children[2] = 113; + /* 8:58 */waypoints[106] = spawnstruct(); + /* 8:58 */waypoints[106].origin = ( -1559.02, 6202.96, 2976.13 ); + /* 8:58 */waypoints[106].type = "stand"; + /* 8:58 */waypoints[106].childCount = 2; + /* 8:58 */waypoints[106].children[0] = 105; + /* 8:58 */waypoints[106].children[1] = 107; + /* 8:58 */waypoints[107] = spawnstruct(); + /* 8:58 */waypoints[107].origin = ( -1323.06, 6219.81, 2976.13 ); + /* 8:58 */waypoints[107].type = "stand"; + /* 8:58 */waypoints[107].childCount = 3; + /* 8:58 */waypoints[107].children[0] = 106; + /* 8:58 */waypoints[107].children[1] = 108; + /* 8:58 */waypoints[107].children[2] = 198; + /* 8:58 */waypoints[108] = spawnstruct(); + /* 8:58 */waypoints[108].origin = ( -1180.06, 5948.97, 2976.13 ); + /* 8:58 */waypoints[108].type = "stand"; + /* 8:58 */waypoints[108].childCount = 3; + /* 8:58 */waypoints[108].children[0] = 107; + /* 8:58 */waypoints[108].children[1] = 109; + /* 8:58 */waypoints[108].children[2] = 113; + /* 8:58 */waypoints[109] = spawnstruct(); + /* 8:58 */waypoints[109].origin = ( -1169.57, 6215.8, 2847.63 ); + /* 8:58 */waypoints[109].type = "stand"; + /* 8:58 */waypoints[109].childCount = 2; + /* 8:58 */waypoints[109].children[0] = 108; + /* 8:58 */waypoints[109].children[1] = 110; + /* 8:58 */waypoints[110] = spawnstruct(); + /* 8:58 */waypoints[110].origin = ( -1091.59, 6211.58, 2847.63 ); + /* 8:58 */waypoints[110].type = "stand"; + /* 8:58 */waypoints[110].childCount = 2; + /* 8:58 */waypoints[110].children[0] = 109; + /* 8:58 */waypoints[110].children[1] = 111; + /* 8:58 */waypoints[111] = spawnstruct(); + /* 8:58 */waypoints[111].origin = ( -1086.42, 6017.09, 2776.13 ); + /* 8:58 */waypoints[111].type = "stand"; + /* 8:58 */waypoints[111].childCount = 3; + /* 8:58 */waypoints[111].children[0] = 110; + /* 8:58 */waypoints[111].children[1] = 112; + /* 8:58 */waypoints[111].children[2] = 124; + /* 8:58 */waypoints[112] = spawnstruct(); + /* 8:58 */waypoints[112].origin = ( -1060.13, 5418.14, 2776.13 ); + /* 8:58 */waypoints[112].type = "stand"; + /* 8:58 */waypoints[112].childCount = 3; + /* 8:58 */waypoints[112].children[0] = 111; + /* 8:58 */waypoints[112].children[1] = 27; + /* 8:58 */waypoints[112].children[2] = 121; + /* 8:58 */waypoints[113] = spawnstruct(); + /* 8:58 */waypoints[113].origin = ( -1341.63, 5610.86, 2976.13 ); + /* 8:58 */waypoints[113].type = "stand"; + /* 8:58 */waypoints[113].childCount = 4; + /* 8:58 */waypoints[113].children[0] = 108; + /* 8:58 */waypoints[113].children[1] = 105; + /* 8:58 */waypoints[113].children[2] = 159; + /* 8:58 */waypoints[113].children[3] = 160; + /* 8:58 */waypoints[114] = spawnstruct(); + /* 8:58 */waypoints[114].origin = ( -916.935, 6445.48, 2776.13 ); + /* 8:58 */waypoints[114].type = "stand"; + /* 8:58 */waypoints[114].childCount = 3; + /* 8:58 */waypoints[114].children[0] = 72; + /* 8:58 */waypoints[114].children[1] = 115; + /* 8:58 */waypoints[114].children[2] = 124; + /* 8:58 */waypoints[115] = spawnstruct(); + /* 8:58 */waypoints[115].origin = ( -338.318, 6501.06, 2776.13 ); + /* 8:58 */waypoints[115].type = "stand"; + /* 8:58 */waypoints[115].childCount = 4; + /* 8:58 */waypoints[115].children[0] = 114; + /* 8:58 */waypoints[115].children[1] = 22; + /* 8:58 */waypoints[115].children[2] = 116; + /* 8:58 */waypoints[115].children[3] = 117; + /* 8:58 */waypoints[116] = spawnstruct(); + /* 8:58 */waypoints[116].origin = ( -119.21, 6541.41, 2776.13 ); + /* 8:58 */waypoints[116].type = "stand"; + /* 8:58 */waypoints[116].childCount = 4; + /* 8:58 */waypoints[116].children[0] = 115; + /* 8:58 */waypoints[116].children[1] = 138; + /* 8:58 */waypoints[116].children[2] = 152; + /* 8:58 */waypoints[116].children[3] = 22; + /* 8:58 */waypoints[117] = spawnstruct(); + /* 8:58 */waypoints[117].origin = ( -271.211, 6105.11, 2776.13 ); + /* 8:58 */waypoints[117].type = "stand"; + /* 8:58 */waypoints[117].childCount = 4; + /* 8:58 */waypoints[117].children[0] = 115; + /* 8:58 */waypoints[117].children[1] = 118; + /* 8:58 */waypoints[117].children[2] = 123; + /* 8:58 */waypoints[117].children[3] = 152; + /* 8:58 */waypoints[118] = spawnstruct(); + /* 8:58 */waypoints[118].origin = ( -60.6272, 5694.79, 2792.13 ); + /* 8:58 */waypoints[118].type = "stand"; + /* 8:58 */waypoints[118].childCount = 3; + /* 8:58 */waypoints[118].children[0] = 117; + /* 8:58 */waypoints[118].children[1] = 119; + /* 8:58 */waypoints[118].children[2] = 125; + /* 8:58 */waypoints[119] = spawnstruct(); + /* 8:58 */waypoints[119].origin = ( -161.204, 5418.03, 2776.13 ); + /* 8:58 */waypoints[119].type = "stand"; + /* 8:58 */waypoints[119].childCount = 3; + /* 8:58 */waypoints[119].children[0] = 118; + /* 8:58 */waypoints[119].children[1] = 120; + /* 8:58 */waypoints[119].children[2] = 154; + /* 8:58 */waypoints[120] = spawnstruct(); + /* 8:58 */waypoints[120].origin = ( -487.003, 5444.35, 2776.13 ); + /* 8:58 */waypoints[120].type = "stand"; + /* 8:58 */waypoints[120].childCount = 3; + /* 8:58 */waypoints[120].children[0] = 119; + /* 8:58 */waypoints[120].children[1] = 121; + /* 8:58 */waypoints[120].children[2] = 188; + /* 8:58 */waypoints[121] = spawnstruct(); + /* 8:58 */waypoints[121].origin = ( -505.762, 5564.9, 2776.13 ); + /* 8:58 */waypoints[121].type = "stand"; + /* 8:58 */waypoints[121].childCount = 5; + /* 8:58 */waypoints[121].children[0] = 120; + /* 8:58 */waypoints[121].children[1] = 122; + /* 8:58 */waypoints[121].children[2] = 112; + /* 8:58 */waypoints[121].children[3] = 123; + /* 8:58 */waypoints[121].children[4] = 145; + /* 8:58 */waypoints[122] = spawnstruct(); + /* 8:58 */waypoints[122].origin = ( -278.537, 5572.11, 2776.13 ); + /* 8:58 */waypoints[122].type = "stand"; + /* 8:58 */waypoints[122].childCount = 2; + /* 8:58 */waypoints[122].children[0] = 121; + /* 8:58 */waypoints[122].children[1] = 153; + /* 8:58 */waypoints[123] = spawnstruct(); + /* 8:58 */waypoints[123].origin = ( -597.844, 6078.92, 2776.13 ); + /* 8:58 */waypoints[123].type = "stand"; + /* 8:58 */waypoints[123].childCount = 4; + /* 8:58 */waypoints[123].children[0] = 121; + /* 8:58 */waypoints[123].children[1] = 117; + /* 8:58 */waypoints[123].children[2] = 124; + /* 8:58 */waypoints[123].children[3] = 145; + /* 8:58 */waypoints[124] = spawnstruct(); + /* 8:58 */waypoints[124].origin = ( -901.849, 6062.84, 2776.13 ); + /* 8:58 */waypoints[124].type = "stand"; + /* 8:58 */waypoints[124].childCount = 3; + /* 8:58 */waypoints[124].children[0] = 123; + /* 8:58 */waypoints[124].children[1] = 111; + /* 8:58 */waypoints[124].children[2] = 114; + /* 8:58 */waypoints[125] = spawnstruct(); + /* 8:58 */waypoints[125].origin = ( 89.0847, 5698.95, 2776.13 ); + /* 8:58 */waypoints[125].type = "stand"; + /* 8:58 */waypoints[125].childCount = 2; + /* 8:58 */waypoints[125].children[0] = 118; + /* 8:58 */waypoints[125].children[1] = 126; + /* 8:58 */waypoints[126] = spawnstruct(); + /* 8:58 */waypoints[126].origin = ( 228.904, 5707.09, 2824.13 ); + /* 8:58 */waypoints[126].type = "stand"; + /* 8:58 */waypoints[126].childCount = 3; + /* 8:58 */waypoints[126].children[0] = 125; + /* 8:58 */waypoints[126].children[1] = 127; + /* 8:58 */waypoints[126].children[2] = 128; + /* 8:58 */waypoints[127] = spawnstruct(); + /* 8:58 */waypoints[127].origin = ( 276.101, 5273.2, 2824.13 ); + /* 8:58 */waypoints[127].type = "stand"; + /* 8:58 */waypoints[127].childCount = 2; + /* 8:58 */waypoints[127].children[0] = 126; + /* 8:58 */waypoints[127].children[1] = 150; + /* 8:58 */waypoints[128] = spawnstruct(); + /* 8:58 */waypoints[128].origin = ( 287.385, 5963.93, 2824.13 ); + /* 8:58 */waypoints[128].type = "stand"; + /* 8:58 */waypoints[128].childCount = 5; + /* 8:58 */waypoints[128].children[0] = 126; + /* 8:58 */waypoints[128].children[1] = 129; + /* 8:58 */waypoints[128].children[2] = 134; + /* 8:58 */waypoints[128].children[3] = 135; + /* 8:58 */waypoints[128].children[4] = 151; + /* 8:58 */waypoints[129] = spawnstruct(); + /* 8:58 */waypoints[129].origin = ( 584.511, 5948.52, 2824.13 ); + /* 8:58 */waypoints[129].type = "stand"; + /* 8:58 */waypoints[129].childCount = 2; + /* 8:58 */waypoints[129].children[0] = 128; + /* 8:58 */waypoints[129].children[1] = 130; + /* 8:58 */waypoints[130] = spawnstruct(); + /* 8:58 */waypoints[130].origin = ( 534.324, 6390.42, 2808.13 ); + /* 8:58 */waypoints[130].type = "stand"; + /* 8:58 */waypoints[130].childCount = 4; + /* 8:58 */waypoints[130].children[0] = 129; + /* 8:58 */waypoints[130].children[1] = 131; + /* 8:58 */waypoints[130].children[2] = 136; + /* 8:58 */waypoints[130].children[3] = 132; + /* 8:58 */waypoints[131] = spawnstruct(); + /* 8:58 */waypoints[131].origin = ( 281.696, 6377.04, 2824.13 ); + /* 8:58 */waypoints[131].type = "stand"; + /* 8:58 */waypoints[131].childCount = 4; + /* 8:58 */waypoints[131].children[0] = 130; + /* 8:58 */waypoints[131].children[1] = 132; + /* 8:58 */waypoints[131].children[2] = 133; + /* 8:58 */waypoints[131].children[3] = 135; + /* 8:58 */waypoints[132] = spawnstruct(); + /* 8:58 */waypoints[132].origin = ( 323.984, 6404.17, 2824.13 ); + /* 8:58 */waypoints[132].type = "stand"; + /* 8:58 */waypoints[132].childCount = 2; + /* 8:58 */waypoints[132].children[0] = 131; + /* 8:58 */waypoints[132].children[1] = 130; + /* 8:58 */waypoints[133] = spawnstruct(); + /* 8:58 */waypoints[133].origin = ( 151.652, 6395.08, 2824.13 ); + /* 8:58 */waypoints[133].type = "stand"; + /* 8:58 */waypoints[133].childCount = 4; + /* 8:58 */waypoints[133].children[0] = 131; + /* 8:58 */waypoints[133].children[1] = 134; + /* 8:58 */waypoints[133].children[2] = 138; + /* 8:58 */waypoints[133].children[3] = 152; + /* 8:58 */waypoints[134] = spawnstruct(); + /* 8:58 */waypoints[134].origin = ( 151.562, 6130.9, 2824.13 ); + /* 8:58 */waypoints[134].type = "stand"; + /* 8:58 */waypoints[134].childCount = 2; + /* 8:58 */waypoints[134].children[0] = 133; + /* 8:58 */waypoints[134].children[1] = 128; + /* 8:58 */waypoints[135] = spawnstruct(); + /* 8:58 */waypoints[135].origin = ( 418.988, 6217.42, 2824.13 ); + /* 8:58 */waypoints[135].type = "stand"; + /* 8:58 */waypoints[135].childCount = 2; + /* 8:58 */waypoints[135].children[0] = 128; + /* 8:58 */waypoints[135].children[1] = 131; + /* 8:58 */waypoints[136] = spawnstruct(); + /* 8:58 */waypoints[136].origin = ( 526.124, 6672.07, 2824.13 ); + /* 8:58 */waypoints[136].type = "stand"; + /* 8:58 */waypoints[136].childCount = 3; + /* 8:58 */waypoints[136].children[0] = 130; + /* 8:58 */waypoints[136].children[1] = 4; + /* 8:58 */waypoints[136].children[2] = 137; + /* 8:58 */waypoints[137] = spawnstruct(); + /* 8:58 */waypoints[137].origin = ( 312.619, 6699.81, 2824.13 ); + /* 8:58 */waypoints[137].type = "stand"; + /* 8:58 */waypoints[137].childCount = 4; + /* 8:58 */waypoints[137].children[0] = 136; + /* 8:58 */waypoints[137].children[1] = 138; + /* 8:58 */waypoints[137].children[2] = 139; + /* 8:58 */waypoints[137].children[3] = 174; + /* 8:58 */waypoints[138] = spawnstruct(); + /* 8:58 */waypoints[138].origin = ( 36.8313, 6576.92, 2824.13 ); + /* 8:58 */waypoints[138].type = "stand"; + /* 8:58 */waypoints[138].childCount = 4; + /* 8:58 */waypoints[138].children[0] = 137; + /* 8:58 */waypoints[138].children[1] = 133; + /* 8:58 */waypoints[138].children[2] = 116; + /* 8:58 */waypoints[138].children[3] = 179; + /* 8:58 */waypoints[139] = spawnstruct(); + /* 8:58 */waypoints[139].origin = ( 331.281, 7190.18, 2824.13 ); + /* 8:58 */waypoints[139].type = "stand"; + /* 8:58 */waypoints[139].childCount = 5; + /* 8:58 */waypoints[139].children[0] = 137; + /* 8:58 */waypoints[139].children[1] = 140; + /* 8:58 */waypoints[139].children[2] = 142; + /* 8:58 */waypoints[139].children[3] = 177; + /* 8:58 */waypoints[139].children[4] = 176; + /* 8:58 */waypoints[140] = spawnstruct(); + /* 8:58 */waypoints[140].origin = ( 321.682, 7458.74, 2824.13 ); + /* 8:58 */waypoints[140].type = "stand"; + /* 8:58 */waypoints[140].childCount = 2; + /* 8:58 */waypoints[140].children[0] = 139; + /* 8:58 */waypoints[140].children[1] = 141; + /* 8:58 */waypoints[141] = spawnstruct(); + /* 8:58 */waypoints[141].origin = ( 802.414, 7465.92, 2824.13 ); + /* 8:58 */waypoints[141].type = "stand"; + /* 8:58 */waypoints[141].childCount = 3; + /* 8:58 */waypoints[141].children[0] = 140; + /* 8:58 */waypoints[141].children[1] = 1; + /* 8:58 */waypoints[141].children[2] = 175; + /* 8:58 */waypoints[142] = spawnstruct(); + /* 8:58 */waypoints[142].origin = ( 172.893, 7138.98, 2824.13 ); + /* 8:58 */waypoints[142].type = "stand"; + /* 8:58 */waypoints[142].childCount = 2; + /* 8:58 */waypoints[142].children[0] = 139; + /* 8:58 */waypoints[142].children[1] = 83; + /* 8:58 */waypoints[143] = spawnstruct(); + /* 8:58 */waypoints[143].origin = ( -3387.78, 5571.43, 2824.13 ); + /* 8:58 */waypoints[143].type = "stand"; + /* 8:58 */waypoints[143].childCount = 2; + /* 8:58 */waypoints[143].children[0] = 68; + /* 8:58 */waypoints[143].children[1] = 71; + /* 8:58 */waypoints[144] = spawnstruct(); + /* 8:58 */waypoints[144].origin = ( -1227.16, 6861.18, 2769.65 ); + /* 8:58 */waypoints[144].type = "stand"; + /* 8:58 */waypoints[144].childCount = 2; + /* 8:58 */waypoints[144].children[0] = 73; + /* 8:58 */waypoints[144].children[1] = 75; + /* 8:58 */waypoints[145] = spawnstruct(); + /* 8:58 */waypoints[145].origin = ( -589.384, 5978.78, 2776.13 ); + /* 8:58 */waypoints[145].type = "stand"; + /* 8:58 */waypoints[145].childCount = 2; + /* 8:58 */waypoints[145].children[0] = 123; + /* 8:58 */waypoints[145].children[1] = 121; + /* 8:58 */waypoints[146] = spawnstruct(); + /* 8:58 */waypoints[146].origin = ( -1552.13, 7393.11, 2944.13 ); + /* 8:58 */waypoints[146].type = "stand"; + /* 8:58 */waypoints[146].childCount = 4; + /* 8:58 */waypoints[146].children[0] = 162; + /* 8:58 */waypoints[146].children[1] = 163; + /* 8:58 */waypoints[146].children[2] = 168; + /* 8:58 */waypoints[146].children[3] = 207; + /* 8:58 */waypoints[146].angles = ( 18.6865, -68.3514, 0 ); + /* 8:58 */waypoints[147] = spawnstruct(); + /* 8:58 */waypoints[147].origin = ( 1136.09, 6965.99, 2824.13 ); + /* 8:58 */waypoints[147].type = "stand"; + /* 8:58 */waypoints[147].childCount = 2; + /* 8:58 */waypoints[147].children[0] = 3; + /* 8:58 */waypoints[147].children[1] = 2; + /* 8:58 */waypoints[147].angles = ( 18.7701, 83.2599, 0 ); + /* 8:58 */waypoints[148] = spawnstruct(); + /* 8:58 */waypoints[148].origin = ( 1328.87, 6981.81, 2824.13 ); + /* 8:58 */waypoints[148].type = "stand"; + /* 8:58 */waypoints[148].childCount = 2; + /* 8:58 */waypoints[148].children[0] = 2; + /* 8:58 */waypoints[148].children[1] = 3; + /* 8:58 */waypoints[148].angles = ( 18.6877, 167.206, 0 ); + /* 8:58 */waypoints[149] = spawnstruct(); + /* 8:58 */waypoints[149].origin = ( 885.902, 6877.58, 2648.13 ); + /* 8:58 */waypoints[149].type = "crouch"; + /* 8:58 */waypoints[149].childCount = 1; + /* 8:58 */waypoints[149].children[0] = 10; + /* 8:58 */waypoints[149].angles = ( -1.81274, 174.946, 0 ); + /* 8:58 */waypoints[150] = spawnstruct(); + /* 8:58 */waypoints[150].origin = ( 163.835, 5514.94, 2824.13 ); + /* 8:58 */waypoints[150].type = "claymore"; + /* 8:58 */waypoints[150].childCount = 1; + /* 8:58 */waypoints[150].children[0] = 127; + /* 8:58 */waypoints[150].angles = ( 1.23596, 74.4214, 0 ); + /* 8:58 */waypoints[151] = spawnstruct(); + /* 8:58 */waypoints[151].origin = ( 21.8173, 5942.06, 2824.13 ); + /* 8:58 */waypoints[151].type = "crouch"; + /* 8:58 */waypoints[151].childCount = 1; + /* 8:58 */waypoints[151].children[0] = 128; + /* 8:58 */waypoints[151].angles = ( 2.63672, 3.6969, 0 ); + /* 8:58 */waypoints[152] = spawnstruct(); + /* 8:58 */waypoints[152].origin = ( -191.624, 6364.93, 2776.13 ); + /* 8:58 */waypoints[152].type = "stand"; + /* 8:58 */waypoints[152].childCount = 4; + /* 8:58 */waypoints[152].children[0] = 133; + /* 8:58 */waypoints[152].children[1] = 117; + /* 8:58 */waypoints[152].children[2] = 116; + /* 8:58 */waypoints[152].children[3] = 187; + /* 8:58 */waypoints[152].angles = ( 11.8817, 97.3993, 0 ); + /* 8:58 */waypoints[153] = spawnstruct(); + /* 8:58 */waypoints[153].origin = ( -289.587, 5675.42, 2776.13 ); + /* 8:58 */waypoints[153].type = "crouch"; + /* 8:58 */waypoints[153].childCount = 1; + /* 8:58 */waypoints[153].children[0] = 122; + /* 8:58 */waypoints[153].angles = ( -0.137329, -121.124, 0 ); + /* 8:58 */waypoints[154] = spawnstruct(); + /* 8:58 */waypoints[154].origin = ( -172.875, 5564.35, 2777.1 ); + /* 8:58 */waypoints[154].type = "climb"; + /* 8:58 */waypoints[154].childCount = 2; + /* 8:58 */waypoints[154].children[0] = 119; + /* 8:58 */waypoints[154].children[1] = 155; + /* 8:58 */waypoints[154].angles = ( 5.625, -179.714, 0 ); + /* 8:58 */waypoints[155] = spawnstruct(); + /* 8:58 */waypoints[155].origin = ( -172.875, 5569.22, 2894.65 ); + /* 8:58 */waypoints[155].type = "climb"; + /* 8:58 */waypoints[155].childCount = 2; + /* 8:58 */waypoints[155].children[0] = 154; + /* 8:58 */waypoints[155].children[1] = 156; + /* 8:58 */waypoints[155].angles = ( 7.93213, 178.555, 0 ); + /* 8:58 */waypoints[156] = spawnstruct(); + /* 8:58 */waypoints[156].origin = ( -309.531, 5571.71, 2912.13 ); + /* 8:58 */waypoints[156].type = "crouch"; + /* 8:58 */waypoints[156].childCount = 1; + /* 8:58 */waypoints[156].children[0] = 155; + /* 8:58 */waypoints[156].angles = ( 1.34583, 151.304, 0 ); + /* 8:58 */waypoints[157] = spawnstruct(); + /* 8:58 */waypoints[157].origin = ( -1471.78, 6450.71, 2648.13 ); + /* 8:58 */waypoints[157].type = "claymore"; + /* 8:58 */waypoints[157].childCount = 1; + /* 8:58 */waypoints[157].children[0] = 24; + /* 8:58 */waypoints[157].angles = ( 8.8385, -11.3269, 0 ); + /* 8:58 */waypoints[158] = spawnstruct(); + /* 8:58 */waypoints[158].origin = ( -1368, 5487.11, 2776.13 ); + /* 8:58 */waypoints[158].type = "claymore"; + /* 8:58 */waypoints[158].childCount = 1; + /* 8:58 */waypoints[158].children[0] = 26; + /* 8:58 */waypoints[158].angles = ( 16.908, -89.0497, 0 ); + /* 8:58 */waypoints[159] = spawnstruct(); + /* 8:58 */waypoints[159].origin = ( -1380.47, 5311.52, 2940.13 ); + /* 8:58 */waypoints[159].type = "crouch"; + /* 8:58 */waypoints[159].childCount = 1; + /* 8:58 */waypoints[159].children[0] = 113; + /* 8:58 */waypoints[159].angles = ( 5.87219, 147.272, 0 ); + /* 8:58 */waypoints[160] = spawnstruct(); + /* 8:58 */waypoints[160].origin = ( -1320.62, 5312.88, 2940.13 ); + /* 8:58 */waypoints[160].type = "crouch"; + /* 8:58 */waypoints[160].childCount = 1; + /* 8:58 */waypoints[160].children[0] = 113; + /* 8:58 */waypoints[160].angles = ( 7.52014, 42.3798, 0 ); + /* 8:58 */waypoints[161] = spawnstruct(); + /* 8:58 */waypoints[161].origin = ( -1187.24, 7487.19, 2944.13 ); + /* 8:58 */waypoints[161].type = "crouch"; + /* 8:58 */waypoints[161].childCount = 1; + /* 8:58 */waypoints[161].children[0] = 162; + /* 8:58 */waypoints[161].angles = ( 11.5521, -31.4374, 0 ); + /* 8:58 */waypoints[162] = spawnstruct(); + /* 8:58 */waypoints[162].origin = ( -1529.89, 7488.57, 2944.13 ); + /* 8:58 */waypoints[162].type = "stand"; + /* 8:58 */waypoints[162].childCount = 2; + /* 8:58 */waypoints[162].children[0] = 161; + /* 8:58 */waypoints[162].children[1] = 146; + /* 8:58 */waypoints[162].angles = ( 10.0787, -3.47168, 0 ); + /* 8:58 */waypoints[163] = spawnstruct(); + /* 8:58 */waypoints[163].origin = ( -1509.59, 7411.38, 2944.13 ); + /* 8:58 */waypoints[163].type = "claymore"; + /* 8:58 */waypoints[163].childCount = 1; + /* 8:58 */waypoints[163].children[0] = 146; + /* 8:58 */waypoints[163].angles = ( 17.6538, 149.299, 0 ); + /* 8:58 */waypoints[164] = spawnstruct(); + /* 8:58 */waypoints[164].origin = ( -1481.85, 7429.19, 2776.13 ); + /* 8:58 */waypoints[164].type = "crouch"; + /* 8:58 */waypoints[164].childCount = 1; + /* 8:58 */waypoints[164].children[0] = 84; + /* 8:58 */waypoints[164].angles = ( 1.1853, -96.7181, 0 ); + /* 8:58 */waypoints[165] = spawnstruct(); + /* 8:58 */waypoints[165].origin = ( -1234.04, 7435.05, 2776.13 ); + /* 8:58 */waypoints[165].type = "crouch"; + /* 8:58 */waypoints[165].childCount = 1; + /* 8:58 */waypoints[165].children[0] = 78; + /* 8:58 */waypoints[165].angles = ( -0.0506592, -94.9878, 0 ); + /* 8:58 */waypoints[166] = spawnstruct(); + /* 8:58 */waypoints[166].origin = ( -1439.13, 6959.94, 2696.13 ); + /* 8:58 */waypoints[166].type = "climb"; + /* 8:58 */waypoints[166].childCount = 2; + /* 8:58 */waypoints[166].children[0] = 167; + /* 8:58 */waypoints[166].children[1] = 29; + /* 8:58 */waypoints[166].angles = ( 5.22278, -3.21899, 0 ); + /* 8:58 */waypoints[167] = spawnstruct(); + /* 8:58 */waypoints[167].origin = ( -1432.46, 6959.94, 2824.13 ); + /* 8:58 */waypoints[167].type = "climb"; + /* 8:58 */waypoints[167].childCount = 2; + /* 8:58 */waypoints[167].children[0] = 77; + /* 8:58 */waypoints[167].children[1] = 166; + /* 8:58 */waypoints[167].angles = ( 14.0173, 1.17554, 0 ); + /* 8:58 */waypoints[168] = spawnstruct(); + /* 8:58 */waypoints[168].origin = ( -1626.41, 7476.82, 2944.13 ); + /* 8:58 */waypoints[168].type = "climb"; + /* 8:58 */waypoints[168].childCount = 2; + /* 8:58 */waypoints[168].children[0] = 169; + /* 8:58 */waypoints[168].children[1] = 146; + /* 8:58 */waypoints[168].angles = ( 5.92833, -4.27917, 0 ); + /* 8:58 */waypoints[169] = spawnstruct(); + /* 8:58 */waypoints[169].origin = ( -1647.13, 7474.15, 2776.13 ); + /* 8:58 */waypoints[169].type = "climb"; + /* 8:58 */waypoints[169].childCount = 2; + /* 8:58 */waypoints[169].children[0] = 168; + /* 8:58 */waypoints[169].children[1] = 86; + /* 8:58 */waypoints[169].angles = ( 5.70311, -2.51038, 0 ); + /* 8:58 */waypoints[170] = spawnstruct(); + /* 8:58 */waypoints[170].origin = ( -1423.86, 7191.9, 2648.13 ); + /* 8:58 */waypoints[170].type = "claymore"; + /* 8:58 */waypoints[170].childCount = 1; + /* 8:58 */waypoints[170].children[0] = 30; + /* 8:58 */waypoints[170].angles = ( 4.16502, -119.471, 0 ); + /* 8:58 */waypoints[171] = spawnstruct(); + /* 8:58 */waypoints[171].origin = ( -2411.59, 6863.81, 2648.13 ); + /* 8:58 */waypoints[171].type = "claymore"; + /* 8:58 */waypoints[171].childCount = 1; + /* 8:58 */waypoints[171].children[0] = 43; + /* 8:58 */waypoints[171].angles = ( 7.62022, 117.779, 0 ); + /* 8:58 */waypoints[172] = spawnstruct(); + /* 8:58 */waypoints[172].origin = ( -3384.32, 7199.97, 2648.13 ); + /* 8:58 */waypoints[172].type = "claymore"; + /* 8:58 */waypoints[172].childCount = 1; + /* 8:58 */waypoints[172].children[0] = 46; + /* 8:58 */waypoints[172].angles = ( 11.3281, -43.808, 0 ); + /* 8:58 */waypoints[173] = spawnstruct(); + /* 8:58 */waypoints[173].origin = ( -3732.83, 7122.17, 2824.13 ); + /* 8:58 */waypoints[173].type = "claymore"; + /* 8:58 */waypoints[173].childCount = 1; + /* 8:58 */waypoints[173].children[0] = 49; + /* 8:58 */waypoints[173].angles = ( 14.9481, -106.875, 0 ); + /* 8:58 */waypoints[174] = spawnstruct(); + /* 8:58 */waypoints[174].origin = ( 6.86213, 6814.49, 2824.13 ); + /* 8:58 */waypoints[174].type = "crouch"; + /* 8:58 */waypoints[174].childCount = 1; + /* 8:58 */waypoints[174].children[0] = 137; + /* 8:58 */waypoints[174].angles = ( 3.91783, -11.0083, 0 ); + /* 8:58 */waypoints[175] = spawnstruct(); + /* 8:58 */waypoints[175].origin = ( 1054.6, 7355.64, 2824.13 ); + /* 8:58 */waypoints[175].type = "claymore"; + /* 8:58 */waypoints[175].childCount = 1; + /* 8:58 */waypoints[175].children[0] = 141; + /* 8:58 */waypoints[175].angles = ( 16.0193, 130.6, 0 ); + /* 8:58 */waypoints[176] = spawnstruct(); + /* 8:58 */waypoints[176].origin = ( 180.423, 7280.84, 2824.13 ); + /* 8:58 */waypoints[176].type = "claymore"; + /* 8:58 */waypoints[176].childCount = 1; + /* 8:58 */waypoints[176].children[0] = 139; + /* 8:58 */waypoints[176].angles = ( 11.4105, -73.3832, 0 ); + /* 8:58 */waypoints[177] = spawnstruct(); + /* 8:58 */waypoints[177].origin = ( 679.208, 7209.77, 2824.13 ); + /* 8:58 */waypoints[177].type = "crouch"; + /* 8:58 */waypoints[177].childCount = 1; + /* 8:58 */waypoints[177].children[0] = 139; + /* 8:58 */waypoints[177].angles = ( 2.92906, -175.556, 0 ); + /* 8:58 */waypoints[178] = spawnstruct(); + /* 8:58 */waypoints[178].origin = ( -2333.4, 6098.55, 2776.13 ); + /* 8:58 */waypoints[178].type = "crouch"; + /* 8:58 */waypoints[178].childCount = 1; + /* 8:58 */waypoints[178].children[0] = 95; + /* 8:58 */waypoints[178].angles = ( 5.1483, -20.7202, 0 ); + /* 8:58 */waypoints[179] = spawnstruct(); + /* 8:58 */waypoints[179].origin = ( 1.94629, 6463.13, 2824.13 ); + /* 8:58 */waypoints[179].type = "claymore"; + /* 8:58 */waypoints[179].childCount = 1; + /* 8:58 */waypoints[179].children[0] = 138; + /* 8:58 */waypoints[179].angles = ( 5.51514, 80.6561, 0 ); + /* 8:58 */waypoints[180] = spawnstruct(); + /* 8:58 */waypoints[180].origin = ( 958.959, 6860.33, 2824.13 ); + /* 8:58 */waypoints[180].type = "claymore"; + /* 8:58 */waypoints[180].childCount = 1; + /* 8:58 */waypoints[180].children[0] = 6; + /* 8:58 */waypoints[180].angles = ( 7.90466, 107.413, 0 ); + /* 8:58 */waypoints[181] = spawnstruct(); + /* 8:58 */waypoints[181].origin = ( -296.875, 6868.14, 2648.13 ); + /* 8:58 */waypoints[181].type = "claymore"; + /* 8:58 */waypoints[181].childCount = 1; + /* 8:58 */waypoints[181].children[0] = 14; + /* 8:58 */waypoints[181].angles = ( 9.47021, -40.2539, 0 ); + /* 8:58 */waypoints[182] = spawnstruct(); + /* 8:58 */waypoints[182].origin = ( -2847.13, 6947.2, 2824.13 ); + /* 8:58 */waypoints[182].type = "claymore"; + /* 8:58 */waypoints[182].childCount = 1; + /* 8:58 */waypoints[182].children[0] = 53; + /* 8:58 */waypoints[182].angles = ( 12.5134, 117.164, 0 ); + /* 8:58 */waypoints[183] = spawnstruct(); + /* 8:58 */waypoints[183].origin = ( -3102.28, 5688.78, 2824.13 ); + /* 8:58 */waypoints[183].type = "stand"; + /* 8:58 */waypoints[183].childCount = 1; + /* 8:58 */waypoints[183].children[0] = 65; + /* 8:58 */waypoints[183].angles = ( 9.55261, -0.0439453, 0 ); + /* 8:58 */waypoints[184] = spawnstruct(); + /* 8:58 */waypoints[184].origin = ( -2847.13, 5790.1, 2824.13 ); + /* 8:58 */waypoints[184].type = "claymore"; + /* 8:58 */waypoints[184].childCount = 1; + /* 8:58 */waypoints[184].children[0] = 65; + /* 8:58 */waypoints[184].angles = ( 12.2662, -117.449, 0 ); + /* 8:58 */waypoints[185] = spawnstruct(); + /* 8:58 */waypoints[185].origin = ( -3244.81, 5780.17, 2824.13 ); + /* 8:58 */waypoints[185].type = "crouch"; + /* 8:58 */waypoints[185].childCount = 1; + /* 8:58 */waypoints[185].children[0] = 71; + /* 8:58 */waypoints[185].angles = ( 0.741577, -177.764, 0 ); + /* 8:58 */waypoints[186] = spawnstruct(); + /* 8:58 */waypoints[186].origin = ( -3005.35, 6299.13, 2824.13 ); + /* 8:58 */waypoints[186].type = "crouch"; + /* 8:58 */waypoints[186].childCount = 1; + /* 8:58 */waypoints[186].children[0] = 55; + /* 8:58 */waypoints[186].angles = ( 1.56555, 171.37, 0 ); + /* 8:58 */waypoints[187] = spawnstruct(); + /* 8:58 */waypoints[187].origin = ( -293.372, 6310.56, 2776.13 ); + /* 8:58 */waypoints[187].type = "grenade"; + /* 8:58 */waypoints[187].childCount = 1; + /* 8:58 */waypoints[187].children[0] = 152; + /* 8:58 */waypoints[187].angles = ( -36.3098, -179.659, 0 ); + /* 8:58 */waypoints[188] = spawnstruct(); + /* 8:58 */waypoints[188].origin = ( -666.001, 5634.91, 2776.13 ); + /* 8:58 */waypoints[188].type = "grenade"; + /* 8:58 */waypoints[188].childCount = 1; + /* 8:58 */waypoints[188].children[0] = 120; + /* 8:58 */waypoints[188].angles = ( -40.8362, 137.368, 0 ); + /* 8:58 */waypoints[189] = spawnstruct(); + /* 8:58 */waypoints[189].origin = ( -1959.84, 5514.89, 2776.13 ); + /* 8:58 */waypoints[189].type = "grenade"; + /* 8:58 */waypoints[189].childCount = 1; + /* 8:58 */waypoints[189].children[0] = 102; + /* 8:58 */waypoints[189].angles = ( -39.0729, 14.2383, 0 ); + /* 8:58 */waypoints[190] = spawnstruct(); + /* 8:58 */waypoints[190].origin = ( -2505.73, 5922.56, 2776.13 ); + /* 8:58 */waypoints[190].type = "grenade"; + /* 8:58 */waypoints[190].childCount = 1; + /* 8:58 */waypoints[190].children[0] = 92; + /* 8:58 */waypoints[190].angles = ( -40.8801, 36.2164, 0 ); + /* 8:58 */waypoints[191] = spawnstruct(); + /* 8:58 */waypoints[191].origin = ( -2372.95, 7090.16, 2776.13 ); + /* 8:58 */waypoints[191].type = "grenade"; + /* 8:58 */waypoints[191].childCount = 1; + /* 8:58 */waypoints[191].children[0] = 88; + /* 8:58 */waypoints[191].angles = ( -32.8162, 11.1072, 0 ); + /* 8:58 */waypoints[192] = spawnstruct(); + /* 8:58 */waypoints[192].origin = ( -324.821, 7116.21, 2776.13 ); + /* 8:58 */waypoints[192].type = "grenade"; + /* 8:58 */waypoints[192].childCount = 2; + /* 8:58 */waypoints[192].children[0] = 82; + /* 8:58 */waypoints[192].children[1] = 193; + /* 8:58 */waypoints[192].angles = ( -32.4866, -179.324, 0 ); + /* 8:58 */waypoints[193] = spawnstruct(); + /* 8:58 */waypoints[193].origin = ( -304.896, 7082.52, 2776.13 ); + /* 8:58 */waypoints[193].type = "grenade"; + /* 8:58 */waypoints[193].childCount = 1; + /* 8:58 */waypoints[193].children[0] = 192; + /* 8:58 */waypoints[193].angles = ( -48.3728, -133.138, 0 ); + /* 8:58 */waypoints[194] = spawnstruct(); + /* 8:58 */waypoints[194].origin = ( -639.832, 7027.05, 2648.13 ); + /* 8:58 */waypoints[194].type = "grenade"; + /* 8:58 */waypoints[194].childCount = 1; + /* 8:58 */waypoints[194].children[0] = 19; + /* 8:58 */waypoints[194].angles = ( -34.4586, 169.036, 0 ); + /* 8:58 */waypoints[195] = spawnstruct(); + /* 8:58 */waypoints[195].origin = ( -1853.91, 7031.13, 2648.13 ); + /* 8:58 */waypoints[195].type = "grenade"; + /* 8:58 */waypoints[195].childCount = 1; + /* 8:58 */waypoints[195].children[0] = 31; + /* 8:58 */waypoints[195].angles = ( -30.921, 11.651, 0 ); + /* 8:58 */waypoints[196] = spawnstruct(); + /* 8:58 */waypoints[196].origin = ( -1980.02, 6706.18, 2648.13 ); + /* 8:58 */waypoints[196].type = "grenade"; + /* 8:58 */waypoints[196].childCount = 1; + /* 8:58 */waypoints[196].children[0] = 37; + /* 8:58 */waypoints[196].angles = ( -23.0988, -10.3271, 0 ); + /* 8:58 */waypoints[197] = spawnstruct(); + /* 8:58 */waypoints[197].origin = ( -628.848, 6756.64, 2648.13 ); + /* 8:58 */waypoints[197].type = "grenade"; + /* 8:58 */waypoints[197].childCount = 1; + /* 8:58 */waypoints[197].children[0] = 15; + /* 8:58 */waypoints[197].angles = ( -34.0466, -163.762, 0 ); + /* 8:58 */waypoints[198] = spawnstruct(); + /* 8:58 */waypoints[198].origin = ( -1353.12, 6315.2, 2980.13 ); + /* 8:58 */waypoints[198].type = "climb"; + /* 8:58 */waypoints[198].childCount = 2; + /* 8:58 */waypoints[198].children[0] = 107; + /* 8:58 */waypoints[198].children[1] = 199; + /* 8:58 */waypoints[198].angles = ( 1.64795, 67.868, 0 ); + /* 8:58 */waypoints[199] = spawnstruct(); + /* 8:58 */waypoints[199].origin = ( -1325.22, 6384.88, 3042.13 ); + /* 8:58 */waypoints[199].type = "climb"; + /* 8:58 */waypoints[199].childCount = 2; + /* 8:58 */waypoints[199].children[0] = 198; + /* 8:58 */waypoints[199].children[1] = 200; + /* 8:58 */waypoints[199].angles = ( 1.26892, 70.1477, 0 ); + /* 8:58 */waypoints[200] = spawnstruct(); + /* 8:58 */waypoints[200].origin = ( -1293.11, 6457.9, 3042.13 ); + /* 8:58 */waypoints[200].type = "stand"; + /* 8:58 */waypoints[200].childCount = 2; + /* 8:58 */waypoints[200].children[0] = 199; + /* 8:58 */waypoints[200].children[1] = 201; + /* 8:58 */waypoints[200].angles = ( 17.4023, 70.5597, 0 ); + /* 8:58 */waypoints[201] = spawnstruct(); + /* 8:58 */waypoints[201].origin = ( -1161.74, 6799.53, 3042.13 ); + /* 8:58 */waypoints[201].type = "stand"; + /* 8:58 */waypoints[201].childCount = 3; + /* 8:58 */waypoints[201].children[0] = 200; + /* 8:58 */waypoints[201].children[1] = 202; + /* 8:58 */waypoints[201].children[2] = 208; + /* 8:58 */waypoints[201].angles = ( 3.73535, 115.345, 0 ); + /* 8:58 */waypoints[202] = spawnstruct(); + /* 8:58 */waypoints[202].origin = ( -1196.28, 6851, 3034.13 ); + /* 8:58 */waypoints[202].type = "climb"; + /* 8:58 */waypoints[202].childCount = 2; + /* 8:58 */waypoints[202].children[0] = 201; + /* 8:58 */waypoints[202].children[1] = 203; + /* 8:58 */waypoints[202].angles = ( -0.609741, -53.8385, 0 ); + /* 8:58 */waypoints[203] = spawnstruct(); + /* 8:58 */waypoints[203].origin = ( -1245.83, 6902.69, 3002.13 ); + /* 8:58 */waypoints[203].type = "climb"; + /* 8:58 */waypoints[203].childCount = 2; + /* 8:58 */waypoints[203].children[0] = 202; + /* 8:58 */waypoints[203].children[1] = 204; + /* 8:58 */waypoints[203].angles = ( -3.1488, -42.7368, 0 ); + /* 8:58 */waypoints[204] = spawnstruct(); + /* 8:58 */waypoints[204].origin = ( -1270.42, 6925.87, 3002.13 ); + /* 8:58 */waypoints[204].type = "stand"; + /* 8:58 */waypoints[204].childCount = 2; + /* 8:58 */waypoints[204].children[0] = 203; + /* 8:58 */waypoints[204].children[1] = 205; + /* 8:58 */waypoints[204].angles = ( 14.6326, 136.829, 0 ); + /* 8:58 */waypoints[205] = spawnstruct(); + /* 8:58 */waypoints[205].origin = ( -1561.52, 7210.88, 3002.13 ); + /* 8:58 */waypoints[205].type = "stand"; + /* 8:58 */waypoints[205].childCount = 2; + /* 8:58 */waypoints[205].children[0] = 204; + /* 8:58 */waypoints[205].children[1] = 206; + /* 8:58 */waypoints[205].angles = ( 29.9475, 108.094, 0 ); + /* 8:58 */waypoints[206] = spawnstruct(); + /* 8:58 */waypoints[206].origin = ( -1579.32, 7285.04, 2994.13 ); + /* 8:58 */waypoints[206].type = "climb"; + /* 8:58 */waypoints[206].childCount = 2; + /* 8:58 */waypoints[206].children[0] = 205; + /* 8:58 */waypoints[206].children[1] = 207; + /* 8:58 */waypoints[206].angles = ( 1.80603, -100.497, 0 ); + /* 8:58 */waypoints[207] = spawnstruct(); + /* 8:58 */waypoints[207].origin = ( -1583.51, 7334.3, 2944.13 ); + /* 8:58 */waypoints[207].type = "climb"; + /* 8:58 */waypoints[207].childCount = 2; + /* 8:58 */waypoints[207].children[0] = 206; + /* 8:58 */waypoints[207].children[1] = 146; + /* 8:58 */waypoints[207].angles = ( -1.66016, -88.3191, 0 ); + /* 8:58 */waypoints[208] = spawnstruct(); + /* 8:58 */waypoints[208].origin = ( -1221.41, 6622.71, 3042.13 ); + /* 8:58 */waypoints[208].type = "crouch"; + /* 8:58 */waypoints[208].childCount = 1; + /* 8:58 */waypoints[208].children[0] = 201; + /* 8:58 */waypoints[208].angles = ( 20.7355, -7.43774, 0 ); + return waypoints; +} diff --git a/raw/scripts/mp/mp_hillside_ss/wps_getaway.gsc b/raw/scripts/mp/mp_hillside_ss/wps_getaway.gsc new file mode 100644 index 0000000..c76b14d --- /dev/null +++ b/raw/scripts/mp/mp_hillside_ss/wps_getaway.gsc @@ -0,0 +1,1049 @@ +main() +{ + level.waypoints = Getaway(); +} + +Getaway() +{ + /* 4:35 */waypoints = []; + /* 4:35 */waypoints[0] = spawnstruct(); + /* 4:35 */waypoints[0].origin = ( 1096.96, -663.326, 2316.13 ); + /* 4:35 */waypoints[0].type = "stand"; + /* 4:35 */waypoints[0].children[0] = 1; + /* 4:35 */waypoints[0].children[1] = 2; + /* 4:35 */waypoints[0].children[2] = 3; + /* 4:35 */waypoints[0].children[3] = 6; + /* 4:35 */waypoints[0].children[4] = 7; + /* 4:35 */waypoints[1] = spawnstruct(); + /* 4:35 */waypoints[1].origin = ( 1095.23, -430.748, 2316.13 ); + /* 4:35 */waypoints[1].type = "stand"; + /* 4:35 */waypoints[1].children[0] = 0; + /* 4:35 */waypoints[1].children[1] = 18; + /* 4:35 */waypoints[1].children[2] = 145; + /* 4:35 */waypoints[2] = spawnstruct(); + /* 4:35 */waypoints[2].origin = ( 955.946, -749.239, 2324.13 ); + /* 4:35 */waypoints[2].type = "stand"; + /* 4:35 */waypoints[2].children[0] = 0; + /* 4:35 */waypoints[2].children[1] = 3; + /* 4:35 */waypoints[2].children[2] = 4; + /* 4:35 */waypoints[2].children[3] = 6; + /* 4:35 */waypoints[3] = spawnstruct(); + /* 4:35 */waypoints[3].origin = ( 876.897, -721.232, 2318.13 ); + /* 4:35 */waypoints[3].type = "stand"; + /* 4:35 */waypoints[3].children[0] = 0; + /* 4:35 */waypoints[3].children[1] = 2; + /* 4:35 */waypoints[3].children[2] = 4; + /* 4:35 */waypoints[3].children[3] = 5; + /* 4:35 */waypoints[4] = spawnstruct(); + /* 4:35 */waypoints[4].origin = ( 901.458, -818.701, 2318.13 ); + /* 4:35 */waypoints[4].type = "stand"; + /* 4:35 */waypoints[4].children[0] = 3; + /* 4:35 */waypoints[4].children[1] = 2; + /* 4:35 */waypoints[5] = spawnstruct(); + /* 4:35 */waypoints[5].origin = ( 903.415, -674.808, 2316.13 ); + /* 4:35 */waypoints[5].type = "crouch"; + /* 4:35 */waypoints[5].children[0] = 3; + /* 4:35 */waypoints[5].angles = ( 18.9185, -119.476, 0 ); + /* 4:35 */waypoints[6] = spawnstruct(); + /* 4:35 */waypoints[6].origin = ( 1044.76, -810.174, 2318.13 ); + /* 4:35 */waypoints[6].type = "tube"; + /* 4:35 */waypoints[6].children[0] = 2; + /* 4:35 */waypoints[6].children[1] = 0; + /* 4:35 */waypoints[6].angles = ( 7.3718, 124.244, 0 ); + /* 4:35 */waypoints[7] = spawnstruct(); + /* 4:35 */waypoints[7].origin = ( 1201.85, -662.723, 2316.13 ); + /* 4:35 */waypoints[7].type = "stand"; + /* 4:35 */waypoints[7].children[0] = 0; + /* 4:35 */waypoints[7].children[1] = 8; + /* 4:35 */waypoints[7].children[2] = 9; + /* 4:35 */waypoints[8] = spawnstruct(); + /* 4:35 */waypoints[8].origin = ( 1207.91, -699.98, 2316.13 ); + /* 4:35 */waypoints[8].type = "claymore"; + /* 4:35 */waypoints[8].children[0] = 7; + /* 4:35 */waypoints[8].angles = ( 22.0001, 95.0153, 0 ); + /* 4:35 */waypoints[9] = spawnstruct(); + /* 4:35 */waypoints[9].origin = ( 1293.25, -618.704, 2316.13 ); + /* 4:35 */waypoints[9].type = "stand"; + /* 4:35 */waypoints[9].children[0] = 10; + /* 4:35 */waypoints[9].children[1] = 7; + /* 4:35 */waypoints[9].children[2] = 15; + /* 4:35 */waypoints[10] = spawnstruct(); + /* 4:35 */waypoints[10].origin = ( 1454.51, -631.691, 2316.13 ); + /* 4:35 */waypoints[10].type = "stand"; + /* 4:35 */waypoints[10].children[0] = 11; + /* 4:35 */waypoints[10].children[1] = 9; + /* 4:35 */waypoints[10].children[2] = 13; + /* 4:35 */waypoints[11] = spawnstruct(); + /* 4:35 */waypoints[11].origin = ( 1604.9, -623.077, 2316.13 ); + /* 4:35 */waypoints[11].type = "stand"; + /* 4:35 */waypoints[11].children[0] = 10; + /* 4:35 */waypoints[11].children[1] = 12; + /* 4:35 */waypoints[11].children[2] = 14; + /* 4:35 */waypoints[12] = spawnstruct(); + /* 4:35 */waypoints[12].origin = ( 1647.03, -590.093, 2316.13 ); + /* 4:35 */waypoints[12].type = "grenade"; + /* 4:35 */waypoints[12].children[0] = 11; + /* 4:35 */waypoints[12].angles = ( 0.439424, -171.486, 0 ); + /* 4:35 */waypoints[13] = spawnstruct(); + /* 4:35 */waypoints[13].origin = ( 1451.15, -475.99, 2316.13 ); + /* 4:35 */waypoints[13].type = "stand"; + /* 4:35 */waypoints[13].children[0] = 10; + /* 4:35 */waypoints[13].children[1] = 14; + /* 4:35 */waypoints[13].children[2] = 15; + /* 4:35 */waypoints[13].children[3] = 32; + /* 4:35 */waypoints[14] = spawnstruct(); + /* 4:35 */waypoints[14].origin = ( 1612.69, -501.634, 2316.13 ); + /* 4:35 */waypoints[14].type = "stand"; + /* 4:35 */waypoints[14].children[0] = 11; + /* 4:35 */waypoints[14].children[1] = 13; + /* 4:35 */waypoints[14].children[2] = 29; + /* 4:35 */waypoints[15] = spawnstruct(); + /* 4:35 */waypoints[15].origin = ( 1291.14, -518.972, 2316.13 ); + /* 4:35 */waypoints[15].type = "stand"; + /* 4:35 */waypoints[15].children[0] = 9; + /* 4:35 */waypoints[15].children[1] = 13; + /* 4:35 */waypoints[15].children[2] = 16; + /* 4:35 */waypoints[16] = spawnstruct(); + /* 4:35 */waypoints[16].origin = ( 1231.64, -481.055, 2316.13 ); + /* 4:35 */waypoints[16].type = "stand"; + /* 4:35 */waypoints[16].children[0] = 15; + /* 4:35 */waypoints[16].children[1] = 17; + /* 4:35 */waypoints[17] = spawnstruct(); + /* 4:35 */waypoints[17].origin = ( 1221.77, -357.629, 2316.13 ); + /* 4:35 */waypoints[17].type = "stand"; + /* 4:35 */waypoints[17].children[0] = 16; + /* 4:35 */waypoints[17].children[1] = 18; + /* 4:35 */waypoints[17].children[2] = 162; + /* 4:35 */waypoints[18] = spawnstruct(); + /* 4:35 */waypoints[18].origin = ( 1098.17, -329.888, 2316.13 ); + /* 4:35 */waypoints[18].type = "stand"; + /* 4:35 */waypoints[18].children[0] = 1; + /* 4:35 */waypoints[18].children[1] = 17; + /* 4:35 */waypoints[18].children[2] = 19; + /* 4:35 */waypoints[18].children[3] = 23; + /* 4:35 */waypoints[19] = spawnstruct(); + /* 4:35 */waypoints[19].origin = ( 1090.89, -76.5348, 2316.13 ); + /* 4:35 */waypoints[19].type = "stand"; + /* 4:35 */waypoints[19].children[0] = 18; + /* 4:35 */waypoints[19].children[1] = 20; + /* 4:35 */waypoints[19].children[2] = 40; + /* 4:35 */waypoints[19].children[3] = 41; + /* 4:35 */waypoints[19].children[4] = 160; + /* 4:35 */waypoints[20] = spawnstruct(); + /* 4:35 */waypoints[20].origin = ( 971.167, -69.0654, 2316.13 ); + /* 4:35 */waypoints[20].type = "stand"; + /* 4:35 */waypoints[20].children[0] = 19; + /* 4:35 */waypoints[20].children[1] = 21; + /* 4:35 */waypoints[20].children[2] = 40; + /* 4:35 */waypoints[21] = spawnstruct(); + /* 4:35 */waypoints[21].origin = ( 908.574, -130.938, 2316.13 ); + /* 4:35 */waypoints[21].type = "stand"; + /* 4:35 */waypoints[21].children[0] = 20; + /* 4:35 */waypoints[21].children[1] = 22; + /* 4:35 */waypoints[22] = spawnstruct(); + /* 4:35 */waypoints[22].origin = ( 914.934, -210.234, 2316.13 ); + /* 4:35 */waypoints[22].type = "stand"; + /* 4:35 */waypoints[22].children[0] = 21; + /* 4:35 */waypoints[22].children[1] = 23; + /* 4:35 */waypoints[22].children[2] = 25; + /* 4:35 */waypoints[23] = spawnstruct(); + /* 4:35 */waypoints[23].origin = ( 941.654, -312.342, 2316.13 ); + /* 4:35 */waypoints[23].type = "stand"; + /* 4:35 */waypoints[23].children[0] = 22; + /* 4:35 */waypoints[23].children[1] = 18; + /* 4:35 */waypoints[23].children[2] = 24; + /* 4:35 */waypoints[24] = spawnstruct(); + /* 4:35 */waypoints[24].origin = ( 945.751, -350.542, 2316.13 ); + /* 4:35 */waypoints[24].type = "grenade"; + /* 4:35 */waypoints[24].children[0] = 23; + /* 4:35 */waypoints[24].angles = ( 2.64218, 1.98303, 0 ); + /* 4:35 */waypoints[25] = spawnstruct(); + /* 4:35 */waypoints[25].origin = ( 840.297, -211.574, 2316.13 ); + /* 4:35 */waypoints[25].type = "stand"; + /* 4:35 */waypoints[25].children[0] = 22; + /* 4:35 */waypoints[25].children[1] = 26; + /* 4:35 */waypoints[25].children[2] = 28; + /* 4:35 */waypoints[26] = spawnstruct(); + /* 4:35 */waypoints[26].origin = ( 783.125, -211.64, 2316.13 ); + /* 4:35 */waypoints[26].type = "climb"; + /* 4:35 */waypoints[26].children[0] = 25; + /* 4:35 */waypoints[26].children[1] = 27; + /* 4:35 */waypoints[26].angles = ( -2.94437, -176.666, 0 ); + /* 4:35 */waypoints[27] = spawnstruct(); + /* 4:35 */waypoints[27].origin = ( 766.154, -211.64, 2359.13 ); + /* 4:35 */waypoints[27].type = "climb"; + /* 4:35 */waypoints[27].children[0] = 26; + /* 4:35 */waypoints[27].angles = ( 19.9072, 178.528, 0 ); + /* 4:35 */waypoints[28] = spawnstruct(); + /* 4:35 */waypoints[28].origin = ( 796.427, -127.45, 2316.13 ); + /* 4:35 */waypoints[28].type = "javelin"; + /* 4:35 */waypoints[28].children[0] = 25; + /* 4:35 */waypoints[28].jav_point = ( -444.236, -840.877, 2166.76 ); + /* 4:35 */waypoints[29] = spawnstruct(); + /* 4:35 */waypoints[29].origin = ( 1614.87, -248.475, 2316.13 ); + /* 4:35 */waypoints[29].type = "stand"; + /* 4:35 */waypoints[29].children[0] = 14; + /* 4:35 */waypoints[29].children[1] = 30; + /* 4:35 */waypoints[29].children[2] = 33; + /* 4:35 */waypoints[29].children[3] = 34; + /* 4:35 */waypoints[30] = spawnstruct(); + /* 4:35 */waypoints[30].origin = ( 1486.45, -223.961, 2316.12 ); + /* 4:35 */waypoints[30].type = "stand"; + /* 4:35 */waypoints[30].children[0] = 29; + /* 4:35 */waypoints[30].children[1] = 31; + /* 4:35 */waypoints[30].children[2] = 32; + /* 4:35 */waypoints[31] = spawnstruct(); + /* 4:35 */waypoints[31].origin = ( 1471.23, -123.035, 2316.13 ); + /* 4:35 */waypoints[31].type = "stand"; + /* 4:35 */waypoints[31].children[0] = 30; + /* 4:35 */waypoints[31].children[1] = 34; + /* 4:35 */waypoints[32] = spawnstruct(); + /* 4:35 */waypoints[32].origin = ( 1428.53, -236.244, 2316.13 ); + /* 4:35 */waypoints[32].type = "stand"; + /* 4:35 */waypoints[32].children[0] = 30; + /* 4:35 */waypoints[32].children[1] = 13; + /* 4:35 */waypoints[32].children[2] = 162; + /* 4:35 */waypoints[33] = spawnstruct(); + /* 4:35 */waypoints[33].origin = ( 1573.7, -168.173, 2316.13 ); + /* 4:35 */waypoints[33].type = "claymore"; + /* 4:35 */waypoints[33].children[0] = 29; + /* 4:35 */waypoints[33].angles = ( 21.5771, -65.7477, 0 ); + /* 4:35 */waypoints[34] = spawnstruct(); + /* 4:35 */waypoints[34].origin = ( 1598.91, -103.824, 2316.13 ); + /* 4:35 */waypoints[34].type = "stand"; + /* 4:35 */waypoints[34].children[0] = 31; + /* 4:35 */waypoints[34].children[1] = 29; + /* 4:35 */waypoints[34].children[2] = 35; + /* 4:35 */waypoints[35] = spawnstruct(); + /* 4:35 */waypoints[35].origin = ( 1614.4, 128.727, 2316.13 ); + /* 4:35 */waypoints[35].type = "stand"; + /* 4:35 */waypoints[35].children[0] = 34; + /* 4:35 */waypoints[35].children[1] = 36; + /* 4:35 */waypoints[36] = spawnstruct(); + /* 4:35 */waypoints[36].origin = ( 1584.96, 457.018, 2316.13 ); + /* 4:35 */waypoints[36].type = "stand"; + /* 4:35 */waypoints[36].children[0] = 35; + /* 4:35 */waypoints[36].children[1] = 37; + /* 4:35 */waypoints[36].children[2] = 39; + /* 4:35 */waypoints[37] = spawnstruct(); + /* 4:35 */waypoints[37].origin = ( 1628.51, 476.625, 2316.13 ); + /* 4:35 */waypoints[37].type = "grenade"; + /* 4:35 */waypoints[37].children[0] = 36; + /* 4:35 */waypoints[37].angles = ( 3.64743, 153.984, 0 ); + /* 4:35 */waypoints[38] = spawnstruct(); + /* 4:35 */waypoints[38].origin = ( 1306.55, 452.8, 2264.13 ); + /* 4:35 */waypoints[38].type = "stand"; + /* 4:35 */waypoints[38].children[0] = 39; + /* 4:35 */waypoints[38].children[1] = 50; + /* 4:35 */waypoints[39] = spawnstruct(); + /* 4:35 */waypoints[39].origin = ( 1468.2, 452.895, 2316.01 ); + /* 4:35 */waypoints[39].type = "stand"; + /* 4:35 */waypoints[39].children[0] = 38; + /* 4:35 */waypoints[39].children[1] = 36; + /* 4:35 */waypoints[40] = spawnstruct(); + /* 4:35 */waypoints[40].origin = ( 1032.97, 26.301, 2316.13 ); + /* 4:35 */waypoints[40].type = "stand"; + /* 4:35 */waypoints[40].children[0] = 19; + /* 4:35 */waypoints[40].children[1] = 20; + /* 4:35 */waypoints[40].children[2] = 41; + /* 4:35 */waypoints[40].children[3] = 159; + /* 4:35 */waypoints[41] = spawnstruct(); + /* 4:35 */waypoints[41].origin = ( 1099.16, 122.322, 2316.13 ); + /* 4:35 */waypoints[41].type = "stand"; + /* 4:35 */waypoints[41].children[0] = 19; + /* 4:35 */waypoints[41].children[1] = 40; + /* 4:35 */waypoints[41].children[2] = 42; + /* 4:35 */waypoints[41].children[3] = 159; + /* 4:35 */waypoints[42] = spawnstruct(); + /* 4:35 */waypoints[42].origin = ( 1100.93, 370.105, 2316.13 ); + /* 4:35 */waypoints[42].type = "stand"; + /* 4:35 */waypoints[42].children[0] = 41; + /* 4:35 */waypoints[42].children[1] = 43; + /* 4:35 */waypoints[42].children[2] = 44; + /* 4:35 */waypoints[42].children[3] = 48; + /* 4:35 */waypoints[43] = spawnstruct(); + /* 4:35 */waypoints[43].origin = ( 1067.81, 346.008, 2316.13 ); + /* 4:35 */waypoints[43].type = "claymore"; + /* 4:35 */waypoints[43].children[0] = 42; + /* 4:35 */waypoints[43].angles = ( 22.9352, 24.2139, 0 ); + /* 4:35 */waypoints[44] = spawnstruct(); + /* 4:35 */waypoints[44].origin = ( 888.438, 365.142, 2316.13 ); + /* 4:35 */waypoints[44].type = "stand"; + /* 4:35 */waypoints[44].children[0] = 42; + /* 4:35 */waypoints[44].children[1] = 45; + /* 4:35 */waypoints[44].children[2] = 46; + /* 4:35 */waypoints[45] = spawnstruct(); + /* 4:35 */waypoints[45].origin = ( 836.292, 384.897, 2316.13 ); + /* 4:35 */waypoints[45].type = "javelin"; + /* 4:35 */waypoints[45].children[0] = 44; + /* 4:35 */waypoints[45].jav_point = ( -543.875, 377.299, 2258.96 ); + /* 4:35 */waypoints[46] = spawnstruct(); + /* 4:35 */waypoints[46].origin = ( 783.125, 363.602, 2316.13 ); + /* 4:35 */waypoints[46].type = "climb"; + /* 4:35 */waypoints[46].children[0] = 44; + /* 4:35 */waypoints[46].children[1] = 47; + /* 4:35 */waypoints[46].angles = ( -3.5199, 179.561, 0 ); + /* 4:35 */waypoints[47] = spawnstruct(); + /* 4:35 */waypoints[47].origin = ( 765.844, 363.602, 2348.13 ); + /* 4:35 */waypoints[47].type = "climb"; + /* 4:35 */waypoints[47].children[0] = 46; + /* 4:35 */waypoints[47].angles = ( 6.23594, 177.105, 0 ); + /* 4:35 */waypoints[48] = spawnstruct(); + /* 4:35 */waypoints[48].origin = ( 1094.85, 461.063, 2316.13 ); + /* 4:35 */waypoints[48].type = "stand"; + /* 4:35 */waypoints[48].children[0] = 42; + /* 4:35 */waypoints[48].children[1] = 49; + /* 4:35 */waypoints[49] = spawnstruct(); + /* 4:35 */waypoints[49].origin = ( 1087.27, 676.072, 2264.13 ); + /* 4:35 */waypoints[49].type = "stand"; + /* 4:35 */waypoints[49].children[0] = 48; + /* 4:35 */waypoints[49].children[1] = 50; + /* 4:35 */waypoints[49].children[2] = 52; + /* 4:35 */waypoints[50] = spawnstruct(); + /* 4:35 */waypoints[50].origin = ( 1239.57, 674.242, 2264.13 ); + /* 4:35 */waypoints[50].type = "stand"; + /* 4:35 */waypoints[50].children[0] = 49; + /* 4:35 */waypoints[50].children[1] = 38; + /* 4:35 */waypoints[50].children[2] = 51; + /* 4:35 */waypoints[51] = spawnstruct(); + /* 4:35 */waypoints[51].origin = ( 1208.15, 725.025, 2264.13 ); + /* 4:35 */waypoints[51].type = "crouch"; + /* 4:35 */waypoints[51].children[0] = 50; + /* 4:35 */waypoints[51].angles = ( 15.8051, -62.9297, 0 ); + /* 4:35 */waypoints[52] = spawnstruct(); + /* 4:35 */waypoints[52].origin = ( 928.585, 677.327, 2264.13 ); + /* 4:35 */waypoints[52].type = "stand"; + /* 4:35 */waypoints[52].children[0] = 49; + /* 4:35 */waypoints[52].children[1] = 53; + /* 4:35 */waypoints[52].children[2] = 70; + /* 4:35 */waypoints[52].children[3] = 71; + /* 4:35 */waypoints[53] = spawnstruct(); + /* 4:35 */waypoints[53].origin = ( 925.302, 890.343, 2224.13 ); + /* 4:35 */waypoints[53].type = "stand"; + /* 4:35 */waypoints[53].children[0] = 52; + /* 4:35 */waypoints[53].children[1] = 54; + /* 4:35 */waypoints[54] = spawnstruct(); + /* 4:35 */waypoints[54].origin = ( 802.683, 888.951, 2193.13 ); + /* 4:35 */waypoints[54].type = "stand"; + /* 4:35 */waypoints[54].children[0] = 53; + /* 4:35 */waypoints[54].children[1] = 55; + /* 4:35 */waypoints[54].children[2] = 58; + /* 4:35 */waypoints[55] = spawnstruct(); + /* 4:35 */waypoints[55].origin = ( 802.378, 1028.26, 2193.13 ); + /* 4:35 */waypoints[55].type = "stand"; + /* 4:35 */waypoints[55].children[0] = 54; + /* 4:35 */waypoints[55].children[1] = 56; + /* 4:35 */waypoints[55].children[2] = 57; + /* 4:35 */waypoints[55].children[3] = 58; + /* 4:35 */waypoints[56] = spawnstruct(); + /* 4:35 */waypoints[56].origin = ( 853.669, 1075.18, 2193.13 ); + /* 4:35 */waypoints[56].type = "javelin"; + /* 4:35 */waypoints[56].children[0] = 55; + /* 4:35 */waypoints[56].jav_point = ( -295.875, 910.316, 2203.18 ); + /* 4:35 */waypoints[57] = spawnstruct(); + /* 4:35 */waypoints[57].origin = ( 631.54, 1016.39, 2193.13 ); + /* 4:35 */waypoints[57].type = "stand"; + /* 4:35 */waypoints[57].children[0] = 55; + /* 4:35 */waypoints[57].children[1] = 58; + /* 4:35 */waypoints[57].children[2] = 59; + /* 4:35 */waypoints[57].children[3] = 60; + /* 4:35 */waypoints[58] = spawnstruct(); + /* 4:35 */waypoints[58].origin = ( 728.281, 972.961, 2193.13 ); + /* 4:35 */waypoints[58].type = "stand"; + /* 4:35 */waypoints[58].children[0] = 54; + /* 4:35 */waypoints[58].children[1] = 57; + /* 4:35 */waypoints[58].children[2] = 55; + /* 4:35 */waypoints[59] = spawnstruct(); + /* 4:35 */waypoints[59].origin = ( 665.885, 937.411, 2193.13 ); + /* 4:35 */waypoints[59].type = "tube"; + /* 4:35 */waypoints[59].children[0] = 57; + /* 4:35 */waypoints[59].angles = ( -10.6885, 93.1057, 0 ); + /* 4:35 */waypoints[60] = spawnstruct(); + /* 4:35 */waypoints[60].origin = ( 353.31, 995.181, 2173.03 ); + /* 4:35 */waypoints[60].type = "stand"; + /* 4:35 */waypoints[60].children[0] = 57; + /* 4:35 */waypoints[60].children[1] = 61; + /* 4:35 */waypoints[60].children[2] = 62; + /* 4:35 */waypoints[61] = spawnstruct(); + /* 4:35 */waypoints[61].origin = ( 405.611, 1022.36, 2175.26 ); + /* 4:35 */waypoints[61].type = "grenade"; + /* 4:35 */waypoints[61].children[0] = 60; + /* 4:35 */waypoints[61].angles = ( 1.31956, -176.576, 0 ); + /* 4:35 */waypoints[62] = spawnstruct(); + /* 4:35 */waypoints[62].origin = ( 68.61, 992.599, 2167.26 ); + /* 4:35 */waypoints[62].type = "stand"; + /* 4:35 */waypoints[62].children[0] = 60; + /* 4:35 */waypoints[62].children[1] = 63; + /* 4:35 */waypoints[62].children[2] = 73; + /* 4:35 */waypoints[62].children[3] = 113; + /* 4:35 */waypoints[63] = spawnstruct(); + /* 4:35 */waypoints[63].origin = ( 43.5761, 842.739, 2170.07 ); + /* 4:35 */waypoints[63].type = "climb"; + /* 4:35 */waypoints[63].children[0] = 62; + /* 4:35 */waypoints[63].children[1] = 64; + /* 4:35 */waypoints[63].angles = ( 0.79771, -87.993, 0 ); + /* 4:35 */waypoints[64] = spawnstruct(); + /* 4:35 */waypoints[64].origin = ( 40.6695, 825.367, 2193.11 ); + /* 4:35 */waypoints[64].type = "climb"; + /* 4:35 */waypoints[64].children[0] = 63; + /* 4:35 */waypoints[64].children[1] = 74; + /* 4:35 */waypoints[64].angles = ( -1.47097, -88.2567, 0 ); + /* 4:35 */waypoints[65] = spawnstruct(); + /* 4:35 */waypoints[65].origin = ( 39.8191, 639.413, 2171.13 ); + /* 4:35 */waypoints[65].type = "stand"; + /* 4:35 */waypoints[65].children[0] = 66; + /* 4:35 */waypoints[65].children[1] = 74; + /* 4:35 */waypoints[65].children[2] = 75; + /* 4:35 */waypoints[66] = spawnstruct(); + /* 4:35 */waypoints[66].origin = ( 232.441, 691.109, 2182.81 ); + /* 4:35 */waypoints[66].type = "stand"; + /* 4:35 */waypoints[66].children[0] = 65; + /* 4:35 */waypoints[66].children[1] = 67; + /* 4:35 */waypoints[67] = spawnstruct(); + /* 4:35 */waypoints[67].origin = ( 391.791, 691.111, 2223.13 ); + /* 4:35 */waypoints[67].type = "stand"; + /* 4:35 */waypoints[67].children[0] = 66; + /* 4:35 */waypoints[67].children[1] = 68; + /* 4:35 */waypoints[67].children[2] = 69; + /* 4:35 */waypoints[68] = spawnstruct(); + /* 4:35 */waypoints[68].origin = ( 418.067, 543.393, 2223.13 ); + /* 4:35 */waypoints[68].type = "stand"; + /* 4:35 */waypoints[68].children[0] = 67; + /* 4:35 */waypoints[68].children[1] = 69; + /* 4:35 */waypoints[68].children[2] = 165; + /* 4:35 */waypoints[69] = spawnstruct(); + /* 4:35 */waypoints[69].origin = ( 610.224, 563.402, 2230.13 ); + /* 4:35 */waypoints[69].type = "stand"; + /* 4:35 */waypoints[69].children[0] = 68; + /* 4:35 */waypoints[69].children[1] = 72; + /* 4:35 */waypoints[69].children[2] = 67; + /* 4:35 */waypoints[69].children[3] = 165; + /* 4:35 */waypoints[69].children[4] = 171; + /* 4:35 */waypoints[70] = spawnstruct(); + /* 4:35 */waypoints[70].origin = ( 935.81, 531.952, 2264.13 ); + /* 4:35 */waypoints[70].type = "prone"; + /* 4:35 */waypoints[70].children[0] = 52; + /* 4:35 */waypoints[70].children[1] = 71; + /* 4:35 */waypoints[71] = spawnstruct(); + /* 4:35 */waypoints[71].origin = ( 792.438, 645.043, 2264.13 ); + /* 4:35 */waypoints[71].type = "stand"; + /* 4:35 */waypoints[71].children[0] = 52; + /* 4:35 */waypoints[71].children[1] = 70; + /* 4:35 */waypoints[71].children[2] = 72; + /* 4:35 */waypoints[72] = spawnstruct(); + /* 4:35 */waypoints[72].origin = ( 707.599, 590.24, 2260.13 ); + /* 4:35 */waypoints[72].type = "stand"; + /* 4:35 */waypoints[72].children[0] = 71; + /* 4:35 */waypoints[72].children[1] = 69; + /* 4:35 */waypoints[73] = spawnstruct(); + /* 4:35 */waypoints[73].origin = ( 108.737, 930.258, 2167.34 ); + /* 4:35 */waypoints[73].type = "claymore"; + /* 4:35 */waypoints[73].children[0] = 62; + /* 4:35 */waypoints[73].angles = ( 17.008, 119.096, 0 ); + /* 4:35 */waypoints[74] = spawnstruct(); + /* 4:35 */waypoints[74].origin = ( 37.8977, 745.711, 2214.63 ); + /* 4:35 */waypoints[74].type = "stand"; + /* 4:35 */waypoints[74].children[0] = 65; + /* 4:35 */waypoints[74].children[1] = 64; + /* 4:35 */waypoints[75] = spawnstruct(); + /* 4:35 */waypoints[75].origin = ( 31.2198, 519.981, 2171.13 ); + /* 4:35 */waypoints[75].type = "stand"; + /* 4:35 */waypoints[75].children[0] = 65; + /* 4:35 */waypoints[75].children[1] = 76; + /* 4:35 */waypoints[76] = spawnstruct(); + /* 4:35 */waypoints[76].origin = ( 24.7268, 376.778, 2223.13 ); + /* 4:35 */waypoints[76].type = "stand"; + /* 4:35 */waypoints[76].children[0] = 75; + /* 4:35 */waypoints[76].children[1] = 77; + /* 4:35 */waypoints[76].children[2] = 78; + /* 4:35 */waypoints[77] = spawnstruct(); + /* 4:35 */waypoints[77].origin = ( 176.559, 369.537, 2223.13 ); + /* 4:35 */waypoints[77].type = "stand"; + /* 4:35 */waypoints[77].children[0] = 76; + /* 4:35 */waypoints[77].children[1] = 164; + /* 4:35 */waypoints[77].children[2] = 168; + /* 4:35 */waypoints[78] = spawnstruct(); + /* 4:35 */waypoints[78].origin = ( -127.274, 375.301, 2223.13 ); + /* 4:35 */waypoints[78].type = "stand"; + /* 4:35 */waypoints[78].children[0] = 76; + /* 4:35 */waypoints[78].children[1] = 79; + /* 4:35 */waypoints[78].children[2] = 80; + /* 4:35 */waypoints[78].children[3] = 169; + /* 4:35 */waypoints[79] = spawnstruct(); + /* 4:35 */waypoints[79].origin = ( -111.22, 281.351, 2241.13 ); + /* 4:35 */waypoints[79].type = "tube"; + /* 4:35 */waypoints[79].children[0] = 78; + /* 4:35 */waypoints[79].angles = ( 15.7995, 92.3328, 0 ); + /* 4:35 */waypoints[80] = spawnstruct(); + /* 4:35 */waypoints[80].origin = ( -315.354, 381.529, 2240.13 ); + /* 4:35 */waypoints[80].type = "stand"; + /* 4:35 */waypoints[80].children[0] = 78; + /* 4:35 */waypoints[80].children[1] = 81; + /* 4:35 */waypoints[80].children[2] = 82; + /* 4:35 */waypoints[80].children[3] = 169; + /* 4:35 */waypoints[81] = spawnstruct(); + /* 4:35 */waypoints[81].origin = ( -412.506, 392.712, 2240.13 ); + /* 4:35 */waypoints[81].type = "stand"; + /* 4:35 */waypoints[81].children[0] = 80; + /* 4:35 */waypoints[81].children[1] = 82; + /* 4:35 */waypoints[81].children[2] = 121; + /* 4:35 */waypoints[81].children[3] = 167; + /* 4:35 */waypoints[82] = spawnstruct(); + /* 4:35 */waypoints[82].origin = ( -400.003, 246.335, 2240.13 ); + /* 4:35 */waypoints[82].type = "stand"; + /* 4:35 */waypoints[82].children[0] = 81; + /* 4:35 */waypoints[82].children[1] = 83; + /* 4:35 */waypoints[82].children[2] = 80; + /* 4:35 */waypoints[82].children[3] = 167; + /* 4:35 */waypoints[82].children[4] = 169; + /* 4:35 */waypoints[83] = spawnstruct(); + /* 4:35 */waypoints[83].origin = ( -401.169, 9.18895, 2210.13 ); + /* 4:35 */waypoints[83].type = "stand"; + /* 4:35 */waypoints[83].children[0] = 82; + /* 4:35 */waypoints[83].children[1] = 84; + /* 4:35 */waypoints[83].children[2] = 85; + /* 4:35 */waypoints[83].children[3] = 112; + /* 4:35 */waypoints[84] = spawnstruct(); + /* 4:35 */waypoints[84].origin = ( -395.358, -81.4195, 2210.13 ); + /* 4:35 */waypoints[84].type = "stand"; + /* 4:35 */waypoints[84].children[0] = 83; + /* 4:35 */waypoints[84].children[1] = 85; + /* 4:35 */waypoints[84].children[2] = 87; + /* 4:35 */waypoints[84].children[3] = 112; + /* 4:35 */waypoints[85] = spawnstruct(); + /* 4:35 */waypoints[85].origin = ( -207.216, -25.8094, 2210.13 ); + /* 4:35 */waypoints[85].type = "stand"; + /* 4:35 */waypoints[85].children[0] = 84; + /* 4:35 */waypoints[85].children[1] = 83; + /* 4:35 */waypoints[85].children[2] = 86; + /* 4:35 */waypoints[85].children[3] = 87; + /* 4:35 */waypoints[85].children[4] = 92; + /* 4:35 */waypoints[86] = spawnstruct(); + /* 4:35 */waypoints[86].origin = ( -236.695, 48.591, 2210.13 ); + /* 4:35 */waypoints[86].type = "crouch"; + /* 4:35 */waypoints[86].children[0] = 85; + /* 4:35 */waypoints[86].angles = ( 17.876, -68.6169, 0 ); + /* 4:35 */waypoints[87] = spawnstruct(); + /* 4:35 */waypoints[87].origin = ( -299.96, -335.02, 2210.71 ); + /* 4:35 */waypoints[87].type = "stand"; + /* 4:35 */waypoints[87].children[0] = 84; + /* 4:35 */waypoints[87].children[1] = 85; + /* 4:35 */waypoints[87].children[2] = 88; + /* 4:35 */waypoints[87].children[3] = 89; + /* 4:35 */waypoints[88] = spawnstruct(); + /* 4:35 */waypoints[88].origin = ( -293.832, -442.28, 2212.45 ); + /* 4:35 */waypoints[88].type = "stand"; + /* 4:35 */waypoints[88].children[0] = 87; + /* 4:35 */waypoints[88].children[1] = 89; + /* 4:35 */waypoints[88].children[2] = 111; + /* 4:35 */waypoints[89] = spawnstruct(); + /* 4:35 */waypoints[89].origin = ( -37.734, -435.645, 2211.68 ); + /* 4:35 */waypoints[89].type = "stand"; + /* 4:35 */waypoints[89].children[0] = 88; + /* 4:35 */waypoints[89].children[1] = 90; + /* 4:35 */waypoints[89].children[2] = 91; + /* 4:35 */waypoints[89].children[3] = 87; + /* 4:35 */waypoints[90] = spawnstruct(); + /* 4:35 */waypoints[90].origin = ( -65.2575, -489.719, 2213.13 ); + /* 4:35 */waypoints[90].type = "grenade"; + /* 4:35 */waypoints[90].children[0] = 89; + /* 4:35 */waypoints[90].angles = ( -0.38332, -19.2444, 0 ); + /* 4:35 */waypoints[91] = spawnstruct(); + /* 4:35 */waypoints[91].origin = ( 63.2317, -437.105, 2211.73 ); + /* 4:35 */waypoints[91].type = "stand"; + /* 4:35 */waypoints[91].children[0] = 89; + /* 4:35 */waypoints[91].children[1] = 95; + /* 4:35 */waypoints[91].children[2] = 101; + /* 4:35 */waypoints[92] = spawnstruct(); + /* 4:35 */waypoints[92].origin = ( -68.1412, -26.9778, 2224.13 ); + /* 4:35 */waypoints[92].type = "stand"; + /* 4:35 */waypoints[92].children[0] = 85; + /* 4:35 */waypoints[92].children[1] = 93; + /* 4:35 */waypoints[92].children[2] = 94; + /* 4:35 */waypoints[93] = spawnstruct(); + /* 4:35 */waypoints[93].origin = ( 39.6056, 21.1762, 2224.13 ); + /* 4:35 */waypoints[93].type = "stand"; + /* 4:35 */waypoints[93].children[0] = 92; + /* 4:35 */waypoints[93].children[1] = 155; + /* 4:35 */waypoints[94] = spawnstruct(); + /* 4:35 */waypoints[94].origin = ( -35.7146, -122.991, 2224.13 ); + /* 4:35 */waypoints[94].type = "stand"; + /* 4:35 */waypoints[94].children[0] = 92; + /* 4:35 */waypoints[94].children[1] = 95; + /* 4:35 */waypoints[95] = spawnstruct(); + /* 4:35 */waypoints[95].origin = ( 48.2655, -224.815, 2224.13 ); + /* 4:35 */waypoints[95].type = "stand"; + /* 4:35 */waypoints[95].children[0] = 91; + /* 4:35 */waypoints[95].children[1] = 94; + /* 4:35 */waypoints[95].children[2] = 96; + /* 4:35 */waypoints[96] = spawnstruct(); + /* 4:35 */waypoints[96].origin = ( 207.915, -96.1799, 2224.13 ); + /* 4:35 */waypoints[96].type = "stand"; + /* 4:35 */waypoints[96].children[0] = 95; + /* 4:35 */waypoints[96].children[1] = 97; + /* 4:35 */waypoints[96].children[2] = 155; + /* 4:35 */waypoints[97] = spawnstruct(); + /* 4:35 */waypoints[97].origin = ( 332.069, -112.965, 2212.13 ); + /* 4:35 */waypoints[97].type = "stand"; + /* 4:35 */waypoints[97].children[0] = 96; + /* 4:35 */waypoints[97].children[1] = 98; + /* 4:35 */waypoints[97].children[2] = 99; + /* 4:35 */waypoints[98] = spawnstruct(); + /* 4:35 */waypoints[98].origin = ( 323.843, -67.8594, 2212.13 ); + /* 4:35 */waypoints[98].type = "claymore"; + /* 4:35 */waypoints[98].children[0] = 97; + /* 4:35 */waypoints[98].angles = ( 24.2535, -84.4226, 0 ); + /* 4:35 */waypoints[99] = spawnstruct(); + /* 4:35 */waypoints[99].origin = ( 331.558, -297.314, 2212.13 ); + /* 4:35 */waypoints[99].type = "stand"; + /* 4:35 */waypoints[99].children[0] = 97; + /* 4:35 */waypoints[99].children[1] = 100; + /* 4:35 */waypoints[99].children[2] = 101; + /* 4:35 */waypoints[99].children[3] = 147; + /* 4:35 */waypoints[100] = spawnstruct(); + /* 4:35 */waypoints[100].origin = ( 408.285, -410.1, 2212.25 ); + /* 4:35 */waypoints[100].type = "stand"; + /* 4:35 */waypoints[100].children[0] = 99; + /* 4:35 */waypoints[100].children[1] = 101; + /* 4:35 */waypoints[100].children[2] = 102; + /* 4:35 */waypoints[100].children[3] = 146; + /* 4:35 */waypoints[101] = spawnstruct(); + /* 4:35 */waypoints[101].origin = ( 200.92, -413.138, 2210.95 ); + /* 4:35 */waypoints[101].type = "stand"; + /* 4:35 */waypoints[101].children[0] = 100; + /* 4:35 */waypoints[101].children[1] = 91; + /* 4:35 */waypoints[101].children[2] = 99; + /* 4:35 */waypoints[102] = spawnstruct(); + /* 4:35 */waypoints[102].origin = ( 404.336, -638.701, 2153.11 ); + /* 4:35 */waypoints[102].type = "stand"; + /* 4:35 */waypoints[102].children[0] = 100; + /* 4:35 */waypoints[102].children[1] = 103; + /* 4:35 */waypoints[102].children[2] = 141; + /* 4:35 */waypoints[102].children[3] = 143; + /* 4:35 */waypoints[103] = spawnstruct(); + /* 4:35 */waypoints[103].origin = ( 251.274, -654.56, 2148.86 ); + /* 4:35 */waypoints[103].type = "stand"; + /* 4:35 */waypoints[103].children[0] = 102; + /* 4:35 */waypoints[103].children[1] = 106; + /* 4:35 */waypoints[103].children[2] = 139; + /* 4:35 */waypoints[104] = spawnstruct(); + /* 4:35 */waypoints[104].origin = ( -396.079, -826.204, 2160.3 ); + /* 4:35 */waypoints[104].type = "stand"; + /* 4:35 */waypoints[104].children[0] = 105; + /* 4:35 */waypoints[104].children[1] = 137; + /* 4:35 */waypoints[104].children[2] = 107; + /* 4:35 */waypoints[104].children[3] = 108; + /* 4:35 */waypoints[105] = spawnstruct(); + /* 4:35 */waypoints[105].origin = ( -410.619, -702.93, 2157.12 ); + /* 4:35 */waypoints[105].type = "stand"; + /* 4:35 */waypoints[105].children[0] = 104; + /* 4:35 */waypoints[105].children[1] = 135; + /* 4:35 */waypoints[105].children[2] = 137; + /* 4:35 */waypoints[105].children[3] = 108; + /* 4:35 */waypoints[106] = spawnstruct(); + /* 4:35 */waypoints[106].origin = ( -46.1747, -672.173, 2146.5 ); + /* 4:35 */waypoints[106].type = "stand"; + /* 4:35 */waypoints[106].children[0] = 103; + /* 4:35 */waypoints[106].children[1] = 107; + /* 4:35 */waypoints[106].children[2] = 108; + /* 4:35 */waypoints[107] = spawnstruct(); + /* 4:35 */waypoints[107].origin = ( -36.2593, -826.127, 2139.89 ); + /* 4:35 */waypoints[107].type = "stand"; + /* 4:35 */waypoints[107].children[0] = 106; + /* 4:35 */waypoints[107].children[1] = 104; + /* 4:35 */waypoints[107].children[2] = 108; + /* 4:35 */waypoints[107].children[3] = 140; + /* 4:35 */waypoints[108] = spawnstruct(); + /* 4:35 */waypoints[108].origin = ( -197.399, -754.468, 2151.33 ); + /* 4:35 */waypoints[108].type = "stand"; + /* 4:35 */waypoints[108].children[0] = 106; + /* 4:35 */waypoints[108].children[1] = 109; + /* 4:35 */waypoints[108].children[2] = 104; + /* 4:35 */waypoints[108].children[3] = 105; + /* 4:35 */waypoints[108].children[4] = 107; + /* 4:35 */waypoints[109] = spawnstruct(); + /* 4:35 */waypoints[109].origin = ( -173.432, -593.125, 2161.99 ); + /* 4:35 */waypoints[109].type = "climb"; + /* 4:35 */waypoints[109].children[0] = 110; + /* 4:35 */waypoints[109].children[1] = 108; + /* 4:35 */waypoints[109].angles = ( -50.6403, 92.4133, 0 ); + /* 4:35 */waypoints[110] = spawnstruct(); + /* 4:35 */waypoints[110].origin = ( -173.432, -577.098, 2240.12 ); + /* 4:35 */waypoints[110].type = "climb"; + /* 4:35 */waypoints[110].children[0] = 109; + /* 4:35 */waypoints[110].children[1] = 111; + /* 4:35 */waypoints[110].angles = ( 10.2295, 90.5951, 0 ); + /* 4:35 */waypoints[111] = spawnstruct(); + /* 4:35 */waypoints[111].origin = ( -203.378, -507.481, 2213.13 ); + /* 4:35 */waypoints[111].type = "stand"; + /* 4:35 */waypoints[111].children[0] = 88; + /* 4:35 */waypoints[111].children[1] = 110; + /* 4:35 */waypoints[112] = spawnstruct(); + /* 4:35 */waypoints[112].origin = ( -633.528, -60.5266, 2146.13 ); + /* 4:35 */waypoints[112].type = "stand"; + /* 4:35 */waypoints[112].children[0] = 84; + /* 4:35 */waypoints[112].children[1] = 83; + /* 4:35 */waypoints[112].children[2] = 125; + /* 4:35 */waypoints[112].children[3] = 124; + /* 4:35 */waypoints[112].children[4] = 130; + /* 4:35 */waypoints[112].children[5] = 132; + /* 4:35 */waypoints[112].children[6] = 133; + /* 4:35 */waypoints[113] = spawnstruct(); + /* 4:35 */waypoints[113].origin = ( -132.819, 978.532, 2182.91 ); + /* 4:35 */waypoints[113].type = "stand"; + /* 4:35 */waypoints[113].children[0] = 62; + /* 4:35 */waypoints[113].children[1] = 114; + /* 4:35 */waypoints[114] = spawnstruct(); + /* 4:35 */waypoints[114].origin = ( -362.801, 985.22, 2188.24 ); + /* 4:35 */waypoints[114].type = "stand"; + /* 4:35 */waypoints[114].children[0] = 113; + /* 4:35 */waypoints[114].children[1] = 115; + /* 4:35 */waypoints[114].children[2] = 118; + /* 4:35 */waypoints[115] = spawnstruct(); + /* 4:35 */waypoints[115].origin = ( -502.27, 933.453, 2193.95 ); + /* 4:35 */waypoints[115].type = "stand"; + /* 4:35 */waypoints[115].children[0] = 114; + /* 4:35 */waypoints[115].children[1] = 116; + /* 4:35 */waypoints[115].children[2] = 117; + /* 4:35 */waypoints[115].children[3] = 118; + /* 4:35 */waypoints[116] = spawnstruct(); + /* 4:35 */waypoints[116].origin = ( -495.901, 985.159, 2191.86 ); + /* 4:35 */waypoints[116].type = "javelin"; + /* 4:35 */waypoints[116].children[0] = 115; + /* 4:35 */waypoints[116].jav_point = ( 626.515, 934.659, 2193.21 ); + /* 4:35 */waypoints[117] = spawnstruct(); + /* 4:35 */waypoints[117].origin = ( -725.3, 821.541, 2195.44 ); + /* 4:35 */waypoints[117].type = "stand"; + /* 4:35 */waypoints[117].children[0] = 115; + /* 4:35 */waypoints[117].children[1] = 118; + /* 4:35 */waypoints[117].children[2] = 126; + /* 4:35 */waypoints[118] = spawnstruct(); + /* 4:35 */waypoints[118].origin = ( -357.063, 863.068, 2195.72 ); + /* 4:35 */waypoints[118].type = "stand"; + /* 4:35 */waypoints[118].children[0] = 114; + /* 4:35 */waypoints[118].children[1] = 115; + /* 4:35 */waypoints[118].children[2] = 117; + /* 4:35 */waypoints[118].children[3] = 119; + /* 4:35 */waypoints[119] = spawnstruct(); + /* 4:35 */waypoints[119].origin = ( -358.95, 695.335, 2248.13 ); + /* 4:35 */waypoints[119].type = "stand"; + /* 4:35 */waypoints[119].children[0] = 118; + /* 4:35 */waypoints[119].children[1] = 120; + /* 4:35 */waypoints[120] = spawnstruct(); + /* 4:35 */waypoints[120].origin = ( -349.069, 583.594, 2248.13 ); + /* 4:35 */waypoints[120].type = "stand"; + /* 4:35 */waypoints[120].children[0] = 119; + /* 4:35 */waypoints[120].children[1] = 121; + /* 4:35 */waypoints[121] = spawnstruct(); + /* 4:35 */waypoints[121].origin = ( -547.331, 585.781, 2248.13 ); + /* 4:35 */waypoints[121].type = "stand"; + /* 4:35 */waypoints[121].children[0] = 120; + /* 4:35 */waypoints[121].children[1] = 122; + /* 4:35 */waypoints[121].children[2] = 163; + /* 4:35 */waypoints[121].children[3] = 81; + /* 4:35 */waypoints[121].children[4] = 167; + /* 4:35 */waypoints[122] = spawnstruct(); + /* 4:35 */waypoints[122].origin = ( -646.887, 500.027, 2248.13 ); + /* 4:35 */waypoints[122].type = "stand"; + /* 4:35 */waypoints[122].children[0] = 121; + /* 4:35 */waypoints[122].children[1] = 123; + /* 4:35 */waypoints[123] = spawnstruct(); + /* 4:35 */waypoints[123].origin = ( -649.317, 325.446, 2176.22 ); + /* 4:35 */waypoints[123].type = "claymore"; + /* 4:35 */waypoints[123].children[0] = 122; + /* 4:35 */waypoints[123].children[1] = 124; + /* 4:35 */waypoints[123].angles = ( 3.91782, 89.9084, 0 ); + /* 4:35 */waypoints[124] = spawnstruct(); + /* 4:35 */waypoints[124].origin = ( -655.42, 174.953, 2173.84 ); + /* 4:35 */waypoints[124].type = "stand"; + /* 4:35 */waypoints[124].children[0] = 123; + /* 4:35 */waypoints[124].children[1] = 125; + /* 4:35 */waypoints[124].children[2] = 112; + /* 4:35 */waypoints[125] = spawnstruct(); + /* 4:35 */waypoints[125].origin = ( -757.531, 153.528, 2165.35 ); + /* 4:35 */waypoints[125].type = "stand"; + /* 4:35 */waypoints[125].children[0] = 124; + /* 4:35 */waypoints[125].children[1] = 129; + /* 4:35 */waypoints[125].children[2] = 112; + /* 4:35 */waypoints[125].children[3] = 130; + /* 4:35 */waypoints[125].children[4] = 131; + /* 4:35 */waypoints[126] = spawnstruct(); + /* 4:35 */waypoints[126].origin = ( -810.02, 702.678, 2209.56 ); + /* 4:35 */waypoints[126].type = "stand"; + /* 4:35 */waypoints[126].children[0] = 117; + /* 4:35 */waypoints[126].children[1] = 127; + /* 4:35 */waypoints[126].children[2] = 128; + /* 4:35 */waypoints[127] = spawnstruct(); + /* 4:35 */waypoints[127].origin = ( -796.823, 512.265, 2187.86 ); + /* 4:35 */waypoints[127].type = "stand"; + /* 4:35 */waypoints[127].children[0] = 126; + /* 4:35 */waypoints[127].children[1] = 128; + /* 4:35 */waypoints[127].children[2] = 129; + /* 4:35 */waypoints[127].children[3] = 131; + /* 4:35 */waypoints[128] = spawnstruct(); + /* 4:35 */waypoints[128].origin = ( -871.784, 539.959, 2198.15 ); + /* 4:35 */waypoints[128].type = "stand"; + /* 4:35 */waypoints[128].children[0] = 126; + /* 4:35 */waypoints[128].children[1] = 127; + /* 4:35 */waypoints[128].children[2] = 129; + /* 4:35 */waypoints[129] = spawnstruct(); + /* 4:35 */waypoints[129].origin = ( -824.338, 346.065, 2181.08 ); + /* 4:35 */waypoints[129].type = "stand"; + /* 4:35 */waypoints[129].children[0] = 128; + /* 4:35 */waypoints[129].children[1] = 127; + /* 4:35 */waypoints[129].children[2] = 125; + /* 4:35 */waypoints[129].children[3] = 131; + /* 4:35 */waypoints[130] = spawnstruct(); + /* 4:35 */waypoints[130].origin = ( -753.7, -65.2699, 2146.13 ); + /* 4:35 */waypoints[130].type = "stand"; + /* 4:35 */waypoints[130].children[0] = 125; + /* 4:35 */waypoints[130].children[1] = 112; + /* 4:35 */waypoints[130].children[2] = 132; + /* 4:35 */waypoints[131] = spawnstruct(); + /* 4:35 */waypoints[131].origin = ( -763.621, 327.042, 2183.48 ); + /* 4:35 */waypoints[131].type = "grenade"; + /* 4:35 */waypoints[131].children[0] = 129; + /* 4:35 */waypoints[131].children[1] = 125; + /* 4:35 */waypoints[131].children[2] = 127; + /* 4:35 */waypoints[131].angles = ( 3.69809, -88.6194, 0 ); + /* 4:35 */waypoints[132] = spawnstruct(); + /* 4:35 */waypoints[132].origin = ( -715.087, -228.347, 2149.62 ); + /* 4:35 */waypoints[132].type = "stand"; + /* 4:35 */waypoints[132].children[0] = 130; + /* 4:35 */waypoints[132].children[1] = 112; + /* 4:35 */waypoints[132].children[2] = 133; + /* 4:35 */waypoints[132].children[3] = 134; + /* 4:35 */waypoints[133] = spawnstruct(); + /* 4:35 */waypoints[133].origin = ( -598.179, -379.042, 2139.35 ); + /* 4:35 */waypoints[133].type = "stand"; + /* 4:35 */waypoints[133].children[0] = 112; + /* 4:35 */waypoints[133].children[1] = 132; + /* 4:35 */waypoints[133].children[2] = 134; + /* 4:35 */waypoints[133].children[3] = 135; + /* 4:35 */waypoints[134] = spawnstruct(); + /* 4:35 */waypoints[134].origin = ( -701.712, -443.03, 2156.31 ); + /* 4:35 */waypoints[134].type = "stand"; + /* 4:35 */waypoints[134].children[0] = 132; + /* 4:35 */waypoints[134].children[1] = 133; + /* 4:35 */waypoints[134].children[2] = 136; + /* 4:35 */waypoints[135] = spawnstruct(); + /* 4:35 */waypoints[135].origin = ( -558.677, -574.301, 2154.88 ); + /* 4:35 */waypoints[135].type = "stand"; + /* 4:35 */waypoints[135].children[0] = 133; + /* 4:35 */waypoints[135].children[1] = 105; + /* 4:35 */waypoints[135].children[2] = 136; + /* 4:35 */waypoints[135].children[3] = 137; + /* 4:35 */waypoints[136] = spawnstruct(); + /* 4:35 */waypoints[136].origin = ( -635.172, -612.666, 2160.37 ); + /* 4:35 */waypoints[136].type = "stand"; + /* 4:35 */waypoints[136].children[0] = 134; + /* 4:35 */waypoints[136].children[1] = 135; + /* 4:35 */waypoints[136].children[2] = 137; + /* 4:35 */waypoints[136].children[3] = 138; + /* 4:35 */waypoints[137] = spawnstruct(); + /* 4:35 */waypoints[137].origin = ( -528.769, -724.388, 2159.92 ); + /* 4:35 */waypoints[137].type = "stand"; + /* 4:35 */waypoints[137].children[0] = 136; + /* 4:35 */waypoints[137].children[1] = 104; + /* 4:35 */waypoints[137].children[2] = 135; + /* 4:35 */waypoints[137].children[3] = 105; + /* 4:35 */waypoints[137].children[4] = 166; + /* 4:35 */waypoints[138] = spawnstruct(); + /* 4:35 */waypoints[138].origin = ( -693.716, -582.188, 2164.14 ); + /* 4:35 */waypoints[138].type = "tube"; + /* 4:35 */waypoints[138].children[0] = 136; + /* 4:35 */waypoints[138].angles = ( -8.35939, -28.9911, 0 ); + /* 4:35 */waypoints[139] = spawnstruct(); + /* 4:35 */waypoints[139].origin = ( 341.96, -826.181, 2142.97 ); + /* 4:35 */waypoints[139].type = "stand"; + /* 4:35 */waypoints[139].children[0] = 103; + /* 4:35 */waypoints[139].children[1] = 140; + /* 4:35 */waypoints[139].children[2] = 141; + /* 4:35 */waypoints[140] = spawnstruct(); + /* 4:35 */waypoints[140].origin = ( 89.9204, -843.237, 2134.48 ); + /* 4:35 */waypoints[140].type = "stand"; + /* 4:35 */waypoints[140].children[0] = 107; + /* 4:35 */waypoints[140].children[1] = 139; + /* 4:35 */waypoints[141] = spawnstruct(); + /* 4:35 */waypoints[141].origin = ( 481.33, -811.897, 2149.13 ); + /* 4:35 */waypoints[141].type = "stand"; + /* 4:35 */waypoints[141].children[0] = 102; + /* 4:35 */waypoints[141].children[1] = 139; + /* 4:35 */waypoints[141].children[2] = 142; + /* 4:35 */waypoints[141].children[3] = 143; + /* 4:35 */waypoints[142] = spawnstruct(); + /* 4:35 */waypoints[142].origin = ( 714.089, -739.649, 2174.02 ); + /* 4:35 */waypoints[142].type = "stand"; + /* 4:35 */waypoints[142].children[0] = 141; + /* 4:35 */waypoints[142].children[1] = 143; + /* 4:35 */waypoints[142].children[2] = 144; + /* 4:35 */waypoints[143] = spawnstruct(); + /* 4:35 */waypoints[143].origin = ( 520.999, -719.019, 2150.96 ); + /* 4:35 */waypoints[143].type = "grenade"; + /* 4:35 */waypoints[143].children[0] = 102; + /* 4:35 */waypoints[143].children[1] = 141; + /* 4:35 */waypoints[143].children[2] = 142; + /* 4:35 */waypoints[143].angles = ( -2.19606, -175.417, 0 ); + /* 4:35 */waypoints[144] = spawnstruct(); + /* 4:35 */waypoints[144].origin = ( 834.769, -694.565, 2180.13 ); + /* 4:35 */waypoints[144].type = "stand"; + /* 4:35 */waypoints[144].children[0] = 142; + /* 4:35 */waypoints[144].children[1] = 145; + /* 4:35 */waypoints[145] = spawnstruct(); + /* 4:35 */waypoints[145].origin = ( 830.892, -430.745, 2214.13 ); + /* 4:35 */waypoints[145].type = "stand"; + /* 4:35 */waypoints[145].children[0] = 144; + /* 4:35 */waypoints[145].children[1] = 1; + /* 4:35 */waypoints[145].children[2] = 146; + /* 4:35 */waypoints[146] = spawnstruct(); + /* 4:35 */waypoints[146].origin = ( 639.549, -437.141, 2211.63 ); + /* 4:35 */waypoints[146].type = "stand"; + /* 4:35 */waypoints[146].children[0] = 145; + /* 4:35 */waypoints[146].children[1] = 100; + /* 4:35 */waypoints[146].children[2] = 147; + /* 4:35 */waypoints[147] = spawnstruct(); + /* 4:35 */waypoints[147].origin = ( 614.095, -241.718, 2210.13 ); + /* 4:35 */waypoints[147].type = "stand"; + /* 4:35 */waypoints[147].children[0] = 146; + /* 4:35 */waypoints[147].children[1] = 99; + /* 4:35 */waypoints[147].children[2] = 148; + /* 4:35 */waypoints[148] = spawnstruct(); + /* 4:35 */waypoints[148].origin = ( 600.812, -96.9164, 2211.13 ); + /* 4:35 */waypoints[148].type = "stand"; + /* 4:35 */waypoints[148].children[0] = 147; + /* 4:35 */waypoints[148].children[1] = 149; + /* 4:35 */waypoints[149] = spawnstruct(); + /* 4:35 */waypoints[149].origin = ( 605.219, 41.8294, 2224.13 ); + /* 4:35 */waypoints[149].type = "stand"; + /* 4:35 */waypoints[149].children[0] = 148; + /* 4:35 */waypoints[149].children[1] = 150; + /* 4:35 */waypoints[149].children[2] = 170; + /* 4:35 */waypoints[150] = spawnstruct(); + /* 4:35 */waypoints[150].origin = ( 618.016, 188.277, 2224.13 ); + /* 4:35 */waypoints[150].type = "stand"; + /* 4:35 */waypoints[150].children[0] = 149; + /* 4:35 */waypoints[150].children[1] = 151; + /* 4:35 */waypoints[150].children[2] = 156; + /* 4:35 */waypoints[150].children[3] = 170; + /* 4:35 */waypoints[150].children[4] = 171; + /* 4:35 */waypoints[151] = spawnstruct(); + /* 4:35 */waypoints[151].origin = ( 479.955, 186.152, 2224.13 ); + /* 4:35 */waypoints[151].type = "stand"; + /* 4:35 */waypoints[151].children[0] = 150; + /* 4:35 */waypoints[151].children[1] = 152; + /* 4:35 */waypoints[152] = spawnstruct(); + /* 4:35 */waypoints[152].origin = ( 386.723, 135.263, 2224.13 ); + /* 4:35 */waypoints[152].type = "stand"; + /* 4:35 */waypoints[152].children[0] = 151; + /* 4:35 */waypoints[152].children[1] = 153; + /* 4:35 */waypoints[153] = spawnstruct(); + /* 4:35 */waypoints[153].origin = ( 370.753, 38.3585, 2224.13 ); + /* 4:35 */waypoints[153].type = "stand"; + /* 4:35 */waypoints[153].children[0] = 152; + /* 4:35 */waypoints[153].children[1] = 154; + /* 4:35 */waypoints[153].children[2] = 155; + /* 4:35 */waypoints[154] = spawnstruct(); + /* 4:35 */waypoints[154].origin = ( 351.095, 102.122, 2224.13 ); + /* 4:35 */waypoints[154].type = "claymore"; + /* 4:35 */waypoints[154].children[0] = 153; + /* 4:35 */waypoints[154].angles = ( 20.5731, -74.48, 0 ); + /* 4:35 */waypoints[155] = spawnstruct(); + /* 4:35 */waypoints[155].origin = ( 236.773, 38.3079, 2224.13 ); + /* 4:35 */waypoints[155].type = "stand"; + /* 4:35 */waypoints[155].children[0] = 153; + /* 4:35 */waypoints[155].children[1] = 96; + /* 4:35 */waypoints[155].children[2] = 93; + /* 4:35 */waypoints[156] = spawnstruct(); + /* 4:35 */waypoints[156].origin = ( 822.05, 270.174, 2208.13 ); + /* 4:35 */waypoints[156].type = "stand"; + /* 4:35 */waypoints[156].children[0] = 150; + /* 4:35 */waypoints[156].children[1] = 157; + /* 4:35 */waypoints[156].children[2] = 158; + /* 4:35 */waypoints[157] = spawnstruct(); + /* 4:35 */waypoints[157].origin = ( 872.021, 183.812, 2208.13 ); + /* 4:35 */waypoints[157].type = "crouch"; + /* 4:35 */waypoints[157].children[0] = 156; + /* 4:35 */waypoints[157].angles = ( 15.9533, 118.539, 0 ); + /* 4:35 */waypoints[158] = spawnstruct(); + /* 4:35 */waypoints[158].origin = ( 1003.72, 285.789, 2252.13 ); + /* 4:35 */waypoints[158].type = "stand"; + /* 4:35 */waypoints[158].children[0] = 156; + /* 4:35 */waypoints[158].children[1] = 159; + /* 4:35 */waypoints[159] = spawnstruct(); + /* 4:35 */waypoints[159].origin = ( 1015.07, 83.4455, 2316.13 ); + /* 4:35 */waypoints[159].type = "stand"; + /* 4:35 */waypoints[159].children[0] = 40; + /* 4:35 */waypoints[159].children[1] = 41; + /* 4:35 */waypoints[159].children[2] = 158; + /* 4:35 */waypoints[160] = spawnstruct(); + /* 4:35 */waypoints[160].origin = ( 1216.03, -97.492, 2316.13 ); + /* 4:35 */waypoints[160].type = "stand"; + /* 4:35 */waypoints[160].children[0] = 19; + /* 4:35 */waypoints[160].children[1] = 161; + /* 4:35 */waypoints[160].children[2] = 162; + /* 4:35 */waypoints[161] = spawnstruct(); + /* 4:35 */waypoints[161].origin = ( 1178.2, -146.69, 2316.13 ); + /* 4:35 */waypoints[161].type = "claymore"; + /* 4:35 */waypoints[161].children[0] = 160; + /* 4:35 */waypoints[161].angles = ( 19.9084, 43.5736, 0 ); + /* 4:35 */waypoints[162] = spawnstruct(); + /* 4:35 */waypoints[162].origin = ( 1216.84, -254.578, 2316.13 ); + /* 4:35 */waypoints[162].type = "prone"; + /* 4:35 */waypoints[162].children[0] = 160; + /* 4:35 */waypoints[162].children[1] = 17; + /* 4:35 */waypoints[162].children[2] = 32; + /* 4:35 */waypoints[163] = spawnstruct(); + /* 4:35 */waypoints[163].origin = ( -616.604, 588.154, 2248.13 ); + /* 4:35 */waypoints[163].type = "javelin"; + /* 4:35 */waypoints[163].children[0] = 121; + /* 4:35 */waypoints[163].jav_point = ( 607.947, 494.695, 2226.95 ); + /* 4:35 */waypoints[164] = spawnstruct(); + /* 4:35 */waypoints[164].origin = ( 315.65, 399.488, 2223.13 ); + /* 4:35 */waypoints[164].type = "stand"; + /* 4:35 */waypoints[164].children[0] = 77; + /* 4:35 */waypoints[164].children[1] = 165; + /* 4:35 */waypoints[165] = spawnstruct(); + /* 4:35 */waypoints[165].origin = ( 480.788, 476.122, 2223.13 ); + /* 4:35 */waypoints[165].type = "stand"; + /* 4:35 */waypoints[165].children[0] = 164; + /* 4:35 */waypoints[165].children[1] = 68; + /* 4:35 */waypoints[165].children[2] = 69; + /* 4:35 */waypoints[165].children[3] = 171; + /* 4:35 */waypoints[166] = spawnstruct(); + /* 4:35 */waypoints[166].origin = ( -636.476, -708.948, 2170.14 ); + /* 4:35 */waypoints[166].type = "javelin"; + /* 4:35 */waypoints[166].children[0] = 137; + /* 4:35 */waypoints[166].jav_point = ( 751.875, -659.213, 2306.77 ); + /* 4:35 */waypoints[167] = spawnstruct(); + /* 4:35 */waypoints[167].origin = ( -472.609, 361.57, 2240.13 ); + /* 4:35 */waypoints[167].type = "prone"; + /* 4:35 */waypoints[167].children[0] = 121; + /* 4:35 */waypoints[167].children[1] = 81; + /* 4:35 */waypoints[167].children[2] = 82; + /* 4:35 */waypoints[168] = spawnstruct(); + /* 4:35 */waypoints[168].origin = ( 133.459, 339.072, 2223.13 ); + /* 4:35 */waypoints[168].type = "grenade"; + /* 4:35 */waypoints[168].children[0] = 77; + /* 4:35 */waypoints[168].angles = ( -2.49819, -154.863, 0 ); + /* 4:35 */waypoints[169] = spawnstruct(); + /* 4:35 */waypoints[169].origin = ( -293.215, 300.28, 2238.13 ); + /* 4:35 */waypoints[169].type = "stand"; + /* 4:35 */waypoints[169].children[0] = 78; + /* 4:35 */waypoints[169].children[1] = 82; + /* 4:35 */waypoints[169].children[2] = 80; + /* 4:35 */waypoints[170] = spawnstruct(); + /* 4:35 */waypoints[170].origin = ( 659.819, 108.229, 2224.13 ); + /* 4:35 */waypoints[170].type = "grenade"; + /* 4:35 */waypoints[170].children[0] = 150; + /* 4:35 */waypoints[170].children[1] = 149; + /* 4:35 */waypoints[170].angles = ( 4.29016, 80.119, 0 ); + /* 4:35 */waypoints[171] = spawnstruct(); + /* 4:35 */waypoints[171].origin = ( 616.649, 381.669, 2232.13 ); + /* 4:35 */waypoints[171].type = "stand"; + /* 4:35 */waypoints[171].children[0] = 150; + /* 4:35 */waypoints[171].children[1] = 165; + /* 4:35 */waypoints[171].children[2] = 69; + /* 4:35 */return waypoints; +} + + diff --git a/raw/scripts/mp/mp_interchange/wps_interchange.gsc b/raw/scripts/mp/mp_interchange/wps_interchange.gsc new file mode 100644 index 0000000..e8b8d0a --- /dev/null +++ b/raw/scripts/mp/mp_interchange/wps_interchange.gsc @@ -0,0 +1,1436 @@ +main() +{ + level.waypoints = Interchange(); +} + +Interchange() +{ + /* 3:01 */waypoints = []; + /* 3:01 */waypoints[0] = spawnstruct(); + /* 3:01 */waypoints[0].origin = ( 635.945, 1829.37, 41.2946 ); + /* 3:01 */waypoints[0].type = "stand"; + /* 3:01 */waypoints[0].children[0] = 1; + /* 3:01 */waypoints[0].children[1] = 132; + /* 3:01 */waypoints[0].children[2] = 212; + /* 3:01 */waypoints[1] = spawnstruct(); + /* 3:01 */waypoints[1].origin = ( 936.558, 1930.1, 28.9318 ); + /* 3:01 */waypoints[1].type = "stand"; + /* 3:01 */waypoints[1].children[0] = 0; + /* 3:01 */waypoints[1].children[1] = 2; + /* 3:01 */waypoints[1].children[2] = 133; + /* 3:01 */waypoints[1].children[3] = 212; + /* 3:01 */waypoints[1].children[4] = 213; + /* 3:01 */waypoints[2] = spawnstruct(); + /* 3:01 */waypoints[2].origin = ( 1235.94, 1814.05, 46.5362 ); + /* 3:01 */waypoints[2].type = "stand"; + /* 3:01 */waypoints[2].children[0] = 1; + /* 3:01 */waypoints[2].children[1] = 3; + /* 3:01 */waypoints[3] = spawnstruct(); + /* 3:01 */waypoints[3].origin = ( 1332.42, 1455.71, 58.8592 ); + /* 3:01 */waypoints[3].type = "stand"; + /* 3:01 */waypoints[3].children[0] = 2; + /* 3:01 */waypoints[3].children[1] = 4; + /* 3:01 */waypoints[3].children[2] = 5; + /* 3:01 */waypoints[4] = spawnstruct(); + /* 3:01 */waypoints[4].origin = ( 1402.2, 1307.62, 67.2045 ); + /* 3:01 */waypoints[4].type = "stand"; + /* 3:01 */waypoints[4].children[0] = 3; + /* 3:01 */waypoints[4].children[1] = 11; + /* 3:01 */waypoints[5] = spawnstruct(); + /* 3:01 */waypoints[5].origin = ( 1220.08, 1294.33, 72.2296 ); + /* 3:01 */waypoints[5].type = "stand"; + /* 3:01 */waypoints[5].children[0] = 3; + /* 3:01 */waypoints[5].children[1] = 6; + /* 3:01 */waypoints[6] = spawnstruct(); + /* 3:01 */waypoints[6].origin = ( 1137.87, 1224.53, 73.531 ); + /* 3:01 */waypoints[6].type = "stand"; + /* 3:01 */waypoints[6].children[0] = 5; + /* 3:01 */waypoints[6].children[1] = 7; + /* 3:01 */waypoints[6].children[2] = 11; + /* 3:01 */waypoints[7] = spawnstruct(); + /* 3:01 */waypoints[7].origin = ( 1022.3, 1133.04, 61.7519 ); + /* 3:01 */waypoints[7].type = "stand"; + /* 3:01 */waypoints[7].children[0] = 6; + /* 3:01 */waypoints[7].children[1] = 8; + /* 3:01 */waypoints[7].children[2] = 134; + /* 3:01 */waypoints[8] = spawnstruct(); + /* 3:01 */waypoints[8].origin = ( 781.16, 873.757, 61.9814 ); + /* 3:01 */waypoints[8].type = "stand"; + /* 3:01 */waypoints[8].children[0] = 7; + /* 3:01 */waypoints[8].children[1] = 137; + /* 3:01 */waypoints[8].children[2] = 220; + /* 3:01 */waypoints[9] = spawnstruct(); + /* 3:01 */waypoints[9].origin = ( 1264.29, 459.29, 65.1029 ); + /* 3:01 */waypoints[9].type = "stand"; + /* 3:01 */waypoints[9].children[0] = 10; + /* 3:01 */waypoints[9].children[1] = 23; + /* 3:01 */waypoints[9].children[2] = 221; + /* 3:01 */waypoints[10] = spawnstruct(); + /* 3:01 */waypoints[10].origin = ( 1204.48, 710.401, 74.9614 ); + /* 3:01 */waypoints[10].type = "stand"; + /* 3:01 */waypoints[10].children[0] = 9; + /* 3:01 */waypoints[10].children[1] = 11; + /* 3:01 */waypoints[11] = spawnstruct(); + /* 3:01 */waypoints[11].origin = ( 1334.4, 1030.24, 65.0133 ); + /* 3:01 */waypoints[11].type = "stand"; + /* 3:01 */waypoints[11].children[0] = 10; + /* 3:01 */waypoints[11].children[1] = 4; + /* 3:01 */waypoints[11].children[2] = 6; + /* 3:01 */waypoints[11].children[3] = 12; + /* 3:01 */waypoints[11].children[4] = 25; + /* 3:01 */waypoints[11].children[5] = 26; + /* 3:01 */waypoints[12] = spawnstruct(); + /* 3:01 */waypoints[12].origin = ( 1201.74, 1035.07, 68.5577 ); + /* 3:01 */waypoints[12].type = "stand"; + /* 3:01 */waypoints[12].children[0] = 11; + /* 3:01 */waypoints[12].children[1] = 13; + /* 3:01 */waypoints[13] = spawnstruct(); + /* 3:01 */waypoints[13].origin = ( 1130.99, 1049.08, 92.125 ); + /* 3:01 */waypoints[13].type = "stand"; + /* 3:01 */waypoints[13].children[0] = 12; + /* 3:01 */waypoints[13].children[1] = 14; + /* 3:01 */waypoints[14] = spawnstruct(); + /* 3:01 */waypoints[14].origin = ( 992.932, 916.894, 92.125 ); + /* 3:01 */waypoints[14].type = "stand"; + /* 3:01 */waypoints[14].children[0] = 13; + /* 3:01 */waypoints[14].children[1] = 15; + /* 3:01 */waypoints[15] = spawnstruct(); + /* 3:01 */waypoints[15].origin = ( 1038.68, 836.151, 66.1968 ); + /* 3:01 */waypoints[15].type = "stand"; + /* 3:01 */waypoints[15].children[0] = 14; + /* 3:01 */waypoints[15].children[1] = 220; + /* 3:01 */waypoints[16] = spawnstruct(); + /* 3:01 */waypoints[16].origin = ( 601.72, 291.108, 75.4543 ); + /* 3:01 */waypoints[16].type = "stand"; + /* 3:01 */waypoints[16].children[0] = 17; + /* 3:01 */waypoints[16].children[1] = 220; + /* 3:01 */waypoints[16].children[2] = 221; + /* 3:01 */waypoints[17] = spawnstruct(); + /* 3:01 */waypoints[17].origin = ( 364.472, 45.3862, 62.7523 ); + /* 3:01 */waypoints[17].type = "stand"; + /* 3:01 */waypoints[17].children[0] = 16; + /* 3:01 */waypoints[17].children[1] = 18; + /* 3:01 */waypoints[17].children[2] = 93; + /* 3:01 */waypoints[17].children[3] = 94; + /* 3:01 */waypoints[17].children[4] = 211; + /* 3:01 */waypoints[18] = spawnstruct(); + /* 3:01 */waypoints[18].origin = ( 554.176, -144.394, 117.59 ); + /* 3:01 */waypoints[18].type = "stand"; + /* 3:01 */waypoints[18].children[0] = 17; + /* 3:01 */waypoints[18].children[1] = 19; + /* 3:01 */waypoints[18].children[2] = 144; + /* 3:01 */waypoints[18].children[3] = 211; + /* 3:01 */waypoints[19] = spawnstruct(); + /* 3:01 */waypoints[19].origin = ( 688.511, -437.93, 97.986 ); + /* 3:01 */waypoints[19].type = "stand"; + /* 3:01 */waypoints[19].children[0] = 18; + /* 3:01 */waypoints[19].children[1] = 20; + /* 3:01 */waypoints[19].children[2] = 145; + /* 3:01 */waypoints[19].children[3] = 191; + /* 3:01 */waypoints[19].children[4] = 219; + /* 3:01 */waypoints[20] = spawnstruct(); + /* 3:01 */waypoints[20].origin = ( 939.29, -550.965, 131.26 ); + /* 3:01 */waypoints[20].type = "stand"; + /* 3:01 */waypoints[20].children[0] = 19; + /* 3:01 */waypoints[20].children[1] = 21; + /* 3:01 */waypoints[20].children[2] = 146; + /* 3:01 */waypoints[20].children[3] = 145; + /* 3:01 */waypoints[20].children[4] = 194; + /* 3:01 */waypoints[20].children[5] = 219; + /* 3:01 */waypoints[21] = spawnstruct(); + /* 3:01 */waypoints[21].origin = ( 1289.95, -476.174, 98.4336 ); + /* 3:01 */waypoints[21].type = "stand"; + /* 3:01 */waypoints[21].children[0] = 20; + /* 3:01 */waypoints[21].children[1] = 22; + /* 3:01 */waypoints[21].children[2] = 45; + /* 3:01 */waypoints[21].children[3] = 149; + /* 3:01 */waypoints[21].children[4] = 194; + /* 3:01 */waypoints[21].children[5] = 54; + /* 3:01 */waypoints[22] = spawnstruct(); + /* 3:01 */waypoints[22].origin = ( 1678.25, -81.7654, 84.9447 ); + /* 3:01 */waypoints[22].type = "stand"; + /* 3:01 */waypoints[22].children[0] = 21; + /* 3:01 */waypoints[22].children[1] = 23; + /* 3:01 */waypoints[22].children[2] = 54; + /* 3:01 */waypoints[22].children[3] = 55; + /* 3:01 */waypoints[22].children[4] = 161; + /* 3:01 */waypoints[23] = spawnstruct(); + /* 3:01 */waypoints[23].origin = ( 1520.93, 330.066, 62.115 ); + /* 3:01 */waypoints[23].type = "stand"; + /* 3:01 */waypoints[23].children[0] = 22; + /* 3:01 */waypoints[23].children[1] = 9; + /* 3:01 */waypoints[23].children[2] = 24; + /* 3:01 */waypoints[23].children[3] = 55; + /* 3:01 */waypoints[23].children[4] = 25; + /* 3:01 */waypoints[24] = spawnstruct(); + /* 3:01 */waypoints[24].origin = ( 1635.7, 504.341, 45.5679 ); + /* 3:01 */waypoints[24].type = "stand"; + /* 3:01 */waypoints[24].children[0] = 23; + /* 3:01 */waypoints[24].children[1] = 25; + /* 3:01 */waypoints[24].children[2] = 26; + /* 3:01 */waypoints[24].children[3] = 56; + /* 3:01 */waypoints[25] = spawnstruct(); + /* 3:01 */waypoints[25].origin = ( 1514.44, 731.279, 69.8738 ); + /* 3:01 */waypoints[25].type = "stand"; + /* 3:01 */waypoints[25].children[0] = 24; + /* 3:01 */waypoints[25].children[1] = 11; + /* 3:01 */waypoints[25].children[2] = 26; + /* 3:01 */waypoints[25].children[3] = 23; + /* 3:01 */waypoints[26] = spawnstruct(); + /* 3:01 */waypoints[26].origin = ( 1683.73, 918.917, 63.6392 ); + /* 3:01 */waypoints[26].type = "stand"; + /* 3:01 */waypoints[26].children[0] = 25; + /* 3:01 */waypoints[26].children[1] = 11; + /* 3:01 */waypoints[26].children[2] = 27; + /* 3:01 */waypoints[26].children[3] = 24; + /* 3:01 */waypoints[27] = spawnstruct(); + /* 3:01 */waypoints[27].origin = ( 1975.73, 535.696, 50.8735 ); + /* 3:01 */waypoints[27].type = "stand"; + /* 3:01 */waypoints[27].children[0] = 26; + /* 3:01 */waypoints[27].children[1] = 28; + /* 3:01 */waypoints[27].children[2] = 56; + /* 3:01 */waypoints[28] = spawnstruct(); + /* 3:01 */waypoints[28].origin = ( 2130.45, 150.729, 17.339 ); + /* 3:01 */waypoints[28].type = "stand"; + /* 3:01 */waypoints[28].children[0] = 27; + /* 3:01 */waypoints[28].children[1] = 29; + /* 3:01 */waypoints[29] = spawnstruct(); + /* 3:01 */waypoints[29].origin = ( 2095.62, -289.463, 98.4117 ); + /* 3:01 */waypoints[29].type = "stand"; + /* 3:01 */waypoints[29].children[0] = 28; + /* 3:01 */waypoints[29].children[1] = 30; + /* 3:01 */waypoints[29].children[2] = 53; + /* 3:01 */waypoints[30] = spawnstruct(); + /* 3:01 */waypoints[30].origin = ( 2531.33, -428.65, 83.5115 ); + /* 3:01 */waypoints[30].type = "stand"; + /* 3:01 */waypoints[30].children[0] = 29; + /* 3:01 */waypoints[30].children[1] = 31; + /* 3:01 */waypoints[30].children[2] = 57; + /* 3:01 */waypoints[31] = spawnstruct(); + /* 3:01 */waypoints[31].origin = ( 2447.61, -797.802, 94.922 ); + /* 3:01 */waypoints[31].type = "stand"; + /* 3:01 */waypoints[31].children[0] = 30; + /* 3:01 */waypoints[31].children[1] = 32; + /* 3:01 */waypoints[32] = spawnstruct(); + /* 3:01 */waypoints[32].origin = ( 2184.37, -1209.7, 116.568 ); + /* 3:01 */waypoints[32].type = "stand"; + /* 3:01 */waypoints[32].children[0] = 31; + /* 3:01 */waypoints[32].children[1] = 33; + /* 3:01 */waypoints[32].children[2] = 59; + /* 3:01 */waypoints[33] = spawnstruct(); + /* 3:01 */waypoints[33].origin = ( 2215.16, -1593.07, 110.494 ); + /* 3:01 */waypoints[33].type = "stand"; + /* 3:01 */waypoints[33].children[0] = 32; + /* 3:01 */waypoints[33].children[1] = 34; + /* 3:01 */waypoints[33].children[2] = 59; + /* 3:01 */waypoints[33].children[3] = 225; + /* 3:01 */waypoints[34] = spawnstruct(); + /* 3:01 */waypoints[34].origin = ( 2092.31, -1756.92, 82.125 ); + /* 3:01 */waypoints[34].type = "stand"; + /* 3:01 */waypoints[34].children[0] = 33; + /* 3:01 */waypoints[34].children[1] = 59; + /* 3:01 */waypoints[34].children[2] = 197; + /* 3:01 */waypoints[34].children[3] = 203; + /* 3:01 */waypoints[35] = spawnstruct(); + /* 3:01 */waypoints[35].origin = ( 1630.3, -2326.78, 138.712 ); + /* 3:01 */waypoints[35].type = "stand"; + /* 3:01 */waypoints[35].children[0] = 36; + /* 3:01 */waypoints[35].children[1] = 164; + /* 3:01 */waypoints[35].children[2] = 190; + /* 3:01 */waypoints[35].children[3] = 197; + /* 3:01 */waypoints[35].children[4] = 198; + /* 3:01 */waypoints[36] = spawnstruct(); + /* 3:01 */waypoints[36].origin = ( 1338.74, -2615.77, 153.531 ); + /* 3:01 */waypoints[36].type = "stand"; + /* 3:01 */waypoints[36].children[0] = 35; + /* 3:01 */waypoints[36].children[1] = 37; + /* 3:01 */waypoints[36].children[2] = 75; + /* 3:01 */waypoints[36].children[3] = 76; + /* 3:01 */waypoints[36].children[4] = 78; + /* 3:01 */waypoints[36].children[5] = 216; + /* 3:01 */waypoints[37] = spawnstruct(); + /* 3:01 */waypoints[37].origin = ( 977.544, -2247.04, 141.049 ); + /* 3:01 */waypoints[37].type = "stand"; + /* 3:01 */waypoints[37].children[0] = 36; + /* 3:01 */waypoints[37].children[1] = 38; + /* 3:01 */waypoints[38] = spawnstruct(); + /* 3:01 */waypoints[38].origin = ( 581.835, -2033.98, 143.58 ); + /* 3:01 */waypoints[38].type = "stand"; + /* 3:01 */waypoints[38].children[0] = 37; + /* 3:01 */waypoints[38].children[1] = 79; + /* 3:01 */waypoints[38].children[2] = 69; + /* 3:01 */waypoints[38].children[3] = 153; + /* 3:01 */waypoints[38].children[4] = 207; + /* 3:01 */waypoints[39] = spawnstruct(); + /* 3:01 */waypoints[39].origin = ( 745.639, -1629.06, 129.102 ); + /* 3:01 */waypoints[39].type = "stand"; + /* 3:01 */waypoints[39].children[0] = 40; + /* 3:01 */waypoints[39].children[1] = 200; + /* 3:01 */waypoints[39].children[2] = 208; + /* 3:01 */waypoints[39].children[3] = 207; + /* 3:01 */waypoints[40] = spawnstruct(); + /* 3:01 */waypoints[40].origin = ( 973.105, -1379.41, 127.687 ); + /* 3:01 */waypoints[40].type = "stand"; + /* 3:01 */waypoints[40].children[0] = 39; + /* 3:01 */waypoints[40].children[1] = 41; + /* 3:01 */waypoints[40].children[2] = 47; + /* 3:01 */waypoints[40].children[3] = 155; + /* 3:01 */waypoints[40].children[4] = 174; + /* 3:01 */waypoints[41] = spawnstruct(); + /* 3:01 */waypoints[41].origin = ( 1125.3, -1198.04, 145.959 ); + /* 3:01 */waypoints[41].type = "stand"; + /* 3:01 */waypoints[41].children[0] = 40; + /* 3:01 */waypoints[41].children[1] = 42; + /* 3:01 */waypoints[41].children[2] = 44; + /* 3:01 */waypoints[41].children[3] = 47; + /* 3:01 */waypoints[41].children[4] = 163; + /* 3:01 */waypoints[41].children[5] = 174; + /* 3:01 */waypoints[42] = spawnstruct(); + /* 3:01 */waypoints[42].origin = ( 1493.22, -1508.04, 121.945 ); + /* 3:01 */waypoints[42].type = "stand"; + /* 3:01 */waypoints[42].children[0] = 41; + /* 3:01 */waypoints[42].children[1] = 43; + /* 3:01 */waypoints[42].children[2] = 48; + /* 3:01 */waypoints[42].children[3] = 49; + /* 3:01 */waypoints[42].children[4] = 192; + /* 3:01 */waypoints[43] = spawnstruct(); + /* 3:01 */waypoints[43].origin = ( 1792.01, -1864.22, 109.417 ); + /* 3:01 */waypoints[43].type = "stand"; + /* 3:01 */waypoints[43].children[0] = 42; + /* 3:01 */waypoints[43].children[1] = 49; + /* 3:01 */waypoints[43].children[2] = 192; + /* 3:01 */waypoints[43].children[3] = 197; + /* 3:01 */waypoints[44] = spawnstruct(); + /* 3:01 */waypoints[44].origin = ( 1387.4, -1087.9, 153.61 ); + /* 3:01 */waypoints[44].type = "stand"; + /* 3:01 */waypoints[44].children[0] = 41; + /* 3:01 */waypoints[44].children[1] = 45; + /* 3:01 */waypoints[44].children[2] = 48; + /* 3:01 */waypoints[44].children[3] = 50; + /* 3:01 */waypoints[44].children[4] = 193; + /* 3:01 */waypoints[44].children[5] = 51; + /* 3:01 */waypoints[45] = spawnstruct(); + /* 3:01 */waypoints[45].origin = ( 1323.23, -771.142, 103.999 ); + /* 3:01 */waypoints[45].type = "stand"; + /* 3:01 */waypoints[45].children[0] = 44; + /* 3:01 */waypoints[45].children[1] = 21; + /* 3:01 */waypoints[45].children[2] = 46; + /* 3:01 */waypoints[45].children[3] = 162; + /* 3:01 */waypoints[45].children[4] = 193; + /* 3:01 */waypoints[46] = spawnstruct(); + /* 3:01 */waypoints[46].origin = ( 1109.17, -837.706, 79.3237 ); + /* 3:01 */waypoints[46].type = "stand"; + /* 3:01 */waypoints[46].children[0] = 45; + /* 3:01 */waypoints[46].children[1] = 47; + /* 3:01 */waypoints[46].children[2] = 162; + /* 3:01 */waypoints[47] = spawnstruct(); + /* 3:01 */waypoints[47].origin = ( 876.603, -1131.24, 124.516 ); + /* 3:01 */waypoints[47].type = "stand"; + /* 3:01 */waypoints[47].children[0] = 46; + /* 3:01 */waypoints[47].children[1] = 40; + /* 3:01 */waypoints[47].children[2] = 41; + /* 3:01 */waypoints[47].children[3] = 150; + /* 3:01 */waypoints[48] = spawnstruct(); + /* 3:01 */waypoints[48].origin = ( 1494.65, -1345.86, 114.125 ); + /* 3:01 */waypoints[48].type = "stand"; + /* 3:01 */waypoints[48].children[0] = 44; + /* 3:01 */waypoints[48].children[1] = 49; + /* 3:01 */waypoints[48].children[2] = 42; + /* 3:01 */waypoints[49] = spawnstruct(); + /* 3:01 */waypoints[49].origin = ( 1760.07, -1427.99, 82.125 ); + /* 3:01 */waypoints[49].type = "stand"; + /* 3:01 */waypoints[49].children[0] = 48; + /* 3:01 */waypoints[49].children[1] = 50; + /* 3:01 */waypoints[49].children[2] = 59; + /* 3:01 */waypoints[49].children[3] = 42; + /* 3:01 */waypoints[49].children[4] = 43; + /* 3:01 */waypoints[49].children[5] = 203; + /* 3:01 */waypoints[50] = spawnstruct(); + /* 3:01 */waypoints[50].origin = ( 1701.83, -1064.4, 115.334 ); + /* 3:01 */waypoints[50].type = "stand"; + /* 3:01 */waypoints[50].children[0] = 49; + /* 3:01 */waypoints[50].children[1] = 51; + /* 3:01 */waypoints[50].children[2] = 59; + /* 3:01 */waypoints[50].children[3] = 44; + /* 3:01 */waypoints[51] = spawnstruct(); + /* 3:01 */waypoints[51].origin = ( 1779.7, -769.614, 127.131 ); + /* 3:01 */waypoints[51].type = "stand"; + /* 3:01 */waypoints[51].children[0] = 50; + /* 3:01 */waypoints[51].children[1] = 52; + /* 3:01 */waypoints[51].children[2] = 156; + /* 3:01 */waypoints[51].children[3] = 196; + /* 3:01 */waypoints[51].children[4] = 204; + /* 3:01 */waypoints[51].children[5] = 44; + /* 3:01 */waypoints[52] = spawnstruct(); + /* 3:01 */waypoints[52].origin = ( 1973.66, -500.452, 114.128 ); + /* 3:01 */waypoints[52].type = "stand"; + /* 3:01 */waypoints[52].children[0] = 51; + /* 3:01 */waypoints[52].children[1] = 53; + /* 3:01 */waypoints[52].children[2] = 58; + /* 3:01 */waypoints[52].children[3] = 196; + /* 3:01 */waypoints[53] = spawnstruct(); + /* 3:01 */waypoints[53].origin = ( 1969.46, -262.157, 98.3369 ); + /* 3:01 */waypoints[53].type = "stand"; + /* 3:01 */waypoints[53].children[0] = 52; + /* 3:01 */waypoints[53].children[1] = 29; + /* 3:01 */waypoints[53].children[2] = 54; + /* 3:01 */waypoints[53].children[3] = 201; + /* 3:01 */waypoints[54] = spawnstruct(); + /* 3:01 */waypoints[54].origin = ( 1767.11, -245.199, 65.4398 ); + /* 3:01 */waypoints[54].type = "stand"; + /* 3:01 */waypoints[54].children[0] = 53; + /* 3:01 */waypoints[54].children[1] = 22; + /* 3:01 */waypoints[54].children[2] = 55; + /* 3:01 */waypoints[54].children[3] = 201; + /* 3:01 */waypoints[54].children[4] = 206; + /* 3:01 */waypoints[54].children[5] = 21; + /* 3:01 */waypoints[55] = spawnstruct(); + /* 3:01 */waypoints[55].origin = ( 1807.23, 51.2345, 101.205 ); + /* 3:01 */waypoints[55].type = "stand"; + /* 3:01 */waypoints[55].children[0] = 54; + /* 3:01 */waypoints[55].children[1] = 56; + /* 3:01 */waypoints[55].children[2] = 22; + /* 3:01 */waypoints[55].children[3] = 23; + /* 3:01 */waypoints[55].children[4] = 175; + /* 3:01 */waypoints[56] = spawnstruct(); + /* 3:01 */waypoints[56].origin = ( 1860.7, 362.72, 80.23 ); + /* 3:01 */waypoints[56].type = "stand"; + /* 3:01 */waypoints[56].children[0] = 55; + /* 3:01 */waypoints[56].children[1] = 27; + /* 3:01 */waypoints[56].children[2] = 24; + /* 3:01 */waypoints[57] = spawnstruct(); + /* 3:01 */waypoints[57].origin = ( 2211.32, -685.136, 109.528 ); + /* 3:01 */waypoints[57].type = "stand"; + /* 3:01 */waypoints[57].children[0] = 30; + /* 3:01 */waypoints[57].children[1] = 58; + /* 3:01 */waypoints[58] = spawnstruct(); + /* 3:01 */waypoints[58].origin = ( 2058.34, -850.461, 119.778 ); + /* 3:01 */waypoints[58].type = "stand"; + /* 3:01 */waypoints[58].children[0] = 57; + /* 3:01 */waypoints[58].children[1] = 59; + /* 3:01 */waypoints[58].children[2] = 52; + /* 3:01 */waypoints[58].children[3] = 179; + /* 3:01 */waypoints[59] = spawnstruct(); + /* 3:01 */waypoints[59].origin = ( 1904.81, -1269.43, 110.694 ); + /* 3:01 */waypoints[59].type = "stand"; + /* 3:01 */waypoints[59].children[0] = 58; + /* 3:01 */waypoints[59].children[1] = 49; + /* 3:01 */waypoints[59].children[2] = 32; + /* 3:01 */waypoints[59].children[3] = 33; + /* 3:01 */waypoints[59].children[4] = 50; + /* 3:01 */waypoints[59].children[5] = 34; + /* 3:01 */waypoints[60] = spawnstruct(); + /* 3:01 */waypoints[60].origin = ( 374.829, -584.787, 97.9332 ); + /* 3:01 */waypoints[60].type = "stand"; + /* 3:01 */waypoints[60].children[0] = 61; + /* 3:01 */waypoints[60].children[1] = 145; + /* 3:01 */waypoints[60].children[2] = 150; + /* 3:01 */waypoints[60].children[3] = 187; + /* 3:01 */waypoints[61] = spawnstruct(); + /* 3:01 */waypoints[61].origin = ( 59.3023, -415.549, 80.9667 ); + /* 3:01 */waypoints[61].type = "stand"; + /* 3:01 */waypoints[61].children[0] = 60; + /* 3:01 */waypoints[61].children[1] = 62; + /* 3:01 */waypoints[61].children[2] = 143; + /* 3:01 */waypoints[61].children[3] = 145; + /* 3:01 */waypoints[61].children[4] = 177; + /* 3:01 */waypoints[62] = spawnstruct(); + /* 3:01 */waypoints[62].origin = ( -214.269, -368.348, 64.9623 ); + /* 3:01 */waypoints[62].type = "stand"; + /* 3:01 */waypoints[62].children[0] = 61; + /* 3:01 */waypoints[62].children[1] = 63; + /* 3:01 */waypoints[62].children[2] = 91; + /* 3:01 */waypoints[62].children[3] = 92; + /* 3:01 */waypoints[62].children[4] = 143; + /* 3:01 */waypoints[62].children[5] = 177; + /* 3:01 */waypoints[63] = spawnstruct(); + /* 3:01 */waypoints[63].origin = ( -494.366, -673.73, 78.2947 ); + /* 3:01 */waypoints[63].type = "stand"; + /* 3:01 */waypoints[63].children[0] = 62; + /* 3:01 */waypoints[63].children[1] = 64; + /* 3:01 */waypoints[63].children[2] = 202; + /* 3:01 */waypoints[64] = spawnstruct(); + /* 3:01 */waypoints[64].origin = ( -716.036, -932.48, 93.2863 ); + /* 3:01 */waypoints[64].type = "stand"; + /* 3:01 */waypoints[64].children[0] = 63; + /* 3:01 */waypoints[64].children[1] = 65; + /* 3:01 */waypoints[64].children[2] = 82; + /* 3:01 */waypoints[64].children[3] = 83; + /* 3:01 */waypoints[64].children[4] = 202; + /* 3:01 */waypoints[65] = spawnstruct(); + /* 3:01 */waypoints[65].origin = ( -587.664, -1289.66, 77.8366 ); + /* 3:01 */waypoints[65].type = "stand"; + /* 3:01 */waypoints[65].children[0] = 64; + /* 3:01 */waypoints[65].children[1] = 80; + /* 3:01 */waypoints[65].children[2] = 82; + /* 3:01 */waypoints[65].children[3] = 152; + /* 3:01 */waypoints[66] = spawnstruct(); + /* 3:01 */waypoints[66].origin = ( -164.207, -1590.95, 120.06 ); + /* 3:01 */waypoints[66].type = "stand"; + /* 3:01 */waypoints[66].children[0] = 67; + /* 3:01 */waypoints[66].children[1] = 68; + /* 3:01 */waypoints[66].children[2] = 152; + /* 3:01 */waypoints[67] = spawnstruct(); + /* 3:01 */waypoints[67].origin = ( 244.679, -1634.98, 138.394 ); + /* 3:01 */waypoints[67].type = "stand"; + /* 3:01 */waypoints[67].children[0] = 66; + /* 3:01 */waypoints[67].children[1] = 208; + /* 3:01 */waypoints[68] = spawnstruct(); + /* 3:01 */waypoints[68].origin = ( -205.35, -1957.72, 147.379 ); + /* 3:01 */waypoints[68].type = "stand"; + /* 3:01 */waypoints[68].children[0] = 66; + /* 3:01 */waypoints[68].children[1] = 69; + /* 3:01 */waypoints[68].children[2] = 80; + /* 3:01 */waypoints[69] = spawnstruct(); + /* 3:01 */waypoints[69].origin = ( 145.023, -1999.57, 161.688 ); + /* 3:01 */waypoints[69].type = "stand"; + /* 3:01 */waypoints[69].children[0] = 68; + /* 3:01 */waypoints[69].children[1] = 70; + /* 3:01 */waypoints[69].children[2] = 79; + /* 3:01 */waypoints[69].children[3] = 38; + /* 3:01 */waypoints[70] = spawnstruct(); + /* 3:01 */waypoints[70].origin = ( 301.845, -2276.36, 161.513 ); + /* 3:01 */waypoints[70].type = "stand"; + /* 3:01 */waypoints[70].children[0] = 69; + /* 3:01 */waypoints[70].children[1] = 71; + /* 3:01 */waypoints[70].children[2] = 79; + /* 3:01 */waypoints[70].children[3] = 199; + /* 3:01 */waypoints[71] = spawnstruct(); + /* 3:01 */waypoints[71].origin = ( 292.149, -2824.33, 162.14 ); + /* 3:01 */waypoints[71].type = "stand"; + /* 3:01 */waypoints[71].children[0] = 70; + /* 3:01 */waypoints[71].children[1] = 72; + /* 3:01 */waypoints[71].children[2] = 199; + /* 3:01 */waypoints[72] = spawnstruct(); + /* 3:01 */waypoints[72].origin = ( 638.041, -3131.05, 161.734 ); + /* 3:01 */waypoints[72].type = "stand"; + /* 3:01 */waypoints[72].children[0] = 71; + /* 3:01 */waypoints[72].children[1] = 73; + /* 3:01 */waypoints[72].children[2] = 77; + /* 3:01 */waypoints[72].children[3] = 223; + /* 3:01 */waypoints[73] = spawnstruct(); + /* 3:01 */waypoints[73].origin = ( 1118.81, -3220.01, 109.405 ); + /* 3:01 */waypoints[73].type = "stand"; + /* 3:01 */waypoints[73].children[0] = 72; + /* 3:01 */waypoints[73].children[1] = 74; + /* 3:01 */waypoints[73].children[2] = 76; + /* 3:01 */waypoints[73].children[3] = 77; + /* 3:01 */waypoints[73].children[4] = 224; + /* 3:01 */waypoints[73].children[5] = 223; + /* 3:01 */waypoints[74] = spawnstruct(); + /* 3:01 */waypoints[74].origin = ( 1537.19, -3119.31, 140.23 ); + /* 3:01 */waypoints[74].type = "stand"; + /* 3:01 */waypoints[74].children[0] = 73; + /* 3:01 */waypoints[74].children[1] = 75; + /* 3:01 */waypoints[75] = spawnstruct(); + /* 3:01 */waypoints[75].origin = ( 1520.88, -2827.47, 143.533 ); + /* 3:01 */waypoints[75].type = "stand"; + /* 3:01 */waypoints[75].children[0] = 74; + /* 3:01 */waypoints[75].children[1] = 36; + /* 3:01 */waypoints[75].children[2] = 76; + /* 3:01 */waypoints[75].children[3] = 216; + /* 3:01 */waypoints[76] = spawnstruct(); + /* 3:01 */waypoints[76].origin = ( 1220.95, -2894.6, 113.381 ); + /* 3:01 */waypoints[76].type = "stand"; + /* 3:01 */waypoints[76].children[0] = 36; + /* 3:01 */waypoints[76].children[1] = 77; + /* 3:01 */waypoints[76].children[2] = 73; + /* 3:01 */waypoints[76].children[3] = 75; + /* 3:01 */waypoints[76].children[4] = 78; + /* 3:01 */waypoints[76].children[5] = 215; + /* 3:01 */waypoints[77] = spawnstruct(); + /* 3:01 */waypoints[77].origin = ( 829.777, -3040.18, 146.573 ); + /* 3:01 */waypoints[77].type = "stand"; + /* 3:01 */waypoints[77].children[0] = 76; + /* 3:01 */waypoints[77].children[1] = 72; + /* 3:01 */waypoints[77].children[2] = 73; + /* 3:01 */waypoints[77].children[3] = 215; + /* 3:01 */waypoints[78] = spawnstruct(); + /* 3:01 */waypoints[78].origin = ( 932.887, -2617.74, 153.309 ); + /* 3:01 */waypoints[78].type = "stand"; + /* 3:01 */waypoints[78].children[0] = 76; + /* 3:01 */waypoints[78].children[1] = 79; + /* 3:01 */waypoints[78].children[2] = 36; + /* 3:01 */waypoints[78].children[3] = 215; + /* 3:01 */waypoints[79] = spawnstruct(); + /* 3:01 */waypoints[79].origin = ( 584.98, -2220.9, 151.399 ); + /* 3:01 */waypoints[79].type = "stand"; + /* 3:01 */waypoints[79].children[0] = 78; + /* 3:01 */waypoints[79].children[1] = 38; + /* 3:01 */waypoints[79].children[2] = 70; + /* 3:01 */waypoints[79].children[3] = 69; + /* 3:01 */waypoints[80] = spawnstruct(); + /* 3:01 */waypoints[80].origin = ( -569.414, -1689.14, 127.339 ); + /* 3:01 */waypoints[80].type = "stand"; + /* 3:01 */waypoints[80].children[0] = 68; + /* 3:01 */waypoints[80].children[1] = 81; + /* 3:01 */waypoints[80].children[2] = 65; + /* 3:01 */waypoints[80].children[3] = 152; + /* 3:01 */waypoints[81] = spawnstruct(); + /* 3:01 */waypoints[81].origin = ( -817.794, -1384.35, 127.339 ); + /* 3:01 */waypoints[81].type = "stand"; + /* 3:01 */waypoints[81].children[0] = 80; + /* 3:01 */waypoints[81].children[1] = 82; + /* 3:01 */waypoints[81].children[2] = 185; + /* 3:01 */waypoints[82] = spawnstruct(); + /* 3:01 */waypoints[82].origin = ( -705.19, -1182.22, 96.7553 ); + /* 3:01 */waypoints[82].type = "stand"; + /* 3:01 */waypoints[82].children[0] = 81; + /* 3:01 */waypoints[82].children[1] = 64; + /* 3:01 */waypoints[82].children[2] = 65; + /* 3:01 */waypoints[82].children[3] = 185; + /* 3:01 */waypoints[82].children[4] = 217; + /* 3:01 */waypoints[83] = spawnstruct(); + /* 3:01 */waypoints[83].origin = ( -943.347, -843.668, 89.1185 ); + /* 3:01 */waypoints[83].type = "stand"; + /* 3:01 */waypoints[83].children[0] = 64; + /* 3:01 */waypoints[83].children[1] = 84; + /* 3:01 */waypoints[84] = spawnstruct(); + /* 3:01 */waypoints[84].origin = ( -1091, -672.518, 72.4611 ); + /* 3:01 */waypoints[84].type = "stand"; + /* 3:01 */waypoints[84].children[0] = 83; + /* 3:01 */waypoints[84].children[1] = 85; + /* 3:01 */waypoints[84].children[2] = 112; + /* 3:01 */waypoints[85] = spawnstruct(); + /* 3:01 */waypoints[85].origin = ( -877.668, -398.203, 50.3931 ); + /* 3:01 */waypoints[85].type = "stand"; + /* 3:01 */waypoints[85].children[0] = 84; + /* 3:01 */waypoints[85].children[1] = 86; + /* 3:01 */waypoints[85].children[2] = 114; + /* 3:01 */waypoints[86] = spawnstruct(); + /* 3:01 */waypoints[86].origin = ( -550.35, -233.926, 19.8485 ); + /* 3:01 */waypoints[86].type = "stand"; + /* 3:01 */waypoints[86].children[0] = 85; + /* 3:01 */waypoints[86].children[1] = 87; + /* 3:01 */waypoints[87] = spawnstruct(); + /* 3:01 */waypoints[87].origin = ( -341.969, -95.9773, 24.3798 ); + /* 3:01 */waypoints[87].type = "stand"; + /* 3:01 */waypoints[87].children[0] = 86; + /* 3:01 */waypoints[87].children[1] = 88; + /* 3:01 */waypoints[87].children[2] = 181; + /* 3:01 */waypoints[87].children[3] = 123; + /* 3:01 */waypoints[88] = spawnstruct(); + /* 3:01 */waypoints[88].origin = ( -312.897, -73.3208, 25.5299 ); + /* 3:01 */waypoints[88].type = "climb"; + /* 3:01 */waypoints[88].children[0] = 87; + /* 3:01 */waypoints[88].children[1] = 89; + /* 3:01 */waypoints[88].angles = ( 0.43396, 42.617, 0 ); + /* 3:01 */waypoints[89] = spawnstruct(); + /* 3:01 */waypoints[89].origin = ( -271.915, -36.6532, 70.4554 ); + /* 3:01 */waypoints[89].type = "stand"; + /* 3:01 */waypoints[89].children[0] = 88; + /* 3:01 */waypoints[89].children[1] = 90; + /* 3:01 */waypoints[89].children[2] = 116; + /* 3:01 */waypoints[89].children[3] = 210; + /* 3:01 */waypoints[90] = spawnstruct(); + /* 3:01 */waypoints[90].origin = ( -233.85, -86.7359, 72.6924 ); + /* 3:01 */waypoints[90].type = "climb"; + /* 3:01 */waypoints[90].children[0] = 89; + /* 3:01 */waypoints[90].children[1] = 91; + /* 3:01 */waypoints[90].angles = ( 2.02148, -51.4809, 0 ); + /* 3:01 */waypoints[91] = spawnstruct(); + /* 3:01 */waypoints[91].origin = ( -201.623, -126.692, 98.3944 ); + /* 3:01 */waypoints[91].type = "stand"; + /* 3:01 */waypoints[91].children[0] = 90; + /* 3:01 */waypoints[91].children[1] = 62; + /* 3:01 */waypoints[92] = spawnstruct(); + /* 3:01 */waypoints[92].origin = ( -39.993, -62.7195, 93.7454 ); + /* 3:01 */waypoints[92].type = "stand"; + /* 3:01 */waypoints[92].children[0] = 62; + /* 3:01 */waypoints[92].children[1] = 93; + /* 3:01 */waypoints[92].children[2] = 119; + /* 3:01 */waypoints[92].children[3] = 173; + /* 3:01 */waypoints[93] = spawnstruct(); + /* 3:01 */waypoints[93].origin = ( 246.476, 65.0513, 66.5896 ); + /* 3:01 */waypoints[93].type = "stand"; + /* 3:01 */waypoints[93].children[0] = 92; + /* 3:01 */waypoints[93].children[1] = 17; + /* 3:01 */waypoints[93].children[2] = 94; + /* 3:01 */waypoints[93].children[3] = 119; + /* 3:01 */waypoints[93].children[4] = 173; + /* 3:01 */waypoints[94] = spawnstruct(); + /* 3:01 */waypoints[94].origin = ( 207.411, 181.776, 115.825 ); + /* 3:01 */waypoints[94].type = "stand"; + /* 3:01 */waypoints[94].children[0] = 93; + /* 3:01 */waypoints[94].children[1] = 95; + /* 3:01 */waypoints[94].children[2] = 117; + /* 3:01 */waypoints[94].children[3] = 17; + /* 3:01 */waypoints[95] = spawnstruct(); + /* 3:01 */waypoints[95].origin = ( -35.2342, 423.825, 87.3773 ); + /* 3:01 */waypoints[95].type = "stand"; + /* 3:01 */waypoints[95].children[0] = 94; + /* 3:01 */waypoints[95].children[1] = 96; + /* 3:01 */waypoints[95].children[2] = 117; + /* 3:01 */waypoints[95].children[3] = 121; + /* 3:01 */waypoints[95].children[4] = 176; + /* 3:01 */waypoints[95].children[5] = 184; + /* 3:01 */waypoints[95].children[6] = 195; + /* 3:01 */waypoints[96] = spawnstruct(); + /* 3:01 */waypoints[96].origin = ( -327.395, 741.293, 55.237 ); + /* 3:01 */waypoints[96].type = "stand"; + /* 3:01 */waypoints[96].children[0] = 95; + /* 3:01 */waypoints[96].children[1] = 97; + /* 3:01 */waypoints[96].children[2] = 195; + /* 3:01 */waypoints[97] = spawnstruct(); + /* 3:01 */waypoints[97].origin = ( -352.016, 774.355, -3.15656 ); + /* 3:01 */waypoints[97].type = "climb"; + /* 3:01 */waypoints[97].children[0] = 96; + /* 3:01 */waypoints[97].children[1] = 98; + /* 3:01 */waypoints[97].children[2] = 142; + /* 3:01 */waypoints[97].angles = ( -5.75684, -48.7013, 0 ); + /* 3:01 */waypoints[98] = spawnstruct(); + /* 3:01 */waypoints[98].origin = ( -436.027, 734.93, -8.875 ); + /* 3:01 */waypoints[98].type = "stand"; + /* 3:01 */waypoints[98].children[0] = 97; + /* 3:01 */waypoints[98].children[1] = 99; + /* 3:01 */waypoints[98].children[2] = 142; + /* 3:01 */waypoints[98].children[3] = 214; + /* 3:01 */waypoints[99] = spawnstruct(); + /* 3:01 */waypoints[99].origin = ( -698.468, 643.78, -8.875 ); + /* 3:01 */waypoints[99].type = "stand"; + /* 3:01 */waypoints[99].children[0] = 98; + /* 3:01 */waypoints[99].children[1] = 100; + /* 3:01 */waypoints[100] = spawnstruct(); + /* 3:01 */waypoints[100].origin = ( -844.72, 601.534, -8.875 ); + /* 3:01 */waypoints[100].type = "stand"; + /* 3:01 */waypoints[100].children[0] = 99; + /* 3:01 */waypoints[100].children[1] = 101; + /* 3:01 */waypoints[100].children[2] = 169; + /* 3:01 */waypoints[100].children[3] = 214; + /* 3:01 */waypoints[101] = spawnstruct(); + /* 3:01 */waypoints[101].origin = ( -940.536, 505.167, -8.875 ); + /* 3:01 */waypoints[101].type = "stand"; + /* 3:01 */waypoints[101].children[0] = 100; + /* 3:01 */waypoints[101].children[1] = 102; + /* 3:01 */waypoints[101].children[2] = 125; + /* 3:01 */waypoints[101].children[3] = 182; + /* 3:01 */waypoints[102] = spawnstruct(); + /* 3:01 */waypoints[102].origin = ( -780.893, 320.431, 7.125 ); + /* 3:01 */waypoints[102].type = "stand"; + /* 3:01 */waypoints[102].children[0] = 101; + /* 3:01 */waypoints[102].children[1] = 103; + /* 3:01 */waypoints[103] = spawnstruct(); + /* 3:01 */waypoints[103].origin = ( -934.247, 210.172, 9.91577 ); + /* 3:01 */waypoints[103].type = "stand"; + /* 3:01 */waypoints[103].children[0] = 102; + /* 3:01 */waypoints[103].children[1] = 104; + /* 3:01 */waypoints[103].children[2] = 109; + /* 3:01 */waypoints[103].children[3] = 123; + /* 3:01 */waypoints[103].children[4] = 205; + /* 3:01 */waypoints[104] = spawnstruct(); + /* 3:01 */waypoints[104].origin = ( -693.166, -74.4453, 13.4651 ); + /* 3:01 */waypoints[104].type = "stand"; + /* 3:01 */waypoints[104].children[0] = 103; + /* 3:01 */waypoints[104].children[1] = 105; + /* 3:01 */waypoints[104].children[2] = 115; + /* 3:01 */waypoints[104].children[3] = 123; + /* 3:01 */waypoints[105] = spawnstruct(); + /* 3:01 */waypoints[105].origin = ( -831.678, -151.081, 10.4895 ); + /* 3:01 */waypoints[105].type = "stand"; + /* 3:01 */waypoints[105].children[0] = 104; + /* 3:01 */waypoints[105].children[1] = 106; + /* 3:01 */waypoints[106] = spawnstruct(); + /* 3:01 */waypoints[106].origin = ( -975.693, -387.166, 47.6363 ); + /* 3:01 */waypoints[106].type = "stand"; + /* 3:01 */waypoints[106].children[0] = 105; + /* 3:01 */waypoints[106].children[1] = 107; + /* 3:01 */waypoints[107] = spawnstruct(); + /* 3:01 */waypoints[107].origin = ( -1182.27, -303.289, 54.1817 ); + /* 3:01 */waypoints[107].type = "stand"; + /* 3:01 */waypoints[107].children[0] = 106; + /* 3:01 */waypoints[107].children[1] = 108; + /* 3:01 */waypoints[107].children[2] = 113; + /* 3:01 */waypoints[108] = spawnstruct(); + /* 3:01 */waypoints[108].origin = ( -1188.02, 60.9692, 17.9177 ); + /* 3:01 */waypoints[108].type = "stand"; + /* 3:01 */waypoints[108].children[0] = 107; + /* 3:01 */waypoints[108].children[1] = 109; + /* 3:01 */waypoints[108].children[2] = 110; + /* 3:01 */waypoints[108].children[3] = 114; + /* 3:01 */waypoints[109] = spawnstruct(); + /* 3:01 */waypoints[109].origin = ( -1117.95, 289.847, 14.1757 ); + /* 3:01 */waypoints[109].type = "stand"; + /* 3:01 */waypoints[109].children[0] = 108; + /* 3:01 */waypoints[109].children[1] = 103; + /* 3:01 */waypoints[110] = spawnstruct(); + /* 3:01 */waypoints[110].origin = ( -1419.07, -159.988, 36.5913 ); + /* 3:01 */waypoints[110].type = "stand"; + /* 3:01 */waypoints[110].children[0] = 108; + /* 3:01 */waypoints[110].children[1] = 111; + /* 3:01 */waypoints[110].children[2] = 113; + /* 3:01 */waypoints[111] = spawnstruct(); + /* 3:01 */waypoints[111].origin = ( -1565.29, -404.044, 52.5572 ); + /* 3:01 */waypoints[111].type = "stand"; + /* 3:01 */waypoints[111].children[0] = 110; + /* 3:01 */waypoints[111].children[1] = 112; + /* 3:01 */waypoints[111].children[2] = 113; + /* 3:01 */waypoints[112] = spawnstruct(); + /* 3:01 */waypoints[112].origin = ( -1319.79, -678.629, 80.5118 ); + /* 3:01 */waypoints[112].type = "stand"; + /* 3:01 */waypoints[112].children[0] = 111; + /* 3:01 */waypoints[112].children[1] = 84; + /* 3:01 */waypoints[113] = spawnstruct(); + /* 3:01 */waypoints[113].origin = ( -1317.65, -299.115, 42.3039 ); + /* 3:01 */waypoints[113].type = "stand"; + /* 3:01 */waypoints[113].children[0] = 111; + /* 3:01 */waypoints[113].children[1] = 107; + /* 3:01 */waypoints[113].children[2] = 110; + /* 3:01 */waypoints[114] = spawnstruct(); + /* 3:01 */waypoints[114].origin = ( -1000.6, -242.667, 26.7011 ); + /* 3:01 */waypoints[114].type = "stand"; + /* 3:01 */waypoints[114].children[0] = 108; + /* 3:01 */waypoints[114].children[1] = 85; + /* 3:01 */waypoints[115] = spawnstruct(); + /* 3:01 */waypoints[115].origin = ( -405.193, 134.735, 13.7741 ); + /* 3:01 */waypoints[115].type = "stand"; + /* 3:01 */waypoints[115].children[0] = 104; + /* 3:01 */waypoints[115].children[1] = 116; + /* 3:01 */waypoints[115].children[2] = 124; + /* 3:01 */waypoints[115].children[3] = 123; + /* 3:01 */waypoints[116] = spawnstruct(); + /* 3:01 */waypoints[116].origin = ( -295.301, 2.32153, 70.353 ); + /* 3:01 */waypoints[116].type = "stand"; + /* 3:01 */waypoints[116].children[0] = 115; + /* 3:01 */waypoints[116].children[1] = 89; + /* 3:01 */waypoints[116].children[2] = 117; + /* 3:01 */waypoints[117] = spawnstruct(); + /* 3:01 */waypoints[117].origin = ( -61.281, 210.894, 66.2094 ); + /* 3:01 */waypoints[117].type = "stand"; + /* 3:01 */waypoints[117].children[0] = 116; + /* 3:01 */waypoints[117].children[1] = 95; + /* 3:01 */waypoints[117].children[2] = 94; + /* 3:01 */waypoints[117].children[3] = 118; + /* 3:01 */waypoints[117].children[4] = 120; + /* 3:01 */waypoints[117].children[5] = 121; + /* 3:01 */waypoints[117].children[6] = 159; + /* 3:01 */waypoints[118] = spawnstruct(); + /* 3:01 */waypoints[118].origin = ( -32.183, 71.7026, 92.8443 ); + /* 3:01 */waypoints[118].type = "climb"; + /* 3:01 */waypoints[118].children[0] = 117; + /* 3:01 */waypoints[118].children[1] = 119; + /* 3:01 */waypoints[118].angles = ( 4.0155, -47.6851, 0 ); + /* 3:01 */waypoints[119] = spawnstruct(); + /* 3:01 */waypoints[119].origin = ( 12.0477, 20.1244, 105.141 ); + /* 3:01 */waypoints[119].type = "stand"; + /* 3:01 */waypoints[119].children[0] = 118; + /* 3:01 */waypoints[119].children[1] = 92; + /* 3:01 */waypoints[119].children[2] = 93; + /* 3:01 */waypoints[120] = spawnstruct(); + /* 3:01 */waypoints[120].origin = ( 8.87601, 105.744, 100.606 ); + /* 3:01 */waypoints[120].type = "crouch"; + /* 3:01 */waypoints[120].children[0] = 117; + /* 3:01 */waypoints[120].angles = ( -17.243, -19.4228, 0 ); + /* 3:01 */waypoints[121] = spawnstruct(); + /* 3:01 */waypoints[121].origin = ( -305.595, 511.347, 66.1736 ); + /* 3:01 */waypoints[121].type = "stand"; + /* 3:01 */waypoints[121].children[0] = 122; + /* 3:01 */waypoints[121].children[1] = 95; + /* 3:01 */waypoints[121].children[2] = 117; + /* 3:01 */waypoints[121].children[3] = 141; + /* 3:01 */waypoints[122] = spawnstruct(); + /* 3:01 */waypoints[122].origin = ( -497.707, 350.95, 71.3947 ); + /* 3:01 */waypoints[122].type = "stand"; + /* 3:01 */waypoints[122].children[0] = 124; + /* 3:01 */waypoints[122].children[1] = 121; + /* 3:01 */waypoints[123] = spawnstruct(); + /* 3:01 */waypoints[123].origin = ( -751.071, 124.535, 13.1077 ); + /* 3:01 */waypoints[123].type = "stand"; + /* 3:01 */waypoints[123].children[0] = 104; + /* 3:01 */waypoints[123].children[1] = 103; + /* 3:01 */waypoints[123].children[2] = 124; + /* 3:01 */waypoints[123].children[3] = 158; + /* 3:01 */waypoints[123].children[4] = 115; + /* 3:01 */waypoints[123].children[5] = 87; + /* 3:01 */waypoints[124] = spawnstruct(); + /* 3:01 */waypoints[124].origin = ( -534.517, 327.883, 29.7215 ); + /* 3:01 */waypoints[124].type = "climb"; + /* 3:01 */waypoints[124].children[0] = 122; + /* 3:01 */waypoints[124].children[1] = 123; + /* 3:01 */waypoints[124].children[2] = 115; + /* 3:01 */waypoints[124].angles = ( 2.37305, 43.5344, 0 ); + /* 3:01 */waypoints[125] = spawnstruct(); + /* 3:01 */waypoints[125].origin = ( -1057.12, 669.408, -16.875 ); + /* 3:01 */waypoints[125].type = "stand"; + /* 3:01 */waypoints[125].children[0] = 101; + /* 3:01 */waypoints[125].children[1] = 126; + /* 3:01 */waypoints[125].children[2] = 169; + /* 3:01 */waypoints[125].children[3] = 209; + /* 3:01 */waypoints[126] = spawnstruct(); + /* 3:01 */waypoints[126].origin = ( -1193.93, 914.487, -37.789 ); + /* 3:01 */waypoints[126].type = "stand"; + /* 3:01 */waypoints[126].children[0] = 125; + /* 3:01 */waypoints[126].children[1] = 168; + /* 3:01 */waypoints[126].children[2] = 170; + /* 3:01 */waypoints[127] = spawnstruct(); + /* 3:01 */waypoints[127].origin = ( -855.901, 1175.81, -26.0932 ); + /* 3:01 */waypoints[127].type = "stand"; + /* 3:01 */waypoints[127].children[0] = 128; + /* 3:01 */waypoints[127].children[1] = 168; + /* 3:01 */waypoints[127].children[2] = 172; + /* 3:01 */waypoints[128] = spawnstruct(); + /* 3:01 */waypoints[128].origin = ( -539.653, 1196.37, -17.3107 ); + /* 3:01 */waypoints[128].type = "stand"; + /* 3:01 */waypoints[128].children[0] = 127; + /* 3:01 */waypoints[128].children[1] = 129; + /* 3:01 */waypoints[128].children[2] = 142; + /* 3:01 */waypoints[128].children[3] = 166; + /* 3:01 */waypoints[129] = spawnstruct(); + /* 3:01 */waypoints[129].origin = ( -88.0538, 1311.16, 10.7654 ); + /* 3:01 */waypoints[129].type = "stand"; + /* 3:01 */waypoints[129].children[0] = 128; + /* 3:01 */waypoints[129].children[1] = 130; + /* 3:01 */waypoints[129].children[2] = 218; + /* 3:01 */waypoints[130] = spawnstruct(); + /* 3:01 */waypoints[130].origin = ( -41.7986, 1687.02, 0.334642 ); + /* 3:01 */waypoints[130].type = "stand"; + /* 3:01 */waypoints[130].children[0] = 129; + /* 3:01 */waypoints[130].children[1] = 131; + /* 3:01 */waypoints[131] = spawnstruct(); + /* 3:01 */waypoints[131].origin = ( 227.203, 1801.22, -5.05989 ); + /* 3:01 */waypoints[131].type = "stand"; + /* 3:01 */waypoints[131].children[0] = 130; + /* 3:01 */waypoints[131].children[1] = 132; + /* 3:01 */waypoints[132] = spawnstruct(); + /* 3:01 */waypoints[132].origin = ( 454.302, 1683.15, 18.7919 ); + /* 3:01 */waypoints[132].type = "stand"; + /* 3:01 */waypoints[132].children[0] = 131; + /* 3:01 */waypoints[132].children[1] = 133; + /* 3:01 */waypoints[132].children[2] = 0; + /* 3:01 */waypoints[132].children[3] = 213; + /* 3:01 */waypoints[133] = spawnstruct(); + /* 3:01 */waypoints[133].origin = ( 865.483, 1595.4, 49.2549 ); + /* 3:01 */waypoints[133].type = "stand"; + /* 3:01 */waypoints[133].children[0] = 132; + /* 3:01 */waypoints[133].children[1] = 134; + /* 3:01 */waypoints[133].children[2] = 1; + /* 3:01 */waypoints[133].children[3] = 213; + /* 3:01 */waypoints[134] = spawnstruct(); + /* 3:01 */waypoints[134].origin = ( 872.944, 1243.34, 83.0844 ); + /* 3:01 */waypoints[134].type = "stand"; + /* 3:01 */waypoints[134].children[0] = 133; + /* 3:01 */waypoints[134].children[1] = 7; + /* 3:01 */waypoints[135] = spawnstruct(); + /* 3:01 */waypoints[135].origin = ( 347.025, 1232.68, 82.4817 ); + /* 3:01 */waypoints[135].type = "stand"; + /* 3:01 */waypoints[135].children[0] = 136; + /* 3:01 */waypoints[135].children[1] = 218; + /* 3:01 */waypoints[136] = spawnstruct(); + /* 3:01 */waypoints[136].origin = ( 508.083, 1148.22, 90.8214 ); + /* 3:01 */waypoints[136].type = "stand"; + /* 3:01 */waypoints[136].children[0] = 135; + /* 3:01 */waypoints[136].children[1] = 137; + /* 3:01 */waypoints[137] = spawnstruct(); + /* 3:01 */waypoints[137].origin = ( 604.409, 975.623, 79.839 ); + /* 3:01 */waypoints[137].type = "stand"; + /* 3:01 */waypoints[137].children[0] = 136; + /* 3:01 */waypoints[137].children[1] = 8; + /* 3:01 */waypoints[137].children[2] = 183; + /* 3:01 */waypoints[138] = spawnstruct(); + /* 3:01 */waypoints[138].origin = ( -59.3565, 1114.91, 21.8293 ); + /* 3:01 */waypoints[138].type = "stand"; + /* 3:01 */waypoints[138].children[0] = 139; + /* 3:01 */waypoints[138].children[1] = 142; + /* 3:01 */waypoints[138].children[2] = 218; + /* 3:01 */waypoints[139] = spawnstruct(); + /* 3:01 */waypoints[139].origin = ( -198.471, 803.887, 15.5148 ); + /* 3:01 */waypoints[139].type = "stand"; + /* 3:01 */waypoints[139].children[0] = 138; + /* 3:01 */waypoints[139].children[1] = 140; + /* 3:01 */waypoints[140] = spawnstruct(); + /* 3:01 */waypoints[140].origin = ( -223.886, 772.752, 15.1895 ); + /* 3:01 */waypoints[140].type = "climb"; + /* 3:01 */waypoints[140].children[0] = 139; + /* 3:01 */waypoints[140].children[1] = 141; + /* 3:01 */waypoints[140].angles = ( -0.12085, -135.669, 0 ); + /* 3:01 */waypoints[141] = spawnstruct(); + /* 3:01 */waypoints[141].origin = ( -260.566, 738.351, 57.4137 ); + /* 3:01 */waypoints[141].type = "climb"; + /* 3:01 */waypoints[141].children[0] = 140; + /* 3:01 */waypoints[141].children[1] = 121; + /* 3:01 */waypoints[141].angles = ( 15.1776, -134.999, 0 ); + /* 3:01 */waypoints[142] = spawnstruct(); + /* 3:01 */waypoints[142].origin = ( -448.19, 949.876, -35.8095 ); + /* 3:01 */waypoints[142].type = "stand"; + /* 3:01 */waypoints[142].children[0] = 138; + /* 3:01 */waypoints[142].children[1] = 128; + /* 3:01 */waypoints[142].children[2] = 98; + /* 3:01 */waypoints[142].children[3] = 97; + /* 3:01 */waypoints[142].children[4] = 166; + /* 3:01 */waypoints[143] = spawnstruct(); + /* 3:01 */waypoints[143].origin = ( 127.972, -283.844, 77.9173 ); + /* 3:01 */waypoints[143].type = "stand"; + /* 3:01 */waypoints[143].children[0] = 62; + /* 3:01 */waypoints[143].children[1] = 61; + /* 3:01 */waypoints[143].children[2] = 151; + /* 3:01 */waypoints[143].children[3] = 222; + /* 3:01 */waypoints[144] = spawnstruct(); + /* 3:01 */waypoints[144].origin = ( 427.356, -200.969, 114.997 ); + /* 3:01 */waypoints[144].type = "stand"; + /* 3:01 */waypoints[144].children[0] = 18; + /* 3:01 */waypoints[144].children[1] = 151; + /* 3:01 */waypoints[144].children[2] = 160; + /* 3:01 */waypoints[145] = spawnstruct(); + /* 3:01 */waypoints[145].origin = ( 529.303, -480.244, 89.3724 ); + /* 3:01 */waypoints[145].type = "stand"; + /* 3:01 */waypoints[145].children[0] = 60; + /* 3:01 */waypoints[145].children[1] = 146; + /* 3:01 */waypoints[145].children[2] = 20; + /* 3:01 */waypoints[145].children[3] = 151; + /* 3:01 */waypoints[145].children[4] = 61; + /* 3:01 */waypoints[145].children[5] = 19; + /* 3:01 */waypoints[145].children[6] = 150; + /* 3:01 */waypoints[146] = spawnstruct(); + /* 3:01 */waypoints[146].origin = ( 853.349, -722.888, 142.214 ); + /* 3:01 */waypoints[146].type = "stand"; + /* 3:01 */waypoints[146].children[0] = 145; + /* 3:01 */waypoints[146].children[1] = 147; + /* 3:01 */waypoints[146].children[2] = 20; + /* 3:01 */waypoints[146].children[3] = 150; + /* 3:01 */waypoints[147] = spawnstruct(); + /* 3:01 */waypoints[147].origin = ( 924.902, -785.249, 136.848 ); + /* 3:01 */waypoints[147].type = "stand"; + /* 3:01 */waypoints[147].children[0] = 146; + /* 3:01 */waypoints[147].children[1] = 148; + /* 3:01 */waypoints[147].children[2] = 149; + /* 3:01 */waypoints[148] = spawnstruct(); + /* 3:01 */waypoints[148].origin = ( 745.932, -914.599, 134.206 ); + /* 3:01 */waypoints[148].type = "stand"; + /* 3:01 */waypoints[148].children[0] = 147; + /* 3:01 */waypoints[148].children[1] = 150; + /* 3:01 */waypoints[149] = spawnstruct(); + /* 3:01 */waypoints[149].origin = ( 1091.41, -638.386, 122.431 ); + /* 3:01 */waypoints[149].type = "stand"; + /* 3:01 */waypoints[149].children[0] = 21; + /* 3:01 */waypoints[149].children[1] = 147; + /* 3:01 */waypoints[150] = spawnstruct(); + /* 3:01 */waypoints[150].origin = ( 600.184, -897.703, 162.547 ); + /* 3:01 */waypoints[150].type = "stand"; + /* 3:01 */waypoints[150].children[0] = 60; + /* 3:01 */waypoints[150].children[1] = 47; + /* 3:01 */waypoints[150].children[2] = 148; + /* 3:01 */waypoints[150].children[3] = 146; + /* 3:01 */waypoints[150].children[4] = 145; + /* 3:01 */waypoints[150].children[5] = 154; + /* 3:01 */waypoints[150].children[6] = 157; + /* 3:01 */waypoints[150].children[7] = 180; + /* 3:01 */waypoints[150].children[8] = 187; + /* 3:01 */waypoints[151] = spawnstruct(); + /* 3:01 */waypoints[151].origin = ( 265.877, -254.501, 92.7079 ); + /* 3:01 */waypoints[151].type = "stand"; + /* 3:01 */waypoints[151].children[0] = 145; + /* 3:01 */waypoints[151].children[1] = 143; + /* 3:01 */waypoints[151].children[2] = 144; + /* 3:01 */waypoints[152] = spawnstruct(); + /* 3:01 */waypoints[152].origin = ( -297.398, -1372.15, 147.898 ); + /* 3:01 */waypoints[152].type = "stand"; + /* 3:01 */waypoints[152].children[0] = 66; + /* 3:01 */waypoints[152].children[1] = 65; + /* 3:01 */waypoints[152].children[2] = 80; + /* 3:01 */waypoints[152].children[3] = 165; + /* 3:01 */waypoints[153] = spawnstruct(); + /* 3:01 */waypoints[153].origin = ( 604.315, -1902.63, 140.637 ); + /* 3:01 */waypoints[153].type = "grenade"; + /* 3:01 */waypoints[153].children[0] = 38; + /* 3:01 */waypoints[153].angles = ( 2.80701, 58.344, -0.186768 ); + /* 3:01 */waypoints[154] = spawnstruct(); + /* 3:01 */waypoints[154].origin = ( 623.987, -888.438, 157.206 ); + /* 3:01 */waypoints[154].type = "grenade"; + /* 3:01 */waypoints[154].children[0] = 150; + /* 3:01 */waypoints[154].angles = ( -17.5287, -28.5801, 0 ); + /* 3:01 */waypoints[155] = spawnstruct(); + /* 3:01 */waypoints[155].origin = ( 941.483, -1384.16, 124.463 ); + /* 3:01 */waypoints[155].type = "grenade"; + /* 3:01 */waypoints[155].children[0] = 40; + /* 3:01 */waypoints[155].angles = ( -23.1812, 64.4357, 0 ); + /* 3:01 */waypoints[156] = spawnstruct(); + /* 3:01 */waypoints[156].origin = ( 1698.92, -823.929, 130.298 ); + /* 3:01 */waypoints[156].type = "grenade"; + /* 3:01 */waypoints[156].children[0] = 51; + /* 3:01 */waypoints[156].angles = ( -20.8026, -142.821, -0.00549316 ); + /* 3:01 */waypoints[157] = spawnstruct(); + /* 3:01 */waypoints[157].origin = ( 567.446, -866.422, 170.663 ); + /* 3:01 */waypoints[157].type = "grenade"; + /* 3:01 */waypoints[157].children[0] = 150; + /* 3:01 */waypoints[157].angles = ( -7.12463, 141.768, -0.170288 ); + /* 3:01 */waypoints[158] = spawnstruct(); + /* 3:01 */waypoints[158].origin = ( -706.852, 99.1977, 13.125 ); + /* 3:01 */waypoints[158].type = "grenade"; + /* 3:01 */waypoints[158].children[0] = 123; + /* 3:01 */waypoints[158].angles = ( -18.7042, -34.6885, 0.0604248 ); + /* 3:01 */waypoints[159] = spawnstruct(); + /* 3:01 */waypoints[159].origin = ( 22.7957, 127.061, 103.58 ); + /* 3:01 */waypoints[159].type = "grenade"; + /* 3:01 */waypoints[159].children[0] = 117; + /* 3:01 */waypoints[159].angles = ( -11.5192, 21.3528, -0.230713 ); + /* 3:01 */waypoints[160] = spawnstruct(); + /* 3:01 */waypoints[160].origin = ( 413.369, -221.705, 116.315 ); + /* 3:01 */waypoints[160].type = "grenade"; + /* 3:01 */waypoints[160].children[0] = 144; + /* 3:01 */waypoints[160].angles = ( -13.7109, -26.5476, 0 ); + /* 3:01 */waypoints[161] = spawnstruct(); + /* 3:01 */waypoints[161].origin = ( 1634.45, -69.7922, 91.3097 ); + /* 3:01 */waypoints[161].type = "grenade"; + /* 3:01 */waypoints[161].children[0] = 22; + /* 3:01 */waypoints[161].children[1] = 178; + /* 3:01 */waypoints[161].angles = ( -14.8096, -112.433, 0.22522 ); + /* 3:01 */waypoints[162] = spawnstruct(); + /* 3:01 */waypoints[162].origin = ( 1144.73, -857.262, 75.949 ); + /* 3:01 */waypoints[162].type = "grenade"; + /* 3:01 */waypoints[162].children[0] = 46; + /* 3:01 */waypoints[162].children[1] = 45; + /* 3:01 */waypoints[162].angles = ( -30.2783, 147.168, 0 ); + /* 3:01 */waypoints[163] = spawnstruct(); + /* 3:01 */waypoints[163].origin = ( 1161.01, -1207.98, 150.48 ); + /* 3:01 */waypoints[163].type = "grenade"; + /* 3:01 */waypoints[163].children[0] = 41; + /* 3:01 */waypoints[163].angles = ( -22.7307, -51.9645, 0.516357 ); + /* 3:01 */waypoints[164] = spawnstruct(); + /* 3:01 */waypoints[164].origin = ( 1644.29, -2414.33, 145.423 ); + /* 3:01 */waypoints[164].type = "crouch"; + /* 3:01 */waypoints[164].children[0] = 35; + /* 3:01 */waypoints[164].angles = ( 3.04321, 61.1453, 0 ); + /* 3:01 */waypoints[165] = spawnstruct(); + /* 3:01 */waypoints[165].origin = ( -328.599, -1310.01, 135.436 ); + /* 3:01 */waypoints[165].type = "grenade"; + /* 3:01 */waypoints[165].children[0] = 152; + /* 3:01 */waypoints[165].angles = ( -9.27246, 140.736, 0 ); + /* 3:01 */waypoints[166] = spawnstruct(); + /* 3:01 */waypoints[166].origin = ( -658.304, 952.921, -29.7298 ); + /* 3:01 */waypoints[166].type = "stand"; + /* 3:01 */waypoints[166].children[0] = 167; + /* 3:01 */waypoints[166].children[1] = 142; + /* 3:01 */waypoints[166].children[2] = 128; + /* 3:01 */waypoints[167] = spawnstruct(); + /* 3:01 */waypoints[167].origin = ( -779.857, 854.444, -47.1014 ); + /* 3:01 */waypoints[167].type = "climb"; + /* 3:01 */waypoints[167].children[0] = 169; + /* 3:01 */waypoints[167].children[1] = 166; + /* 3:01 */waypoints[167].angles = ( 1.4502, -139.212, 0 ); + /* 3:01 */waypoints[168] = spawnstruct(); + /* 3:01 */waypoints[168].origin = ( -1012.38, 1042.35, -32.7523 ); + /* 3:01 */waypoints[168].type = "stand"; + /* 3:01 */waypoints[168].children[0] = 127; + /* 3:01 */waypoints[168].children[1] = 126; + /* 3:01 */waypoints[168].children[2] = 169; + /* 3:01 */waypoints[168].children[3] = 171; + /* 3:01 */waypoints[169] = spawnstruct(); + /* 3:01 */waypoints[169].origin = ( -823.929, 796.413, -16.875 ); + /* 3:01 */waypoints[169].type = "stand"; + /* 3:01 */waypoints[169].children[0] = 100; + /* 3:01 */waypoints[169].children[1] = 167; + /* 3:01 */waypoints[169].children[2] = 168; + /* 3:01 */waypoints[169].children[3] = 125; + /* 3:01 */waypoints[170] = spawnstruct(); + /* 3:01 */waypoints[170].origin = ( -1378.64, 1078.35, -26.875 ); + /* 3:01 */waypoints[170].type = "stand"; + /* 3:01 */waypoints[170].children[0] = 171; + /* 3:01 */waypoints[170].children[1] = 126; + /* 3:01 */waypoints[171] = spawnstruct(); + /* 3:01 */waypoints[171].origin = ( -1252.45, 1189.15, -26.875 ); + /* 3:01 */waypoints[171].type = "stand"; + /* 3:01 */waypoints[171].children[0] = 172; + /* 3:01 */waypoints[171].children[1] = 170; + /* 3:01 */waypoints[171].children[2] = 168; + /* 3:01 */waypoints[172] = spawnstruct(); + /* 3:01 */waypoints[172].origin = ( -1095.96, 1324.56, -26.875 ); + /* 3:01 */waypoints[172].type = "stand"; + /* 3:01 */waypoints[172].children[0] = 171; + /* 3:01 */waypoints[172].children[1] = 127; + /* 3:01 */waypoints[173] = spawnstruct(); + /* 3:01 */waypoints[173].origin = ( -16.9277, -78.9438, 86.5268 ); + /* 3:01 */waypoints[173].type = "grenade"; + /* 3:01 */waypoints[173].children[0] = 92; + /* 3:01 */waypoints[173].children[1] = 93; + /* 3:01 */waypoints[173].angles = ( -29.2072, -30.4423, 0 ); + /* 3:01 */waypoints[174] = spawnstruct(); + /* 3:01 */waypoints[174].origin = ( 1102.44, -1337.19, 164.468 ); + /* 3:01 */waypoints[174].type = "javelin"; + /* 3:01 */waypoints[174].children[0] = 40; + /* 3:01 */waypoints[174].children[1] = 41; + /* 3:01 */waypoints[174].jav_point = ( -166.272, -92.6419, 106.343 ); + /* 3:01 */waypoints[175] = spawnstruct(); + /* 3:01 */waypoints[175].origin = ( 1788.88, 36.895, 95.2261 ); + /* 3:01 */waypoints[175].type = "javelin"; + /* 3:01 */waypoints[175].children[0] = 55; + /* 3:01 */waypoints[175].jav_point = ( 880.662, -1195.75, 161.047 ); + /* 3:01 */waypoints[176] = spawnstruct(); + /* 3:01 */waypoints[176].origin = ( 28.0239, 394.372, 112.758 ); + /* 3:01 */waypoints[176].type = "javelin"; + /* 3:01 */waypoints[176].children[0] = 95; + /* 3:01 */waypoints[176].jav_point = ( 958.746, -773.069, 144.646 ); + /* 3:01 */waypoints[177] = spawnstruct(); + /* 3:01 */waypoints[177].origin = ( -20.9086, -466.715, 98.3733 ); + /* 3:01 */waypoints[177].type = "javelin"; + /* 3:01 */waypoints[177].children[0] = 61; + /* 3:01 */waypoints[177].children[1] = 62; + /* 3:01 */waypoints[177].jav_point = ( 1456.65, -559.082, 137.049 ); + /* 3:01 */waypoints[178] = spawnstruct(); + /* 3:01 */waypoints[178].origin = ( 1552.56, 69.2357, 93.9468 ); + /* 3:01 */waypoints[178].type = "claymore"; + /* 3:01 */waypoints[178].children[0] = 161; + /* 3:01 */waypoints[178].angles = ( 4.73389, -66.45, 0 ); + /* 3:01 */waypoints[179] = spawnstruct(); + /* 3:01 */waypoints[179].origin = ( 1947.49, -982.599, 116.363 ); + /* 3:01 */waypoints[179].type = "claymore"; + /* 3:01 */waypoints[179].children[0] = 58; + /* 3:01 */waypoints[179].angles = ( 6.76087, 2.73094, 0 ); + /* 3:01 */waypoints[180] = spawnstruct(); + /* 3:01 */waypoints[180].origin = ( 531.968, -914.156, 186.759 ); + /* 3:01 */waypoints[180].type = "claymore"; + /* 3:01 */waypoints[180].children[0] = 150; + /* 3:01 */waypoints[180].angles = ( 8.93616, 33.5915, 0 ); + /* 3:01 */waypoints[181] = spawnstruct(); + /* 3:01 */waypoints[181].origin = ( -367.343, -156.396, 27.7619 ); + /* 3:01 */waypoints[181].type = "claymore"; + /* 3:01 */waypoints[181].children[0] = 87; + /* 3:01 */waypoints[181].angles = ( 12.8473, 129.217, 0 ); + /* 3:01 */waypoints[182] = spawnstruct(); + /* 3:01 */waypoints[182].origin = ( -821.178, 482.807, -8.875 ); + /* 3:01 */waypoints[182].type = "claymore"; + /* 3:01 */waypoints[182].children[0] = 101; + /* 3:01 */waypoints[182].angles = ( 2.27295, -135.664, 0 ); + /* 3:01 */waypoints[183] = spawnstruct(); + /* 3:01 */waypoints[183].origin = ( 634.51, 879.014, 83.0526 ); + /* 3:01 */waypoints[183].type = "claymore"; + /* 3:01 */waypoints[183].children[0] = 137; + /* 3:01 */waypoints[183].angles = ( 12.7045, 34.5748, 0 ); + /* 3:01 */waypoints[184] = spawnstruct(); + /* 3:01 */waypoints[184].origin = ( -22.4426, 362.407, 92.1061 ); + /* 3:01 */waypoints[184].type = "grenade"; + /* 3:01 */waypoints[184].children[0] = 95; + /* 3:01 */waypoints[184].angles = ( -13.3935, -62.841, 0.472412 ); + /* 3:01 */waypoints[185] = spawnstruct(); + /* 3:01 */waypoints[185].origin = ( -855.717, -1243.52, 105.43 ); + /* 3:01 */waypoints[185].type = "claymore"; + /* 3:01 */waypoints[185].children[0] = 82; + /* 3:01 */waypoints[185].children[1] = 81; + /* 3:01 */waypoints[185].children[2] = 217; + /* 3:01 */waypoints[185].angles = ( 1.98181, -5.09682, 0 ); + /* 3:01 */waypoints[186] = spawnstruct(); + /* 3:01 */waypoints[186].origin = ( 983.012, 460.349, 74.7529 ); + /* 3:01 */waypoints[186].type = "claymore"; + /* 3:01 */waypoints[186].children[0] = 221; + /* 3:01 */waypoints[186].angles = ( 5.45898, 144.581, 0 ); + /* 3:01 */waypoints[187] = spawnstruct(); + /* 3:01 */waypoints[187].origin = ( 427.796, -766.421, 184.077 ); + /* 3:01 */waypoints[187].type = "stand"; + /* 3:01 */waypoints[187].children[0] = 60; + /* 3:01 */waypoints[187].children[1] = 188; + /* 3:01 */waypoints[187].children[2] = 150; + /* 3:01 */waypoints[188] = spawnstruct(); + /* 3:01 */waypoints[188].origin = ( 422.005, -840.518, 202.944 ); + /* 3:01 */waypoints[188].type = "crouch"; + /* 3:01 */waypoints[188].children[0] = 187; + /* 3:01 */waypoints[188].angles = ( 7.97058, 85.8759, 0 ); + /* 3:01 */waypoints[189] = spawnstruct(); + /* 3:01 */waypoints[189].origin = ( 988.219, -422.614, 161.743 ); + /* 3:01 */waypoints[189].type = "crouch"; + /* 3:01 */waypoints[189].children[0] = 219; + /* 3:01 */waypoints[189].angles = ( 4.34509, 176.282, 0 ); + /* 3:01 */waypoints[190] = spawnstruct(); + /* 3:01 */waypoints[190].origin = ( 1759.98, -2333.41, 149.381 ); + /* 3:01 */waypoints[190].type = "crouch"; + /* 3:01 */waypoints[190].children[0] = 35; + /* 3:01 */waypoints[190].angles = ( 1.59302, -154.664, 0 ); + /* 3:01 */waypoints[191] = spawnstruct(); + /* 3:01 */waypoints[191].origin = ( 790.274, -295.958, 152.901 ); + /* 3:01 */waypoints[191].type = "prone"; + /* 3:01 */waypoints[191].children[0] = 19; + /* 3:01 */waypoints[192] = spawnstruct(); + /* 3:01 */waypoints[192].origin = ( 1579.68, -1694.11, 127.831 ); + /* 3:01 */waypoints[192].type = "tube"; + /* 3:01 */waypoints[192].children[0] = 43; + /* 3:01 */waypoints[192].children[1] = 42; + /* 3:01 */waypoints[192].angles = ( -11.6949, 127.734, 0.31311 ); + /* 3:01 */waypoints[193] = spawnstruct(); + /* 3:01 */waypoints[193].origin = ( 1313.64, -780.075, 104.93 ); + /* 3:01 */waypoints[193].type = "tube"; + /* 3:01 */waypoints[193].children[0] = 44; + /* 3:01 */waypoints[193].children[1] = 45; + /* 3:01 */waypoints[193].angles = ( -2.54883, 69.4953, 0.324097 ); + /* 3:01 */waypoints[194] = spawnstruct(); + /* 3:01 */waypoints[194].origin = ( 990.54, -538.817, 135.83 ); + /* 3:01 */waypoints[194].type = "tube"; + /* 3:01 */waypoints[194].children[0] = 20; + /* 3:01 */waypoints[194].children[1] = 21; + /* 3:01 */waypoints[194].angles = ( -2.6532, 172.997, 0.43396 ); + /* 3:01 */waypoints[195] = spawnstruct(); + /* 3:01 */waypoints[195].origin = ( -33.7584, 478.299, 91.2361 ); + /* 3:01 */waypoints[195].type = "tube"; + /* 3:01 */waypoints[195].children[0] = 95; + /* 3:01 */waypoints[195].children[1] = 96; + /* 3:01 */waypoints[195].angles = ( -9.49768, -46.6192, 0.422974 ); + /* 3:01 */waypoints[196] = spawnstruct(); + /* 3:01 */waypoints[196].origin = ( 1979.99, -667.233, 110.188 ); + /* 3:01 */waypoints[196].type = "tube"; + /* 3:01 */waypoints[196].children[0] = 52; + /* 3:01 */waypoints[196].children[1] = 51; + /* 3:01 */waypoints[196].angles = ( -8.79456, -145.057, 0.32959 ); + /* 3:01 */waypoints[197] = spawnstruct(); + /* 3:01 */waypoints[197].origin = ( 1942.15, -2006.82, 122.763 ); + /* 3:01 */waypoints[197].type = "stand"; + /* 3:01 */waypoints[197].children[0] = 43; + /* 3:01 */waypoints[197].children[1] = 35; + /* 3:01 */waypoints[197].children[2] = 34; + /* 3:01 */waypoints[197].children[3] = 198; + /* 3:01 */waypoints[198] = spawnstruct(); + /* 3:01 */waypoints[198].origin = ( 1929.56, -2064.74, 128.878 ); + /* 3:01 */waypoints[198].type = "tube"; + /* 3:01 */waypoints[198].children[0] = 197; + /* 3:01 */waypoints[198].children[1] = 35; + /* 3:01 */waypoints[198].angles = ( -12.1069, 126.003, 0.219727 ); + /* 3:01 */waypoints[199] = spawnstruct(); + /* 3:01 */waypoints[199].origin = ( 316.137, -2305.09, 161.482 ); + /* 3:01 */waypoints[199].type = "grenade"; + /* 3:01 */waypoints[199].children[0] = 70; + /* 3:01 */waypoints[199].children[1] = 71; + /* 3:01 */waypoints[199].angles = ( -16.1115, 54.8435, 0.269165 ); + /* 3:01 */waypoints[200] = spawnstruct(); + /* 3:01 */waypoints[200].origin = ( 881.412, -1614.58, 138.494 ); + /* 3:01 */waypoints[200].type = "claymore"; + /* 3:01 */waypoints[200].children[0] = 39; + /* 3:01 */waypoints[200].angles = ( 3.18604, 153.473, 0 ); + /* 3:01 */waypoints[201] = spawnstruct(); + /* 3:01 */waypoints[201].origin = ( 1826.16, -260.013, 78.1797 ); + /* 3:01 */waypoints[201].type = "grenade"; + /* 3:01 */waypoints[201].children[0] = 54; + /* 3:01 */waypoints[201].children[1] = 53; + /* 3:01 */waypoints[201].angles = ( -14.9469, -158.253, -0.192261 ); + /* 3:01 */waypoints[202] = spawnstruct(); + /* 3:01 */waypoints[202].origin = ( -507.067, -792.484, 86.1889 ); + /* 3:01 */waypoints[202].type = "crouch"; + /* 3:01 */waypoints[202].children[0] = 64; + /* 3:01 */waypoints[202].children[1] = 63; + /* 3:01 */waypoints[203] = spawnstruct(); + /* 3:01 */waypoints[203].origin = ( 1918.26, -1485.19, 93.1034 ); + /* 3:01 */waypoints[203].type = "stand"; + /* 3:01 */waypoints[203].children[0] = 34; + /* 3:01 */waypoints[203].children[1] = 49; + /* 3:01 */waypoints[204] = spawnstruct(); + /* 3:01 */waypoints[204].origin = ( 1672.35, -747.328, 147.732 ); + /* 3:01 */waypoints[204].type = "stand"; + /* 3:01 */waypoints[204].children[0] = 51; + /* 3:01 */waypoints[205] = spawnstruct(); + /* 3:01 */waypoints[205].origin = ( -922.7, 327.176, 7.95319 ); + /* 3:01 */waypoints[205].type = "claymore"; + /* 3:01 */waypoints[205].children[0] = 103; + /* 3:01 */waypoints[205].angles = ( 9.84924, -50.6362, 0 ); + /* 3:01 */waypoints[206] = spawnstruct(); + /* 3:01 */waypoints[206].origin = ( 1648.15, -420.485, 68.9766 ); + /* 3:01 */waypoints[206].type = "grenade"; + /* 3:01 */waypoints[206].children[0] = 54; + /* 3:01 */waypoints[206].angles = ( -26.9879, -130.249, 0.296631 ); + /* 3:01 */waypoints[207] = spawnstruct(); + /* 3:01 */waypoints[207].origin = ( 524.483, -1866.81, 141.251 ); + /* 3:01 */waypoints[207].type = "stand"; + /* 3:01 */waypoints[207].children[0] = 38; + /* 3:01 */waypoints[207].children[1] = 208; + /* 3:01 */waypoints[207].children[2] = 39; + /* 3:01 */waypoints[208] = spawnstruct(); + /* 3:01 */waypoints[208].origin = ( 401.996, -1692.62, 137.317 ); + /* 3:01 */waypoints[208].type = "stand"; + /* 3:01 */waypoints[208].children[0] = 207; + /* 3:01 */waypoints[208].children[1] = 67; + /* 3:01 */waypoints[208].children[2] = 39; + /* 3:01 */waypoints[209] = spawnstruct(); + /* 3:01 */waypoints[209].origin = ( -962.406, 680.089, -16.875 ); + /* 3:01 */waypoints[209].type = "claymore"; + /* 3:01 */waypoints[209].children[0] = 125; + /* 3:01 */waypoints[209].angles = ( 5.50415, 26.2511, 0 ); + /* 3:01 */waypoints[210] = spawnstruct(); + /* 3:01 */waypoints[210].origin = ( -177.674, -31.4139, 79.2757 ); + /* 3:01 */waypoints[210].type = "claymore"; + /* 3:01 */waypoints[210].children[0] = 89; + /* 3:01 */waypoints[210].angles = ( 14.9249, 175.011, 0 ); + /* 3:01 */waypoints[211] = spawnstruct(); + /* 3:01 */waypoints[211].origin = ( 580.225, -10.4246, 93.9277 ); + /* 3:01 */waypoints[211].type = "claymore"; + /* 3:01 */waypoints[211].children[0] = 18; + /* 3:01 */waypoints[211].children[1] = 17; + /* 3:01 */waypoints[211].angles = ( 6.81152, 170.661, 0 ); + /* 3:01 */waypoints[212] = spawnstruct(); + /* 3:01 */waypoints[212].origin = ( 730.376, 1933.68, 32.5135 ); + /* 3:01 */waypoints[212].type = "stand"; + /* 3:01 */waypoints[212].children[0] = 1; + /* 3:01 */waypoints[212].children[1] = 0; + /* 3:01 */waypoints[212].children[2] = 213; + /* 3:01 */waypoints[213] = spawnstruct(); + /* 3:01 */waypoints[213].origin = ( 756.003, 1725.9, 53.5041 ); + /* 3:01 */waypoints[213].type = "stand"; + /* 3:01 */waypoints[213].children[0] = 212; + /* 3:01 */waypoints[213].children[1] = 1; + /* 3:01 */waypoints[213].children[2] = 133; + /* 3:01 */waypoints[213].children[3] = 132; + /* 3:01 */waypoints[214] = spawnstruct(); + /* 3:01 */waypoints[214].origin = ( -695.684, 580.388, -8.875 ); + /* 3:01 */waypoints[214].type = "claymore"; + /* 3:01 */waypoints[214].children[0] = 100; + /* 3:01 */waypoints[214].children[1] = 98; + /* 3:01 */waypoints[214].angles = ( 13.3319, 164.454, 0 ); + /* 3:01 */waypoints[215] = spawnstruct(); + /* 3:01 */waypoints[215].origin = ( 983.439, -2815.73, 125.453 ); + /* 3:01 */waypoints[215].type = "stand"; + /* 3:01 */waypoints[215].children[0] = 78; + /* 3:01 */waypoints[215].children[1] = 77; + /* 3:01 */waypoints[215].children[2] = 76; + /* 3:01 */waypoints[216] = spawnstruct(); + /* 3:01 */waypoints[216].origin = ( 1473.23, -2727.91, 148.572 ); + /* 3:01 */waypoints[216].type = "claymore"; + /* 3:01 */waypoints[216].children[0] = 75; + /* 3:01 */waypoints[216].children[1] = 36; + /* 3:01 */waypoints[216].angles = ( 6.08643, 128.32, 0 ); + /* 3:01 */waypoints[217] = spawnstruct(); + /* 3:01 */waypoints[217].origin = ( -767.538, -1197.12, 100.135 ); + /* 3:01 */waypoints[217].type = "grenade"; + /* 3:01 */waypoints[217].children[0] = 185; + /* 3:01 */waypoints[217].children[1] = 82; + /* 3:01 */waypoints[217].angles = ( -9.33838, 62.5722, -0.065918 ); + /* 3:01 */waypoints[218] = spawnstruct(); + /* 3:01 */waypoints[218].origin = ( 57.7928, 1229.28, 40.1332 ); + /* 3:01 */waypoints[218].type = "stand"; + /* 3:01 */waypoints[218].children[0] = 129; + /* 3:01 */waypoints[218].children[1] = 138; + /* 3:01 */waypoints[218].children[2] = 135; + /* 3:01 */waypoints[219] = spawnstruct(); + /* 3:01 */waypoints[219].origin = ( 908.916, -452.326, 132.66 ); + /* 3:01 */waypoints[219].type = "crouch"; + /* 3:01 */waypoints[219].children[0] = 20; + /* 3:01 */waypoints[219].children[1] = 189; + /* 3:01 */waypoints[219].children[2] = 19; + /* 3:01 */waypoints[220] = spawnstruct(); + /* 3:01 */waypoints[220].origin = ( 838.367, 620.908, 61.0006 ); + /* 3:01 */waypoints[220].type = "stand"; + /* 3:01 */waypoints[220].children[0] = 221; + /* 3:01 */waypoints[220].children[1] = 8; + /* 3:01 */waypoints[220].children[2] = 16; + /* 3:01 */waypoints[220].children[3] = 15; + /* 3:01 */waypoints[221] = spawnstruct(); + /* 3:01 */waypoints[221].origin = ( 942.478, 543.121, 67.4118 ); + /* 3:01 */waypoints[221].type = "stand"; + /* 3:01 */waypoints[221].children[0] = 220; + /* 3:01 */waypoints[221].children[1] = 186; + /* 3:01 */waypoints[221].children[2] = 9; + /* 3:01 */waypoints[221].children[3] = 16; + /* 3:01 */waypoints[222] = spawnstruct(); + /* 3:01 */waypoints[222].origin = ( 143.67, -351.479, 82.3899 ); + /* 3:01 */waypoints[222].type = "crouch"; + /* 3:01 */waypoints[222].children[0] = 143; + /* 3:01 */waypoints[222].angles = ( -6.52039, -37.0654, 0 ); + /* 3:01 */waypoints[223] = spawnstruct(); + /* 3:01 */waypoints[223].origin = ( 730.809, -3332.73, 155.385 ); + /* 3:01 */waypoints[223].type = "stand"; + /* 3:01 */waypoints[223].children[0] = 72; + /* 3:01 */waypoints[223].children[1] = 224; + /* 3:01 */waypoints[223].children[2] = 73; + /* 3:01 */waypoints[224] = spawnstruct(); + /* 3:01 */waypoints[224].origin = ( 1085.13, -3384.24, 149.299 ); + /* 3:01 */waypoints[224].type = "stand"; + /* 3:01 */waypoints[224].children[0] = 223; + /* 3:01 */waypoints[224].children[1] = 73; + /* 3:01 */waypoints[225] = spawnstruct(); + /* 3:01 */waypoints[225].origin = ( 2188.87, -1577.69, 110.957 ); + /* 3:01 */waypoints[225].type = "tube"; + /* 3:01 */waypoints[225].children[0] = 33; + /* 3:01 */waypoints[225].angles = ( -5.3064, 100.093, 0.379028 ); + /* 3:01 */return waypoints; +} diff --git a/raw/scripts/mp/mp_italy/wps_piazza.gsc b/raw/scripts/mp/mp_italy/wps_piazza.gsc new file mode 100644 index 0000000..d6a638d --- /dev/null +++ b/raw/scripts/mp/mp_italy/wps_piazza.gsc @@ -0,0 +1,1449 @@ +main() +{ + level.waypoints = Piazza(); +} + +Piazza() +{ + /* 8:57 */waypoints = []; + /* 8:57 */waypoints[0] = spawnstruct(); + /* 8:57 */waypoints[0].origin = ( 1061.29, 1919.03, 1215.6 ); + /* 8:57 */waypoints[0].type = "stand"; + /* 8:57 */waypoints[0].children[0] = 86; + /* 8:57 */waypoints[0].children[1] = 172; + /* 8:57 */waypoints[0].children[2] = 173; + /* 8:57 */waypoints[0].children[3] = 174; + /* 8:57 */waypoints[1] = spawnstruct(); + /* 8:57 */waypoints[1].origin = ( 342.736, 2005.24, 1232.67 ); + /* 8:57 */waypoints[1].type = "stand"; + /* 8:57 */waypoints[1].children[0] = 2; + /* 8:57 */waypoints[1].children[1] = 85; + /* 8:57 */waypoints[2] = spawnstruct(); + /* 8:57 */waypoints[2].origin = ( 254.201, 1791.29, 1251.65 ); + /* 8:57 */waypoints[2].type = "stand"; + /* 8:57 */waypoints[2].children[0] = 1; + /* 8:57 */waypoints[2].children[1] = 3; + /* 8:57 */waypoints[2].children[2] = 49; + /* 8:57 */waypoints[2].children[3] = 220; + /* 8:57 */waypoints[3] = spawnstruct(); + /* 8:57 */waypoints[3].origin = ( -76.9356, 1885.63, 1280.13 ); + /* 8:57 */waypoints[3].type = "stand"; + /* 8:57 */waypoints[3].children[0] = 2; + /* 8:57 */waypoints[3].children[1] = 4; + /* 8:57 */waypoints[3].children[2] = 105; + /* 8:57 */waypoints[4] = spawnstruct(); + /* 8:57 */waypoints[4].origin = ( -586.819, 1884.27, 1280.13 ); + /* 8:57 */waypoints[4].type = "stand"; + /* 8:57 */waypoints[4].children[0] = 3; + /* 8:57 */waypoints[4].children[1] = 105; + /* 8:57 */waypoints[4].children[2] = 106; + /* 8:57 */waypoints[4].children[3] = 178; + /* 8:57 */waypoints[4].children[4] = 179; + /* 8:57 */waypoints[5] = spawnstruct(); + /* 8:57 */waypoints[5].origin = ( -936.941, 1638.37, 1280.13 ); + /* 8:57 */waypoints[5].type = "stand"; + /* 8:57 */waypoints[5].children[0] = 6; + /* 8:57 */waypoints[5].children[1] = 179; + /* 8:57 */waypoints[6] = spawnstruct(); + /* 8:57 */waypoints[6].origin = ( -1262.76, 1583, 1152.13 ); + /* 8:57 */waypoints[6].type = "stand"; + /* 8:57 */waypoints[6].children[0] = 5; + /* 8:57 */waypoints[6].children[1] = 7; + /* 8:57 */waypoints[7] = spawnstruct(); + /* 8:57 */waypoints[7].origin = ( -1509.82, 1343.13, 1024.13 ); + /* 8:57 */waypoints[7].type = "stand"; + /* 8:57 */waypoints[7].children[0] = 6; + /* 8:57 */waypoints[7].children[1] = 8; + /* 8:57 */waypoints[7].children[2] = 84; + /* 8:57 */waypoints[8] = spawnstruct(); + /* 8:57 */waypoints[8].origin = ( -1714.61, 1165.38, 1056.13 ); + /* 8:57 */waypoints[8].type = "stand"; + /* 8:57 */waypoints[8].children[0] = 7; + /* 8:57 */waypoints[8].children[1] = 9; + /* 8:57 */waypoints[8].children[2] = 84; + /* 8:57 */waypoints[9] = spawnstruct(); + /* 8:57 */waypoints[9].origin = ( -1758.01, 1043.16, 1056.13 ); + /* 8:57 */waypoints[9].type = "stand"; + /* 8:57 */waypoints[9].children[0] = 8; + /* 8:57 */waypoints[9].children[1] = 10; + /* 8:57 */waypoints[10] = spawnstruct(); + /* 8:57 */waypoints[10].origin = ( -1916.01, 939.977, 1055.51 ); + /* 8:57 */waypoints[10].type = "stand"; + /* 8:57 */waypoints[10].children[0] = 9; + /* 8:57 */waypoints[10].children[1] = 11; + /* 8:57 */waypoints[11] = spawnstruct(); + /* 8:57 */waypoints[11].origin = ( -1956.19, 778.282, 1024.13 ); + /* 8:57 */waypoints[11].type = "stand"; + /* 8:57 */waypoints[11].children[0] = 10; + /* 8:57 */waypoints[11].children[1] = 12; + /* 8:57 */waypoints[11].children[2] = 129; + /* 8:57 */waypoints[11].children[3] = 183; + /* 8:57 */waypoints[12] = spawnstruct(); + /* 8:57 */waypoints[12].origin = ( -1915.31, 526.491, 1024.13 ); + /* 8:57 */waypoints[12].type = "stand"; + /* 8:57 */waypoints[12].children[0] = 11; + /* 8:57 */waypoints[12].children[1] = 13; + /* 8:57 */waypoints[12].children[2] = 125; + /* 8:57 */waypoints[12].children[3] = 183; + /* 8:57 */waypoints[12].children[4] = 184; + /* 8:57 */waypoints[13] = spawnstruct(); + /* 8:57 */waypoints[13].origin = ( -2022.21, 416.005, 1024.13 ); + /* 8:57 */waypoints[13].type = "stand"; + /* 8:57 */waypoints[13].children[0] = 12; + /* 8:57 */waypoints[13].children[1] = 14; + /* 8:57 */waypoints[14] = spawnstruct(); + /* 8:57 */waypoints[14].origin = ( -1893.07, 295.448, 1024.13 ); + /* 8:57 */waypoints[14].type = "stand"; + /* 8:57 */waypoints[14].children[0] = 13; + /* 8:57 */waypoints[14].children[1] = 15; + /* 8:57 */waypoints[14].children[2] = 125; + /* 8:57 */waypoints[14].children[3] = 128; + /* 8:57 */waypoints[15] = spawnstruct(); + /* 8:57 */waypoints[15].origin = ( -1764.98, 162.642, 1024.13 ); + /* 8:57 */waypoints[15].type = "stand"; + /* 8:57 */waypoints[15].children[0] = 14; + /* 8:57 */waypoints[15].children[1] = 16; + /* 8:57 */waypoints[15].children[2] = 118; + /* 8:57 */waypoints[16] = spawnstruct(); + /* 8:57 */waypoints[16].origin = ( -1577.4, -34.2604, 960.125 ); + /* 8:57 */waypoints[16].type = "stand"; + /* 8:57 */waypoints[16].children[0] = 15; + /* 8:57 */waypoints[16].children[1] = 17; + /* 8:57 */waypoints[16].children[2] = 118; + /* 8:57 */waypoints[17] = spawnstruct(); + /* 8:57 */waypoints[17].origin = ( -1599.09, -299.5, 884.298 ); + /* 8:57 */waypoints[17].type = "stand"; + /* 8:57 */waypoints[17].children[0] = 16; + /* 8:57 */waypoints[17].children[1] = 18; + /* 8:57 */waypoints[18] = spawnstruct(); + /* 8:57 */waypoints[18].origin = ( -1423.89, -570.868, 783.658 ); + /* 8:57 */waypoints[18].type = "stand"; + /* 8:57 */waypoints[18].children[0] = 17; + /* 8:57 */waypoints[18].children[1] = 19; + /* 8:57 */waypoints[19] = spawnstruct(); + /* 8:57 */waypoints[19].origin = ( -1071.42, -714.085, 768.125 ); + /* 8:57 */waypoints[19].type = "stand"; + /* 8:57 */waypoints[19].children[0] = 18; + /* 8:57 */waypoints[19].children[1] = 20; + /* 8:57 */waypoints[19].children[2] = 114; + /* 8:57 */waypoints[19].children[3] = 115; + /* 8:57 */waypoints[19].children[4] = 200; + /* 8:57 */waypoints[20] = spawnstruct(); + /* 8:57 */waypoints[20].origin = ( -1081.77, -1000.92, 766.675 ); + /* 8:57 */waypoints[20].type = "stand"; + /* 8:57 */waypoints[20].children[0] = 19; + /* 8:57 */waypoints[20].children[1] = 21; + /* 8:57 */waypoints[20].children[2] = 114; + /* 8:57 */waypoints[20].children[3] = 115; + /* 8:57 */waypoints[20].children[4] = 200; + /* 8:57 */waypoints[21] = spawnstruct(); + /* 8:57 */waypoints[21].origin = ( -956.666, -1236.77, 730.515 ); + /* 8:57 */waypoints[21].type = "stand"; + /* 8:57 */waypoints[21].children[0] = 20; + /* 8:57 */waypoints[21].children[1] = 22; + /* 8:57 */waypoints[21].children[2] = 165; + /* 8:57 */waypoints[22] = spawnstruct(); + /* 8:57 */waypoints[22].origin = ( -712.951, -1257.51, 753.613 ); + /* 8:57 */waypoints[22].type = "stand"; + /* 8:57 */waypoints[22].children[0] = 21; + /* 8:57 */waypoints[22].children[1] = 23; + /* 8:57 */waypoints[22].children[2] = 164; + /* 8:57 */waypoints[23] = spawnstruct(); + /* 8:57 */waypoints[23].origin = ( -366.403, -1035.39, 819.07 ); + /* 8:57 */waypoints[23].type = "stand"; + /* 8:57 */waypoints[23].children[0] = 22; + /* 8:57 */waypoints[23].children[1] = 24; + /* 8:57 */waypoints[24] = spawnstruct(); + /* 8:57 */waypoints[24].origin = ( -203.864, -1013.74, 824.126 ); + /* 8:57 */waypoints[24].type = "stand"; + /* 8:57 */waypoints[24].children[0] = 23; + /* 8:57 */waypoints[24].children[1] = 25; + /* 8:57 */waypoints[24].children[2] = 157; + /* 8:57 */waypoints[25] = spawnstruct(); + /* 8:57 */waypoints[25].origin = ( -196.677, -1112.25, 824.116 ); + /* 8:57 */waypoints[25].type = "stand"; + /* 8:57 */waypoints[25].children[0] = 24; + /* 8:57 */waypoints[25].children[1] = 26; + /* 8:57 */waypoints[26] = spawnstruct(); + /* 8:57 */waypoints[26].origin = ( 310.14, -1113.02, 752.125 ); + /* 8:57 */waypoints[26].type = "stand"; + /* 8:57 */waypoints[26].children[0] = 25; + /* 8:57 */waypoints[26].children[1] = 27; + /* 8:57 */waypoints[27] = spawnstruct(); + /* 8:57 */waypoints[27].origin = ( 587.085, -1046, 704.125 ); + /* 8:57 */waypoints[27].type = "stand"; + /* 8:57 */waypoints[27].children[0] = 26; + /* 8:57 */waypoints[27].children[1] = 28; + /* 8:57 */waypoints[27].children[2] = 151; + /* 8:57 */waypoints[28] = spawnstruct(); + /* 8:57 */waypoints[28].origin = ( 867.791, -1011.7, 704.125 ); + /* 8:57 */waypoints[28].type = "stand"; + /* 8:57 */waypoints[28].children[0] = 27; + /* 8:57 */waypoints[28].children[1] = 29; + /* 8:57 */waypoints[28].children[2] = 142; + /* 8:57 */waypoints[28].children[3] = 150; + /* 8:57 */waypoints[28].children[4] = 151; + /* 8:57 */waypoints[28].children[5] = 204; + /* 8:57 */waypoints[29] = spawnstruct(); + /* 8:57 */waypoints[29].origin = ( 1060.22, -1198.08, 704.125 ); + /* 8:57 */waypoints[29].type = "stand"; + /* 8:57 */waypoints[29].children[0] = 28; + /* 8:57 */waypoints[29].children[1] = 30; + /* 8:57 */waypoints[29].children[2] = 204; + /* 8:57 */waypoints[29].children[3] = 205; + /* 8:57 */waypoints[30] = spawnstruct(); + /* 8:57 */waypoints[30].origin = ( 1319.59, -1028.49, 704.125 ); + /* 8:57 */waypoints[30].type = "stand"; + /* 8:57 */waypoints[30].children[0] = 29; + /* 8:57 */waypoints[30].children[1] = 31; + /* 8:57 */waypoints[30].children[2] = 149; + /* 8:57 */waypoints[30].children[3] = 202; + /* 8:57 */waypoints[30].children[4] = 206; + /* 8:57 */waypoints[31] = spawnstruct(); + /* 8:57 */waypoints[31].origin = ( 1772.38, -1028.81, 864.125 ); + /* 8:57 */waypoints[31].type = "stand"; + /* 8:57 */waypoints[31].children[0] = 30; + /* 8:57 */waypoints[31].children[1] = 32; + /* 8:57 */waypoints[32] = spawnstruct(); + /* 8:57 */waypoints[32].origin = ( 1781.31, -650.507, 992.125 ); + /* 8:57 */waypoints[32].type = "stand"; + /* 8:57 */waypoints[32].children[0] = 31; + /* 8:57 */waypoints[32].children[1] = 33; + /* 8:57 */waypoints[32].children[2] = 35; + /* 8:57 */waypoints[33] = spawnstruct(); + /* 8:57 */waypoints[33].origin = ( 1617.57, -654.641, 992.125 ); + /* 8:57 */waypoints[33].type = "stand"; + /* 8:57 */waypoints[33].children[0] = 32; + /* 8:57 */waypoints[33].children[1] = 34; + /* 8:57 */waypoints[34] = spawnstruct(); + /* 8:57 */waypoints[34].origin = ( 1617.4, -439.102, 992.125 ); + /* 8:57 */waypoints[34].type = "stand"; + /* 8:57 */waypoints[34].children[0] = 33; + /* 8:57 */waypoints[34].children[1] = 35; + /* 8:57 */waypoints[34].children[2] = 203; + /* 8:57 */waypoints[35] = spawnstruct(); + /* 8:57 */waypoints[35].origin = ( 1870.36, -415.426, 992.125 ); + /* 8:57 */waypoints[35].type = "stand"; + /* 8:57 */waypoints[35].children[0] = 34; + /* 8:57 */waypoints[35].children[1] = 36; + /* 8:57 */waypoints[35].children[2] = 32; + /* 8:57 */waypoints[35].children[3] = 203; + /* 8:57 */waypoints[36] = spawnstruct(); + /* 8:57 */waypoints[36].origin = ( 1868.94, -244.864, 984.67 ); + /* 8:57 */waypoints[36].type = "stand"; + /* 8:57 */waypoints[36].children[0] = 35; + /* 8:57 */waypoints[36].children[1] = 210; + /* 8:57 */waypoints[36].children[2] = 214; + /* 8:57 */waypoints[37] = spawnstruct(); + /* 8:57 */waypoints[37].origin = ( 1922.92, 74.7549, 992.125 ); + /* 8:57 */waypoints[37].type = "stand"; + /* 8:57 */waypoints[37].children[0] = 38; + /* 8:57 */waypoints[37].children[1] = 53; + /* 8:57 */waypoints[37].children[2] = 213; + /* 8:57 */waypoints[37].children[3] = 214; + /* 8:57 */waypoints[38] = spawnstruct(); + /* 8:57 */waypoints[38].origin = ( 2069.31, 212.081, 992.125 ); + /* 8:57 */waypoints[38].type = "stand"; + /* 8:57 */waypoints[38].children[0] = 37; + /* 8:57 */waypoints[38].children[1] = 39; + /* 8:57 */waypoints[38].children[2] = 53; + /* 8:57 */waypoints[39] = spawnstruct(); + /* 8:57 */waypoints[39].origin = ( 2078.36, 558.118, 1072.13 ); + /* 8:57 */waypoints[39].type = "stand"; + /* 8:57 */waypoints[39].children[0] = 38; + /* 8:57 */waypoints[39].children[1] = 40; + /* 8:57 */waypoints[39].children[2] = 52; + /* 8:57 */waypoints[40] = spawnstruct(); + /* 8:57 */waypoints[40].origin = ( 1920.7, 725.45, 1072.13 ); + /* 8:57 */waypoints[40].type = "stand"; + /* 8:57 */waypoints[40].children[0] = 39; + /* 8:57 */waypoints[40].children[1] = 41; + /* 8:57 */waypoints[40].children[2] = 51; + /* 8:57 */waypoints[41] = spawnstruct(); + /* 8:57 */waypoints[41].origin = ( 1920.9, 915.334, 1088.13 ); + /* 8:57 */waypoints[41].type = "stand"; + /* 8:57 */waypoints[41].children[0] = 40; + /* 8:57 */waypoints[41].children[1] = 42; + /* 8:57 */waypoints[42] = spawnstruct(); + /* 8:57 */waypoints[42].origin = ( 1699.42, 1037.1, 1088.13 ); + /* 8:57 */waypoints[42].type = "stand"; + /* 8:57 */waypoints[42].children[0] = 41; + /* 8:57 */waypoints[42].children[1] = 43; + /* 8:57 */waypoints[43] = spawnstruct(); + /* 8:57 */waypoints[43].origin = ( 1702.51, 1352.91, 1216.13 ); + /* 8:57 */waypoints[43].type = "stand"; + /* 8:57 */waypoints[43].children[0] = 42; + /* 8:57 */waypoints[43].children[1] = 44; + /* 8:57 */waypoints[43].children[2] = 171; + /* 8:57 */waypoints[44] = spawnstruct(); + /* 8:57 */waypoints[44].origin = ( 1692.64, 1834.83, 1216.13 ); + /* 8:57 */waypoints[44].type = "stand"; + /* 8:57 */waypoints[44].children[0] = 43; + /* 8:57 */waypoints[44].children[1] = 45; + /* 8:57 */waypoints[45] = spawnstruct(); + /* 8:57 */waypoints[45].origin = ( 1474.02, 1836.51, 1215.66 ); + /* 8:57 */waypoints[45].type = "stand"; + /* 8:57 */waypoints[45].children[0] = 44; + /* 8:57 */waypoints[45].children[1] = 46; + /* 8:57 */waypoints[45].children[2] = 172; + /* 8:57 */waypoints[45].children[3] = 176; + /* 8:57 */waypoints[46] = spawnstruct(); + /* 8:57 */waypoints[46].origin = ( 1487.36, 1584.65, 1214.79 ); + /* 8:57 */waypoints[46].type = "stand"; + /* 8:57 */waypoints[46].children[0] = 45; + /* 8:57 */waypoints[46].children[1] = 47; + /* 8:57 */waypoints[47] = spawnstruct(); + /* 8:57 */waypoints[47].origin = ( 1228.48, 1592.13, 1212.49 ); + /* 8:57 */waypoints[47].type = "stand"; + /* 8:57 */waypoints[47].children[0] = 46; + /* 8:57 */waypoints[47].children[1] = 171; + /* 8:57 */waypoints[47].children[2] = 174; + /* 8:57 */waypoints[48] = spawnstruct(); + /* 8:57 */waypoints[48].origin = ( 827.022, 1590.46, 1211.37 ); + /* 8:57 */waypoints[48].type = "stand"; + /* 8:57 */waypoints[48].children[0] = 88; + /* 8:57 */waypoints[48].children[1] = 174; + /* 8:57 */waypoints[49] = spawnstruct(); + /* 8:57 */waypoints[49].origin = ( 420.622, 1562.21, 1216.39 ); + /* 8:57 */waypoints[49].type = "stand"; + /* 8:57 */waypoints[49].children[0] = 88; + /* 8:57 */waypoints[49].children[1] = 2; + /* 8:57 */waypoints[49].children[2] = 89; + /* 8:57 */waypoints[49].children[3] = 220; + /* 8:57 */waypoints[50] = spawnstruct(); + /* 8:57 */waypoints[50].origin = ( 1595.14, 121.803, 992.125 ); + /* 8:57 */waypoints[50].type = "stand"; + /* 8:57 */waypoints[50].children[0] = 51; + /* 8:57 */waypoints[50].children[1] = 53; + /* 8:57 */waypoints[50].children[2] = 54; + /* 8:57 */waypoints[50].children[3] = 212; + /* 8:57 */waypoints[50].children[4] = 213; + /* 8:57 */waypoints[51] = spawnstruct(); + /* 8:57 */waypoints[51].origin = ( 1603.89, 600.345, 1072.13 ); + /* 8:57 */waypoints[51].type = "stand"; + /* 8:57 */waypoints[51].children[0] = 50; + /* 8:57 */waypoints[51].children[1] = 40; + /* 8:57 */waypoints[51].children[2] = 52; + /* 8:57 */waypoints[52] = spawnstruct(); + /* 8:57 */waypoints[52].origin = ( 1921.01, 631.882, 1072.13 ); + /* 8:57 */waypoints[52].type = "stand"; + /* 8:57 */waypoints[52].children[0] = 51; + /* 8:57 */waypoints[52].children[1] = 39; + /* 8:57 */waypoints[53] = spawnstruct(); + /* 8:57 */waypoints[53].origin = ( 1829.63, 266.58, 992.125 ); + /* 8:57 */waypoints[53].type = "stand"; + /* 8:57 */waypoints[53].children[0] = 38; + /* 8:57 */waypoints[53].children[1] = 37; + /* 8:57 */waypoints[53].children[2] = 50; + /* 8:57 */waypoints[53].children[3] = 54; + /* 8:57 */waypoints[53].children[4] = 213; + /* 8:57 */waypoints[54] = spawnstruct(); + /* 8:57 */waypoints[54].origin = ( 1395, 231.853, 992.125 ); + /* 8:57 */waypoints[54].type = "stand"; + /* 8:57 */waypoints[54].children[0] = 53; + /* 8:57 */waypoints[54].children[1] = 50; + /* 8:57 */waypoints[54].children[2] = 55; + /* 8:57 */waypoints[55] = spawnstruct(); + /* 8:57 */waypoints[55].origin = ( 1254.04, 346.469, 1043.39 ); + /* 8:57 */waypoints[55].type = "stand"; + /* 8:57 */waypoints[55].children[0] = 54; + /* 8:57 */waypoints[55].children[1] = 56; + /* 8:57 */waypoints[55].children[2] = 75; + /* 8:57 */waypoints[55].children[3] = 92; + /* 8:57 */waypoints[55].children[4] = 95; + /* 8:57 */waypoints[55].children[5] = 169; + /* 8:57 */waypoints[56] = spawnstruct(); + /* 8:57 */waypoints[56].origin = ( 1306.52, 709.923, 1076.52 ); + /* 8:57 */waypoints[56].type = "stand"; + /* 8:57 */waypoints[56].children[0] = 55; + /* 8:57 */waypoints[56].children[1] = 57; + /* 8:57 */waypoints[56].children[2] = 92; + /* 8:57 */waypoints[57] = spawnstruct(); + /* 8:57 */waypoints[57].origin = ( 1266.45, 890.18, 1118.61 ); + /* 8:57 */waypoints[57].type = "stand"; + /* 8:57 */waypoints[57].children[0] = 56; + /* 8:57 */waypoints[57].children[1] = 58; + /* 8:57 */waypoints[58] = spawnstruct(); + /* 8:57 */waypoints[58].origin = ( 1116.31, 1004.88, 1152.52 ); + /* 8:57 */waypoints[58].type = "stand"; + /* 8:57 */waypoints[58].children[0] = 57; + /* 8:57 */waypoints[58].children[1] = 59; + /* 8:57 */waypoints[59] = spawnstruct(); + /* 8:57 */waypoints[59].origin = ( 931.047, 1026.2, 1152.13 ); + /* 8:57 */waypoints[59].type = "stand"; + /* 8:57 */waypoints[59].children[0] = 58; + /* 8:57 */waypoints[59].children[1] = 60; + /* 8:57 */waypoints[59].children[2] = 90; + /* 8:57 */waypoints[60] = spawnstruct(); + /* 8:57 */waypoints[60].origin = ( 465.58, 1015.19, 1152.13 ); + /* 8:57 */waypoints[60].type = "stand"; + /* 8:57 */waypoints[60].children[0] = 59; + /* 8:57 */waypoints[60].children[1] = 61; + /* 8:57 */waypoints[60].children[2] = 103; + /* 8:57 */waypoints[60].children[3] = 137; + /* 8:57 */waypoints[61] = spawnstruct(); + /* 8:57 */waypoints[61].origin = ( 403.804, 772.586, 1088.13 ); + /* 8:57 */waypoints[61].type = "stand"; + /* 8:57 */waypoints[61].children[0] = 60; + /* 8:57 */waypoints[61].children[1] = 62; + /* 8:57 */waypoints[62] = spawnstruct(); + /* 8:57 */waypoints[62].origin = ( 234.641, 606.445, 968.946 ); + /* 8:57 */waypoints[62].type = "stand"; + /* 8:57 */waypoints[62].children[0] = 61; + /* 8:57 */waypoints[62].children[1] = 63; + /* 8:57 */waypoints[62].children[2] = 76; + /* 8:57 */waypoints[62].children[3] = 77; + /* 8:57 */waypoints[62].children[4] = 97; + /* 8:57 */waypoints[62].children[5] = 168; + /* 8:57 */waypoints[62].children[6] = 196; + /* 8:57 */waypoints[62].children[7] = 73; + /* 8:57 */waypoints[63] = spawnstruct(); + /* 8:57 */waypoints[63].origin = ( -66.7678, 766.455, 940.215 ); + /* 8:57 */waypoints[63].type = "stand"; + /* 8:57 */waypoints[63].children[0] = 62; + /* 8:57 */waypoints[63].children[1] = 64; + /* 8:57 */waypoints[63].children[2] = 77; + /* 8:57 */waypoints[63].children[3] = 193; + /* 8:57 */waypoints[63].children[4] = 195; + /* 8:57 */waypoints[63].children[5] = 196; + /* 8:57 */waypoints[64] = spawnstruct(); + /* 8:57 */waypoints[64].origin = ( -326.724, 763.523, 904.149 ); + /* 8:57 */waypoints[64].type = "stand"; + /* 8:57 */waypoints[64].children[0] = 63; + /* 8:57 */waypoints[64].children[1] = 65; + /* 8:57 */waypoints[64].children[2] = 78; + /* 8:57 */waypoints[64].children[3] = 188; + /* 8:57 */waypoints[64].children[4] = 193; + /* 8:57 */waypoints[65] = spawnstruct(); + /* 8:57 */waypoints[65].origin = ( -318.654, 292.407, 864.125 ); + /* 8:57 */waypoints[65].type = "stand"; + /* 8:57 */waypoints[65].children[0] = 64; + /* 8:57 */waypoints[65].children[1] = 66; + /* 8:57 */waypoints[65].children[2] = 69; + /* 8:57 */waypoints[65].children[3] = 197; + /* 8:57 */waypoints[66] = spawnstruct(); + /* 8:57 */waypoints[66].origin = ( -144.169, 242.351, 864.125 ); + /* 8:57 */waypoints[66].type = "stand"; + /* 8:57 */waypoints[66].children[0] = 65; + /* 8:57 */waypoints[66].children[1] = 67; + /* 8:57 */waypoints[66].children[2] = 197; + /* 8:57 */waypoints[66].children[3] = 198; + /* 8:57 */waypoints[67] = spawnstruct(); + /* 8:57 */waypoints[67].origin = ( -41.1123, 96.4519, 864.125 ); + /* 8:57 */waypoints[67].type = "stand"; + /* 8:57 */waypoints[67].children[0] = 66; + /* 8:57 */waypoints[67].children[1] = 68; + /* 8:57 */waypoints[68] = spawnstruct(); + /* 8:57 */waypoints[68].origin = ( -136.935, -74.9245, 864.125 ); + /* 8:57 */waypoints[68].type = "stand"; + /* 8:57 */waypoints[68].children[0] = 67; + /* 8:57 */waypoints[68].children[1] = 69; + /* 8:57 */waypoints[68].children[2] = 70; + /* 8:57 */waypoints[68].children[3] = 112; + /* 8:57 */waypoints[68].children[4] = 138; + /* 8:57 */waypoints[69] = spawnstruct(); + /* 8:57 */waypoints[69].origin = ( -277.097, -15.7047, 864.125 ); + /* 8:57 */waypoints[69].type = "stand"; + /* 8:57 */waypoints[69].children[0] = 68; + /* 8:57 */waypoints[69].children[1] = 65; + /* 8:57 */waypoints[69].children[2] = 112; + /* 8:57 */waypoints[70] = spawnstruct(); + /* 8:57 */waypoints[70].origin = ( -107.961, -222.141, 864.125 ); + /* 8:57 */waypoints[70].type = "stand"; + /* 8:57 */waypoints[70].children[0] = 68; + /* 8:57 */waypoints[70].children[1] = 71; + /* 8:57 */waypoints[70].children[2] = 112; + /* 8:57 */waypoints[70].children[3] = 138; + /* 8:57 */waypoints[71] = spawnstruct(); + /* 8:57 */waypoints[71].origin = ( 222.203, -191.674, 928.125 ); + /* 8:57 */waypoints[71].type = "stand"; + /* 8:57 */waypoints[71].children[0] = 70; + /* 8:57 */waypoints[71].children[1] = 72; + /* 8:57 */waypoints[72] = spawnstruct(); + /* 8:57 */waypoints[72].origin = ( 387.892, -21.854, 1024.13 ); + /* 8:57 */waypoints[72].type = "stand"; + /* 8:57 */waypoints[72].children[0] = 71; + /* 8:57 */waypoints[72].children[1] = 73; + /* 8:57 */waypoints[72].children[2] = 76; + /* 8:57 */waypoints[72].children[3] = 97; + /* 8:57 */waypoints[72].children[4] = 168; + /* 8:57 */waypoints[73] = spawnstruct(); + /* 8:57 */waypoints[73].origin = ( 546.608, 120.425, 1024.13 ); + /* 8:57 */waypoints[73].type = "stand"; + /* 8:57 */waypoints[73].children[0] = 72; + /* 8:57 */waypoints[73].children[1] = 74; + /* 8:57 */waypoints[73].children[2] = 97; + /* 8:57 */waypoints[73].children[3] = 62; + /* 8:57 */waypoints[74] = spawnstruct(); + /* 8:57 */waypoints[74].origin = ( 722.336, 108.589, 1024.13 ); + /* 8:57 */waypoints[74].type = "stand"; + /* 8:57 */waypoints[74].children[0] = 73; + /* 8:57 */waypoints[74].children[1] = 75; + /* 8:57 */waypoints[74].children[2] = 102; + /* 8:57 */waypoints[74].children[3] = 169; + /* 8:57 */waypoints[75] = spawnstruct(); + /* 8:57 */waypoints[75].origin = ( 948.373, 339.856, 1024.13 ); + /* 8:57 */waypoints[75].type = "stand"; + /* 8:57 */waypoints[75].children[0] = 74; + /* 8:57 */waypoints[75].children[1] = 55; + /* 8:57 */waypoints[75].children[2] = 76; + /* 8:57 */waypoints[75].children[3] = 100; + /* 8:57 */waypoints[75].children[4] = 102; + /* 8:57 */waypoints[75].children[5] = 169; + /* 8:57 */waypoints[75].children[6] = 167; + /* 8:57 */waypoints[76] = spawnstruct(); + /* 8:57 */waypoints[76].origin = ( 494.214, 351.337, 1009.33 ); + /* 8:57 */waypoints[76].type = "stand"; + /* 8:57 */waypoints[76].children[0] = 75; + /* 8:57 */waypoints[76].children[1] = 72; + /* 8:57 */waypoints[76].children[2] = 62; + /* 8:57 */waypoints[76].children[3] = 77; + /* 8:57 */waypoints[76].children[4] = 97; + /* 8:57 */waypoints[76].children[5] = 168; + /* 8:57 */waypoints[76].children[6] = 167; + /* 8:57 */waypoints[77] = spawnstruct(); + /* 8:57 */waypoints[77].origin = ( 95.9476, 617.921, 959.561 ); + /* 8:57 */waypoints[77].type = "stand"; + /* 8:57 */waypoints[77].children[0] = 76; + /* 8:57 */waypoints[77].children[1] = 63; + /* 8:57 */waypoints[77].children[2] = 62; + /* 8:57 */waypoints[77].children[3] = 168; + /* 8:57 */waypoints[77].children[4] = 196; + /* 8:57 */waypoints[78] = spawnstruct(); + /* 8:57 */waypoints[78].origin = ( -601.699, 961.851, 897.839 ); + /* 8:57 */waypoints[78].type = "stand"; + /* 8:57 */waypoints[78].children[0] = 64; + /* 8:57 */waypoints[78].children[1] = 79; + /* 8:57 */waypoints[78].children[2] = 188; + /* 8:57 */waypoints[78].children[3] = 193; + /* 8:57 */waypoints[79] = spawnstruct(); + /* 8:57 */waypoints[79].origin = ( -963.71, 954.596, 1024.13 ); + /* 8:57 */waypoints[79].type = "stand"; + /* 8:57 */waypoints[79].children[0] = 78; + /* 8:57 */waypoints[79].children[1] = 80; + /* 8:57 */waypoints[79].children[2] = 83; + /* 8:57 */waypoints[80] = spawnstruct(); + /* 8:57 */waypoints[80].origin = ( -1194.07, 735.15, 1024.13 ); + /* 8:57 */waypoints[80].type = "stand"; + /* 8:57 */waypoints[80].children[0] = 79; + /* 8:57 */waypoints[80].children[1] = 81; + /* 8:57 */waypoints[80].children[2] = 83; + /* 8:57 */waypoints[80].children[3] = 122; + /* 8:57 */waypoints[80].children[4] = 127; + /* 8:57 */waypoints[80].children[5] = 130; + /* 8:57 */waypoints[80].children[6] = 187; + /* 8:57 */waypoints[81] = spawnstruct(); + /* 8:57 */waypoints[81].origin = ( -1514.5, 1070.62, 1024.13 ); + /* 8:57 */waypoints[81].type = "stand"; + /* 8:57 */waypoints[81].children[0] = 80; + /* 8:57 */waypoints[81].children[1] = 82; + /* 8:57 */waypoints[81].children[2] = 84; + /* 8:57 */waypoints[81].children[3] = 127; + /* 8:57 */waypoints[81].children[4] = 129; + /* 8:57 */waypoints[81].children[5] = 181; + /* 8:57 */waypoints[81].children[6] = 182; + /* 8:57 */waypoints[82] = spawnstruct(); + /* 8:57 */waypoints[82].origin = ( -1252.48, 1146.84, 1024.13 ); + /* 8:57 */waypoints[82].type = "stand"; + /* 8:57 */waypoints[82].children[0] = 81; + /* 8:57 */waypoints[82].children[1] = 83; + /* 8:57 */waypoints[82].children[2] = 130; + /* 8:57 */waypoints[82].children[3] = 180; + /* 8:57 */waypoints[83] = spawnstruct(); + /* 8:57 */waypoints[83].origin = ( -1069.54, 933.136, 1024.13 ); + /* 8:57 */waypoints[83].type = "stand"; + /* 8:57 */waypoints[83].children[0] = 82; + /* 8:57 */waypoints[83].children[1] = 79; + /* 8:57 */waypoints[83].children[2] = 80; + /* 8:57 */waypoints[83].children[3] = 130; + /* 8:57 */waypoints[83].children[4] = 187; + /* 8:57 */waypoints[84] = spawnstruct(); + /* 8:57 */waypoints[84].origin = ( -1556.4, 1246.98, 1024.13 ); + /* 8:57 */waypoints[84].type = "stand"; + /* 8:57 */waypoints[84].children[0] = 81; + /* 8:57 */waypoints[84].children[1] = 7; + /* 8:57 */waypoints[84].children[2] = 8; + /* 8:57 */waypoints[85] = spawnstruct(); + /* 8:57 */waypoints[85].origin = ( 462.066, 2072.64, 1216.13 ); + /* 8:57 */waypoints[85].type = "stand"; + /* 8:57 */waypoints[85].children[0] = 1; + /* 8:57 */waypoints[85].children[1] = 86; + /* 8:57 */waypoints[86] = spawnstruct(); + /* 8:57 */waypoints[86].origin = ( 768.145, 2020.24, 1214.33 ); + /* 8:57 */waypoints[86].type = "stand"; + /* 8:57 */waypoints[86].children[0] = 0; + /* 8:57 */waypoints[86].children[1] = 87; + /* 8:57 */waypoints[86].children[2] = 172; + /* 8:57 */waypoints[86].children[3] = 85; + /* 8:57 */waypoints[87] = spawnstruct(); + /* 8:57 */waypoints[87].origin = ( 676.322, 1836.7, 1214.84 ); + /* 8:57 */waypoints[87].type = "stand"; + /* 8:57 */waypoints[87].children[0] = 86; + /* 8:57 */waypoints[87].children[1] = 173; + /* 8:57 */waypoints[87].children[2] = 175; + /* 8:57 */waypoints[88] = spawnstruct(); + /* 8:57 */waypoints[88].origin = ( 719.573, 1591.7, 1207.65 ); + /* 8:57 */waypoints[88].type = "stand"; + /* 8:57 */waypoints[88].children[0] = 48; + /* 8:57 */waypoints[88].children[1] = 49; + /* 8:57 */waypoints[88].children[2] = 175; + /* 8:57 */waypoints[89] = spawnstruct(); + /* 8:57 */waypoints[89].origin = ( 616.446, 1181.26, 1160.88 ); + /* 8:57 */waypoints[89].type = "stand"; + /* 8:57 */waypoints[89].children[0] = 49; + /* 8:57 */waypoints[89].children[1] = 90; + /* 8:57 */waypoints[89].children[2] = 220; + /* 8:57 */waypoints[90] = spawnstruct(); + /* 8:57 */waypoints[90].origin = ( 924.211, 1123.98, 1152.13 ); + /* 8:57 */waypoints[90].type = "stand"; + /* 8:57 */waypoints[90].children[0] = 89; + /* 8:57 */waypoints[90].children[1] = 59; + /* 8:57 */waypoints[90].children[2] = 91; + /* 8:57 */waypoints[91] = spawnstruct(); + /* 8:57 */waypoints[91].origin = ( 1201.82, 1141.01, 1135.29 ); + /* 8:57 */waypoints[91].type = "stand"; + /* 8:57 */waypoints[91].children[0] = 90; + /* 8:57 */waypoints[91].children[1] = 92; + /* 8:57 */waypoints[91].children[2] = 171; + /* 8:57 */waypoints[92] = spawnstruct(); + /* 8:57 */waypoints[92].origin = ( 1456.95, 811.492, 1091.52 ); + /* 8:57 */waypoints[92].type = "stand"; + /* 8:57 */waypoints[92].children[0] = 91; + /* 8:57 */waypoints[92].children[1] = 56; + /* 8:57 */waypoints[92].children[2] = 55; + /* 8:57 */waypoints[92].children[3] = 93; + /* 8:57 */waypoints[93] = spawnstruct(); + /* 8:57 */waypoints[93].origin = ( 1520.87, 546.836, 1072.88 ); + /* 8:57 */waypoints[93].type = "stand"; + /* 8:57 */waypoints[93].children[0] = 92; + /* 8:57 */waypoints[93].children[1] = 94; + /* 8:57 */waypoints[94] = spawnstruct(); + /* 8:57 */waypoints[94].origin = ( 1515.12, 340.771, 1068.65 ); + /* 8:57 */waypoints[94].type = "crouch"; + /* 8:57 */waypoints[94].children[0] = 93; + /* 8:57 */waypoints[94].angles = ( 6.68396, 136.873, 0 ); + /* 8:57 */waypoints[95] = spawnstruct(); + /* 8:57 */waypoints[95].origin = ( 1386.77, 409.038, 1056.42 ); + /* 8:57 */waypoints[95].type = "stand"; + /* 8:57 */waypoints[95].children[0] = 55; + /* 8:57 */waypoints[95].children[1] = 96; + /* 8:57 */waypoints[96] = spawnstruct(); + /* 8:57 */waypoints[96].origin = ( 1467.94, 386.266, 1058.84 ); + /* 8:57 */waypoints[96].type = "crouch"; + /* 8:57 */waypoints[96].children[0] = 95; + /* 8:57 */waypoints[96].angles = ( 8.7384, 164.822, 0 ); + /* 8:57 */waypoints[97] = spawnstruct(); + /* 8:57 */waypoints[97].origin = ( 373.642, 277.899, 1015.12 ); + /* 8:57 */waypoints[97].type = "stand"; + /* 8:57 */waypoints[97].children[0] = 76; + /* 8:57 */waypoints[97].children[1] = 72; + /* 8:57 */waypoints[97].children[2] = 62; + /* 8:57 */waypoints[97].children[3] = 73; + /* 8:57 */waypoints[97].children[4] = 168; + /* 8:57 */waypoints[98] = spawnstruct(); + /* 8:57 */waypoints[98].origin = ( 942.943, 663.163, 1030.25 ); + /* 8:57 */waypoints[98].type = "crouch"; + /* 8:57 */waypoints[98].children[0] = 169; + /* 8:57 */waypoints[98].angles = ( 3.5144, -92.6532, 0 ); + /* 8:57 */waypoints[99] = spawnstruct(); + /* 8:57 */waypoints[99].origin = ( 835.042, 668.854, 1032.07 ); + /* 8:57 */waypoints[99].type = "crouch"; + /* 8:57 */waypoints[99].children[0] = 169; + /* 8:57 */waypoints[99].angles = ( 2.56958, -75.4047, 0 ); + /* 8:57 */waypoints[100] = spawnstruct(); + /* 8:57 */waypoints[100].origin = ( 925.904, 46.5996, 1040.13 ); + /* 8:57 */waypoints[100].type = "crouch"; + /* 8:57 */waypoints[100].children[0] = 75; + /* 8:57 */waypoints[100].angles = ( 5.73364, 92.9883, 0 ); + /* 8:57 */waypoints[101] = spawnstruct(); + /* 8:57 */waypoints[101].origin = ( 1099.59, 182.11, 1024.13 ); + /* 8:57 */waypoints[101].type = "crouch"; + /* 8:57 */waypoints[101].children[0] = 102; + /* 8:57 */waypoints[101].angles = ( 2.56958, 179.379, 0 ); + /* 8:57 */waypoints[102] = spawnstruct(); + /* 8:57 */waypoints[102].origin = ( 841.478, 186.399, 1024.13 ); + /* 8:57 */waypoints[102].type = "stand"; + /* 8:57 */waypoints[102].children[0] = 101; + /* 8:57 */waypoints[102].children[1] = 74; + /* 8:57 */waypoints[102].children[2] = 75; + /* 8:57 */waypoints[102].children[3] = 169; + /* 8:57 */waypoints[102].children[4] = 167; + /* 8:57 */waypoints[103] = spawnstruct(); + /* 8:57 */waypoints[103].origin = ( 130.27, 1043.53, 1152.13 ); + /* 8:57 */waypoints[103].type = "stand"; + /* 8:57 */waypoints[103].children[0] = 60; + /* 8:57 */waypoints[103].children[1] = 104; + /* 8:57 */waypoints[103].children[2] = 135; + /* 8:57 */waypoints[103].children[3] = 137; + /* 8:57 */waypoints[103].children[4] = 136; + /* 8:57 */waypoints[104] = spawnstruct(); + /* 8:57 */waypoints[104].origin = ( 137.358, 1383.97, 1280.13 ); + /* 8:57 */waypoints[104].type = "stand"; + /* 8:57 */waypoints[104].children[0] = 103; + /* 8:57 */waypoints[104].children[1] = 107; + /* 8:57 */waypoints[104].children[2] = 177; + /* 8:57 */waypoints[105] = spawnstruct(); + /* 8:57 */waypoints[105].origin = ( -261.199, 1814.7, 1280.13 ); + /* 8:57 */waypoints[105].type = "stand"; + /* 8:57 */waypoints[105].children[0] = 3; + /* 8:57 */waypoints[105].children[1] = 4; + /* 8:57 */waypoints[105].children[2] = 107; + /* 8:57 */waypoints[105].children[3] = 177; + /* 8:57 */waypoints[106] = spawnstruct(); + /* 8:57 */waypoints[106].origin = ( -551.58, 1682.85, 1292.47 ); + /* 8:57 */waypoints[106].type = "crouch"; + /* 8:57 */waypoints[106].children[0] = 4; + /* 8:57 */waypoints[106].angles = ( 5.57434, 110.396, 0 ); + /* 8:57 */waypoints[107] = spawnstruct(); + /* 8:57 */waypoints[107].origin = ( -453.015, 1506.06, 1280.13 ); + /* 8:57 */waypoints[107].type = "stand"; + /* 8:57 */waypoints[107].children[0] = 105; + /* 8:57 */waypoints[107].children[1] = 104; + /* 8:57 */waypoints[107].children[2] = 108; + /* 8:57 */waypoints[107].children[3] = 177; + /* 8:57 */waypoints[108] = spawnstruct(); + /* 8:57 */waypoints[108].origin = ( -698.607, 1503.24, 1216.13 ); + /* 8:57 */waypoints[108].type = "stand"; + /* 8:57 */waypoints[108].children[0] = 107; + /* 8:57 */waypoints[108].children[1] = 109; + /* 8:57 */waypoints[109] = spawnstruct(); + /* 8:57 */waypoints[109].origin = ( -715.176, 939.26, 1152.13 ); + /* 8:57 */waypoints[109].type = "stand"; + /* 8:57 */waypoints[109].children[0] = 108; + /* 8:57 */waypoints[109].children[1] = 110; + /* 8:57 */waypoints[109].children[2] = 121; + /* 8:57 */waypoints[110] = spawnstruct(); + /* 8:57 */waypoints[110].origin = ( -442.259, 664.913, 1152.13 ); + /* 8:57 */waypoints[110].type = "stand"; + /* 8:57 */waypoints[110].children[0] = 109; + /* 8:57 */waypoints[110].children[1] = 131; + /* 8:57 */waypoints[110].children[2] = 132; + /* 8:57 */waypoints[110].children[3] = 133; + /* 8:57 */waypoints[110].children[4] = 134; + /* 8:57 */waypoints[111] = spawnstruct(); + /* 8:57 */waypoints[111].origin = ( -461.012, -186.894, 864.125 ); + /* 8:57 */waypoints[111].type = "stand"; + /* 8:57 */waypoints[111].children[0] = 112; + /* 8:57 */waypoints[111].children[1] = 113; + /* 8:57 */waypoints[111].children[2] = 133; + /* 8:57 */waypoints[111].children[3] = 138; + /* 8:57 */waypoints[111].children[4] = 160; + /* 8:57 */waypoints[111].children[5] = 161; + /* 8:57 */waypoints[112] = spawnstruct(); + /* 8:57 */waypoints[112].origin = ( -202.722, -185.12, 864.125 ); + /* 8:57 */waypoints[112].type = "stand"; + /* 8:57 */waypoints[112].children[0] = 111; + /* 8:57 */waypoints[112].children[1] = 70; + /* 8:57 */waypoints[112].children[2] = 69; + /* 8:57 */waypoints[112].children[3] = 68; + /* 8:57 */waypoints[112].children[4] = 138; + /* 8:57 */waypoints[112].children[5] = 161; + /* 8:57 */waypoints[113] = spawnstruct(); + /* 8:57 */waypoints[113].origin = ( -724.035, -251.22, 836.534 ); + /* 8:57 */waypoints[113].type = "stand"; + /* 8:57 */waypoints[113].children[0] = 111; + /* 8:57 */waypoints[113].children[1] = 114; + /* 8:57 */waypoints[113].children[2] = 115; + /* 8:57 */waypoints[113].children[3] = 161; + /* 8:57 */waypoints[114] = spawnstruct(); + /* 8:57 */waypoints[114].origin = ( -970.678, -479.821, 768.175 ); + /* 8:57 */waypoints[114].type = "stand"; + /* 8:57 */waypoints[114].children[0] = 113; + /* 8:57 */waypoints[114].children[1] = 19; + /* 8:57 */waypoints[114].children[2] = 20; + /* 8:57 */waypoints[114].children[3] = 116; + /* 8:57 */waypoints[114].children[4] = 161; + /* 8:57 */waypoints[114].children[5] = 199; + /* 8:57 */waypoints[115] = spawnstruct(); + /* 8:57 */waypoints[115].origin = ( -936.254, -620.273, 766.603 ); + /* 8:57 */waypoints[115].type = "stand"; + /* 8:57 */waypoints[115].children[0] = 19; + /* 8:57 */waypoints[115].children[1] = 20; + /* 8:57 */waypoints[115].children[2] = 113; + /* 8:57 */waypoints[115].children[3] = 116; + /* 8:57 */waypoints[115].children[4] = 161; + /* 8:57 */waypoints[115].children[5] = 200; + /* 8:57 */waypoints[116] = spawnstruct(); + /* 8:57 */waypoints[116].origin = ( -1176.32, -519.251, 788.038 ); + /* 8:57 */waypoints[116].type = "stand"; + /* 8:57 */waypoints[116].children[0] = 114; + /* 8:57 */waypoints[116].children[1] = 115; + /* 8:57 */waypoints[116].children[2] = 117; + /* 8:57 */waypoints[117] = spawnstruct(); + /* 8:57 */waypoints[117].origin = ( -1451.66, -321.355, 882.165 ); + /* 8:57 */waypoints[117].type = "stand"; + /* 8:57 */waypoints[117].children[0] = 116; + /* 8:57 */waypoints[117].children[1] = 118; + /* 8:57 */waypoints[118] = spawnstruct(); + /* 8:57 */waypoints[118].origin = ( -1467.81, -66.334, 937.62 ); + /* 8:57 */waypoints[118].type = "stand"; + /* 8:57 */waypoints[118].children[0] = 117; + /* 8:57 */waypoints[118].children[1] = 16; + /* 8:57 */waypoints[118].children[2] = 15; + /* 8:57 */waypoints[118].children[3] = 119; + /* 8:57 */waypoints[118].children[4] = 201; + /* 8:57 */waypoints[119] = spawnstruct(); + /* 8:57 */waypoints[119].origin = ( -1216.95, 215.492, 960.125 ); + /* 8:57 */waypoints[119].type = "stand"; + /* 8:57 */waypoints[119].children[0] = 118; + /* 8:57 */waypoints[119].children[1] = 120; + /* 8:57 */waypoints[119].children[2] = 189; + /* 8:57 */waypoints[119].children[3] = 201; + /* 8:57 */waypoints[119].children[4] = 191; + /* 8:57 */waypoints[120] = spawnstruct(); + /* 8:57 */waypoints[120].origin = ( -1200.34, 429.764, 960.125 ); + /* 8:57 */waypoints[120].type = "stand"; + /* 8:57 */waypoints[120].children[0] = 119; + /* 8:57 */waypoints[120].children[1] = 121; + /* 8:57 */waypoints[120].children[2] = 189; + /* 8:57 */waypoints[121] = spawnstruct(); + /* 8:57 */waypoints[121].origin = ( -1019.95, 614.201, 1024.13 ); + /* 8:57 */waypoints[121].type = "stand"; + /* 8:57 */waypoints[121].children[0] = 120; + /* 8:57 */waypoints[121].children[1] = 122; + /* 8:57 */waypoints[121].children[2] = 109; + /* 8:57 */waypoints[122] = spawnstruct(); + /* 8:57 */waypoints[122].origin = ( -1151.02, 698.938, 1024.13 ); + /* 8:57 */waypoints[122].type = "stand"; + /* 8:57 */waypoints[122].children[0] = 121; + /* 8:57 */waypoints[122].children[1] = 80; + /* 8:57 */waypoints[122].children[2] = 123; + /* 8:57 */waypoints[123] = spawnstruct(); + /* 8:57 */waypoints[123].origin = ( -1347.4, 495.468, 1024.13 ); + /* 8:57 */waypoints[123].type = "stand"; + /* 8:57 */waypoints[123].children[0] = 122; + /* 8:57 */waypoints[123].children[1] = 124; + /* 8:57 */waypoints[123].children[2] = 186; + /* 8:57 */waypoints[124] = spawnstruct(); + /* 8:57 */waypoints[124].origin = ( -1578.1, 351.026, 1024.13 ); + /* 8:57 */waypoints[124].type = "stand"; + /* 8:57 */waypoints[124].children[0] = 123; + /* 8:57 */waypoints[124].children[1] = 125; + /* 8:57 */waypoints[124].children[2] = 185; + /* 8:57 */waypoints[124].children[3] = 186; + /* 8:57 */waypoints[125] = spawnstruct(); + /* 8:57 */waypoints[125].origin = ( -1741.52, 424.588, 1024.13 ); + /* 8:57 */waypoints[125].type = "stand"; + /* 8:57 */waypoints[125].children[0] = 124; + /* 8:57 */waypoints[125].children[1] = 12; + /* 8:57 */waypoints[125].children[2] = 14; + /* 8:57 */waypoints[125].children[3] = 126; + /* 8:57 */waypoints[125].children[4] = 128; + /* 8:57 */waypoints[125].children[5] = 185; + /* 8:57 */waypoints[126] = spawnstruct(); + /* 8:57 */waypoints[126].origin = ( -1482.18, 673.099, 1016.13 ); + /* 8:57 */waypoints[126].type = "stand"; + /* 8:57 */waypoints[126].children[0] = 125; + /* 8:57 */waypoints[126].children[1] = 127; + /* 8:57 */waypoints[127] = spawnstruct(); + /* 8:57 */waypoints[127].origin = ( -1384.47, 853.093, 1024.13 ); + /* 8:57 */waypoints[127].type = "stand"; + /* 8:57 */waypoints[127].children[0] = 126; + /* 8:57 */waypoints[127].children[1] = 81; + /* 8:57 */waypoints[127].children[2] = 80; + /* 8:57 */waypoints[127].children[3] = 128; + /* 8:57 */waypoints[127].children[4] = 129; + /* 8:57 */waypoints[127].children[5] = 130; + /* 8:57 */waypoints[128] = spawnstruct(); + /* 8:57 */waypoints[128].origin = ( -1570.41, 751.879, 1016.02 ); + /* 8:57 */waypoints[128].type = "stand"; + /* 8:57 */waypoints[128].children[0] = 127; + /* 8:57 */waypoints[128].children[1] = 125; + /* 8:57 */waypoints[128].children[2] = 14; + /* 8:57 */waypoints[128].children[3] = 129; + /* 8:57 */waypoints[129] = spawnstruct(); + /* 8:57 */waypoints[129].origin = ( -1695.67, 867.441, 1024.13 ); + /* 8:57 */waypoints[129].type = "stand"; + /* 8:57 */waypoints[129].children[0] = 128; + /* 8:57 */waypoints[129].children[1] = 81; + /* 8:57 */waypoints[129].children[2] = 11; + /* 8:57 */waypoints[129].children[3] = 127; + /* 8:57 */waypoints[129].children[4] = 182; + /* 8:57 */waypoints[129].children[5] = 183; + /* 8:57 */waypoints[130] = spawnstruct(); + /* 8:57 */waypoints[130].origin = ( -1191.08, 956.694, 1024.13 ); + /* 8:57 */waypoints[130].type = "stand"; + /* 8:57 */waypoints[130].children[0] = 127; + /* 8:57 */waypoints[130].children[1] = 83; + /* 8:57 */waypoints[130].children[2] = 82; + /* 8:57 */waypoints[130].children[3] = 80; + /* 8:57 */waypoints[131] = spawnstruct(); + /* 8:57 */waypoints[131].origin = ( -75.7132, 630.024, 1152.13 ); + /* 8:57 */waypoints[131].type = "stand"; + /* 8:57 */waypoints[131].children[0] = 110; + /* 8:57 */waypoints[131].children[1] = 135; + /* 8:57 */waypoints[131].children[2] = 132; + /* 8:57 */waypoints[131].children[3] = 136; + /* 8:57 */waypoints[132] = spawnstruct(); + /* 8:57 */waypoints[132].origin = ( -323.437, 552.794, 1152.13 ); + /* 8:57 */waypoints[132].type = "stand"; + /* 8:57 */waypoints[132].children[0] = 110; + /* 8:57 */waypoints[132].children[1] = 133; + /* 8:57 */waypoints[132].children[2] = 134; + /* 8:57 */waypoints[132].children[3] = 131; + /* 8:57 */waypoints[133] = spawnstruct(); + /* 8:57 */waypoints[133].origin = ( -464.06, 523.919, 1152.13 ); + /* 8:57 */waypoints[133].type = "stand"; + /* 8:57 */waypoints[133].children[0] = 132; + /* 8:57 */waypoints[133].children[1] = 110; + /* 8:57 */waypoints[133].children[2] = 111; + /* 8:57 */waypoints[134] = spawnstruct(); + /* 8:57 */waypoints[134].origin = ( -54.8065, 530.552, 1152.13 ); + /* 8:57 */waypoints[134].type = "stand"; + /* 8:57 */waypoints[134].children[0] = 132; + /* 8:57 */waypoints[134].children[1] = 136; + /* 8:57 */waypoints[134].children[2] = 110; + /* 8:57 */waypoints[134].children[3] = 135; + /* 8:57 */waypoints[135] = spawnstruct(); + /* 8:57 */waypoints[135].origin = ( 125.738, 815.135, 1152.13 ); + /* 8:57 */waypoints[135].type = "stand"; + /* 8:57 */waypoints[135].children[0] = 131; + /* 8:57 */waypoints[135].children[1] = 103; + /* 8:57 */waypoints[135].children[2] = 136; + /* 8:57 */waypoints[135].children[3] = 134; + /* 8:57 */waypoints[136] = spawnstruct(); + /* 8:57 */waypoints[136].origin = ( 227.428, 830.07, 1152.13 ); + /* 8:57 */waypoints[136].type = "stand"; + /* 8:57 */waypoints[136].children[0] = 134; + /* 8:57 */waypoints[136].children[1] = 137; + /* 8:57 */waypoints[136].children[2] = 135; + /* 8:57 */waypoints[136].children[3] = 131; + /* 8:57 */waypoints[136].children[4] = 103; + /* 8:57 */waypoints[137] = spawnstruct(); + /* 8:57 */waypoints[137].origin = ( 257.024, 964.207, 1152.13 ); + /* 8:57 */waypoints[137].type = "stand"; + /* 8:57 */waypoints[137].children[0] = 136; + /* 8:57 */waypoints[137].children[1] = 60; + /* 8:57 */waypoints[137].children[2] = 103; + /* 8:57 */waypoints[138] = spawnstruct(); + /* 8:57 */waypoints[138].origin = ( -160.085, -371.692, 864.125 ); + /* 8:57 */waypoints[138].type = "stand"; + /* 8:57 */waypoints[138].children[0] = 111; + /* 8:57 */waypoints[138].children[1] = 112; + /* 8:57 */waypoints[138].children[2] = 70; + /* 8:57 */waypoints[138].children[3] = 139; + /* 8:57 */waypoints[138].children[4] = 158; + /* 8:57 */waypoints[138].children[5] = 68; + /* 8:57 */waypoints[139] = spawnstruct(); + /* 8:57 */waypoints[139].origin = ( 48.8556, -768.733, 836.512 ); + /* 8:57 */waypoints[139].type = "stand"; + /* 8:57 */waypoints[139].children[0] = 138; + /* 8:57 */waypoints[139].children[1] = 140; + /* 8:57 */waypoints[139].children[2] = 156; + /* 8:57 */waypoints[139].children[3] = 157; + /* 8:57 */waypoints[139].children[4] = 158; + /* 8:57 */waypoints[139].children[5] = 162; + /* 8:57 */waypoints[140] = spawnstruct(); + /* 8:57 */waypoints[140].origin = ( 313.226, -759.003, 796.85 ); + /* 8:57 */waypoints[140].type = "stand"; + /* 8:57 */waypoints[140].children[0] = 139; + /* 8:57 */waypoints[140].children[1] = 141; + /* 8:57 */waypoints[140].children[2] = 143; + /* 8:57 */waypoints[140].children[3] = 156; + /* 8:57 */waypoints[141] = spawnstruct(); + /* 8:57 */waypoints[141].origin = ( 706.558, -651.088, 736.123 ); + /* 8:57 */waypoints[141].type = "stand"; + /* 8:57 */waypoints[141].children[0] = 140; + /* 8:57 */waypoints[141].children[1] = 142; + /* 8:57 */waypoints[142] = spawnstruct(); + /* 8:57 */waypoints[142].origin = ( 826.901, -664.768, 736.123 ); + /* 8:57 */waypoints[142].type = "stand"; + /* 8:57 */waypoints[142].children[0] = 141; + /* 8:57 */waypoints[142].children[1] = 28; + /* 8:57 */waypoints[142].children[2] = 144; + /* 8:57 */waypoints[142].children[3] = 151; + /* 8:57 */waypoints[143] = spawnstruct(); + /* 8:57 */waypoints[143].origin = ( 546.702, -583.949, 750.09 ); + /* 8:57 */waypoints[143].type = "stand"; + /* 8:57 */waypoints[143].children[0] = 140; + /* 8:57 */waypoints[143].children[1] = 144; + /* 8:57 */waypoints[144] = spawnstruct(); + /* 8:57 */waypoints[144].origin = ( 773.781, -562.615, 736.125 ); + /* 8:57 */waypoints[144].type = "stand"; + /* 8:57 */waypoints[144].children[0] = 143; + /* 8:57 */waypoints[144].children[1] = 142; + /* 8:57 */waypoints[144].children[2] = 145; + /* 8:57 */waypoints[144].children[3] = 147; + /* 8:57 */waypoints[145] = spawnstruct(); + /* 8:57 */waypoints[145].origin = ( 772.44, -359.019, 800.125 ); + /* 8:57 */waypoints[145].type = "stand"; + /* 8:57 */waypoints[145].children[0] = 144; + /* 8:57 */waypoints[145].children[1] = 146; + /* 8:57 */waypoints[145].children[2] = 216; + /* 8:57 */waypoints[145].children[3] = 215; + /* 8:57 */waypoints[146] = spawnstruct(); + /* 8:57 */waypoints[146].origin = ( 1257.15, -370.239, 800.125 ); + /* 8:57 */waypoints[146].type = "stand"; + /* 8:57 */waypoints[146].children[0] = 145; + /* 8:57 */waypoints[146].children[1] = 147; + /* 8:57 */waypoints[146].children[2] = 209; + /* 8:57 */waypoints[146].children[3] = 215; + /* 8:57 */waypoints[147] = spawnstruct(); + /* 8:57 */waypoints[147].origin = ( 1278.86, -568.022, 736.125 ); + /* 8:57 */waypoints[147].type = "stand"; + /* 8:57 */waypoints[147].children[0] = 146; + /* 8:57 */waypoints[147].children[1] = 144; + /* 8:57 */waypoints[147].children[2] = 148; + /* 8:57 */waypoints[147].children[3] = 208; + /* 8:57 */waypoints[148] = spawnstruct(); + /* 8:57 */waypoints[148].origin = ( 1422.45, -703.711, 736.125 ); + /* 8:57 */waypoints[148].type = "stand"; + /* 8:57 */waypoints[148].children[0] = 147; + /* 8:57 */waypoints[148].children[1] = 149; + /* 8:57 */waypoints[148].children[2] = 207; + /* 8:57 */waypoints[149] = spawnstruct(); + /* 8:57 */waypoints[149].origin = ( 1408.5, -827.525, 704.06 ); + /* 8:57 */waypoints[149].type = "stand"; + /* 8:57 */waypoints[149].children[0] = 148; + /* 8:57 */waypoints[149].children[1] = 150; + /* 8:57 */waypoints[149].children[2] = 30; + /* 8:57 */waypoints[149].children[3] = 202; + /* 8:57 */waypoints[150] = spawnstruct(); + /* 8:57 */waypoints[150].origin = ( 1071.95, -757.125, 704.125 ); + /* 8:57 */waypoints[150].type = "stand"; + /* 8:57 */waypoints[150].children[0] = 149; + /* 8:57 */waypoints[150].children[1] = 28; + /* 8:57 */waypoints[150].children[2] = 151; + /* 8:57 */waypoints[150].children[3] = 202; + /* 8:57 */waypoints[151] = spawnstruct(); + /* 8:57 */waypoints[151].origin = ( 826.556, -901.908, 704.125 ); + /* 8:57 */waypoints[151].type = "stand"; + /* 8:57 */waypoints[151].children[0] = 150; + /* 8:57 */waypoints[151].children[1] = 27; + /* 8:57 */waypoints[151].children[2] = 142; + /* 8:57 */waypoints[151].children[3] = 28; + /* 8:57 */waypoints[151].children[4] = 152; + /* 8:57 */waypoints[152] = spawnstruct(); + /* 8:57 */waypoints[152].origin = ( 527.125, -903.517, 704.125 ); + /* 8:57 */waypoints[152].type = "climb"; + /* 8:57 */waypoints[152].children[0] = 151; + /* 8:57 */waypoints[152].children[1] = 153; + /* 8:57 */waypoints[152].angles = ( 7.15637, -179.203, 0 ); + /* 8:57 */waypoints[153] = spawnstruct(); + /* 8:57 */waypoints[153].origin = ( 335.125, -942.283, 739.505 ); + /* 8:57 */waypoints[153].type = "climb"; + /* 8:57 */waypoints[153].children[0] = 152; + /* 8:57 */waypoints[153].children[1] = 154; + /* 8:57 */waypoints[153].angles = ( 5.41504, -179.517, 0 ); + /* 8:57 */waypoints[154] = spawnstruct(); + /* 8:57 */waypoints[154].origin = ( 243.298, -951.615, 780.85 ); + /* 8:57 */waypoints[154].type = "climb"; + /* 8:57 */waypoints[154].children[0] = 153; + /* 8:57 */waypoints[154].children[1] = 155; + /* 8:57 */waypoints[154].children[2] = 156; + /* 8:57 */waypoints[154].angles = ( 25.6683, 20.3687, 0 ); + /* 8:57 */waypoints[155] = spawnstruct(); + /* 8:57 */waypoints[155].origin = ( 155.668, -1029.58, 788.784 ); + /* 8:57 */waypoints[155].type = "climb"; + /* 8:57 */waypoints[155].children[0] = 154; + /* 8:57 */waypoints[155].angles = ( 8.10669, 38.562, 0 ); + /* 8:57 */waypoints[156] = spawnstruct(); + /* 8:57 */waypoints[156].origin = ( 208.925, -790.965, 813.829 ); + /* 8:57 */waypoints[156].type = "stand"; + /* 8:57 */waypoints[156].children[0] = 154; + /* 8:57 */waypoints[156].children[1] = 140; + /* 8:57 */waypoints[156].children[2] = 139; + /* 8:57 */waypoints[157] = spawnstruct(); + /* 8:57 */waypoints[157].origin = ( -190.729, -759.425, 843.737 ); + /* 8:57 */waypoints[157].type = "stand"; + /* 8:57 */waypoints[157].children[0] = 139; + /* 8:57 */waypoints[157].children[1] = 24; + /* 8:57 */waypoints[157].children[2] = 158; + /* 8:57 */waypoints[158] = spawnstruct(); + /* 8:57 */waypoints[158].origin = ( -147.023, -617.078, 859.433 ); + /* 8:57 */waypoints[158].type = "stand"; + /* 8:57 */waypoints[158].children[0] = 157; + /* 8:57 */waypoints[158].children[1] = 138; + /* 8:57 */waypoints[158].children[2] = 139; + /* 8:57 */waypoints[158].children[3] = 159; + /* 8:57 */waypoints[159] = spawnstruct(); + /* 8:57 */waypoints[159].origin = ( -311.713, -489.191, 868.708 ); + /* 8:57 */waypoints[159].type = "stand"; + /* 8:57 */waypoints[159].children[0] = 158; + /* 8:57 */waypoints[159].children[1] = 160; + /* 8:57 */waypoints[160] = spawnstruct(); + /* 8:57 */waypoints[160].origin = ( -508.943, -391.591, 864.125 ); + /* 8:57 */waypoints[160].type = "stand"; + /* 8:57 */waypoints[160].children[0] = 159; + /* 8:57 */waypoints[160].children[1] = 111; + /* 8:57 */waypoints[160].children[2] = 161; + /* 8:57 */waypoints[161] = spawnstruct(); + /* 8:57 */waypoints[161].origin = ( -671.794, -328.66, 838.727 ); + /* 8:57 */waypoints[161].type = "stand"; + /* 8:57 */waypoints[161].children[0] = 160; + /* 8:57 */waypoints[161].children[1] = 113; + /* 8:57 */waypoints[161].children[2] = 115; + /* 8:57 */waypoints[161].children[3] = 114; + /* 8:57 */waypoints[161].children[4] = 111; + /* 8:57 */waypoints[161].children[5] = 112; + /* 8:57 */waypoints[162] = spawnstruct(); + /* 8:57 */waypoints[162].origin = ( 0.237202, -892.618, 825.914 ); + /* 8:57 */waypoints[162].type = "stand"; + /* 8:57 */waypoints[162].children[0] = 139; + /* 8:57 */waypoints[162].children[1] = 163; + /* 8:57 */waypoints[163] = spawnstruct(); + /* 8:57 */waypoints[163].origin = ( -2.33975, -974.519, 825.11 ); + /* 8:57 */waypoints[163].type = "crouch"; + /* 8:57 */waypoints[163].children[0] = 162; + /* 8:57 */waypoints[163].angles = ( 4.93713, 87.1271, 0 ); + /* 8:57 */waypoints[164] = spawnstruct(); + /* 8:57 */waypoints[164].origin = ( -924.352, -1389.43, 737.05 ); + /* 8:57 */waypoints[164].type = "crouch"; + /* 8:57 */waypoints[164].children[0] = 22; + /* 8:57 */waypoints[164].angles = ( 8.89771, 66.9397, 0 ); + /* 8:57 */waypoints[165] = spawnstruct(); + /* 8:57 */waypoints[165].origin = ( -841.056, -1390.89, 741.558 ); + /* 8:57 */waypoints[165].type = "crouch"; + /* 8:57 */waypoints[165].children[0] = 21; + /* 8:57 */waypoints[165].angles = ( 7.63428, 115.829, 0 ); + /* 8:57 */waypoints[166] = spawnstruct(); + /* 8:57 */waypoints[166].origin = ( 536.328, 554.484, 1033.94 ); + /* 8:57 */waypoints[166].type = "crouch"; + /* 8:57 */waypoints[166].children[0] = 168; + /* 8:57 */waypoints[166].angles = ( 8.7384, -106.485, 0 ); + /* 8:57 */waypoints[167] = spawnstruct(); + /* 8:57 */waypoints[167].origin = ( 725.034, 392.565, 1022.35 ); + /* 8:57 */waypoints[167].type = "stand"; + /* 8:57 */waypoints[167].children[0] = 168; + /* 8:57 */waypoints[167].children[1] = 169; + /* 8:57 */waypoints[167].children[2] = 76; + /* 8:57 */waypoints[167].children[3] = 75; + /* 8:57 */waypoints[167].children[4] = 102; + /* 8:57 */waypoints[167].children[5] = 170; + /* 8:57 */waypoints[168] = spawnstruct(); + /* 8:57 */waypoints[168].origin = ( 534.302, 390.722, 1008.7 ); + /* 8:57 */waypoints[168].type = "stand"; + /* 8:57 */waypoints[168].children[0] = 167; + /* 8:57 */waypoints[168].children[1] = 166; + /* 8:57 */waypoints[168].children[2] = 76; + /* 8:57 */waypoints[168].children[3] = 77; + /* 8:57 */waypoints[168].children[4] = 62; + /* 8:57 */waypoints[168].children[5] = 97; + /* 8:57 */waypoints[168].children[6] = 72; + /* 8:57 */waypoints[169] = spawnstruct(); + /* 8:57 */waypoints[169].origin = ( 902.865, 401.297, 1024.13 ); + /* 8:57 */waypoints[169].type = "stand"; + /* 8:57 */waypoints[169].children[0] = 99; + /* 8:57 */waypoints[169].children[1] = 98; + /* 8:57 */waypoints[169].children[2] = 167; + /* 8:57 */waypoints[169].children[3] = 75; + /* 8:57 */waypoints[169].children[4] = 55; + /* 8:57 */waypoints[169].children[5] = 102; + /* 8:57 */waypoints[169].children[6] = 74; + /* 8:57 */waypoints[170] = spawnstruct(); + /* 8:57 */waypoints[170].origin = ( 704.12, 586.806, 1031.59 ); + /* 8:57 */waypoints[170].type = "crouch"; + /* 8:57 */waypoints[170].children[0] = 167; + /* 8:57 */waypoints[170].angles = ( 3.20129, -85.2045, 0 ); + /* 8:57 */waypoints[171] = spawnstruct(); + /* 8:57 */waypoints[171].origin = ( 1217.01, 1357.85, 1216.13 ); + /* 8:57 */waypoints[171].type = "stand"; + /* 8:57 */waypoints[171].children[0] = 91; + /* 8:57 */waypoints[171].children[1] = 47; + /* 8:57 */waypoints[171].children[2] = 43; + /* 8:57 */waypoints[171].children[3] = 172; + /* 8:57 */waypoints[172] = spawnstruct(); + /* 8:57 */waypoints[172].origin = ( 1252.79, 1781.13, 1216.53 ); + /* 8:57 */waypoints[172].type = "stand"; + /* 8:57 */waypoints[172].children[0] = 171; + /* 8:57 */waypoints[172].children[1] = 0; + /* 8:57 */waypoints[172].children[2] = 45; + /* 8:57 */waypoints[172].children[3] = 173; + /* 8:57 */waypoints[172].children[4] = 175; + /* 8:57 */waypoints[172].children[5] = 86; + /* 8:57 */waypoints[173] = spawnstruct(); + /* 8:57 */waypoints[173].origin = ( 935.273, 1758.7, 1213.24 ); + /* 8:57 */waypoints[173].type = "stand"; + /* 8:57 */waypoints[173].children[0] = 0; + /* 8:57 */waypoints[173].children[1] = 87; + /* 8:57 */waypoints[173].children[2] = 174; + /* 8:57 */waypoints[173].children[3] = 175; + /* 8:57 */waypoints[173].children[4] = 172; + /* 8:57 */waypoints[174] = spawnstruct(); + /* 8:57 */waypoints[174].origin = ( 959.261, 1615.05, 1215.41 ); + /* 8:57 */waypoints[174].type = "stand"; + /* 8:57 */waypoints[174].children[0] = 173; + /* 8:57 */waypoints[174].children[1] = 47; + /* 8:57 */waypoints[174].children[2] = 48; + /* 8:57 */waypoints[174].children[3] = 0; + /* 8:57 */waypoints[175] = spawnstruct(); + /* 8:57 */waypoints[175].origin = ( 711.819, 1764.8, 1215.71 ); + /* 8:57 */waypoints[175].type = "stand"; + /* 8:57 */waypoints[175].children[0] = 173; + /* 8:57 */waypoints[175].children[1] = 87; + /* 8:57 */waypoints[175].children[2] = 88; + /* 8:57 */waypoints[175].children[3] = 172; + /* 8:57 */waypoints[176] = spawnstruct(); + /* 8:57 */waypoints[176].origin = ( 1432.45, 2003.29, 1212.94 ); + /* 8:57 */waypoints[176].type = "stand"; + /* 8:57 */waypoints[176].children[0] = 45; + /* 8:57 */waypoints[177] = spawnstruct(); + /* 8:57 */waypoints[177].origin = ( -167.386, 1708.77, 1280.13 ); + /* 8:57 */waypoints[177].type = "stand"; + /* 8:57 */waypoints[177].children[0] = 107; + /* 8:57 */waypoints[177].children[1] = 105; + /* 8:57 */waypoints[177].children[2] = 104; + /* 8:57 */waypoints[178] = spawnstruct(); + /* 8:57 */waypoints[178].origin = ( -920.961, 1807.69, 1280.13 ); + /* 8:57 */waypoints[178].type = "claymore"; + /* 8:57 */waypoints[178].children[0] = 4; + /* 8:57 */waypoints[178].children[1] = 179; + /* 8:57 */waypoints[178].angles = ( 28.9917, -35.0409, 0 ); + /* 8:57 */waypoints[179] = spawnstruct(); + /* 8:57 */waypoints[179].origin = ( -798.349, 1768.07, 1280.13 ); + /* 8:57 */waypoints[179].type = "stand"; + /* 8:57 */waypoints[179].children[0] = 178; + /* 8:57 */waypoints[179].children[1] = 5; + /* 8:57 */waypoints[179].children[2] = 4; + /* 8:57 */waypoints[180] = spawnstruct(); + /* 8:57 */waypoints[180].origin = ( -1334.37, 1148.27, 1024.13 ); + /* 8:57 */waypoints[180].type = "claymore"; + /* 8:57 */waypoints[180].children[0] = 82; + /* 8:57 */waypoints[180].children[1] = 181; + /* 8:57 */waypoints[180].angles = ( 40.5383, -133.962, 0 ); + /* 8:57 */waypoints[181] = spawnstruct(); + /* 8:57 */waypoints[181].origin = ( -1415.15, 1048.88, 1024.13 ); + /* 8:57 */waypoints[181].type = "stand"; + /* 8:57 */waypoints[181].children[0] = 81; + /* 8:57 */waypoints[181].children[1] = 180; + /* 8:57 */waypoints[182] = spawnstruct(); + /* 8:57 */waypoints[182].origin = ( -1591.61, 973.269, 1024.13 ); + /* 8:57 */waypoints[182].type = "claymore"; + /* 8:57 */waypoints[182].children[0] = 129; + /* 8:57 */waypoints[182].children[1] = 81; + /* 8:57 */waypoints[182].angles = ( 54.4635, -137.153, 0 ); + /* 8:57 */waypoints[183] = spawnstruct(); + /* 8:57 */waypoints[183].origin = ( -1865.25, 753.122, 1024.13 ); + /* 8:57 */waypoints[183].type = "stand"; + /* 8:57 */waypoints[183].children[0] = 11; + /* 8:57 */waypoints[183].children[1] = 129; + /* 8:57 */waypoints[183].children[2] = 12; + /* 8:57 */waypoints[183].children[3] = 184; + /* 8:57 */waypoints[184] = spawnstruct(); + /* 8:57 */waypoints[184].origin = ( -1864.56, 707.13, 1024.13 ); + /* 8:57 */waypoints[184].type = "claymore"; + /* 8:57 */waypoints[184].children[0] = 183; + /* 8:57 */waypoints[184].children[1] = 12; + /* 8:57 */waypoints[184].angles = ( 41.6479, -122.146, 0 ); + /* 8:57 */waypoints[185] = spawnstruct(); + /* 8:57 */waypoints[185].origin = ( -1615.47, 435.28, 1024.13 ); + /* 8:57 */waypoints[185].type = "claymore"; + /* 8:57 */waypoints[185].children[0] = 124; + /* 8:57 */waypoints[185].children[1] = 125; + /* 8:57 */waypoints[185].angles = ( 45.1306, -41.2866, 0 ); + /* 8:57 */waypoints[186] = spawnstruct(); + /* 8:57 */waypoints[186].origin = ( -1473.2, 437.226, 1024.13 ); + /* 8:57 */waypoints[186].type = "claymore"; + /* 8:57 */waypoints[186].children[0] = 123; + /* 8:57 */waypoints[186].children[1] = 124; + /* 8:57 */waypoints[186].angles = ( 42.5983, 45.7306, 0 ); + /* 8:57 */waypoints[187] = spawnstruct(); + /* 8:57 */waypoints[187].origin = ( -1074.14, 815.884, 1024.13 ); + /* 8:57 */waypoints[187].type = "claymore"; + /* 8:57 */waypoints[187].children[0] = 80; + /* 8:57 */waypoints[187].children[1] = 83; + /* 8:57 */waypoints[187].angles = ( 50.6677, -133.363, 0 ); + /* 8:57 */waypoints[188] = spawnstruct(); + /* 8:57 */waypoints[188].origin = ( -627.22, 771.174, 896.204 ); + /* 8:57 */waypoints[188].type = "stand"; + /* 8:57 */waypoints[188].children[0] = 78; + /* 8:57 */waypoints[188].children[1] = 191; + /* 8:57 */waypoints[188].children[2] = 189; + /* 8:57 */waypoints[188].children[3] = 64; + /* 8:57 */waypoints[188].children[4] = 193; + /* 8:57 */waypoints[189] = spawnstruct(); + /* 8:57 */waypoints[189].origin = ( -1120.23, 317.566, 960.125 ); + /* 8:57 */waypoints[189].type = "stand"; + /* 8:57 */waypoints[189].children[0] = 120; + /* 8:57 */waypoints[189].children[1] = 190; + /* 8:57 */waypoints[189].children[2] = 119; + /* 8:57 */waypoints[189].children[3] = 188; + /* 8:57 */waypoints[189].children[4] = 201; + /* 8:57 */waypoints[189].children[5] = 191; + /* 8:57 */waypoints[190] = spawnstruct(); + /* 8:57 */waypoints[190].origin = ( -920.223, 268.891, 960.125 ); + /* 8:57 */waypoints[190].type = "stand"; + /* 8:57 */waypoints[190].children[0] = 189; + /* 8:57 */waypoints[190].children[1] = 191; + /* 8:57 */waypoints[191] = spawnstruct(); + /* 8:57 */waypoints[191].origin = ( -792.444, 393.138, 960.125 ); + /* 8:57 */waypoints[191].type = "stand"; + /* 8:57 */waypoints[191].children[0] = 190; + /* 8:57 */waypoints[191].children[1] = 188; + /* 8:57 */waypoints[191].children[2] = 189; + /* 8:57 */waypoints[191].children[3] = 119; + /* 8:57 */waypoints[192] = spawnstruct(); + /* 8:57 */waypoints[192].origin = ( -254.189, 990.308, 917.466 ); + /* 8:57 */waypoints[192].type = "crouch"; + /* 8:57 */waypoints[192].children[0] = 193; + /* 8:57 */waypoints[192].angles = ( 8.89771, -137.027, 0 ); + /* 8:57 */waypoints[193] = spawnstruct(); + /* 8:57 */waypoints[193].origin = ( -383.792, 916.518, 907.103 ); + /* 8:57 */waypoints[193].type = "stand"; + /* 8:57 */waypoints[193].children[0] = 64; + /* 8:57 */waypoints[193].children[1] = 63; + /* 8:57 */waypoints[193].children[2] = 78; + /* 8:57 */waypoints[193].children[3] = 188; + /* 8:57 */waypoints[193].children[4] = 192; + /* 8:57 */waypoints[193].children[5] = 194; + /* 8:57 */waypoints[194] = spawnstruct(); + /* 8:57 */waypoints[194].origin = ( -255.368, 982.807, 917.482 ); + /* 8:57 */waypoints[194].type = "claymore"; + /* 8:57 */waypoints[194].children[0] = 193; + /* 8:57 */waypoints[194].angles = ( 36.2646, -114.747, 0 ); + /* 8:57 */waypoints[195] = spawnstruct(); + /* 8:57 */waypoints[195].origin = ( 0.0369695, 867.588, 939.347 ); + /* 8:57 */waypoints[195].type = "crouch"; + /* 8:57 */waypoints[195].children[0] = 63; + /* 8:57 */waypoints[195].angles = ( 7.78809, -89.9451, 0 ); + /* 8:57 */waypoints[196] = spawnstruct(); + /* 8:57 */waypoints[196].origin = ( 1.73399, 861.842, 939.699 ); + /* 8:57 */waypoints[196].type = "claymore"; + /* 8:57 */waypoints[196].children[0] = 63; + /* 8:57 */waypoints[196].children[1] = 77; + /* 8:57 */waypoints[196].children[2] = 62; + /* 8:57 */waypoints[196].angles = ( 40.2197, -107.754, 0 ); + /* 8:57 */waypoints[197] = spawnstruct(); + /* 8:57 */waypoints[197].origin = ( -196.823, 303.081, 864.125 ); + /* 8:57 */waypoints[197].type = "claymore"; + /* 8:57 */waypoints[197].children[0] = 65; + /* 8:57 */waypoints[197].children[1] = 66; + /* 8:57 */waypoints[197].angles = ( 29.6234, 179.615, 0 ); + /* 8:57 */waypoints[198] = spawnstruct(); + /* 8:57 */waypoints[198].origin = ( -57.6042, 314.518, 864.125 ); + /* 8:57 */waypoints[198].type = "crouch"; + /* 8:57 */waypoints[198].children[0] = 66; + /* 8:57 */waypoints[198].angles = ( 2.25098, -149.694, 0 ); + /* 8:57 */waypoints[199] = spawnstruct(); + /* 8:57 */waypoints[199].origin = ( -714.574, -634.418, 768.146 ); + /* 8:57 */waypoints[199].type = "crouch"; + /* 8:57 */waypoints[199].children[0] = 114; + /* 8:57 */waypoints[199].angles = ( 5.57434, 135.044, 0 ); + /* 8:57 */waypoints[200] = spawnstruct(); + /* 8:57 */waypoints[200].origin = ( -1090.33, -825.591, 768.125 ); + /* 8:57 */waypoints[200].type = "claymore"; + /* 8:57 */waypoints[200].children[0] = 19; + /* 8:57 */waypoints[200].children[1] = 20; + /* 8:57 */waypoints[200].children[2] = 115; + /* 8:57 */waypoints[200].angles = ( 27.7228, 86.9403, 0 ); + /* 8:57 */waypoints[201] = spawnstruct(); + /* 8:57 */waypoints[201].origin = ( -1279.8, 43.8691, 957.982 ); + /* 8:57 */waypoints[201].type = "stand"; + /* 8:57 */waypoints[201].children[0] = 118; + /* 8:57 */waypoints[201].children[1] = 119; + /* 8:57 */waypoints[201].children[2] = 189; + /* 8:57 */waypoints[202] = spawnstruct(); + /* 8:57 */waypoints[202].origin = ( 1401.81, -909.481, 704.125 ); + /* 8:57 */waypoints[202].type = "claymore"; + /* 8:57 */waypoints[202].children[0] = 149; + /* 8:57 */waypoints[202].children[1] = 30; + /* 8:57 */waypoints[202].children[2] = 150; + /* 8:57 */waypoints[202].angles = ( 44.1803, -91.2964, 0 ); + /* 8:57 */waypoints[203] = spawnstruct(); + /* 8:57 */waypoints[203].origin = ( 1736.58, -377.292, 992.125 ); + /* 8:57 */waypoints[203].type = "claymore"; + /* 8:57 */waypoints[203].children[0] = 35; + /* 8:57 */waypoints[203].children[1] = 34; + /* 8:57 */waypoints[203].angles = ( 61.5826, -0.802002, 0 ); + /* 8:57 */waypoints[204] = spawnstruct(); + /* 8:57 */waypoints[204].origin = ( 913.129, -1135.94, 704.125 ); + /* 8:57 */waypoints[204].type = "claymore"; + /* 8:57 */waypoints[204].children[0] = 28; + /* 8:57 */waypoints[204].children[1] = 29; + /* 8:57 */waypoints[204].children[2] = 205; + /* 8:57 */waypoints[204].angles = ( 45.7623, 92.9388, 0 ); + /* 8:57 */waypoints[205] = spawnstruct(); + /* 8:57 */waypoints[205].origin = ( 1058.14, -1298.26, 704.125 ); + /* 8:57 */waypoints[205].type = "stand"; + /* 8:57 */waypoints[205].children[0] = 29; + /* 8:57 */waypoints[205].children[1] = 204; + /* 8:57 */waypoints[205].children[2] = 206; + /* 8:57 */waypoints[206] = spawnstruct(); + /* 8:57 */waypoints[206].origin = ( 1231.96, -1268.6, 704.125 ); + /* 8:57 */waypoints[206].type = "stand"; + /* 8:57 */waypoints[206].children[0] = 205; + /* 8:57 */waypoints[206].children[1] = 30; + /* 8:57 */waypoints[207] = spawnstruct(); + /* 8:57 */waypoints[207].origin = ( 1561.19, -549.648, 736.125 ); + /* 8:57 */waypoints[207].type = "crouch"; + /* 8:57 */waypoints[207].children[0] = 148; + /* 8:57 */waypoints[207].angles = ( 4.30542, -152.364, 0 ); + /* 8:57 */waypoints[208] = spawnstruct(); + /* 8:57 */waypoints[208].origin = ( 1582.62, -668.918, 736.125 ); + /* 8:57 */waypoints[208].type = "crouch"; + /* 8:57 */waypoints[208].children[0] = 147; + /* 8:57 */waypoints[208].angles = ( 6.67847, 164.751, 0 ); + /* 8:57 */waypoints[209] = spawnstruct(); + /* 8:57 */waypoints[209].origin = ( 1285.42, -384.498, 800.125 ); + /* 8:57 */waypoints[209].type = "claymore"; + /* 8:57 */waypoints[209].children[0] = 146; + /* 8:57 */waypoints[209].angles = ( 31.9965, 92.9114, 0 ); + /* 8:57 */waypoints[210] = spawnstruct(); + /* 8:57 */waypoints[210].origin = ( 1707.03, -245.849, 969.041 ); + /* 8:57 */waypoints[210].type = "stand"; + /* 8:57 */waypoints[210].children[0] = 36; + /* 8:57 */waypoints[210].children[1] = 211; + /* 8:57 */waypoints[210].children[2] = 212; + /* 8:57 */waypoints[211] = spawnstruct(); + /* 8:57 */waypoints[211].origin = ( 1575.88, -249.41, 943.662 ); + /* 8:57 */waypoints[211].type = "stand"; + /* 8:57 */waypoints[211].children[0] = 210; + /* 8:57 */waypoints[211].children[1] = 212; + /* 8:57 */waypoints[211].children[2] = 215; + /* 8:57 */waypoints[212] = spawnstruct(); + /* 8:57 */waypoints[212].origin = ( 1647.13, -40.9097, 991.024 ); + /* 8:57 */waypoints[212].type = "stand"; + /* 8:57 */waypoints[212].children[0] = 211; + /* 8:57 */waypoints[212].children[1] = 50; + /* 8:57 */waypoints[212].children[2] = 213; + /* 8:57 */waypoints[212].children[3] = 210; + /* 8:57 */waypoints[213] = spawnstruct(); + /* 8:57 */waypoints[213].origin = ( 1772.74, 110.152, 992.125 ); + /* 8:57 */waypoints[213].type = "stand"; + /* 8:57 */waypoints[213].children[0] = 212; + /* 8:57 */waypoints[213].children[1] = 37; + /* 8:57 */waypoints[213].children[2] = 50; + /* 8:57 */waypoints[213].children[3] = 53; + /* 8:57 */waypoints[214] = spawnstruct(); + /* 8:57 */waypoints[214].origin = ( 1883.06, -142.939, 992.125 ); + /* 8:57 */waypoints[214].type = "stand"; + /* 8:57 */waypoints[214].children[0] = 37; + /* 8:57 */waypoints[214].children[1] = 36; + /* 8:57 */waypoints[215] = spawnstruct(); + /* 8:57 */waypoints[215].origin = ( 1253.11, -253.545, 800.125 ); + /* 8:57 */waypoints[215].type = "stand"; + /* 8:57 */waypoints[215].children[0] = 211; + /* 8:57 */waypoints[215].children[1] = 146; + /* 8:57 */waypoints[215].children[2] = 216; + /* 8:57 */waypoints[215].children[3] = 145; + /* 8:57 */waypoints[216] = spawnstruct(); + /* 8:57 */waypoints[216].origin = ( 777.536, -282.102, 800.125 ); + /* 8:57 */waypoints[216].type = "stand"; + /* 8:57 */waypoints[216].children[0] = 215; + /* 8:57 */waypoints[216].children[1] = 145; + /* 8:57 */waypoints[217] = spawnstruct(); + /* 8:57 */waypoints[217].origin = ( 140.823, 1564.57, 1280.13 ); + /* 8:57 */waypoints[217].type = "climb"; + /* 8:57 */waypoints[217].children[0] = 218; + /* 8:57 */waypoints[217].angles = ( 17.0892, 10.6018, 0 ); + /* 8:57 */waypoints[218] = spawnstruct(); + /* 8:57 */waypoints[218].origin = ( 168.875, 1565.48, 1299.62 ); + /* 8:57 */waypoints[218].type = "stand"; + /* 8:57 */waypoints[218].children[0] = 217; + /* 8:57 */waypoints[218].children[1] = 219; + /* 8:57 */waypoints[219] = spawnstruct(); + /* 8:57 */waypoints[219].origin = ( 207.125, 1574.26, 1264.13 ); + /* 8:57 */waypoints[219].type = "climb"; + /* 8:57 */waypoints[219].children[0] = 218; + /* 8:57 */waypoints[219].children[1] = 220; + /* 8:57 */waypoints[219].angles = ( 41.1383, -161.065, 0 ); + /* 8:57 */waypoints[220] = spawnstruct(); + /* 8:57 */waypoints[220].origin = ( 251.669, 1591.95, 1233.8 ); + /* 8:57 */waypoints[220].type = "climb"; + /* 8:57 */waypoints[220].children[0] = 219; + /* 8:57 */waypoints[220].children[1] = 49; + /* 8:57 */waypoints[220].children[2] = 89; + /* 8:57 */waypoints[220].children[3] = 2; + /* 8:57 */waypoints[220].angles = ( 24.9994, -151.573, 0 ); + /* 8:57 */return waypoints; +} diff --git a/raw/scripts/mp/mp_lambeth/wps_fallen.gsc b/raw/scripts/mp/mp_lambeth/wps_fallen.gsc new file mode 100644 index 0000000..7f29925 --- /dev/null +++ b/raw/scripts/mp/mp_lambeth/wps_fallen.gsc @@ -0,0 +1,1789 @@ +main() +{ + level.waypoints = Fallen(); +} + +Fallen() +{ + /* 18:56 */waypoints = []; + /* 18:56 */waypoints[0] = spawnstruct(); + /* 18:56 */waypoints[0].origin = ( -749.615, -1150.56, -198.981 ); + /* 18:56 */waypoints[0].type = "stand"; + /* 18:56 */waypoints[0].children[0] = 1; + /* 18:56 */waypoints[0].children[1] = 85; + /* 18:56 */waypoints[0].children[2] = 256; + /* 18:56 */waypoints[1] = spawnstruct(); + /* 18:56 */waypoints[1].origin = ( -395.373, -1154.68, -235.076 ); + /* 18:56 */waypoints[1].type = "stand"; + /* 18:56 */waypoints[1].children[0] = 0; + /* 18:56 */waypoints[1].children[1] = 2; + /* 18:56 */waypoints[1].children[2] = 244; + /* 18:56 */waypoints[2] = spawnstruct(); + /* 18:56 */waypoints[2].origin = ( -362.568, -1410.52, -244.373 ); + /* 18:56 */waypoints[2].type = "stand"; + /* 18:56 */waypoints[2].children[0] = 1; + /* 18:56 */waypoints[2].children[1] = 3; + /* 18:56 */waypoints[3] = spawnstruct(); + /* 18:56 */waypoints[3].origin = ( -64.8004, -1456.74, -247.374 ); + /* 18:56 */waypoints[3].type = "stand"; + /* 18:56 */waypoints[3].children[0] = 2; + /* 18:56 */waypoints[3].children[1] = 4; + /* 18:56 */waypoints[4] = spawnstruct(); + /* 18:56 */waypoints[4].origin = ( 197.759, -1455.31, -247.875 ); + /* 18:56 */waypoints[4].type = "stand"; + /* 18:56 */waypoints[4].children[0] = 3; + /* 18:56 */waypoints[4].children[1] = 5; + /* 18:56 */waypoints[5] = spawnstruct(); + /* 18:56 */waypoints[5].origin = ( 520.001, -1469.81, -247.875 ); + /* 18:56 */waypoints[5].type = "stand"; + /* 18:56 */waypoints[5].children[0] = 4; + /* 18:56 */waypoints[5].children[1] = 6; + /* 18:56 */waypoints[5].children[2] = 274; + /* 18:56 */waypoints[6] = spawnstruct(); + /* 18:56 */waypoints[6].origin = ( 821.915, -1452.94, -247.692 ); + /* 18:56 */waypoints[6].type = "stand"; + /* 18:56 */waypoints[6].children[0] = 5; + /* 18:56 */waypoints[6].children[1] = 7; + /* 18:56 */waypoints[7] = spawnstruct(); + /* 18:56 */waypoints[7].origin = ( 1113.12, -1412.76, -245.37 ); + /* 18:56 */waypoints[7].type = "stand"; + /* 18:56 */waypoints[7].children[0] = 6; + /* 18:56 */waypoints[7].children[1] = 8; + /* 18:56 */waypoints[7].children[2] = 180; + /* 18:56 */waypoints[8] = spawnstruct(); + /* 18:56 */waypoints[8].origin = ( 1486.67, -1357.79, -248.573 ); + /* 18:56 */waypoints[8].type = "stand"; + /* 18:56 */waypoints[8].children[0] = 7; + /* 18:56 */waypoints[8].children[1] = 9; + /* 18:56 */waypoints[8].children[2] = 181; + /* 18:56 */waypoints[9] = spawnstruct(); + /* 18:56 */waypoints[9].origin = ( 1745.97, -1306.98, -261.885 ); + /* 18:56 */waypoints[9].type = "stand"; + /* 18:56 */waypoints[9].children[0] = 8; + /* 18:56 */waypoints[9].children[1] = 10; + /* 18:56 */waypoints[9].children[2] = 182; + /* 18:56 */waypoints[10] = spawnstruct(); + /* 18:56 */waypoints[10].origin = ( 1936.5, -1313.16, -253.875 ); + /* 18:56 */waypoints[10].type = "stand"; + /* 18:56 */waypoints[10].children[0] = 9; + /* 18:56 */waypoints[10].children[1] = 11; + /* 18:56 */waypoints[11] = spawnstruct(); + /* 18:56 */waypoints[11].origin = ( 1915.58, -1047.54, -253.875 ); + /* 18:56 */waypoints[11].type = "stand"; + /* 18:56 */waypoints[11].children[0] = 10; + /* 18:56 */waypoints[11].children[1] = 12; + /* 18:56 */waypoints[11].children[2] = 182; + /* 18:56 */waypoints[12] = spawnstruct(); + /* 18:56 */waypoints[12].origin = ( 1916.78, -855.808, -253.875 ); + /* 18:56 */waypoints[12].type = "stand"; + /* 18:56 */waypoints[12].children[0] = 11; + /* 18:56 */waypoints[12].children[1] = 13; + /* 18:56 */waypoints[13] = spawnstruct(); + /* 18:56 */waypoints[13].origin = ( 1815.15, -855.802, -253.875 ); + /* 18:56 */waypoints[13].type = "stand"; + /* 18:56 */waypoints[13].children[0] = 12; + /* 18:56 */waypoints[13].children[1] = 14; + /* 18:56 */waypoints[13].children[2] = 183; + /* 18:56 */waypoints[14] = spawnstruct(); + /* 18:56 */waypoints[14].origin = ( 1815.28, -716.125, -253.875 ); + /* 18:56 */waypoints[14].type = "stand"; + /* 18:56 */waypoints[14].children[0] = 13; + /* 18:56 */waypoints[14].children[1] = 15; + /* 18:56 */waypoints[14].children[2] = 170; + /* 18:56 */waypoints[14].children[3] = 185; + /* 18:56 */waypoints[15] = spawnstruct(); + /* 18:56 */waypoints[15].origin = ( 1945.41, -716.038, -252.335 ); + /* 18:56 */waypoints[15].type = "stand"; + /* 18:56 */waypoints[15].children[0] = 14; + /* 18:56 */waypoints[15].children[1] = 16; + /* 18:56 */waypoints[16] = spawnstruct(); + /* 18:56 */waypoints[16].origin = ( 2075.64, -715.957, -249.079 ); + /* 18:56 */waypoints[16].type = "stand"; + /* 18:56 */waypoints[16].children[0] = 15; + /* 18:56 */waypoints[16].children[1] = 17; + /* 18:56 */waypoints[17] = spawnstruct(); + /* 18:56 */waypoints[17].origin = ( 2078.51, -525.366, -249.007 ); + /* 18:56 */waypoints[17].type = "stand"; + /* 18:56 */waypoints[17].children[0] = 16; + /* 18:56 */waypoints[17].children[1] = 18; + /* 18:56 */waypoints[17].children[2] = 170; + /* 18:56 */waypoints[18] = spawnstruct(); + /* 18:56 */waypoints[18].origin = ( 2389.33, -547.94, -259.215 ); + /* 18:56 */waypoints[18].type = "stand"; + /* 18:56 */waypoints[18].children[0] = 17; + /* 18:56 */waypoints[18].children[1] = 19; + /* 18:56 */waypoints[19] = spawnstruct(); + /* 18:56 */waypoints[19].origin = ( 2679.73, -558.168, -262.772 ); + /* 18:56 */waypoints[19].type = "stand"; + /* 18:56 */waypoints[19].children[0] = 18; + /* 18:56 */waypoints[19].children[1] = 20; + /* 18:56 */waypoints[20] = spawnstruct(); + /* 18:56 */waypoints[20].origin = ( 2679.63, -726.888, -264.518 ); + /* 18:56 */waypoints[20].type = "stand"; + /* 18:56 */waypoints[20].children[0] = 19; + /* 18:56 */waypoints[20].children[1] = 21; + /* 18:56 */waypoints[21] = spawnstruct(); + /* 18:56 */waypoints[21].origin = ( 2829.1, -824.05, -261.896 ); + /* 18:56 */waypoints[21].type = "stand"; + /* 18:56 */waypoints[21].children[0] = 20; + /* 18:56 */waypoints[21].children[1] = 22; + /* 18:56 */waypoints[22] = spawnstruct(); + /* 18:56 */waypoints[22].origin = ( 2985.36, -721.607, -263.664 ); + /* 18:56 */waypoints[22].type = "stand"; + /* 18:56 */waypoints[22].children[0] = 21; + /* 18:56 */waypoints[22].children[1] = 23; + /* 18:56 */waypoints[23] = spawnstruct(); + /* 18:56 */waypoints[23].origin = ( 2984.02, -531.661, -266.138 ); + /* 18:56 */waypoints[23].type = "stand"; + /* 18:56 */waypoints[23].children[0] = 22; + /* 18:56 */waypoints[23].children[1] = 24; + /* 18:56 */waypoints[24] = spawnstruct(); + /* 18:56 */waypoints[24].origin = ( 2835.3, -512.159, -265.355 ); + /* 18:56 */waypoints[24].type = "stand"; + /* 18:56 */waypoints[24].children[0] = 23; + /* 18:56 */waypoints[24].children[1] = 25; + /* 18:56 */waypoints[25] = spawnstruct(); + /* 18:56 */waypoints[25].origin = ( 2864.99, -224.397, -274.606 ); + /* 18:56 */waypoints[25].type = "stand"; + /* 18:56 */waypoints[25].children[0] = 24; + /* 18:56 */waypoints[25].children[1] = 26; + /* 18:56 */waypoints[26] = spawnstruct(); + /* 18:56 */waypoints[26].origin = ( 2911.39, 102.571, -293.522 ); + /* 18:56 */waypoints[26].type = "stand"; + /* 18:56 */waypoints[26].children[0] = 25; + /* 18:56 */waypoints[26].children[1] = 27; + /* 18:56 */waypoints[27] = spawnstruct(); + /* 18:56 */waypoints[27].origin = ( 2784.31, 251.19, -302.352 ); + /* 18:56 */waypoints[27].type = "stand"; + /* 18:56 */waypoints[27].children[0] = 26; + /* 18:56 */waypoints[27].children[1] = 28; + /* 18:56 */waypoints[28] = spawnstruct(); + /* 18:56 */waypoints[28].origin = ( 2851.08, 554.455, -303.349 ); + /* 18:56 */waypoints[28].type = "stand"; + /* 18:56 */waypoints[28].children[0] = 27; + /* 18:56 */waypoints[28].children[1] = 29; + /* 18:56 */waypoints[29] = spawnstruct(); + /* 18:56 */waypoints[29].origin = ( 2854.28, 778.176, -308.343 ); + /* 18:56 */waypoints[29].type = "stand"; + /* 18:56 */waypoints[29].children[0] = 28; + /* 18:56 */waypoints[29].children[1] = 30; + /* 18:56 */waypoints[29].children[2] = 156; + /* 18:56 */waypoints[29].children[3] = 158; + /* 18:56 */waypoints[30] = spawnstruct(); + /* 18:56 */waypoints[30].origin = ( 2963.38, 778.732, -308.09 ); + /* 18:56 */waypoints[30].type = "stand"; + /* 18:56 */waypoints[30].children[0] = 29; + /* 18:56 */waypoints[30].children[1] = 31; + /* 18:56 */waypoints[31] = spawnstruct(); + /* 18:56 */waypoints[31].origin = ( 3087.12, 954.326, -314.875 ); + /* 18:56 */waypoints[31].type = "stand"; + /* 18:56 */waypoints[31].children[0] = 30; + /* 18:56 */waypoints[31].children[1] = 32; + /* 18:56 */waypoints[32] = spawnstruct(); + /* 18:56 */waypoints[32].origin = ( 3053.87, 1167.24, -321.701 ); + /* 18:56 */waypoints[32].type = "stand"; + /* 18:56 */waypoints[32].children[0] = 31; + /* 18:56 */waypoints[32].children[1] = 33; + /* 18:56 */waypoints[32].children[2] = 156; + /* 18:56 */waypoints[33] = spawnstruct(); + /* 18:56 */waypoints[33].origin = ( 2874.54, 1321.15, -318.252 ); + /* 18:56 */waypoints[33].type = "stand"; + /* 18:56 */waypoints[33].children[0] = 32; + /* 18:56 */waypoints[33].children[1] = 34; + /* 18:56 */waypoints[34] = spawnstruct(); + /* 18:56 */waypoints[34].origin = ( 2741.16, 1390.08, -309.875 ); + /* 18:56 */waypoints[34].type = "stand"; + /* 18:56 */waypoints[34].children[0] = 33; + /* 18:56 */waypoints[34].children[1] = 35; + /* 18:56 */waypoints[34].children[2] = 155; + /* 18:56 */waypoints[34].children[3] = 156; + /* 18:56 */waypoints[35] = spawnstruct(); + /* 18:56 */waypoints[35].origin = ( 2715.58, 1648.35, -293.732 ); + /* 18:56 */waypoints[35].type = "stand"; + /* 18:56 */waypoints[35].children[0] = 34; + /* 18:56 */waypoints[35].children[1] = 36; + /* 18:56 */waypoints[35].children[2] = 142; + /* 18:56 */waypoints[36] = spawnstruct(); + /* 18:56 */waypoints[36].origin = ( 2715.45, 1828.72, -291.875 ); + /* 18:56 */waypoints[36].type = "stand"; + /* 18:56 */waypoints[36].children[0] = 35; + /* 18:56 */waypoints[36].children[1] = 37; + /* 18:56 */waypoints[36].children[2] = 141; + /* 18:56 */waypoints[37] = spawnstruct(); + /* 18:56 */waypoints[37].origin = ( 2530.83, 1925.79, -290.92 ); + /* 18:56 */waypoints[37].type = "stand"; + /* 18:56 */waypoints[37].children[0] = 36; + /* 18:56 */waypoints[37].children[1] = 38; + /* 18:56 */waypoints[37].children[2] = 141; + /* 18:56 */waypoints[38] = spawnstruct(); + /* 18:56 */waypoints[38].origin = ( 2292.12, 1931.77, -283.313 ); + /* 18:56 */waypoints[38].type = "stand"; + /* 18:56 */waypoints[38].children[0] = 37; + /* 18:56 */waypoints[38].children[1] = 39; + /* 18:56 */waypoints[38].children[2] = 140; + /* 18:56 */waypoints[39] = spawnstruct(); + /* 18:56 */waypoints[39].origin = ( 2032.06, 1953.5, -272.196 ); + /* 18:56 */waypoints[39].type = "stand"; + /* 18:56 */waypoints[39].children[0] = 38; + /* 18:56 */waypoints[39].children[1] = 40; + /* 18:56 */waypoints[39].children[2] = 139; + /* 18:56 */waypoints[40] = spawnstruct(); + /* 18:56 */waypoints[40].origin = ( 1921.77, 1953.4, -271.401 ); + /* 18:56 */waypoints[40].type = "stand"; + /* 18:56 */waypoints[40].children[0] = 39; + /* 18:56 */waypoints[40].children[1] = 41; + /* 18:56 */waypoints[40].children[2] = 134; + /* 18:56 */waypoints[41] = spawnstruct(); + /* 18:56 */waypoints[41].origin = ( 1900.1, 2014.38, -263.82 ); + /* 18:56 */waypoints[41].type = "stand"; + /* 18:56 */waypoints[41].children[0] = 40; + /* 18:56 */waypoints[41].children[1] = 42; + /* 18:56 */waypoints[42] = spawnstruct(); + /* 18:56 */waypoints[42].origin = ( 1671.01, 2137.06, -269.183 ); + /* 18:56 */waypoints[42].type = "stand"; + /* 18:56 */waypoints[42].children[0] = 41; + /* 18:56 */waypoints[42].children[1] = 43; + /* 18:56 */waypoints[42].children[2] = 118; + /* 18:56 */waypoints[42].children[3] = 44; + /* 18:56 */waypoints[42].children[4] = 135; + /* 18:56 */waypoints[43] = spawnstruct(); + /* 18:56 */waypoints[43].origin = ( 1527.94, 2342.44, -270.757 ); + /* 18:56 */waypoints[43].type = "stand"; + /* 18:56 */waypoints[43].children[0] = 42; + /* 18:56 */waypoints[43].children[1] = 44; + /* 18:56 */waypoints[44] = spawnstruct(); + /* 18:56 */waypoints[44].origin = ( 1404.85, 2341.51, -277.004 ); + /* 18:56 */waypoints[44].type = "stand"; + /* 18:56 */waypoints[44].children[0] = 43; + /* 18:56 */waypoints[44].children[1] = 45; + /* 18:56 */waypoints[44].children[2] = 119; + /* 18:56 */waypoints[44].children[3] = 42; + /* 18:56 */waypoints[44].children[4] = 137; + /* 18:56 */waypoints[45] = spawnstruct(); + /* 18:56 */waypoints[45].origin = ( 1381.96, 2602.49, -278.753 ); + /* 18:56 */waypoints[45].type = "stand"; + /* 18:56 */waypoints[45].children[0] = 44; + /* 18:56 */waypoints[45].children[1] = 46; + /* 18:56 */waypoints[45].children[2] = 136; + /* 18:56 */waypoints[46] = spawnstruct(); + /* 18:56 */waypoints[46].origin = ( 1381.14, 2800.31, -279.875 ); + /* 18:56 */waypoints[46].type = "stand"; + /* 18:56 */waypoints[46].children[0] = 45; + /* 18:56 */waypoints[46].children[1] = 47; + /* 18:56 */waypoints[47] = spawnstruct(); + /* 18:56 */waypoints[47].origin = ( 1216.55, 2883.34, -272.582 ); + /* 18:56 */waypoints[47].type = "stand"; + /* 18:56 */waypoints[47].children[0] = 46; + /* 18:56 */waypoints[47].children[1] = 48; + /* 18:56 */waypoints[47].children[2] = 136; + /* 18:56 */waypoints[48] = spawnstruct(); + /* 18:56 */waypoints[48].origin = ( 965.151, 2932.7, -270.057 ); + /* 18:56 */waypoints[48].type = "stand"; + /* 18:56 */waypoints[48].children[0] = 47; + /* 18:56 */waypoints[48].children[1] = 49; + /* 18:56 */waypoints[49] = spawnstruct(); + /* 18:56 */waypoints[49].origin = ( 898.191, 3061.16, -269.418 ); + /* 18:56 */waypoints[49].type = "stand"; + /* 18:56 */waypoints[49].children[0] = 48; + /* 18:56 */waypoints[49].children[1] = 50; + /* 18:56 */waypoints[50] = spawnstruct(); + /* 18:56 */waypoints[50].origin = ( 596.784, 3035.17, -256.54 ); + /* 18:56 */waypoints[50].type = "stand"; + /* 18:56 */waypoints[50].children[0] = 49; + /* 18:56 */waypoints[50].children[1] = 51; + /* 18:56 */waypoints[51] = spawnstruct(); + /* 18:56 */waypoints[51].origin = ( 299.674, 3035.13, -239.271 ); + /* 18:56 */waypoints[51].type = "stand"; + /* 18:56 */waypoints[51].children[0] = 50; + /* 18:56 */waypoints[51].children[1] = 52; + /* 18:56 */waypoints[51].children[2] = 133; + /* 18:56 */waypoints[52] = spawnstruct(); + /* 18:56 */waypoints[52].origin = ( 108.206, 3035.71, -239.432 ); + /* 18:56 */waypoints[52].type = "stand"; + /* 18:56 */waypoints[52].children[0] = 51; + /* 18:56 */waypoints[52].children[1] = 53; + /* 18:56 */waypoints[53] = spawnstruct(); + /* 18:56 */waypoints[53].origin = ( 127.576, 2691.01, -239.133 ); + /* 18:56 */waypoints[53].type = "stand"; + /* 18:56 */waypoints[53].children[0] = 52; + /* 18:56 */waypoints[53].children[1] = 54; + /* 18:56 */waypoints[53].children[2] = 133; + /* 18:56 */waypoints[54] = spawnstruct(); + /* 18:56 */waypoints[54].origin = ( 123.698, 2380.78, -238.094 ); + /* 18:56 */waypoints[54].type = "stand"; + /* 18:56 */waypoints[54].children[0] = 53; + /* 18:56 */waypoints[54].children[1] = 55; + /* 18:56 */waypoints[54].children[2] = 123; + /* 18:56 */waypoints[55] = spawnstruct(); + /* 18:56 */waypoints[55].origin = ( 128.759, 2132.58, -237.889 ); + /* 18:56 */waypoints[55].type = "stand"; + /* 18:56 */waypoints[55].children[0] = 54; + /* 18:56 */waypoints[55].children[1] = 56; + /* 18:56 */waypoints[55].children[2] = 106; + /* 18:56 */waypoints[56] = spawnstruct(); + /* 18:56 */waypoints[56].origin = ( 128.823, 1690.69, -239.893 ); + /* 18:56 */waypoints[56].type = "stand"; + /* 18:56 */waypoints[56].children[0] = 55; + /* 18:56 */waypoints[56].children[1] = 57; + /* 18:56 */waypoints[56].children[2] = 104; + /* 18:56 */waypoints[56].children[3] = 105; + /* 18:56 */waypoints[57] = spawnstruct(); + /* 18:56 */waypoints[57].origin = ( -140.346, 1717.3, -242.283 ); + /* 18:56 */waypoints[57].type = "stand"; + /* 18:56 */waypoints[57].children[0] = 56; + /* 18:56 */waypoints[57].children[1] = 58; + /* 18:56 */waypoints[57].children[2] = 103; + /* 18:56 */waypoints[58] = spawnstruct(); + /* 18:56 */waypoints[58].origin = ( -569.973, 1714.52, -246.467 ); + /* 18:56 */waypoints[58].type = "stand"; + /* 18:56 */waypoints[58].children[0] = 57; + /* 18:56 */waypoints[58].children[1] = 59; + /* 18:56 */waypoints[58].children[2] = 132; + /* 18:56 */waypoints[59] = spawnstruct(); + /* 18:56 */waypoints[59].origin = ( -810.491, 1698.09, -248.875 ); + /* 18:56 */waypoints[59].type = "stand"; + /* 18:56 */waypoints[59].children[0] = 58; + /* 18:56 */waypoints[59].children[1] = 60; + /* 18:56 */waypoints[59].children[2] = 131; + /* 18:56 */waypoints[60] = spawnstruct(); + /* 18:56 */waypoints[60].origin = ( -1014.94, 1673.15, -248.875 ); + /* 18:56 */waypoints[60].type = "stand"; + /* 18:56 */waypoints[60].children[0] = 59; + /* 18:56 */waypoints[60].children[1] = 61; + /* 18:56 */waypoints[61] = spawnstruct(); + /* 18:56 */waypoints[61].origin = ( -1226.75, 1526.24, -248.875 ); + /* 18:56 */waypoints[61].type = "stand"; + /* 18:56 */waypoints[61].children[0] = 60; + /* 18:56 */waypoints[61].children[1] = 62; + /* 18:56 */waypoints[62] = spawnstruct(); + /* 18:56 */waypoints[62].origin = ( -1408.61, 1283.89, -248.875 ); + /* 18:56 */waypoints[62].type = "stand"; + /* 18:56 */waypoints[62].children[0] = 61; + /* 18:56 */waypoints[62].children[1] = 63; + /* 18:56 */waypoints[63] = spawnstruct(); + /* 18:56 */waypoints[63].origin = ( -1532.77, 1012.99, -248.875 ); + /* 18:56 */waypoints[63].type = "stand"; + /* 18:56 */waypoints[63].children[0] = 62; + /* 18:56 */waypoints[63].children[1] = 64; + /* 18:56 */waypoints[64] = spawnstruct(); + /* 18:56 */waypoints[64].origin = ( -1542.25, 711.875, -248.875 ); + /* 18:56 */waypoints[64].type = "stand"; + /* 18:56 */waypoints[64].children[0] = 63; + /* 18:56 */waypoints[64].children[1] = 65; + /* 18:56 */waypoints[65] = spawnstruct(); + /* 18:56 */waypoints[65].origin = ( -1448.24, 729.191, -253.34 ); + /* 18:56 */waypoints[65].type = "stand"; + /* 18:56 */waypoints[65].children[0] = 64; + /* 18:56 */waypoints[65].children[1] = 66; + /* 18:56 */waypoints[66] = spawnstruct(); + /* 18:56 */waypoints[66].origin = ( -1384.15, 851.557, -258.089 ); + /* 18:56 */waypoints[66].type = "stand"; + /* 18:56 */waypoints[66].children[0] = 65; + /* 18:56 */waypoints[66].children[1] = 67; + /* 18:56 */waypoints[66].children[2] = 129; + /* 18:56 */waypoints[67] = spawnstruct(); + /* 18:56 */waypoints[67].origin = ( -1140.15, 819.091, -251.508 ); + /* 18:56 */waypoints[67].type = "stand"; + /* 18:56 */waypoints[67].children[0] = 66; + /* 18:56 */waypoints[67].children[1] = 68; + /* 18:56 */waypoints[67].children[2] = 128; + /* 18:56 */waypoints[68] = spawnstruct(); + /* 18:56 */waypoints[68].origin = ( -1140.2, 550.306, -213.875 ); + /* 18:56 */waypoints[68].type = "stand"; + /* 18:56 */waypoints[68].children[0] = 67; + /* 18:56 */waypoints[68].children[1] = 69; + /* 18:56 */waypoints[69] = spawnstruct(); + /* 18:56 */waypoints[69].origin = ( -1154.42, 237.109, -213.875 ); + /* 18:56 */waypoints[69].type = "stand"; + /* 18:56 */waypoints[69].children[0] = 68; + /* 18:56 */waypoints[69].children[1] = 70; + /* 18:56 */waypoints[69].children[2] = 91; + /* 18:56 */waypoints[70] = spawnstruct(); + /* 18:56 */waypoints[70].origin = ( -1131.7, 169.425, -213.875 ); + /* 18:56 */waypoints[70].type = "stand"; + /* 18:56 */waypoints[70].children[0] = 69; + /* 18:56 */waypoints[70].children[1] = 71; + /* 18:56 */waypoints[71] = spawnstruct(); + /* 18:56 */waypoints[71].origin = ( -818.878, 162.018, -213.875 ); + /* 18:56 */waypoints[71].type = "stand"; + /* 18:56 */waypoints[71].children[0] = 70; + /* 18:56 */waypoints[71].children[1] = 72; + /* 18:56 */waypoints[72] = spawnstruct(); + /* 18:56 */waypoints[72].origin = ( -763.646, 209.5, -213.875 ); + /* 18:56 */waypoints[72].type = "stand"; + /* 18:56 */waypoints[72].children[0] = 71; + /* 18:56 */waypoints[72].children[1] = 73; + /* 18:56 */waypoints[73] = spawnstruct(); + /* 18:56 */waypoints[73].origin = ( -653.3, 201.333, -213.875 ); + /* 18:56 */waypoints[73].type = "stand"; + /* 18:56 */waypoints[73].children[0] = 72; + /* 18:56 */waypoints[73].children[1] = 74; + /* 18:56 */waypoints[73].children[2] = 92; + /* 18:56 */waypoints[74] = spawnstruct(); + /* 18:56 */waypoints[74].origin = ( -666.648, 79.931, -253.63 ); + /* 18:56 */waypoints[74].type = "stand"; + /* 18:56 */waypoints[74].children[0] = 73; + /* 18:56 */waypoints[74].children[1] = 75; + /* 18:56 */waypoints[74].children[2] = 250; + /* 18:56 */waypoints[75] = spawnstruct(); + /* 18:56 */waypoints[75].origin = ( -664.954, -158.959, -230.701 ); + /* 18:56 */waypoints[75].type = "stand"; + /* 18:56 */waypoints[75].children[0] = 74; + /* 18:56 */waypoints[75].children[1] = 76; + /* 18:56 */waypoints[75].children[2] = 251; + /* 18:56 */waypoints[76] = spawnstruct(); + /* 18:56 */waypoints[76].origin = ( -675.513, -404.536, -214.95 ); + /* 18:56 */waypoints[76].type = "stand"; + /* 18:56 */waypoints[76].children[0] = 75; + /* 18:56 */waypoints[76].children[1] = 77; + /* 18:56 */waypoints[76].children[2] = 245; + /* 18:56 */waypoints[76].children[3] = 251; + /* 18:56 */waypoints[76].children[4] = 252; + /* 18:56 */waypoints[77] = spawnstruct(); + /* 18:56 */waypoints[77].origin = ( -759.039, -398.832, -203.98 ); + /* 18:56 */waypoints[77].type = "stand"; + /* 18:56 */waypoints[77].children[0] = 76; + /* 18:56 */waypoints[77].children[1] = 78; + /* 18:56 */waypoints[77].children[2] = 252; + /* 18:56 */waypoints[78] = spawnstruct(); + /* 18:56 */waypoints[78].origin = ( -1077.28, -392.741, -184.642 ); + /* 18:56 */waypoints[78].type = "stand"; + /* 18:56 */waypoints[78].children[0] = 77; + /* 18:56 */waypoints[78].children[1] = 79; + /* 18:56 */waypoints[78].children[2] = 82; + /* 18:56 */waypoints[78].children[3] = 252; + /* 18:56 */waypoints[79] = spawnstruct(); + /* 18:56 */waypoints[79].origin = ( -1244.21, -354.303, -192.874 ); + /* 18:56 */waypoints[79].type = "stand"; + /* 18:56 */waypoints[79].children[0] = 78; + /* 18:56 */waypoints[79].children[1] = 80; + /* 18:56 */waypoints[79].children[2] = 86; + /* 18:56 */waypoints[80] = spawnstruct(); + /* 18:56 */waypoints[80].origin = ( -1381.02, -474.004, -196.049 ); + /* 18:56 */waypoints[80].type = "stand"; + /* 18:56 */waypoints[80].children[0] = 79; + /* 18:56 */waypoints[80].children[1] = 81; + /* 18:56 */waypoints[80].children[2] = 262; + /* 18:56 */waypoints[81] = spawnstruct(); + /* 18:56 */waypoints[81].origin = ( -1353.63, -614.66, -196.009 ); + /* 18:56 */waypoints[81].type = "stand"; + /* 18:56 */waypoints[81].children[0] = 80; + /* 18:56 */waypoints[81].children[1] = 82; + /* 18:56 */waypoints[82] = spawnstruct(); + /* 18:56 */waypoints[82].origin = ( -1227.88, -704.678, -196.224 ); + /* 18:56 */waypoints[82].type = "stand"; + /* 18:56 */waypoints[82].children[0] = 81; + /* 18:56 */waypoints[82].children[1] = 83; + /* 18:56 */waypoints[82].children[2] = 257; + /* 18:56 */waypoints[82].children[3] = 78; + /* 18:56 */waypoints[83] = spawnstruct(); + /* 18:56 */waypoints[83].origin = ( -1250.48, -864.847, -194.875 ); + /* 18:56 */waypoints[83].type = "stand"; + /* 18:56 */waypoints[83].children[0] = 82; + /* 18:56 */waypoints[83].children[1] = 84; + /* 18:56 */waypoints[84] = spawnstruct(); + /* 18:56 */waypoints[84].origin = ( -1017.69, -1028.11, -194.985 ); + /* 18:56 */waypoints[84].type = "stand"; + /* 18:56 */waypoints[84].children[0] = 83; + /* 18:56 */waypoints[84].children[1] = 85; + /* 18:56 */waypoints[84].children[2] = 257; + /* 18:56 */waypoints[85] = spawnstruct(); + /* 18:56 */waypoints[85].origin = ( -865.766, -1124.51, -194.542 ); + /* 18:56 */waypoints[85].type = "stand"; + /* 18:56 */waypoints[85].children[0] = 84; + /* 18:56 */waypoints[85].children[1] = 0; + /* 18:56 */waypoints[85].children[2] = 258; + /* 18:56 */waypoints[85].children[3] = 257; + /* 18:56 */waypoints[86] = spawnstruct(); + /* 18:56 */waypoints[86].origin = ( -1152.77, -290.689, -187.498 ); + /* 18:56 */waypoints[86].type = "stand"; + /* 18:56 */waypoints[86].children[0] = 79; + /* 18:56 */waypoints[86].children[1] = 87; + /* 18:56 */waypoints[87] = spawnstruct(); + /* 18:56 */waypoints[87].origin = ( -909.879, -289.163, -73.875 ); + /* 18:56 */waypoints[87].type = "stand"; + /* 18:56 */waypoints[87].children[0] = 86; + /* 18:56 */waypoints[87].children[1] = 88; + /* 18:56 */waypoints[88] = spawnstruct(); + /* 18:56 */waypoints[88].origin = ( -923.879, -158.64, -73.875 ); + /* 18:56 */waypoints[88].type = "stand"; + /* 18:56 */waypoints[88].children[0] = 87; + /* 18:56 */waypoints[88].children[1] = 89; + /* 18:56 */waypoints[89] = spawnstruct(); + /* 18:56 */waypoints[89].origin = ( -804.49, -65.0381, -73.875 ); + /* 18:56 */waypoints[89].type = "stand"; + /* 18:56 */waypoints[89].children[0] = 88; + /* 18:56 */waypoints[89].children[1] = 90; + /* 18:56 */waypoints[90] = spawnstruct(); + /* 18:56 */waypoints[90].origin = ( -807.018, 250.417, -73.875 ); + /* 18:56 */waypoints[90].type = "stand"; + /* 18:56 */waypoints[90].children[0] = 89; + /* 18:56 */waypoints[90].children[1] = 91; + /* 18:56 */waypoints[91] = spawnstruct(); + /* 18:56 */waypoints[91].origin = ( -1096.45, 255.869, -211.12 ); + /* 18:56 */waypoints[91].type = "stand"; + /* 18:56 */waypoints[91].children[0] = 90; + /* 18:56 */waypoints[91].children[1] = 69; + /* 18:56 */waypoints[92] = spawnstruct(); + /* 18:56 */waypoints[92].origin = ( -659.592, 356.953, -255.218 ); + /* 18:56 */waypoints[92].type = "stand"; + /* 18:56 */waypoints[92].children[0] = 73; + /* 18:56 */waypoints[92].children[1] = 93; + /* 18:56 */waypoints[93] = spawnstruct(); + /* 18:56 */waypoints[93].origin = ( -672.529, 509.004, -255.875 ); + /* 18:56 */waypoints[93].type = "stand"; + /* 18:56 */waypoints[93].children[0] = 92; + /* 18:56 */waypoints[93].children[1] = 94; + /* 18:56 */waypoints[94] = spawnstruct(); + /* 18:56 */waypoints[94].origin = ( -537.516, 486.301, -255.875 ); + /* 18:56 */waypoints[94].type = "stand"; + /* 18:56 */waypoints[94].children[0] = 93; + /* 18:56 */waypoints[94].children[1] = 95; + /* 18:56 */waypoints[94].children[2] = 249; + /* 18:56 */waypoints[95] = spawnstruct(); + /* 18:56 */waypoints[95].origin = ( -409.704, 486.223, -255.875 ); + /* 18:56 */waypoints[95].type = "stand"; + /* 18:56 */waypoints[95].children[0] = 94; + /* 18:56 */waypoints[95].children[1] = 96; + /* 18:56 */waypoints[95].children[2] = 249; + /* 18:56 */waypoints[96] = spawnstruct(); + /* 18:56 */waypoints[96].origin = ( -153.082, 485.671, -255.288 ); + /* 18:56 */waypoints[96].type = "stand"; + /* 18:56 */waypoints[96].children[0] = 95; + /* 18:56 */waypoints[96].children[1] = 97; + /* 18:56 */waypoints[96].children[2] = 226; + /* 18:56 */waypoints[96].children[3] = 225; + /* 18:56 */waypoints[96].children[4] = 248; + /* 18:56 */waypoints[97] = spawnstruct(); + /* 18:56 */waypoints[97].origin = ( -248.386, 609.24, -255.875 ); + /* 18:56 */waypoints[97].type = "stand"; + /* 18:56 */waypoints[97].children[0] = 96; + /* 18:56 */waypoints[97].children[1] = 98; + /* 18:56 */waypoints[98] = spawnstruct(); + /* 18:56 */waypoints[98].origin = ( -368.612, 631.041, -255.875 ); + /* 18:56 */waypoints[98].type = "stand"; + /* 18:56 */waypoints[98].children[0] = 97; + /* 18:56 */waypoints[98].children[1] = 99; + /* 18:56 */waypoints[99] = spawnstruct(); + /* 18:56 */waypoints[99].origin = ( -368.556, 961.794, -255.875 ); + /* 18:56 */waypoints[99].type = "stand"; + /* 18:56 */waypoints[99].children[0] = 98; + /* 18:56 */waypoints[99].children[1] = 100; + /* 18:56 */waypoints[100] = spawnstruct(); + /* 18:56 */waypoints[100].origin = ( -348.672, 1216.53, -255.875 ); + /* 18:56 */waypoints[100].type = "stand"; + /* 18:56 */waypoints[100].children[0] = 99; + /* 18:56 */waypoints[100].children[1] = 101; + /* 18:56 */waypoints[100].children[2] = 102; + /* 18:56 */waypoints[100].children[3] = 124; + /* 18:56 */waypoints[101] = spawnstruct(); + /* 18:56 */waypoints[101].origin = ( -147.617, 1194.91, -249.789 ); + /* 18:56 */waypoints[101].type = "stand"; + /* 18:56 */waypoints[101].children[0] = 100; + /* 18:56 */waypoints[101].children[1] = 102; + /* 18:56 */waypoints[102] = spawnstruct(); + /* 18:56 */waypoints[102].origin = ( -148.631, 1430.02, -249.648 ); + /* 18:56 */waypoints[102].type = "stand"; + /* 18:56 */waypoints[102].children[0] = 101; + /* 18:56 */waypoints[102].children[1] = 103; + /* 18:56 */waypoints[102].children[2] = 100; + /* 18:56 */waypoints[103] = spawnstruct(); + /* 18:56 */waypoints[103].origin = ( -117.955, 1511.47, -250.887 ); + /* 18:56 */waypoints[103].type = "stand"; + /* 18:56 */waypoints[103].children[0] = 102; + /* 18:56 */waypoints[103].children[1] = 104; + /* 18:56 */waypoints[103].children[2] = 57; + /* 18:56 */waypoints[104] = spawnstruct(); + /* 18:56 */waypoints[104].origin = ( 273.725, 1543.95, -238.661 ); + /* 18:56 */waypoints[104].type = "stand"; + /* 18:56 */waypoints[104].children[0] = 103; + /* 18:56 */waypoints[104].children[1] = 105; + /* 18:56 */waypoints[104].children[2] = 56; + /* 18:56 */waypoints[105] = spawnstruct(); + /* 18:56 */waypoints[105].origin = ( 267.158, 1844.21, -240.171 ); + /* 18:56 */waypoints[105].type = "stand"; + /* 18:56 */waypoints[105].children[0] = 104; + /* 18:56 */waypoints[105].children[1] = 106; + /* 18:56 */waypoints[105].children[2] = 56; + /* 18:56 */waypoints[106] = spawnstruct(); + /* 18:56 */waypoints[106].origin = ( 261.191, 2167.58, -240.407 ); + /* 18:56 */waypoints[106].type = "stand"; + /* 18:56 */waypoints[106].children[0] = 105; + /* 18:56 */waypoints[106].children[1] = 107; + /* 18:56 */waypoints[106].children[2] = 55; + /* 18:56 */waypoints[106].children[3] = 123; + /* 18:56 */waypoints[107] = spawnstruct(); + /* 18:56 */waypoints[107].origin = ( 392.212, 2128.43, -232.401 ); + /* 18:56 */waypoints[107].type = "stand"; + /* 18:56 */waypoints[107].children[0] = 106; + /* 18:56 */waypoints[107].children[1] = 108; + /* 18:56 */waypoints[107].children[2] = 121; + /* 18:56 */waypoints[108] = spawnstruct(); + /* 18:56 */waypoints[108].origin = ( 392.505, 1708.24, -50.875 ); + /* 18:56 */waypoints[108].type = "stand"; + /* 18:56 */waypoints[108].children[0] = 107; + /* 18:56 */waypoints[108].children[1] = 109; + /* 18:56 */waypoints[109] = spawnstruct(); + /* 18:56 */waypoints[109].origin = ( 493.237, 1706.8, -50.875 ); + /* 18:56 */waypoints[109].type = "stand"; + /* 18:56 */waypoints[109].children[0] = 108; + /* 18:56 */waypoints[109].children[1] = 110; + /* 18:56 */waypoints[110] = spawnstruct(); + /* 18:56 */waypoints[110].origin = ( 719.014, 1702.76, -49.875 ); + /* 18:56 */waypoints[110].type = "stand"; + /* 18:56 */waypoints[110].children[0] = 109; + /* 18:56 */waypoints[110].children[1] = 111; + /* 18:56 */waypoints[111] = spawnstruct(); + /* 18:56 */waypoints[111].origin = ( 735.119, 1812.65, -50.875 ); + /* 18:56 */waypoints[111].type = "stand"; + /* 18:56 */waypoints[111].children[0] = 110; + /* 18:56 */waypoints[111].children[1] = 112; + /* 18:56 */waypoints[112] = spawnstruct(); + /* 18:56 */waypoints[112].origin = ( 802.214, 1895.72, -50.875 ); + /* 18:56 */waypoints[112].type = "stand"; + /* 18:56 */waypoints[112].children[0] = 111; + /* 18:56 */waypoints[112].children[1] = 113; + /* 18:56 */waypoints[113] = spawnstruct(); + /* 18:56 */waypoints[113].origin = ( 802.22, 2017.8, -50.875 ); + /* 18:56 */waypoints[113].type = "stand"; + /* 18:56 */waypoints[113].children[0] = 112; + /* 18:56 */waypoints[113].children[1] = 114; + /* 18:56 */waypoints[114] = spawnstruct(); + /* 18:56 */waypoints[114].origin = ( 1228.91, 1998.17, -50.875 ); + /* 18:56 */waypoints[114].type = "stand"; + /* 18:56 */waypoints[114].children[0] = 113; + /* 18:56 */waypoints[114].children[1] = 115; + /* 18:56 */waypoints[115] = spawnstruct(); + /* 18:56 */waypoints[115].origin = ( 1229.01, 1515.63, -292.872 ); + /* 18:56 */waypoints[115].type = "stand"; + /* 18:56 */waypoints[115].children[0] = 114; + /* 18:56 */waypoints[115].children[1] = 116; + /* 18:56 */waypoints[115].children[2] = 217; + /* 18:56 */waypoints[116] = spawnstruct(); + /* 18:56 */waypoints[116].origin = ( 1378.09, 1521.79, -296.865 ); + /* 18:56 */waypoints[116].type = "stand"; + /* 18:56 */waypoints[116].children[0] = 115; + /* 18:56 */waypoints[116].children[1] = 117; + /* 18:56 */waypoints[116].children[2] = 217; + /* 18:56 */waypoints[117] = spawnstruct(); + /* 18:56 */waypoints[117].origin = ( 1371.88, 1797.59, -259.746 ); + /* 18:56 */waypoints[117].type = "stand"; + /* 18:56 */waypoints[117].children[0] = 116; + /* 18:56 */waypoints[117].children[1] = 118; + /* 18:56 */waypoints[117].children[2] = 135; + /* 18:56 */waypoints[118] = spawnstruct(); + /* 18:56 */waypoints[118].origin = ( 1354.55, 2058.45, -255.979 ); + /* 18:56 */waypoints[118].type = "stand"; + /* 18:56 */waypoints[118].children[0] = 117; + /* 18:56 */waypoints[118].children[1] = 119; + /* 18:56 */waypoints[118].children[2] = 42; + /* 18:56 */waypoints[118].children[3] = 135; + /* 18:56 */waypoints[119] = spawnstruct(); + /* 18:56 */waypoints[119].origin = ( 1196.38, 2149.58, -254.368 ); + /* 18:56 */waypoints[119].type = "stand"; + /* 18:56 */waypoints[119].children[0] = 118; + /* 18:56 */waypoints[119].children[1] = 120; + /* 18:56 */waypoints[119].children[2] = 44; + /* 18:56 */waypoints[119].children[3] = 137; + /* 18:56 */waypoints[120] = spawnstruct(); + /* 18:56 */waypoints[120].origin = ( 941.973, 2165.61, -256.523 ); + /* 18:56 */waypoints[120].type = "stand"; + /* 18:56 */waypoints[120].children[0] = 119; + /* 18:56 */waypoints[120].children[1] = 121; + /* 18:56 */waypoints[120].children[2] = 138; + /* 18:56 */waypoints[121] = spawnstruct(); + /* 18:56 */waypoints[121].origin = ( 588.646, 2155.8, -242.424 ); + /* 18:56 */waypoints[121].type = "stand"; + /* 18:56 */waypoints[121].children[0] = 120; + /* 18:56 */waypoints[121].children[1] = 107; + /* 18:56 */waypoints[121].children[2] = 122; + /* 18:56 */waypoints[122] = spawnstruct(); + /* 18:56 */waypoints[122].origin = ( 596.621, 2280.82, -243.232 ); + /* 18:56 */waypoints[122].type = "stand"; + /* 18:56 */waypoints[122].children[0] = 121; + /* 18:56 */waypoints[122].children[1] = 123; + /* 18:56 */waypoints[122].children[2] = 138; + /* 18:56 */waypoints[123] = spawnstruct(); + /* 18:56 */waypoints[123].origin = ( 329.125, 2414.94, -240.075 ); + /* 18:56 */waypoints[123].type = "stand"; + /* 18:56 */waypoints[123].children[0] = 122; + /* 18:56 */waypoints[123].children[1] = 54; + /* 18:56 */waypoints[123].children[2] = 106; + /* 18:56 */waypoints[123].children[3] = 133; + /* 18:56 */waypoints[124] = spawnstruct(); + /* 18:56 */waypoints[124].origin = ( -415.901, 1315.37, -255.875 ); + /* 18:56 */waypoints[124].type = "stand"; + /* 18:56 */waypoints[124].children[0] = 100; + /* 18:56 */waypoints[124].children[1] = 125; + /* 18:56 */waypoints[124].children[2] = 132; + /* 18:56 */waypoints[125] = spawnstruct(); + /* 18:56 */waypoints[125].origin = ( -766.836, 1315.38, -251.233 ); + /* 18:56 */waypoints[125].type = "stand"; + /* 18:56 */waypoints[125].children[0] = 124; + /* 18:56 */waypoints[125].children[1] = 126; + /* 18:56 */waypoints[126] = spawnstruct(); + /* 18:56 */waypoints[126].origin = ( -968.575, 1317.4, -252.351 ); + /* 18:56 */waypoints[126].type = "stand"; + /* 18:56 */waypoints[126].children[0] = 125; + /* 18:56 */waypoints[126].children[1] = 127; + /* 18:56 */waypoints[126].children[2] = 130; + /* 18:56 */waypoints[126].children[3] = 131; + /* 18:56 */waypoints[127] = spawnstruct(); + /* 18:56 */waypoints[127].origin = ( -1025.63, 1149.52, -250.252 ); + /* 18:56 */waypoints[127].type = "stand"; + /* 18:56 */waypoints[127].children[0] = 126; + /* 18:56 */waypoints[127].children[1] = 128; + /* 18:56 */waypoints[128] = spawnstruct(); + /* 18:56 */waypoints[128].origin = ( -1108.26, 933.396, -251.626 ); + /* 18:56 */waypoints[128].type = "stand"; + /* 18:56 */waypoints[128].children[0] = 127; + /* 18:56 */waypoints[128].children[1] = 67; + /* 18:56 */waypoints[128].children[2] = 129; + /* 18:56 */waypoints[129] = spawnstruct(); + /* 18:56 */waypoints[129].origin = ( -1352.97, 1087.33, -256.392 ); + /* 18:56 */waypoints[129].type = "stand"; + /* 18:56 */waypoints[129].children[0] = 128; + /* 18:56 */waypoints[129].children[1] = 66; + /* 18:56 */waypoints[129].children[2] = 130; + /* 18:56 */waypoints[130] = spawnstruct(); + /* 18:56 */waypoints[130].origin = ( -1210.2, 1317.9, -256.795 ); + /* 18:56 */waypoints[130].type = "stand"; + /* 18:56 */waypoints[130].children[0] = 129; + /* 18:56 */waypoints[130].children[1] = 126; + /* 18:56 */waypoints[131] = spawnstruct(); + /* 18:56 */waypoints[131].origin = ( -849.232, 1530.51, -259.396 ); + /* 18:56 */waypoints[131].type = "stand"; + /* 18:56 */waypoints[131].children[0] = 126; + /* 18:56 */waypoints[131].children[1] = 59; + /* 18:56 */waypoints[131].children[2] = 132; + /* 18:56 */waypoints[132] = spawnstruct(); + /* 18:56 */waypoints[132].origin = ( -601.566, 1576.54, -258.421 ); + /* 18:56 */waypoints[132].type = "stand"; + /* 18:56 */waypoints[132].children[0] = 131; + /* 18:56 */waypoints[132].children[1] = 58; + /* 18:56 */waypoints[132].children[2] = 124; + /* 18:56 */waypoints[133] = spawnstruct(); + /* 18:56 */waypoints[133].origin = ( 313.086, 2738.37, -240.023 ); + /* 18:56 */waypoints[133].type = "stand"; + /* 18:56 */waypoints[133].children[0] = 123; + /* 18:56 */waypoints[133].children[1] = 53; + /* 18:56 */waypoints[133].children[2] = 51; + /* 18:56 */waypoints[134] = spawnstruct(); + /* 18:56 */waypoints[134].origin = ( 1824.89, 1845.6, -270.396 ); + /* 18:56 */waypoints[134].type = "stand"; + /* 18:56 */waypoints[134].children[0] = 40; + /* 18:56 */waypoints[134].children[1] = 135; + /* 18:56 */waypoints[134].children[2] = 139; + /* 18:56 */waypoints[135] = spawnstruct(); + /* 18:56 */waypoints[135].origin = ( 1610.86, 1851.29, -269.91 ); + /* 18:56 */waypoints[135].type = "stand"; + /* 18:56 */waypoints[135].children[0] = 134; + /* 18:56 */waypoints[135].children[1] = 117; + /* 18:56 */waypoints[135].children[2] = 42; + /* 18:56 */waypoints[135].children[3] = 118; + /* 18:56 */waypoints[136] = spawnstruct(); + /* 18:56 */waypoints[136].origin = ( 1154.88, 2554.48, -272.627 ); + /* 18:56 */waypoints[136].type = "stand"; + /* 18:56 */waypoints[136].children[0] = 47; + /* 18:56 */waypoints[136].children[1] = 137; + /* 18:56 */waypoints[136].children[2] = 45; + /* 18:56 */waypoints[137] = spawnstruct(); + /* 18:56 */waypoints[137].origin = ( 1187.05, 2312.24, -266.023 ); + /* 18:56 */waypoints[137].type = "stand"; + /* 18:56 */waypoints[137].children[0] = 136; + /* 18:56 */waypoints[137].children[1] = 119; + /* 18:56 */waypoints[137].children[2] = 44; + /* 18:56 */waypoints[137].children[3] = 138; + /* 18:56 */waypoints[138] = spawnstruct(); + /* 18:56 */waypoints[138].origin = ( 832.836, 2280.4, -256.641 ); + /* 18:56 */waypoints[138].type = "stand"; + /* 18:56 */waypoints[138].children[0] = 137; + /* 18:56 */waypoints[138].children[1] = 122; + /* 18:56 */waypoints[138].children[2] = 120; + /* 18:56 */waypoints[139] = spawnstruct(); + /* 18:56 */waypoints[139].origin = ( 2007.23, 1774.18, -266.831 ); + /* 18:56 */waypoints[139].type = "stand"; + /* 18:56 */waypoints[139].children[0] = 134; + /* 18:56 */waypoints[139].children[1] = 140; + /* 18:56 */waypoints[139].children[2] = 39; + /* 18:56 */waypoints[140] = spawnstruct(); + /* 18:56 */waypoints[140].origin = ( 2275.31, 1757.78, -275.975 ); + /* 18:56 */waypoints[140].type = "stand"; + /* 18:56 */waypoints[140].children[0] = 139; + /* 18:56 */waypoints[140].children[1] = 141; + /* 18:56 */waypoints[140].children[2] = 38; + /* 18:56 */waypoints[141] = spawnstruct(); + /* 18:56 */waypoints[141].origin = ( 2576.77, 1763.08, -298.107 ); + /* 18:56 */waypoints[141].type = "stand"; + /* 18:56 */waypoints[141].children[0] = 140; + /* 18:56 */waypoints[141].children[1] = 142; + /* 18:56 */waypoints[141].children[2] = 37; + /* 18:56 */waypoints[141].children[3] = 36; + /* 18:56 */waypoints[142] = spawnstruct(); + /* 18:56 */waypoints[142].origin = ( 2580.93, 1678.16, -292.102 ); + /* 18:56 */waypoints[142].type = "stand"; + /* 18:56 */waypoints[142].children[0] = 141; + /* 18:56 */waypoints[142].children[1] = 143; + /* 18:56 */waypoints[142].children[2] = 155; + /* 18:56 */waypoints[142].children[3] = 35; + /* 18:56 */waypoints[143] = spawnstruct(); + /* 18:56 */waypoints[143].origin = ( 2328.02, 1694.46, -167.875 ); + /* 18:56 */waypoints[143].type = "stand"; + /* 18:56 */waypoints[143].children[0] = 142; + /* 18:56 */waypoints[143].children[1] = 144; + /* 18:56 */waypoints[144] = spawnstruct(); + /* 18:56 */waypoints[144].origin = ( 2213.37, 1703.09, -167.875 ); + /* 18:56 */waypoints[144].type = "stand"; + /* 18:56 */waypoints[144].children[0] = 143; + /* 18:56 */waypoints[144].children[1] = 145; + /* 18:56 */waypoints[145] = spawnstruct(); + /* 18:56 */waypoints[145].origin = ( 2101.24, 1691.96, -167.875 ); + /* 18:56 */waypoints[145].type = "stand"; + /* 18:56 */waypoints[145].children[0] = 144; + /* 18:56 */waypoints[145].children[1] = 146; + /* 18:56 */waypoints[146] = spawnstruct(); + /* 18:56 */waypoints[146].origin = ( 1952.46, 1688.91, -167.875 ); + /* 18:56 */waypoints[146].type = "stand"; + /* 18:56 */waypoints[146].children[0] = 145; + /* 18:56 */waypoints[146].children[1] = 147; + /* 18:56 */waypoints[146].children[2] = 148; + /* 18:56 */waypoints[147] = spawnstruct(); + /* 18:56 */waypoints[147].origin = ( 1874.04, 1697.05, -167.875 ); + /* 18:56 */waypoints[147].type = "stand"; + /* 18:56 */waypoints[147].children[0] = 146; + /* 18:56 */waypoints[147].children[1] = 150; + /* 18:56 */waypoints[148] = spawnstruct(); + /* 18:56 */waypoints[148].origin = ( 1940.05, 1414.05, -167.875 ); + /* 18:56 */waypoints[148].type = "stand"; + /* 18:56 */waypoints[148].children[0] = 146; + /* 18:56 */waypoints[148].children[1] = 149; + /* 18:56 */waypoints[149] = spawnstruct(); + /* 18:56 */waypoints[149].origin = ( 2132.49, 1291.63, -167.875 ); + /* 18:56 */waypoints[149].type = "stand"; + /* 18:56 */waypoints[149].children[0] = 148; + /* 18:56 */waypoints[150] = spawnstruct(); + /* 18:56 */waypoints[150].origin = ( 1856.1, 1428.64, -303.875 ); + /* 18:56 */waypoints[150].type = "stand"; + /* 18:56 */waypoints[150].children[0] = 147; + /* 18:56 */waypoints[150].children[1] = 151; + /* 18:56 */waypoints[151] = spawnstruct(); + /* 18:56 */waypoints[151].origin = ( 2021.57, 1292.62, -303.875 ); + /* 18:56 */waypoints[151].type = "stand"; + /* 18:56 */waypoints[151].children[0] = 150; + /* 18:56 */waypoints[151].children[1] = 152; + /* 18:56 */waypoints[152] = spawnstruct(); + /* 18:56 */waypoints[152].origin = ( 2008.69, 1131.41, -309.875 ); + /* 18:56 */waypoints[152].type = "stand"; + /* 18:56 */waypoints[152].children[0] = 151; + /* 18:56 */waypoints[152].children[1] = 153; + /* 18:56 */waypoints[152].children[2] = 214; + /* 18:56 */waypoints[152].children[3] = 215; + /* 18:56 */waypoints[153] = spawnstruct(); + /* 18:56 */waypoints[153].origin = ( 2307.23, 1104.99, -309.875 ); + /* 18:56 */waypoints[153].type = "stand"; + /* 18:56 */waypoints[153].children[0] = 152; + /* 18:56 */waypoints[153].children[1] = 154; + /* 18:56 */waypoints[153].children[2] = 296; + /* 18:56 */waypoints[154] = spawnstruct(); + /* 18:56 */waypoints[154].origin = ( 2546.17, 1083.21, -316.859 ); + /* 18:56 */waypoints[154].type = "stand"; + /* 18:56 */waypoints[154].children[0] = 153; + /* 18:56 */waypoints[154].children[1] = 155; + /* 18:56 */waypoints[154].children[2] = 156; + /* 18:56 */waypoints[154].children[3] = 297; + /* 18:56 */waypoints[155] = spawnstruct(); + /* 18:56 */waypoints[155].origin = ( 2541.86, 1345.84, -309.152 ); + /* 18:56 */waypoints[155].type = "stand"; + /* 18:56 */waypoints[155].children[0] = 154; + /* 18:56 */waypoints[155].children[1] = 142; + /* 18:56 */waypoints[155].children[2] = 34; + /* 18:56 */waypoints[156] = spawnstruct(); + /* 18:56 */waypoints[156].origin = ( 2840.06, 1083.21, -325.699 ); + /* 18:56 */waypoints[156].type = "stand"; + /* 18:56 */waypoints[156].children[0] = 34; + /* 18:56 */waypoints[156].children[1] = 29; + /* 18:56 */waypoints[156].children[2] = 32; + /* 18:56 */waypoints[156].children[3] = 154; + /* 18:56 */waypoints[156].children[4] = 297; + /* 18:56 */waypoints[157] = spawnstruct(); + /* 18:56 */waypoints[157].origin = ( 2274.8, 785.938, -308.099 ); + /* 18:56 */waypoints[157].type = "stand"; + /* 18:56 */waypoints[157].children[0] = 158; + /* 18:56 */waypoints[157].children[1] = 159; + /* 18:56 */waypoints[157].children[2] = 296; + /* 18:56 */waypoints[158] = spawnstruct(); + /* 18:56 */waypoints[158].origin = ( 2484.39, 764.476, -305.725 ); + /* 18:56 */waypoints[158].type = "stand"; + /* 18:56 */waypoints[158].children[0] = 157; + /* 18:56 */waypoints[158].children[1] = 29; + /* 18:56 */waypoints[158].children[2] = 164; + /* 18:56 */waypoints[158].children[3] = 163; + /* 18:56 */waypoints[159] = spawnstruct(); + /* 18:56 */waypoints[159].origin = ( 2092.48, 762.414, -308.917 ); + /* 18:56 */waypoints[159].type = "stand"; + /* 18:56 */waypoints[159].children[0] = 157; + /* 18:56 */waypoints[159].children[1] = 160; + /* 18:56 */waypoints[159].children[2] = 213; + /* 18:56 */waypoints[160] = spawnstruct(); + /* 18:56 */waypoints[160].origin = ( 2064.06, 630.43, -299.667 ); + /* 18:56 */waypoints[160].type = "stand"; + /* 18:56 */waypoints[160].children[0] = 159; + /* 18:56 */waypoints[160].children[1] = 161; + /* 18:56 */waypoints[161] = spawnstruct(); + /* 18:56 */waypoints[161].origin = ( 1980.92, 350.068, -284.06 ); + /* 18:56 */waypoints[161].type = "stand"; + /* 18:56 */waypoints[161].children[0] = 160; + /* 18:56 */waypoints[161].children[1] = 162; + /* 18:56 */waypoints[161].children[2] = 165; + /* 18:56 */waypoints[162] = spawnstruct(); + /* 18:56 */waypoints[162].origin = ( 2183.54, 377.234, -281.655 ); + /* 18:56 */waypoints[162].type = "stand"; + /* 18:56 */waypoints[162].children[0] = 161; + /* 18:56 */waypoints[162].children[1] = 163; + /* 18:56 */waypoints[162].children[2] = 164; + /* 18:56 */waypoints[163] = spawnstruct(); + /* 18:56 */waypoints[163].origin = ( 2450, 425.825, -284.575 ); + /* 18:56 */waypoints[163].type = "stand"; + /* 18:56 */waypoints[163].children[0] = 162; + /* 18:56 */waypoints[163].children[1] = 158; + /* 18:56 */waypoints[164] = spawnstruct(); + /* 18:56 */waypoints[164].origin = ( 2237.86, 573.734, -290.144 ); + /* 18:56 */waypoints[164].type = "stand"; + /* 18:56 */waypoints[164].children[0] = 162; + /* 18:56 */waypoints[164].children[1] = 158; + /* 18:56 */waypoints[165] = spawnstruct(); + /* 18:56 */waypoints[165].origin = ( 1933.7, 210.796, -280.239 ); + /* 18:56 */waypoints[165].type = "stand"; + /* 18:56 */waypoints[165].children[0] = 161; + /* 18:56 */waypoints[165].children[1] = 166; + /* 18:56 */waypoints[165].children[2] = 211; + /* 18:56 */waypoints[166] = spawnstruct(); + /* 18:56 */waypoints[166].origin = ( 1909.5, -48.5137, -263.394 ); + /* 18:56 */waypoints[166].type = "stand"; + /* 18:56 */waypoints[166].children[0] = 165; + /* 18:56 */waypoints[166].children[1] = 167; + /* 18:56 */waypoints[166].children[2] = 171; + /* 18:56 */waypoints[167] = spawnstruct(); + /* 18:56 */waypoints[167].origin = ( 1994.62, -92.7645, -253.7 ); + /* 18:56 */waypoints[167].type = "stand"; + /* 18:56 */waypoints[167].children[0] = 166; + /* 18:56 */waypoints[167].children[1] = 168; + /* 18:56 */waypoints[168] = spawnstruct(); + /* 18:56 */waypoints[168].origin = ( 1972.97, -309.696, -254.701 ); + /* 18:56 */waypoints[168].type = "stand"; + /* 18:56 */waypoints[168].children[0] = 167; + /* 18:56 */waypoints[168].children[1] = 169; + /* 18:56 */waypoints[169] = spawnstruct(); + /* 18:56 */waypoints[169].origin = ( 1801.69, -333.753, -259.595 ); + /* 18:56 */waypoints[169].type = "stand"; + /* 18:56 */waypoints[169].children[0] = 168; + /* 18:56 */waypoints[169].children[1] = 170; + /* 18:56 */waypoints[169].children[2] = 171; + /* 18:56 */waypoints[169].children[3] = 186; + /* 18:56 */waypoints[170] = spawnstruct(); + /* 18:56 */waypoints[170].origin = ( 1802.39, -506.743, -253.875 ); + /* 18:56 */waypoints[170].type = "stand"; + /* 18:56 */waypoints[170].children[0] = 169; + /* 18:56 */waypoints[170].children[1] = 14; + /* 18:56 */waypoints[170].children[2] = 17; + /* 18:56 */waypoints[171] = spawnstruct(); + /* 18:56 */waypoints[171].origin = ( 1714.98, -128.775, -269.012 ); + /* 18:56 */waypoints[171].type = "stand"; + /* 18:56 */waypoints[171].children[0] = 169; + /* 18:56 */waypoints[171].children[1] = 166; + /* 18:56 */waypoints[171].children[2] = 172; + /* 18:56 */waypoints[171].children[3] = 173; + /* 18:56 */waypoints[171].children[4] = 186; + /* 18:56 */waypoints[171].children[5] = 208; + /* 18:56 */waypoints[171].children[6] = 298; + /* 18:56 */waypoints[172] = spawnstruct(); + /* 18:56 */waypoints[172].origin = ( 1504.36, -103.027, -261.875 ); + /* 18:56 */waypoints[172].type = "stand"; + /* 18:56 */waypoints[172].children[0] = 171; + /* 18:56 */waypoints[172].children[1] = 173; + /* 18:56 */waypoints[172].children[2] = 210; + /* 18:56 */waypoints[172].children[3] = 291; + /* 18:56 */waypoints[173] = spawnstruct(); + /* 18:56 */waypoints[173].origin = ( 1541.81, -239.325, -261.78 ); + /* 18:56 */waypoints[173].type = "stand"; + /* 18:56 */waypoints[173].children[0] = 172; + /* 18:56 */waypoints[173].children[1] = 171; + /* 18:56 */waypoints[173].children[2] = 174; + /* 18:56 */waypoints[174] = spawnstruct(); + /* 18:56 */waypoints[174].origin = ( 1515.99, -428.473, -256.258 ); + /* 18:56 */waypoints[174].type = "stand"; + /* 18:56 */waypoints[174].children[0] = 173; + /* 18:56 */waypoints[174].children[1] = 175; + /* 18:56 */waypoints[175] = spawnstruct(); + /* 18:56 */waypoints[175].origin = ( 1487.13, -653.532, -252.385 ); + /* 18:56 */waypoints[175].type = "stand"; + /* 18:56 */waypoints[175].children[0] = 174; + /* 18:56 */waypoints[175].children[1] = 176; + /* 18:56 */waypoints[175].children[2] = 183; + /* 18:56 */waypoints[175].children[3] = 185; + /* 18:56 */waypoints[176] = spawnstruct(); + /* 18:56 */waypoints[176].origin = ( 1466.64, -799.547, -249.387 ); + /* 18:56 */waypoints[176].type = "stand"; + /* 18:56 */waypoints[176].children[0] = 175; + /* 18:56 */waypoints[176].children[1] = 177; + /* 18:56 */waypoints[176].children[2] = 183; + /* 18:56 */waypoints[176].children[3] = 184; + /* 18:56 */waypoints[177] = spawnstruct(); + /* 18:56 */waypoints[177].origin = ( 1213.27, -774.565, -230.693 ); + /* 18:56 */waypoints[177].type = "stand"; + /* 18:56 */waypoints[177].children[0] = 176; + /* 18:56 */waypoints[177].children[1] = 178; + /* 18:56 */waypoints[177].children[2] = 187; + /* 18:56 */waypoints[178] = spawnstruct(); + /* 18:56 */waypoints[178].origin = ( 1197.07, -961.995, -241.966 ); + /* 18:56 */waypoints[178].type = "stand"; + /* 18:56 */waypoints[178].children[0] = 177; + /* 18:56 */waypoints[178].children[1] = 179; + /* 18:56 */waypoints[178].children[2] = 184; + /* 18:56 */waypoints[178].children[3] = 180; + /* 18:56 */waypoints[179] = spawnstruct(); + /* 18:56 */waypoints[179].origin = ( 1065.92, -957.542, -229.434 ); + /* 18:56 */waypoints[179].type = "stand"; + /* 18:56 */waypoints[179].children[0] = 178; + /* 18:56 */waypoints[179].children[1] = 180; + /* 18:56 */waypoints[179].children[2] = 189; + /* 18:56 */waypoints[180] = spawnstruct(); + /* 18:56 */waypoints[180].origin = ( 1103.18, -1204.37, -237.026 ); + /* 18:56 */waypoints[180].type = "stand"; + /* 18:56 */waypoints[180].children[0] = 179; + /* 18:56 */waypoints[180].children[1] = 7; + /* 18:56 */waypoints[180].children[2] = 181; + /* 18:56 */waypoints[180].children[3] = 178; + /* 18:56 */waypoints[181] = spawnstruct(); + /* 18:56 */waypoints[181].origin = ( 1431.17, -1197.49, -236.128 ); + /* 18:56 */waypoints[181].type = "stand"; + /* 18:56 */waypoints[181].children[0] = 180; + /* 18:56 */waypoints[181].children[1] = 182; + /* 18:56 */waypoints[181].children[2] = 8; + /* 18:56 */waypoints[182] = spawnstruct(); + /* 18:56 */waypoints[182].origin = ( 1736.52, -1141.25, -260.482 ); + /* 18:56 */waypoints[182].type = "stand"; + /* 18:56 */waypoints[182].children[0] = 181; + /* 18:56 */waypoints[182].children[1] = 11; + /* 18:56 */waypoints[182].children[2] = 9; + /* 18:56 */waypoints[182].children[3] = 183; + /* 18:56 */waypoints[182].children[4] = 184; + /* 18:56 */waypoints[183] = spawnstruct(); + /* 18:56 */waypoints[183].origin = ( 1686.03, -874.811, -257.859 ); + /* 18:56 */waypoints[183].type = "stand"; + /* 18:56 */waypoints[183].children[0] = 182; + /* 18:56 */waypoints[183].children[1] = 13; + /* 18:56 */waypoints[183].children[2] = 175; + /* 18:56 */waypoints[183].children[3] = 176; + /* 18:56 */waypoints[183].children[4] = 185; + /* 18:56 */waypoints[184] = spawnstruct(); + /* 18:56 */waypoints[184].origin = ( 1425.26, -1048.48, -171.534 ); + /* 18:56 */waypoints[184].type = "stand"; + /* 18:56 */waypoints[184].children[0] = 176; + /* 18:56 */waypoints[184].children[1] = 178; + /* 18:56 */waypoints[184].children[2] = 182; + /* 18:56 */waypoints[185] = spawnstruct(); + /* 18:56 */waypoints[185].origin = ( 1700.16, -705.31, -261.875 ); + /* 18:56 */waypoints[185].type = "stand"; + /* 18:56 */waypoints[185].children[0] = 175; + /* 18:56 */waypoints[185].children[1] = 14; + /* 18:56 */waypoints[185].children[2] = 183; + /* 18:56 */waypoints[185].children[3] = 186; + /* 18:56 */waypoints[186] = spawnstruct(); + /* 18:56 */waypoints[186].origin = ( 1724.64, -442.469, -265.196 ); + /* 18:56 */waypoints[186].type = "stand"; + /* 18:56 */waypoints[186].children[0] = 185; + /* 18:56 */waypoints[186].children[1] = 169; + /* 18:56 */waypoints[186].children[2] = 171; + /* 18:56 */waypoints[187] = spawnstruct(); + /* 18:56 */waypoints[187].origin = ( 1032.79, -735.409, -235.284 ); + /* 18:56 */waypoints[187].type = "stand"; + /* 18:56 */waypoints[187].children[0] = 177; + /* 18:56 */waypoints[187].children[1] = 188; + /* 18:56 */waypoints[187].children[2] = 189; + /* 18:56 */waypoints[188] = spawnstruct(); + /* 18:56 */waypoints[188].origin = ( 870.446, -703.58, -254.659 ); + /* 18:56 */waypoints[188].type = "stand"; + /* 18:56 */waypoints[188].children[0] = 187; + /* 18:56 */waypoints[188].children[1] = 190; + /* 18:56 */waypoints[188].children[2] = 275; + /* 18:56 */waypoints[189] = spawnstruct(); + /* 18:56 */waypoints[189].origin = ( 1031.69, -905.574, -229.844 ); + /* 18:56 */waypoints[189].type = "stand"; + /* 18:56 */waypoints[189].children[0] = 187; + /* 18:56 */waypoints[189].children[1] = 179; + /* 18:56 */waypoints[190] = spawnstruct(); + /* 18:56 */waypoints[190].origin = ( 854.63, -569.841, -252.347 ); + /* 18:56 */waypoints[190].type = "stand"; + /* 18:56 */waypoints[190].children[0] = 188; + /* 18:56 */waypoints[190].children[1] = 191; + /* 18:56 */waypoints[190].children[2] = 276; + /* 18:56 */waypoints[191] = spawnstruct(); + /* 18:56 */waypoints[191].origin = ( 900.117, -166.741, -250.247 ); + /* 18:56 */waypoints[191].type = "stand"; + /* 18:56 */waypoints[191].children[0] = 190; + /* 18:56 */waypoints[191].children[1] = 192; + /* 18:56 */waypoints[191].children[2] = 289; + /* 18:56 */waypoints[192] = spawnstruct(); + /* 18:56 */waypoints[192].origin = ( 909.604, -45.2948, -247.525 ); + /* 18:56 */waypoints[192].type = "stand"; + /* 18:56 */waypoints[192].children[0] = 191; + /* 18:56 */waypoints[192].children[1] = 290; + /* 18:56 */waypoints[192].children[2] = 294; + /* 18:56 */waypoints[193] = spawnstruct(); + /* 18:56 */waypoints[193].origin = ( 915.479, 156.113, -248.165 ); + /* 18:56 */waypoints[193].type = "stand"; + /* 18:56 */waypoints[193].children[0] = 194; + /* 18:56 */waypoints[193].children[1] = 294; + /* 18:56 */waypoints[193].children[2] = 287; + /* 18:56 */waypoints[194] = spawnstruct(); + /* 18:56 */waypoints[194].origin = ( 926.149, 396.66, -251.918 ); + /* 18:56 */waypoints[194].type = "stand"; + /* 18:56 */waypoints[194].children[0] = 193; + /* 18:56 */waypoints[194].children[1] = 195; + /* 18:56 */waypoints[194].children[2] = 286; + /* 18:56 */waypoints[195] = spawnstruct(); + /* 18:56 */waypoints[195].origin = ( 951.821, 590.288, -252.471 ); + /* 18:56 */waypoints[195].type = "stand"; + /* 18:56 */waypoints[195].children[0] = 194; + /* 18:56 */waypoints[195].children[1] = 196; + /* 18:56 */waypoints[196] = spawnstruct(); + /* 18:56 */waypoints[196].origin = ( 753.952, 597.342, -256.373 ); + /* 18:56 */waypoints[196].type = "stand"; + /* 18:56 */waypoints[196].children[0] = 195; + /* 18:56 */waypoints[196].children[1] = 197; + /* 18:56 */waypoints[197] = spawnstruct(); + /* 18:56 */waypoints[197].origin = ( 734.544, 918.703, -289.311 ); + /* 18:56 */waypoints[197].type = "stand"; + /* 18:56 */waypoints[197].children[0] = 196; + /* 18:56 */waypoints[197].children[1] = 198; + /* 18:56 */waypoints[197].children[2] = 222; + /* 18:56 */waypoints[198] = spawnstruct(); + /* 18:56 */waypoints[198].origin = ( 729.808, 1021.7, -297.017 ); + /* 18:56 */waypoints[198].type = "stand"; + /* 18:56 */waypoints[198].children[0] = 197; + /* 18:56 */waypoints[198].children[1] = 199; + /* 18:56 */waypoints[198].children[2] = 281; + /* 18:56 */waypoints[198].children[3] = 221; + /* 18:56 */waypoints[198].children[4] = 222; + /* 18:56 */waypoints[199] = spawnstruct(); + /* 18:56 */waypoints[199].origin = ( 719.914, 1122.65, -302.989 ); + /* 18:56 */waypoints[199].type = "stand"; + /* 18:56 */waypoints[199].children[0] = 198; + /* 18:56 */waypoints[199].children[1] = 200; + /* 18:56 */waypoints[199].children[2] = 219; + /* 18:56 */waypoints[199].children[3] = 221; + /* 18:56 */waypoints[200] = spawnstruct(); + /* 18:56 */waypoints[200].origin = ( 973.45, 1065.75, -292.909 ); + /* 18:56 */waypoints[200].type = "stand"; + /* 18:56 */waypoints[200].children[0] = 199; + /* 18:56 */waypoints[200].children[1] = 201; + /* 18:56 */waypoints[200].children[2] = 218; + /* 18:56 */waypoints[201] = spawnstruct(); + /* 18:56 */waypoints[201].origin = ( 1205.17, 1081.14, -310.373 ); + /* 18:56 */waypoints[201].type = "stand"; + /* 18:56 */waypoints[201].children[0] = 200; + /* 18:56 */waypoints[201].children[1] = 202; + /* 18:56 */waypoints[201].children[2] = 216; + /* 18:56 */waypoints[202] = spawnstruct(); + /* 18:56 */waypoints[202].origin = ( 1414.47, 1069.03, -318.04 ); + /* 18:56 */waypoints[202].type = "stand"; + /* 18:56 */waypoints[202].children[0] = 201; + /* 18:56 */waypoints[202].children[1] = 203; + /* 18:56 */waypoints[202].children[2] = 216; + /* 18:56 */waypoints[203] = spawnstruct(); + /* 18:56 */waypoints[203].origin = ( 1582.01, 1060.08, -324.907 ); + /* 18:56 */waypoints[203].type = "stand"; + /* 18:56 */waypoints[203].children[0] = 202; + /* 18:56 */waypoints[203].children[1] = 204; + /* 18:56 */waypoints[203].children[2] = 215; + /* 18:56 */waypoints[203].children[3] = 277; + /* 18:56 */waypoints[204] = spawnstruct(); + /* 18:56 */waypoints[204].origin = ( 1666.74, 1025.61, -325.748 ); + /* 18:56 */waypoints[204].type = "stand"; + /* 18:56 */waypoints[204].children[0] = 203; + /* 18:56 */waypoints[204].children[1] = 205; + /* 18:56 */waypoints[204].children[2] = 214; + /* 18:56 */waypoints[204].children[3] = 215; + /* 18:56 */waypoints[205] = spawnstruct(); + /* 18:56 */waypoints[205].origin = ( 1685.02, 797.888, -315.817 ); + /* 18:56 */waypoints[205].type = "stand"; + /* 18:56 */waypoints[205].children[0] = 204; + /* 18:56 */waypoints[205].children[1] = 206; + /* 18:56 */waypoints[205].children[2] = 213; + /* 18:56 */waypoints[206] = spawnstruct(); + /* 18:56 */waypoints[206].origin = ( 1686.59, 520.668, -295.336 ); + /* 18:56 */waypoints[206].type = "stand"; + /* 18:56 */waypoints[206].children[0] = 205; + /* 18:56 */waypoints[206].children[1] = 207; + /* 18:56 */waypoints[206].children[2] = 212; + /* 18:56 */waypoints[207] = spawnstruct(); + /* 18:56 */waypoints[207].origin = ( 1648.74, 292.549, -282.066 ); + /* 18:56 */waypoints[207].type = "stand"; + /* 18:56 */waypoints[207].children[0] = 206; + /* 18:56 */waypoints[207].children[1] = 208; + /* 18:56 */waypoints[207].children[2] = 211; + /* 18:56 */waypoints[207].children[3] = 209; + /* 18:56 */waypoints[208] = spawnstruct(); + /* 18:56 */waypoints[208].origin = ( 1622.71, 89.8692, -269.257 ); + /* 18:56 */waypoints[208].type = "stand"; + /* 18:56 */waypoints[208].children[0] = 207; + /* 18:56 */waypoints[208].children[1] = 209; + /* 18:56 */waypoints[208].children[2] = 171; + /* 18:56 */waypoints[208].children[3] = 298; + /* 18:56 */waypoints[209] = spawnstruct(); + /* 18:56 */waypoints[209].origin = ( 1538.33, 75.0393, -267.754 ); + /* 18:56 */waypoints[209].type = "stand"; + /* 18:56 */waypoints[209].children[0] = 208; + /* 18:56 */waypoints[209].children[1] = 210; + /* 18:56 */waypoints[209].children[2] = 207; + /* 18:56 */waypoints[210] = spawnstruct(); + /* 18:56 */waypoints[210].origin = ( 1516.42, -1.68591, -262.613 ); + /* 18:56 */waypoints[210].type = "stand"; + /* 18:56 */waypoints[210].children[0] = 209; + /* 18:56 */waypoints[210].children[1] = 172; + /* 18:56 */waypoints[210].children[2] = 292; + /* 18:56 */waypoints[211] = spawnstruct(); + /* 18:56 */waypoints[211].origin = ( 1766.34, 264.103, -291.229 ); + /* 18:56 */waypoints[211].type = "stand"; + /* 18:56 */waypoints[211].children[0] = 165; + /* 18:56 */waypoints[211].children[1] = 212; + /* 18:56 */waypoints[211].children[2] = 207; + /* 18:56 */waypoints[211].children[3] = 298; + /* 18:56 */waypoints[212] = spawnstruct(); + /* 18:56 */waypoints[212].origin = ( 1804.88, 575.226, -307.321 ); + /* 18:56 */waypoints[212].type = "stand"; + /* 18:56 */waypoints[212].children[0] = 211; + /* 18:56 */waypoints[212].children[1] = 213; + /* 18:56 */waypoints[212].children[2] = 206; + /* 18:56 */waypoints[213] = spawnstruct(); + /* 18:56 */waypoints[213].origin = ( 1875.98, 782.042, -321.521 ); + /* 18:56 */waypoints[213].type = "stand"; + /* 18:56 */waypoints[213].children[0] = 212; + /* 18:56 */waypoints[213].children[1] = 214; + /* 18:56 */waypoints[213].children[2] = 205; + /* 18:56 */waypoints[213].children[3] = 159; + /* 18:56 */waypoints[214] = spawnstruct(); + /* 18:56 */waypoints[214].origin = ( 1979.03, 963.285, -316.706 ); + /* 18:56 */waypoints[214].type = "stand"; + /* 18:56 */waypoints[214].children[0] = 213; + /* 18:56 */waypoints[214].children[1] = 152; + /* 18:56 */waypoints[214].children[2] = 204; + /* 18:56 */waypoints[214].children[3] = 296; + /* 18:56 */waypoints[215] = spawnstruct(); + /* 18:56 */waypoints[215].origin = ( 1634.1, 1177.89, -309.706 ); + /* 18:56 */waypoints[215].type = "stand"; + /* 18:56 */waypoints[215].children[0] = 152; + /* 18:56 */waypoints[215].children[1] = 216; + /* 18:56 */waypoints[215].children[2] = 203; + /* 18:56 */waypoints[215].children[3] = 204; + /* 18:56 */waypoints[216] = spawnstruct(); + /* 18:56 */waypoints[216].origin = ( 1350.84, 1165.12, -322.886 ); + /* 18:56 */waypoints[216].type = "stand"; + /* 18:56 */waypoints[216].children[0] = 215; + /* 18:56 */waypoints[216].children[1] = 217; + /* 18:56 */waypoints[216].children[2] = 201; + /* 18:56 */waypoints[216].children[3] = 218; + /* 18:56 */waypoints[216].children[4] = 202; + /* 18:56 */waypoints[217] = spawnstruct(); + /* 18:56 */waypoints[217].origin = ( 1298.87, 1329.65, -313.04 ); + /* 18:56 */waypoints[217].type = "stand"; + /* 18:56 */waypoints[217].children[0] = 216; + /* 18:56 */waypoints[217].children[1] = 218; + /* 18:56 */waypoints[217].children[2] = 115; + /* 18:56 */waypoints[217].children[3] = 116; + /* 18:56 */waypoints[218] = spawnstruct(); + /* 18:56 */waypoints[218].origin = ( 1068.38, 1334.47, -300.923 ); + /* 18:56 */waypoints[218].type = "stand"; + /* 18:56 */waypoints[218].children[0] = 217; + /* 18:56 */waypoints[218].children[1] = 219; + /* 18:56 */waypoints[218].children[2] = 200; + /* 18:56 */waypoints[218].children[3] = 216; + /* 18:56 */waypoints[219] = spawnstruct(); + /* 18:56 */waypoints[219].origin = ( 791.214, 1329.51, -295.251 ); + /* 18:56 */waypoints[219].type = "stand"; + /* 18:56 */waypoints[219].children[0] = 218; + /* 18:56 */waypoints[219].children[1] = 220; + /* 18:56 */waypoints[219].children[2] = 199; + /* 18:56 */waypoints[220] = spawnstruct(); + /* 18:56 */waypoints[220].origin = ( 510.577, 1333.03, -295.03 ); + /* 18:56 */waypoints[220].type = "stand"; + /* 18:56 */waypoints[220].children[0] = 219; + /* 18:56 */waypoints[220].children[1] = 221; + /* 18:56 */waypoints[221] = spawnstruct(); + /* 18:56 */waypoints[221].origin = ( 494.888, 1091.24, -287.55 ); + /* 18:56 */waypoints[221].type = "stand"; + /* 18:56 */waypoints[221].children[0] = 220; + /* 18:56 */waypoints[221].children[1] = 222; + /* 18:56 */waypoints[221].children[2] = 198; + /* 18:56 */waypoints[221].children[3] = 199; + /* 18:56 */waypoints[222] = spawnstruct(); + /* 18:56 */waypoints[222].origin = ( 507.589, 832.285, -271.732 ); + /* 18:56 */waypoints[222].type = "stand"; + /* 18:56 */waypoints[222].children[0] = 221; + /* 18:56 */waypoints[222].children[1] = 223; + /* 18:56 */waypoints[222].children[2] = 198; + /* 18:56 */waypoints[222].children[3] = 197; + /* 18:56 */waypoints[223] = spawnstruct(); + /* 18:56 */waypoints[223].origin = ( 468.377, 670.431, -251.636 ); + /* 18:56 */waypoints[223].type = "stand"; + /* 18:56 */waypoints[223].children[0] = 222; + /* 18:56 */waypoints[223].children[1] = 224; + /* 18:56 */waypoints[223].children[2] = 285; + /* 18:56 */waypoints[224] = spawnstruct(); + /* 18:56 */waypoints[224].origin = ( 424.74, 550.799, -255.875 ); + /* 18:56 */waypoints[224].type = "stand"; + /* 18:56 */waypoints[224].children[0] = 223; + /* 18:56 */waypoints[224].children[1] = 225; + /* 18:56 */waypoints[224].children[2] = 263; + /* 18:56 */waypoints[225] = spawnstruct(); + /* 18:56 */waypoints[225].origin = ( 174.547, 524.106, -253.966 ); + /* 18:56 */waypoints[225].type = "stand"; + /* 18:56 */waypoints[225].children[0] = 224; + /* 18:56 */waypoints[225].children[1] = 226; + /* 18:56 */waypoints[225].children[2] = 96; + /* 18:56 */waypoints[225].children[3] = 227; + /* 18:56 */waypoints[225].children[4] = 263; + /* 18:56 */waypoints[226] = spawnstruct(); + /* 18:56 */waypoints[226].origin = ( -117.786, 614.677, -247.875 ); + /* 18:56 */waypoints[226].type = "stand"; + /* 18:56 */waypoints[226].children[0] = 225; + /* 18:56 */waypoints[226].children[1] = 96; + /* 18:56 */waypoints[227] = spawnstruct(); + /* 18:56 */waypoints[227].origin = ( 157.621, 354.722, -235.891 ); + /* 18:56 */waypoints[227].type = "stand"; + /* 18:56 */waypoints[227].children[0] = 225; + /* 18:56 */waypoints[227].children[1] = 228; + /* 18:56 */waypoints[227].children[2] = 238; + /* 18:56 */waypoints[227].children[3] = 239; + /* 18:56 */waypoints[228] = spawnstruct(); + /* 18:56 */waypoints[228].origin = ( 312.368, 344.116, -242.032 ); + /* 18:56 */waypoints[228].type = "stand"; + /* 18:56 */waypoints[228].children[0] = 227; + /* 18:56 */waypoints[228].children[1] = 229; + /* 18:56 */waypoints[229] = spawnstruct(); + /* 18:56 */waypoints[229].origin = ( 294.331, 158.3, -240.115 ); + /* 18:56 */waypoints[229].type = "stand"; + /* 18:56 */waypoints[229].children[0] = 228; + /* 18:56 */waypoints[229].children[1] = 230; + /* 18:56 */waypoints[229].children[2] = 239; + /* 18:56 */waypoints[230] = spawnstruct(); + /* 18:56 */waypoints[230].origin = ( 308.882, -72.7591, -242.979 ); + /* 18:56 */waypoints[230].type = "stand"; + /* 18:56 */waypoints[230].children[0] = 229; + /* 18:56 */waypoints[230].children[1] = 231; + /* 18:56 */waypoints[230].children[2] = 239; + /* 18:56 */waypoints[230].children[3] = 240; + /* 18:56 */waypoints[231] = spawnstruct(); + /* 18:56 */waypoints[231].origin = ( 277.868, -331.096, -239.973 ); + /* 18:56 */waypoints[231].type = "stand"; + /* 18:56 */waypoints[231].children[0] = 230; + /* 18:56 */waypoints[231].children[1] = 232; + /* 18:56 */waypoints[231].children[2] = 269; + /* 18:56 */waypoints[231].children[3] = 295; + /* 18:56 */waypoints[232] = spawnstruct(); + /* 18:56 */waypoints[232].origin = ( 134.627, -323.045, -239.116 ); + /* 18:56 */waypoints[232].type = "stand"; + /* 18:56 */waypoints[232].children[0] = 231; + /* 18:56 */waypoints[232].children[1] = 233; + /* 18:56 */waypoints[232].children[2] = 240; + /* 18:56 */waypoints[232].children[3] = 241; + /* 18:56 */waypoints[233] = spawnstruct(); + /* 18:56 */waypoints[233].origin = ( -10.3689, -314.723, -237.549 ); + /* 18:56 */waypoints[233].type = "stand"; + /* 18:56 */waypoints[233].children[0] = 232; + /* 18:56 */waypoints[233].children[1] = 234; + /* 18:56 */waypoints[234] = spawnstruct(); + /* 18:56 */waypoints[234].origin = ( -50.2392, -181.491, -239.875 ); + /* 18:56 */waypoints[234].type = "stand"; + /* 18:56 */waypoints[234].children[0] = 233; + /* 18:56 */waypoints[234].children[1] = 235; + /* 18:56 */waypoints[235] = spawnstruct(); + /* 18:56 */waypoints[235].origin = ( 0.935556, -75.2253, -242.074 ); + /* 18:56 */waypoints[235].type = "stand"; + /* 18:56 */waypoints[235].children[0] = 234; + /* 18:56 */waypoints[235].children[1] = 236; + /* 18:56 */waypoints[235].children[2] = 240; + /* 18:56 */waypoints[236] = spawnstruct(); + /* 18:56 */waypoints[236].origin = ( -11.8643, 55.5484, -241.013 ); + /* 18:56 */waypoints[236].type = "stand"; + /* 18:56 */waypoints[236].children[0] = 235; + /* 18:56 */waypoints[236].children[1] = 237; + /* 18:56 */waypoints[236].children[2] = 239; + /* 18:56 */waypoints[236].children[3] = 247; + /* 18:56 */waypoints[237] = spawnstruct(); + /* 18:56 */waypoints[237].origin = ( -19.1874, 149.886, -238.739 ); + /* 18:56 */waypoints[237].type = "stand"; + /* 18:56 */waypoints[237].children[0] = 236; + /* 18:56 */waypoints[237].children[1] = 238; + /* 18:56 */waypoints[238] = spawnstruct(); + /* 18:56 */waypoints[238].origin = ( -33.061, 351.001, -241.096 ); + /* 18:56 */waypoints[238].type = "stand"; + /* 18:56 */waypoints[238].children[0] = 237; + /* 18:56 */waypoints[238].children[1] = 227; + /* 18:56 */waypoints[239] = spawnstruct(); + /* 18:56 */waypoints[239].origin = ( 148.113, 114.511, -237.292 ); + /* 18:56 */waypoints[239].type = "stand"; + /* 18:56 */waypoints[239].children[0] = 227; + /* 18:56 */waypoints[239].children[1] = 236; + /* 18:56 */waypoints[239].children[2] = 229; + /* 18:56 */waypoints[239].children[3] = 230; + /* 18:56 */waypoints[240] = spawnstruct(); + /* 18:56 */waypoints[240].origin = ( 125.04, -155.824, -236.59 ); + /* 18:56 */waypoints[240].type = "stand"; + /* 18:56 */waypoints[240].children[0] = 230; + /* 18:56 */waypoints[240].children[1] = 235; + /* 18:56 */waypoints[240].children[2] = 232; + /* 18:56 */waypoints[241] = spawnstruct(); + /* 18:56 */waypoints[241].origin = ( 136.942, -529.192, -251.079 ); + /* 18:56 */waypoints[241].type = "stand"; + /* 18:56 */waypoints[241].children[0] = 232; + /* 18:56 */waypoints[241].children[1] = 242; + /* 18:56 */waypoints[241].children[2] = 270; + /* 18:56 */waypoints[241].children[3] = 295; + /* 18:56 */waypoints[242] = spawnstruct(); + /* 18:56 */waypoints[242].origin = ( -165.401, -604.734, -250.673 ); + /* 18:56 */waypoints[242].type = "stand"; + /* 18:56 */waypoints[242].children[0] = 241; + /* 18:56 */waypoints[242].children[1] = 243; + /* 18:56 */waypoints[242].children[2] = 245; + /* 18:56 */waypoints[243] = spawnstruct(); + /* 18:56 */waypoints[243].origin = ( -177.203, -994.666, -248.437 ); + /* 18:56 */waypoints[243].type = "stand"; + /* 18:56 */waypoints[243].children[0] = 242; + /* 18:56 */waypoints[243].children[1] = 244; + /* 18:56 */waypoints[244] = spawnstruct(); + /* 18:56 */waypoints[244].origin = ( -229.398, -1116.48, -246.227 ); + /* 18:56 */waypoints[244].type = "stand"; + /* 18:56 */waypoints[244].children[0] = 243; + /* 18:56 */waypoints[244].children[1] = 1; + /* 18:56 */waypoints[245] = spawnstruct(); + /* 18:56 */waypoints[245].origin = ( -398.399, -423.908, -247.856 ); + /* 18:56 */waypoints[245].type = "stand"; + /* 18:56 */waypoints[245].children[0] = 242; + /* 18:56 */waypoints[245].children[1] = 246; + /* 18:56 */waypoints[245].children[2] = 251; + /* 18:56 */waypoints[245].children[3] = 76; + /* 18:56 */waypoints[245].children[4] = 252; + /* 18:56 */waypoints[246] = spawnstruct(); + /* 18:56 */waypoints[246].origin = ( -168.626, -304.264, -255.876 ); + /* 18:56 */waypoints[246].type = "stand"; + /* 18:56 */waypoints[246].children[0] = 245; + /* 18:56 */waypoints[246].children[1] = 247; + /* 18:56 */waypoints[247] = spawnstruct(); + /* 18:56 */waypoints[247].origin = ( -135.011, 70.0505, -245.213 ); + /* 18:56 */waypoints[247].type = "stand"; + /* 18:56 */waypoints[247].children[0] = 246; + /* 18:56 */waypoints[247].children[1] = 248; + /* 18:56 */waypoints[247].children[2] = 250; + /* 18:56 */waypoints[247].children[3] = 236; + /* 18:56 */waypoints[248] = spawnstruct(); + /* 18:56 */waypoints[248].origin = ( -134.704, 272.319, -255.875 ); + /* 18:56 */waypoints[248].type = "stand"; + /* 18:56 */waypoints[248].children[0] = 247; + /* 18:56 */waypoints[248].children[1] = 96; + /* 18:56 */waypoints[248].children[2] = 249; + /* 18:56 */waypoints[249] = spawnstruct(); + /* 18:56 */waypoints[249].origin = ( -388.954, 303.326, -255.875 ); + /* 18:56 */waypoints[249].type = "stand"; + /* 18:56 */waypoints[249].children[0] = 248; + /* 18:56 */waypoints[249].children[1] = 250; + /* 18:56 */waypoints[249].children[2] = 94; + /* 18:56 */waypoints[249].children[3] = 95; + /* 18:56 */waypoints[250] = spawnstruct(); + /* 18:56 */waypoints[250].origin = ( -494.84, 84.6335, -255.875 ); + /* 18:56 */waypoints[250].type = "stand"; + /* 18:56 */waypoints[250].children[0] = 249; + /* 18:56 */waypoints[250].children[1] = 74; + /* 18:56 */waypoints[250].children[2] = 247; + /* 18:56 */waypoints[250].children[3] = 251; + /* 18:56 */waypoints[251] = spawnstruct(); + /* 18:56 */waypoints[251].origin = ( -459.038, -165.565, -247.821 ); + /* 18:56 */waypoints[251].type = "stand"; + /* 18:56 */waypoints[251].children[0] = 250; + /* 18:56 */waypoints[251].children[1] = 75; + /* 18:56 */waypoints[251].children[2] = 245; + /* 18:56 */waypoints[251].children[3] = 76; + /* 18:56 */waypoints[252] = spawnstruct(); + /* 18:56 */waypoints[252].origin = ( -741.565, -550.512, -198.242 ); + /* 18:56 */waypoints[252].type = "stand"; + /* 18:56 */waypoints[252].children[0] = 245; + /* 18:56 */waypoints[252].children[1] = 77; + /* 18:56 */waypoints[252].children[2] = 253; + /* 18:56 */waypoints[252].children[3] = 76; + /* 18:56 */waypoints[252].children[4] = 78; + /* 18:56 */waypoints[253] = spawnstruct(); + /* 18:56 */waypoints[253].origin = ( -744.152, -647.312, -188.549 ); + /* 18:56 */waypoints[253].type = "stand"; + /* 18:56 */waypoints[253].children[0] = 252; + /* 18:56 */waypoints[253].children[1] = 254; + /* 18:56 */waypoints[253].children[2] = 257; + /* 18:56 */waypoints[254] = spawnstruct(); + /* 18:56 */waypoints[254].origin = ( -568.478, -665.594, -185.875 ); + /* 18:56 */waypoints[254].type = "stand"; + /* 18:56 */waypoints[254].children[0] = 253; + /* 18:56 */waypoints[254].children[1] = 255; + /* 18:56 */waypoints[255] = spawnstruct(); + /* 18:56 */waypoints[255].origin = ( -593.253, -977.123, -198.702 ); + /* 18:56 */waypoints[255].type = "stand"; + /* 18:56 */waypoints[255].children[0] = 254; + /* 18:56 */waypoints[255].children[1] = 256; + /* 18:56 */waypoints[256] = spawnstruct(); + /* 18:56 */waypoints[256].origin = ( -750.662, -948.879, -189.477 ); + /* 18:56 */waypoints[256].type = "stand"; + /* 18:56 */waypoints[256].children[0] = 255; + /* 18:56 */waypoints[256].children[1] = 0; + /* 18:56 */waypoints[256].children[2] = 257; + /* 18:56 */waypoints[257] = spawnstruct(); + /* 18:56 */waypoints[257].origin = ( -904.198, -821.719, -188.53 ); + /* 18:56 */waypoints[257].type = "stand"; + /* 18:56 */waypoints[257].children[0] = 256; + /* 18:56 */waypoints[257].children[1] = 253; + /* 18:56 */waypoints[257].children[2] = 84; + /* 18:56 */waypoints[257].children[3] = 82; + /* 18:56 */waypoints[257].children[4] = 85; + /* 18:56 */waypoints[258] = spawnstruct(); + /* 18:56 */waypoints[258].origin = ( -989.339, -1208.93, -186.875 ); + /* 18:56 */waypoints[258].type = "stand"; + /* 18:56 */waypoints[258].children[0] = 85; + /* 18:56 */waypoints[258].children[1] = 259; + /* 18:56 */waypoints[259] = spawnstruct(); + /* 18:56 */waypoints[259].origin = ( -1197.17, -1105.44, -186.875 ); + /* 18:56 */waypoints[259].type = "stand"; + /* 18:56 */waypoints[259].children[0] = 258; + /* 18:56 */waypoints[259].children[1] = 260; + /* 18:56 */waypoints[260] = spawnstruct(); + /* 18:56 */waypoints[260].origin = ( -1400.84, -877.355, -186.875 ); + /* 18:56 */waypoints[260].type = "stand"; + /* 18:56 */waypoints[260].children[0] = 259; + /* 18:56 */waypoints[260].children[1] = 261; + /* 18:56 */waypoints[261] = spawnstruct(); + /* 18:56 */waypoints[261].origin = ( -1504.08, -693.32, -186.875 ); + /* 18:56 */waypoints[261].type = "stand"; + /* 18:56 */waypoints[261].children[0] = 260; + /* 18:56 */waypoints[261].children[1] = 262; + /* 18:56 */waypoints[262] = spawnstruct(); + /* 18:56 */waypoints[262].origin = ( -1539.07, -554.176, -186.875 ); + /* 18:56 */waypoints[262].type = "stand"; + /* 18:56 */waypoints[262].children[0] = 261; + /* 18:56 */waypoints[262].children[1] = 80; + /* 18:56 */waypoints[263] = spawnstruct(); + /* 18:56 */waypoints[263].origin = ( 436.517, 444.047, -255.875 ); + /* 18:56 */waypoints[263].type = "stand"; + /* 18:56 */waypoints[263].children[0] = 224; + /* 18:56 */waypoints[263].children[1] = 264; + /* 18:56 */waypoints[263].children[2] = 225; + /* 18:56 */waypoints[263].children[3] = 285; + /* 18:56 */waypoints[264] = spawnstruct(); + /* 18:56 */waypoints[264].origin = ( 415.002, 313.739, -255.875 ); + /* 18:56 */waypoints[264].type = "stand"; + /* 18:56 */waypoints[264].children[0] = 263; + /* 18:56 */waypoints[264].children[1] = 265; + /* 18:56 */waypoints[264].children[2] = 287; + /* 18:56 */waypoints[265] = spawnstruct(); + /* 18:56 */waypoints[265].origin = ( 375.126, 85.7012, -255.875 ); + /* 18:56 */waypoints[265].type = "stand"; + /* 18:56 */waypoints[265].children[0] = 264; + /* 18:56 */waypoints[265].children[1] = 266; + /* 18:56 */waypoints[265].children[2] = 288; + /* 18:56 */waypoints[266] = spawnstruct(); + /* 18:56 */waypoints[266].origin = ( 375.125, -30.6871, -255.832 ); + /* 18:56 */waypoints[266].type = "stand"; + /* 18:56 */waypoints[266].children[0] = 265; + /* 18:56 */waypoints[266].children[1] = 267; + /* 18:56 */waypoints[267] = spawnstruct(); + /* 18:56 */waypoints[267].origin = ( 602.014, -78.0843, -255.875 ); + /* 18:56 */waypoints[267].type = "stand"; + /* 18:56 */waypoints[267].children[0] = 266; + /* 18:56 */waypoints[267].children[1] = 268; + /* 18:56 */waypoints[267].children[2] = 289; + /* 18:56 */waypoints[267].children[3] = 288; + /* 18:56 */waypoints[268] = spawnstruct(); + /* 18:56 */waypoints[268].origin = ( 585.573, -302.006, -255.683 ); + /* 18:56 */waypoints[268].type = "stand"; + /* 18:56 */waypoints[268].children[0] = 267; + /* 18:56 */waypoints[268].children[1] = 269; + /* 18:56 */waypoints[268].children[2] = 276; + /* 18:56 */waypoints[268].children[3] = 270; + /* 18:56 */waypoints[268].children[4] = 289; + /* 18:56 */waypoints[269] = spawnstruct(); + /* 18:56 */waypoints[269].origin = ( 424.042, -331.743, -246.746 ); + /* 18:56 */waypoints[269].type = "stand"; + /* 18:56 */waypoints[269].children[0] = 268; + /* 18:56 */waypoints[269].children[1] = 270; + /* 18:56 */waypoints[269].children[2] = 231; + /* 18:56 */waypoints[270] = spawnstruct(); + /* 18:56 */waypoints[270].origin = ( 416.542, -513.727, -253.684 ); + /* 18:56 */waypoints[270].type = "stand"; + /* 18:56 */waypoints[270].children[0] = 269; + /* 18:56 */waypoints[270].children[1] = 271; + /* 18:56 */waypoints[270].children[2] = 268; + /* 18:56 */waypoints[270].children[3] = 241; + /* 18:56 */waypoints[270].children[4] = 295; + /* 18:56 */waypoints[271] = spawnstruct(); + /* 18:56 */waypoints[271].origin = ( 439.192, -624.064, -251.163 ); + /* 18:56 */waypoints[271].type = "stand"; + /* 18:56 */waypoints[271].children[0] = 270; + /* 18:56 */waypoints[271].children[1] = 272; + /* 18:56 */waypoints[272] = spawnstruct(); + /* 18:56 */waypoints[272].origin = ( 534.631, -700.85, -253.353 ); + /* 18:56 */waypoints[272].type = "stand"; + /* 18:56 */waypoints[272].children[0] = 271; + /* 18:56 */waypoints[272].children[1] = 273; + /* 18:56 */waypoints[272].children[2] = 275; + /* 18:56 */waypoints[273] = spawnstruct(); + /* 18:56 */waypoints[273].origin = ( 511.724, -953.623, -247.875 ); + /* 18:56 */waypoints[273].type = "stand"; + /* 18:56 */waypoints[273].children[0] = 272; + /* 18:56 */waypoints[273].children[1] = 274; + /* 18:56 */waypoints[274] = spawnstruct(); + /* 18:56 */waypoints[274].origin = ( 497.711, -1245.55, -245.875 ); + /* 18:56 */waypoints[274].type = "stand"; + /* 18:56 */waypoints[274].children[0] = 273; + /* 18:56 */waypoints[274].children[1] = 5; + /* 18:56 */waypoints[275] = spawnstruct(); + /* 18:56 */waypoints[275].origin = ( 668.345, -728.184, -254.239 ); + /* 18:56 */waypoints[275].type = "stand"; + /* 18:56 */waypoints[275].children[0] = 272; + /* 18:56 */waypoints[275].children[1] = 276; + /* 18:56 */waypoints[275].children[2] = 188; + /* 18:56 */waypoints[276] = spawnstruct(); + /* 18:56 */waypoints[276].origin = ( 771.705, -541.797, -256.201 ); + /* 18:56 */waypoints[276].type = "stand"; + /* 18:56 */waypoints[276].children[0] = 275; + /* 18:56 */waypoints[276].children[1] = 190; + /* 18:56 */waypoints[276].children[2] = 268; + /* 18:56 */waypoints[277] = spawnstruct(); + /* 18:56 */waypoints[277].origin = ( 1578.71, 628.26, -131.875 ); + /* 18:56 */waypoints[277].type = "stand"; + /* 18:56 */waypoints[277].children[0] = 203; + /* 18:56 */waypoints[277].children[1] = 278; + /* 18:56 */waypoints[278] = spawnstruct(); + /* 18:56 */waypoints[278].origin = ( 1482.13, 639.563, -122.013 ); + /* 18:56 */waypoints[278].type = "stand"; + /* 18:56 */waypoints[278].children[0] = 277; + /* 18:56 */waypoints[278].children[1] = 279; + /* 18:56 */waypoints[278].children[2] = 284; + /* 18:56 */waypoints[279] = spawnstruct(); + /* 18:56 */waypoints[279].origin = ( 1473.26, 891.035, -125.906 ); + /* 18:56 */waypoints[279].type = "stand"; + /* 18:56 */waypoints[279].children[0] = 278; + /* 18:56 */waypoints[279].children[1] = 280; + /* 18:56 */waypoints[280] = spawnstruct(); + /* 18:56 */waypoints[280].origin = ( 1171.95, 898.451, -125.51 ); + /* 18:56 */waypoints[280].type = "stand"; + /* 18:56 */waypoints[280].children[0] = 279; + /* 18:56 */waypoints[280].children[1] = 281; + /* 18:56 */waypoints[280].children[2] = 282; + /* 18:56 */waypoints[280].children[3] = 284; + /* 18:56 */waypoints[281] = spawnstruct(); + /* 18:56 */waypoints[281].origin = ( 1175.18, 1011.51, -131.875 ); + /* 18:56 */waypoints[281].type = "stand"; + /* 18:56 */waypoints[281].children[0] = 280; + /* 18:56 */waypoints[281].children[1] = 198; + /* 18:56 */waypoints[282] = spawnstruct(); + /* 18:56 */waypoints[282].origin = ( 883.017, 891.378, -125.855 ); + /* 18:56 */waypoints[282].type = "stand"; + /* 18:56 */waypoints[282].children[0] = 280; + /* 18:56 */waypoints[282].children[1] = 283; + /* 18:56 */waypoints[283] = spawnstruct(); + /* 18:56 */waypoints[283].origin = ( 882.807, 701.321, -125.091 ); + /* 18:56 */waypoints[283].type = "stand"; + /* 18:56 */waypoints[283].children[0] = 282; + /* 18:56 */waypoints[283].children[1] = 284; + /* 18:56 */waypoints[284] = spawnstruct(); + /* 18:56 */waypoints[284].origin = ( 1175.51, 703.746, -126.3 ); + /* 18:56 */waypoints[284].type = "stand"; + /* 18:56 */waypoints[284].children[0] = 283; + /* 18:56 */waypoints[284].children[1] = 280; + /* 18:56 */waypoints[284].children[2] = 278; + /* 18:56 */waypoints[285] = spawnstruct(); + /* 18:56 */waypoints[285].origin = ( 648.909, 514.343, -255.875 ); + /* 18:56 */waypoints[285].type = "stand"; + /* 18:56 */waypoints[285].children[0] = 223; + /* 18:56 */waypoints[285].children[1] = 263; + /* 18:56 */waypoints[285].children[2] = 286; + /* 18:56 */waypoints[286] = spawnstruct(); + /* 18:56 */waypoints[286].origin = ( 755.502, 387.613, -255.875 ); + /* 18:56 */waypoints[286].type = "stand"; + /* 18:56 */waypoints[286].children[0] = 285; + /* 18:56 */waypoints[286].children[1] = 287; + /* 18:56 */waypoints[286].children[2] = 194; + /* 18:56 */waypoints[287] = spawnstruct(); + /* 18:56 */waypoints[287].origin = ( 700.625, 261.888, -255.875 ); + /* 18:56 */waypoints[287].type = "stand"; + /* 18:56 */waypoints[287].children[0] = 286; + /* 18:56 */waypoints[287].children[1] = 288; + /* 18:56 */waypoints[287].children[2] = 193; + /* 18:56 */waypoints[287].children[3] = 264; + /* 18:56 */waypoints[288] = spawnstruct(); + /* 18:56 */waypoints[288].origin = ( 644.734, 51.6368, -255.875 ); + /* 18:56 */waypoints[288].type = "stand"; + /* 18:56 */waypoints[288].children[0] = 287; + /* 18:56 */waypoints[288].children[1] = 289; + /* 18:56 */waypoints[288].children[2] = 265; + /* 18:56 */waypoints[288].children[3] = 267; + /* 18:56 */waypoints[289] = spawnstruct(); + /* 18:56 */waypoints[289].origin = ( 716.065, -151.716, -256.181 ); + /* 18:56 */waypoints[289].type = "stand"; + /* 18:56 */waypoints[289].children[0] = 288; + /* 18:56 */waypoints[289].children[1] = 267; + /* 18:56 */waypoints[289].children[2] = 268; + /* 18:56 */waypoints[289].children[3] = 191; + /* 18:56 */waypoints[290] = spawnstruct(); + /* 18:56 */waypoints[290].origin = ( 1162.23, -67.3131, -235.875 ); + /* 18:56 */waypoints[290].type = "stand"; + /* 18:56 */waypoints[290].children[0] = 192; + /* 18:56 */waypoints[290].children[1] = 291; + /* 18:56 */waypoints[290].children[2] = 293; + /* 18:56 */waypoints[291] = spawnstruct(); + /* 18:56 */waypoints[291].origin = ( 1382.64, -86.2095, -235.875 ); + /* 18:56 */waypoints[291].type = "stand"; + /* 18:56 */waypoints[291].children[0] = 290; + /* 18:56 */waypoints[291].children[1] = 172; + /* 18:56 */waypoints[291].children[2] = 292; + /* 18:56 */waypoints[292] = spawnstruct(); + /* 18:56 */waypoints[292].origin = ( 1362.51, 13.5945, -235.875 ); + /* 18:56 */waypoints[292].type = "stand"; + /* 18:56 */waypoints[292].children[0] = 210; + /* 18:56 */waypoints[292].children[1] = 293; + /* 18:56 */waypoints[292].children[2] = 291; + /* 18:56 */waypoints[293] = spawnstruct(); + /* 18:56 */waypoints[293].origin = ( 1148.61, 30.1801, -235.875 ); + /* 18:56 */waypoints[293].type = "stand"; + /* 18:56 */waypoints[293].children[0] = 292; + /* 18:56 */waypoints[293].children[1] = 294; + /* 18:56 */waypoints[293].children[2] = 290; + /* 18:56 */waypoints[294] = spawnstruct(); + /* 18:56 */waypoints[294].origin = ( 919.068, 40.7737, -247.317 ); + /* 18:56 */waypoints[294].type = "stand"; + /* 18:56 */waypoints[294].children[0] = 293; + /* 18:56 */waypoints[294].children[1] = 192; + /* 18:56 */waypoints[294].children[2] = 193; + /* 18:56 */waypoints[295] = spawnstruct(); + /* 18:56 */waypoints[295].origin = ( 275.755, -495.776, -248.899 ); + /* 18:56 */waypoints[295].type = "stand"; + /* 18:56 */waypoints[295].children[0] = 231; + /* 18:56 */waypoints[295].children[1] = 241; + /* 18:56 */waypoints[295].children[2] = 270; + /* 18:56 */waypoints[296] = spawnstruct(); + /* 18:56 */waypoints[296].origin = ( 2313.7, 973.207, -322.051 ); + /* 18:56 */waypoints[296].type = "stand"; + /* 18:56 */waypoints[296].children[0] = 214; + /* 18:56 */waypoints[296].children[1] = 153; + /* 18:56 */waypoints[296].children[2] = 157; + /* 18:56 */waypoints[296].children[3] = 297; + /* 18:56 */waypoints[297] = spawnstruct(); + /* 18:56 */waypoints[297].origin = ( 2535.68, 966.041, -318.952 ); + /* 18:56 */waypoints[297].type = "stand"; + /* 18:56 */waypoints[297].children[0] = 296; + /* 18:56 */waypoints[297].children[1] = 154; + /* 18:56 */waypoints[297].children[2] = 156; + /* 18:56 */waypoints[298] = spawnstruct(); + /* 18:56 */waypoints[298].origin = ( 1705.14, 88.4325, -273.048 ); + /* 18:56 */waypoints[298].type = "stand"; + /* 18:56 */waypoints[298].children[0] = 171; + /* 18:56 */waypoints[298].children[1] = 211; + /* 18:56 */waypoints[298].children[2] = 208; + /* 18:56 */return waypoints; +} diff --git a/raw/scripts/mp/mp_meteora/wps_sanctuary.gsc b/raw/scripts/mp/mp_meteora/wps_sanctuary.gsc new file mode 100644 index 0000000..f7c5197 --- /dev/null +++ b/raw/scripts/mp/mp_meteora/wps_sanctuary.gsc @@ -0,0 +1,1985 @@ +main() +{ + level.waypoints = Sanctuary(); +} + +Sanctuary() +{ + /* 2:03 */waypoints = []; + /* 2:03 */waypoints[0] = spawnstruct(); + /* 2:03 */waypoints[0].origin = ( 1554.97, -286.49, 1576.04 ); + /* 2:03 */waypoints[0].type = "stand"; + /* 2:03 */waypoints[0].children[0] = 1; + /* 2:03 */waypoints[0].children[1] = 121; + /* 2:03 */waypoints[1] = spawnstruct(); + /* 2:03 */waypoints[1].origin = ( 1054.15, -293.807, 1595.13 ); + /* 2:03 */waypoints[1].type = "stand"; + /* 2:03 */waypoints[1].children[0] = 0; + /* 2:03 */waypoints[1].children[1] = 4; + /* 2:03 */waypoints[1].children[2] = 5; + /* 2:03 */waypoints[1].children[3] = 308; + /* 2:03 */waypoints[2] = spawnstruct(); + /* 2:03 */waypoints[2].origin = ( 735.662, -515.43, 1600.9 ); + /* 2:03 */waypoints[2].type = "stand"; + /* 2:03 */waypoints[2].children[0] = 3; + /* 2:03 */waypoints[2].children[1] = 308; + /* 2:03 */waypoints[2].children[2] = 125; + /* 2:03 */waypoints[3] = spawnstruct(); + /* 2:03 */waypoints[3].origin = ( 733.012, -305.096, 1599.45 ); + /* 2:03 */waypoints[3].type = "stand"; + /* 2:03 */waypoints[3].children[0] = 2; + /* 2:03 */waypoints[3].children[1] = 4; + /* 2:03 */waypoints[3].children[2] = 5; + /* 2:03 */waypoints[3].children[3] = 124; + /* 2:03 */waypoints[3].children[4] = 209; + /* 2:03 */waypoints[3].children[5] = 123; + /* 2:03 */waypoints[3].children[6] = 271; + /* 2:03 */waypoints[4] = spawnstruct(); + /* 2:03 */waypoints[4].origin = ( 1092.98, -164.659, 1594.34 ); + /* 2:03 */waypoints[4].type = "stand"; + /* 2:03 */waypoints[4].children[0] = 3; + /* 2:03 */waypoints[4].children[1] = 1; + /* 2:03 */waypoints[4].children[2] = 5; + /* 2:03 */waypoints[4].children[3] = 295; + /* 2:03 */waypoints[4].children[4] = 214; + /* 2:03 */waypoints[5] = spawnstruct(); + /* 2:03 */waypoints[5].origin = ( 822.257, -92.112, 1599.01 ); + /* 2:03 */waypoints[5].type = "stand"; + /* 2:03 */waypoints[5].children[0] = 1; + /* 2:03 */waypoints[5].children[1] = 4; + /* 2:03 */waypoints[5].children[2] = 3; + /* 2:03 */waypoints[5].children[3] = 6; + /* 2:03 */waypoints[5].children[4] = 296; + /* 2:03 */waypoints[5].children[5] = 123; + /* 2:03 */waypoints[6] = spawnstruct(); + /* 2:03 */waypoints[6].origin = ( 698.146, 122.167, 1597.95 ); + /* 2:03 */waypoints[6].type = "stand"; + /* 2:03 */waypoints[6].children[0] = 5; + /* 2:03 */waypoints[6].children[1] = 7; + /* 2:03 */waypoints[6].children[2] = 270; + /* 2:03 */waypoints[6].children[3] = 297; + /* 2:03 */waypoints[7] = spawnstruct(); + /* 2:03 */waypoints[7].origin = ( 464.022, 412.007, 1599.46 ); + /* 2:03 */waypoints[7].type = "stand"; + /* 2:03 */waypoints[7].children[0] = 6; + /* 2:03 */waypoints[7].children[1] = 8; + /* 2:03 */waypoints[7].children[2] = 207; + /* 2:03 */waypoints[7].children[3] = 208; + /* 2:03 */waypoints[7].children[4] = 298; + /* 2:03 */waypoints[8] = spawnstruct(); + /* 2:03 */waypoints[8].origin = ( 413.423, 656.901, 1606.13 ); + /* 2:03 */waypoints[8].type = "stand"; + /* 2:03 */waypoints[8].children[0] = 7; + /* 2:03 */waypoints[8].children[1] = 9; + /* 2:03 */waypoints[8].children[2] = 207; + /* 2:03 */waypoints[8].children[3] = 270; + /* 2:03 */waypoints[9] = spawnstruct(); + /* 2:03 */waypoints[9].origin = ( 427.219, 765.531, 1606.13 ); + /* 2:03 */waypoints[9].type = "stand"; + /* 2:03 */waypoints[9].children[0] = 8; + /* 2:03 */waypoints[9].children[1] = 10; + /* 2:03 */waypoints[9].children[2] = 241; + /* 2:03 */waypoints[9].children[3] = 180; + /* 2:03 */waypoints[9].children[4] = 306; + /* 2:03 */waypoints[10] = spawnstruct(); + /* 2:03 */waypoints[10].origin = ( 224.557, 765.294, 1600.13 ); + /* 2:03 */waypoints[10].type = "stand"; + /* 2:03 */waypoints[10].children[0] = 9; + /* 2:03 */waypoints[10].children[1] = 11; + /* 2:03 */waypoints[11] = spawnstruct(); + /* 2:03 */waypoints[11].origin = ( -94.8674, 764.993, 1600.13 ); + /* 2:03 */waypoints[11].type = "stand"; + /* 2:03 */waypoints[11].children[0] = 10; + /* 2:03 */waypoints[11].children[1] = 12; + /* 2:03 */waypoints[11].children[2] = 16; + /* 2:03 */waypoints[11].children[3] = 238; + /* 2:03 */waypoints[11].children[4] = 239; + /* 2:03 */waypoints[11].children[5] = 240; + /* 2:03 */waypoints[11].children[6] = 241; + /* 2:03 */waypoints[11].children[7] = 300; + /* 2:03 */waypoints[12] = spawnstruct(); + /* 2:03 */waypoints[12].origin = ( -101.265, 1087.7, 1600.13 ); + /* 2:03 */waypoints[12].type = "stand"; + /* 2:03 */waypoints[12].children[0] = 11; + /* 2:03 */waypoints[12].children[1] = 13; + /* 2:03 */waypoints[12].children[2] = 299; + /* 2:03 */waypoints[13] = spawnstruct(); + /* 2:03 */waypoints[13].origin = ( -91.3981, 1417.45, 1600.13 ); + /* 2:03 */waypoints[13].type = "stand"; + /* 2:03 */waypoints[13].children[0] = 12; + /* 2:03 */waypoints[13].children[1] = 14; + /* 2:03 */waypoints[13].children[2] = 238; + /* 2:03 */waypoints[13].children[3] = 239; + /* 2:03 */waypoints[13].children[4] = 306; + /* 2:03 */waypoints[14] = spawnstruct(); + /* 2:03 */waypoints[14].origin = ( -406.528, 1412.97, 1600.13 ); + /* 2:03 */waypoints[14].type = "stand"; + /* 2:03 */waypoints[14].children[0] = 13; + /* 2:03 */waypoints[14].children[1] = 15; + /* 2:03 */waypoints[14].children[2] = 301; + /* 2:03 */waypoints[15] = spawnstruct(); + /* 2:03 */waypoints[15].origin = ( -658.934, 1404.96, 1600.01 ); + /* 2:03 */waypoints[15].type = "stand"; + /* 2:03 */waypoints[15].children[0] = 14; + /* 2:03 */waypoints[15].children[1] = 267; + /* 2:03 */waypoints[15].children[2] = 266; + /* 2:03 */waypoints[15].children[3] = 16; + /* 2:03 */waypoints[15].children[4] = 268; + /* 2:03 */waypoints[16] = spawnstruct(); + /* 2:03 */waypoints[16].origin = ( -653.758, 764.315, 1596.88 ); + /* 2:03 */waypoints[16].type = "stand"; + /* 2:03 */waypoints[16].children[0] = 11; + /* 2:03 */waypoints[16].children[1] = 17; + /* 2:03 */waypoints[16].children[2] = 210; + /* 2:03 */waypoints[16].children[3] = 212; + /* 2:03 */waypoints[16].children[4] = 240; + /* 2:03 */waypoints[16].children[5] = 15; + /* 2:03 */waypoints[17] = spawnstruct(); + /* 2:03 */waypoints[17].origin = ( -605.368, 623.597, 1606.13 ); + /* 2:03 */waypoints[17].type = "stand"; + /* 2:03 */waypoints[17].children[0] = 16; + /* 2:03 */waypoints[17].children[1] = 18; + /* 2:03 */waypoints[17].children[2] = 20; + /* 2:03 */waypoints[17].children[3] = 19; + /* 2:03 */waypoints[18] = spawnstruct(); + /* 2:03 */waypoints[18].origin = ( -753.737, 595.791, 1606.13 ); + /* 2:03 */waypoints[18].type = "stand"; + /* 2:03 */waypoints[18].children[0] = 17; + /* 2:03 */waypoints[18].children[1] = 19; + /* 2:03 */waypoints[18].children[2] = 20; + /* 2:03 */waypoints[19] = spawnstruct(); + /* 2:03 */waypoints[19].origin = ( -754.244, 454.636, 1606.13 ); + /* 2:03 */waypoints[19].type = "stand"; + /* 2:03 */waypoints[19].children[0] = 18; + /* 2:03 */waypoints[19].children[1] = 20; + /* 2:03 */waypoints[19].children[2] = 17; + /* 2:03 */waypoints[19].children[3] = 21; + /* 2:03 */waypoints[20] = spawnstruct(); + /* 2:03 */waypoints[20].origin = ( -598.211, 496.288, 1606.13 ); + /* 2:03 */waypoints[20].type = "stand"; + /* 2:03 */waypoints[20].children[0] = 19; + /* 2:03 */waypoints[20].children[1] = 17; + /* 2:03 */waypoints[20].children[2] = 18; + /* 2:03 */waypoints[21] = spawnstruct(); + /* 2:03 */waypoints[21].origin = ( -853.111, 140.632, 1600.13 ); + /* 2:03 */waypoints[21].type = "stand"; + /* 2:03 */waypoints[21].children[0] = 19; + /* 2:03 */waypoints[21].children[1] = 22; + /* 2:03 */waypoints[22] = spawnstruct(); + /* 2:03 */waypoints[22].origin = ( -881.55, -119.698, 1600.13 ); + /* 2:03 */waypoints[22].type = "stand"; + /* 2:03 */waypoints[22].children[0] = 21; + /* 2:03 */waypoints[22].children[1] = 23; + /* 2:03 */waypoints[22].children[2] = 136; + /* 2:03 */waypoints[22].children[3] = 281; + /* 2:03 */waypoints[23] = spawnstruct(); + /* 2:03 */waypoints[23].origin = ( -964.424, -230.83, 1600.13 ); + /* 2:03 */waypoints[23].type = "stand"; + /* 2:03 */waypoints[23].children[0] = 22; + /* 2:03 */waypoints[23].children[1] = 24; + /* 2:03 */waypoints[23].children[2] = 136; + /* 2:03 */waypoints[24] = spawnstruct(); + /* 2:03 */waypoints[24].origin = ( -1144.65, -218.877, 1598.13 ); + /* 2:03 */waypoints[24].type = "stand"; + /* 2:03 */waypoints[24].children[0] = 23; + /* 2:03 */waypoints[24].children[1] = 25; + /* 2:03 */waypoints[25] = spawnstruct(); + /* 2:03 */waypoints[25].origin = ( -1270.67, -226.027, 1598.13 ); + /* 2:03 */waypoints[25].type = "stand"; + /* 2:03 */waypoints[25].children[0] = 24; + /* 2:03 */waypoints[25].children[1] = 26; + /* 2:03 */waypoints[25].children[2] = 141; + /* 2:03 */waypoints[26] = spawnstruct(); + /* 2:03 */waypoints[26].origin = ( -1295.24, -41.3383, 1599.43 ); + /* 2:03 */waypoints[26].type = "stand"; + /* 2:03 */waypoints[26].children[0] = 25; + /* 2:03 */waypoints[26].children[1] = 27; + /* 2:03 */waypoints[26].children[2] = 307; + /* 2:03 */waypoints[27] = spawnstruct(); + /* 2:03 */waypoints[27].origin = ( -1251.59, 248.183, 1598.13 ); + /* 2:03 */waypoints[27].type = "stand"; + /* 2:03 */waypoints[27].children[0] = 26; + /* 2:03 */waypoints[27].children[1] = 28; + /* 2:03 */waypoints[27].children[2] = 142; + /* 2:03 */waypoints[27].children[3] = 307; + /* 2:03 */waypoints[28] = spawnstruct(); + /* 2:03 */waypoints[28].origin = ( -1330.84, 403.617, 1558.82 ); + /* 2:03 */waypoints[28].type = "stand"; + /* 2:03 */waypoints[28].children[0] = 27; + /* 2:03 */waypoints[28].children[1] = 29; + /* 2:03 */waypoints[28].children[2] = 30; + /* 2:03 */waypoints[29] = spawnstruct(); + /* 2:03 */waypoints[29].origin = ( -1351.55, 684.502, 1540.98 ); + /* 2:03 */waypoints[29].type = "stand"; + /* 2:03 */waypoints[29].children[0] = 28; + /* 2:03 */waypoints[29].children[1] = 30; + /* 2:03 */waypoints[29].children[2] = 31; + /* 2:03 */waypoints[29].children[3] = 33; + /* 2:03 */waypoints[29].children[4] = 160; + /* 2:03 */waypoints[29].children[5] = 161; + /* 2:03 */waypoints[29].children[6] = 211; + /* 2:03 */waypoints[29].children[7] = 213; + /* 2:03 */waypoints[30] = spawnstruct(); + /* 2:03 */waypoints[30].origin = ( -1369.26, 531.658, 1544.95 ); + /* 2:03 */waypoints[30].type = "stand"; + /* 2:03 */waypoints[30].children[0] = 29; + /* 2:03 */waypoints[30].children[1] = 28; + /* 2:03 */waypoints[30].children[2] = 146; + /* 2:03 */waypoints[31] = spawnstruct(); + /* 2:03 */waypoints[31].origin = ( -1569.81, 677.8, 1539.99 ); + /* 2:03 */waypoints[31].type = "stand"; + /* 2:03 */waypoints[31].children[0] = 29; + /* 2:03 */waypoints[31].children[1] = 32; + /* 2:03 */waypoints[31].children[2] = 213; + /* 2:03 */waypoints[32] = spawnstruct(); + /* 2:03 */waypoints[32].origin = ( -1684.75, 843.115, 1538.12 ); + /* 2:03 */waypoints[32].type = "stand"; + /* 2:03 */waypoints[32].children[0] = 31; + /* 2:03 */waypoints[32].children[1] = 40; + /* 2:03 */waypoints[33] = spawnstruct(); + /* 2:03 */waypoints[33].origin = ( -1516.02, 791.326, 1540.02 ); + /* 2:03 */waypoints[33].type = "stand"; + /* 2:03 */waypoints[33].children[0] = 29; + /* 2:03 */waypoints[33].children[1] = 34; + /* 2:03 */waypoints[33].children[2] = 211; + /* 2:03 */waypoints[34] = spawnstruct(); + /* 2:03 */waypoints[34].origin = ( -1656.02, 783.732, 1538.06 ); + /* 2:03 */waypoints[34].type = "stand"; + /* 2:03 */waypoints[34].children[0] = 33; + /* 2:03 */waypoints[34].children[1] = 35; + /* 2:03 */waypoints[34].children[2] = 147; + /* 2:03 */waypoints[35] = spawnstruct(); + /* 2:03 */waypoints[35].origin = ( -1696.72, 982.042, 1539.87 ); + /* 2:03 */waypoints[35].type = "stand"; + /* 2:03 */waypoints[35].children[0] = 34; + /* 2:03 */waypoints[35].children[1] = 36; + /* 2:03 */waypoints[35].children[2] = 163; + /* 2:03 */waypoints[35].children[3] = 40; + /* 2:03 */waypoints[36] = spawnstruct(); + /* 2:03 */waypoints[36].origin = ( -1705.08, 1179.11, 1540.85 ); + /* 2:03 */waypoints[36].type = "stand"; + /* 2:03 */waypoints[36].children[0] = 35; + /* 2:03 */waypoints[36].children[1] = 37; + /* 2:03 */waypoints[36].children[2] = 163; + /* 2:03 */waypoints[37] = spawnstruct(); + /* 2:03 */waypoints[37].origin = ( -1849.9, 1267.97, 1540.51 ); + /* 2:03 */waypoints[37].type = "stand"; + /* 2:03 */waypoints[37].children[0] = 36; + /* 2:03 */waypoints[37].children[1] = 38; + /* 2:03 */waypoints[37].children[2] = 165; + /* 2:03 */waypoints[38] = spawnstruct(); + /* 2:03 */waypoints[38].origin = ( -1996.12, 1221.08, 1539.01 ); + /* 2:03 */waypoints[38].type = "stand"; + /* 2:03 */waypoints[38].children[0] = 37; + /* 2:03 */waypoints[38].children[1] = 39; + /* 2:03 */waypoints[39] = spawnstruct(); + /* 2:03 */waypoints[39].origin = ( -2017.94, 1055.17, 1538.42 ); + /* 2:03 */waypoints[39].type = "stand"; + /* 2:03 */waypoints[39].children[0] = 38; + /* 2:03 */waypoints[39].children[1] = 40; + /* 2:03 */waypoints[39].children[2] = 41; + /* 2:03 */waypoints[39].children[3] = 153; + /* 2:03 */waypoints[40] = spawnstruct(); + /* 2:03 */waypoints[40].origin = ( -1897.44, 948.778, 1535.43 ); + /* 2:03 */waypoints[40].type = "stand"; + /* 2:03 */waypoints[40].children[0] = 39; + /* 2:03 */waypoints[40].children[1] = 32; + /* 2:03 */waypoints[40].children[2] = 152; + /* 2:03 */waypoints[40].children[3] = 153; + /* 2:03 */waypoints[40].children[4] = 35; + /* 2:03 */waypoints[41] = spawnstruct(); + /* 2:03 */waypoints[41].origin = ( -2245.04, 1142.18, 1568.13 ); + /* 2:03 */waypoints[41].type = "stand"; + /* 2:03 */waypoints[41].children[0] = 39; + /* 2:03 */waypoints[41].children[1] = 42; + /* 2:03 */waypoints[41].children[2] = 151; + /* 2:03 */waypoints[42] = spawnstruct(); + /* 2:03 */waypoints[42].origin = ( -2224.29, 1626.18, 1552.13 ); + /* 2:03 */waypoints[42].type = "stand"; + /* 2:03 */waypoints[42].children[0] = 41; + /* 2:03 */waypoints[42].children[1] = 43; + /* 2:03 */waypoints[42].children[2] = 44; + /* 2:03 */waypoints[42].children[3] = 170; + /* 2:03 */waypoints[43] = spawnstruct(); + /* 2:03 */waypoints[43].origin = ( -2470.88, 1723.67, 1552.13 ); + /* 2:03 */waypoints[43].type = "crouch"; + /* 2:03 */waypoints[43].children[0] = 42; + /* 2:03 */waypoints[43].angles = ( 2.05444, -38.2379, 0 ); + /* 2:03 */waypoints[44] = spawnstruct(); + /* 2:03 */waypoints[44].origin = ( -2014.08, 1732.6, 1552.13 ); + /* 2:03 */waypoints[44].type = "stand"; + /* 2:03 */waypoints[44].children[0] = 42; + /* 2:03 */waypoints[44].children[1] = 45; + /* 2:03 */waypoints[44].children[2] = 168; + /* 2:03 */waypoints[44].children[3] = 169; + /* 2:03 */waypoints[45] = spawnstruct(); + /* 2:03 */waypoints[45].origin = ( -2012.38, 1857.32, 1552.13 ); + /* 2:03 */waypoints[45].type = "stand"; + /* 2:03 */waypoints[45].children[0] = 44; + /* 2:03 */waypoints[45].children[1] = 46; + /* 2:03 */waypoints[45].children[2] = 245; + /* 2:03 */waypoints[45].children[3] = 251; + /* 2:03 */waypoints[45].children[4] = 254; + /* 2:03 */waypoints[46] = spawnstruct(); + /* 2:03 */waypoints[46].origin = ( -1846.11, 1857.91, 1552.13 ); + /* 2:03 */waypoints[46].type = "stand"; + /* 2:03 */waypoints[46].children[0] = 45; + /* 2:03 */waypoints[46].children[1] = 47; + /* 2:03 */waypoints[46].children[2] = 251; + /* 2:03 */waypoints[46].children[3] = 254; + /* 2:03 */waypoints[47] = spawnstruct(); + /* 2:03 */waypoints[47].origin = ( -1529.8, 1894.63, 1552.13 ); + /* 2:03 */waypoints[47].type = "stand"; + /* 2:03 */waypoints[47].children[0] = 46; + /* 2:03 */waypoints[47].children[1] = 48; + /* 2:03 */waypoints[47].children[2] = 167; + /* 2:03 */waypoints[47].children[3] = 250; + /* 2:03 */waypoints[48] = spawnstruct(); + /* 2:03 */waypoints[48].origin = ( -1204.14, 1906.25, 1584.13 ); + /* 2:03 */waypoints[48].type = "stand"; + /* 2:03 */waypoints[48].children[0] = 47; + /* 2:03 */waypoints[48].children[1] = 49; + /* 2:03 */waypoints[48].children[2] = 50; + /* 2:03 */waypoints[48].children[3] = 255; + /* 2:03 */waypoints[49] = spawnstruct(); + /* 2:03 */waypoints[49].origin = ( -1057.54, 2048.45, 1584.13 ); + /* 2:03 */waypoints[49].type = "stand"; + /* 2:03 */waypoints[49].children[0] = 48; + /* 2:03 */waypoints[49].children[1] = 257; + /* 2:03 */waypoints[50] = spawnstruct(); + /* 2:03 */waypoints[50].origin = ( -1145.93, 2071.93, 1584.13 ); + /* 2:03 */waypoints[50].type = "stand"; + /* 2:03 */waypoints[50].children[0] = 48; + /* 2:03 */waypoints[50].children[1] = 51; + /* 2:03 */waypoints[51] = spawnstruct(); + /* 2:03 */waypoints[51].origin = ( -1208.5, 2219.02, 1584.13 ); + /* 2:03 */waypoints[51].type = "stand"; + /* 2:03 */waypoints[51].children[0] = 50; + /* 2:03 */waypoints[51].children[1] = 52; + /* 2:03 */waypoints[51].children[2] = 256; + /* 2:03 */waypoints[52] = spawnstruct(); + /* 2:03 */waypoints[52].origin = ( -1383.21, 2208.17, 1552.12 ); + /* 2:03 */waypoints[52].type = "stand"; + /* 2:03 */waypoints[52].children[0] = 51; + /* 2:03 */waypoints[52].children[1] = 53; + /* 2:03 */waypoints[52].children[2] = 167; + /* 2:03 */waypoints[52].children[3] = 244; + /* 2:03 */waypoints[52].children[4] = 249; + /* 2:03 */waypoints[53] = spawnstruct(); + /* 2:03 */waypoints[53].origin = ( -1392.06, 2375.1, 1552.12 ); + /* 2:03 */waypoints[53].type = "stand"; + /* 2:03 */waypoints[53].children[0] = 52; + /* 2:03 */waypoints[53].children[1] = 55; + /* 2:03 */waypoints[53].children[2] = 309; + /* 2:03 */waypoints[54] = spawnstruct(); + /* 2:03 */waypoints[54].origin = ( -1661.88, 2369.63, 1552.13 ); + /* 2:03 */waypoints[54].type = "crouch"; + /* 2:03 */waypoints[54].children[0] = 55; + /* 2:03 */waypoints[54].angles = ( 2.53235, 53.7451, 0 ); + /* 2:03 */waypoints[55] = spawnstruct(); + /* 2:03 */waypoints[55].origin = ( -1514.93, 2462.28, 1552.13 ); + /* 2:03 */waypoints[55].type = "stand"; + /* 2:03 */waypoints[55].children[0] = 54; + /* 2:03 */waypoints[55].children[1] = 53; + /* 2:03 */waypoints[55].children[2] = 309; + /* 2:03 */waypoints[56] = spawnstruct(); + /* 2:03 */waypoints[56].origin = ( -968.87, 2861.52, 1551.05 ); + /* 2:03 */waypoints[56].type = "stand"; + /* 2:03 */waypoints[56].children[0] = 57; + /* 2:03 */waypoints[56].children[1] = 63; + /* 2:03 */waypoints[56].children[2] = 64; + /* 2:03 */waypoints[56].children[3] = 309; + /* 2:03 */waypoints[56].children[4] = 65; + /* 2:03 */waypoints[57] = spawnstruct(); + /* 2:03 */waypoints[57].origin = ( -880.461, 2999.82, 1552.72 ); + /* 2:03 */waypoints[57].type = "stand"; + /* 2:03 */waypoints[57].children[0] = 56; + /* 2:03 */waypoints[57].children[1] = 58; + /* 2:03 */waypoints[57].children[2] = 69; + /* 2:03 */waypoints[57].children[3] = 63; + /* 2:03 */waypoints[58] = spawnstruct(); + /* 2:03 */waypoints[58].origin = ( -643.312, 3070.63, 1562.8 ); + /* 2:03 */waypoints[58].type = "stand"; + /* 2:03 */waypoints[58].children[0] = 57; + /* 2:03 */waypoints[58].children[1] = 59; + /* 2:03 */waypoints[59] = spawnstruct(); + /* 2:03 */waypoints[59].origin = ( -466.167, 3033.54, 1560.35 ); + /* 2:03 */waypoints[59].type = "stand"; + /* 2:03 */waypoints[59].children[0] = 58; + /* 2:03 */waypoints[59].children[1] = 60; + /* 2:03 */waypoints[59].children[2] = 70; + /* 2:03 */waypoints[60] = spawnstruct(); + /* 2:03 */waypoints[60].origin = ( -470.406, 2890.23, 1560.86 ); + /* 2:03 */waypoints[60].type = "stand"; + /* 2:03 */waypoints[60].children[0] = 59; + /* 2:03 */waypoints[60].children[1] = 69; + /* 2:03 */waypoints[60].children[2] = 77; + /* 2:03 */waypoints[61] = spawnstruct(); + /* 2:03 */waypoints[61].origin = ( -1120.27, 2731.39, 1549.28 ); + /* 2:03 */waypoints[61].type = "stand"; + /* 2:03 */waypoints[61].children[0] = 62; + /* 2:03 */waypoints[61].children[1] = 309; + /* 2:03 */waypoints[62] = spawnstruct(); + /* 2:03 */waypoints[62].origin = ( -980.145, 2687.89, 1550.93 ); + /* 2:03 */waypoints[62].type = "stand"; + /* 2:03 */waypoints[62].children[0] = 61; + /* 2:03 */waypoints[62].children[1] = 63; + /* 2:03 */waypoints[62].children[2] = 67; + /* 2:03 */waypoints[62].children[3] = 65; + /* 2:03 */waypoints[63] = spawnstruct(); + /* 2:03 */waypoints[63].origin = ( -827.812, 2549.9, 1556.1 ); + /* 2:03 */waypoints[63].type = "stand"; + /* 2:03 */waypoints[63].children[0] = 62; + /* 2:03 */waypoints[63].children[1] = 64; + /* 2:03 */waypoints[63].children[2] = 67; + /* 2:03 */waypoints[63].children[3] = 56; + /* 2:03 */waypoints[63].children[4] = 57; + /* 2:03 */waypoints[64] = spawnstruct(); + /* 2:03 */waypoints[64].origin = ( -722.778, 2436.84, 1552.75 ); + /* 2:03 */waypoints[64].type = "stand"; + /* 2:03 */waypoints[64].children[0] = 63; + /* 2:03 */waypoints[64].children[1] = 65; + /* 2:03 */waypoints[64].children[2] = 56; + /* 2:03 */waypoints[64].children[3] = 264; + /* 2:03 */waypoints[65] = spawnstruct(); + /* 2:03 */waypoints[65].origin = ( -577.013, 2434.95, 1551.24 ); + /* 2:03 */waypoints[65].type = "stand"; + /* 2:03 */waypoints[65].children[0] = 64; + /* 2:03 */waypoints[65].children[1] = 66; + /* 2:03 */waypoints[65].children[2] = 67; + /* 2:03 */waypoints[65].children[3] = 62; + /* 2:03 */waypoints[65].children[4] = 56; + /* 2:03 */waypoints[66] = spawnstruct(); + /* 2:03 */waypoints[66].origin = ( -440.11, 2397.14, 1553.77 ); + /* 2:03 */waypoints[66].type = "stand"; + /* 2:03 */waypoints[66].children[0] = 65; + /* 2:03 */waypoints[66].children[1] = 265; + /* 2:03 */waypoints[66].children[2] = 67; + /* 2:03 */waypoints[67] = spawnstruct(); + /* 2:03 */waypoints[67].origin = ( -686.421, 2632.81, 1561.68 ); + /* 2:03 */waypoints[67].type = "stand"; + /* 2:03 */waypoints[67].children[0] = 63; + /* 2:03 */waypoints[67].children[1] = 68; + /* 2:03 */waypoints[67].children[2] = 66; + /* 2:03 */waypoints[67].children[3] = 62; + /* 2:03 */waypoints[67].children[4] = 65; + /* 2:03 */waypoints[68] = spawnstruct(); + /* 2:03 */waypoints[68].origin = ( -573.512, 2759.74, 1561.78 ); + /* 2:03 */waypoints[68].type = "stand"; + /* 2:03 */waypoints[68].children[0] = 67; + /* 2:03 */waypoints[68].children[1] = 69; + /* 2:03 */waypoints[68].children[2] = 77; + /* 2:03 */waypoints[69] = spawnstruct(); + /* 2:03 */waypoints[69].origin = ( -600.04, 2959.79, 1561.51 ); + /* 2:03 */waypoints[69].type = "stand"; + /* 2:03 */waypoints[69].children[0] = 68; + /* 2:03 */waypoints[69].children[1] = 60; + /* 2:03 */waypoints[69].children[2] = 57; + /* 2:03 */waypoints[69].children[3] = 70; + /* 2:03 */waypoints[70] = spawnstruct(); + /* 2:03 */waypoints[70].origin = ( -456.071, 3251.91, 1596.13 ); + /* 2:03 */waypoints[70].type = "stand"; + /* 2:03 */waypoints[70].children[0] = 59; + /* 2:03 */waypoints[70].children[1] = 71; + /* 2:03 */waypoints[70].children[2] = 74; + /* 2:03 */waypoints[70].children[3] = 69; + /* 2:03 */waypoints[71] = spawnstruct(); + /* 2:03 */waypoints[71].origin = ( -323.219, 3277.5, 1596.13 ); + /* 2:03 */waypoints[71].type = "stand"; + /* 2:03 */waypoints[71].children[0] = 70; + /* 2:03 */waypoints[71].children[1] = 72; + /* 2:03 */waypoints[71].children[2] = 75; + /* 2:03 */waypoints[71].children[3] = 76; + /* 2:03 */waypoints[72] = spawnstruct(); + /* 2:03 */waypoints[72].origin = ( -270.48, 3151.84, 1596.13 ); + /* 2:03 */waypoints[72].type = "stand"; + /* 2:03 */waypoints[72].children[0] = 71; + /* 2:03 */waypoints[72].children[1] = 73; + /* 2:03 */waypoints[73] = spawnstruct(); + /* 2:03 */waypoints[73].origin = ( -155.167, 3066.21, 1596.13 ); + /* 2:03 */waypoints[73].type = "stand"; + /* 2:03 */waypoints[73].children[0] = 72; + /* 2:03 */waypoints[73].children[1] = 79; + /* 2:03 */waypoints[74] = spawnstruct(); + /* 2:03 */waypoints[74].origin = ( -511.602, 3450.88, 1596.12 ); + /* 2:03 */waypoints[74].type = "crouch"; + /* 2:03 */waypoints[74].children[0] = 70; + /* 2:03 */waypoints[74].angles = ( 1.58203, -48.3124, 0 ); + /* 2:03 */waypoints[75] = spawnstruct(); + /* 2:03 */waypoints[75].origin = ( -127.129, 3450.88, 1596.12 ); + /* 2:03 */waypoints[75].type = "crouch"; + /* 2:03 */waypoints[75].children[0] = 71; + /* 2:03 */waypoints[75].angles = ( 2.84546, -126.788, 0 ); + /* 2:03 */waypoints[76] = spawnstruct(); + /* 2:03 */waypoints[76].origin = ( -157.875, 3165.07, 1596.11 ); + /* 2:03 */waypoints[76].type = "stand"; + /* 2:03 */waypoints[76].children[0] = 71; + /* 2:03 */waypoints[76].children[1] = 77; + /* 2:03 */waypoints[77] = spawnstruct(); + /* 2:03 */waypoints[77].origin = ( -122.588, 2858.54, 1595.67 ); + /* 2:03 */waypoints[77].type = "stand"; + /* 2:03 */waypoints[77].children[0] = 76; + /* 2:03 */waypoints[77].children[1] = 78; + /* 2:03 */waypoints[77].children[2] = 68; + /* 2:03 */waypoints[77].children[3] = 60; + /* 2:03 */waypoints[78] = spawnstruct(); + /* 2:03 */waypoints[78].origin = ( -112.819, 2646.15, 1604.12 ); + /* 2:03 */waypoints[78].type = "stand"; + /* 2:03 */waypoints[78].children[0] = 77; + /* 2:03 */waypoints[78].children[1] = 173; + /* 2:03 */waypoints[79] = spawnstruct(); + /* 2:03 */waypoints[79].origin = ( -0.466042, 3045.59, 1596.13 ); + /* 2:03 */waypoints[79].type = "stand"; + /* 2:03 */waypoints[79].children[0] = 73; + /* 2:03 */waypoints[79].children[1] = 80; + /* 2:03 */waypoints[79].children[2] = 82; + /* 2:03 */waypoints[80] = spawnstruct(); + /* 2:03 */waypoints[80].origin = ( 274.012, 3027.48, 1596.13 ); + /* 2:03 */waypoints[80].type = "stand"; + /* 2:03 */waypoints[80].children[0] = 79; + /* 2:03 */waypoints[80].children[1] = 81; + /* 2:03 */waypoints[81] = spawnstruct(); + /* 2:03 */waypoints[81].origin = ( 557.009, 3018.46, 1596.12 ); + /* 2:03 */waypoints[81].type = "stand"; + /* 2:03 */waypoints[81].children[0] = 80; + /* 2:03 */waypoints[81].children[1] = 84; + /* 2:03 */waypoints[82] = spawnstruct(); + /* 2:03 */waypoints[82].origin = ( 150.264, 3097.99, 1596.13 ); + /* 2:03 */waypoints[82].type = "stand"; + /* 2:03 */waypoints[82].children[0] = 79; + /* 2:03 */waypoints[82].children[1] = 83; + /* 2:03 */waypoints[83] = spawnstruct(); + /* 2:03 */waypoints[83].origin = ( 425.883, 3100.18, 1596.13 ); + /* 2:03 */waypoints[83].type = "stand"; + /* 2:03 */waypoints[83].children[0] = 82; + /* 2:03 */waypoints[83].children[1] = 85; + /* 2:03 */waypoints[84] = spawnstruct(); + /* 2:03 */waypoints[84].origin = ( 720.926, 3052.14, 1596.13 ); + /* 2:03 */waypoints[84].type = "stand"; + /* 2:03 */waypoints[84].children[0] = 81; + /* 2:03 */waypoints[84].children[1] = 90; + /* 2:03 */waypoints[84].children[2] = 91; + /* 2:03 */waypoints[85] = spawnstruct(); + /* 2:03 */waypoints[85].origin = ( 559.458, 3062.9, 1596.13 ); + /* 2:03 */waypoints[85].type = "stand"; + /* 2:03 */waypoints[85].children[0] = 83; + /* 2:03 */waypoints[85].children[1] = 86; + /* 2:03 */waypoints[86] = spawnstruct(); + /* 2:03 */waypoints[86].origin = ( 587.439, 3214.66, 1596.13 ); + /* 2:03 */waypoints[86].type = "stand"; + /* 2:03 */waypoints[86].children[0] = 85; + /* 2:03 */waypoints[86].children[1] = 87; + /* 2:03 */waypoints[87] = spawnstruct(); + /* 2:03 */waypoints[87].origin = ( 622.934, 3400.79, 1596.13 ); + /* 2:03 */waypoints[87].type = "stand"; + /* 2:03 */waypoints[87].children[0] = 86; + /* 2:03 */waypoints[87].children[1] = 88; + /* 2:03 */waypoints[88] = spawnstruct(); + /* 2:03 */waypoints[88].origin = ( 816.31, 3435.4, 1596.13 ); + /* 2:03 */waypoints[88].type = "stand"; + /* 2:03 */waypoints[88].children[0] = 87; + /* 2:03 */waypoints[88].children[1] = 89; + /* 2:03 */waypoints[89] = spawnstruct(); + /* 2:03 */waypoints[89].origin = ( 859.416, 3301.62, 1596.13 ); + /* 2:03 */waypoints[89].type = "stand"; + /* 2:03 */waypoints[89].children[0] = 88; + /* 2:03 */waypoints[89].children[1] = 90; + /* 2:03 */waypoints[90] = spawnstruct(); + /* 2:03 */waypoints[90].origin = ( 731.392, 3164.61, 1596.13 ); + /* 2:03 */waypoints[90].type = "stand"; + /* 2:03 */waypoints[90].children[0] = 89; + /* 2:03 */waypoints[90].children[1] = 84; + /* 2:03 */waypoints[90].children[2] = 91; + /* 2:03 */waypoints[91] = spawnstruct(); + /* 2:03 */waypoints[91].origin = ( 770.567, 2742.16, 1596.13 ); + /* 2:03 */waypoints[91].type = "stand"; + /* 2:03 */waypoints[91].children[0] = 92; + /* 2:03 */waypoints[91].children[1] = 84; + /* 2:03 */waypoints[91].children[2] = 90; + /* 2:03 */waypoints[92] = spawnstruct(); + /* 2:03 */waypoints[92].origin = ( 913.256, 2696.6, 1596.13 ); + /* 2:03 */waypoints[92].type = "stand"; + /* 2:03 */waypoints[92].children[0] = 91; + /* 2:03 */waypoints[92].children[1] = 93; + /* 2:03 */waypoints[93] = spawnstruct(); + /* 2:03 */waypoints[93].origin = ( 968.81, 2498.22, 1652.13 ); + /* 2:03 */waypoints[93].type = "stand"; + /* 2:03 */waypoints[93].children[0] = 92; + /* 2:03 */waypoints[93].children[1] = 94; + /* 2:03 */waypoints[94] = spawnstruct(); + /* 2:03 */waypoints[94].origin = ( 1164.33, 2485.86, 1698.13 ); + /* 2:03 */waypoints[94].type = "stand"; + /* 2:03 */waypoints[94].children[0] = 93; + /* 2:03 */waypoints[94].children[1] = 95; + /* 2:03 */waypoints[94].children[2] = 193; + /* 2:03 */waypoints[95] = spawnstruct(); + /* 2:03 */waypoints[95].origin = ( 1448.04, 2507.31, 1723.13 ); + /* 2:03 */waypoints[95].type = "stand"; + /* 2:03 */waypoints[95].children[0] = 94; + /* 2:03 */waypoints[95].children[1] = 192; + /* 2:03 */waypoints[95].children[2] = 96; + /* 2:03 */waypoints[96] = spawnstruct(); + /* 2:03 */waypoints[96].origin = ( 1510.2, 2005.92, 1723.13 ); + /* 2:03 */waypoints[96].type = "stand"; + /* 2:03 */waypoints[96].children[0] = 111; + /* 2:03 */waypoints[96].children[1] = 195; + /* 2:03 */waypoints[96].children[2] = 97; + /* 2:03 */waypoints[96].children[3] = 95; + /* 2:03 */waypoints[97] = spawnstruct(); + /* 2:03 */waypoints[97].origin = ( 1965.38, 2027.52, 1723.13 ); + /* 2:03 */waypoints[97].type = "stand"; + /* 2:03 */waypoints[97].children[0] = 98; + /* 2:03 */waypoints[97].children[1] = 96; + /* 2:03 */waypoints[98] = spawnstruct(); + /* 2:03 */waypoints[98].origin = ( 2133.57, 1948.12, 1723.13 ); + /* 2:03 */waypoints[98].type = "stand"; + /* 2:03 */waypoints[98].children[0] = 97; + /* 2:03 */waypoints[98].children[1] = 99; + /* 2:03 */waypoints[99] = spawnstruct(); + /* 2:03 */waypoints[99].origin = ( 2139.93, 1467.3, 1723.13 ); + /* 2:03 */waypoints[99].type = "stand"; + /* 2:03 */waypoints[99].children[0] = 104; + /* 2:03 */waypoints[99].children[1] = 102; + /* 2:03 */waypoints[99].children[2] = 305; + /* 2:03 */waypoints[99].children[3] = 98; + /* 2:03 */waypoints[100] = spawnstruct(); + /* 2:03 */waypoints[100].origin = ( 1961.76, 1405.06, 1710.68 ); + /* 2:03 */waypoints[100].type = "stand"; + /* 2:03 */waypoints[100].children[0] = 101; + /* 2:03 */waypoints[100].children[1] = 277; + /* 2:03 */waypoints[100].children[2] = 305; + /* 2:03 */waypoints[101] = spawnstruct(); + /* 2:03 */waypoints[101].origin = ( 1654.73, 1398.55, 1705.13 ); + /* 2:03 */waypoints[101].type = "stand"; + /* 2:03 */waypoints[101].children[0] = 100; + /* 2:03 */waypoints[101].children[1] = 109; + /* 2:03 */waypoints[102] = spawnstruct(); + /* 2:03 */waypoints[102].origin = ( 1963.88, 1342.25, 1712.01 ); + /* 2:03 */waypoints[102].type = "stand"; + /* 2:03 */waypoints[102].children[0] = 103; + /* 2:03 */waypoints[102].children[1] = 277; + /* 2:03 */waypoints[102].children[2] = 99; + /* 2:03 */waypoints[103] = spawnstruct(); + /* 2:03 */waypoints[103].origin = ( 1700.27, 1343.8, 1705.13 ); + /* 2:03 */waypoints[103].type = "stand"; + /* 2:03 */waypoints[103].children[0] = 102; + /* 2:03 */waypoints[103].children[1] = 111; + /* 2:03 */waypoints[104] = spawnstruct(); + /* 2:03 */waypoints[104].origin = ( 2139.93, 1241.72, 1740.13 ); + /* 2:03 */waypoints[104].type = "stand"; + /* 2:03 */waypoints[104].children[0] = 99; + /* 2:03 */waypoints[104].children[1] = 105; + /* 2:03 */waypoints[104].children[2] = 291; + /* 2:03 */waypoints[104].children[3] = 305; + /* 2:03 */waypoints[105] = spawnstruct(); + /* 2:03 */waypoints[105].origin = ( 2016.79, 1180.63, 1740.13 ); + /* 2:03 */waypoints[105].type = "stand"; + /* 2:03 */waypoints[105].children[0] = 104; + /* 2:03 */waypoints[105].children[1] = 106; + /* 2:03 */waypoints[105].children[2] = 231; + /* 2:03 */waypoints[105].children[3] = 292; + /* 2:03 */waypoints[106] = spawnstruct(); + /* 2:03 */waypoints[106].origin = ( 1867.01, 1180.64, 1740.13 ); + /* 2:03 */waypoints[106].type = "stand"; + /* 2:03 */waypoints[106].children[0] = 105; + /* 2:03 */waypoints[106].children[1] = 107; + /* 2:03 */waypoints[107] = spawnstruct(); + /* 2:03 */waypoints[107].origin = ( 1687, 1180.87, 1740.13 ); + /* 2:03 */waypoints[107].type = "stand"; + /* 2:03 */waypoints[107].children[0] = 106; + /* 2:03 */waypoints[107].children[1] = 108; + /* 2:03 */waypoints[108] = spawnstruct(); + /* 2:03 */waypoints[108].origin = ( 1536.94, 1187.36, 1709.44 ); + /* 2:03 */waypoints[108].type = "stand"; + /* 2:03 */waypoints[108].children[0] = 107; + /* 2:03 */waypoints[108].children[1] = 109; + /* 2:03 */waypoints[108].children[2] = 110; + /* 2:03 */waypoints[109] = spawnstruct(); + /* 2:03 */waypoints[109].origin = ( 1492.9, 1284.43, 1703.06 ); + /* 2:03 */waypoints[109].type = "stand"; + /* 2:03 */waypoints[109].children[0] = 108; + /* 2:03 */waypoints[109].children[1] = 101; + /* 2:03 */waypoints[109].children[2] = 111; + /* 2:03 */waypoints[109].children[3] = 277; + /* 2:03 */waypoints[109].children[4] = 112; + /* 2:03 */waypoints[110] = spawnstruct(); + /* 2:03 */waypoints[110].origin = ( 1410.35, 1183.67, 1702.25 ); + /* 2:03 */waypoints[110].type = "stand"; + /* 2:03 */waypoints[110].children[0] = 108; + /* 2:03 */waypoints[110].children[1] = 112; + /* 2:03 */waypoints[111] = spawnstruct(); + /* 2:03 */waypoints[111].origin = ( 1486.24, 1438.78, 1701.1 ); + /* 2:03 */waypoints[111].type = "stand"; + /* 2:03 */waypoints[111].children[0] = 109; + /* 2:03 */waypoints[111].children[1] = 103; + /* 2:03 */waypoints[111].children[2] = 194; + /* 2:03 */waypoints[111].children[3] = 96; + /* 2:03 */waypoints[111].children[4] = 195; + /* 2:03 */waypoints[111].children[5] = 112; + /* 2:03 */waypoints[111].children[6] = 273; + /* 2:03 */waypoints[112] = spawnstruct(); + /* 2:03 */waypoints[112].origin = ( 1314.05, 1134, 1693.03 ); + /* 2:03 */waypoints[112].type = "stand"; + /* 2:03 */waypoints[112].children[0] = 110; + /* 2:03 */waypoints[112].children[1] = 113; + /* 2:03 */waypoints[112].children[2] = 183; + /* 2:03 */waypoints[112].children[3] = 182; + /* 2:03 */waypoints[112].children[4] = 196; + /* 2:03 */waypoints[112].children[5] = 109; + /* 2:03 */waypoints[112].children[6] = 111; + /* 2:03 */waypoints[113] = spawnstruct(); + /* 2:03 */waypoints[113].origin = ( 1302.3, 1008.65, 1691.75 ); + /* 2:03 */waypoints[113].type = "stand"; + /* 2:03 */waypoints[113].children[0] = 112; + /* 2:03 */waypoints[113].children[1] = 114; + /* 2:03 */waypoints[113].children[2] = 289; + /* 2:03 */waypoints[113].children[3] = 290; + /* 2:03 */waypoints[113].children[4] = 319; + /* 2:03 */waypoints[114] = spawnstruct(); + /* 2:03 */waypoints[114].origin = ( 1327.22, 847.038, 1698.08 ); + /* 2:03 */waypoints[114].type = "stand"; + /* 2:03 */waypoints[114].children[0] = 113; + /* 2:03 */waypoints[114].children[1] = 115; + /* 2:03 */waypoints[114].children[2] = 318; + /* 2:03 */waypoints[114].children[3] = 320; + /* 2:03 */waypoints[115] = spawnstruct(); + /* 2:03 */waypoints[115].origin = ( 1314.19, 710.482, 1689.12 ); + /* 2:03 */waypoints[115].type = "stand"; + /* 2:03 */waypoints[115].children[0] = 114; + /* 2:03 */waypoints[115].children[1] = 116; + /* 2:03 */waypoints[115].children[2] = 201; + /* 2:03 */waypoints[116] = spawnstruct(); + /* 2:03 */waypoints[116].origin = ( 1324.57, 565.29, 1681 ); + /* 2:03 */waypoints[116].type = "stand"; + /* 2:03 */waypoints[116].children[0] = 115; + /* 2:03 */waypoints[116].children[1] = 117; + /* 2:03 */waypoints[116].children[2] = 201; + /* 2:03 */waypoints[116].children[3] = 284; + /* 2:03 */waypoints[117] = spawnstruct(); + /* 2:03 */waypoints[117].origin = ( 1427.3, 407.594, 1668.24 ); + /* 2:03 */waypoints[117].type = "stand"; + /* 2:03 */waypoints[117].children[0] = 116; + /* 2:03 */waypoints[117].children[1] = 118; + /* 2:03 */waypoints[118] = spawnstruct(); + /* 2:03 */waypoints[118].origin = ( 1522.36, 249.579, 1630.49 ); + /* 2:03 */waypoints[118].type = "stand"; + /* 2:03 */waypoints[118].children[0] = 117; + /* 2:03 */waypoints[118].children[1] = 119; + /* 2:03 */waypoints[119] = spawnstruct(); + /* 2:03 */waypoints[119].origin = ( 1553.45, 99.9916, 1619.96 ); + /* 2:03 */waypoints[119].type = "stand"; + /* 2:03 */waypoints[119].children[0] = 118; + /* 2:03 */waypoints[119].children[1] = 120; + /* 2:03 */waypoints[119].children[2] = 122; + /* 2:03 */waypoints[119].children[3] = 271; + /* 2:03 */waypoints[120] = spawnstruct(); + /* 2:03 */waypoints[120].origin = ( 1457.64, 23.822, 1615.1 ); + /* 2:03 */waypoints[120].type = "stand"; + /* 2:03 */waypoints[120].children[0] = 119; + /* 2:03 */waypoints[120].children[1] = 121; + /* 2:03 */waypoints[121] = spawnstruct(); + /* 2:03 */waypoints[121].origin = ( 1495.93, -115.241, 1603.55 ); + /* 2:03 */waypoints[121].type = "stand"; + /* 2:03 */waypoints[121].children[0] = 120; + /* 2:03 */waypoints[121].children[1] = 0; + /* 2:03 */waypoints[122] = spawnstruct(); + /* 2:03 */waypoints[122].origin = ( 1338.54, 30.6223, 1615.28 ); + /* 2:03 */waypoints[122].type = "stand"; + /* 2:03 */waypoints[122].children[0] = 119; + /* 2:03 */waypoints[122].children[1] = 123; + /* 2:03 */waypoints[123] = spawnstruct(); + /* 2:03 */waypoints[123].origin = ( 1148.06, -36.9312, 1597.01 ); + /* 2:03 */waypoints[123].type = "stand"; + /* 2:03 */waypoints[123].children[0] = 122; + /* 2:03 */waypoints[123].children[1] = 3; + /* 2:03 */waypoints[123].children[2] = 5; + /* 2:03 */waypoints[124] = spawnstruct(); + /* 2:03 */waypoints[124].origin = ( 575.397, -403.601, 1596.11 ); + /* 2:03 */waypoints[124].type = "stand"; + /* 2:03 */waypoints[124].children[0] = 3; + /* 2:03 */waypoints[124].children[1] = 125; + /* 2:03 */waypoints[124].children[2] = 127; + /* 2:03 */waypoints[124].children[3] = 132; + /* 2:03 */waypoints[125] = spawnstruct(); + /* 2:03 */waypoints[125].origin = ( 492.443, -490.627, 1593.74 ); + /* 2:03 */waypoints[125].type = "stand"; + /* 2:03 */waypoints[125].children[0] = 124; + /* 2:03 */waypoints[125].children[1] = 126; + /* 2:03 */waypoints[125].children[2] = 2; + /* 2:03 */waypoints[126] = spawnstruct(); + /* 2:03 */waypoints[126].origin = ( -715.132, -496.837, 1598.13 ); + /* 2:03 */waypoints[126].type = "stand"; + /* 2:03 */waypoints[126].children[0] = 129; + /* 2:03 */waypoints[126].children[1] = 125; + /* 2:03 */waypoints[126].children[2] = 136; + /* 2:03 */waypoints[127] = spawnstruct(); + /* 2:03 */waypoints[127].origin = ( 483.806, -355.321, 1594.01 ); + /* 2:03 */waypoints[127].type = "stand"; + /* 2:03 */waypoints[127].children[0] = 124; + /* 2:03 */waypoints[127].children[1] = 128; + /* 2:03 */waypoints[128] = spawnstruct(); + /* 2:03 */waypoints[128].origin = ( -722.076, -340.611, 1598.13 ); + /* 2:03 */waypoints[128].type = "stand"; + /* 2:03 */waypoints[128].children[0] = 136; + /* 2:03 */waypoints[128].children[1] = 127; + /* 2:03 */waypoints[129] = spawnstruct(); + /* 2:03 */waypoints[129].origin = ( -837.517, -498.488, 1600.13 ); + /* 2:03 */waypoints[129].type = "stand"; + /* 2:03 */waypoints[129].children[0] = 126; + /* 2:03 */waypoints[129].children[1] = 130; + /* 2:03 */waypoints[129].children[2] = 132; + /* 2:03 */waypoints[130] = spawnstruct(); + /* 2:03 */waypoints[130].origin = ( -845.614, -746.047, 1599.5 ); + /* 2:03 */waypoints[130].type = "stand"; + /* 2:03 */waypoints[130].children[0] = 129; + /* 2:03 */waypoints[130].children[1] = 131; + /* 2:03 */waypoints[130].children[2] = 136; + /* 2:03 */waypoints[130].children[3] = 280; + /* 2:03 */waypoints[130].children[4] = 282; + /* 2:03 */waypoints[130].children[5] = 279; + /* 2:03 */waypoints[131] = spawnstruct(); + /* 2:03 */waypoints[131].origin = ( -1123.44, -898.697, 1596.47 ); + /* 2:03 */waypoints[131].type = "stand"; + /* 2:03 */waypoints[131].children[0] = 130; + /* 2:03 */waypoints[131].children[1] = 135; + /* 2:03 */waypoints[131].children[2] = 278; + /* 2:03 */waypoints[131].children[3] = 280; + /* 2:03 */waypoints[132] = spawnstruct(); + /* 2:03 */waypoints[132].origin = ( -890.295, -461.15, 1600.5 ); + /* 2:03 */waypoints[132].type = "stand"; + /* 2:03 */waypoints[132].children[0] = 133; + /* 2:03 */waypoints[132].children[1] = 129; + /* 2:03 */waypoints[132].children[2] = 124; + /* 2:03 */waypoints[133] = spawnstruct(); + /* 2:03 */waypoints[133].origin = ( -959.844, -725.103, 1598.31 ); + /* 2:03 */waypoints[133].type = "stand"; + /* 2:03 */waypoints[133].children[0] = 132; + /* 2:03 */waypoints[133].children[1] = 134; + /* 2:03 */waypoints[133].children[2] = 136; + /* 2:03 */waypoints[134] = spawnstruct(); + /* 2:03 */waypoints[134].origin = ( -1179.32, -752.042, 1596.86 ); + /* 2:03 */waypoints[134].type = "stand"; + /* 2:03 */waypoints[134].children[0] = 133; + /* 2:03 */waypoints[134].children[1] = 135; + /* 2:03 */waypoints[135] = spawnstruct(); + /* 2:03 */waypoints[135].origin = ( -1451.81, -728.208, 1594.93 ); + /* 2:03 */waypoints[135].type = "stand"; + /* 2:03 */waypoints[135].children[0] = 134; + /* 2:03 */waypoints[135].children[1] = 131; + /* 2:03 */waypoints[135].children[2] = 137; + /* 2:03 */waypoints[136] = spawnstruct(); + /* 2:03 */waypoints[136].origin = ( -909.839, -329.606, 1600.13 ); + /* 2:03 */waypoints[136].type = "stand"; + /* 2:03 */waypoints[136].children[0] = 128; + /* 2:03 */waypoints[136].children[1] = 23; + /* 2:03 */waypoints[136].children[2] = 22; + /* 2:03 */waypoints[136].children[3] = 133; + /* 2:03 */waypoints[136].children[4] = 130; + /* 2:03 */waypoints[136].children[5] = 126; + /* 2:03 */waypoints[137] = spawnstruct(); + /* 2:03 */waypoints[137].origin = ( -1694.66, -722.016, 1598.13 ); + /* 2:03 */waypoints[137].type = "stand"; + /* 2:03 */waypoints[137].children[0] = 135; + /* 2:03 */waypoints[137].children[1] = 138; + /* 2:03 */waypoints[137].children[2] = 140; + /* 2:03 */waypoints[138] = spawnstruct(); + /* 2:03 */waypoints[138].origin = ( -1777.94, -481.029, 1598.06 ); + /* 2:03 */waypoints[138].type = "stand"; + /* 2:03 */waypoints[138].children[0] = 137; + /* 2:03 */waypoints[138].children[1] = 139; + /* 2:03 */waypoints[139] = spawnstruct(); + /* 2:03 */waypoints[139].origin = ( -1796.15, -292.575, 1598.13 ); + /* 2:03 */waypoints[139].type = "stand"; + /* 2:03 */waypoints[139].children[0] = 138; + /* 2:03 */waypoints[139].children[1] = 143; + /* 2:03 */waypoints[140] = spawnstruct(); + /* 2:03 */waypoints[140].origin = ( -1585.23, -489.885, 1598.13 ); + /* 2:03 */waypoints[140].type = "stand"; + /* 2:03 */waypoints[140].children[0] = 137; + /* 2:03 */waypoints[140].children[1] = 141; + /* 2:03 */waypoints[141] = spawnstruct(); + /* 2:03 */waypoints[141].origin = ( -1579.23, -244.982, 1598.13 ); + /* 2:03 */waypoints[141].type = "stand"; + /* 2:03 */waypoints[141].children[0] = 140; + /* 2:03 */waypoints[141].children[1] = 25; + /* 2:03 */waypoints[141].children[2] = 142; + /* 2:03 */waypoints[141].children[3] = 143; + /* 2:03 */waypoints[142] = spawnstruct(); + /* 2:03 */waypoints[142].origin = ( -1457.35, -215.581, 1598.13 ); + /* 2:03 */waypoints[142].type = "stand"; + /* 2:03 */waypoints[142].children[0] = 141; + /* 2:03 */waypoints[142].children[1] = 27; + /* 2:03 */waypoints[143] = spawnstruct(); + /* 2:03 */waypoints[143].origin = ( -1716.77, -171.223, 1598.13 ); + /* 2:03 */waypoints[143].type = "stand"; + /* 2:03 */waypoints[143].children[0] = 139; + /* 2:03 */waypoints[143].children[1] = 141; + /* 2:03 */waypoints[143].children[2] = 144; + /* 2:03 */waypoints[144] = spawnstruct(); + /* 2:03 */waypoints[144].origin = ( -1755.36, 142.427, 1548.04 ); + /* 2:03 */waypoints[144].type = "stand"; + /* 2:03 */waypoints[144].children[0] = 143; + /* 2:03 */waypoints[144].children[1] = 145; + /* 2:03 */waypoints[144].children[2] = 146; + /* 2:03 */waypoints[144].children[3] = 147; + /* 2:03 */waypoints[145] = spawnstruct(); + /* 2:03 */waypoints[145].origin = ( -1893.88, 150.991, 1552.25 ); + /* 2:03 */waypoints[145].type = "crouch"; + /* 2:03 */waypoints[145].children[0] = 144; + /* 2:03 */waypoints[145].angles = ( 4.42749, -3.94409, 0 ); + /* 2:03 */waypoints[146] = spawnstruct(); + /* 2:03 */waypoints[146].origin = ( -1510.61, 342.859, 1535.14 ); + /* 2:03 */waypoints[146].type = "stand"; + /* 2:03 */waypoints[146].children[0] = 144; + /* 2:03 */waypoints[146].children[1] = 30; + /* 2:03 */waypoints[146].children[2] = 154; + /* 2:03 */waypoints[147] = spawnstruct(); + /* 2:03 */waypoints[147].origin = ( -1736.11, 330.269, 1546.59 ); + /* 2:03 */waypoints[147].type = "stand"; + /* 2:03 */waypoints[147].children[0] = 144; + /* 2:03 */waypoints[147].children[1] = 148; + /* 2:03 */waypoints[147].children[2] = 34; + /* 2:03 */waypoints[148] = spawnstruct(); + /* 2:03 */waypoints[148].origin = ( -1867.82, 511.18, 1535.84 ); + /* 2:03 */waypoints[148].type = "stand"; + /* 2:03 */waypoints[148].children[0] = 147; + /* 2:03 */waypoints[148].children[1] = 149; + /* 2:03 */waypoints[148].children[2] = 150; + /* 2:03 */waypoints[148].children[3] = 152; + /* 2:03 */waypoints[148].children[4] = 153; + /* 2:03 */waypoints[148].children[5] = 159; + /* 2:03 */waypoints[149] = spawnstruct(); + /* 2:03 */waypoints[149].origin = ( -1920.88, 366.625, 1552.06 ); + /* 2:03 */waypoints[149].type = "crouch"; + /* 2:03 */waypoints[149].children[0] = 148; + /* 2:03 */waypoints[149].angles = ( 2.84546, 50.1691, 0 ); + /* 2:03 */waypoints[150] = spawnstruct(); + /* 2:03 */waypoints[150].origin = ( -2089.68, 587.223, 1547.57 ); + /* 2:03 */waypoints[150].type = "stand"; + /* 2:03 */waypoints[150].children[0] = 148; + /* 2:03 */waypoints[150].children[1] = 151; + /* 2:03 */waypoints[151] = spawnstruct(); + /* 2:03 */waypoints[151].origin = ( -2228.11, 683.364, 1568.13 ); + /* 2:03 */waypoints[151].type = "stand"; + /* 2:03 */waypoints[151].children[0] = 150; + /* 2:03 */waypoints[151].children[1] = 41; + /* 2:03 */waypoints[152] = spawnstruct(); + /* 2:03 */waypoints[152].origin = ( -1881.58, 723.278, 1539.66 ); + /* 2:03 */waypoints[152].type = "stand"; + /* 2:03 */waypoints[152].children[0] = 148; + /* 2:03 */waypoints[152].children[1] = 40; + /* 2:03 */waypoints[153] = spawnstruct(); + /* 2:03 */waypoints[153].origin = ( -1993.21, 781.518, 1546.11 ); + /* 2:03 */waypoints[153].type = "stand"; + /* 2:03 */waypoints[153].children[0] = 148; + /* 2:03 */waypoints[153].children[1] = 40; + /* 2:03 */waypoints[153].children[2] = 39; + /* 2:03 */waypoints[154] = spawnstruct(); + /* 2:03 */waypoints[154].origin = ( -1519.5, 428.417, 1548.82 ); + /* 2:03 */waypoints[154].type = "climb"; + /* 2:03 */waypoints[154].children[0] = 146; + /* 2:03 */waypoints[154].children[1] = 155; + /* 2:03 */waypoints[154].angles = ( 13.288, 81.6559, 0 ); + /* 2:03 */waypoints[155] = spawnstruct(); + /* 2:03 */waypoints[155].origin = ( -1496.45, 479.667, 1576 ); + /* 2:03 */waypoints[155].type = "stand"; + /* 2:03 */waypoints[155].children[0] = 154; + /* 2:03 */waypoints[155].children[1] = 156; + /* 2:03 */waypoints[156] = spawnstruct(); + /* 2:03 */waypoints[156].origin = ( -1429.78, 554.518, 1576.13 ); + /* 2:03 */waypoints[156].type = "stand"; + /* 2:03 */waypoints[156].children[0] = 155; + /* 2:03 */waypoints[156].children[1] = 157; + /* 2:03 */waypoints[157] = spawnstruct(); + /* 2:03 */waypoints[157].origin = ( -1516.25, 614.178, 1576.13 ); + /* 2:03 */waypoints[157].type = "stand"; + /* 2:03 */waypoints[157].children[0] = 156; + /* 2:03 */waypoints[157].children[1] = 158; + /* 2:03 */waypoints[157].children[2] = 160; + /* 2:03 */waypoints[158] = spawnstruct(); + /* 2:03 */waypoints[158].origin = ( -1578.85, 527.655, 1581.29 ); + /* 2:03 */waypoints[158].type = "stand"; + /* 2:03 */waypoints[158].children[0] = 157; + /* 2:03 */waypoints[158].children[1] = 159; + /* 2:03 */waypoints[159] = spawnstruct(); + /* 2:03 */waypoints[159].origin = ( -1617.99, 530.8, 1548.37 ); + /* 2:03 */waypoints[159].type = "climb"; + /* 2:03 */waypoints[159].children[0] = 148; + /* 2:03 */waypoints[159].children[1] = 158; + /* 2:03 */waypoints[159].angles = ( 8.70117, 4.60327, 0 ); + /* 2:03 */waypoints[160] = spawnstruct(); + /* 2:03 */waypoints[160].origin = ( -1432.89, 639.105, 1548.84 ); + /* 2:03 */waypoints[160].type = "climb"; + /* 2:03 */waypoints[160].children[0] = 29; + /* 2:03 */waypoints[160].children[1] = 157; + /* 2:03 */waypoints[160].angles = ( 9.8053, -130.518, 0 ); + /* 2:03 */waypoints[161] = spawnstruct(); + /* 2:03 */waypoints[161].origin = ( -1440.43, 872.613, 1545.68 ); + /* 2:03 */waypoints[161].type = "stand"; + /* 2:03 */waypoints[161].children[0] = 29; + /* 2:03 */waypoints[161].children[1] = 162; + /* 2:03 */waypoints[162] = spawnstruct(); + /* 2:03 */waypoints[162].origin = ( -1412.4, 1103.74, 1540.13 ); + /* 2:03 */waypoints[162].type = "stand"; + /* 2:03 */waypoints[162].children[0] = 161; + /* 2:03 */waypoints[162].children[1] = 163; + /* 2:03 */waypoints[162].children[2] = 164; + /* 2:03 */waypoints[163] = spawnstruct(); + /* 2:03 */waypoints[163].origin = ( -1635.02, 1105.26, 1537.51 ); + /* 2:03 */waypoints[163].type = "stand"; + /* 2:03 */waypoints[163].children[0] = 162; + /* 2:03 */waypoints[163].children[1] = 35; + /* 2:03 */waypoints[163].children[2] = 36; + /* 2:03 */waypoints[164] = spawnstruct(); + /* 2:03 */waypoints[164].origin = ( -1441.47, 1311.14, 1541.99 ); + /* 2:03 */waypoints[164].type = "stand"; + /* 2:03 */waypoints[164].children[0] = 162; + /* 2:03 */waypoints[164].children[1] = 165; + /* 2:03 */waypoints[164].children[2] = 166; + /* 2:03 */waypoints[164].children[3] = 242; + /* 2:03 */waypoints[165] = spawnstruct(); + /* 2:03 */waypoints[165].origin = ( -1667.27, 1344.49, 1539.16 ); + /* 2:03 */waypoints[165].type = "stand"; + /* 2:03 */waypoints[165].children[0] = 164; + /* 2:03 */waypoints[165].children[1] = 37; + /* 2:03 */waypoints[165].children[2] = 166; + /* 2:03 */waypoints[166] = spawnstruct(); + /* 2:03 */waypoints[166].origin = ( -1530.42, 1513.04, 1547.13 ); + /* 2:03 */waypoints[166].type = "stand"; + /* 2:03 */waypoints[166].children[0] = 164; + /* 2:03 */waypoints[166].children[1] = 168; + /* 2:03 */waypoints[166].children[2] = 171; + /* 2:03 */waypoints[166].children[3] = 165; + /* 2:03 */waypoints[167] = spawnstruct(); + /* 2:03 */waypoints[167].origin = ( -1391.15, 1811.82, 1552.13 ); + /* 2:03 */waypoints[167].type = "stand"; + /* 2:03 */waypoints[167].children[0] = 52; + /* 2:03 */waypoints[167].children[1] = 47; + /* 2:03 */waypoints[167].children[2] = 244; + /* 2:03 */waypoints[167].children[3] = 316; + /* 2:03 */waypoints[168] = spawnstruct(); + /* 2:03 */waypoints[168].origin = ( -1622.38, 1640.46, 1552.13 ); + /* 2:03 */waypoints[168].type = "stand"; + /* 2:03 */waypoints[168].children[0] = 166; + /* 2:03 */waypoints[168].children[1] = 44; + /* 2:03 */waypoints[168].children[2] = 169; + /* 2:03 */waypoints[168].children[3] = 171; + /* 2:03 */waypoints[169] = spawnstruct(); + /* 2:03 */waypoints[169].origin = ( -1833.3, 1595.1, 1552.13 ); + /* 2:03 */waypoints[169].type = "stand"; + /* 2:03 */waypoints[169].children[0] = 168; + /* 2:03 */waypoints[169].children[1] = 170; + /* 2:03 */waypoints[169].children[2] = 44; + /* 2:03 */waypoints[169].children[3] = 171; + /* 2:03 */waypoints[170] = spawnstruct(); + /* 2:03 */waypoints[170].origin = ( -2061.27, 1595.34, 1552.13 ); + /* 2:03 */waypoints[170].type = "stand"; + /* 2:03 */waypoints[170].children[0] = 169; + /* 2:03 */waypoints[170].children[1] = 42; + /* 2:03 */waypoints[171] = spawnstruct(); + /* 2:03 */waypoints[171].origin = ( -1516.49, 1642.23, 1552.13 ); + /* 2:03 */waypoints[171].type = "stand"; + /* 2:03 */waypoints[171].children[0] = 166; + /* 2:03 */waypoints[171].children[1] = 168; + /* 2:03 */waypoints[171].children[2] = 169; + /* 2:03 */waypoints[171].children[3] = 316; + /* 2:03 */waypoints[172] = spawnstruct(); + /* 2:03 */waypoints[172].origin = ( -1279.12, 1570.13, 1552.13 ); + /* 2:03 */waypoints[172].type = "crouch"; + /* 2:03 */waypoints[172].children[0] = 316; + /* 2:03 */waypoints[172].angles = ( 1.26343, 142.147, 0 ); + /* 2:03 */waypoints[173] = spawnstruct(); + /* 2:03 */waypoints[173].origin = ( 4.20834, 2452.06, 1605.55 ); + /* 2:03 */waypoints[173].type = "stand"; + /* 2:03 */waypoints[173].children[0] = 78; + /* 2:03 */waypoints[173].children[1] = 174; + /* 2:03 */waypoints[173].children[2] = 177; + /* 2:03 */waypoints[174] = spawnstruct(); + /* 2:03 */waypoints[174].origin = ( 333.537, 2166.7, 1603.73 ); + /* 2:03 */waypoints[174].type = "stand"; + /* 2:03 */waypoints[174].children[0] = 173; + /* 2:03 */waypoints[174].children[1] = 175; + /* 2:03 */waypoints[174].children[2] = 177; + /* 2:03 */waypoints[174].children[3] = 178; + /* 2:03 */waypoints[175] = spawnstruct(); + /* 2:03 */waypoints[175].origin = ( 743.881, 2166.39, 1697.13 ); + /* 2:03 */waypoints[175].type = "stand"; + /* 2:03 */waypoints[175].children[0] = 174; + /* 2:03 */waypoints[175].children[1] = 176; + /* 2:03 */waypoints[176] = spawnstruct(); + /* 2:03 */waypoints[176].origin = ( 981.332, 2148.62, 1700.13 ); + /* 2:03 */waypoints[176].type = "stand"; + /* 2:03 */waypoints[176].children[0] = 175; + /* 2:03 */waypoints[176].children[1] = 191; + /* 2:03 */waypoints[176].children[2] = 192; + /* 2:03 */waypoints[177] = spawnstruct(); + /* 2:03 */waypoints[177].origin = ( 132.885, 2227.87, 1606.7 ); + /* 2:03 */waypoints[177].type = "stand"; + /* 2:03 */waypoints[177].children[0] = 173; + /* 2:03 */waypoints[177].children[1] = 178; + /* 2:03 */waypoints[177].children[2] = 174; + /* 2:03 */waypoints[178] = spawnstruct(); + /* 2:03 */waypoints[178].origin = ( 143.646, 1947.03, 1601.13 ); + /* 2:03 */waypoints[178].type = "stand"; + /* 2:03 */waypoints[178].children[0] = 177; + /* 2:03 */waypoints[178].children[1] = 179; + /* 2:03 */waypoints[178].children[2] = 174; + /* 2:03 */waypoints[179] = spawnstruct(); + /* 2:03 */waypoints[179].origin = ( 237.869, 1736.83, 1601.13 ); + /* 2:03 */waypoints[179].type = "stand"; + /* 2:03 */waypoints[179].children[0] = 178; + /* 2:03 */waypoints[179].children[1] = 180; + /* 2:03 */waypoints[180] = spawnstruct(); + /* 2:03 */waypoints[180].origin = ( 426.556, 1560.01, 1601.13 ); + /* 2:03 */waypoints[180].type = "stand"; + /* 2:03 */waypoints[180].children[0] = 179; + /* 2:03 */waypoints[180].children[1] = 181; + /* 2:03 */waypoints[180].children[2] = 9; + /* 2:03 */waypoints[180].children[3] = 306; + /* 2:03 */waypoints[181] = spawnstruct(); + /* 2:03 */waypoints[181].origin = ( 590.032, 1457.12, 1604.13 ); + /* 2:03 */waypoints[181].type = "stand"; + /* 2:03 */waypoints[181].children[0] = 180; + /* 2:03 */waypoints[181].children[1] = 182; + /* 2:03 */waypoints[181].children[2] = 183; + /* 2:03 */waypoints[181].children[3] = 184; + /* 2:03 */waypoints[182] = spawnstruct(); + /* 2:03 */waypoints[182].origin = ( 1004.07, 1445.37, 1698.91 ); + /* 2:03 */waypoints[182].type = "stand"; + /* 2:03 */waypoints[182].children[0] = 181; + /* 2:03 */waypoints[182].children[1] = 112; + /* 2:03 */waypoints[182].children[2] = 196; + /* 2:03 */waypoints[183] = spawnstruct(); + /* 2:03 */waypoints[183].origin = ( 829.69, 1514.49, 1676.13 ); + /* 2:03 */waypoints[183].type = "stand"; + /* 2:03 */waypoints[183].children[0] = 181; + /* 2:03 */waypoints[183].children[1] = 112; + /* 2:03 */waypoints[184] = spawnstruct(); + /* 2:03 */waypoints[184].origin = ( 774.977, 1388.25, 1667.4 ); + /* 2:03 */waypoints[184].type = "stand"; + /* 2:03 */waypoints[184].children[0] = 181; + /* 2:03 */waypoints[184].children[1] = 185; + /* 2:03 */waypoints[185] = spawnstruct(); + /* 2:03 */waypoints[185].origin = ( 1080.92, 1596.29, 1701.3 ); + /* 2:03 */waypoints[185].type = "stand"; + /* 2:03 */waypoints[185].children[0] = 184; + /* 2:03 */waypoints[185].children[1] = 186; + /* 2:03 */waypoints[186] = spawnstruct(); + /* 2:03 */waypoints[186].origin = ( 1040.98, 1802.85, 1698.47 ); + /* 2:03 */waypoints[186].type = "stand"; + /* 2:03 */waypoints[186].children[0] = 185; + /* 2:03 */waypoints[186].children[1] = 187; + /* 2:03 */waypoints[186].children[2] = 188; + /* 2:03 */waypoints[186].children[3] = 195; + /* 2:03 */waypoints[187] = spawnstruct(); + /* 2:03 */waypoints[187].origin = ( 975.125, 1904.88, 1703.66 ); + /* 2:03 */waypoints[187].type = "crouch"; + /* 2:03 */waypoints[187].children[0] = 186; + /* 2:03 */waypoints[187].angles = ( -0.318604, -44.9176, 0 ); + /* 2:03 */waypoints[188] = spawnstruct(); + /* 2:03 */waypoints[188].origin = ( 1184.87, 1817.37, 1699.34 ); + /* 2:03 */waypoints[188].type = "stand"; + /* 2:03 */waypoints[188].children[0] = 186; + /* 2:03 */waypoints[188].children[1] = 189; + /* 2:03 */waypoints[189] = spawnstruct(); + /* 2:03 */waypoints[189].origin = ( 1275.82, 1886.62, 1697.47 ); + /* 2:03 */waypoints[189].type = "stand"; + /* 2:03 */waypoints[189].children[0] = 188; + /* 2:03 */waypoints[189].children[1] = 190; + /* 2:03 */waypoints[189].children[2] = 195; + /* 2:03 */waypoints[190] = spawnstruct(); + /* 2:03 */waypoints[190].origin = ( 1265.82, 2010.81, 1696.13 ); + /* 2:03 */waypoints[190].type = "stand"; + /* 2:03 */waypoints[190].children[0] = 189; + /* 2:03 */waypoints[190].children[1] = 191; + /* 2:03 */waypoints[190].children[2] = 193; + /* 2:03 */waypoints[191] = spawnstruct(); + /* 2:03 */waypoints[191].origin = ( 1114.99, 2012.89, 1697.51 ); + /* 2:03 */waypoints[191].type = "stand"; + /* 2:03 */waypoints[191].children[0] = 190; + /* 2:03 */waypoints[191].children[1] = 176; + /* 2:03 */waypoints[192] = spawnstruct(); + /* 2:03 */waypoints[192].origin = ( 1182.57, 2305.24, 1700.13 ); + /* 2:03 */waypoints[192].type = "stand"; + /* 2:03 */waypoints[192].children[0] = 176; + /* 2:03 */waypoints[192].children[1] = 95; + /* 2:03 */waypoints[192].children[2] = 193; + /* 2:03 */waypoints[193] = spawnstruct(); + /* 2:03 */waypoints[193].origin = ( 1322, 2142.75, 1697.41 ); + /* 2:03 */waypoints[193].type = "stand"; + /* 2:03 */waypoints[193].children[0] = 190; + /* 2:03 */waypoints[193].children[1] = 194; + /* 2:03 */waypoints[193].children[2] = 192; + /* 2:03 */waypoints[193].children[3] = 94; + /* 2:03 */waypoints[194] = spawnstruct(); + /* 2:03 */waypoints[194].origin = ( 1294.16, 1738.72, 1700.39 ); + /* 2:03 */waypoints[194].type = "stand"; + /* 2:03 */waypoints[194].children[0] = 193; + /* 2:03 */waypoints[194].children[1] = 111; + /* 2:03 */waypoints[194].children[2] = 195; + /* 2:03 */waypoints[195] = spawnstruct(); + /* 2:03 */waypoints[195].origin = ( 1413.36, 1726.76, 1696.17 ); + /* 2:03 */waypoints[195].type = "stand"; + /* 2:03 */waypoints[195].children[0] = 96; + /* 2:03 */waypoints[195].children[1] = 194; + /* 2:03 */waypoints[195].children[2] = 111; + /* 2:03 */waypoints[195].children[3] = 189; + /* 2:03 */waypoints[195].children[4] = 186; + /* 2:03 */waypoints[195].children[5] = 273; + /* 2:03 */waypoints[196] = spawnstruct(); + /* 2:03 */waypoints[196].origin = ( 1023.15, 1226.89, 1698.45 ); + /* 2:03 */waypoints[196].type = "stand"; + /* 2:03 */waypoints[196].children[0] = 182; + /* 2:03 */waypoints[196].children[1] = 112; + /* 2:03 */waypoints[196].children[2] = 197; + /* 2:03 */waypoints[196].children[3] = 202; + /* 2:03 */waypoints[196].children[4] = 272; + /* 2:03 */waypoints[196].children[5] = 288; + /* 2:03 */waypoints[197] = spawnstruct(); + /* 2:03 */waypoints[197].origin = ( 582.632, 1191.33, 1735.13 ); + /* 2:03 */waypoints[197].type = "stand"; + /* 2:03 */waypoints[197].children[0] = 196; + /* 2:03 */waypoints[197].children[1] = 198; + /* 2:03 */waypoints[197].children[2] = 272; + /* 2:03 */waypoints[198] = spawnstruct(); + /* 2:03 */waypoints[198].origin = ( 565.761, 976.126, 1735.13 ); + /* 2:03 */waypoints[198].type = "stand"; + /* 2:03 */waypoints[198].children[0] = 197; + /* 2:03 */waypoints[198].children[1] = 199; + /* 2:03 */waypoints[198].children[2] = 203; + /* 2:03 */waypoints[198].children[3] = 205; + /* 2:03 */waypoints[198].children[4] = 206; + /* 2:03 */waypoints[198].children[5] = 314; + /* 2:03 */waypoints[199] = spawnstruct(); + /* 2:03 */waypoints[199].origin = ( 793.526, 915.008, 1743.13 ); + /* 2:03 */waypoints[199].type = "stand"; + /* 2:03 */waypoints[199].children[0] = 198; + /* 2:03 */waypoints[199].children[1] = 204; + /* 2:03 */waypoints[199].children[2] = 286; + /* 2:03 */waypoints[200] = spawnstruct(); + /* 2:03 */waypoints[200].origin = ( 915.204, 680.658, 1743.13 ); + /* 2:03 */waypoints[200].type = "stand"; + /* 2:03 */waypoints[200].children[0] = 201; + /* 2:03 */waypoints[200].children[1] = 204; + /* 2:03 */waypoints[200].children[2] = 286; + /* 2:03 */waypoints[201] = spawnstruct(); + /* 2:03 */waypoints[201].origin = ( 1022.84, 677.243, 1740.13 ); + /* 2:03 */waypoints[201].type = "stand"; + /* 2:03 */waypoints[201].children[0] = 200; + /* 2:03 */waypoints[201].children[1] = 115; + /* 2:03 */waypoints[201].children[2] = 116; + /* 2:03 */waypoints[201].children[3] = 202; + /* 2:03 */waypoints[202] = spawnstruct(); + /* 2:03 */waypoints[202].origin = ( 1014.14, 896.129, 1740.13 ); + /* 2:03 */waypoints[202].type = "stand"; + /* 2:03 */waypoints[202].children[0] = 201; + /* 2:03 */waypoints[202].children[1] = 196; + /* 2:03 */waypoints[202].children[2] = 285; + /* 2:03 */waypoints[203] = spawnstruct(); + /* 2:03 */waypoints[203].origin = ( 793.002, 1006.49, 1743.13 ); + /* 2:03 */waypoints[203].type = "stand"; + /* 2:03 */waypoints[203].children[0] = 198; + /* 2:03 */waypoints[203].children[1] = 204; + /* 2:03 */waypoints[204] = spawnstruct(); + /* 2:03 */waypoints[204].origin = ( 728.41, 711.594, 1743.13 ); + /* 2:03 */waypoints[204].type = "stand"; + /* 2:03 */waypoints[204].children[0] = 203; + /* 2:03 */waypoints[204].children[1] = 200; + /* 2:03 */waypoints[204].children[2] = 199; + /* 2:03 */waypoints[204].children[3] = 315; + /* 2:03 */waypoints[205] = spawnstruct(); + /* 2:03 */waypoints[205].origin = ( 534.882, 657.536, 1616.13 ); + /* 2:03 */waypoints[205].type = "stand"; + /* 2:03 */waypoints[205].children[0] = 198; + /* 2:03 */waypoints[205].children[1] = 206; + /* 2:03 */waypoints[205].children[2] = 314; + /* 2:03 */waypoints[206] = spawnstruct(); + /* 2:03 */waypoints[206].origin = ( 456.002, 658.869, 1606.13 ); + /* 2:03 */waypoints[206].type = "stand"; + /* 2:03 */waypoints[206].children[0] = 205; + /* 2:03 */waypoints[206].children[1] = 198; + /* 2:03 */waypoints[206].children[2] = 297; + /* 2:03 */waypoints[207] = spawnstruct(); + /* 2:03 */waypoints[207].origin = ( 395.323, 470.934, 1600.9 ); + /* 2:03 */waypoints[207].type = "stand"; + /* 2:03 */waypoints[207].children[0] = 8; + /* 2:03 */waypoints[207].children[1] = 7; + /* 2:03 */waypoints[207].children[2] = 208; + /* 2:03 */waypoints[207].children[3] = 270; + /* 2:03 */waypoints[207].children[4] = 297; + /* 2:03 */waypoints[208] = spawnstruct(); + /* 2:03 */waypoints[208].origin = ( 635.659, 351.655, 1599.02 ); + /* 2:03 */waypoints[208].type = "stand"; + /* 2:03 */waypoints[208].children[0] = 207; + /* 2:03 */waypoints[208].children[1] = 209; + /* 2:03 */waypoints[208].children[2] = 7; + /* 2:03 */waypoints[209] = spawnstruct(); + /* 2:03 */waypoints[209].origin = ( 781.431, 43.7157, 1597.14 ); + /* 2:03 */waypoints[209].type = "stand"; + /* 2:03 */waypoints[209].children[0] = 208; + /* 2:03 */waypoints[209].children[1] = 3; + /* 2:03 */waypoints[210] = spawnstruct(); + /* 2:03 */waypoints[210].origin = ( -980.908, 733.319, 1542.21 ); + /* 2:03 */waypoints[210].type = "stand"; + /* 2:03 */waypoints[210].children[0] = 16; + /* 2:03 */waypoints[210].children[1] = 211; + /* 2:03 */waypoints[211] = spawnstruct(); + /* 2:03 */waypoints[211].origin = ( -1279.41, 748.408, 1536.32 ); + /* 2:03 */waypoints[211].type = "stand"; + /* 2:03 */waypoints[211].children[0] = 210; + /* 2:03 */waypoints[211].children[1] = 29; + /* 2:03 */waypoints[211].children[2] = 33; + /* 2:03 */waypoints[212] = spawnstruct(); + /* 2:03 */waypoints[212].origin = ( -893.136, 801.662, 1573.34 ); + /* 2:03 */waypoints[212].type = "stand"; + /* 2:03 */waypoints[212].children[0] = 16; + /* 2:03 */waypoints[212].children[1] = 213; + /* 2:03 */waypoints[213] = spawnstruct(); + /* 2:03 */waypoints[213].origin = ( -1225.93, 795.99, 1537.54 ); + /* 2:03 */waypoints[213].type = "stand"; + /* 2:03 */waypoints[213].children[0] = 212; + /* 2:03 */waypoints[213].children[1] = 29; + /* 2:03 */waypoints[213].children[2] = 31; + /* 2:03 */waypoints[214] = spawnstruct(); + /* 2:03 */waypoints[214].origin = ( 1779.93, 33.8675, 1856.13 ); + /* 2:03 */waypoints[214].type = "stand"; + /* 2:03 */waypoints[214].children[0] = 215; + /* 2:03 */waypoints[214].children[1] = 225; + /* 2:03 */waypoints[214].children[2] = 223; + /* 2:03 */waypoints[214].children[3] = 4; + /* 2:03 */waypoints[215] = spawnstruct(); + /* 2:03 */waypoints[215].origin = ( 1674.93, 268.404, 1856.13 ); + /* 2:03 */waypoints[215].type = "stand"; + /* 2:03 */waypoints[215].children[0] = 214; + /* 2:03 */waypoints[215].children[1] = 216; + /* 2:03 */waypoints[215].children[2] = 236; + /* 2:03 */waypoints[216] = spawnstruct(); + /* 2:03 */waypoints[216].origin = ( 1517.33, 552.854, 1856.13 ); + /* 2:03 */waypoints[216].type = "stand"; + /* 2:03 */waypoints[216].children[0] = 215; + /* 2:03 */waypoints[216].children[1] = 217; + /* 2:03 */waypoints[216].children[2] = 236; + /* 2:03 */waypoints[217] = spawnstruct(); + /* 2:03 */waypoints[217].origin = ( 1504.66, 708.953, 1856.13 ); + /* 2:03 */waypoints[217].type = "stand"; + /* 2:03 */waypoints[217].children[0] = 216; + /* 2:03 */waypoints[217].children[1] = 218; + /* 2:03 */waypoints[217].children[2] = 233; + /* 2:03 */waypoints[217].children[3] = 235; + /* 2:03 */waypoints[217].children[4] = 237; + /* 2:03 */waypoints[218] = spawnstruct(); + /* 2:03 */waypoints[218].origin = ( 2090.28, 718.415, 1856.13 ); + /* 2:03 */waypoints[218].type = "stand"; + /* 2:03 */waypoints[218].children[0] = 217; + /* 2:03 */waypoints[218].children[1] = 219; + /* 2:03 */waypoints[218].children[2] = 228; + /* 2:03 */waypoints[218].children[3] = 229; + /* 2:03 */waypoints[219] = spawnstruct(); + /* 2:03 */waypoints[219].origin = ( 2266.96, 749.609, 1864.13 ); + /* 2:03 */waypoints[219].type = "stand"; + /* 2:03 */waypoints[219].children[0] = 218; + /* 2:03 */waypoints[219].children[1] = 220; + /* 2:03 */waypoints[220] = spawnstruct(); + /* 2:03 */waypoints[220].origin = ( 2267.92, 596.629, 1864.13 ); + /* 2:03 */waypoints[220].type = "stand"; + /* 2:03 */waypoints[220].children[0] = 219; + /* 2:03 */waypoints[220].children[1] = 221; + /* 2:03 */waypoints[220].children[2] = 228; + /* 2:03 */waypoints[221] = spawnstruct(); + /* 2:03 */waypoints[221].origin = ( 2267.89, 429.903, 1864.13 ); + /* 2:03 */waypoints[221].type = "stand"; + /* 2:03 */waypoints[221].children[0] = 220; + /* 2:03 */waypoints[221].children[1] = 222; + /* 2:03 */waypoints[221].children[2] = 227; + /* 2:03 */waypoints[222] = spawnstruct(); + /* 2:03 */waypoints[222].origin = ( 2267.72, 193.876, 1856.13 ); + /* 2:03 */waypoints[222].type = "stand"; + /* 2:03 */waypoints[222].children[0] = 221; + /* 2:03 */waypoints[222].children[1] = 223; + /* 2:03 */waypoints[222].children[2] = 226; + /* 2:03 */waypoints[223] = spawnstruct(); + /* 2:03 */waypoints[223].origin = ( 2141.04, 128.231, 1856.13 ); + /* 2:03 */waypoints[223].type = "stand"; + /* 2:03 */waypoints[223].children[0] = 222; + /* 2:03 */waypoints[223].children[1] = 224; + /* 2:03 */waypoints[223].children[2] = 214; + /* 2:03 */waypoints[223].children[3] = 227; + /* 2:03 */waypoints[224] = spawnstruct(); + /* 2:03 */waypoints[224].origin = ( 2021.11, 1.49916, 1856.13 ); + /* 2:03 */waypoints[224].type = "stand"; + /* 2:03 */waypoints[224].children[0] = 223; + /* 2:03 */waypoints[224].children[1] = 225; + /* 2:03 */waypoints[225] = spawnstruct(); + /* 2:03 */waypoints[225].origin = ( 1913.17, -79.5171, 1856.13 ); + /* 2:03 */waypoints[225].type = "stand"; + /* 2:03 */waypoints[225].children[0] = 224; + /* 2:03 */waypoints[225].children[1] = 214; + /* 2:03 */waypoints[226] = spawnstruct(); + /* 2:03 */waypoints[226].origin = ( 2368.58, 11.459, 1856.13 ); + /* 2:03 */waypoints[226].type = "crouch"; + /* 2:03 */waypoints[226].children[0] = 222; + /* 2:03 */waypoints[226].angles = ( 1.41724, 152.007, 0 ); + /* 2:03 */waypoints[227] = spawnstruct(); + /* 2:03 */waypoints[227].origin = ( 2131.19, 332.092, 1856.13 ); + /* 2:03 */waypoints[227].type = "stand"; + /* 2:03 */waypoints[227].children[0] = 223; + /* 2:03 */waypoints[227].children[1] = 228; + /* 2:03 */waypoints[227].children[2] = 221; + /* 2:03 */waypoints[227].children[3] = 294; + /* 2:03 */waypoints[228] = spawnstruct(); + /* 2:03 */waypoints[228].origin = ( 2129.4, 623.752, 1856.13 ); + /* 2:03 */waypoints[228].type = "stand"; + /* 2:03 */waypoints[228].children[0] = 227; + /* 2:03 */waypoints[228].children[1] = 218; + /* 2:03 */waypoints[228].children[2] = 220; + /* 2:03 */waypoints[228].children[3] = 229; + /* 2:03 */waypoints[229] = spawnstruct(); + /* 2:03 */waypoints[229].origin = ( 2151.86, 801.597, 1837.14 ); + /* 2:03 */waypoints[229].type = "stand"; + /* 2:03 */waypoints[229].children[0] = 218; + /* 2:03 */waypoints[229].children[1] = 230; + /* 2:03 */waypoints[229].children[2] = 228; + /* 2:03 */waypoints[230] = spawnstruct(); + /* 2:03 */waypoints[230].origin = ( 2152.17, 960.85, 1796.13 ); + /* 2:03 */waypoints[230].type = "stand"; + /* 2:03 */waypoints[230].children[0] = 229; + /* 2:03 */waypoints[230].children[1] = 231; + /* 2:03 */waypoints[230].children[2] = 232; + /* 2:03 */waypoints[231] = spawnstruct(); + /* 2:03 */waypoints[231].origin = ( 2040.8, 1023.61, 1796.13 ); + /* 2:03 */waypoints[231].type = "stand"; + /* 2:03 */waypoints[231].children[0] = 230; + /* 2:03 */waypoints[231].children[1] = 105; + /* 2:03 */waypoints[231].children[2] = 293; + /* 2:03 */waypoints[232] = spawnstruct(); + /* 2:03 */waypoints[232].origin = ( 2248.88, 959.125, 1796.13 ); + /* 2:03 */waypoints[232].type = "crouch"; + /* 2:03 */waypoints[232].children[0] = 230; + /* 2:03 */waypoints[232].angles = ( 6.79504, 142.822, 0 ); + /* 2:03 */waypoints[233] = spawnstruct(); + /* 2:03 */waypoints[233].origin = ( 1469.79, 982.229, 1856.13 ); + /* 2:03 */waypoints[233].type = "stand"; + /* 2:03 */waypoints[233].children[0] = 217; + /* 2:03 */waypoints[233].children[1] = 234; + /* 2:03 */waypoints[233].children[2] = 235; + /* 2:03 */waypoints[233].children[3] = 237; + /* 2:03 */waypoints[234] = spawnstruct(); + /* 2:03 */waypoints[234].origin = ( 1552.43, 1051.1, 1856.13 ); + /* 2:03 */waypoints[234].type = "stand"; + /* 2:03 */waypoints[234].children[0] = 233; + /* 2:03 */waypoints[234].children[1] = 235; + /* 2:03 */waypoints[234].children[2] = 237; + /* 2:03 */waypoints[235] = spawnstruct(); + /* 2:03 */waypoints[235].origin = ( 1508.85, 940.694, 1856.13 ); + /* 2:03 */waypoints[235].type = "stand"; + /* 2:03 */waypoints[235].children[0] = 234; + /* 2:03 */waypoints[235].children[1] = 217; + /* 2:03 */waypoints[235].children[2] = 233; + /* 2:03 */waypoints[235].children[3] = 237; + /* 2:03 */waypoints[236] = spawnstruct(); + /* 2:03 */waypoints[236].origin = ( 1631.76, 454.385, 1856.13 ); + /* 2:03 */waypoints[236].type = "stand"; + /* 2:03 */waypoints[236].children[0] = 215; + /* 2:03 */waypoints[236].children[1] = 216; + /* 2:03 */waypoints[236].children[2] = 237; + /* 2:03 */waypoints[237] = spawnstruct(); + /* 2:03 */waypoints[237].origin = ( 1453.08, 712.588, 1856.13 ); + /* 2:03 */waypoints[237].type = "stand"; + /* 2:03 */waypoints[237].children[0] = 236; + /* 2:03 */waypoints[237].children[1] = 217; + /* 2:03 */waypoints[237].children[2] = 235; + /* 2:03 */waypoints[237].children[3] = 234; + /* 2:03 */waypoints[237].children[4] = 233; + /* 2:03 */waypoints[238] = spawnstruct(); + /* 2:03 */waypoints[238].origin = ( -138.527, 1100.87, 1600.13 ); + /* 2:03 */waypoints[238].type = "stand"; + /* 2:03 */waypoints[238].children[0] = 11; + /* 2:03 */waypoints[238].children[1] = 13; + /* 2:03 */waypoints[238].children[2] = 299; + /* 2:03 */waypoints[239] = spawnstruct(); + /* 2:03 */waypoints[239].origin = ( -45.7311, 1108.4, 1600.13 ); + /* 2:03 */waypoints[239].type = "stand"; + /* 2:03 */waypoints[239].children[0] = 11; + /* 2:03 */waypoints[239].children[1] = 13; + /* 2:03 */waypoints[239].children[2] = 299; + /* 2:03 */waypoints[240] = spawnstruct(); + /* 2:03 */waypoints[240].origin = ( -431.733, 745.363, 1600.13 ); + /* 2:03 */waypoints[240].type = "stand"; + /* 2:03 */waypoints[240].children[0] = 11; + /* 2:03 */waypoints[240].children[1] = 16; + /* 2:03 */waypoints[241] = spawnstruct(); + /* 2:03 */waypoints[241].origin = ( 192.897, 787.109, 1600.13 ); + /* 2:03 */waypoints[241].type = "stand"; + /* 2:03 */waypoints[241].children[0] = 11; + /* 2:03 */waypoints[241].children[1] = 9; + /* 2:03 */waypoints[242] = spawnstruct(); + /* 2:03 */waypoints[242].origin = ( -1345.23, 1518.88, 1552.06 ); + /* 2:03 */waypoints[242].type = "crouch"; + /* 2:03 */waypoints[242].children[0] = 164; + /* 2:03 */waypoints[242].angles = ( 3.94958, -130.847, 0 ); + /* 2:03 */waypoints[243] = spawnstruct(); + /* 2:03 */waypoints[243].origin = ( -1926.71, 2236.31, 1552.13 ); + /* 2:03 */waypoints[243].type = "stand"; + /* 2:03 */waypoints[243].children[0] = 244; + /* 2:03 */waypoints[243].children[1] = 246; + /* 2:03 */waypoints[243].children[2] = 252; + /* 2:03 */waypoints[243].children[3] = 253; + /* 2:03 */waypoints[243].children[4] = 317; + /* 2:03 */waypoints[244] = spawnstruct(); + /* 2:03 */waypoints[244].origin = ( -1588.78, 2210.81, 1552.13 ); + /* 2:03 */waypoints[244].type = "stand"; + /* 2:03 */waypoints[244].children[0] = 243; + /* 2:03 */waypoints[244].children[1] = 52; + /* 2:03 */waypoints[244].children[2] = 167; + /* 2:03 */waypoints[244].children[3] = 252; + /* 2:03 */waypoints[244].children[4] = 253; + /* 2:03 */waypoints[245] = spawnstruct(); + /* 2:03 */waypoints[245].origin = ( -2015.81, 2035.24, 1552.13 ); + /* 2:03 */waypoints[245].type = "stand"; + /* 2:03 */waypoints[245].children[0] = 246; + /* 2:03 */waypoints[245].children[1] = 45; + /* 2:03 */waypoints[245].children[2] = 317; + /* 2:03 */waypoints[246] = spawnstruct(); + /* 2:03 */waypoints[246].origin = ( -1912.56, 2054.54, 1552.13 ); + /* 2:03 */waypoints[246].type = "stand"; + /* 2:03 */waypoints[246].children[0] = 245; + /* 2:03 */waypoints[246].children[1] = 247; + /* 2:03 */waypoints[246].children[2] = 243; + /* 2:03 */waypoints[246].children[3] = 251; + /* 2:03 */waypoints[247] = spawnstruct(); + /* 2:03 */waypoints[247].origin = ( -1838.88, 2050.38, 1552.13 ); + /* 2:03 */waypoints[247].type = "stand"; + /* 2:03 */waypoints[247].children[0] = 246; + /* 2:03 */waypoints[247].children[1] = 248; + /* 2:03 */waypoints[247].children[2] = 252; + /* 2:03 */waypoints[248] = spawnstruct(); + /* 2:03 */waypoints[248].origin = ( -1745.26, 2050.27, 1552.13 ); + /* 2:03 */waypoints[248].type = "stand"; + /* 2:03 */waypoints[248].children[0] = 247; + /* 2:03 */waypoints[248].children[1] = 249; + /* 2:03 */waypoints[248].children[2] = 253; + /* 2:03 */waypoints[248].children[3] = 254; + /* 2:03 */waypoints[249] = spawnstruct(); + /* 2:03 */waypoints[249].origin = ( -1682.9, 2046.68, 1552.13 ); + /* 2:03 */waypoints[249].type = "stand"; + /* 2:03 */waypoints[249].children[0] = 248; + /* 2:03 */waypoints[249].children[1] = 250; + /* 2:03 */waypoints[249].children[2] = 52; + /* 2:03 */waypoints[250] = spawnstruct(); + /* 2:03 */waypoints[250].origin = ( -1655, 1896.06, 1552.13 ); + /* 2:03 */waypoints[250].type = "stand"; + /* 2:03 */waypoints[250].children[0] = 249; + /* 2:03 */waypoints[250].children[1] = 47; + /* 2:03 */waypoints[250].children[2] = 254; + /* 2:03 */waypoints[251] = spawnstruct(); + /* 2:03 */waypoints[251].origin = ( -1905.13, 1863.56, 1552.13 ); + /* 2:03 */waypoints[251].type = "stand"; + /* 2:03 */waypoints[251].children[0] = 246; + /* 2:03 */waypoints[251].children[1] = 46; + /* 2:03 */waypoints[251].children[2] = 45; + /* 2:03 */waypoints[251].children[3] = 254; + /* 2:03 */waypoints[252] = spawnstruct(); + /* 2:03 */waypoints[252].origin = ( -1832.78, 2235.44, 1552.13 ); + /* 2:03 */waypoints[252].type = "stand"; + /* 2:03 */waypoints[252].children[0] = 247; + /* 2:03 */waypoints[252].children[1] = 243; + /* 2:03 */waypoints[252].children[2] = 244; + /* 2:03 */waypoints[252].children[3] = 253; + /* 2:03 */waypoints[253] = spawnstruct(); + /* 2:03 */waypoints[253].origin = ( -1753.4, 2232.27, 1552.13 ); + /* 2:03 */waypoints[253].type = "stand"; + /* 2:03 */waypoints[253].children[0] = 248; + /* 2:03 */waypoints[253].children[1] = 244; + /* 2:03 */waypoints[253].children[2] = 252; + /* 2:03 */waypoints[253].children[3] = 243; + /* 2:03 */waypoints[254] = spawnstruct(); + /* 2:03 */waypoints[254].origin = ( -1755.45, 1866.36, 1552.13 ); + /* 2:03 */waypoints[254].type = "stand"; + /* 2:03 */waypoints[254].children[0] = 248; + /* 2:03 */waypoints[254].children[1] = 250; + /* 2:03 */waypoints[254].children[2] = 46; + /* 2:03 */waypoints[254].children[3] = 251; + /* 2:03 */waypoints[254].children[4] = 45; + /* 2:03 */waypoints[255] = spawnstruct(); + /* 2:03 */waypoints[255].origin = ( -1189.67, 1775.13, 1584.13 ); + /* 2:03 */waypoints[255].type = "crouch"; + /* 2:03 */waypoints[255].children[0] = 48; + /* 2:03 */waypoints[255].angles = ( 3.79028, 90.0714, 0 ); + /* 2:03 */waypoints[256] = spawnstruct(); + /* 2:03 */waypoints[256].origin = ( -1180.2, 2320.88, 1584.13 ); + /* 2:03 */waypoints[256].type = "crouch"; + /* 2:03 */waypoints[256].children[0] = 51; + /* 2:03 */waypoints[256].angles = ( 2.83997, -90.9283, 0 ); + /* 2:03 */waypoints[257] = spawnstruct(); + /* 2:03 */waypoints[257].origin = ( -973.352, 2051.08, 1568.13 ); + /* 2:03 */waypoints[257].type = "stand"; + /* 2:03 */waypoints[257].children[0] = 49; + /* 2:03 */waypoints[257].children[1] = 258; + /* 2:03 */waypoints[257].children[2] = 259; + /* 2:03 */waypoints[257].children[3] = 261; + /* 2:03 */waypoints[258] = spawnstruct(); + /* 2:03 */waypoints[258].origin = ( -988.821, 2330.48, 1568.13 ); + /* 2:03 */waypoints[258].type = "crouch"; + /* 2:03 */waypoints[258].children[0] = 257; + /* 2:03 */waypoints[258].angles = ( 4.7406, -74.9487, 0 ); + /* 2:03 */waypoints[259] = spawnstruct(); + /* 2:03 */waypoints[259].origin = ( -816.793, 2026.58, 1566.81 ); + /* 2:03 */waypoints[259].type = "stand"; + /* 2:03 */waypoints[259].children[0] = 257; + /* 2:03 */waypoints[259].children[1] = 260; + /* 2:03 */waypoints[259].children[2] = 264; + /* 2:03 */waypoints[259].children[3] = 261; + /* 2:03 */waypoints[259].children[4] = 302; + /* 2:03 */waypoints[260] = spawnstruct(); + /* 2:03 */waypoints[260].origin = ( -619.043, 1966.61, 1550.47 ); + /* 2:03 */waypoints[260].type = "stand"; + /* 2:03 */waypoints[260].children[0] = 259; + /* 2:03 */waypoints[260].children[1] = 261; + /* 2:03 */waypoints[260].children[2] = 262; + /* 2:03 */waypoints[260].children[3] = 263; + /* 2:03 */waypoints[261] = spawnstruct(); + /* 2:03 */waypoints[261].origin = ( -515.44, 2094.92, 1549.16 ); + /* 2:03 */waypoints[261].type = "stand"; + /* 2:03 */waypoints[261].children[0] = 260; + /* 2:03 */waypoints[261].children[1] = 259; + /* 2:03 */waypoints[261].children[2] = 265; + /* 2:03 */waypoints[261].children[3] = 269; + /* 2:03 */waypoints[261].children[4] = 257; + /* 2:03 */waypoints[262] = spawnstruct(); + /* 2:03 */waypoints[262].origin = ( -656.666, 1743.01, 1549.65 ); + /* 2:03 */waypoints[262].type = "crouch"; + /* 2:03 */waypoints[262].children[0] = 260; + /* 2:03 */waypoints[262].angles = ( 3.47168, 94.9768, 0 ); + /* 2:03 */waypoints[263] = spawnstruct(); + /* 2:03 */waypoints[263].origin = ( -503.475, 1935.03, 1554.79 ); + /* 2:03 */waypoints[263].type = "crouch"; + /* 2:03 */waypoints[263].children[0] = 260; + /* 2:03 */waypoints[263].angles = ( 3.79028, 137.06, 0 ); + /* 2:03 */waypoints[264] = spawnstruct(); + /* 2:03 */waypoints[264].origin = ( -693.39, 2170.2, 1547.94 ); + /* 2:03 */waypoints[264].type = "stand"; + /* 2:03 */waypoints[264].children[0] = 259; + /* 2:03 */waypoints[264].children[1] = 64; + /* 2:03 */waypoints[265] = spawnstruct(); + /* 2:03 */waypoints[265].origin = ( -365.846, 2288.5, 1549.97 ); + /* 2:03 */waypoints[265].type = "stand"; + /* 2:03 */waypoints[265].children[0] = 261; + /* 2:03 */waypoints[265].children[1] = 66; + /* 2:03 */waypoints[265].children[2] = 266; + /* 2:03 */waypoints[266] = spawnstruct(); + /* 2:03 */waypoints[266].origin = ( -317.463, 2014.79, 1565.8 ); + /* 2:03 */waypoints[266].type = "stand"; + /* 2:03 */waypoints[266].children[0] = 265; + /* 2:03 */waypoints[266].children[1] = 267; + /* 2:03 */waypoints[266].children[2] = 15; + /* 2:03 */waypoints[267] = spawnstruct(); + /* 2:03 */waypoints[267].origin = ( -360.893, 1717.94, 1614.79 ); + /* 2:03 */waypoints[267].type = "stand"; + /* 2:03 */waypoints[267].children[0] = 266; + /* 2:03 */waypoints[267].children[1] = 15; + /* 2:03 */waypoints[267].children[2] = 268; + /* 2:03 */waypoints[268] = spawnstruct(); + /* 2:03 */waypoints[268].origin = ( -579.809, 1672.38, 1611.62 ); + /* 2:03 */waypoints[268].type = "stand"; + /* 2:03 */waypoints[268].children[0] = 267; + /* 2:03 */waypoints[268].children[1] = 15; + /* 2:03 */waypoints[269] = spawnstruct(); + /* 2:03 */waypoints[269].origin = ( -414.843, 2046.87, 1560.16 ); + /* 2:03 */waypoints[269].type = "stand"; + /* 2:03 */waypoints[269].children[0] = 261; + /* 2:03 */waypoints[270] = spawnstruct(); + /* 2:03 */waypoints[270].origin = ( 524.536, 278.348, 1599.35 ); + /* 2:03 */waypoints[270].type = "stand"; + /* 2:03 */waypoints[270].children[0] = 6; + /* 2:03 */waypoints[270].children[1] = 207; + /* 2:03 */waypoints[270].children[2] = 8; + /* 2:03 */waypoints[271] = spawnstruct(); + /* 2:03 */waypoints[271].origin = ( 1205.32, 70.6481, 1608.97 ); + /* 2:03 */waypoints[271].type = "stand"; + /* 2:03 */waypoints[271].children[0] = 119; + /* 2:03 */waypoints[271].children[1] = 283; + /* 2:03 */waypoints[271].children[2] = 3; + /* 2:03 */waypoints[272] = spawnstruct(); + /* 2:03 */waypoints[272].origin = ( 690.246, 1274.51, 1735.13 ); + /* 2:03 */waypoints[272].type = "stand"; + /* 2:03 */waypoints[272].children[0] = 196; + /* 2:03 */waypoints[272].children[1] = 197; + /* 2:03 */waypoints[273] = spawnstruct(); + /* 2:03 */waypoints[273].origin = ( 1565, 1662.75, 1701.97 ); + /* 2:03 */waypoints[273].type = "climb"; + /* 2:03 */waypoints[273].children[0] = 195; + /* 2:03 */waypoints[273].children[1] = 312; + /* 2:03 */waypoints[273].children[2] = 111; + /* 2:03 */waypoints[273].angles = ( 5.37231, -1.56555, 0 ); + /* 2:03 */waypoints[274] = spawnstruct(); + /* 2:03 */waypoints[274].origin = ( 1823.35, 1751.54, 1737.5 ); + /* 2:03 */waypoints[274].type = "stand"; + /* 2:03 */waypoints[274].children[0] = 275; + /* 2:03 */waypoints[274].children[1] = 303; + /* 2:03 */waypoints[274].children[2] = 304; + /* 2:03 */waypoints[274].children[3] = 312; + /* 2:03 */waypoints[274].children[4] = 313; + /* 2:03 */waypoints[275] = spawnstruct(); + /* 2:03 */waypoints[275].origin = ( 1919.37, 1640.94, 1726.91 ); + /* 2:03 */waypoints[275].type = "stand"; + /* 2:03 */waypoints[275].children[0] = 274; + /* 2:03 */waypoints[275].children[1] = 276; + /* 2:03 */waypoints[276] = spawnstruct(); + /* 2:03 */waypoints[276].origin = ( 1871.9, 1492.3, 1725.15 ); + /* 2:03 */waypoints[276].type = "stand"; + /* 2:03 */waypoints[276].children[0] = 275; + /* 2:03 */waypoints[276].children[1] = 313; + /* 2:03 */waypoints[277] = spawnstruct(); + /* 2:03 */waypoints[277].origin = ( 1735.4, 1421.22, 1705.01 ); + /* 2:03 */waypoints[277].type = "climb"; + /* 2:03 */waypoints[277].children[0] = 102; + /* 2:03 */waypoints[277].children[1] = 109; + /* 2:03 */waypoints[277].children[2] = 100; + /* 2:03 */waypoints[277].children[3] = 313; + /* 2:03 */waypoints[277].angles = ( 7.58606, 87.984, 0 ); + /* 2:03 */waypoints[278] = spawnstruct(); + /* 2:03 */waypoints[278].origin = ( -989.437, -1067.43, 1575.82 ); + /* 2:03 */waypoints[278].type = "stand"; + /* 2:03 */waypoints[278].children[0] = 131; + /* 2:03 */waypoints[278].children[1] = 280; + /* 2:03 */waypoints[278].children[2] = 279; + /* 2:03 */waypoints[279] = spawnstruct(); + /* 2:03 */waypoints[279].origin = ( -831.848, -936.381, 1592.61 ); + /* 2:03 */waypoints[279].type = "stand"; + /* 2:03 */waypoints[279].children[0] = 280; + /* 2:03 */waypoints[279].children[1] = 278; + /* 2:03 */waypoints[279].children[2] = 130; + /* 2:03 */waypoints[280] = spawnstruct(); + /* 2:03 */waypoints[280].origin = ( -943.628, -893.274, 1592.48 ); + /* 2:03 */waypoints[280].type = "stand"; + /* 2:03 */waypoints[280].children[0] = 131; + /* 2:03 */waypoints[280].children[1] = 130; + /* 2:03 */waypoints[280].children[2] = 279; + /* 2:03 */waypoints[280].children[3] = 278; + /* 2:03 */waypoints[281] = spawnstruct(); + /* 2:03 */waypoints[281].origin = ( -836.215, -247.272, 1600.13 ); + /* 2:03 */waypoints[281].type = "claymore"; + /* 2:03 */waypoints[281].children[0] = 22; + /* 2:03 */waypoints[281].angles = ( 41.6107, -85.4626, 0 ); + /* 2:03 */waypoints[282] = spawnstruct(); + /* 2:03 */waypoints[282].origin = ( -836.88, -585.164, 1598.25 ); + /* 2:03 */waypoints[282].type = "claymore"; + /* 2:03 */waypoints[282].children[0] = 130; + /* 2:03 */waypoints[282].angles = ( 26.8945, 98.7012, 0 ); + /* 2:03 */waypoints[283] = spawnstruct(); + /* 2:03 */waypoints[283].origin = ( 1343.13, 115.087, 1622.28 ); + /* 2:03 */waypoints[283].type = "stand"; + /* 2:03 */waypoints[283].children[0] = 271; + /* 2:03 */waypoints[284] = spawnstruct(); + /* 2:03 */waypoints[284].origin = ( 1424.31, 262.445, 1630.87 ); + /* 2:03 */waypoints[284].type = "claymore"; + /* 2:03 */waypoints[284].children[0] = 116; + /* 2:03 */waypoints[284].angles = ( 37.337, -63.2098, 0 ); + /* 2:03 */waypoints[285] = spawnstruct(); + /* 2:03 */waypoints[285].origin = ( 992.424, 742.677, 1740.13 ); + /* 2:03 */waypoints[285].type = "claymore"; + /* 2:03 */waypoints[285].children[0] = 202; + /* 2:03 */waypoints[285].angles = ( 46.6754, -88.0499, 0 ); + /* 2:03 */waypoints[286] = spawnstruct(); + /* 2:03 */waypoints[286].origin = ( 697.336, 938.571, 1743.13 ); + /* 2:03 */waypoints[286].type = "claymore"; + /* 2:03 */waypoints[286].children[0] = 199; + /* 2:03 */waypoints[286].children[1] = 287; + /* 2:03 */waypoints[286].children[2] = 200; + /* 2:03 */waypoints[286].angles = ( 28.0042, 178.127, 0 ); + /* 2:03 */waypoints[287] = spawnstruct(); + /* 2:03 */waypoints[287].origin = ( 641.216, 1108.14, 1743.13 ); + /* 2:03 */waypoints[287].type = "claymore"; + /* 2:03 */waypoints[287].children[0] = 286; + /* 2:03 */waypoints[287].angles = ( 31.9592, 179.236, 0 ); + /* 2:03 */waypoints[288] = spawnstruct(); + /* 2:03 */waypoints[288].origin = ( 649.716, 1203.64, 1735.13 ); + /* 2:03 */waypoints[288].type = "claymore"; + /* 2:03 */waypoints[288].children[0] = 196; + /* 2:03 */waypoints[288].angles = ( 24.3622, -156.665, 0 ); + /* 2:03 */waypoints[289] = spawnstruct(); + /* 2:03 */waypoints[289].origin = ( 1119.12, 975, 1704.13 ); + /* 2:03 */waypoints[289].type = "crouch"; + /* 2:03 */waypoints[289].children[0] = 113; + /* 2:03 */waypoints[289].angles = ( 6.16882, 30.509, 0 ); + /* 2:03 */waypoints[290] = spawnstruct(); + /* 2:03 */waypoints[290].origin = ( 1119.13, 975, 1704.13 ); + /* 2:03 */waypoints[290].type = "claymore"; + /* 2:03 */waypoints[290].children[0] = 113; + /* 2:03 */waypoints[290].angles = ( 6.16882, 11.9971, 0 ); + /* 2:03 */waypoints[291] = spawnstruct(); + /* 2:03 */waypoints[291].origin = ( 1999.14, 1240.88, 1740.13 ); + /* 2:03 */waypoints[291].type = "claymore"; + /* 2:03 */waypoints[291].children[0] = 104; + /* 2:03 */waypoints[291].angles = ( 84.8462, -87.0447, 0 ); + /* 2:03 */waypoints[292] = spawnstruct(); + /* 2:03 */waypoints[292].origin = ( 2070.53, 1227.25, 1740.13 ); + /* 2:03 */waypoints[292].type = "claymore"; + /* 2:03 */waypoints[292].children[0] = 105; + /* 2:03 */waypoints[292].angles = ( 46.872, 0.499878, 0 ); + /* 2:03 */waypoints[293] = spawnstruct(); + /* 2:03 */waypoints[293].origin = ( 2079.54, 930.897, 1796.13 ); + /* 2:03 */waypoints[293].type = "claymore"; + /* 2:03 */waypoints[293].children[0] = 231; + /* 2:03 */waypoints[293].angles = ( 33.1061, 2.03247, 0 ); + /* 2:03 */waypoints[294] = spawnstruct(); + /* 2:03 */waypoints[294].origin = ( 2099.44, 617.312, 1856.13 ); + /* 2:03 */waypoints[294].type = "claymore"; + /* 2:03 */waypoints[294].children[0] = 227; + /* 2:03 */waypoints[294].angles = ( 37.8522, 89.8956, 0 ); + /* 2:03 */waypoints[295] = spawnstruct(); + /* 2:03 */waypoints[295].origin = ( 1638.16, 12.9539, 1856.13 ); + /* 2:03 */waypoints[295].type = "claymore"; + /* 2:03 */waypoints[295].children[0] = 4; + /* 2:03 */waypoints[295].angles = ( 55.4138, 22.6538, 0 ); + /* 2:03 */waypoints[296] = spawnstruct(); + /* 2:03 */waypoints[296].origin = ( 647.004, 135.403, 1598.74 ); + /* 2:03 */waypoints[296].type = "grenade"; + /* 2:03 */waypoints[296].children[0] = 5; + /* 2:03 */waypoints[296].angles = ( -3.64866, 113.406, 0 ); + /* 2:03 */waypoints[297] = spawnstruct(); + /* 2:03 */waypoints[297].origin = ( 435.777, 526.41, 1600.13 ); + /* 2:03 */waypoints[297].type = "tube"; + /* 2:03 */waypoints[297].children[0] = 207; + /* 2:03 */waypoints[297].children[1] = 6; + /* 2:03 */waypoints[297].children[2] = 206; + /* 2:03 */waypoints[297].angles = ( -14.3603, 63.3142, 0 ); + /* 2:03 */waypoints[298] = spawnstruct(); + /* 2:03 */waypoints[298].origin = ( 383.032, 655.026, 1606.13 ); + /* 2:03 */waypoints[298].type = "claymore"; + /* 2:03 */waypoints[298].children[0] = 7; + /* 2:03 */waypoints[298].angles = ( 47.9761, 89.8956, 0 ); + /* 2:03 */waypoints[299] = spawnstruct(); + /* 2:03 */waypoints[299].origin = ( -129.911, 882.107, 1600.13 ); + /* 2:03 */waypoints[299].type = "claymore"; + /* 2:03 */waypoints[299].children[0] = 12; + /* 2:03 */waypoints[299].children[1] = 238; + /* 2:03 */waypoints[299].children[2] = 239; + /* 2:03 */waypoints[299].angles = ( 22.8229, -90.2087, 0 ); + /* 2:03 */waypoints[300] = spawnstruct(); + /* 2:03 */waypoints[300].origin = ( -85.4305, 934.088, 1600.13 ); + /* 2:03 */waypoints[300].type = "tube"; + /* 2:03 */waypoints[300].children[0] = 11; + /* 2:03 */waypoints[300].angles = ( 3.20129, 83.8806, 0 ); + /* 2:03 */waypoints[301] = spawnstruct(); + /* 2:03 */waypoints[301].origin = ( -400.23, 1412.38, 1600.13 ); + /* 2:03 */waypoints[301].type = "grenade"; + /* 2:03 */waypoints[301].children[0] = 14; + /* 2:03 */waypoints[301].angles = ( -2.17651, -0.450439, 0 ); + /* 2:03 */waypoints[302] = spawnstruct(); + /* 2:03 */waypoints[302].origin = ( -1002.99, 1969.43, 1568.13 ); + /* 2:03 */waypoints[302].type = "claymore"; + /* 2:03 */waypoints[302].children[0] = 259; + /* 2:03 */waypoints[302].angles = ( 22.5043, 71.7023, 0 ); + /* 2:03 */waypoints[303] = spawnstruct(); + /* 2:03 */waypoints[303].origin = ( 1807.12, 1904.88, 1739.13 ); + /* 2:03 */waypoints[303].type = "crouch"; + /* 2:03 */waypoints[303].children[0] = 274; + /* 2:03 */waypoints[303].angles = ( 2.53235, -73.916, 0 ); + /* 2:03 */waypoints[304] = spawnstruct(); + /* 2:03 */waypoints[304].origin = ( 2000.88, 1743.13, 1739.13 ); + /* 2:03 */waypoints[304].type = "crouch"; + /* 2:03 */waypoints[304].children[0] = 274; + /* 2:03 */waypoints[304].angles = ( 5.53711, 179.604, 0 ); + /* 2:03 */waypoints[305] = spawnstruct(); + /* 2:03 */waypoints[305].origin = ( 2117.7, 1349.18, 1723.13 ); + /* 2:03 */waypoints[305].type = "stand"; + /* 2:03 */waypoints[305].children[0] = 100; + /* 2:03 */waypoints[305].children[1] = 104; + /* 2:03 */waypoints[305].children[2] = 99; + /* 2:03 */waypoints[306] = spawnstruct(); + /* 2:03 */waypoints[306].origin = ( 413.169, 1397.21, 1600.13 ); + /* 2:03 */waypoints[306].type = "stand"; + /* 2:03 */waypoints[306].children[0] = 180; + /* 2:03 */waypoints[306].children[1] = 9; + /* 2:03 */waypoints[306].children[2] = 13; + /* 2:03 */waypoints[307] = spawnstruct(); + /* 2:03 */waypoints[307].origin = ( -1592.02, -13.6114, 1598.13 ); + /* 2:03 */waypoints[307].type = "stand"; + /* 2:03 */waypoints[307].children[0] = 26; + /* 2:03 */waypoints[307].children[1] = 27; + /* 2:03 */waypoints[308] = spawnstruct(); + /* 2:03 */waypoints[308].origin = ( 935.319, -583.472, 1598.38 ); + /* 2:03 */waypoints[308].type = "stand"; + /* 2:03 */waypoints[308].children[0] = 1; + /* 2:03 */waypoints[308].children[1] = 2; + /* 2:03 */waypoints[309] = spawnstruct(); + /* 2:03 */waypoints[309].origin = ( -1349.74, 2787.72, 1552.13 ); + /* 2:03 */waypoints[309].type = "stand"; + /* 2:03 */waypoints[309].children[0] = 56; + /* 2:03 */waypoints[309].children[1] = 61; + /* 2:03 */waypoints[309].children[2] = 53; + /* 2:03 */waypoints[309].children[3] = 55; + /* 2:03 */waypoints[309].children[4] = 310; + /* 2:03 */waypoints[309].children[5] = 311; + /* 2:03 */waypoints[310] = spawnstruct(); + /* 2:03 */waypoints[310].origin = ( -1644.47, 2817.25, 1552.13 ); + /* 2:03 */waypoints[310].type = "crouch"; + /* 2:03 */waypoints[310].children[0] = 309; + /* 2:03 */waypoints[310].angles = ( 6.16882, -9.65149, 0 ); + /* 2:03 */waypoints[311] = spawnstruct(); + /* 2:03 */waypoints[311].origin = ( -1618.35, 2589.94, 1552.13 ); + /* 2:03 */waypoints[311].type = "crouch"; + /* 2:03 */waypoints[311].children[0] = 309; + /* 2:03 */waypoints[311].angles = ( 5.53711, 6.16882, 0 ); + /* 2:03 */waypoints[312] = spawnstruct(); + /* 2:03 */waypoints[312].origin = ( 1622.1, 1662.96, 1728.13 ); + /* 2:03 */waypoints[312].type = "climb"; + /* 2:03 */waypoints[312].children[0] = 273; + /* 2:03 */waypoints[312].children[1] = 274; + /* 2:03 */waypoints[312].children[2] = 321; + /* 2:03 */waypoints[312].angles = ( 53.7946, 176.468, 0 ); + /* 2:03 */waypoints[313] = spawnstruct(); + /* 2:03 */waypoints[313].origin = ( 1737.97, 1464.99, 1740.13 ); + /* 2:03 */waypoints[313].type = "climb"; + /* 2:03 */waypoints[313].children[0] = 277; + /* 2:03 */waypoints[313].children[1] = 276; + /* 2:03 */waypoints[313].children[2] = 274; + /* 2:03 */waypoints[313].children[3] = 321; + /* 2:03 */waypoints[313].angles = ( 50.9436, -91.4447, 0 ); + /* 2:03 */waypoints[314] = spawnstruct(); + /* 2:03 */waypoints[314].origin = ( 606.707, 657.947, 1616.13 ); + /* 2:03 */waypoints[314].type = "climb"; + /* 2:03 */waypoints[314].children[0] = 315; + /* 2:03 */waypoints[314].children[1] = 205; + /* 2:03 */waypoints[314].children[2] = 198; + /* 2:03 */waypoints[314].angles = ( -20.7257, 3.2959, 0 ); + /* 2:03 */waypoints[315] = spawnstruct(); + /* 2:03 */waypoints[315].origin = ( 641.253, 659.988, 1784.13 ); + /* 2:03 */waypoints[315].type = "climb"; + /* 2:03 */waypoints[315].children[0] = 314; + /* 2:03 */waypoints[315].children[1] = 204; + /* 2:03 */waypoints[315].angles = ( 28.3228, 6.61926, 0 ); + /* 2:03 */waypoints[316] = spawnstruct(); + /* 2:03 */waypoints[316].origin = ( -1393.98, 1647.19, 1552.13 ); + /* 2:03 */waypoints[316].type = "stand"; + /* 2:03 */waypoints[316].children[0] = 167; + /* 2:03 */waypoints[316].children[1] = 171; + /* 2:03 */waypoints[316].children[2] = 172; + /* 2:03 */waypoints[317] = spawnstruct(); + /* 2:03 */waypoints[317].origin = ( -2006.87, 2236.11, 1552.12 ); + /* 2:03 */waypoints[317].type = "stand"; + /* 2:03 */waypoints[317].children[0] = 243; + /* 2:03 */waypoints[317].children[1] = 245; + /* 2:03 */waypoints[318] = spawnstruct(); + /* 2:03 */waypoints[318].origin = ( 1119.12, 799, 1704.15 ); + /* 2:03 */waypoints[318].type = "crouch"; + /* 2:03 */waypoints[318].children[0] = 114; + /* 2:03 */waypoints[318].angles = ( 3.95508, 31.5253, 0 ); + /* 2:03 */waypoints[319] = spawnstruct(); + /* 2:03 */waypoints[319].origin = ( 1119.13, 1120.88, 1704.13 ); + /* 2:03 */waypoints[319].type = "crouch"; + /* 2:03 */waypoints[319].children[0] = 113; + /* 2:03 */waypoints[319].angles = ( 6.48743, -43.6267, 0 ); + /* 2:03 */waypoints[320] = spawnstruct(); + /* 2:03 */waypoints[320].origin = ( 1119.12, 909.759, 1704.12 ); + /* 2:03 */waypoints[320].type = "crouch"; + /* 2:03 */waypoints[320].children[0] = 114; + /* 2:03 */waypoints[320].angles = ( 6.64673, -26.7023, 0 ); + /* 2:03 */waypoints[321] = spawnstruct(); + /* 2:03 */waypoints[321].origin = ( 1769.9, 1620.3, 1745.5 ); + /* 2:03 */waypoints[321].type = "stand"; + /* 2:03 */waypoints[321].children[0] = 312; + /* 2:03 */waypoints[321].children[1] = 313; + /* 2:03 */return waypoints; +} diff --git a/raw/scripts/mp/mp_mogadishu/wps_bakaara.gsc b/raw/scripts/mp/mp_mogadishu/wps_bakaara.gsc new file mode 100644 index 0000000..c6e0e29 --- /dev/null +++ b/raw/scripts/mp/mp_mogadishu/wps_bakaara.gsc @@ -0,0 +1,1490 @@ +main() +{ + level.waypoints = Bakaara(); +} + +Bakaara() +{ + /* 8:16 */waypoints = []; + /* 8:16 */waypoints[0] = spawnstruct(); + /* 8:16 */waypoints[0].origin = ( 1076.72, -907.125, -28.7888 ); + /* 8:16 */waypoints[0].type = "crouch"; + /* 8:16 */waypoints[0].children[0] = 1; + /* 8:16 */waypoints[0].angles = ( 2.88391, -50.9381, 0 ); + /* 8:16 */waypoints[1] = spawnstruct(); + /* 8:16 */waypoints[1].origin = ( 1186.88, -927.843, -38.8749 ); + /* 8:16 */waypoints[1].type = "crouch"; + /* 8:16 */waypoints[1].children[0] = 0; + /* 8:16 */waypoints[1].children[1] = 227; + /* 8:16 */waypoints[2] = spawnstruct(); + /* 8:16 */waypoints[2].origin = ( 620.125, -907.125, -36.875 ); + /* 8:16 */waypoints[2].type = "crouch"; + /* 8:16 */waypoints[2].children[0] = 61; + /* 8:16 */waypoints[2].angles = ( 4.61426, -35.9473, 0 ); + /* 8:16 */waypoints[3] = spawnstruct(); + /* 8:16 */waypoints[3].origin = ( 1572.36, -1088.18, -44.2639 ); + /* 8:16 */waypoints[3].type = "stand"; + /* 8:16 */waypoints[3].children[0] = 8; + /* 8:16 */waypoints[3].children[1] = 9; + /* 8:16 */waypoints[3].children[2] = 4; + /* 8:16 */waypoints[3].children[3] = 11; + /* 8:16 */waypoints[3].children[4] = 10; + /* 8:16 */waypoints[4] = spawnstruct(); + /* 8:16 */waypoints[4].origin = ( 1790.29, -1037.98, -45.7197 ); + /* 8:16 */waypoints[4].type = "stand"; + /* 8:16 */waypoints[4].children[0] = 9; + /* 8:16 */waypoints[4].children[1] = 3; + /* 8:16 */waypoints[4].children[2] = 5; + /* 8:16 */waypoints[5] = spawnstruct(); + /* 8:16 */waypoints[5].origin = ( 1780.45, -733.975, -49.0534 ); + /* 8:16 */waypoints[5].type = "stand"; + /* 8:16 */waypoints[5].children[0] = 4; + /* 8:16 */waypoints[5].children[1] = 12; + /* 8:16 */waypoints[6] = spawnstruct(); + /* 8:16 */waypoints[6].origin = ( 1659.5, -276.592, -51.9723 ); + /* 8:16 */waypoints[6].type = "stand"; + /* 8:16 */waypoints[6].children[0] = 7; + /* 8:16 */waypoints[6].children[1] = 12; + /* 8:16 */waypoints[6].children[2] = 14; + /* 8:16 */waypoints[6].children[3] = 13; + /* 8:16 */waypoints[6].children[4] = 15; + /* 8:16 */waypoints[6].children[5] = 18; + /* 8:16 */waypoints[6].children[6] = 102; + /* 8:16 */waypoints[6].children[7] = 60; + /* 8:16 */waypoints[7] = spawnstruct(); + /* 8:16 */waypoints[7].origin = ( 1538.21, -557.153, -47.5113 ); + /* 8:16 */waypoints[7].type = "stand"; + /* 8:16 */waypoints[7].children[0] = 8; + /* 8:16 */waypoints[7].children[1] = 6; + /* 8:16 */waypoints[8] = spawnstruct(); + /* 8:16 */waypoints[8].origin = ( 1612.19, -871.084, -56.8113 ); + /* 8:16 */waypoints[8].type = "stand"; + /* 8:16 */waypoints[8].children[0] = 9; + /* 8:16 */waypoints[8].children[1] = 3; + /* 8:16 */waypoints[8].children[2] = 12; + /* 8:16 */waypoints[8].children[3] = 7; + /* 8:16 */waypoints[9] = spawnstruct(); + /* 8:16 */waypoints[9].origin = ( 1615.47, -1351.36, -45.2042 ); + /* 8:16 */waypoints[9].type = "stand"; + /* 8:16 */waypoints[9].children[0] = 10; + /* 8:16 */waypoints[9].children[1] = 4; + /* 8:16 */waypoints[9].children[2] = 8; + /* 8:16 */waypoints[9].children[3] = 3; + /* 8:16 */waypoints[9].children[4] = 11; + /* 8:16 */waypoints[10] = spawnstruct(); + /* 8:16 */waypoints[10].origin = ( 1324.16, -1361.86, -45.237 ); + /* 8:16 */waypoints[10].type = "stand"; + /* 8:16 */waypoints[10].children[0] = 11; + /* 8:16 */waypoints[10].children[1] = 9; + /* 8:16 */waypoints[10].children[2] = 3; + /* 8:16 */waypoints[11] = spawnstruct(); + /* 8:16 */waypoints[11].origin = ( 1307.64, -1074.85, -44.015 ); + /* 8:16 */waypoints[11].type = "stand"; + /* 8:16 */waypoints[11].children[0] = 10; + /* 8:16 */waypoints[11].children[1] = 9; + /* 8:16 */waypoints[11].children[2] = 3; + /* 8:16 */waypoints[11].children[3] = 227; + /* 8:16 */waypoints[12] = spawnstruct(); + /* 8:16 */waypoints[12].origin = ( 1706.21, -531.704, -52.4596 ); + /* 8:16 */waypoints[12].type = "stand"; + /* 8:16 */waypoints[12].children[0] = 5; + /* 8:16 */waypoints[12].children[1] = 8; + /* 8:16 */waypoints[12].children[2] = 6; + /* 8:16 */waypoints[13] = spawnstruct(); + /* 8:16 */waypoints[13].origin = ( 1628.11, 96.1371, -59.4992 ); + /* 8:16 */waypoints[13].type = "grenade"; + /* 8:16 */waypoints[13].children[0] = 6; + /* 8:16 */waypoints[13].angles = ( -27.2955, 89.3628, 0 ); + /* 8:16 */waypoints[14] = spawnstruct(); + /* 8:16 */waypoints[14].origin = ( 1708.43, 261.918, -53.6539 ); + /* 8:16 */waypoints[14].type = "claymore"; + /* 8:16 */waypoints[14].children[0] = 6; + /* 8:16 */waypoints[14].angles = ( 37.2876, 35.9253, 0 ); + /* 8:16 */waypoints[15] = spawnstruct(); + /* 8:16 */waypoints[15].origin = ( 1439.58, 228.725, -50.7053 ); + /* 8:16 */waypoints[15].type = "stand"; + /* 8:16 */waypoints[15].children[0] = 6; + /* 8:16 */waypoints[15].children[1] = 17; + /* 8:16 */waypoints[15].children[2] = 112; + /* 8:16 */waypoints[16] = spawnstruct(); + /* 8:16 */waypoints[16].origin = ( 1442.12, -396.875, -46.5546 ); + /* 8:16 */waypoints[16].type = "crouch"; + /* 8:16 */waypoints[16].children[0] = 60; + /* 8:16 */waypoints[16].angles = ( 0.817261, 51.3116, 0 ); + /* 8:16 */waypoints[17] = spawnstruct(); + /* 8:16 */waypoints[17].origin = ( 1544.49, 469.64, -73.3089 ); + /* 8:16 */waypoints[17].type = "stand"; + /* 8:16 */waypoints[17].children[0] = 15; + /* 8:16 */waypoints[17].children[1] = 19; + /* 8:16 */waypoints[17].children[2] = 20; + /* 8:16 */waypoints[17].children[3] = 112; + /* 8:16 */waypoints[18] = spawnstruct(); + /* 8:16 */waypoints[18].origin = ( 1817.01, 183.47, -90.2437 ); + /* 8:16 */waypoints[18].type = "stand"; + /* 8:16 */waypoints[18].children[0] = 19; + /* 8:16 */waypoints[18].children[1] = 6; + /* 8:16 */waypoints[19] = spawnstruct(); + /* 8:16 */waypoints[19].origin = ( 1804.15, 477.971, -59.1894 ); + /* 8:16 */waypoints[19].type = "stand"; + /* 8:16 */waypoints[19].children[0] = 17; + /* 8:16 */waypoints[19].children[1] = 18; + /* 8:16 */waypoints[19].children[2] = 23; + /* 8:16 */waypoints[19].children[3] = 33; + /* 8:16 */waypoints[20] = spawnstruct(); + /* 8:16 */waypoints[20].origin = ( 1539.61, 829.029, -70.3819 ); + /* 8:16 */waypoints[20].type = "stand"; + /* 8:16 */waypoints[20].children[0] = 17; + /* 8:16 */waypoints[20].children[1] = 35; + /* 8:16 */waypoints[20].children[2] = 113; + /* 8:16 */waypoints[20].children[3] = 114; + /* 8:16 */waypoints[21] = spawnstruct(); + /* 8:16 */waypoints[21].origin = ( 1996.88, 852.875, -39.875 ); + /* 8:16 */waypoints[21].type = "crouch"; + /* 8:16 */waypoints[21].children[0] = 22; + /* 8:16 */waypoints[21].angles = ( 2.35535, -156.418, 0 ); + /* 8:16 */waypoints[22] = spawnstruct(); + /* 8:16 */waypoints[22].origin = ( 1996.88, 735.125, -43.1832 ); + /* 8:16 */waypoints[22].type = "crouch"; + /* 8:16 */waypoints[22].children[0] = 21; + /* 8:16 */waypoints[22].children[1] = 228; + /* 8:16 */waypoints[23] = spawnstruct(); + /* 8:16 */waypoints[23].origin = ( 1792.26, 1229.28, -38.6797 ); + /* 8:16 */waypoints[23].type = "stand"; + /* 8:16 */waypoints[23].children[0] = 19; + /* 8:16 */waypoints[23].children[1] = 25; + /* 8:16 */waypoints[23].children[2] = 26; + /* 8:16 */waypoints[23].children[3] = 34; + /* 8:16 */waypoints[24] = spawnstruct(); + /* 8:16 */waypoints[24].origin = ( 1654.6, 1734.3, -0.887774 ); + /* 8:16 */waypoints[24].type = "stand"; + /* 8:16 */waypoints[24].children[0] = 25; + /* 8:16 */waypoints[24].children[1] = 26; + /* 8:16 */waypoints[24].children[2] = 35; + /* 8:16 */waypoints[24].children[3] = 53; + /* 8:16 */waypoints[24].children[4] = 51; + /* 8:16 */waypoints[25] = spawnstruct(); + /* 8:16 */waypoints[25].origin = ( 1680.57, 1405.83, -25.876 ); + /* 8:16 */waypoints[25].type = "stand"; + /* 8:16 */waypoints[25].children[0] = 23; + /* 8:16 */waypoints[25].children[1] = 24; + /* 8:16 */waypoints[26] = spawnstruct(); + /* 8:16 */waypoints[26].origin = ( 2009.58, 1578.05, -4.99077 ); + /* 8:16 */waypoints[26].type = "stand"; + /* 8:16 */waypoints[26].children[0] = 24; + /* 8:16 */waypoints[26].children[1] = 23; + /* 8:16 */waypoints[26].children[2] = 27; + /* 8:16 */waypoints[27] = spawnstruct(); + /* 8:16 */waypoints[27].origin = ( 2219.95, 1542.59, -13.8132 ); + /* 8:16 */waypoints[27].type = "stand"; + /* 8:16 */waypoints[27].children[0] = 26; + /* 8:16 */waypoints[27].children[1] = 28; + /* 8:16 */waypoints[27].children[2] = 30; + /* 8:16 */waypoints[27].children[3] = 32; + /* 8:16 */waypoints[28] = spawnstruct(); + /* 8:16 */waypoints[28].origin = ( 2467.47, 1565.8, -18.7702 ); + /* 8:16 */waypoints[28].type = "stand"; + /* 8:16 */waypoints[28].children[0] = 27; + /* 8:16 */waypoints[28].children[1] = 29; + /* 8:16 */waypoints[28].children[2] = 36; + /* 8:16 */waypoints[28].children[3] = 38; + /* 8:16 */waypoints[29] = spawnstruct(); + /* 8:16 */waypoints[29].origin = ( 2341.22, 2128.4, 22.8602 ); + /* 8:16 */waypoints[29].type = "stand"; + /* 8:16 */waypoints[29].children[0] = 28; + /* 8:16 */waypoints[29].children[1] = 30; + /* 8:16 */waypoints[29].children[2] = 38; + /* 8:16 */waypoints[30] = spawnstruct(); + /* 8:16 */waypoints[30].origin = ( 2028.29, 2076.81, 22.595 ); + /* 8:16 */waypoints[30].type = "stand"; + /* 8:16 */waypoints[30].children[0] = 29; + /* 8:16 */waypoints[30].children[1] = 31; + /* 8:16 */waypoints[30].children[2] = 27; + /* 8:16 */waypoints[30].children[3] = 53; + /* 8:16 */waypoints[31] = spawnstruct(); + /* 8:16 */waypoints[31].origin = ( 1887.76, 2335.56, 48.125 ); + /* 8:16 */waypoints[31].type = "stand"; + /* 8:16 */waypoints[31].children[0] = 30; + /* 8:16 */waypoints[31].children[1] = 32; + /* 8:16 */waypoints[31].children[2] = 40; + /* 8:16 */waypoints[31].children[3] = 41; + /* 8:16 */waypoints[32] = spawnstruct(); + /* 8:16 */waypoints[32].origin = ( 2041.88, 1915.41, 14.625 ); + /* 8:16 */waypoints[32].type = "claymore"; + /* 8:16 */waypoints[32].children[0] = 27; + /* 8:16 */waypoints[32].children[1] = 31; + /* 8:16 */waypoints[32].angles = ( 54.2493, 57.7002, 0 ); + /* 8:16 */waypoints[33] = spawnstruct(); + /* 8:16 */waypoints[33].origin = ( 1687.26, 958.148, -50.7048 ); + /* 8:16 */waypoints[33].type = "climb"; + /* 8:16 */waypoints[33].children[0] = 34; + /* 8:16 */waypoints[33].children[1] = 19; + /* 8:16 */waypoints[33].children[2] = 228; + /* 8:16 */waypoints[33].angles = ( -1.48987, 89.4232, 0 ); + /* 8:16 */waypoints[34] = spawnstruct(); + /* 8:16 */waypoints[34].origin = ( 1669.99, 1140.4, -45.7578 ); + /* 8:16 */waypoints[34].type = "climb"; + /* 8:16 */waypoints[34].children[0] = 23; + /* 8:16 */waypoints[34].children[1] = 33; + /* 8:16 */waypoints[34].angles = ( 6.57959, -90.0934, 0 ); + /* 8:16 */waypoints[35] = spawnstruct(); + /* 8:16 */waypoints[35].origin = ( 1528.9, 1684.66, -29.002 ); + /* 8:16 */waypoints[35].type = "stand"; + /* 8:16 */waypoints[35].children[0] = 24; + /* 8:16 */waypoints[35].children[1] = 20; + /* 8:16 */waypoints[35].children[2] = 217; + /* 8:16 */waypoints[35].children[3] = 218; + /* 8:16 */waypoints[36] = spawnstruct(); + /* 8:16 */waypoints[36].origin = ( 2637.86, 1558.57, -16.875 ); + /* 8:16 */waypoints[36].type = "stand"; + /* 8:16 */waypoints[36].children[0] = 37; + /* 8:16 */waypoints[36].children[1] = 28; + /* 8:16 */waypoints[37] = spawnstruct(); + /* 8:16 */waypoints[37].origin = ( 2628.18, 1981.63, -16.9353 ); + /* 8:16 */waypoints[37].type = "stand"; + /* 8:16 */waypoints[37].children[0] = 36; + /* 8:16 */waypoints[37].children[1] = 38; + /* 8:16 */waypoints[38] = spawnstruct(); + /* 8:16 */waypoints[38].origin = ( 2413, 1942.11, 5.16108 ); + /* 8:16 */waypoints[38].type = "stand"; + /* 8:16 */waypoints[38].children[0] = 29; + /* 8:16 */waypoints[38].children[1] = 28; + /* 8:16 */waypoints[38].children[2] = 37; + /* 8:16 */waypoints[39] = spawnstruct(); + /* 8:16 */waypoints[39].origin = ( 1629.32, 2281.32, 48.125 ); + /* 8:16 */waypoints[39].type = "crouch"; + /* 8:16 */waypoints[39].children[0] = 59; + /* 8:16 */waypoints[39].angles = ( 4.85474, -23.5547, 0 ); + /* 8:16 */waypoints[40] = spawnstruct(); + /* 8:16 */waypoints[40].origin = ( 1887.24, 2239.91, 48.125 ); + /* 8:16 */waypoints[40].type = "claymore"; + /* 8:16 */waypoints[40].children[0] = 31; + /* 8:16 */waypoints[40].children[1] = 59; + /* 8:16 */waypoints[40].angles = ( 54.4415, 15.6555, 0 ); + /* 8:16 */waypoints[41] = spawnstruct(); + /* 8:16 */waypoints[41].origin = ( 1735.69, 2408.72, 48.125 ); + /* 8:16 */waypoints[41].type = "stand"; + /* 8:16 */waypoints[41].children[0] = 31; + /* 8:16 */waypoints[41].children[1] = 42; + /* 8:16 */waypoints[42] = spawnstruct(); + /* 8:16 */waypoints[42].origin = ( 1617.09, 2528.48, 48.125 ); + /* 8:16 */waypoints[42].type = "stand"; + /* 8:16 */waypoints[42].children[0] = 41; + /* 8:16 */waypoints[42].children[1] = 43; + /* 8:16 */waypoints[43] = spawnstruct(); + /* 8:16 */waypoints[43].origin = ( 1213.59, 3215.49, 79.125 ); + /* 8:16 */waypoints[43].type = "stand"; + /* 8:16 */waypoints[43].children[0] = 42; + /* 8:16 */waypoints[43].children[1] = 44; + /* 8:16 */waypoints[43].children[2] = 62; + /* 8:16 */waypoints[44] = spawnstruct(); + /* 8:16 */waypoints[44].origin = ( 1020.85, 3170.55, 88.125 ); + /* 8:16 */waypoints[44].type = "stand"; + /* 8:16 */waypoints[44].children[0] = 43; + /* 8:16 */waypoints[44].children[1] = 45; + /* 8:16 */waypoints[44].children[2] = 50; + /* 8:16 */waypoints[44].children[3] = 52; + /* 8:16 */waypoints[44].children[4] = 54; + /* 8:16 */waypoints[44].children[5] = 58; + /* 8:16 */waypoints[44].children[6] = 62; + /* 8:16 */waypoints[45] = spawnstruct(); + /* 8:16 */waypoints[45].origin = ( 1116.34, 2958.77, 70.8617 ); + /* 8:16 */waypoints[45].type = "stand"; + /* 8:16 */waypoints[45].children[0] = 46; + /* 8:16 */waypoints[45].children[1] = 47; + /* 8:16 */waypoints[45].children[2] = 44; + /* 8:16 */waypoints[45].children[3] = 50; + /* 8:16 */waypoints[45].children[4] = 52; + /* 8:16 */waypoints[46] = spawnstruct(); + /* 8:16 */waypoints[46].origin = ( 1319.39, 2731.07, 62.1552 ); + /* 8:16 */waypoints[46].type = "stand"; + /* 8:16 */waypoints[46].children[0] = 45; + /* 8:16 */waypoints[46].children[1] = 49; + /* 8:16 */waypoints[46].children[2] = 47; + /* 8:16 */waypoints[46].children[3] = 48; + /* 8:16 */waypoints[46].children[4] = 52; + /* 8:16 */waypoints[47] = spawnstruct(); + /* 8:16 */waypoints[47].origin = ( 1319.99, 2731.04, 62.2088 ); + /* 8:16 */waypoints[47].type = "climb"; + /* 8:16 */waypoints[47].children[0] = 45; + /* 8:16 */waypoints[47].children[1] = 49; + /* 8:16 */waypoints[47].children[2] = 46; + /* 8:16 */waypoints[47].children[3] = 48; + /* 8:16 */waypoints[47].children[4] = 52; + /* 8:16 */waypoints[47].angles = ( 4.0802, -87.1875, 0 ); + /* 8:16 */waypoints[48] = spawnstruct(); + /* 8:16 */waypoints[48].origin = ( 1318.37, 2579.68, 128.893 ); + /* 8:16 */waypoints[48].type = "climb"; + /* 8:16 */waypoints[48].children[0] = 47; + /* 8:16 */waypoints[48].children[1] = 46; + /* 8:16 */waypoints[48].angles = ( 21.2927, -77.3811, 0 ); + /* 8:16 */waypoints[49] = spawnstruct(); + /* 8:16 */waypoints[49].origin = ( 1320.72, 2644.73, 92.8221 ); + /* 8:16 */waypoints[49].type = "grenade"; + /* 8:16 */waypoints[49].children[0] = 46; + /* 8:16 */waypoints[49].children[1] = 47; + /* 8:16 */waypoints[49].angles = ( -25.9925, -77.1723, 0 ); + /* 8:16 */waypoints[50] = spawnstruct(); + /* 8:16 */waypoints[50].origin = ( 1301, 2428.78, 47.9248 ); + /* 8:16 */waypoints[50].type = "stand"; + /* 8:16 */waypoints[50].children[0] = 44; + /* 8:16 */waypoints[50].children[1] = 45; + /* 8:16 */waypoints[50].children[2] = 51; + /* 8:16 */waypoints[51] = spawnstruct(); + /* 8:16 */waypoints[51].origin = ( 1514.98, 2195.19, 30.3116 ); + /* 8:16 */waypoints[51].type = "stand"; + /* 8:16 */waypoints[51].children[0] = 50; + /* 8:16 */waypoints[51].children[1] = 52; + /* 8:16 */waypoints[51].children[2] = 53; + /* 8:16 */waypoints[51].children[3] = 218; + /* 8:16 */waypoints[51].children[4] = 219; + /* 8:16 */waypoints[51].children[5] = 217; + /* 8:16 */waypoints[51].children[6] = 24; + /* 8:16 */waypoints[52] = spawnstruct(); + /* 8:16 */waypoints[52].origin = ( 1378.37, 2722.63, 69.524 ); + /* 8:16 */waypoints[52].type = "stand"; + /* 8:16 */waypoints[52].children[0] = 51; + /* 8:16 */waypoints[52].children[1] = 47; + /* 8:16 */waypoints[52].children[2] = 46; + /* 8:16 */waypoints[52].children[3] = 45; + /* 8:16 */waypoints[52].children[4] = 44; + /* 8:16 */waypoints[53] = spawnstruct(); + /* 8:16 */waypoints[53].origin = ( 1629.7, 1961.88, 14.1306 ); + /* 8:16 */waypoints[53].type = "stand"; + /* 8:16 */waypoints[53].children[0] = 24; + /* 8:16 */waypoints[53].children[1] = 30; + /* 8:16 */waypoints[53].children[2] = 51; + /* 8:16 */waypoints[54] = spawnstruct(); + /* 8:16 */waypoints[54].origin = ( 1004.69, 3702.19, 227.125 ); + /* 8:16 */waypoints[54].type = "stand"; + /* 8:16 */waypoints[54].children[0] = 55; + /* 8:16 */waypoints[54].children[1] = 44; + /* 8:16 */waypoints[54].children[2] = 57; + /* 8:16 */waypoints[55] = spawnstruct(); + /* 8:16 */waypoints[55].origin = ( 788.49, 3602, 227.125 ); + /* 8:16 */waypoints[55].type = "stand"; + /* 8:16 */waypoints[55].children[0] = 56; + /* 8:16 */waypoints[55].children[1] = 54; + /* 8:16 */waypoints[55].children[2] = 57; + /* 8:16 */waypoints[56] = spawnstruct(); + /* 8:16 */waypoints[56].origin = ( 595.604, 3699.63, 227.125 ); + /* 8:16 */waypoints[56].type = "stand"; + /* 8:16 */waypoints[56].children[0] = 55; + /* 8:16 */waypoints[56].children[1] = 57; + /* 8:16 */waypoints[56].children[2] = 58; + /* 8:16 */waypoints[57] = spawnstruct(); + /* 8:16 */waypoints[57].origin = ( 796.995, 3689.21, 227.125 ); + /* 8:16 */waypoints[57].type = "stand"; + /* 8:16 */waypoints[57].children[0] = 56; + /* 8:16 */waypoints[57].children[1] = 55; + /* 8:16 */waypoints[57].children[2] = 54; + /* 8:16 */waypoints[58] = spawnstruct(); + /* 8:16 */waypoints[58].origin = ( 570.222, 3333.23, 88.125 ); + /* 8:16 */waypoints[58].type = "stand"; + /* 8:16 */waypoints[58].children[0] = 56; + /* 8:16 */waypoints[58].children[1] = 44; + /* 8:16 */waypoints[58].children[2] = 62; + /* 8:16 */waypoints[58].children[3] = 63; + /* 8:16 */waypoints[59] = spawnstruct(); + /* 8:16 */waypoints[59].origin = ( 1788.26, 2276.9, 48.125 ); + /* 8:16 */waypoints[59].type = "stand"; + /* 8:16 */waypoints[59].children[0] = 39; + /* 8:16 */waypoints[59].children[1] = 40; + /* 8:16 */waypoints[60] = spawnstruct(); + /* 8:16 */waypoints[60].origin = ( 1524.79, -292.251, -52.0338 ); + /* 8:16 */waypoints[60].type = "stand"; + /* 8:16 */waypoints[60].children[0] = 16; + /* 8:16 */waypoints[60].children[1] = 6; + /* 8:16 */waypoints[61] = spawnstruct(); + /* 8:16 */waypoints[61].origin = ( 755.301, -907.125, -45.2758 ); + /* 8:16 */waypoints[61].type = "claymore"; + /* 8:16 */waypoints[61].children[0] = 2; + /* 8:16 */waypoints[61].children[1] = 93; + /* 8:16 */waypoints[61].angles = ( 58.2813, -19.1646, 0 ); + /* 8:16 */waypoints[62] = spawnstruct(); + /* 8:16 */waypoints[62].origin = ( 564.23, 2975.45, 88.0086 ); + /* 8:16 */waypoints[62].type = "stand"; + /* 8:16 */waypoints[62].children[0] = 58; + /* 8:16 */waypoints[62].children[1] = 44; + /* 8:16 */waypoints[62].children[2] = 43; + /* 8:16 */waypoints[62].children[3] = 64; + /* 8:16 */waypoints[62].children[4] = 146; + /* 8:16 */waypoints[62].children[5] = 147; + /* 8:16 */waypoints[62].children[6] = 150; + /* 8:16 */waypoints[63] = spawnstruct(); + /* 8:16 */waypoints[63].origin = ( 237.75, 3269.67, 89.2896 ); + /* 8:16 */waypoints[63].type = "stand"; + /* 8:16 */waypoints[63].children[0] = 58; + /* 8:16 */waypoints[63].children[1] = 64; + /* 8:16 */waypoints[63].children[2] = 65; + /* 8:16 */waypoints[63].children[3] = 66; + /* 8:16 */waypoints[64] = spawnstruct(); + /* 8:16 */waypoints[64].origin = ( 465.305, 3184.05, 90.4484 ); + /* 8:16 */waypoints[64].type = "stand"; + /* 8:16 */waypoints[64].children[0] = 63; + /* 8:16 */waypoints[64].children[1] = 62; + /* 8:16 */waypoints[65] = spawnstruct(); + /* 8:16 */waypoints[65].origin = ( 12.1739, 3012.94, 84.5655 ); + /* 8:16 */waypoints[65].type = "stand"; + /* 8:16 */waypoints[65].children[0] = 63; + /* 8:16 */waypoints[65].children[1] = 66; + /* 8:16 */waypoints[65].children[2] = 67; + /* 8:16 */waypoints[65].children[3] = 70; + /* 8:16 */waypoints[65].children[4] = 144; + /* 8:16 */waypoints[65].children[5] = 149; + /* 8:16 */waypoints[65].children[6] = 153; + /* 8:16 */waypoints[66] = spawnstruct(); + /* 8:16 */waypoints[66].origin = ( -406.307, 3299.58, 97.8552 ); + /* 8:16 */waypoints[66].type = "stand"; + /* 8:16 */waypoints[66].children[0] = 65; + /* 8:16 */waypoints[66].children[1] = 63; + /* 8:16 */waypoints[67] = spawnstruct(); + /* 8:16 */waypoints[67].origin = ( -620.461, 2812.14, 153.131 ); + /* 8:16 */waypoints[67].type = "stand"; + /* 8:16 */waypoints[67].children[0] = 65; + /* 8:16 */waypoints[67].children[1] = 69; + /* 8:16 */waypoints[67].children[2] = 68; + /* 8:16 */waypoints[68] = spawnstruct(); + /* 8:16 */waypoints[68].origin = ( -929.804, 2511.54, 70.925 ); + /* 8:16 */waypoints[68].type = "stand"; + /* 8:16 */waypoints[68].children[0] = 69; + /* 8:16 */waypoints[68].children[1] = 67; + /* 8:16 */waypoints[68].children[2] = 71; + /* 8:16 */waypoints[68].children[3] = 72; + /* 8:16 */waypoints[68].children[4] = 226; + /* 8:16 */waypoints[69] = spawnstruct(); + /* 8:16 */waypoints[69].origin = ( -491.211, 2520.74, 84.4072 ); + /* 8:16 */waypoints[69].type = "stand"; + /* 8:16 */waypoints[69].children[0] = 67; + /* 8:16 */waypoints[69].children[1] = 70; + /* 8:16 */waypoints[69].children[2] = 68; + /* 8:16 */waypoints[70] = spawnstruct(); + /* 8:16 */waypoints[70].origin = ( -103.115, 2440.32, 87.8611 ); + /* 8:16 */waypoints[70].type = "stand"; + /* 8:16 */waypoints[70].children[0] = 65; + /* 8:16 */waypoints[70].children[1] = 69; + /* 8:16 */waypoints[70].children[2] = 145; + /* 8:16 */waypoints[71] = spawnstruct(); + /* 8:16 */waypoints[71].origin = ( -970.227, 2825.46, 72.125 ); + /* 8:16 */waypoints[71].type = "stand"; + /* 8:16 */waypoints[71].children[0] = 68; + /* 8:16 */waypoints[71].children[1] = 164; + /* 8:16 */waypoints[72] = spawnstruct(); + /* 8:16 */waypoints[72].origin = ( -882.026, 1450.13, 96.125 ); + /* 8:16 */waypoints[72].type = "stand"; + /* 8:16 */waypoints[72].children[0] = 68; + /* 8:16 */waypoints[72].children[1] = 73; + /* 8:16 */waypoints[73] = spawnstruct(); + /* 8:16 */waypoints[73].origin = ( -1102.67, 1450.41, 96.125 ); + /* 8:16 */waypoints[73].type = "stand"; + /* 8:16 */waypoints[73].children[0] = 72; + /* 8:16 */waypoints[73].children[1] = 74; + /* 8:16 */waypoints[73].children[2] = 75; + /* 8:16 */waypoints[74] = spawnstruct(); + /* 8:16 */waypoints[74].origin = ( -979.279, 1395.24, 96.125 ); + /* 8:16 */waypoints[74].type = "claymore"; + /* 8:16 */waypoints[74].children[0] = 73; + /* 8:16 */waypoints[74].angles = ( 60.2039, 106.338, 0 ); + /* 8:16 */waypoints[75] = spawnstruct(); + /* 8:16 */waypoints[75].origin = ( -1070.72, 1064.57, 96.125 ); + /* 8:16 */waypoints[75].type = "stand"; + /* 8:16 */waypoints[75].children[0] = 76; + /* 8:16 */waypoints[75].children[1] = 73; + /* 8:16 */waypoints[75].children[2] = 78; + /* 8:16 */waypoints[76] = spawnstruct(); + /* 8:16 */waypoints[76].origin = ( -880.876, 1060.39, 96.125 ); + /* 8:16 */waypoints[76].type = "stand"; + /* 8:16 */waypoints[76].children[0] = 77; + /* 8:16 */waypoints[76].children[1] = 75; + /* 8:16 */waypoints[76].children[2] = 79; + /* 8:16 */waypoints[77] = spawnstruct(); + /* 8:16 */waypoints[77].origin = ( -880.888, 1296.98, 96.125 ); + /* 8:16 */waypoints[77].type = "stand"; + /* 8:16 */waypoints[77].children[0] = 76; + /* 8:16 */waypoints[78] = spawnstruct(); + /* 8:16 */waypoints[78].origin = ( -980.206, 1120.99, 96.125 ); + /* 8:16 */waypoints[78].type = "claymore"; + /* 8:16 */waypoints[78].children[0] = 75; + /* 8:16 */waypoints[78].angles = ( 60.7806, -108.006, 0 ); + /* 8:16 */waypoints[79] = spawnstruct(); + /* 8:16 */waypoints[79].origin = ( -883.539, 918.873, 96.125 ); + /* 8:16 */waypoints[79].type = "stand"; + /* 8:16 */waypoints[79].children[0] = 76; + /* 8:16 */waypoints[79].children[1] = 81; + /* 8:16 */waypoints[79].children[2] = 80; + /* 8:16 */waypoints[80] = spawnstruct(); + /* 8:16 */waypoints[80].origin = ( -888.02, 774.846, 96.125 ); + /* 8:16 */waypoints[80].type = "stand"; + /* 8:16 */waypoints[80].children[0] = 82; + /* 8:16 */waypoints[80].children[1] = 79; + /* 8:16 */waypoints[80].children[2] = 83; + /* 8:16 */waypoints[80].children[3] = 216; + /* 8:16 */waypoints[81] = spawnstruct(); + /* 8:16 */waypoints[81].origin = ( -999.787, 775.743, 96.125 ); + /* 8:16 */waypoints[81].type = "stand"; + /* 8:16 */waypoints[81].children[0] = 79; + /* 8:16 */waypoints[81].children[1] = 82; + /* 8:16 */waypoints[81].children[2] = 83; + /* 8:16 */waypoints[82] = spawnstruct(); + /* 8:16 */waypoints[82].origin = ( -945.83, 684.852, 96.125 ); + /* 8:16 */waypoints[82].type = "stand"; + /* 8:16 */waypoints[82].children[0] = 81; + /* 8:16 */waypoints[82].children[1] = 80; + /* 8:16 */waypoints[82].children[2] = 83; + /* 8:16 */waypoints[82].children[3] = 216; + /* 8:16 */waypoints[83] = spawnstruct(); + /* 8:16 */waypoints[83].origin = ( -1004.93, 583.839, 96.125 ); + /* 8:16 */waypoints[83].type = "stand"; + /* 8:16 */waypoints[83].children[0] = 82; + /* 8:16 */waypoints[83].children[1] = 80; + /* 8:16 */waypoints[83].children[2] = 81; + /* 8:16 */waypoints[83].children[3] = 84; + /* 8:16 */waypoints[84] = spawnstruct(); + /* 8:16 */waypoints[84].origin = ( -1006.92, 340.86, -32.4468 ); + /* 8:16 */waypoints[84].type = "stand"; + /* 8:16 */waypoints[84].children[0] = 83; + /* 8:16 */waypoints[84].children[1] = 85; + /* 8:16 */waypoints[84].children[2] = 194; + /* 8:16 */waypoints[84].children[3] = 207; + /* 8:16 */waypoints[85] = spawnstruct(); + /* 8:16 */waypoints[85].origin = ( -984.292, -268.903, -39.875 ); + /* 8:16 */waypoints[85].type = "stand"; + /* 8:16 */waypoints[85].children[0] = 86; + /* 8:16 */waypoints[85].children[1] = 84; + /* 8:16 */waypoints[85].children[2] = 90; + /* 8:16 */waypoints[85].children[3] = 194; + /* 8:16 */waypoints[86] = spawnstruct(); + /* 8:16 */waypoints[86].origin = ( -979.452, -430.207, -31.675 ); + /* 8:16 */waypoints[86].type = "stand"; + /* 8:16 */waypoints[86].children[0] = 87; + /* 8:16 */waypoints[86].children[1] = 85; + /* 8:16 */waypoints[86].children[2] = 194; + /* 8:16 */waypoints[87] = spawnstruct(); + /* 8:16 */waypoints[87].origin = ( -293.208, -454.917, -43.875 ); + /* 8:16 */waypoints[87].type = "stand"; + /* 8:16 */waypoints[87].children[0] = 88; + /* 8:16 */waypoints[87].children[1] = 86; + /* 8:16 */waypoints[87].children[2] = 90; + /* 8:16 */waypoints[88] = spawnstruct(); + /* 8:16 */waypoints[88].origin = ( -293.629, -786.26, -43.875 ); + /* 8:16 */waypoints[88].type = "stand"; + /* 8:16 */waypoints[88].children[0] = 89; + /* 8:16 */waypoints[88].children[1] = 87; + /* 8:16 */waypoints[88].children[2] = 92; + /* 8:16 */waypoints[89] = spawnstruct(); + /* 8:16 */waypoints[89].origin = ( -119.157, -1043.91, -43.875 ); + /* 8:16 */waypoints[89].type = "stand"; + /* 8:16 */waypoints[89].children[0] = 88; + /* 8:16 */waypoints[89].children[1] = 93; + /* 8:16 */waypoints[89].children[2] = 94; + /* 8:16 */waypoints[90] = spawnstruct(); + /* 8:16 */waypoints[90].origin = ( -302.988, -253.787, -44.3762 ); + /* 8:16 */waypoints[90].type = "stand"; + /* 8:16 */waypoints[90].children[0] = 85; + /* 8:16 */waypoints[90].children[1] = 87; + /* 8:16 */waypoints[90].children[2] = 91; + /* 8:16 */waypoints[90].children[3] = 106; + /* 8:16 */waypoints[91] = spawnstruct(); + /* 8:16 */waypoints[91].origin = ( 199.072, -257.018, -49.1757 ); + /* 8:16 */waypoints[91].type = "stand"; + /* 8:16 */waypoints[91].children[0] = 90; + /* 8:16 */waypoints[91].children[1] = 92; + /* 8:16 */waypoints[91].children[2] = 101; + /* 8:16 */waypoints[91].children[3] = 105; + /* 8:16 */waypoints[91].children[4] = 180; + /* 8:16 */waypoints[92] = spawnstruct(); + /* 8:16 */waypoints[92].origin = ( 195.529, -793.035, -44.3745 ); + /* 8:16 */waypoints[92].type = "stand"; + /* 8:16 */waypoints[92].children[0] = 91; + /* 8:16 */waypoints[92].children[1] = 88; + /* 8:16 */waypoints[92].children[2] = 100; + /* 8:16 */waypoints[93] = spawnstruct(); + /* 8:16 */waypoints[93].origin = ( 889.855, -1062.11, -43.8785 ); + /* 8:16 */waypoints[93].type = "stand"; + /* 8:16 */waypoints[93].children[0] = 89; + /* 8:16 */waypoints[93].children[1] = 95; + /* 8:16 */waypoints[93].children[2] = 61; + /* 8:16 */waypoints[93].children[3] = 227; + /* 8:16 */waypoints[94] = spawnstruct(); + /* 8:16 */waypoints[94].origin = ( 327.056, -964.561, -45.7378 ); + /* 8:16 */waypoints[94].type = "claymore"; + /* 8:16 */waypoints[94].children[0] = 89; + /* 8:16 */waypoints[94].angles = ( 47.3224, -143.085, 0 ); + /* 8:16 */waypoints[95] = spawnstruct(); + /* 8:16 */waypoints[95].origin = ( 840.145, -798.51, -45.5784 ); + /* 8:16 */waypoints[95].type = "stand"; + /* 8:16 */waypoints[95].children[0] = 93; + /* 8:16 */waypoints[95].children[1] = 96; + /* 8:16 */waypoints[95].children[2] = 98; + /* 8:16 */waypoints[95].children[3] = 100; + /* 8:16 */waypoints[96] = spawnstruct(); + /* 8:16 */waypoints[96].origin = ( 1024.61, -807.461, -47.878 ); + /* 8:16 */waypoints[96].type = "stand"; + /* 8:16 */waypoints[96].children[0] = 97; + /* 8:16 */waypoints[96].children[1] = 95; + /* 8:16 */waypoints[97] = spawnstruct(); + /* 8:16 */waypoints[97].origin = ( 1024.41, -549.378, -47.8793 ); + /* 8:16 */waypoints[97].type = "stand"; + /* 8:16 */waypoints[97].children[0] = 98; + /* 8:16 */waypoints[97].children[1] = 96; + /* 8:16 */waypoints[98] = spawnstruct(); + /* 8:16 */waypoints[98].origin = ( 840.887, -572.989, -47.878 ); + /* 8:16 */waypoints[98].type = "stand"; + /* 8:16 */waypoints[98].children[0] = 99; + /* 8:16 */waypoints[98].children[1] = 97; + /* 8:16 */waypoints[98].children[2] = 95; + /* 8:16 */waypoints[98].children[3] = 102; + /* 8:16 */waypoints[99] = spawnstruct(); + /* 8:16 */waypoints[99].origin = ( 683.481, -578.899, -44.9421 ); + /* 8:16 */waypoints[99].type = "stand"; + /* 8:16 */waypoints[99].children[0] = 100; + /* 8:16 */waypoints[99].children[1] = 98; + /* 8:16 */waypoints[99].children[2] = 101; + /* 8:16 */waypoints[100] = spawnstruct(); + /* 8:16 */waypoints[100].origin = ( 683.905, -814.098, -44.8444 ); + /* 8:16 */waypoints[100].type = "stand"; + /* 8:16 */waypoints[100].children[0] = 99; + /* 8:16 */waypoints[100].children[1] = 95; + /* 8:16 */waypoints[100].children[2] = 92; + /* 8:16 */waypoints[101] = spawnstruct(); + /* 8:16 */waypoints[101].origin = ( 687.358, -251.507, -45.219 ); + /* 8:16 */waypoints[101].type = "stand"; + /* 8:16 */waypoints[101].children[0] = 99; + /* 8:16 */waypoints[101].children[1] = 91; + /* 8:16 */waypoints[102] = spawnstruct(); + /* 8:16 */waypoints[102].origin = ( 865.168, -256.684, -44.5731 ); + /* 8:16 */waypoints[102].type = "stand"; + /* 8:16 */waypoints[102].children[0] = 6; + /* 8:16 */waypoints[102].children[1] = 103; + /* 8:16 */waypoints[102].children[2] = 98; + /* 8:16 */waypoints[102].children[3] = 104; + /* 8:16 */waypoints[103] = spawnstruct(); + /* 8:16 */waypoints[103].origin = ( 1075.3, -117.125, -47.875 ); + /* 8:16 */waypoints[103].type = "climb"; + /* 8:16 */waypoints[103].children[0] = 102; + /* 8:16 */waypoints[103].children[1] = 110; + /* 8:16 */waypoints[103].angles = ( 8.49672, 90.5449, 0 ); + /* 8:16 */waypoints[104] = spawnstruct(); + /* 8:16 */waypoints[104].origin = ( 530.606, 78.3445, -51.0061 ); + /* 8:16 */waypoints[104].type = "stand"; + /* 8:16 */waypoints[104].children[0] = 102; + /* 8:16 */waypoints[104].children[1] = 105; + /* 8:16 */waypoints[104].children[2] = 107; + /* 8:16 */waypoints[104].children[3] = 128; + /* 8:16 */waypoints[104].children[4] = 182; + /* 8:16 */waypoints[105] = spawnstruct(); + /* 8:16 */waypoints[105].origin = ( 217.477, -21.1215, -62.1545 ); + /* 8:16 */waypoints[105].type = "stand"; + /* 8:16 */waypoints[105].children[0] = 106; + /* 8:16 */waypoints[105].children[1] = 91; + /* 8:16 */waypoints[105].children[2] = 104; + /* 8:16 */waypoints[105].children[3] = 180; + /* 8:16 */waypoints[106] = spawnstruct(); + /* 8:16 */waypoints[106].origin = ( -309.1, 46.7847, -48.3338 ); + /* 8:16 */waypoints[106].type = "stand"; + /* 8:16 */waypoints[106].children[0] = 90; + /* 8:16 */waypoints[106].children[1] = 105; + /* 8:16 */waypoints[106].children[2] = 229; + /* 8:16 */waypoints[107] = spawnstruct(); + /* 8:16 */waypoints[107].origin = ( 831.298, 73.8825, -47.875 ); + /* 8:16 */waypoints[107].type = "stand"; + /* 8:16 */waypoints[107].children[0] = 108; + /* 8:16 */waypoints[107].children[1] = 104; + /* 8:16 */waypoints[107].children[2] = 126; + /* 8:16 */waypoints[107].children[3] = 128; + /* 8:16 */waypoints[108] = spawnstruct(); + /* 8:16 */waypoints[108].origin = ( 1005.42, 0.992099, -47.875 ); + /* 8:16 */waypoints[108].type = "stand"; + /* 8:16 */waypoints[108].children[0] = 107; + /* 8:16 */waypoints[108].children[1] = 109; + /* 8:16 */waypoints[108].children[2] = 110; + /* 8:16 */waypoints[108].children[3] = 126; + /* 8:16 */waypoints[109] = spawnstruct(); + /* 8:16 */waypoints[109].origin = ( 1189.12, 239.621, -47.875 ); + /* 8:16 */waypoints[109].type = "stand"; + /* 8:16 */waypoints[109].children[0] = 108; + /* 8:16 */waypoints[109].children[1] = 110; + /* 8:16 */waypoints[109].children[2] = 111; + /* 8:16 */waypoints[110] = spawnstruct(); + /* 8:16 */waypoints[110].origin = ( 1071.96, -65.2558, -47.875 ); + /* 8:16 */waypoints[110].type = "climb"; + /* 8:16 */waypoints[110].children[0] = 108; + /* 8:16 */waypoints[110].children[1] = 103; + /* 8:16 */waypoints[110].children[2] = 109; + /* 8:16 */waypoints[110].angles = ( 56.5839, -91.5809, 0 ); + /* 8:16 */waypoints[111] = spawnstruct(); + /* 8:16 */waypoints[111].origin = ( 1333.12, 265.832, -47.875 ); + /* 8:16 */waypoints[111].type = "stand"; + /* 8:16 */waypoints[111].children[0] = 109; + /* 8:16 */waypoints[111].children[1] = 112; + /* 8:16 */waypoints[112] = spawnstruct(); + /* 8:16 */waypoints[112].origin = ( 1386.05, 439.882, -59.253 ); + /* 8:16 */waypoints[112].type = "stand"; + /* 8:16 */waypoints[112].children[0] = 111; + /* 8:16 */waypoints[112].children[1] = 17; + /* 8:16 */waypoints[112].children[2] = 15; + /* 8:16 */waypoints[112].children[3] = 113; + /* 8:16 */waypoints[113] = spawnstruct(); + /* 8:16 */waypoints[113].origin = ( 1368.86, 778.125, -62.875 ); + /* 8:16 */waypoints[113].type = "stand"; + /* 8:16 */waypoints[113].children[0] = 20; + /* 8:16 */waypoints[113].children[1] = 112; + /* 8:16 */waypoints[113].children[2] = 114; + /* 8:16 */waypoints[113].children[3] = 124; + /* 8:16 */waypoints[113].children[4] = 125; + /* 8:16 */waypoints[113].children[5] = 174; + /* 8:16 */waypoints[114] = spawnstruct(); + /* 8:16 */waypoints[114].origin = ( 1413.6, 1056.55, -51.0258 ); + /* 8:16 */waypoints[114].type = "stand"; + /* 8:16 */waypoints[114].children[0] = 113; + /* 8:16 */waypoints[114].children[1] = 20; + /* 8:16 */waypoints[114].children[2] = 115; + /* 8:16 */waypoints[115] = spawnstruct(); + /* 8:16 */waypoints[115].origin = ( 1165.41, 1067.02, 44.125 ); + /* 8:16 */waypoints[115].type = "stand"; + /* 8:16 */waypoints[115].children[0] = 114; + /* 8:16 */waypoints[115].children[1] = 116; + /* 8:16 */waypoints[115].children[2] = 129; + /* 8:16 */waypoints[115].children[3] = 131; + /* 8:16 */waypoints[116] = spawnstruct(); + /* 8:16 */waypoints[116].origin = ( 1163.88, 820.52, 93.125 ); + /* 8:16 */waypoints[116].type = "stand"; + /* 8:16 */waypoints[116].children[0] = 115; + /* 8:16 */waypoints[116].children[1] = 117; + /* 8:16 */waypoints[116].children[2] = 172; + /* 8:16 */waypoints[116].children[3] = 195; + /* 8:16 */waypoints[116].children[4] = 196; + /* 8:16 */waypoints[117] = spawnstruct(); + /* 8:16 */waypoints[117].origin = ( 1242.07, 787.048, 93.125 ); + /* 8:16 */waypoints[117].type = "stand"; + /* 8:16 */waypoints[117].children[0] = 116; + /* 8:16 */waypoints[117].children[1] = 118; + /* 8:16 */waypoints[117].children[2] = 120; + /* 8:16 */waypoints[117].children[3] = 196; + /* 8:16 */waypoints[117].children[4] = 195; + /* 8:16 */waypoints[118] = spawnstruct(); + /* 8:16 */waypoints[118].origin = ( 1384.12, 790.4, 93.125 ); + /* 8:16 */waypoints[118].type = "stand"; + /* 8:16 */waypoints[118].children[0] = 119; + /* 8:16 */waypoints[118].children[1] = 117; + /* 8:16 */waypoints[118].children[2] = 173; + /* 8:16 */waypoints[119] = spawnstruct(); + /* 8:16 */waypoints[119].origin = ( 1433.25, 881.875, 93.125 ); + /* 8:16 */waypoints[119].type = "grenade"; + /* 8:16 */waypoints[119].children[0] = 118; + /* 8:16 */waypoints[119].angles = ( -19.1724, 49.9695, 0 ); + /* 8:16 */waypoints[120] = spawnstruct(); + /* 8:16 */waypoints[120].origin = ( 1387.45, 534.274, 93.125 ); + /* 8:16 */waypoints[120].type = "stand"; + /* 8:16 */waypoints[120].children[0] = 117; + /* 8:16 */waypoints[120].children[1] = 121; + /* 8:16 */waypoints[121] = spawnstruct(); + /* 8:16 */waypoints[121].origin = ( 1056.83, 536.425, -62.875 ); + /* 8:16 */waypoints[121].type = "stand"; + /* 8:16 */waypoints[121].children[0] = 120; + /* 8:16 */waypoints[121].children[1] = 123; + /* 8:16 */waypoints[121].children[2] = 122; + /* 8:16 */waypoints[122] = spawnstruct(); + /* 8:16 */waypoints[122].origin = ( 1088.73, 704.4, -62.875 ); + /* 8:16 */waypoints[122].type = "stand"; + /* 8:16 */waypoints[122].children[0] = 121; + /* 8:16 */waypoints[122].children[1] = 123; + /* 8:16 */waypoints[122].children[2] = 124; + /* 8:16 */waypoints[122].children[3] = 125; + /* 8:16 */waypoints[122].children[4] = 174; + /* 8:16 */waypoints[123] = spawnstruct(); + /* 8:16 */waypoints[123].origin = ( 1042.14, 654.153, -62.875 ); + /* 8:16 */waypoints[123].type = "claymore"; + /* 8:16 */waypoints[123].children[0] = 121; + /* 8:16 */waypoints[123].children[1] = 122; + /* 8:16 */waypoints[123].angles = ( 68.8501, 80.6214, 0 ); + /* 8:16 */waypoints[124] = spawnstruct(); + /* 8:16 */waypoints[124].origin = ( 1184.62, 775.902, -62.875 ); + /* 8:16 */waypoints[124].type = "stand"; + /* 8:16 */waypoints[124].children[0] = 113; + /* 8:16 */waypoints[124].children[1] = 122; + /* 8:16 */waypoints[125] = spawnstruct(); + /* 8:16 */waypoints[125].origin = ( 942.051, 709.104, -59.3189 ); + /* 8:16 */waypoints[125].type = "stand"; + /* 8:16 */waypoints[125].children[0] = 122; + /* 8:16 */waypoints[125].children[1] = 113; + /* 8:16 */waypoints[125].children[2] = 126; + /* 8:16 */waypoints[125].children[3] = 127; + /* 8:16 */waypoints[126] = spawnstruct(); + /* 8:16 */waypoints[126].origin = ( 942.511, 154.359, -47.7491 ); + /* 8:16 */waypoints[126].type = "stand"; + /* 8:16 */waypoints[126].children[0] = 107; + /* 8:16 */waypoints[126].children[1] = 108; + /* 8:16 */waypoints[126].children[2] = 125; + /* 8:16 */waypoints[127] = spawnstruct(); + /* 8:16 */waypoints[127].origin = ( 674.893, 708.974, -44.0163 ); + /* 8:16 */waypoints[127].type = "stand"; + /* 8:16 */waypoints[127].children[0] = 128; + /* 8:16 */waypoints[127].children[1] = 125; + /* 8:16 */waypoints[127].children[2] = 130; + /* 8:16 */waypoints[127].children[3] = 134; + /* 8:16 */waypoints[128] = spawnstruct(); + /* 8:16 */waypoints[128].origin = ( 653.868, 170.705, -46.4655 ); + /* 8:16 */waypoints[128].type = "stand"; + /* 8:16 */waypoints[128].children[0] = 104; + /* 8:16 */waypoints[128].children[1] = 107; + /* 8:16 */waypoints[128].children[2] = 127; + /* 8:16 */waypoints[128].children[3] = 182; + /* 8:16 */waypoints[129] = spawnstruct(); + /* 8:16 */waypoints[129].origin = ( 684.483, 1059.44, -44.6783 ); + /* 8:16 */waypoints[129].type = "stand"; + /* 8:16 */waypoints[129].children[0] = 130; + /* 8:16 */waypoints[129].children[1] = 115; + /* 8:16 */waypoints[129].children[2] = 131; + /* 8:16 */waypoints[129].children[3] = 133; + /* 8:16 */waypoints[130] = spawnstruct(); + /* 8:16 */waypoints[130].origin = ( 678.537, 904.338, -43.8244 ); + /* 8:16 */waypoints[130].type = "stand"; + /* 8:16 */waypoints[130].children[0] = 127; + /* 8:16 */waypoints[130].children[1] = 129; + /* 8:16 */waypoints[130].children[2] = 134; + /* 8:16 */waypoints[131] = spawnstruct(); + /* 8:16 */waypoints[131].origin = ( 905.83, 1058.22, -40.24 ); + /* 8:16 */waypoints[131].type = "stand"; + /* 8:16 */waypoints[131].children[0] = 115; + /* 8:16 */waypoints[131].children[1] = 129; + /* 8:16 */waypoints[131].children[2] = 132; + /* 8:16 */waypoints[131].children[3] = 219; + /* 8:16 */waypoints[132] = spawnstruct(); + /* 8:16 */waypoints[132].origin = ( 878.72, 1429.92, -35.875 ); + /* 8:16 */waypoints[132].type = "stand"; + /* 8:16 */waypoints[132].children[0] = 131; + /* 8:16 */waypoints[132].children[1] = 135; + /* 8:16 */waypoints[132].children[2] = 136; + /* 8:16 */waypoints[132].children[3] = 139; + /* 8:16 */waypoints[132].children[4] = 138; + /* 8:16 */waypoints[132].children[5] = 143; + /* 8:16 */waypoints[132].children[6] = 219; + /* 8:16 */waypoints[133] = spawnstruct(); + /* 8:16 */waypoints[133].origin = ( 422.844, 1051.46, -55.0199 ); + /* 8:16 */waypoints[133].type = "stand"; + /* 8:16 */waypoints[133].children[0] = 134; + /* 8:16 */waypoints[133].children[1] = 129; + /* 8:16 */waypoints[133].children[2] = 135; + /* 8:16 */waypoints[133].children[3] = 175; + /* 8:16 */waypoints[134] = spawnstruct(); + /* 8:16 */waypoints[134].origin = ( 388.031, 870.158, -42.5841 ); + /* 8:16 */waypoints[134].type = "stand"; + /* 8:16 */waypoints[134].children[0] = 127; + /* 8:16 */waypoints[134].children[1] = 133; + /* 8:16 */waypoints[134].children[2] = 130; + /* 8:16 */waypoints[134].children[3] = 176; + /* 8:16 */waypoints[135] = spawnstruct(); + /* 8:16 */waypoints[135].origin = ( 438.293, 1151.92, -41.8002 ); + /* 8:16 */waypoints[135].type = "stand"; + /* 8:16 */waypoints[135].children[0] = 132; + /* 8:16 */waypoints[135].children[1] = 133; + /* 8:16 */waypoints[135].children[2] = 138; + /* 8:16 */waypoints[135].children[3] = 137; + /* 8:16 */waypoints[135].children[4] = 171; + /* 8:16 */waypoints[136] = spawnstruct(); + /* 8:16 */waypoints[136].origin = ( 746.714, 1199.89, -47.6712 ); + /* 8:16 */waypoints[136].type = "stand"; + /* 8:16 */waypoints[136].children[0] = 137; + /* 8:16 */waypoints[136].children[1] = 132; + /* 8:16 */waypoints[137] = spawnstruct(); + /* 8:16 */waypoints[137].origin = ( 271.454, 1210.1, -50.4037 ); + /* 8:16 */waypoints[137].type = "stand"; + /* 8:16 */waypoints[137].children[0] = 136; + /* 8:16 */waypoints[137].children[1] = 139; + /* 8:16 */waypoints[137].children[2] = 135; + /* 8:16 */waypoints[137].children[3] = 142; + /* 8:16 */waypoints[137].children[4] = 224; + /* 8:16 */waypoints[138] = spawnstruct(); + /* 8:16 */waypoints[138].origin = ( 488.008, 1393.85, -52.4807 ); + /* 8:16 */waypoints[138].type = "stand"; + /* 8:16 */waypoints[138].children[0] = 132; + /* 8:16 */waypoints[138].children[1] = 135; + /* 8:16 */waypoints[138].children[2] = 166; + /* 8:16 */waypoints[139] = spawnstruct(); + /* 8:16 */waypoints[139].origin = ( 265.738, 1413.57, -53.0188 ); + /* 8:16 */waypoints[139].type = "stand"; + /* 8:16 */waypoints[139].children[0] = 132; + /* 8:16 */waypoints[139].children[1] = 137; + /* 8:16 */waypoints[139].children[2] = 140; + /* 8:16 */waypoints[139].children[3] = 142; + /* 8:16 */waypoints[139].children[4] = 168; + /* 8:16 */waypoints[140] = spawnstruct(); + /* 8:16 */waypoints[140].origin = ( 308.18, 2009.54, 37.5852 ); + /* 8:16 */waypoints[140].type = "grenade"; + /* 8:16 */waypoints[140].children[0] = 141; + /* 8:16 */waypoints[140].children[1] = 139; + /* 8:16 */waypoints[140].angles = ( -22.8363, 138.585, 0 ); + /* 8:16 */waypoints[141] = spawnstruct(); + /* 8:16 */waypoints[141].origin = ( 304.345, 2228.65, 68.312 ); + /* 8:16 */waypoints[141].type = "stand"; + /* 8:16 */waypoints[141].children[0] = 140; + /* 8:16 */waypoints[141].children[1] = 143; + /* 8:16 */waypoints[141].children[2] = 144; + /* 8:16 */waypoints[141].children[3] = 168; + /* 8:16 */waypoints[141].children[4] = 224; + /* 8:16 */waypoints[142] = spawnstruct(); + /* 8:16 */waypoints[142].origin = ( 350.162, 1285.37, -50.2771 ); + /* 8:16 */waypoints[142].type = "grenade"; + /* 8:16 */waypoints[142].children[0] = 137; + /* 8:16 */waypoints[142].children[1] = 139; + /* 8:16 */waypoints[142].angles = ( -32.0593, -114.573, 0 ); + /* 8:16 */waypoints[143] = spawnstruct(); + /* 8:16 */waypoints[143].origin = ( 953.873, 2203.78, 32.0932 ); + /* 8:16 */waypoints[143].type = "stand"; + /* 8:16 */waypoints[143].children[0] = 132; + /* 8:16 */waypoints[143].children[1] = 141; + /* 8:16 */waypoints[143].children[2] = 146; + /* 8:16 */waypoints[143].children[3] = 218; + /* 8:16 */waypoints[143].children[4] = 219; + /* 8:16 */waypoints[143].children[5] = 150; + /* 8:16 */waypoints[143].children[6] = 162; + /* 8:16 */waypoints[144] = spawnstruct(); + /* 8:16 */waypoints[144].origin = ( 89.9964, 2220.65, 63.3616 ); + /* 8:16 */waypoints[144].type = "stand"; + /* 8:16 */waypoints[144].children[0] = 145; + /* 8:16 */waypoints[144].children[1] = 141; + /* 8:16 */waypoints[144].children[2] = 65; + /* 8:16 */waypoints[144].children[3] = 153; + /* 8:16 */waypoints[144].children[4] = 165; + /* 8:16 */waypoints[144].children[5] = 169; + /* 8:16 */waypoints[144].children[6] = 183; + /* 8:16 */waypoints[145] = spawnstruct(); + /* 8:16 */waypoints[145].origin = ( -154.355, 2223.97, 66.7682 ); + /* 8:16 */waypoints[145].type = "stand"; + /* 8:16 */waypoints[145].children[0] = 70; + /* 8:16 */waypoints[145].children[1] = 144; + /* 8:16 */waypoints[145].children[2] = 162; + /* 8:16 */waypoints[145].children[3] = 169; + /* 8:16 */waypoints[145].children[4] = 183; + /* 8:16 */waypoints[146] = spawnstruct(); + /* 8:16 */waypoints[146].origin = ( 619.187, 2416.33, 46.6178 ); + /* 8:16 */waypoints[146].type = "stand"; + /* 8:16 */waypoints[146].children[0] = 143; + /* 8:16 */waypoints[146].children[1] = 62; + /* 8:16 */waypoints[146].children[2] = 150; + /* 8:16 */waypoints[146].children[3] = 162; + /* 8:16 */waypoints[147] = spawnstruct(); + /* 8:16 */waypoints[147].origin = ( 442.494, 2766.86, 84.9768 ); + /* 8:16 */waypoints[147].type = "stand"; + /* 8:16 */waypoints[147].children[0] = 148; + /* 8:16 */waypoints[147].children[1] = 62; + /* 8:16 */waypoints[147].children[2] = 150; + /* 8:16 */waypoints[147].children[3] = 151; + /* 8:16 */waypoints[148] = spawnstruct(); + /* 8:16 */waypoints[148].origin = ( 266.568, 2818.29, 88.125 ); + /* 8:16 */waypoints[148].type = "stand"; + /* 8:16 */waypoints[148].children[0] = 149; + /* 8:16 */waypoints[148].children[1] = 147; + /* 8:16 */waypoints[148].children[2] = 151; + /* 8:16 */waypoints[149] = spawnstruct(); + /* 8:16 */waypoints[149].origin = ( 229.067, 3016.83, 88.125 ); + /* 8:16 */waypoints[149].type = "stand"; + /* 8:16 */waypoints[149].children[0] = 65; + /* 8:16 */waypoints[149].children[1] = 148; + /* 8:16 */waypoints[149].children[2] = 151; + /* 8:16 */waypoints[150] = spawnstruct(); + /* 8:16 */waypoints[150].origin = ( 554.239, 2770.81, 75.8756 ); + /* 8:16 */waypoints[150].type = "stand"; + /* 8:16 */waypoints[150].children[0] = 147; + /* 8:16 */waypoints[150].children[1] = 146; + /* 8:16 */waypoints[150].children[2] = 62; + /* 8:16 */waypoints[150].children[3] = 143; + /* 8:16 */waypoints[151] = spawnstruct(); + /* 8:16 */waypoints[151].origin = ( 340.686, 2694.65, 88.125 ); + /* 8:16 */waypoints[151].type = "stand"; + /* 8:16 */waypoints[151].children[0] = 148; + /* 8:16 */waypoints[151].children[1] = 149; + /* 8:16 */waypoints[151].children[2] = 147; + /* 8:16 */waypoints[151].children[3] = 152; + /* 8:16 */waypoints[152] = spawnstruct(); + /* 8:16 */waypoints[152].origin = ( 326.877, 2391.25, 88.125 ); + /* 8:16 */waypoints[152].type = "stand"; + /* 8:16 */waypoints[152].children[0] = 153; + /* 8:16 */waypoints[152].children[1] = 151; + /* 8:16 */waypoints[152].children[2] = 154; + /* 8:16 */waypoints[153] = spawnstruct(); + /* 8:16 */waypoints[153].origin = ( 87.3649, 2389.64, 70.7783 ); + /* 8:16 */waypoints[153].type = "stand"; + /* 8:16 */waypoints[153].children[0] = 144; + /* 8:16 */waypoints[153].children[1] = 65; + /* 8:16 */waypoints[153].children[2] = 152; + /* 8:16 */waypoints[154] = spawnstruct(); + /* 8:16 */waypoints[154].origin = ( 467.078, 2355.09, 88.125 ); + /* 8:16 */waypoints[154].type = "stand"; + /* 8:16 */waypoints[154].children[0] = 155; + /* 8:16 */waypoints[154].children[1] = 152; + /* 8:16 */waypoints[155] = spawnstruct(); + /* 8:16 */waypoints[155].origin = ( 467.016, 2558.85, 224.125 ); + /* 8:16 */waypoints[155].type = "stand"; + /* 8:16 */waypoints[155].children[0] = 154; + /* 8:16 */waypoints[155].children[1] = 156; + /* 8:16 */waypoints[156] = spawnstruct(); + /* 8:16 */waypoints[156].origin = ( 314.572, 2620.66, 224.125 ); + /* 8:16 */waypoints[156].type = "stand"; + /* 8:16 */waypoints[156].children[0] = 155; + /* 8:16 */waypoints[156].children[1] = 157; + /* 8:16 */waypoints[156].children[2] = 160; + /* 8:16 */waypoints[156].children[3] = 161; + /* 8:16 */waypoints[157] = spawnstruct(); + /* 8:16 */waypoints[157].origin = ( 319.156, 2349.8, 224.125 ); + /* 8:16 */waypoints[157].type = "stand"; + /* 8:16 */waypoints[157].children[0] = 156; + /* 8:16 */waypoints[157].children[1] = 158; + /* 8:16 */waypoints[158] = spawnstruct(); + /* 8:16 */waypoints[158].origin = ( 239.403, 2336.69, 224.125 ); + /* 8:16 */waypoints[158].type = "stand"; + /* 8:16 */waypoints[158].children[0] = 157; + /* 8:16 */waypoints[158].children[1] = 159; + /* 8:16 */waypoints[159] = spawnstruct(); + /* 8:16 */waypoints[159].origin = ( 217.343, 2447.23, 224.125 ); + /* 8:16 */waypoints[159].type = "stand"; + /* 8:16 */waypoints[159].children[0] = 158; + /* 8:16 */waypoints[159].children[1] = 160; + /* 8:16 */waypoints[160] = spawnstruct(); + /* 8:16 */waypoints[160].origin = ( 312.251, 2459.9, 224.125 ); + /* 8:16 */waypoints[160].type = "stand"; + /* 8:16 */waypoints[160].children[0] = 159; + /* 8:16 */waypoints[160].children[1] = 156; + /* 8:16 */waypoints[161] = spawnstruct(); + /* 8:16 */waypoints[161].origin = ( 205.632, 2637.17, 224.125 ); + /* 8:16 */waypoints[161].type = "grenade"; + /* 8:16 */waypoints[161].children[0] = 156; + /* 8:16 */waypoints[161].angles = ( -14.7503, 168.638, 0 ); + /* 8:16 */waypoints[162] = spawnstruct(); + /* 8:16 */waypoints[162].origin = ( 585.457, 2225.22, 36.0338 ); + /* 8:16 */waypoints[162].type = "stand"; + /* 8:16 */waypoints[162].children[0] = 146; + /* 8:16 */waypoints[162].children[1] = 145; + /* 8:16 */waypoints[162].children[2] = 225; + /* 8:16 */waypoints[162].children[3] = 143; + /* 8:16 */waypoints[163] = spawnstruct(); + /* 8:16 */waypoints[163].origin = ( -1031.88, 3072.88, 125.103 ); + /* 8:16 */waypoints[163].type = "crouch"; + /* 8:16 */waypoints[163].children[0] = 164; + /* 8:16 */waypoints[163].angles = ( 4.08571, -81.0919, 0 ); + /* 8:16 */waypoints[164] = spawnstruct(); + /* 8:16 */waypoints[164].origin = ( -1015.17, 2869.81, 83.6581 ); + /* 8:16 */waypoints[164].type = "stand"; + /* 8:16 */waypoints[164].children[0] = 163; + /* 8:16 */waypoints[164].children[1] = 71; + /* 8:16 */waypoints[165] = spawnstruct(); + /* 8:16 */waypoints[165].origin = ( 166.095, 2015.78, 56.6904 ); + /* 8:16 */waypoints[165].type = "stand"; + /* 8:16 */waypoints[165].children[0] = 166; + /* 8:16 */waypoints[165].children[1] = 144; + /* 8:16 */waypoints[165].children[2] = 169; + /* 8:16 */waypoints[165].children[3] = 170; + /* 8:16 */waypoints[166] = spawnstruct(); + /* 8:16 */waypoints[166].origin = ( 151.404, 1547.24, -40.9496 ); + /* 8:16 */waypoints[166].type = "stand"; + /* 8:16 */waypoints[166].children[0] = 138; + /* 8:16 */waypoints[166].children[1] = 168; + /* 8:16 */waypoints[166].children[2] = 167; + /* 8:16 */waypoints[166].children[3] = 165; + /* 8:16 */waypoints[166].children[4] = 170; + /* 8:16 */waypoints[166].children[5] = 175; + /* 8:16 */waypoints[167] = spawnstruct(); + /* 8:16 */waypoints[167].origin = ( -53.5579, 1571.05, -43.8256 ); + /* 8:16 */waypoints[167].type = "stand"; + /* 8:16 */waypoints[167].children[0] = 166; + /* 8:16 */waypoints[167].children[1] = 169; + /* 8:16 */waypoints[167].children[2] = 170; + /* 8:16 */waypoints[167].children[3] = 177; + /* 8:16 */waypoints[168] = spawnstruct(); + /* 8:16 */waypoints[168].origin = ( 269.329, 1549.06, -42.9149 ); + /* 8:16 */waypoints[168].type = "stand"; + /* 8:16 */waypoints[168].children[0] = 139; + /* 8:16 */waypoints[168].children[1] = 166; + /* 8:16 */waypoints[168].children[2] = 177; + /* 8:16 */waypoints[168].children[3] = 141; + /* 8:16 */waypoints[169] = spawnstruct(); + /* 8:16 */waypoints[169].origin = ( -142.724, 1992.47, 48.7753 ); + /* 8:16 */waypoints[169].type = "stand"; + /* 8:16 */waypoints[169].children[0] = 145; + /* 8:16 */waypoints[169].children[1] = 165; + /* 8:16 */waypoints[169].children[2] = 144; + /* 8:16 */waypoints[169].children[3] = 167; + /* 8:16 */waypoints[169].children[4] = 177; + /* 8:16 */waypoints[170] = spawnstruct(); + /* 8:16 */waypoints[170].origin = ( 154.799, 1740.14, 10.9734 ); + /* 8:16 */waypoints[170].type = "stand"; + /* 8:16 */waypoints[170].children[0] = 167; + /* 8:16 */waypoints[170].children[1] = 165; + /* 8:16 */waypoints[170].children[2] = 166; + /* 8:16 */waypoints[170].children[3] = 177; + /* 8:16 */waypoints[171] = spawnstruct(); + /* 8:16 */waypoints[171].origin = ( 356.158, 1151.13, -47.7446 ); + /* 8:16 */waypoints[171].type = "claymore"; + /* 8:16 */waypoints[171].children[0] = 135; + /* 8:16 */waypoints[171].angles = ( 54.8425, -20.4364, 0 ); + /* 8:16 */waypoints[172] = spawnstruct(); + /* 8:16 */waypoints[172].origin = ( 1100.7, 870.616, 93.125 ); + /* 8:16 */waypoints[172].type = "claymore"; + /* 8:16 */waypoints[172].children[0] = 116; + /* 8:16 */waypoints[172].angles = ( 46.2018, -32.1423, 0 ); + /* 8:16 */waypoints[173] = spawnstruct(); + /* 8:16 */waypoints[173].origin = ( 1429.82, 718.62, 93.125 ); + /* 8:16 */waypoints[173].type = "stand"; + /* 8:16 */waypoints[173].children[0] = 118; + /* 8:16 */waypoints[174] = spawnstruct(); + /* 8:16 */waypoints[174].origin = ( 1229.68, 671.289, -62.875 ); + /* 8:16 */waypoints[174].type = "stand"; + /* 8:16 */waypoints[174].children[0] = 113; + /* 8:16 */waypoints[174].children[1] = 122; + /* 8:16 */waypoints[175] = spawnstruct(); + /* 8:16 */waypoints[175].origin = ( 107.705, 1060.07, -52.4566 ); + /* 8:16 */waypoints[175].type = "stand"; + /* 8:16 */waypoints[175].children[0] = 176; + /* 8:16 */waypoints[175].children[1] = 133; + /* 8:16 */waypoints[175].children[2] = 166; + /* 8:16 */waypoints[175].children[3] = 178; + /* 8:16 */waypoints[176] = spawnstruct(); + /* 8:16 */waypoints[176].origin = ( 123.548, 781.168, -65.6038 ); + /* 8:16 */waypoints[176].type = "stand"; + /* 8:16 */waypoints[176].children[0] = 134; + /* 8:16 */waypoints[176].children[1] = 175; + /* 8:16 */waypoints[176].children[2] = 179; + /* 8:16 */waypoints[176].children[3] = 180; + /* 8:16 */waypoints[176].children[4] = 181; + /* 8:16 */waypoints[176].children[5] = 183; + /* 8:16 */waypoints[177] = spawnstruct(); + /* 8:16 */waypoints[177].origin = ( -163.6, 1718.79, -7.8094 ); + /* 8:16 */waypoints[177].type = "stand"; + /* 8:16 */waypoints[177].children[0] = 167; + /* 8:16 */waypoints[177].children[1] = 169; + /* 8:16 */waypoints[177].children[2] = 170; + /* 8:16 */waypoints[177].children[3] = 168; + /* 8:16 */waypoints[177].children[4] = 178; + /* 8:16 */waypoints[177].children[5] = 183; + /* 8:16 */waypoints[177].children[6] = 213; + /* 8:16 */waypoints[178] = spawnstruct(); + /* 8:16 */waypoints[178].origin = ( -124.795, 1017.75, -60.9058 ); + /* 8:16 */waypoints[178].type = "stand"; + /* 8:16 */waypoints[178].children[0] = 177; + /* 8:16 */waypoints[178].children[1] = 175; + /* 8:16 */waypoints[178].children[2] = 179; + /* 8:16 */waypoints[179] = spawnstruct(); + /* 8:16 */waypoints[179].origin = ( -209.561, 801.027, -73.9227 ); + /* 8:16 */waypoints[179].type = "stand"; + /* 8:16 */waypoints[179].children[0] = 176; + /* 8:16 */waypoints[179].children[1] = 178; + /* 8:16 */waypoints[179].children[2] = 184; + /* 8:16 */waypoints[179].children[3] = 186; + /* 8:16 */waypoints[179].children[4] = 214; + /* 8:16 */waypoints[180] = spawnstruct(); + /* 8:16 */waypoints[180].origin = ( -203.335, 357.852, -55.275 ); + /* 8:16 */waypoints[180].type = "stand"; + /* 8:16 */waypoints[180].children[0] = 91; + /* 8:16 */waypoints[180].children[1] = 105; + /* 8:16 */waypoints[180].children[2] = 176; + /* 8:16 */waypoints[180].children[3] = 186; + /* 8:16 */waypoints[180].children[4] = 181; + /* 8:16 */waypoints[180].children[5] = 229; + /* 8:16 */waypoints[181] = spawnstruct(); + /* 8:16 */waypoints[181].origin = ( 307.955, 586.435, -40.732 ); + /* 8:16 */waypoints[181].type = "stand"; + /* 8:16 */waypoints[181].children[0] = 182; + /* 8:16 */waypoints[181].children[1] = 176; + /* 8:16 */waypoints[181].children[2] = 180; + /* 8:16 */waypoints[182] = spawnstruct(); + /* 8:16 */waypoints[182].origin = ( 541.437, 164.549, -44.5402 ); + /* 8:16 */waypoints[182].type = "stand"; + /* 8:16 */waypoints[182].children[0] = 128; + /* 8:16 */waypoints[182].children[1] = 104; + /* 8:16 */waypoints[182].children[2] = 181; + /* 8:16 */waypoints[183] = spawnstruct(); + /* 8:16 */waypoints[183].origin = ( -33.9968, 2225.42, 66.0158 ); + /* 8:16 */waypoints[183].type = "stand"; + /* 8:16 */waypoints[183].children[0] = 144; + /* 8:16 */waypoints[183].children[1] = 145; + /* 8:16 */waypoints[183].children[2] = 177; + /* 8:16 */waypoints[183].children[3] = 176; + /* 8:16 */waypoints[184] = spawnstruct(); + /* 8:16 */waypoints[184].origin = ( -641.237, 818.032, -39.7681 ); + /* 8:16 */waypoints[184].type = "stand"; + /* 8:16 */waypoints[184].children[0] = 179; + /* 8:16 */waypoints[184].children[1] = 185; + /* 8:16 */waypoints[184].children[2] = 188; + /* 8:16 */waypoints[184].children[3] = 209; + /* 8:16 */waypoints[184].children[4] = 211; + /* 8:16 */waypoints[185] = spawnstruct(); + /* 8:16 */waypoints[185].origin = ( -611.246, 737.136, -39.8149 ); + /* 8:16 */waypoints[185].type = "grenade"; + /* 8:16 */waypoints[185].children[0] = 184; + /* 8:16 */waypoints[185].children[1] = 188; + /* 8:16 */waypoints[185].children[2] = 206; + /* 8:16 */waypoints[185].children[3] = 209; + /* 8:16 */waypoints[185].angles = ( -27.8131, -46.6058, 0 ); + /* 8:16 */waypoints[186] = spawnstruct(); + /* 8:16 */waypoints[186].origin = ( -216.77, 559.779, -42.2847 ); + /* 8:16 */waypoints[186].type = "stand"; + /* 8:16 */waypoints[186].children[0] = 179; + /* 8:16 */waypoints[186].children[1] = 180; + /* 8:16 */waypoints[186].children[2] = 188; + /* 8:16 */waypoints[187] = spawnstruct(); + /* 8:16 */waypoints[187].origin = ( -365.542, 564.766, -39.875 ); + /* 8:16 */waypoints[187].type = "stand"; + /* 8:16 */waypoints[187].children[0] = 189; + /* 8:16 */waypoints[188] = spawnstruct(); + /* 8:16 */waypoints[188].origin = ( -603.463, 579.998, -37.1172 ); + /* 8:16 */waypoints[188].type = "stand"; + /* 8:16 */waypoints[188].children[0] = 185; + /* 8:16 */waypoints[188].children[1] = 184; + /* 8:16 */waypoints[188].children[2] = 186; + /* 8:16 */waypoints[188].children[3] = 206; + /* 8:16 */waypoints[189] = spawnstruct(); + /* 8:16 */waypoints[189].origin = ( -338.245, 412.813, -39.875 ); + /* 8:16 */waypoints[189].type = "stand"; + /* 8:16 */waypoints[189].children[0] = 187; + /* 8:16 */waypoints[189].children[1] = 190; + /* 8:16 */waypoints[190] = spawnstruct(); + /* 8:16 */waypoints[190].origin = ( -456.201, 411.905, -39.875 ); + /* 8:16 */waypoints[190].type = "stand"; + /* 8:16 */waypoints[190].children[0] = 189; + /* 8:16 */waypoints[190].children[1] = 191; + /* 8:16 */waypoints[190].children[2] = 192; + /* 8:16 */waypoints[190].children[3] = 197; + /* 8:16 */waypoints[191] = spawnstruct(); + /* 8:16 */waypoints[191].origin = ( -410.56, 153.545, -39.8756 ); + /* 8:16 */waypoints[191].type = "stand"; + /* 8:16 */waypoints[191].children[0] = 190; + /* 8:16 */waypoints[191].children[1] = 192; + /* 8:16 */waypoints[191].children[2] = 193; + /* 8:16 */waypoints[191].children[3] = 223; + /* 8:16 */waypoints[191].children[4] = 229; + /* 8:16 */waypoints[192] = spawnstruct(); + /* 8:16 */waypoints[192].origin = ( -463.263, 64.3822, -39.875 ); + /* 8:16 */waypoints[192].type = "stand"; + /* 8:16 */waypoints[192].children[0] = 190; + /* 8:16 */waypoints[192].children[1] = 191; + /* 8:16 */waypoints[192].children[2] = 193; + /* 8:16 */waypoints[192].children[3] = 222; + /* 8:16 */waypoints[193] = spawnstruct(); + /* 8:16 */waypoints[193].origin = ( -684.303, 84.9163, -51.2196 ); + /* 8:16 */waypoints[193].type = "stand"; + /* 8:16 */waypoints[193].children[0] = 192; + /* 8:16 */waypoints[193].children[1] = 191; + /* 8:16 */waypoints[193].children[2] = 194; + /* 8:16 */waypoints[193].children[3] = 207; + /* 8:16 */waypoints[193].children[4] = 208; + /* 8:16 */waypoints[193].children[5] = 220; + /* 8:16 */waypoints[194] = spawnstruct(); + /* 8:16 */waypoints[194].origin = ( -1001.18, 115.247, -17.2669 ); + /* 8:16 */waypoints[194].type = "stand"; + /* 8:16 */waypoints[194].children[0] = 84; + /* 8:16 */waypoints[194].children[1] = 193; + /* 8:16 */waypoints[194].children[2] = 85; + /* 8:16 */waypoints[194].children[3] = 86; + /* 8:16 */waypoints[194].children[4] = 208; + /* 8:16 */waypoints[195] = spawnstruct(); + /* 8:16 */waypoints[195].origin = ( 1062.94, 694.604, 93.125 ); + /* 8:16 */waypoints[195].type = "stand"; + /* 8:16 */waypoints[195].children[0] = 196; + /* 8:16 */waypoints[195].children[1] = 117; + /* 8:16 */waypoints[195].children[2] = 116; + /* 8:16 */waypoints[196] = spawnstruct(); + /* 8:16 */waypoints[196].origin = ( 1059.3, 606.906, 93.125 ); + /* 8:16 */waypoints[196].type = "stand"; + /* 8:16 */waypoints[196].children[0] = 195; + /* 8:16 */waypoints[196].children[1] = 117; + /* 8:16 */waypoints[196].children[2] = 116; + /* 8:16 */waypoints[197] = spawnstruct(); + /* 8:16 */waypoints[197].origin = ( -551.951, 447.14, -39.875 ); + /* 8:16 */waypoints[197].type = "stand"; + /* 8:16 */waypoints[197].children[0] = 190; + /* 8:16 */waypoints[197].children[1] = 198; + /* 8:16 */waypoints[198] = spawnstruct(); + /* 8:16 */waypoints[198].origin = ( -553.324, 202.134, 96.125 ); + /* 8:16 */waypoints[198].type = "stand"; + /* 8:16 */waypoints[198].children[0] = 197; + /* 8:16 */waypoints[198].children[1] = 199; + /* 8:16 */waypoints[198].children[2] = 200; + /* 8:16 */waypoints[199] = spawnstruct(); + /* 8:16 */waypoints[199].origin = ( -496.538, 219.59, 96.125 ); + /* 8:16 */waypoints[199].type = "claymore"; + /* 8:16 */waypoints[199].children[0] = 198; + /* 8:16 */waypoints[199].children[1] = 205; + /* 8:16 */waypoints[199].angles = ( 63.4778, -151.899, 0 ); + /* 8:16 */waypoints[200] = spawnstruct(); + /* 8:16 */waypoints[200].origin = ( -449.963, -40.1001, 96.125 ); + /* 8:16 */waypoints[200].type = "stand"; + /* 8:16 */waypoints[200].children[0] = 198; + /* 8:16 */waypoints[200].children[1] = 201; + /* 8:16 */waypoints[201] = spawnstruct(); + /* 8:16 */waypoints[201].origin = ( -431.857, 406.718, 96.125 ); + /* 8:16 */waypoints[201].type = "stand"; + /* 8:16 */waypoints[201].children[0] = 200; + /* 8:16 */waypoints[201].children[1] = 202; + /* 8:16 */waypoints[202] = spawnstruct(); + /* 8:16 */waypoints[202].origin = ( -355.195, 421.175, 96.125 ); + /* 8:16 */waypoints[202].type = "stand"; + /* 8:16 */waypoints[202].children[0] = 201; + /* 8:16 */waypoints[202].children[1] = 203; + /* 8:16 */waypoints[202].children[2] = 205; + /* 8:16 */waypoints[203] = spawnstruct(); + /* 8:16 */waypoints[203].origin = ( -304.083, 600.039, 96.125 ); + /* 8:16 */waypoints[203].type = "climb"; + /* 8:16 */waypoints[203].children[0] = 202; + /* 8:16 */waypoints[203].children[1] = 205; + /* 8:16 */waypoints[203].angles = ( 24.9872, 15.9503, 0 ); + /* 8:16 */waypoints[204] = spawnstruct(); + /* 8:16 */waypoints[204].origin = ( -432.875, 538.037, 96.125 ); + /* 8:16 */waypoints[204].type = "climb"; + /* 8:16 */waypoints[204].children[0] = 205; + /* 8:16 */waypoints[204].angles = ( 18.1152, 152.692, 0 ); + /* 8:16 */waypoints[205] = spawnstruct(); + /* 8:16 */waypoints[205].origin = ( -351.277, 486.523, 96.125 ); + /* 8:16 */waypoints[205].type = "stand"; + /* 8:16 */waypoints[205].children[0] = 202; + /* 8:16 */waypoints[205].children[1] = 204; + /* 8:16 */waypoints[205].children[2] = 199; + /* 8:16 */waypoints[205].children[3] = 203; + /* 8:16 */waypoints[206] = spawnstruct(); + /* 8:16 */waypoints[206].origin = ( -890.588, 465.779, -21.8771 ); + /* 8:16 */waypoints[206].type = "stand"; + /* 8:16 */waypoints[206].children[0] = 188; + /* 8:16 */waypoints[206].children[1] = 185; + /* 8:16 */waypoints[206].children[2] = 207; + /* 8:16 */waypoints[206].children[3] = 209; + /* 8:16 */waypoints[206].children[4] = 220; + /* 8:16 */waypoints[207] = spawnstruct(); + /* 8:16 */waypoints[207].origin = ( -864.159, 300.625, -39.875 ); + /* 8:16 */waypoints[207].type = "stand"; + /* 8:16 */waypoints[207].children[0] = 84; + /* 8:16 */waypoints[207].children[1] = 193; + /* 8:16 */waypoints[207].children[2] = 206; + /* 8:16 */waypoints[207].children[3] = 208; + /* 8:16 */waypoints[208] = spawnstruct(); + /* 8:16 */waypoints[208].origin = ( -868.375, 133.484, -38.8872 ); + /* 8:16 */waypoints[208].type = "stand"; + /* 8:16 */waypoints[208].children[0] = 207; + /* 8:16 */waypoints[208].children[1] = 194; + /* 8:16 */waypoints[208].children[2] = 193; + /* 8:16 */waypoints[209] = spawnstruct(); + /* 8:16 */waypoints[209].origin = ( -887.026, 888.151, -31.875 ); + /* 8:16 */waypoints[209].type = "stand"; + /* 8:16 */waypoints[209].children[0] = 206; + /* 8:16 */waypoints[209].children[1] = 184; + /* 8:16 */waypoints[209].children[2] = 185; + /* 8:16 */waypoints[209].children[3] = 210; + /* 8:16 */waypoints[210] = spawnstruct(); + /* 8:16 */waypoints[210].origin = ( -884.477, 1268.02, -31.875 ); + /* 8:16 */waypoints[210].type = "stand"; + /* 8:16 */waypoints[210].children[0] = 211; + /* 8:16 */waypoints[210].children[1] = 212; + /* 8:16 */waypoints[210].children[2] = 209; + /* 8:16 */waypoints[210].children[3] = 215; + /* 8:16 */waypoints[211] = spawnstruct(); + /* 8:16 */waypoints[211].origin = ( -692.927, 1418.15, -44.2043 ); + /* 8:16 */waypoints[211].type = "stand"; + /* 8:16 */waypoints[211].children[0] = 210; + /* 8:16 */waypoints[211].children[1] = 184; + /* 8:16 */waypoints[211].children[2] = 213; + /* 8:16 */waypoints[211].children[3] = 221; + /* 8:16 */waypoints[212] = spawnstruct(); + /* 8:16 */waypoints[212].origin = ( -624.833, 1254.26, -50.4405 ); + /* 8:16 */waypoints[212].type = "stand"; + /* 8:16 */waypoints[212].children[0] = 210; + /* 8:16 */waypoints[212].children[1] = 215; + /* 8:16 */waypoints[213] = spawnstruct(); + /* 8:16 */waypoints[213].origin = ( -578.681, 1710.69, -5.77777 ); + /* 8:16 */waypoints[213].type = "stand"; + /* 8:16 */waypoints[213].children[0] = 177; + /* 8:16 */waypoints[213].children[1] = 211; + /* 8:16 */waypoints[213].children[2] = 214; + /* 8:16 */waypoints[213].children[3] = 221; + /* 8:16 */waypoints[214] = spawnstruct(); + /* 8:16 */waypoints[214].origin = ( -539.28, 880.354, -59.586 ); + /* 8:16 */waypoints[214].type = "stand"; + /* 8:16 */waypoints[214].children[0] = 179; + /* 8:16 */waypoints[214].children[1] = 213; + /* 8:16 */waypoints[215] = spawnstruct(); + /* 8:16 */waypoints[215].origin = ( -494.775, 1324.51, -37.4293 ); + /* 8:16 */waypoints[215].type = "claymore"; + /* 8:16 */waypoints[215].children[0] = 210; + /* 8:16 */waypoints[215].children[1] = 212; + /* 8:16 */waypoints[215].angles = ( 53.2025, 149.033, 0 ); + /* 8:16 */waypoints[216] = spawnstruct(); + /* 8:16 */waypoints[216].origin = ( -822.46, 693.992, 96.125 ); + /* 8:16 */waypoints[216].type = "stand"; + /* 8:16 */waypoints[216].children[0] = 82; + /* 8:16 */waypoints[216].children[1] = 80; + /* 8:16 */waypoints[217] = spawnstruct(); + /* 8:16 */waypoints[217].origin = ( 1172.37, 1641.69, -36.9459 ); + /* 8:16 */waypoints[217].type = "stand"; + /* 8:16 */waypoints[217].children[0] = 35; + /* 8:16 */waypoints[217].children[1] = 218; + /* 8:16 */waypoints[217].children[2] = 219; + /* 8:16 */waypoints[217].children[3] = 51; + /* 8:16 */waypoints[218] = spawnstruct(); + /* 8:16 */waypoints[218].origin = ( 1148.79, 1996.05, 28.4539 ); + /* 8:16 */waypoints[218].type = "stand"; + /* 8:16 */waypoints[218].children[0] = 217; + /* 8:16 */waypoints[218].children[1] = 143; + /* 8:16 */waypoints[218].children[2] = 51; + /* 8:16 */waypoints[218].children[3] = 35; + /* 8:16 */waypoints[219] = spawnstruct(); + /* 8:16 */waypoints[219].origin = ( 932.19, 1658.21, -39.9402 ); + /* 8:16 */waypoints[219].type = "stand"; + /* 8:16 */waypoints[219].children[0] = 131; + /* 8:16 */waypoints[219].children[1] = 132; + /* 8:16 */waypoints[219].children[2] = 217; + /* 8:16 */waypoints[219].children[3] = 143; + /* 8:16 */waypoints[219].children[4] = 51; + /* 8:16 */waypoints[220] = spawnstruct(); + /* 8:16 */waypoints[220].origin = ( -692.598, 375.191, -37.1139 ); + /* 8:16 */waypoints[220].type = "grenade"; + /* 8:16 */waypoints[220].children[0] = 193; + /* 8:16 */waypoints[220].children[1] = 206; + /* 8:16 */waypoints[220].angles = ( -20.3095, 84.1425, 0 ); + /* 8:16 */waypoints[221] = spawnstruct(); + /* 8:16 */waypoints[221].origin = ( -784.811, 1741.46, 1.46377 ); + /* 8:16 */waypoints[221].type = "grenade"; + /* 8:16 */waypoints[221].children[0] = 211; + /* 8:16 */waypoints[221].children[1] = 213; + /* 8:16 */waypoints[221].angles = ( -52.049, 81.8134, 0 ); + /* 8:16 */waypoints[222] = spawnstruct(); + /* 8:16 */waypoints[222].origin = ( -563.827, -28.0893, -39.082 ); + /* 8:16 */waypoints[222].type = "claymore"; + /* 8:16 */waypoints[222].children[0] = 192; + /* 8:16 */waypoints[222].angles = ( 54.8315, 76.3257, 0 ); + /* 8:16 */waypoints[223] = spawnstruct(); + /* 8:16 */waypoints[223].origin = ( -408.711, 101.12, -39.875 ); + /* 8:16 */waypoints[223].type = "claymore"; + /* 8:16 */waypoints[223].children[0] = 191; + /* 8:16 */waypoints[223].angles = ( 61.1762, 83.9447, 0 ); + /* 8:16 */waypoints[224] = spawnstruct(); + /* 8:16 */waypoints[224].origin = ( 310.969, 1751.66, 4.35644 ); + /* 8:16 */waypoints[224].type = "grenade"; + /* 8:16 */waypoints[224].children[0] = 137; + /* 8:16 */waypoints[224].children[1] = 141; + /* 8:16 */waypoints[224].angles = ( -24.0118, 88.7897, 0.0769043 ); + /* 8:16 */waypoints[225] = spawnstruct(); + /* 8:16 */waypoints[225].origin = ( 604.96, 2151.04, 31.9431 ); + /* 8:16 */waypoints[225].type = "claymore"; + /* 8:16 */waypoints[225].children[0] = 162; + /* 8:16 */waypoints[225].angles = ( 59.2535, 113.086, 0 ); + /* 8:16 */waypoints[226] = spawnstruct(); + /* 8:16 */waypoints[226].origin = ( -793.087, 1959.99, 92.977 ); + /* 8:16 */waypoints[226].type = "claymore"; + /* 8:16 */waypoints[226].children[0] = 68; + /* 8:16 */waypoints[226].angles = ( 49.635, 150.604, 0 ); + /* 8:16 */waypoints[227] = spawnstruct(); + /* 8:16 */waypoints[227].origin = ( 1137.64, -1058.95, -44.2483 ); + /* 8:16 */waypoints[227].type = "stand"; + /* 8:16 */waypoints[227].children[0] = 1; + /* 8:16 */waypoints[227].children[1] = 11; + /* 8:16 */waypoints[227].children[2] = 93; + /* 8:16 */waypoints[228] = spawnstruct(); + /* 8:16 */waypoints[228].origin = ( 1732.11, 821.857, -51.7855 ); + /* 8:16 */waypoints[228].type = "stand"; + /* 8:16 */waypoints[228].children[0] = 22; + /* 8:16 */waypoints[228].children[1] = 33; + /* 8:16 */waypoints[229] = spawnstruct(); + /* 8:16 */waypoints[229].origin = ( -276.362, 153.928, -50.3889 ); + /* 8:16 */waypoints[229].type = "stand"; + /* 8:16 */waypoints[229].children[0] = 180; + /* 8:16 */waypoints[229].children[1] = 191; + /* 8:16 */waypoints[229].children[2] = 106; + /* 8:16 */return waypoints; +} diff --git a/raw/scripts/mp/mp_morningwood/wps_blackbox.gsc b/raw/scripts/mp/mp_morningwood/wps_blackbox.gsc new file mode 100644 index 0000000..bc40ec9 --- /dev/null +++ b/raw/scripts/mp/mp_morningwood/wps_blackbox.gsc @@ -0,0 +1,2294 @@ +main() +{ + level.waypoints = BlackBox(); +} + +BlackBox() +{ + /* 10:08 */waypoints = []; + /* 10:08 */waypoints[0] = spawnstruct(); + /* 10:08 */waypoints[0].origin = ( -573.358, 2532.87, 1139.07 ); + /* 10:08 */waypoints[0].type = "stand"; + /* 10:08 */waypoints[0].children[0] = 1; + /* 10:08 */waypoints[0].children[1] = 102; + /* 10:08 */waypoints[0].children[2] = 117; + /* 10:08 */waypoints[0].children[3] = 116; + /* 10:08 */waypoints[0].children[4] = 118; + /* 10:08 */waypoints[1] = spawnstruct(); + /* 10:08 */waypoints[1].origin = ( -362.116, 2546.21, 1143.84 ); + /* 10:08 */waypoints[1].type = "stand"; + /* 10:08 */waypoints[1].children[0] = 0; + /* 10:08 */waypoints[1].children[1] = 2; + /* 10:08 */waypoints[1].children[2] = 113; + /* 10:08 */waypoints[1].children[3] = 323; + /* 10:08 */waypoints[2] = spawnstruct(); + /* 10:08 */waypoints[2].origin = ( -92.8478, 2565.53, 1147.21 ); + /* 10:08 */waypoints[2].type = "stand"; + /* 10:08 */waypoints[2].children[0] = 1; + /* 10:08 */waypoints[2].children[1] = 3; + /* 10:08 */waypoints[2].children[2] = 98; + /* 10:08 */waypoints[2].children[3] = 282; + /* 10:08 */waypoints[2].children[4] = 286; + /* 10:08 */waypoints[2].children[5] = 323; + /* 10:08 */waypoints[3] = spawnstruct(); + /* 10:08 */waypoints[3].origin = ( 69.2934, 2576.04, 1146.12 ); + /* 10:08 */waypoints[3].type = "stand"; + /* 10:08 */waypoints[3].children[0] = 2; + /* 10:08 */waypoints[3].children[1] = 4; + /* 10:08 */waypoints[3].children[2] = 285; + /* 10:08 */waypoints[3].children[3] = 286; + /* 10:08 */waypoints[4] = spawnstruct(); + /* 10:08 */waypoints[4].origin = ( 122.695, 2392.54, 1146.12 ); + /* 10:08 */waypoints[4].type = "stand"; + /* 10:08 */waypoints[4].children[0] = 3; + /* 10:08 */waypoints[4].children[1] = 5; + /* 10:08 */waypoints[4].children[2] = 287; + /* 10:08 */waypoints[5] = spawnstruct(); + /* 10:08 */waypoints[5].origin = ( 365.494, 2399.69, 1146.09 ); + /* 10:08 */waypoints[5].type = "stand"; + /* 10:08 */waypoints[5].children[0] = 4; + /* 10:08 */waypoints[5].children[1] = 6; + /* 10:08 */waypoints[5].children[2] = 282; + /* 10:08 */waypoints[5].children[3] = 288; + /* 10:08 */waypoints[5].children[4] = 283; + /* 10:08 */waypoints[6] = spawnstruct(); + /* 10:08 */waypoints[6].origin = ( 359.894, 2121.89, 1146.06 ); + /* 10:08 */waypoints[6].type = "stand"; + /* 10:08 */waypoints[6].children[0] = 5; + /* 10:08 */waypoints[6].children[1] = 7; + /* 10:08 */waypoints[7] = spawnstruct(); + /* 10:08 */waypoints[7].origin = ( 329.555, 1783.05, 1148.13 ); + /* 10:08 */waypoints[7].type = "stand"; + /* 10:08 */waypoints[7].children[0] = 6; + /* 10:08 */waypoints[7].children[1] = 88; + /* 10:08 */waypoints[7].children[2] = 100; + /* 10:08 */waypoints[8] = spawnstruct(); + /* 10:08 */waypoints[8].origin = ( -1281.66, 2538.96, 1157.57 ); + /* 10:08 */waypoints[8].type = "stand"; + /* 10:08 */waypoints[8].children[0] = 9; + /* 10:08 */waypoints[8].children[1] = 120; + /* 10:08 */waypoints[8].children[2] = 122; + /* 10:08 */waypoints[8].children[3] = 289; + /* 10:08 */waypoints[9] = spawnstruct(); + /* 10:08 */waypoints[9].origin = ( -1574.13, 2543.3, 1157.07 ); + /* 10:08 */waypoints[9].type = "stand"; + /* 10:08 */waypoints[9].children[0] = 8; + /* 10:08 */waypoints[9].children[1] = 10; + /* 10:08 */waypoints[10] = spawnstruct(); + /* 10:08 */waypoints[10].origin = ( -1743.7, 2474.06, 1153.48 ); + /* 10:08 */waypoints[10].type = "stand"; + /* 10:08 */waypoints[10].children[0] = 9; + /* 10:08 */waypoints[10].children[1] = 11; + /* 10:08 */waypoints[11] = spawnstruct(); + /* 10:08 */waypoints[11].origin = ( -1894.59, 2236.28, 1153.63 ); + /* 10:08 */waypoints[11].type = "stand"; + /* 10:08 */waypoints[11].children[0] = 10; + /* 10:08 */waypoints[11].children[1] = 12; + /* 10:08 */waypoints[12] = spawnstruct(); + /* 10:08 */waypoints[12].origin = ( -2003.51, 2029.02, 1152.59 ); + /* 10:08 */waypoints[12].type = "stand"; + /* 10:08 */waypoints[12].children[0] = 11; + /* 10:08 */waypoints[12].children[1] = 13; + /* 10:08 */waypoints[13] = spawnstruct(); + /* 10:08 */waypoints[13].origin = ( -2097.89, 1829.01, 1128.53 ); + /* 10:08 */waypoints[13].type = "stand"; + /* 10:08 */waypoints[13].children[0] = 12; + /* 10:08 */waypoints[13].children[1] = 14; + /* 10:08 */waypoints[13].children[2] = 15; + /* 10:08 */waypoints[14] = spawnstruct(); + /* 10:08 */waypoints[14].origin = ( -2110.58, 1645.26, 1121.39 ); + /* 10:08 */waypoints[14].type = "stand"; + /* 10:08 */waypoints[14].children[0] = 13; + /* 10:08 */waypoints[14].children[1] = 16; + /* 10:08 */waypoints[14].children[2] = 163; + /* 10:08 */waypoints[14].children[3] = 316; + /* 10:08 */waypoints[14].children[4] = 317; + /* 10:08 */waypoints[15] = spawnstruct(); + /* 10:08 */waypoints[15].origin = ( -2216.64, 1783.07, 1130.83 ); + /* 10:08 */waypoints[15].type = "crouch"; + /* 10:08 */waypoints[15].children[0] = 13; + /* 10:08 */waypoints[15].angles = ( 2.21375, 9.92186, 0 ); + /* 10:08 */waypoints[16] = spawnstruct(); + /* 10:08 */waypoints[16].origin = ( -2295.59, 1470.69, 1126.48 ); + /* 10:08 */waypoints[16].type = "stand"; + /* 10:08 */waypoints[16].children[0] = 14; + /* 10:08 */waypoints[16].children[1] = 17; + /* 10:08 */waypoints[17] = spawnstruct(); + /* 10:08 */waypoints[17].origin = ( -2430.59, 1281.29, 1121.74 ); + /* 10:08 */waypoints[17].type = "stand"; + /* 10:08 */waypoints[17].children[0] = 16; + /* 10:08 */waypoints[17].children[1] = 18; + /* 10:08 */waypoints[17].children[2] = 153; + /* 10:08 */waypoints[17].children[3] = 156; + /* 10:08 */waypoints[17].children[4] = 164; + /* 10:08 */waypoints[17].children[5] = 318; + /* 10:08 */waypoints[18] = spawnstruct(); + /* 10:08 */waypoints[18].origin = ( -2398.32, 947.416, 1097.63 ); + /* 10:08 */waypoints[18].type = "stand"; + /* 10:08 */waypoints[18].children[0] = 17; + /* 10:08 */waypoints[18].children[1] = 19; + /* 10:08 */waypoints[18].children[2] = 153; + /* 10:08 */waypoints[19] = spawnstruct(); + /* 10:08 */waypoints[19].origin = ( -2460.99, 859.77, 1089.63 ); + /* 10:08 */waypoints[19].type = "stand"; + /* 10:08 */waypoints[19].children[0] = 18; + /* 10:08 */waypoints[19].children[1] = 20; + /* 10:08 */waypoints[20] = spawnstruct(); + /* 10:08 */waypoints[20].origin = ( -2235.66, 726.999, 1067.18 ); + /* 10:08 */waypoints[20].type = "stand"; + /* 10:08 */waypoints[20].children[0] = 19; + /* 10:08 */waypoints[20].children[1] = 21; + /* 10:08 */waypoints[20].children[2] = 291; + /* 10:08 */waypoints[21] = spawnstruct(); + /* 10:08 */waypoints[21].origin = ( -2011.02, 621.874, 1061.65 ); + /* 10:08 */waypoints[21].type = "stand"; + /* 10:08 */waypoints[21].children[0] = 20; + /* 10:08 */waypoints[21].children[1] = 22; + /* 10:08 */waypoints[21].children[2] = 290; + /* 10:08 */waypoints[22] = spawnstruct(); + /* 10:08 */waypoints[22].origin = ( -1783.85, 531.996, 1021.36 ); + /* 10:08 */waypoints[22].type = "stand"; + /* 10:08 */waypoints[22].children[0] = 21; + /* 10:08 */waypoints[22].children[1] = 23; + /* 10:08 */waypoints[23] = spawnstruct(); + /* 10:08 */waypoints[23].origin = ( -1572.55, 315.968, 987.939 ); + /* 10:08 */waypoints[23].type = "stand"; + /* 10:08 */waypoints[23].children[0] = 22; + /* 10:08 */waypoints[23].children[1] = 24; + /* 10:08 */waypoints[24] = spawnstruct(); + /* 10:08 */waypoints[24].origin = ( -1570.73, 51.802, 917.321 ); + /* 10:08 */waypoints[24].type = "stand"; + /* 10:08 */waypoints[24].children[0] = 23; + /* 10:08 */waypoints[24].children[1] = 25; + /* 10:08 */waypoints[24].children[2] = 38; + /* 10:08 */waypoints[24].children[3] = 43; + /* 10:08 */waypoints[25] = spawnstruct(); + /* 10:08 */waypoints[25].origin = ( -1790.23, -260.78, 863.948 ); + /* 10:08 */waypoints[25].type = "stand"; + /* 10:08 */waypoints[25].children[0] = 24; + /* 10:08 */waypoints[25].children[1] = 26; + /* 10:08 */waypoints[26] = spawnstruct(); + /* 10:08 */waypoints[26].origin = ( -1861.85, -462.303, 840.585 ); + /* 10:08 */waypoints[26].type = "stand"; + /* 10:08 */waypoints[26].children[0] = 25; + /* 10:08 */waypoints[26].children[1] = 27; + /* 10:08 */waypoints[27] = spawnstruct(); + /* 10:08 */waypoints[27].origin = ( -1779.83, -610.256, 819.441 ); + /* 10:08 */waypoints[27].type = "stand"; + /* 10:08 */waypoints[27].children[0] = 26; + /* 10:08 */waypoints[27].children[1] = 28; + /* 10:08 */waypoints[27].children[2] = 35; + /* 10:08 */waypoints[28] = spawnstruct(); + /* 10:08 */waypoints[28].origin = ( -1746.04, -815.232, 773.165 ); + /* 10:08 */waypoints[28].type = "stand"; + /* 10:08 */waypoints[28].children[0] = 27; + /* 10:08 */waypoints[28].children[1] = 29; + /* 10:08 */waypoints[29] = spawnstruct(); + /* 10:08 */waypoints[29].origin = ( -1798.64, -1016.14, 717.69 ); + /* 10:08 */waypoints[29].type = "stand"; + /* 10:08 */waypoints[29].children[0] = 28; + /* 10:08 */waypoints[29].children[1] = 30; + /* 10:08 */waypoints[30] = spawnstruct(); + /* 10:08 */waypoints[30].origin = ( -1761.04, -1216.6, 676.723 ); + /* 10:08 */waypoints[30].type = "stand"; + /* 10:08 */waypoints[30].children[0] = 29; + /* 10:08 */waypoints[30].children[1] = 31; + /* 10:08 */waypoints[31] = spawnstruct(); + /* 10:08 */waypoints[31].origin = ( -1551.05, -1425.72, 629.221 ); + /* 10:08 */waypoints[31].type = "stand"; + /* 10:08 */waypoints[31].children[0] = 30; + /* 10:08 */waypoints[31].children[1] = 32; + /* 10:08 */waypoints[32] = spawnstruct(); + /* 10:08 */waypoints[32].origin = ( -1406.96, -1549.1, 620.977 ); + /* 10:08 */waypoints[32].type = "stand"; + /* 10:08 */waypoints[32].children[0] = 31; + /* 10:08 */waypoints[32].children[1] = 33; + /* 10:08 */waypoints[32].children[2] = 216; + /* 10:08 */waypoints[33] = spawnstruct(); + /* 10:08 */waypoints[33].origin = ( -1088.14, -1389.98, 649.716 ); + /* 10:08 */waypoints[33].type = "stand"; + /* 10:08 */waypoints[33].children[0] = 32; + /* 10:08 */waypoints[33].children[1] = 34; + /* 10:08 */waypoints[33].children[2] = 215; + /* 10:08 */waypoints[33].children[3] = 216; + /* 10:08 */waypoints[33].children[4] = 217; + /* 10:08 */waypoints[34] = spawnstruct(); + /* 10:08 */waypoints[34].origin = ( -1232.38, -1157.75, 682.007 ); + /* 10:08 */waypoints[34].type = "stand"; + /* 10:08 */waypoints[34].children[0] = 33; + /* 10:08 */waypoints[34].children[1] = 35; + /* 10:08 */waypoints[34].children[2] = 39; + /* 10:08 */waypoints[34].children[3] = 215; + /* 10:08 */waypoints[34].children[4] = 361; + /* 10:08 */waypoints[35] = spawnstruct(); + /* 10:08 */waypoints[35].origin = ( -1430.02, -799.467, 795.425 ); + /* 10:08 */waypoints[35].type = "stand"; + /* 10:08 */waypoints[35].children[0] = 34; + /* 10:08 */waypoints[35].children[1] = 36; + /* 10:08 */waypoints[35].children[2] = 27; + /* 10:08 */waypoints[35].children[3] = 361; + /* 10:08 */waypoints[36] = spawnstruct(); + /* 10:08 */waypoints[36].origin = ( -1550.98, -566.726, 836.701 ); + /* 10:08 */waypoints[36].type = "stand"; + /* 10:08 */waypoints[36].children[0] = 35; + /* 10:08 */waypoints[36].children[1] = 37; + /* 10:08 */waypoints[37] = spawnstruct(); + /* 10:08 */waypoints[37].origin = ( -1534.45, -374.998, 867.715 ); + /* 10:08 */waypoints[37].type = "stand"; + /* 10:08 */waypoints[37].children[0] = 36; + /* 10:08 */waypoints[37].children[1] = 38; + /* 10:08 */waypoints[38] = spawnstruct(); + /* 10:08 */waypoints[38].origin = ( -1482, -170.066, 898.063 ); + /* 10:08 */waypoints[38].type = "stand"; + /* 10:08 */waypoints[38].children[0] = 37; + /* 10:08 */waypoints[38].children[1] = 24; + /* 10:08 */waypoints[38].children[2] = 43; + /* 10:08 */waypoints[39] = spawnstruct(); + /* 10:08 */waypoints[39].origin = ( -1237.47, -962.915, 739.757 ); + /* 10:08 */waypoints[39].type = "stand"; + /* 10:08 */waypoints[39].children[0] = 34; + /* 10:08 */waypoints[39].children[1] = 40; + /* 10:08 */waypoints[40] = spawnstruct(); + /* 10:08 */waypoints[40].origin = ( -1284.24, -712.741, 813.064 ); + /* 10:08 */waypoints[40].type = "stand"; + /* 10:08 */waypoints[40].children[0] = 39; + /* 10:08 */waypoints[40].children[1] = 41; + /* 10:08 */waypoints[40].children[2] = 361; + /* 10:08 */waypoints[41] = spawnstruct(); + /* 10:08 */waypoints[41].origin = ( -1315.65, -513.852, 857.189 ); + /* 10:08 */waypoints[41].type = "stand"; + /* 10:08 */waypoints[41].children[0] = 40; + /* 10:08 */waypoints[41].children[1] = 42; + /* 10:08 */waypoints[42] = spawnstruct(); + /* 10:08 */waypoints[42].origin = ( -1358.47, -331.263, 886.232 ); + /* 10:08 */waypoints[42].type = "stand"; + /* 10:08 */waypoints[42].children[0] = 41; + /* 10:08 */waypoints[42].children[1] = 43; + /* 10:08 */waypoints[43] = spawnstruct(); + /* 10:08 */waypoints[43].origin = ( -1336.68, -61.1162, 914.929 ); + /* 10:08 */waypoints[43].type = "stand"; + /* 10:08 */waypoints[43].children[0] = 42; + /* 10:08 */waypoints[43].children[1] = 44; + /* 10:08 */waypoints[43].children[2] = 24; + /* 10:08 */waypoints[43].children[3] = 38; + /* 10:08 */waypoints[43].children[4] = 362; + /* 10:08 */waypoints[44] = spawnstruct(); + /* 10:08 */waypoints[44].origin = ( -1218.61, -103.339, 920.125 ); + /* 10:08 */waypoints[44].type = "stand"; + /* 10:08 */waypoints[44].children[0] = 43; + /* 10:08 */waypoints[44].children[1] = 45; + /* 10:08 */waypoints[44].children[2] = 51; + /* 10:08 */waypoints[44].children[3] = 273; + /* 10:08 */waypoints[44].children[4] = 362; + /* 10:08 */waypoints[44].children[5] = 363; + /* 10:08 */waypoints[45] = spawnstruct(); + /* 10:08 */waypoints[45].origin = ( -1102.2, 157.526, 960.125 ); + /* 10:08 */waypoints[45].type = "stand"; + /* 10:08 */waypoints[45].children[0] = 44; + /* 10:08 */waypoints[45].children[1] = 46; + /* 10:08 */waypoints[46] = spawnstruct(); + /* 10:08 */waypoints[46].origin = ( -1022.05, 305.611, 960.125 ); + /* 10:08 */waypoints[46].type = "stand"; + /* 10:08 */waypoints[46].children[0] = 45; + /* 10:08 */waypoints[46].children[1] = 47; + /* 10:08 */waypoints[46].children[2] = 342; + /* 10:08 */waypoints[47] = spawnstruct(); + /* 10:08 */waypoints[47].origin = ( -864.213, 133.459, 960.625 ); + /* 10:08 */waypoints[47].type = "stand"; + /* 10:08 */waypoints[47].children[0] = 46; + /* 10:08 */waypoints[47].children[1] = 48; + /* 10:08 */waypoints[48] = spawnstruct(); + /* 10:08 */waypoints[48].origin = ( -828.268, -46.1831, 960.625 ); + /* 10:08 */waypoints[48].type = "stand"; + /* 10:08 */waypoints[48].children[0] = 47; + /* 10:08 */waypoints[48].children[1] = 49; + /* 10:08 */waypoints[49] = spawnstruct(); + /* 10:08 */waypoints[49].origin = ( -816.92, -176.348, 960.125 ); + /* 10:08 */waypoints[49].type = "stand"; + /* 10:08 */waypoints[49].children[0] = 48; + /* 10:08 */waypoints[49].children[1] = 50; + /* 10:08 */waypoints[49].children[2] = 51; + /* 10:08 */waypoints[50] = spawnstruct(); + /* 10:08 */waypoints[50].origin = ( -579.787, -263.128, 952.125 ); + /* 10:08 */waypoints[50].type = "stand"; + /* 10:08 */waypoints[50].children[0] = 49; + /* 10:08 */waypoints[50].children[1] = 53; + /* 10:08 */waypoints[51] = spawnstruct(); + /* 10:08 */waypoints[51].origin = ( -872.719, -288.398, 920.125 ); + /* 10:08 */waypoints[51].type = "stand"; + /* 10:08 */waypoints[51].children[0] = 49; + /* 10:08 */waypoints[51].children[1] = 44; + /* 10:08 */waypoints[51].children[2] = 52; + /* 10:08 */waypoints[51].children[3] = 274; + /* 10:08 */waypoints[51].children[4] = 363; + /* 10:08 */waypoints[52] = spawnstruct(); + /* 10:08 */waypoints[52].origin = ( -524.667, -433.479, 920.125 ); + /* 10:08 */waypoints[52].type = "stand"; + /* 10:08 */waypoints[52].children[0] = 51; + /* 10:08 */waypoints[52].children[1] = 53; + /* 10:08 */waypoints[53] = spawnstruct(); + /* 10:08 */waypoints[53].origin = ( -459.365, -312.751, 943.285 ); + /* 10:08 */waypoints[53].type = "stand"; + /* 10:08 */waypoints[53].children[0] = 52; + /* 10:08 */waypoints[53].children[1] = 50; + /* 10:08 */waypoints[53].children[2] = 54; + /* 10:08 */waypoints[53].children[3] = 223; + /* 10:08 */waypoints[54] = spawnstruct(); + /* 10:08 */waypoints[54].origin = ( -201.694, -241.934, 958.587 ); + /* 10:08 */waypoints[54].type = "stand"; + /* 10:08 */waypoints[54].children[0] = 53; + /* 10:08 */waypoints[54].children[1] = 55; + /* 10:08 */waypoints[54].children[2] = 222; + /* 10:08 */waypoints[54].children[3] = 251; + /* 10:08 */waypoints[55] = spawnstruct(); + /* 10:08 */waypoints[55].origin = ( -4.14632, -111.82, 939.601 ); + /* 10:08 */waypoints[55].type = "stand"; + /* 10:08 */waypoints[55].children[0] = 54; + /* 10:08 */waypoints[55].children[1] = 56; + /* 10:08 */waypoints[55].children[2] = 57; + /* 10:08 */waypoints[56] = spawnstruct(); + /* 10:08 */waypoints[56].origin = ( -92.2763, -49.9872, 996.441 ); + /* 10:08 */waypoints[56].type = "crouch"; + /* 10:08 */waypoints[56].children[0] = 55; + /* 10:08 */waypoints[56].angles = ( 10.9149, -57.71, 0 ); + /* 10:08 */waypoints[57] = spawnstruct(); + /* 10:08 */waypoints[57].origin = ( 181.895, -42.8389, 906.574 ); + /* 10:08 */waypoints[57].type = "stand"; + /* 10:08 */waypoints[57].children[0] = 55; + /* 10:08 */waypoints[57].children[1] = 58; + /* 10:08 */waypoints[57].children[2] = 251; + /* 10:08 */waypoints[57].children[3] = 252; + /* 10:08 */waypoints[58] = spawnstruct(); + /* 10:08 */waypoints[58].origin = ( 314.058, 122.625, 917.853 ); + /* 10:08 */waypoints[58].type = "stand"; + /* 10:08 */waypoints[58].children[0] = 57; + /* 10:08 */waypoints[58].children[1] = 59; + /* 10:08 */waypoints[58].children[2] = 255; + /* 10:08 */waypoints[58].children[3] = 360; + /* 10:08 */waypoints[58].children[4] = 252; + /* 10:08 */waypoints[59] = spawnstruct(); + /* 10:08 */waypoints[59].origin = ( 527.3, 382.919, 888.882 ); + /* 10:08 */waypoints[59].type = "stand"; + /* 10:08 */waypoints[59].children[0] = 58; + /* 10:08 */waypoints[59].children[1] = 60; + /* 10:08 */waypoints[59].children[2] = 254; + /* 10:08 */waypoints[59].children[3] = 299; + /* 10:08 */waypoints[59].children[4] = 360; + /* 10:08 */waypoints[60] = spawnstruct(); + /* 10:08 */waypoints[60].origin = ( 789.883, 529.714, 906.144 ); + /* 10:08 */waypoints[60].type = "stand"; + /* 10:08 */waypoints[60].children[0] = 59; + /* 10:08 */waypoints[60].children[1] = 61; + /* 10:08 */waypoints[60].children[2] = 63; + /* 10:08 */waypoints[60].children[3] = 72; + /* 10:08 */waypoints[60].children[4] = 298; + /* 10:08 */waypoints[60].children[5] = 319; + /* 10:08 */waypoints[60].children[6] = 359; + /* 10:08 */waypoints[61] = spawnstruct(); + /* 10:08 */waypoints[61].origin = ( 948.684, 330.17, 954.558 ); + /* 10:08 */waypoints[61].type = "stand"; + /* 10:08 */waypoints[61].children[0] = 60; + /* 10:08 */waypoints[61].children[1] = 62; + /* 10:08 */waypoints[61].children[2] = 186; + /* 10:08 */waypoints[61].children[3] = 319; + /* 10:08 */waypoints[62] = spawnstruct(); + /* 10:08 */waypoints[62].origin = ( 739.751, 240.766, 920.441 ); + /* 10:08 */waypoints[62].type = "crouch"; + /* 10:08 */waypoints[62].children[0] = 61; + /* 10:08 */waypoints[62].angles = ( -6.95984, 31.9989, 0 ); + /* 10:08 */waypoints[63] = spawnstruct(); + /* 10:08 */waypoints[63].origin = ( 842.347, 735.639, 935.939 ); + /* 10:08 */waypoints[63].type = "stand"; + /* 10:08 */waypoints[63].children[0] = 60; + /* 10:08 */waypoints[63].children[1] = 64; + /* 10:08 */waypoints[63].children[2] = 298; + /* 10:08 */waypoints[63].children[3] = 321; + /* 10:08 */waypoints[64] = spawnstruct(); + /* 10:08 */waypoints[64].origin = ( 900.343, 1191.03, 977.3 ); + /* 10:08 */waypoints[64].type = "stand"; + /* 10:08 */waypoints[64].children[0] = 63; + /* 10:08 */waypoints[64].children[1] = 65; + /* 10:08 */waypoints[64].children[2] = 73; + /* 10:08 */waypoints[64].children[3] = 321; + /* 10:08 */waypoints[65] = spawnstruct(); + /* 10:08 */waypoints[65].origin = ( 782.513, 1208, 977.774 ); + /* 10:08 */waypoints[65].type = "stand"; + /* 10:08 */waypoints[65].children[0] = 64; + /* 10:08 */waypoints[65].children[1] = 66; + /* 10:08 */waypoints[65].children[2] = 70; + /* 10:08 */waypoints[65].children[3] = 74; + /* 10:08 */waypoints[65].children[4] = 75; + /* 10:08 */waypoints[66] = spawnstruct(); + /* 10:08 */waypoints[66].origin = ( 768.337, 937.154, 1089.91 ); + /* 10:08 */waypoints[66].type = "stand"; + /* 10:08 */waypoints[66].children[0] = 65; + /* 10:08 */waypoints[66].children[1] = 67; + /* 10:08 */waypoints[67] = spawnstruct(); + /* 10:08 */waypoints[67].origin = ( 764.553, 695.693, 1068.22 ); + /* 10:08 */waypoints[67].type = "stand"; + /* 10:08 */waypoints[67].children[0] = 66; + /* 10:08 */waypoints[67].children[1] = 68; + /* 10:08 */waypoints[67].children[2] = 69; + /* 10:08 */waypoints[68] = spawnstruct(); + /* 10:08 */waypoints[68].origin = ( 909.324, 701.871, 1070.06 ); + /* 10:08 */waypoints[68].type = "crouch"; + /* 10:08 */waypoints[68].children[0] = 67; + /* 10:08 */waypoints[68].angles = ( 9.01978, -125.957, 0 ); + /* 10:08 */waypoints[69] = spawnstruct(); + /* 10:08 */waypoints[69].origin = ( 623.908, 713.227, 1068.54 ); + /* 10:08 */waypoints[69].type = "crouch"; + /* 10:08 */waypoints[69].children[0] = 67; + /* 10:08 */waypoints[69].angles = ( 11.2335, -61.2421, 0 ); + /* 10:08 */waypoints[70] = spawnstruct(); + /* 10:08 */waypoints[70].origin = ( 659.743, 1186.5, 974.753 ); + /* 10:08 */waypoints[70].type = "stand"; + /* 10:08 */waypoints[70].children[0] = 65; + /* 10:08 */waypoints[70].children[1] = 71; + /* 10:08 */waypoints[71] = spawnstruct(); + /* 10:08 */waypoints[71].origin = ( 692.56, 885.834, 948.078 ); + /* 10:08 */waypoints[71].type = "stand"; + /* 10:08 */waypoints[71].children[0] = 70; + /* 10:08 */waypoints[71].children[1] = 72; + /* 10:08 */waypoints[71].children[2] = 320; + /* 10:08 */waypoints[72] = spawnstruct(); + /* 10:08 */waypoints[72].origin = ( 709.163, 664.171, 927.99 ); + /* 10:08 */waypoints[72].type = "stand"; + /* 10:08 */waypoints[72].children[0] = 71; + /* 10:08 */waypoints[72].children[1] = 60; + /* 10:08 */waypoints[73] = spawnstruct(); + /* 10:08 */waypoints[73].origin = ( 934.263, 1253.41, 983.197 ); + /* 10:08 */waypoints[73].type = "crouch"; + /* 10:08 */waypoints[73].children[0] = 64; + /* 10:08 */waypoints[73].angles = ( 4.9054, -137.136, 0 ); + /* 10:08 */waypoints[74] = spawnstruct(); + /* 10:08 */waypoints[74].origin = ( 629.166, 1258.87, 981.06 ); + /* 10:08 */waypoints[74].type = "crouch"; + /* 10:08 */waypoints[74].children[0] = 65; + /* 10:08 */waypoints[74].angles = ( 6.32813, -52.1674, 0 ); + /* 10:08 */waypoints[75] = spawnstruct(); + /* 10:08 */waypoints[75].origin = ( 779.599, 1320.11, 987.804 ); + /* 10:08 */waypoints[75].type = "stand"; + /* 10:08 */waypoints[75].children[0] = 65; + /* 10:08 */waypoints[75].children[1] = 76; + /* 10:08 */waypoints[75].children[2] = 268; + /* 10:08 */waypoints[76] = spawnstruct(); + /* 10:08 */waypoints[76].origin = ( 1010.61, 1336.73, 993.92 ); + /* 10:08 */waypoints[76].type = "stand"; + /* 10:08 */waypoints[76].children[0] = 75; + /* 10:08 */waypoints[76].children[1] = 77; + /* 10:08 */waypoints[77] = spawnstruct(); + /* 10:08 */waypoints[77].origin = ( 1016.64, 1619.43, 1020.05 ); + /* 10:08 */waypoints[77].type = "stand"; + /* 10:08 */waypoints[77].children[0] = 76; + /* 10:08 */waypoints[77].children[1] = 78; + /* 10:08 */waypoints[78] = spawnstruct(); + /* 10:08 */waypoints[78].origin = ( 930.964, 1869.97, 1107.27 ); + /* 10:08 */waypoints[78].type = "stand"; + /* 10:08 */waypoints[78].children[0] = 77; + /* 10:08 */waypoints[78].children[1] = 79; + /* 10:08 */waypoints[78].children[2] = 84; + /* 10:08 */waypoints[79] = spawnstruct(); + /* 10:08 */waypoints[79].origin = ( 821.454, 2063.8, 1142.62 ); + /* 10:08 */waypoints[79].type = "stand"; + /* 10:08 */waypoints[79].children[0] = 78; + /* 10:08 */waypoints[79].children[1] = 372; + /* 10:08 */waypoints[80] = spawnstruct(); + /* 10:08 */waypoints[80].origin = ( 553.144, 2673.22, 1146.12 ); + /* 10:08 */waypoints[80].type = "stand"; + /* 10:08 */waypoints[80].children[0] = 81; + /* 10:08 */waypoints[80].children[1] = 283; + /* 10:08 */waypoints[80].children[2] = 372; + /* 10:08 */waypoints[81] = spawnstruct(); + /* 10:08 */waypoints[81].origin = ( 489.182, 2281.83, 1150.13 ); + /* 10:08 */waypoints[81].type = "stand"; + /* 10:08 */waypoints[81].children[0] = 80; + /* 10:08 */waypoints[81].children[1] = 82; + /* 10:08 */waypoints[82] = spawnstruct(); + /* 10:08 */waypoints[82].origin = ( 496.591, 2143.08, 1150.13 ); + /* 10:08 */waypoints[82].type = "stand"; + /* 10:08 */waypoints[82].children[0] = 81; + /* 10:08 */waypoints[82].children[1] = 83; + /* 10:08 */waypoints[82].children[2] = 101; + /* 10:08 */waypoints[83] = spawnstruct(); + /* 10:08 */waypoints[83].origin = ( 600.356, 2141.24, 1150.13 ); + /* 10:08 */waypoints[83].type = "stand"; + /* 10:08 */waypoints[83].children[0] = 82; + /* 10:08 */waypoints[83].children[1] = 84; + /* 10:08 */waypoints[83].children[2] = 364; + /* 10:08 */waypoints[84] = spawnstruct(); + /* 10:08 */waypoints[84].origin = ( 740.212, 1969.15, 1157.53 ); + /* 10:08 */waypoints[84].type = "stand"; + /* 10:08 */waypoints[84].children[0] = 83; + /* 10:08 */waypoints[84].children[1] = 78; + /* 10:08 */waypoints[84].children[2] = 85; + /* 10:08 */waypoints[85] = spawnstruct(); + /* 10:08 */waypoints[85].origin = ( 637.547, 1823.52, 1142.46 ); + /* 10:08 */waypoints[85].type = "stand"; + /* 10:08 */waypoints[85].children[0] = 84; + /* 10:08 */waypoints[85].children[1] = 86; + /* 10:08 */waypoints[85].children[2] = 87; + /* 10:08 */waypoints[86] = spawnstruct(); + /* 10:08 */waypoints[86].origin = ( 517.102, 1701.21, 1128.65 ); + /* 10:08 */waypoints[86].type = "stand"; + /* 10:08 */waypoints[86].children[0] = 85; + /* 10:08 */waypoints[86].children[1] = 88; + /* 10:08 */waypoints[86].children[2] = 268; + /* 10:08 */waypoints[87] = spawnstruct(); + /* 10:08 */waypoints[87].origin = ( 415.548, 1911.28, 1180.12 ); + /* 10:08 */waypoints[87].type = "crouch"; + /* 10:08 */waypoints[87].children[0] = 85; + /* 10:08 */waypoints[87].angles = ( 9.9646, -50.9534, 0 ); + /* 10:08 */waypoints[88] = spawnstruct(); + /* 10:08 */waypoints[88].origin = ( 341.941, 1599.46, 1050.9 ); + /* 10:08 */waypoints[88].type = "stand"; + /* 10:08 */waypoints[88].children[0] = 86; + /* 10:08 */waypoints[88].children[1] = 7; + /* 10:08 */waypoints[88].children[2] = 89; + /* 10:08 */waypoints[89] = spawnstruct(); + /* 10:08 */waypoints[89].origin = ( 91.059, 1474.06, 1016.11 ); + /* 10:08 */waypoints[89].type = "stand"; + /* 10:08 */waypoints[89].children[0] = 88; + /* 10:08 */waypoints[89].children[1] = 90; + /* 10:08 */waypoints[89].children[2] = 268; + /* 10:08 */waypoints[89].children[3] = 322; + /* 10:08 */waypoints[90] = spawnstruct(); + /* 10:08 */waypoints[90].origin = ( -155.364, 1412.54, 1000.23 ); + /* 10:08 */waypoints[90].type = "stand"; + /* 10:08 */waypoints[90].children[0] = 89; + /* 10:08 */waypoints[90].children[1] = 91; + /* 10:08 */waypoints[90].children[2] = 322; + /* 10:08 */waypoints[91] = spawnstruct(); + /* 10:08 */waypoints[91].origin = ( -271.042, 1557.39, 1029.78 ); + /* 10:08 */waypoints[91].type = "stand"; + /* 10:08 */waypoints[91].children[0] = 90; + /* 10:08 */waypoints[91].children[1] = 92; + /* 10:08 */waypoints[91].children[2] = 265; + /* 10:08 */waypoints[91].children[3] = 281; + /* 10:08 */waypoints[92] = spawnstruct(); + /* 10:08 */waypoints[92].origin = ( -336.125, 1771.41, 1072.41 ); + /* 10:08 */waypoints[92].type = "stand"; + /* 10:08 */waypoints[92].children[0] = 91; + /* 10:08 */waypoints[92].children[1] = 93; + /* 10:08 */waypoints[92].children[2] = 114; + /* 10:08 */waypoints[92].children[3] = 278; + /* 10:08 */waypoints[92].children[4] = 281; + /* 10:08 */waypoints[93] = spawnstruct(); + /* 10:08 */waypoints[93].origin = ( -93.3401, 1861.13, 1150.13 ); + /* 10:08 */waypoints[93].type = "stand"; + /* 10:08 */waypoints[93].children[0] = 92; + /* 10:08 */waypoints[93].children[1] = 94; + /* 10:08 */waypoints[93].children[2] = 95; + /* 10:08 */waypoints[94] = spawnstruct(); + /* 10:08 */waypoints[94].origin = ( -16.8256, 1640.57, 1150.13 ); + /* 10:08 */waypoints[94].type = "stand"; + /* 10:08 */waypoints[94].children[0] = 93; + /* 10:08 */waypoints[95] = spawnstruct(); + /* 10:08 */waypoints[95].origin = ( 8.72509, 1900.99, 1150.13 ); + /* 10:08 */waypoints[95].type = "stand"; + /* 10:08 */waypoints[95].children[0] = 93; + /* 10:08 */waypoints[95].children[1] = 96; + /* 10:08 */waypoints[96] = spawnstruct(); + /* 10:08 */waypoints[96].origin = ( -50.8362, 2080.8, 1150.13 ); + /* 10:08 */waypoints[96].type = "stand"; + /* 10:08 */waypoints[96].children[0] = 95; + /* 10:08 */waypoints[96].children[1] = 97; + /* 10:08 */waypoints[96].children[2] = 112; + /* 10:08 */waypoints[97] = spawnstruct(); + /* 10:08 */waypoints[97].origin = ( -40.5173, 2171.98, 1150.13 ); + /* 10:08 */waypoints[97].type = "stand"; + /* 10:08 */waypoints[97].children[0] = 96; + /* 10:08 */waypoints[97].children[1] = 98; + /* 10:08 */waypoints[97].children[2] = 112; + /* 10:08 */waypoints[98] = spawnstruct(); + /* 10:08 */waypoints[98].origin = ( 48.7993, 2192.79, 1150.13 ); + /* 10:08 */waypoints[98].type = "stand"; + /* 10:08 */waypoints[98].children[0] = 97; + /* 10:08 */waypoints[98].children[1] = 99; + /* 10:08 */waypoints[98].children[2] = 2; + /* 10:08 */waypoints[98].children[3] = 282; + /* 10:08 */waypoints[99] = spawnstruct(); + /* 10:08 */waypoints[99].origin = ( 121.648, 1958.28, 1150.13 ); + /* 10:08 */waypoints[99].type = "stand"; + /* 10:08 */waypoints[99].children[0] = 98; + /* 10:08 */waypoints[99].children[1] = 100; + /* 10:08 */waypoints[100] = spawnstruct(); + /* 10:08 */waypoints[100].origin = ( 270.103, 2006.11, 1146.12 ); + /* 10:08 */waypoints[100].type = "stand"; + /* 10:08 */waypoints[100].children[0] = 99; + /* 10:08 */waypoints[100].children[1] = 7; + /* 10:08 */waypoints[100].children[2] = 101; + /* 10:08 */waypoints[101] = spawnstruct(); + /* 10:08 */waypoints[101].origin = ( 480.58, 2022.91, 1150.13 ); + /* 10:08 */waypoints[101].type = "stand"; + /* 10:08 */waypoints[101].children[0] = 100; + /* 10:08 */waypoints[101].children[1] = 82; + /* 10:08 */waypoints[102] = spawnstruct(); + /* 10:08 */waypoints[102].origin = ( -374.349, 2374.62, 1136.13 ); + /* 10:08 */waypoints[102].type = "stand"; + /* 10:08 */waypoints[102].children[0] = 0; + /* 10:08 */waypoints[102].children[1] = 103; + /* 10:08 */waypoints[102].children[2] = 117; + /* 10:08 */waypoints[103] = spawnstruct(); + /* 10:08 */waypoints[103].origin = ( -274.856, 2100.68, 1282.13 ); + /* 10:08 */waypoints[103].type = "stand"; + /* 10:08 */waypoints[103].children[0] = 102; + /* 10:08 */waypoints[103].children[1] = 104; + /* 10:08 */waypoints[104] = spawnstruct(); + /* 10:08 */waypoints[104].origin = ( -198.278, 2117.91, 1286.13 ); + /* 10:08 */waypoints[104].type = "stand"; + /* 10:08 */waypoints[104].children[0] = 103; + /* 10:08 */waypoints[104].children[1] = 105; + /* 10:08 */waypoints[104].children[2] = 369; + /* 10:08 */waypoints[105] = spawnstruct(); + /* 10:08 */waypoints[105].origin = ( -236.289, 2233.39, 1286.13 ); + /* 10:08 */waypoints[105].type = "stand"; + /* 10:08 */waypoints[105].children[0] = 104; + /* 10:08 */waypoints[105].children[1] = 106; + /* 10:08 */waypoints[106] = spawnstruct(); + /* 10:08 */waypoints[106].origin = ( -90.8463, 2268.09, 1286.13 ); + /* 10:08 */waypoints[106].type = "stand"; + /* 10:08 */waypoints[106].children[0] = 105; + /* 10:08 */waypoints[106].children[1] = 107; + /* 10:08 */waypoints[106].children[2] = 110; + /* 10:08 */waypoints[106].children[3] = 369; + /* 10:08 */waypoints[107] = spawnstruct(); + /* 10:08 */waypoints[107].origin = ( -130.576, 2416.12, 1286.13 ); + /* 10:08 */waypoints[107].type = "stand"; + /* 10:08 */waypoints[107].children[0] = 106; + /* 10:08 */waypoints[107].children[1] = 108; + /* 10:08 */waypoints[107].children[2] = 109; + /* 10:08 */waypoints[108] = spawnstruct(); + /* 10:08 */waypoints[108].origin = ( -290.322, 2345.1, 1286.13 ); + /* 10:08 */waypoints[108].type = "stand"; + /* 10:08 */waypoints[108].children[0] = 107; + /* 10:08 */waypoints[109] = spawnstruct(); + /* 10:08 */waypoints[109].origin = ( 22.0993, 2449, 1286.13 ); + /* 10:08 */waypoints[109].type = "stand"; + /* 10:08 */waypoints[109].children[0] = 107; + /* 10:08 */waypoints[110] = spawnstruct(); + /* 10:08 */waypoints[110].origin = ( 27.4282, 1887.15, 1286.13 ); + /* 10:08 */waypoints[110].type = "stand"; + /* 10:08 */waypoints[110].children[0] = 106; + /* 10:08 */waypoints[110].children[1] = 111; + /* 10:08 */waypoints[110].children[2] = 369; + /* 10:08 */waypoints[111] = spawnstruct(); + /* 10:08 */waypoints[111].origin = ( -110.36, 1852.32, 1286.13 ); + /* 10:08 */waypoints[111].type = "stand"; + /* 10:08 */waypoints[111].children[0] = 110; + /* 10:08 */waypoints[111].children[1] = 112; + /* 10:08 */waypoints[112] = spawnstruct(); + /* 10:08 */waypoints[112].origin = ( -200.258, 2147.11, 1150.13 ); + /* 10:08 */waypoints[112].type = "stand"; + /* 10:08 */waypoints[112].children[0] = 111; + /* 10:08 */waypoints[112].children[1] = 97; + /* 10:08 */waypoints[112].children[2] = 113; + /* 10:08 */waypoints[112].children[3] = 96; + /* 10:08 */waypoints[113] = spawnstruct(); + /* 10:08 */waypoints[113].origin = ( -218.305, 2311.69, 1150.13 ); + /* 10:08 */waypoints[113].type = "stand"; + /* 10:08 */waypoints[113].children[0] = 112; + /* 10:08 */waypoints[113].children[1] = 1; + /* 10:08 */waypoints[114] = spawnstruct(); + /* 10:08 */waypoints[114].origin = ( -358.606, 1933.67, 1083.57 ); + /* 10:08 */waypoints[114].type = "stand"; + /* 10:08 */waypoints[114].children[0] = 92; + /* 10:08 */waypoints[114].children[1] = 115; + /* 10:08 */waypoints[115] = spawnstruct(); + /* 10:08 */waypoints[115].origin = ( -473.957, 2025, 1095.79 ); + /* 10:08 */waypoints[115].type = "stand"; + /* 10:08 */waypoints[115].children[0] = 114; + /* 10:08 */waypoints[115].children[1] = 116; + /* 10:08 */waypoints[115].children[2] = 118; + /* 10:08 */waypoints[115].children[3] = 278; + /* 10:08 */waypoints[115].children[4] = 281; + /* 10:08 */waypoints[116] = spawnstruct(); + /* 10:08 */waypoints[116].origin = ( -499.697, 2238.12, 1120.73 ); + /* 10:08 */waypoints[116].type = "stand"; + /* 10:08 */waypoints[116].children[0] = 115; + /* 10:08 */waypoints[116].children[1] = 117; + /* 10:08 */waypoints[116].children[2] = 280; + /* 10:08 */waypoints[116].children[3] = 119; + /* 10:08 */waypoints[116].children[4] = 0; + /* 10:08 */waypoints[117] = spawnstruct(); + /* 10:08 */waypoints[117].origin = ( -570.589, 2382.36, 1132.2 ); + /* 10:08 */waypoints[117].type = "stand"; + /* 10:08 */waypoints[117].children[0] = 116; + /* 10:08 */waypoints[117].children[1] = 0; + /* 10:08 */waypoints[117].children[2] = 280; + /* 10:08 */waypoints[117].children[3] = 119; + /* 10:08 */waypoints[117].children[4] = 118; + /* 10:08 */waypoints[117].children[5] = 102; + /* 10:08 */waypoints[118] = spawnstruct(); + /* 10:08 */waypoints[118].origin = ( -677.883, 2179.2, 1120.12 ); + /* 10:08 */waypoints[118].type = "stand"; + /* 10:08 */waypoints[118].children[0] = 115; + /* 10:08 */waypoints[118].children[1] = 119; + /* 10:08 */waypoints[118].children[2] = 280; + /* 10:08 */waypoints[118].children[3] = 117; + /* 10:08 */waypoints[118].children[4] = 0; + /* 10:08 */waypoints[119] = spawnstruct(); + /* 10:08 */waypoints[119].origin = ( -955.955, 2176.55, 1143.66 ); + /* 10:08 */waypoints[119].type = "stand"; + /* 10:08 */waypoints[119].children[0] = 118; + /* 10:08 */waypoints[119].children[1] = 120; + /* 10:08 */waypoints[119].children[2] = 264; + /* 10:08 */waypoints[119].children[3] = 116; + /* 10:08 */waypoints[119].children[4] = 117; + /* 10:08 */waypoints[120] = spawnstruct(); + /* 10:08 */waypoints[120].origin = ( -1124.81, 2364.48, 1142.49 ); + /* 10:08 */waypoints[120].type = "stand"; + /* 10:08 */waypoints[120].children[0] = 119; + /* 10:08 */waypoints[120].children[1] = 121; + /* 10:08 */waypoints[120].children[2] = 8; + /* 10:08 */waypoints[120].children[3] = 289; + /* 10:08 */waypoints[120].children[4] = 300; + /* 10:08 */waypoints[121] = spawnstruct(); + /* 10:08 */waypoints[121].origin = ( -1282.69, 2267.13, 1153.63 ); + /* 10:08 */waypoints[121].type = "stand"; + /* 10:08 */waypoints[121].children[0] = 120; + /* 10:08 */waypoints[121].children[1] = 302; + /* 10:08 */waypoints[121].children[2] = 304; + /* 10:08 */waypoints[122] = spawnstruct(); + /* 10:08 */waypoints[122].origin = ( -1410.1, 2398.52, 1158.28 ); + /* 10:08 */waypoints[122].type = "stand"; + /* 10:08 */waypoints[122].children[0] = 8; + /* 10:08 */waypoints[122].children[1] = 123; + /* 10:08 */waypoints[123] = spawnstruct(); + /* 10:08 */waypoints[123].origin = ( -1554.47, 2135.32, 1161.63 ); + /* 10:08 */waypoints[123].type = "stand"; + /* 10:08 */waypoints[123].children[0] = 122; + /* 10:08 */waypoints[123].children[1] = 124; + /* 10:08 */waypoints[124] = spawnstruct(); + /* 10:08 */waypoints[124].origin = ( -1626.85, 2028.21, 1161.63 ); + /* 10:08 */waypoints[124].type = "stand"; + /* 10:08 */waypoints[124].children[0] = 123; + /* 10:08 */waypoints[124].children[1] = 125; + /* 10:08 */waypoints[124].children[2] = 136; + /* 10:08 */waypoints[125] = spawnstruct(); + /* 10:08 */waypoints[125].origin = ( -1835.59, 1823.71, 1161.63 ); + /* 10:08 */waypoints[125].type = "stand"; + /* 10:08 */waypoints[125].children[0] = 124; + /* 10:08 */waypoints[125].children[1] = 126; + /* 10:08 */waypoints[125].children[2] = 137; + /* 10:08 */waypoints[126] = spawnstruct(); + /* 10:08 */waypoints[126].origin = ( -1585.51, 1702.96, 1161.63 ); + /* 10:08 */waypoints[126].type = "stand"; + /* 10:08 */waypoints[126].children[0] = 125; + /* 10:08 */waypoints[126].children[1] = 127; + /* 10:08 */waypoints[126].children[2] = 138; + /* 10:08 */waypoints[126].children[3] = 303; + /* 10:08 */waypoints[126].children[4] = 305; + /* 10:08 */waypoints[127] = spawnstruct(); + /* 10:08 */waypoints[127].origin = ( -1429.84, 1945.15, 1161.63 ); + /* 10:08 */waypoints[127].type = "stand"; + /* 10:08 */waypoints[127].children[0] = 126; + /* 10:08 */waypoints[127].children[1] = 128; + /* 10:08 */waypoints[127].children[2] = 302; + /* 10:08 */waypoints[127].children[3] = 303; + /* 10:08 */waypoints[128] = spawnstruct(); + /* 10:08 */waypoints[128].origin = ( -1172.95, 1782.69, 1289.63 ); + /* 10:08 */waypoints[128].type = "stand"; + /* 10:08 */waypoints[128].children[0] = 127; + /* 10:08 */waypoints[128].children[1] = 129; + /* 10:08 */waypoints[129] = spawnstruct(); + /* 10:08 */waypoints[129].origin = ( -1266.07, 1635.12, 1292.63 ); + /* 10:08 */waypoints[129].type = "stand"; + /* 10:08 */waypoints[129].children[0] = 128; + /* 10:08 */waypoints[129].children[1] = 130; + /* 10:08 */waypoints[129].children[2] = 133; + /* 10:08 */waypoints[130] = spawnstruct(); + /* 10:08 */waypoints[130].origin = ( -1162.43, 1504.65, 1291.63 ); + /* 10:08 */waypoints[130].type = "stand"; + /* 10:08 */waypoints[130].children[0] = 129; + /* 10:08 */waypoints[130].children[1] = 131; + /* 10:08 */waypoints[131] = spawnstruct(); + /* 10:08 */waypoints[131].origin = ( -1183.78, 1335.09, 1291.63 ); + /* 10:08 */waypoints[131].type = "stand"; + /* 10:08 */waypoints[131].children[0] = 130; + /* 10:08 */waypoints[131].children[1] = 132; + /* 10:08 */waypoints[132] = spawnstruct(); + /* 10:08 */waypoints[132].origin = ( -1355.35, 1265.41, 1291.63 ); + /* 10:08 */waypoints[132].type = "stand"; + /* 10:08 */waypoints[132].children[0] = 131; + /* 10:08 */waypoints[133] = spawnstruct(); + /* 10:08 */waypoints[133].origin = ( -1402.9, 1669.6, 1292.63 ); + /* 10:08 */waypoints[133].type = "stand"; + /* 10:08 */waypoints[133].children[0] = 129; + /* 10:08 */waypoints[133].children[1] = 134; + /* 10:08 */waypoints[134] = spawnstruct(); + /* 10:08 */waypoints[134].origin = ( -1622.04, 1686.86, 1291.63 ); + /* 10:08 */waypoints[134].type = "stand"; + /* 10:08 */waypoints[134].children[0] = 133; + /* 10:08 */waypoints[134].children[1] = 135; + /* 10:08 */waypoints[135] = spawnstruct(); + /* 10:08 */waypoints[135].origin = ( -1730.77, 1741.36, 1292.13 ); + /* 10:08 */waypoints[135].type = "stand"; + /* 10:08 */waypoints[135].children[0] = 134; + /* 10:08 */waypoints[135].children[1] = 136; + /* 10:08 */waypoints[136] = spawnstruct(); + /* 10:08 */waypoints[136].origin = ( -1578.77, 2012.05, 1161.63 ); + /* 10:08 */waypoints[136].type = "stand"; + /* 10:08 */waypoints[136].children[0] = 135; + /* 10:08 */waypoints[136].children[1] = 124; + /* 10:08 */waypoints[137] = spawnstruct(); + /* 10:08 */waypoints[137].origin = ( -2032.43, 1775.58, 1161.63 ); + /* 10:08 */waypoints[137].type = "crouch"; + /* 10:08 */waypoints[137].children[0] = 125; + /* 10:08 */waypoints[137].angles = ( 2.21375, 15.2612, 0 ); + /* 10:08 */waypoints[138] = spawnstruct(); + /* 10:08 */waypoints[138].origin = ( -1318.3, 1645.38, 1161.63 ); + /* 10:08 */waypoints[138].type = "stand"; + /* 10:08 */waypoints[138].children[0] = 126; + /* 10:08 */waypoints[138].children[1] = 139; + /* 10:08 */waypoints[138].children[2] = 303; + /* 10:08 */waypoints[138].children[3] = 305; + /* 10:08 */waypoints[138].children[4] = 307; + /* 10:08 */waypoints[139] = spawnstruct(); + /* 10:08 */waypoints[139].origin = ( -1145.61, 1572.75, 1161.63 ); + /* 10:08 */waypoints[139].type = "stand"; + /* 10:08 */waypoints[139].children[0] = 138; + /* 10:08 */waypoints[139].children[1] = 140; + /* 10:08 */waypoints[139].children[2] = 143; + /* 10:08 */waypoints[139].children[3] = 144; + /* 10:08 */waypoints[139].children[4] = 145; + /* 10:08 */waypoints[139].children[5] = 146; + /* 10:08 */waypoints[140] = spawnstruct(); + /* 10:08 */waypoints[140].origin = ( -1256.39, 1372.88, 1161.63 ); + /* 10:08 */waypoints[140].type = "stand"; + /* 10:08 */waypoints[140].children[0] = 139; + /* 10:08 */waypoints[140].children[1] = 141; + /* 10:08 */waypoints[140].children[2] = 306; + /* 10:08 */waypoints[140].children[3] = 314; + /* 10:08 */waypoints[141] = spawnstruct(); + /* 10:08 */waypoints[141].origin = ( -1392.31, 1164.68, 1161.63 ); + /* 10:08 */waypoints[141].type = "stand"; + /* 10:08 */waypoints[141].children[0] = 140; + /* 10:08 */waypoints[141].children[1] = 142; + /* 10:08 */waypoints[141].children[2] = 306; + /* 10:08 */waypoints[141].children[3] = 307; + /* 10:08 */waypoints[141].children[4] = 314; + /* 10:08 */waypoints[142] = spawnstruct(); + /* 10:08 */waypoints[142].origin = ( -1227.02, 1204.69, 1161.63 ); + /* 10:08 */waypoints[142].type = "stand"; + /* 10:08 */waypoints[142].children[0] = 141; + /* 10:08 */waypoints[142].children[1] = 143; + /* 10:08 */waypoints[143] = spawnstruct(); + /* 10:08 */waypoints[143].origin = ( -1095.11, 1413.71, 1161.63 ); + /* 10:08 */waypoints[143].type = "stand"; + /* 10:08 */waypoints[143].children[0] = 142; + /* 10:08 */waypoints[143].children[1] = 139; + /* 10:08 */waypoints[144] = spawnstruct(); + /* 10:08 */waypoints[144].origin = ( -1059.13, 1723.25, 1145.66 ); + /* 10:08 */waypoints[144].type = "stand"; + /* 10:08 */waypoints[144].children[0] = 139; + /* 10:08 */waypoints[144].children[1] = 145; + /* 10:08 */waypoints[144].children[2] = 263; + /* 10:08 */waypoints[144].children[3] = 264; + /* 10:08 */waypoints[145] = spawnstruct(); + /* 10:08 */waypoints[145].origin = ( -1000.74, 1553.63, 1137.54 ); + /* 10:08 */waypoints[145].type = "stand"; + /* 10:08 */waypoints[145].children[0] = 144; + /* 10:08 */waypoints[145].children[1] = 146; + /* 10:08 */waypoints[145].children[2] = 139; + /* 10:08 */waypoints[146] = spawnstruct(); + /* 10:08 */waypoints[146].origin = ( -995.994, 1316.77, 1130.43 ); + /* 10:08 */waypoints[146].type = "stand"; + /* 10:08 */waypoints[146].children[0] = 145; + /* 10:08 */waypoints[146].children[1] = 147; + /* 10:08 */waypoints[146].children[2] = 139; + /* 10:08 */waypoints[146].children[3] = 263; + /* 10:08 */waypoints[147] = spawnstruct(); + /* 10:08 */waypoints[147].origin = ( -1161.05, 1124.9, 1129.62 ); + /* 10:08 */waypoints[147].type = "stand"; + /* 10:08 */waypoints[147].children[0] = 146; + /* 10:08 */waypoints[147].children[1] = 148; + /* 10:08 */waypoints[147].children[2] = 165; + /* 10:08 */waypoints[148] = spawnstruct(); + /* 10:08 */waypoints[148].origin = ( -1293.26, 982.5, 1129.63 ); + /* 10:08 */waypoints[148].type = "stand"; + /* 10:08 */waypoints[148].children[0] = 147; + /* 10:08 */waypoints[148].children[1] = 149; + /* 10:08 */waypoints[148].children[2] = 157; + /* 10:08 */waypoints[149] = spawnstruct(); + /* 10:08 */waypoints[149].origin = ( -1439.39, 913.734, 1129.63 ); + /* 10:08 */waypoints[149].type = "stand"; + /* 10:08 */waypoints[149].children[0] = 148; + /* 10:08 */waypoints[149].children[1] = 150; + /* 10:08 */waypoints[149].children[2] = 159; + /* 10:08 */waypoints[150] = spawnstruct(); + /* 10:08 */waypoints[150].origin = ( -1621.73, 752.665, 1116.56 ); + /* 10:08 */waypoints[150].type = "stand"; + /* 10:08 */waypoints[150].children[0] = 149; + /* 10:08 */waypoints[150].children[1] = 151; + /* 10:08 */waypoints[151] = spawnstruct(); + /* 10:08 */waypoints[151].origin = ( -1859.83, 727.364, 1099.12 ); + /* 10:08 */waypoints[151].type = "stand"; + /* 10:08 */waypoints[151].children[0] = 150; + /* 10:08 */waypoints[151].children[1] = 152; + /* 10:08 */waypoints[151].children[2] = 154; + /* 10:08 */waypoints[151].children[3] = 291; + /* 10:08 */waypoints[152] = spawnstruct(); + /* 10:08 */waypoints[152].origin = ( -2125.62, 865.767, 1101.48 ); + /* 10:08 */waypoints[152].type = "stand"; + /* 10:08 */waypoints[152].children[0] = 151; + /* 10:08 */waypoints[152].children[1] = 153; + /* 10:08 */waypoints[152].children[2] = 291; + /* 10:08 */waypoints[152].children[3] = 292; + /* 10:08 */waypoints[153] = spawnstruct(); + /* 10:08 */waypoints[153].origin = ( -2272.47, 1039.26, 1101.63 ); + /* 10:08 */waypoints[153].type = "stand"; + /* 10:08 */waypoints[153].children[0] = 152; + /* 10:08 */waypoints[153].children[1] = 18; + /* 10:08 */waypoints[153].children[2] = 154; + /* 10:08 */waypoints[153].children[3] = 17; + /* 10:08 */waypoints[153].children[4] = 291; + /* 10:08 */waypoints[154] = spawnstruct(); + /* 10:08 */waypoints[154].origin = ( -2006.96, 860.695, 1101.45 ); + /* 10:08 */waypoints[154].type = "stand"; + /* 10:08 */waypoints[154].children[0] = 153; + /* 10:08 */waypoints[154].children[1] = 151; + /* 10:08 */waypoints[154].children[2] = 155; + /* 10:08 */waypoints[154].children[3] = 290; + /* 10:08 */waypoints[154].children[4] = 292; + /* 10:08 */waypoints[155] = spawnstruct(); + /* 10:08 */waypoints[155].origin = ( -1874.95, 932.189, 1111.34 ); + /* 10:08 */waypoints[155].type = "crouch"; + /* 10:08 */waypoints[155].children[0] = 154; + /* 10:08 */waypoints[155].angles = ( 0, -153.247, 0 ); + /* 10:08 */waypoints[156] = spawnstruct(); + /* 10:08 */waypoints[156].origin = ( -2601.13, 1053.2, 1097.63 ); + /* 10:08 */waypoints[156].type = "crouch"; + /* 10:08 */waypoints[156].children[0] = 17; + /* 10:08 */waypoints[156].angles = ( 0.631714, 13.5638, 0 ); + /* 10:08 */waypoints[157] = spawnstruct(); + /* 10:08 */waypoints[157].origin = ( -1475.56, 1040.76, 1129.63 ); + /* 10:08 */waypoints[157].type = "stand"; + /* 10:08 */waypoints[157].children[0] = 148; + /* 10:08 */waypoints[157].children[1] = 158; + /* 10:08 */waypoints[158] = spawnstruct(); + /* 10:08 */waypoints[158].origin = ( -1589.98, 1083.33, 1129.63 ); + /* 10:08 */waypoints[158].type = "stand"; + /* 10:08 */waypoints[158].children[0] = 157; + /* 10:08 */waypoints[158].children[1] = 159; + /* 10:08 */waypoints[159] = spawnstruct(); + /* 10:08 */waypoints[159].origin = ( -1624.86, 992.427, 1129.63 ); + /* 10:08 */waypoints[159].type = "stand"; + /* 10:08 */waypoints[159].children[0] = 158; + /* 10:08 */waypoints[159].children[1] = 160; + /* 10:08 */waypoints[159].children[2] = 149; + /* 10:08 */waypoints[160] = spawnstruct(); + /* 10:08 */waypoints[160].origin = ( -1724.19, 1029.57, 1129.63 ); + /* 10:08 */waypoints[160].type = "stand"; + /* 10:08 */waypoints[160].children[0] = 159; + /* 10:08 */waypoints[160].children[1] = 161; + /* 10:08 */waypoints[161] = spawnstruct(); + /* 10:08 */waypoints[161].origin = ( -1795.88, 1185.9, 1129.63 ); + /* 10:08 */waypoints[161].type = "stand"; + /* 10:08 */waypoints[161].children[0] = 160; + /* 10:08 */waypoints[161].children[1] = 162; + /* 10:08 */waypoints[161].children[2] = 308; + /* 10:08 */waypoints[161].children[3] = 315; + /* 10:08 */waypoints[162] = spawnstruct(); + /* 10:08 */waypoints[162].origin = ( -1969.1, 1149.98, 1129.63 ); + /* 10:08 */waypoints[162].type = "stand"; + /* 10:08 */waypoints[162].children[0] = 161; + /* 10:08 */waypoints[162].children[1] = 163; + /* 10:08 */waypoints[162].children[2] = 164; + /* 10:08 */waypoints[162].children[3] = 315; + /* 10:08 */waypoints[163] = spawnstruct(); + /* 10:08 */waypoints[163].origin = ( -2074.04, 1459.21, 1125.4 ); + /* 10:08 */waypoints[163].type = "stand"; + /* 10:08 */waypoints[163].children[0] = 162; + /* 10:08 */waypoints[163].children[1] = 14; + /* 10:08 */waypoints[163].children[2] = 317; + /* 10:08 */waypoints[163].children[3] = 318; + /* 10:08 */waypoints[164] = spawnstruct(); + /* 10:08 */waypoints[164].origin = ( -2292.11, 1284.65, 1125.71 ); + /* 10:08 */waypoints[164].type = "stand"; + /* 10:08 */waypoints[164].children[0] = 162; + /* 10:08 */waypoints[164].children[1] = 17; + /* 10:08 */waypoints[164].children[2] = 315; + /* 10:08 */waypoints[165] = spawnstruct(); + /* 10:08 */waypoints[165].origin = ( -928.402, 1167.59, 1068.12 ); + /* 10:08 */waypoints[165].type = "stand"; + /* 10:08 */waypoints[165].children[0] = 147; + /* 10:08 */waypoints[165].children[1] = 166; + /* 10:08 */waypoints[166] = spawnstruct(); + /* 10:08 */waypoints[166].origin = ( -772.858, 1146.11, 1018.44 ); + /* 10:08 */waypoints[166].type = "stand"; + /* 10:08 */waypoints[166].children[0] = 165; + /* 10:08 */waypoints[166].children[1] = 167; + /* 10:08 */waypoints[166].children[2] = 260; + /* 10:08 */waypoints[166].children[3] = 261; + /* 10:08 */waypoints[166].children[4] = 324; + /* 10:08 */waypoints[167] = spawnstruct(); + /* 10:08 */waypoints[167].origin = ( -838.474, 967.638, 1052.05 ); + /* 10:08 */waypoints[167].type = "stand"; + /* 10:08 */waypoints[167].children[0] = 166; + /* 10:08 */waypoints[167].children[1] = 168; + /* 10:08 */waypoints[167].children[2] = 325; + /* 10:08 */waypoints[167].children[3] = 356; + /* 10:08 */waypoints[168] = spawnstruct(); + /* 10:08 */waypoints[168].origin = ( -967.882, 815.9, 1074.83 ); + /* 10:08 */waypoints[168].type = "stand"; + /* 10:08 */waypoints[168].children[0] = 167; + /* 10:08 */waypoints[168].children[1] = 169; + /* 10:08 */waypoints[168].children[2] = 356; + /* 10:08 */waypoints[169] = spawnstruct(); + /* 10:08 */waypoints[169].origin = ( -1116.37, 517.929, 1088.13 ); + /* 10:08 */waypoints[169].type = "stand"; + /* 10:08 */waypoints[169].children[0] = 168; + /* 10:08 */waypoints[169].children[1] = 170; + /* 10:08 */waypoints[169].children[2] = 328; + /* 10:08 */waypoints[169].children[3] = 329; + /* 10:08 */waypoints[170] = spawnstruct(); + /* 10:08 */waypoints[170].origin = ( -1308.77, 322.759, 1088.13 ); + /* 10:08 */waypoints[170].type = "stand"; + /* 10:08 */waypoints[170].children[0] = 169; + /* 10:08 */waypoints[170].children[1] = 171; + /* 10:08 */waypoints[171] = spawnstruct(); + /* 10:08 */waypoints[171].origin = ( -1328.82, 194.598, 1088.13 ); + /* 10:08 */waypoints[171].type = "stand"; + /* 10:08 */waypoints[171].children[0] = 170; + /* 10:08 */waypoints[171].children[1] = 172; + /* 10:08 */waypoints[172] = spawnstruct(); + /* 10:08 */waypoints[172].origin = ( -1248.65, 149.393, 1088.13 ); + /* 10:08 */waypoints[172].type = "stand"; + /* 10:08 */waypoints[172].children[0] = 171; + /* 10:08 */waypoints[172].children[1] = 173; + /* 10:08 */waypoints[172].children[2] = 344; + /* 10:08 */waypoints[173] = spawnstruct(); + /* 10:08 */waypoints[173].origin = ( -1117.63, 408.749, 1216.13 ); + /* 10:08 */waypoints[173].type = "stand"; + /* 10:08 */waypoints[173].children[0] = 172; + /* 10:08 */waypoints[173].children[1] = 174; + /* 10:08 */waypoints[174] = spawnstruct(); + /* 10:08 */waypoints[174].origin = ( -931.744, 302.444, 1216.13 ); + /* 10:08 */waypoints[174].type = "stand"; + /* 10:08 */waypoints[174].children[0] = 173; + /* 10:08 */waypoints[174].children[1] = 175; + /* 10:08 */waypoints[174].children[2] = 348; + /* 10:08 */waypoints[175] = spawnstruct(); + /* 10:08 */waypoints[175].origin = ( -678.695, 182.746, 1216.13 ); + /* 10:08 */waypoints[175].type = "stand"; + /* 10:08 */waypoints[175].children[0] = 174; + /* 10:08 */waypoints[175].children[1] = 176; + /* 10:08 */waypoints[175].children[2] = 349; + /* 10:08 */waypoints[176] = spawnstruct(); + /* 10:08 */waypoints[176].origin = ( -429.898, 67.9453, 1232.45 ); + /* 10:08 */waypoints[176].type = "stand"; + /* 10:08 */waypoints[176].children[0] = 175; + /* 10:08 */waypoints[176].children[1] = 177; + /* 10:08 */waypoints[176].children[2] = 354; + /* 10:08 */waypoints[177] = spawnstruct(); + /* 10:08 */waypoints[177].origin = ( -211.904, 214.241, 1216.03 ); + /* 10:08 */waypoints[177].type = "stand"; + /* 10:08 */waypoints[177].children[0] = 176; + /* 10:08 */waypoints[177].children[1] = 178; + /* 10:08 */waypoints[178] = spawnstruct(); + /* 10:08 */waypoints[178].origin = ( -144.265, 174.86, 1216.01 ); + /* 10:08 */waypoints[178].type = "stand"; + /* 10:08 */waypoints[178].children[0] = 177; + /* 10:08 */waypoints[178].children[1] = 179; + /* 10:08 */waypoints[179] = spawnstruct(); + /* 10:08 */waypoints[179].origin = ( -286.573, 13.2766, 1245.92 ); + /* 10:08 */waypoints[179].type = "stand"; + /* 10:08 */waypoints[179].children[0] = 178; + /* 10:08 */waypoints[179].children[1] = 180; + /* 10:08 */waypoints[179].children[2] = 353; + /* 10:08 */waypoints[180] = spawnstruct(); + /* 10:08 */waypoints[180].origin = ( -303.271, -203.97, 1235.48 ); + /* 10:08 */waypoints[180].type = "stand"; + /* 10:08 */waypoints[180].children[0] = 179; + /* 10:08 */waypoints[180].children[1] = 181; + /* 10:08 */waypoints[181] = spawnstruct(); + /* 10:08 */waypoints[181].origin = ( 0.992011, -203.546, 1146.87 ); + /* 10:08 */waypoints[181].type = "stand"; + /* 10:08 */waypoints[181].children[0] = 180; + /* 10:08 */waypoints[181].children[1] = 182; + /* 10:08 */waypoints[182] = spawnstruct(); + /* 10:08 */waypoints[182].origin = ( 352.76, -247.194, 1021.8 ); + /* 10:08 */waypoints[182].type = "stand"; + /* 10:08 */waypoints[182].children[0] = 181; + /* 10:08 */waypoints[182].children[1] = 183; + /* 10:08 */waypoints[183] = spawnstruct(); + /* 10:08 */waypoints[183].origin = ( 675.906, -306.546, 900.058 ); + /* 10:08 */waypoints[183].type = "stand"; + /* 10:08 */waypoints[183].children[0] = 182; + /* 10:08 */waypoints[183].children[1] = 184; + /* 10:08 */waypoints[183].children[2] = 247; + /* 10:08 */waypoints[184] = spawnstruct(); + /* 10:08 */waypoints[184].origin = ( 1008.46, -180.717, 884.02 ); + /* 10:08 */waypoints[184].type = "stand"; + /* 10:08 */waypoints[184].children[0] = 183; + /* 10:08 */waypoints[184].children[1] = 185; + /* 10:08 */waypoints[184].children[2] = 187; + /* 10:08 */waypoints[184].children[3] = 188; + /* 10:08 */waypoints[185] = spawnstruct(); + /* 10:08 */waypoints[185].origin = ( 997.766, 110.748, 926.484 ); + /* 10:08 */waypoints[185].type = "stand"; + /* 10:08 */waypoints[185].children[0] = 184; + /* 10:08 */waypoints[185].children[1] = 186; + /* 10:08 */waypoints[186] = spawnstruct(); + /* 10:08 */waypoints[186].origin = ( 982.5, 288.04, 952.08 ); + /* 10:08 */waypoints[186].type = "stand"; + /* 10:08 */waypoints[186].children[0] = 185; + /* 10:08 */waypoints[186].children[1] = 61; + /* 10:08 */waypoints[187] = spawnstruct(); + /* 10:08 */waypoints[187].origin = ( 1144.91, -41.6418, 919.566 ); + /* 10:08 */waypoints[187].type = "crouch"; + /* 10:08 */waypoints[187].children[0] = 184; + /* 10:08 */waypoints[187].angles = ( 10.9149, -156.01, 0 ); + /* 10:08 */waypoints[188] = spawnstruct(); + /* 10:08 */waypoints[188].origin = ( 1031.72, -343.86, 861.992 ); + /* 10:08 */waypoints[188].type = "stand"; + /* 10:08 */waypoints[188].children[0] = 184; + /* 10:08 */waypoints[188].children[1] = 189; + /* 10:08 */waypoints[188].children[2] = 296; + /* 10:08 */waypoints[189] = spawnstruct(); + /* 10:08 */waypoints[189].origin = ( 1167.07, -372.099, 871.417 ); + /* 10:08 */waypoints[189].type = "stand"; + /* 10:08 */waypoints[189].children[0] = 188; + /* 10:08 */waypoints[189].children[1] = 190; + /* 10:08 */waypoints[190] = spawnstruct(); + /* 10:08 */waypoints[190].origin = ( 1235.59, -605.744, 843.42 ); + /* 10:08 */waypoints[190].type = "stand"; + /* 10:08 */waypoints[190].children[0] = 189; + /* 10:08 */waypoints[190].children[1] = 191; + /* 10:08 */waypoints[191] = spawnstruct(); + /* 10:08 */waypoints[191].origin = ( 1222.48, -741.904, 822.34 ); + /* 10:08 */waypoints[191].type = "stand"; + /* 10:08 */waypoints[191].children[0] = 190; + /* 10:08 */waypoints[191].children[1] = 192; + /* 10:08 */waypoints[191].children[2] = 297; + /* 10:08 */waypoints[192] = spawnstruct(); + /* 10:08 */waypoints[192].origin = ( 1220.36, -906.572, 774.799 ); + /* 10:08 */waypoints[192].type = "stand"; + /* 10:08 */waypoints[192].children[0] = 191; + /* 10:08 */waypoints[192].children[1] = 193; + /* 10:08 */waypoints[192].children[2] = 244; + /* 10:08 */waypoints[192].children[3] = 297; + /* 10:08 */waypoints[193] = spawnstruct(); + /* 10:08 */waypoints[193].origin = ( 1388.16, -1014.45, 738.255 ); + /* 10:08 */waypoints[193].type = "stand"; + /* 10:08 */waypoints[193].children[0] = 192; + /* 10:08 */waypoints[193].children[1] = 194; + /* 10:08 */waypoints[194] = spawnstruct(); + /* 10:08 */waypoints[194].origin = ( 1536.09, -1186.27, 699.622 ); + /* 10:08 */waypoints[194].type = "stand"; + /* 10:08 */waypoints[194].children[0] = 193; + /* 10:08 */waypoints[194].children[1] = 195; + /* 10:08 */waypoints[195] = spawnstruct(); + /* 10:08 */waypoints[195].origin = ( 1601.2, -1392.75, 668.614 ); + /* 10:08 */waypoints[195].type = "stand"; + /* 10:08 */waypoints[195].children[0] = 194; + /* 10:08 */waypoints[195].children[1] = 196; + /* 10:08 */waypoints[196] = spawnstruct(); + /* 10:08 */waypoints[196].origin = ( 1599.72, -1493.36, 655.254 ); + /* 10:08 */waypoints[196].type = "stand"; + /* 10:08 */waypoints[196].children[0] = 195; + /* 10:08 */waypoints[196].children[1] = 197; + /* 10:08 */waypoints[196].children[2] = 198; + /* 10:08 */waypoints[197] = spawnstruct(); + /* 10:08 */waypoints[197].origin = ( 1706.52, -1364.46, 666.848 ); + /* 10:08 */waypoints[197].type = "crouch"; + /* 10:08 */waypoints[197].children[0] = 196; + /* 10:08 */waypoints[197].angles = ( 11.8652, -121.991, 0 ); + /* 10:08 */waypoints[198] = spawnstruct(); + /* 10:08 */waypoints[198].origin = ( 1521.04, -1655.06, 661.183 ); + /* 10:08 */waypoints[198].type = "stand"; + /* 10:08 */waypoints[198].children[0] = 196; + /* 10:08 */waypoints[198].children[1] = 199; + /* 10:08 */waypoints[199] = spawnstruct(); + /* 10:08 */waypoints[199].origin = ( 1421.27, -1700.98, 687.772 ); + /* 10:08 */waypoints[199].type = "stand"; + /* 10:08 */waypoints[199].children[0] = 198; + /* 10:08 */waypoints[199].children[1] = 200; + /* 10:08 */waypoints[199].children[2] = 243; + /* 10:08 */waypoints[200] = spawnstruct(); + /* 10:08 */waypoints[200].origin = ( 1136.34, -1686.84, 755.14 ); + /* 10:08 */waypoints[200].type = "stand"; + /* 10:08 */waypoints[200].children[0] = 199; + /* 10:08 */waypoints[200].children[1] = 201; + /* 10:08 */waypoints[200].children[2] = 239; + /* 10:08 */waypoints[201] = spawnstruct(); + /* 10:08 */waypoints[201].origin = ( 876.784, -1743.06, 782.54 ); + /* 10:08 */waypoints[201].type = "stand"; + /* 10:08 */waypoints[201].children[0] = 200; + /* 10:08 */waypoints[201].children[1] = 202; + /* 10:08 */waypoints[201].children[2] = 203; + /* 10:08 */waypoints[202] = spawnstruct(); + /* 10:08 */waypoints[202].origin = ( 968.875, -1864.88, 765.722 ); + /* 10:08 */waypoints[202].type = "crouch"; + /* 10:08 */waypoints[202].children[0] = 201; + /* 10:08 */waypoints[202].angles = ( 1.42273, 150.042, 0 ); + /* 10:08 */waypoints[203] = spawnstruct(); + /* 10:08 */waypoints[203].origin = ( 582.991, -1784.64, 728.125 ); + /* 10:08 */waypoints[203].type = "stand"; + /* 10:08 */waypoints[203].children[0] = 201; + /* 10:08 */waypoints[203].children[1] = 204; + /* 10:08 */waypoints[203].children[2] = 209; + /* 10:08 */waypoints[203].children[3] = 210; + /* 10:08 */waypoints[204] = spawnstruct(); + /* 10:08 */waypoints[204].origin = ( 589.462, -1520.6, 760.125 ); + /* 10:08 */waypoints[204].type = "stand"; + /* 10:08 */waypoints[204].children[0] = 203; + /* 10:08 */waypoints[204].children[1] = 205; + /* 10:08 */waypoints[205] = spawnstruct(); + /* 10:08 */waypoints[205].origin = ( 592.368, -1248.22, 788.125 ); + /* 10:08 */waypoints[205].type = "stand"; + /* 10:08 */waypoints[205].children[0] = 204; + /* 10:08 */waypoints[205].children[1] = 206; + /* 10:08 */waypoints[205].children[2] = 207; + /* 10:08 */waypoints[205].children[3] = 245; + /* 10:08 */waypoints[206] = spawnstruct(); + /* 10:08 */waypoints[206].origin = ( 824.875, -1324.87, 809.241 ); + /* 10:08 */waypoints[206].type = "crouch"; + /* 10:08 */waypoints[206].children[0] = 205; + /* 10:08 */waypoints[206].angles = ( 6.95984, 137.226, 0 ); + /* 10:08 */waypoints[207] = spawnstruct(); + /* 10:08 */waypoints[207].origin = ( 419.507, -1228.26, 785.857 ); + /* 10:08 */waypoints[207].type = "stand"; + /* 10:08 */waypoints[207].children[0] = 205; + /* 10:08 */waypoints[207].children[1] = 208; + /* 10:08 */waypoints[207].children[2] = 231; + /* 10:08 */waypoints[208] = spawnstruct(); + /* 10:08 */waypoints[208].origin = ( 231.735, -1280.4, 788.565 ); + /* 10:08 */waypoints[208].type = "stand"; + /* 10:08 */waypoints[208].children[0] = 207; + /* 10:08 */waypoints[208].children[1] = 209; + /* 10:08 */waypoints[209] = spawnstruct(); + /* 10:08 */waypoints[209].origin = ( 218.153, -1668.43, 784.125 ); + /* 10:08 */waypoints[209].type = "stand"; + /* 10:08 */waypoints[209].children[0] = 208; + /* 10:08 */waypoints[209].children[1] = 203; + /* 10:08 */waypoints[210] = spawnstruct(); + /* 10:08 */waypoints[210].origin = ( 338.632, -1846.08, 722.266 ); + /* 10:08 */waypoints[210].type = "stand"; + /* 10:08 */waypoints[210].children[0] = 203; + /* 10:08 */waypoints[210].children[1] = 211; + /* 10:08 */waypoints[211] = spawnstruct(); + /* 10:08 */waypoints[211].origin = ( 119.561, -1828.37, 632.012 ); + /* 10:08 */waypoints[211].type = "stand"; + /* 10:08 */waypoints[211].children[0] = 210; + /* 10:08 */waypoints[211].children[1] = 212; + /* 10:08 */waypoints[211].children[2] = 233; + /* 10:08 */waypoints[211].children[3] = 236; + /* 10:08 */waypoints[211].children[4] = 234; + /* 10:08 */waypoints[211].children[5] = 295; + /* 10:08 */waypoints[212] = spawnstruct(); + /* 10:08 */waypoints[212].origin = ( -175.463, -1826.38, 625.168 ); + /* 10:08 */waypoints[212].type = "stand"; + /* 10:08 */waypoints[212].children[0] = 211; + /* 10:08 */waypoints[212].children[1] = 236; + /* 10:08 */waypoints[212].children[2] = 295; + /* 10:08 */waypoints[212].children[3] = 371; + /* 10:08 */waypoints[213] = spawnstruct(); + /* 10:08 */waypoints[213].origin = ( -733.066, -1639.29, 643.446 ); + /* 10:08 */waypoints[213].type = "stand"; + /* 10:08 */waypoints[213].children[0] = 214; + /* 10:08 */waypoints[213].children[1] = 238; + /* 10:08 */waypoints[213].children[2] = 370; + /* 10:08 */waypoints[214] = spawnstruct(); + /* 10:08 */waypoints[214].origin = ( -710.714, -1344.13, 648.873 ); + /* 10:08 */waypoints[214].type = "stand"; + /* 10:08 */waypoints[214].children[0] = 213; + /* 10:08 */waypoints[214].children[1] = 215; + /* 10:08 */waypoints[214].children[2] = 228; + /* 10:08 */waypoints[214].children[3] = 235; + /* 10:08 */waypoints[214].children[4] = 238; + /* 10:08 */waypoints[214].children[5] = 227; + /* 10:08 */waypoints[215] = spawnstruct(); + /* 10:08 */waypoints[215].origin = ( -811.481, -1275.5, 651.449 ); + /* 10:08 */waypoints[215].type = "stand"; + /* 10:08 */waypoints[215].children[0] = 214; + /* 10:08 */waypoints[215].children[1] = 33; + /* 10:08 */waypoints[215].children[2] = 217; + /* 10:08 */waypoints[215].children[3] = 227; + /* 10:08 */waypoints[215].children[4] = 226; + /* 10:08 */waypoints[215].children[5] = 34; + /* 10:08 */waypoints[216] = spawnstruct(); + /* 10:08 */waypoints[216].origin = ( -915.903, -1659.59, 642.637 ); + /* 10:08 */waypoints[216].type = "stand"; + /* 10:08 */waypoints[216].children[0] = 33; + /* 10:08 */waypoints[216].children[1] = 32; + /* 10:08 */waypoints[216].children[2] = 370; + /* 10:08 */waypoints[217] = spawnstruct(); + /* 10:08 */waypoints[217].origin = ( -928.516, -1072.99, 674.733 ); + /* 10:08 */waypoints[217].type = "stand"; + /* 10:08 */waypoints[217].children[0] = 215; + /* 10:08 */waypoints[217].children[1] = 218; + /* 10:08 */waypoints[217].children[2] = 33; + /* 10:08 */waypoints[218] = spawnstruct(); + /* 10:08 */waypoints[218].origin = ( -1039.09, -900.339, 776.422 ); + /* 10:08 */waypoints[218].type = "stand"; + /* 10:08 */waypoints[218].children[0] = 217; + /* 10:08 */waypoints[218].children[1] = 219; + /* 10:08 */waypoints[219] = spawnstruct(); + /* 10:08 */waypoints[219].origin = ( -1124.06, -611.737, 884.69 ); + /* 10:08 */waypoints[219].type = "stand"; + /* 10:08 */waypoints[219].children[0] = 218; + /* 10:08 */waypoints[219].children[1] = 220; + /* 10:08 */waypoints[219].children[2] = 273; + /* 10:08 */waypoints[220] = spawnstruct(); + /* 10:08 */waypoints[220].origin = ( -860.226, -593.448, 902.125 ); + /* 10:08 */waypoints[220].type = "stand"; + /* 10:08 */waypoints[220].children[0] = 219; + /* 10:08 */waypoints[220].children[1] = 221; + /* 10:08 */waypoints[220].children[2] = 274; + /* 10:08 */waypoints[220].children[3] = 275; + /* 10:08 */waypoints[221] = spawnstruct(); + /* 10:08 */waypoints[221].origin = ( -639.655, -521.331, 904.125 ); + /* 10:08 */waypoints[221].type = "stand"; + /* 10:08 */waypoints[221].children[0] = 220; + /* 10:08 */waypoints[221].children[1] = 222; + /* 10:08 */waypoints[221].children[2] = 273; + /* 10:08 */waypoints[221].children[3] = 274; + /* 10:08 */waypoints[222] = spawnstruct(); + /* 10:08 */waypoints[222].origin = ( -437.829, -556.728, 893.625 ); + /* 10:08 */waypoints[222].type = "stand"; + /* 10:08 */waypoints[222].children[0] = 221; + /* 10:08 */waypoints[222].children[1] = 54; + /* 10:08 */waypoints[222].children[2] = 276; + /* 10:08 */waypoints[222].children[3] = 277; + /* 10:08 */waypoints[223] = spawnstruct(); + /* 10:08 */waypoints[223].origin = ( -164.561, -471.118, 870.73 ); + /* 10:08 */waypoints[223].type = "stand"; + /* 10:08 */waypoints[223].children[0] = 53; + /* 10:08 */waypoints[223].children[1] = 224; + /* 10:08 */waypoints[223].children[2] = 252; + /* 10:08 */waypoints[223].children[3] = 269; + /* 10:08 */waypoints[224] = spawnstruct(); + /* 10:08 */waypoints[224].origin = ( -174.755, -733.204, 774.169 ); + /* 10:08 */waypoints[224].type = "stand"; + /* 10:08 */waypoints[224].children[0] = 223; + /* 10:08 */waypoints[224].children[1] = 225; + /* 10:08 */waypoints[224].children[2] = 252; + /* 10:08 */waypoints[224].children[3] = 269; + /* 10:08 */waypoints[224].children[4] = 227; + /* 10:08 */waypoints[225] = spawnstruct(); + /* 10:08 */waypoints[225].origin = ( -298.888, -917.488, 732.6 ); + /* 10:08 */waypoints[225].type = "stand"; + /* 10:08 */waypoints[225].children[0] = 224; + /* 10:08 */waypoints[225].children[1] = 226; + /* 10:08 */waypoints[225].children[2] = 229; + /* 10:08 */waypoints[225].children[3] = 230; + /* 10:08 */waypoints[225].children[4] = 227; + /* 10:08 */waypoints[226] = spawnstruct(); + /* 10:08 */waypoints[226].origin = ( -557.904, -1096.76, 684.535 ); + /* 10:08 */waypoints[226].type = "stand"; + /* 10:08 */waypoints[226].children[0] = 225; + /* 10:08 */waypoints[226].children[1] = 227; + /* 10:08 */waypoints[226].children[2] = 228; + /* 10:08 */waypoints[226].children[3] = 229; + /* 10:08 */waypoints[226].children[4] = 215; + /* 10:08 */waypoints[227] = spawnstruct(); + /* 10:08 */waypoints[227].origin = ( -745.121, -1115.79, 665.762 ); + /* 10:08 */waypoints[227].type = "stand"; + /* 10:08 */waypoints[227].children[0] = 226; + /* 10:08 */waypoints[227].children[1] = 215; + /* 10:08 */waypoints[227].children[2] = 225; + /* 10:08 */waypoints[227].children[3] = 224; + /* 10:08 */waypoints[227].children[4] = 214; + /* 10:08 */waypoints[228] = spawnstruct(); + /* 10:08 */waypoints[228].origin = ( -667.666, -1220.36, 664.861 ); + /* 10:08 */waypoints[228].type = "stand"; + /* 10:08 */waypoints[228].children[0] = 226; + /* 10:08 */waypoints[228].children[1] = 214; + /* 10:08 */waypoints[228].children[2] = 229; + /* 10:08 */waypoints[229] = spawnstruct(); + /* 10:08 */waypoints[229].origin = ( -415.495, -1108.62, 705.051 ); + /* 10:08 */waypoints[229].type = "stand"; + /* 10:08 */waypoints[229].children[0] = 225; + /* 10:08 */waypoints[229].children[1] = 228; + /* 10:08 */waypoints[229].children[2] = 226; + /* 10:08 */waypoints[229].children[3] = 230; + /* 10:08 */waypoints[230] = spawnstruct(); + /* 10:08 */waypoints[230].origin = ( -128.408, -1081.86, 748.712 ); + /* 10:08 */waypoints[230].type = "stand"; + /* 10:08 */waypoints[230].children[0] = 225; + /* 10:08 */waypoints[230].children[1] = 231; + /* 10:08 */waypoints[230].children[2] = 229; + /* 10:08 */waypoints[231] = spawnstruct(); + /* 10:08 */waypoints[231].origin = ( 114.174, -1106.44, 757.545 ); + /* 10:08 */waypoints[231].type = "stand"; + /* 10:08 */waypoints[231].children[0] = 230; + /* 10:08 */waypoints[231].children[1] = 207; + /* 10:08 */waypoints[231].children[2] = 232; + /* 10:08 */waypoints[231].children[3] = 269; + /* 10:08 */waypoints[231].children[4] = 271; + /* 10:08 */waypoints[231].children[5] = 294; + /* 10:08 */waypoints[232] = spawnstruct(); + /* 10:08 */waypoints[232].origin = ( 100.356, -1288.94, 707.707 ); + /* 10:08 */waypoints[232].type = "stand"; + /* 10:08 */waypoints[232].children[0] = 231; + /* 10:08 */waypoints[232].children[1] = 233; + /* 10:08 */waypoints[232].children[2] = 293; + /* 10:08 */waypoints[233] = spawnstruct(); + /* 10:08 */waypoints[233].origin = ( 100.314, -1445.51, 632.125 ); + /* 10:08 */waypoints[233].type = "stand"; + /* 10:08 */waypoints[233].children[0] = 232; + /* 10:08 */waypoints[233].children[1] = 234; + /* 10:08 */waypoints[233].children[2] = 211; + /* 10:08 */waypoints[233].children[3] = 236; + /* 10:08 */waypoints[233].children[4] = 295; + /* 10:08 */waypoints[234] = spawnstruct(); + /* 10:08 */waypoints[234].origin = ( -194.702, -1372.91, 638.502 ); + /* 10:08 */waypoints[234].type = "stand"; + /* 10:08 */waypoints[234].children[0] = 233; + /* 10:08 */waypoints[234].children[1] = 235; + /* 10:08 */waypoints[234].children[2] = 211; + /* 10:08 */waypoints[235] = spawnstruct(); + /* 10:08 */waypoints[235].origin = ( -481.448, -1388.63, 635.503 ); + /* 10:08 */waypoints[235].type = "stand"; + /* 10:08 */waypoints[235].children[0] = 234; + /* 10:08 */waypoints[235].children[1] = 214; + /* 10:08 */waypoints[235].children[2] = 238; + /* 10:08 */waypoints[236] = spawnstruct(); + /* 10:08 */waypoints[236].origin = ( -80.4861, -1578.55, 628.404 ); + /* 10:08 */waypoints[236].type = "stand"; + /* 10:08 */waypoints[236].children[0] = 233; + /* 10:08 */waypoints[236].children[1] = 237; + /* 10:08 */waypoints[236].children[2] = 211; + /* 10:08 */waypoints[236].children[3] = 295; + /* 10:08 */waypoints[236].children[4] = 212; + /* 10:08 */waypoints[237] = spawnstruct(); + /* 10:08 */waypoints[237].origin = ( -291.824, -1648.91, 625.125 ); + /* 10:08 */waypoints[237].type = "stand"; + /* 10:08 */waypoints[237].children[0] = 236; + /* 10:08 */waypoints[237].children[1] = 238; + /* 10:08 */waypoints[238] = spawnstruct(); + /* 10:08 */waypoints[238].origin = ( -591.093, -1524.43, 636.718 ); + /* 10:08 */waypoints[238].type = "stand"; + /* 10:08 */waypoints[238].children[0] = 237; + /* 10:08 */waypoints[238].children[1] = 213; + /* 10:08 */waypoints[238].children[2] = 214; + /* 10:08 */waypoints[238].children[3] = 235; + /* 10:08 */waypoints[239] = spawnstruct(); + /* 10:08 */waypoints[239].origin = ( 909.363, -1520.93, 849.399 ); + /* 10:08 */waypoints[239].type = "stand"; + /* 10:08 */waypoints[239].children[0] = 200; + /* 10:08 */waypoints[239].children[1] = 240; + /* 10:08 */waypoints[239].children[2] = 242; + /* 10:08 */waypoints[240] = spawnstruct(); + /* 10:08 */waypoints[240].origin = ( 778.121, -1379.66, 930.305 ); + /* 10:08 */waypoints[240].type = "stand"; + /* 10:08 */waypoints[240].children[0] = 239; + /* 10:08 */waypoints[240].children[1] = 241; + /* 10:08 */waypoints[241] = spawnstruct(); + /* 10:08 */waypoints[241].origin = ( 732.398, -1282.23, 942.096 ); + /* 10:08 */waypoints[241].type = "stand"; + /* 10:08 */waypoints[241].children[0] = 240; + /* 10:08 */waypoints[242] = spawnstruct(); + /* 10:08 */waypoints[242].origin = ( 879.505, -1227.91, 936.125 ); + /* 10:08 */waypoints[242].type = "crouch"; + /* 10:08 */waypoints[242].children[0] = 239; + /* 10:08 */waypoints[242].angles = ( 8.06396, 87.5128, 0 ); + /* 10:08 */waypoints[243] = spawnstruct(); + /* 10:08 */waypoints[243].origin = ( 1287.91, -1474.49, 725.286 ); + /* 10:08 */waypoints[243].type = "stand"; + /* 10:08 */waypoints[243].children[0] = 199; + /* 10:08 */waypoints[243].children[1] = 244; + /* 10:08 */waypoints[244] = spawnstruct(); + /* 10:08 */waypoints[244].origin = ( 1104.93, -1095.86, 767.952 ); + /* 10:08 */waypoints[244].type = "stand"; + /* 10:08 */waypoints[244].children[0] = 243; + /* 10:08 */waypoints[244].children[1] = 192; + /* 10:08 */waypoints[244].children[2] = 245; + /* 10:08 */waypoints[244].children[3] = 246; + /* 10:08 */waypoints[244].children[4] = 271; + /* 10:08 */waypoints[244].children[5] = 298; + /* 10:08 */waypoints[245] = spawnstruct(); + /* 10:08 */waypoints[245].origin = ( 768.63, -1141.84, 798.19 ); + /* 10:08 */waypoints[245].type = "stand"; + /* 10:08 */waypoints[245].children[0] = 244; + /* 10:08 */waypoints[245].children[1] = 205; + /* 10:08 */waypoints[246] = spawnstruct(); + /* 10:08 */waypoints[246].origin = ( 884.408, -798.669, 791.221 ); + /* 10:08 */waypoints[246].type = "stand"; + /* 10:08 */waypoints[246].children[0] = 244; + /* 10:08 */waypoints[246].children[1] = 247; + /* 10:08 */waypoints[247] = spawnstruct(); + /* 10:08 */waypoints[247].origin = ( 793.542, -409.903, 866.665 ); + /* 10:08 */waypoints[247].type = "stand"; + /* 10:08 */waypoints[247].children[0] = 246; + /* 10:08 */waypoints[247].children[1] = 183; + /* 10:08 */waypoints[247].children[2] = 248; + /* 10:08 */waypoints[247].children[3] = 253; + /* 10:08 */waypoints[248] = spawnstruct(); + /* 10:08 */waypoints[248].origin = ( 544.487, -457.093, 891.031 ); + /* 10:08 */waypoints[248].type = "stand"; + /* 10:08 */waypoints[248].children[0] = 247; + /* 10:08 */waypoints[248].children[1] = 249; + /* 10:08 */waypoints[249] = spawnstruct(); + /* 10:08 */waypoints[249].origin = ( 466.739, -641.468, 833.318 ); + /* 10:08 */waypoints[249].type = "stand"; + /* 10:08 */waypoints[249].children[0] = 248; + /* 10:08 */waypoints[249].children[1] = 250; + /* 10:08 */waypoints[249].children[2] = 270; + /* 10:08 */waypoints[249].children[3] = 271; + /* 10:08 */waypoints[250] = spawnstruct(); + /* 10:08 */waypoints[250].origin = ( 294.35, -457.128, 880.1 ); + /* 10:08 */waypoints[250].type = "stand"; + /* 10:08 */waypoints[250].children[0] = 249; + /* 10:08 */waypoints[250].children[1] = 251; + /* 10:08 */waypoints[250].children[2] = 252; + /* 10:08 */waypoints[251] = spawnstruct(); + /* 10:08 */waypoints[251].origin = ( 274.671, -241.147, 908.751 ); + /* 10:08 */waypoints[251].type = "stand"; + /* 10:08 */waypoints[251].children[0] = 250; + /* 10:08 */waypoints[251].children[1] = 57; + /* 10:08 */waypoints[251].children[2] = 54; + /* 10:08 */waypoints[251].children[3] = 252; + /* 10:08 */waypoints[251].children[4] = 272; + /* 10:08 */waypoints[251].children[5] = 360; + /* 10:08 */waypoints[252] = spawnstruct(); + /* 10:08 */waypoints[252].origin = ( 29.0097, -546.255, 879.016 ); + /* 10:08 */waypoints[252].type = "stand"; + /* 10:08 */waypoints[252].children[0] = 251; + /* 10:08 */waypoints[252].children[1] = 224; + /* 10:08 */waypoints[252].children[2] = 223; + /* 10:08 */waypoints[252].children[3] = 57; + /* 10:08 */waypoints[252].children[4] = 269; + /* 10:08 */waypoints[252].children[5] = 58; + /* 10:08 */waypoints[252].children[6] = 250; + /* 10:08 */waypoints[253] = spawnstruct(); + /* 10:08 */waypoints[253].origin = ( 684.521, -14.5734, 969.379 ); + /* 10:08 */waypoints[253].type = "stand"; + /* 10:08 */waypoints[253].children[0] = 247; + /* 10:08 */waypoints[253].children[1] = 254; + /* 10:08 */waypoints[254] = spawnstruct(); + /* 10:08 */waypoints[254].origin = ( 588.746, 230.42, 891.027 ); + /* 10:08 */waypoints[254].type = "stand"; + /* 10:08 */waypoints[254].children[0] = 253; + /* 10:08 */waypoints[254].children[1] = 59; + /* 10:08 */waypoints[255] = spawnstruct(); + /* 10:08 */waypoints[255].origin = ( 279.696, 354.495, 918.693 ); + /* 10:08 */waypoints[255].type = "stand"; + /* 10:08 */waypoints[255].children[0] = 58; + /* 10:08 */waypoints[255].children[1] = 256; + /* 10:08 */waypoints[255].children[2] = 339; + /* 10:08 */waypoints[256] = spawnstruct(); + /* 10:08 */waypoints[256].origin = ( 214.33, 611.194, 925.301 ); + /* 10:08 */waypoints[256].type = "stand"; + /* 10:08 */waypoints[256].children[0] = 255; + /* 10:08 */waypoints[256].children[1] = 257; + /* 10:08 */waypoints[256].children[2] = 258; + /* 10:08 */waypoints[256].children[3] = 358; + /* 10:08 */waypoints[256].children[4] = 359; + /* 10:08 */waypoints[257] = spawnstruct(); + /* 10:08 */waypoints[257].origin = ( 154.441, 845.511, 912.965 ); + /* 10:08 */waypoints[257].type = "stand"; + /* 10:08 */waypoints[257].children[0] = 256; + /* 10:08 */waypoints[257].children[1] = 259; + /* 10:08 */waypoints[257].children[2] = 266; + /* 10:08 */waypoints[257].children[3] = 265; + /* 10:08 */waypoints[257].children[4] = 322; + /* 10:08 */waypoints[257].children[5] = 267; + /* 10:08 */waypoints[258] = spawnstruct(); + /* 10:08 */waypoints[258].origin = ( 26.655, 635.709, 945.088 ); + /* 10:08 */waypoints[258].type = "crouch"; + /* 10:08 */waypoints[258].children[0] = 256; + /* 10:08 */waypoints[258].angles = ( 5.0592, 21.3751, 0 ); + /* 10:08 */waypoints[259] = spawnstruct(); + /* 10:08 */waypoints[259].origin = ( -168.076, 961.953, 931.92 ); + /* 10:08 */waypoints[259].type = "stand"; + /* 10:08 */waypoints[259].children[0] = 257; + /* 10:08 */waypoints[259].children[1] = 260; + /* 10:08 */waypoints[259].children[2] = 265; + /* 10:08 */waypoints[259].children[3] = 322; + /* 10:08 */waypoints[260] = spawnstruct(); + /* 10:08 */waypoints[260].origin = ( -410.206, 1253.08, 975.228 ); + /* 10:08 */waypoints[260].type = "stand"; + /* 10:08 */waypoints[260].children[0] = 259; + /* 10:08 */waypoints[260].children[1] = 261; + /* 10:08 */waypoints[260].children[2] = 166; + /* 10:08 */waypoints[260].children[3] = 265; + /* 10:08 */waypoints[261] = spawnstruct(); + /* 10:08 */waypoints[261].origin = ( -591.043, 1110.94, 998.107 ); + /* 10:08 */waypoints[261].type = "stand"; + /* 10:08 */waypoints[261].children[0] = 260; + /* 10:08 */waypoints[261].children[1] = 166; + /* 10:08 */waypoints[261].children[2] = 262; + /* 10:08 */waypoints[261].children[3] = 324; + /* 10:08 */waypoints[261].children[4] = 357; + /* 10:08 */waypoints[262] = spawnstruct(); + /* 10:08 */waypoints[262].origin = ( -713.759, 1564.35, 1085.04 ); + /* 10:08 */waypoints[262].type = "stand"; + /* 10:08 */waypoints[262].children[0] = 261; + /* 10:08 */waypoints[262].children[1] = 263; + /* 10:08 */waypoints[263] = spawnstruct(); + /* 10:08 */waypoints[263].origin = ( -792.372, 1627.33, 1105.64 ); + /* 10:08 */waypoints[263].type = "stand"; + /* 10:08 */waypoints[263].children[0] = 262; + /* 10:08 */waypoints[263].children[1] = 144; + /* 10:08 */waypoints[263].children[2] = 146; + /* 10:08 */waypoints[263].children[3] = 264; + /* 10:08 */waypoints[264] = spawnstruct(); + /* 10:08 */waypoints[264].origin = ( -836.989, 1978.34, 1124.06 ); + /* 10:08 */waypoints[264].type = "stand"; + /* 10:08 */waypoints[264].children[0] = 263; + /* 10:08 */waypoints[264].children[1] = 119; + /* 10:08 */waypoints[264].children[2] = 144; + /* 10:08 */waypoints[265] = spawnstruct(); + /* 10:08 */waypoints[265].origin = ( -340.324, 1317.95, 977.965 ); + /* 10:08 */waypoints[265].type = "stand"; + /* 10:08 */waypoints[265].children[0] = 91; + /* 10:08 */waypoints[265].children[1] = 260; + /* 10:08 */waypoints[265].children[2] = 259; + /* 10:08 */waypoints[265].children[3] = 266; + /* 10:08 */waypoints[265].children[4] = 279; + /* 10:08 */waypoints[265].children[5] = 257; + /* 10:08 */waypoints[265].children[6] = 322; + /* 10:08 */waypoints[266] = spawnstruct(); + /* 10:08 */waypoints[266].origin = ( 307.043, 1151.43, 940.845 ); + /* 10:08 */waypoints[266].type = "stand"; + /* 10:08 */waypoints[266].children[0] = 265; + /* 10:08 */waypoints[266].children[1] = 257; + /* 10:08 */waypoints[266].children[2] = 267; + /* 10:08 */waypoints[266].children[3] = 299; + /* 10:08 */waypoints[266].children[4] = 322; + /* 10:08 */waypoints[267] = spawnstruct(); + /* 10:08 */waypoints[267].origin = ( 479.198, 1189, 943.706 ); + /* 10:08 */waypoints[267].type = "stand"; + /* 10:08 */waypoints[267].children[0] = 266; + /* 10:08 */waypoints[267].children[1] = 268; + /* 10:08 */waypoints[267].children[2] = 299; + /* 10:08 */waypoints[267].children[3] = 257; + /* 10:08 */waypoints[268] = spawnstruct(); + /* 10:08 */waypoints[268].origin = ( 518.976, 1355.75, 985.271 ); + /* 10:08 */waypoints[268].type = "stand"; + /* 10:08 */waypoints[268].children[0] = 267; + /* 10:08 */waypoints[268].children[1] = 75; + /* 10:08 */waypoints[268].children[2] = 86; + /* 10:08 */waypoints[268].children[3] = 89; + /* 10:08 */waypoints[269] = spawnstruct(); + /* 10:08 */waypoints[269].origin = ( 64.0706, -887.393, 798.81 ); + /* 10:08 */waypoints[269].type = "stand"; + /* 10:08 */waypoints[269].children[0] = 224; + /* 10:08 */waypoints[269].children[1] = 231; + /* 10:08 */waypoints[269].children[2] = 270; + /* 10:08 */waypoints[269].children[3] = 252; + /* 10:08 */waypoints[269].children[4] = 223; + /* 10:08 */waypoints[270] = spawnstruct(); + /* 10:08 */waypoints[270].origin = ( 325.89, -812.995, 826.946 ); + /* 10:08 */waypoints[270].type = "stand"; + /* 10:08 */waypoints[270].children[0] = 269; + /* 10:08 */waypoints[270].children[1] = 249; + /* 10:08 */waypoints[271] = spawnstruct(); + /* 10:08 */waypoints[271].origin = ( 623.769, -934.739, 784.681 ); + /* 10:08 */waypoints[271].type = "stand"; + /* 10:08 */waypoints[271].children[0] = 249; + /* 10:08 */waypoints[271].children[1] = 244; + /* 10:08 */waypoints[271].children[2] = 231; + /* 10:08 */waypoints[272] = spawnstruct(); + /* 10:08 */waypoints[272].origin = ( 412.084, -223.239, 907.858 ); + /* 10:08 */waypoints[272].type = "crouch"; + /* 10:08 */waypoints[272].children[0] = 251; + /* 10:08 */waypoints[272].angles = ( 5.85022, 156.913, 0 ); + /* 10:08 */waypoints[273] = spawnstruct(); + /* 10:08 */waypoints[273].origin = ( -1218.45, -300.293, 904.936 ); + /* 10:08 */waypoints[273].type = "stand"; + /* 10:08 */waypoints[273].children[0] = 44; + /* 10:08 */waypoints[273].children[1] = 219; + /* 10:08 */waypoints[273].children[2] = 221; + /* 10:08 */waypoints[273].children[3] = 274; + /* 10:08 */waypoints[274] = spawnstruct(); + /* 10:08 */waypoints[274].origin = ( -942.805, -435.599, 892.66 ); + /* 10:08 */waypoints[274].type = "stand"; + /* 10:08 */waypoints[274].children[0] = 51; + /* 10:08 */waypoints[274].children[1] = 221; + /* 10:08 */waypoints[274].children[2] = 273; + /* 10:08 */waypoints[274].children[3] = 220; + /* 10:08 */waypoints[275] = spawnstruct(); + /* 10:08 */waypoints[275].origin = ( -934.423, -878.906, 891.729 ); + /* 10:08 */waypoints[275].type = "stand"; + /* 10:08 */waypoints[275].children[0] = 220; + /* 10:08 */waypoints[275].children[1] = 276; + /* 10:08 */waypoints[276] = spawnstruct(); + /* 10:08 */waypoints[276].origin = ( -757.1, -931.844, 889.877 ); + /* 10:08 */waypoints[276].type = "stand"; + /* 10:08 */waypoints[276].children[0] = 275; + /* 10:08 */waypoints[276].children[1] = 222; + /* 10:08 */waypoints[276].children[2] = 277; + /* 10:08 */waypoints[277] = spawnstruct(); + /* 10:08 */waypoints[277].origin = ( -357.011, -717.488, 889.601 ); + /* 10:08 */waypoints[277].type = "stand"; + /* 10:08 */waypoints[277].children[0] = 276; + /* 10:08 */waypoints[277].children[1] = 222; + /* 10:08 */waypoints[278] = spawnstruct(); + /* 10:08 */waypoints[278].origin = ( -508.582, 1661.08, 1045.85 ); + /* 10:08 */waypoints[278].type = "stand"; + /* 10:08 */waypoints[278].children[0] = 115; + /* 10:08 */waypoints[278].children[1] = 279; + /* 10:08 */waypoints[278].children[2] = 281; + /* 10:08 */waypoints[278].children[3] = 92; + /* 10:08 */waypoints[279] = spawnstruct(); + /* 10:08 */waypoints[279].origin = ( -377.552, 1478.36, 1014.29 ); + /* 10:08 */waypoints[279].type = "stand"; + /* 10:08 */waypoints[279].children[0] = 278; + /* 10:08 */waypoints[279].children[1] = 265; + /* 10:08 */waypoints[279].children[2] = 322; + /* 10:08 */waypoints[280] = spawnstruct(); + /* 10:08 */waypoints[280].origin = ( -632.5, 1927.82, 1088.76 ); + /* 10:08 */waypoints[280].type = "stand"; + /* 10:08 */waypoints[280].children[0] = 118; + /* 10:08 */waypoints[280].children[1] = 281; + /* 10:08 */waypoints[280].children[2] = 116; + /* 10:08 */waypoints[280].children[3] = 117; + /* 10:08 */waypoints[281] = spawnstruct(); + /* 10:08 */waypoints[281].origin = ( -624.301, 1724.73, 1063.14 ); + /* 10:08 */waypoints[281].type = "stand"; + /* 10:08 */waypoints[281].children[0] = 280; + /* 10:08 */waypoints[281].children[1] = 278; + /* 10:08 */waypoints[281].children[2] = 91; + /* 10:08 */waypoints[281].children[3] = 115; + /* 10:08 */waypoints[281].children[4] = 92; + /* 10:08 */waypoints[282] = spawnstruct(); + /* 10:08 */waypoints[282].origin = ( -16.3969, 2452.31, 1150.13 ); + /* 10:08 */waypoints[282].type = "stand"; + /* 10:08 */waypoints[282].children[0] = 2; + /* 10:08 */waypoints[282].children[1] = 98; + /* 10:08 */waypoints[282].children[2] = 5; + /* 10:08 */waypoints[283] = spawnstruct(); + /* 10:08 */waypoints[283].origin = ( 391.171, 2783.04, 1146.12 ); + /* 10:08 */waypoints[283].type = "stand"; + /* 10:08 */waypoints[283].children[0] = 80; + /* 10:08 */waypoints[283].children[1] = 284; + /* 10:08 */waypoints[283].children[2] = 5; + /* 10:08 */waypoints[284] = spawnstruct(); + /* 10:08 */waypoints[284].origin = ( 273.123, 2902.17, 1146.12 ); + /* 10:08 */waypoints[284].type = "stand"; + /* 10:08 */waypoints[284].children[0] = 283; + /* 10:08 */waypoints[284].children[1] = 285; + /* 10:08 */waypoints[285] = spawnstruct(); + /* 10:08 */waypoints[285].origin = ( 32.0561, 2844.69, 1146.03 ); + /* 10:08 */waypoints[285].type = "stand"; + /* 10:08 */waypoints[285].children[0] = 284; + /* 10:08 */waypoints[285].children[1] = 3; + /* 10:08 */waypoints[285].children[2] = 286; + /* 10:08 */waypoints[286] = spawnstruct(); + /* 10:08 */waypoints[286].origin = ( 28.0411, 2665.81, 1146.19 ); + /* 10:08 */waypoints[286].type = "stand"; + /* 10:08 */waypoints[286].children[0] = 285; + /* 10:08 */waypoints[286].children[1] = 3; + /* 10:08 */waypoints[286].children[2] = 2; + /* 10:08 */waypoints[287] = spawnstruct(); + /* 10:08 */waypoints[287].origin = ( 261.871, 2846.52, 1063.55 ); + /* 10:08 */waypoints[287].type = "crouch"; + /* 10:08 */waypoints[287].children[0] = 4; + /* 10:08 */waypoints[287].angles = ( 0.626221, -92.4597, 0 ); + /* 10:08 */waypoints[288] = spawnstruct(); + /* 10:08 */waypoints[288].origin = ( 134.278, 2831.66, 1061.62 ); + /* 10:08 */waypoints[288].type = "crouch"; + /* 10:08 */waypoints[288].children[0] = 5; + /* 10:08 */waypoints[288].angles = ( 6.32263, -51.3269, 0 ); + /* 10:08 */waypoints[289] = spawnstruct(); + /* 10:08 */waypoints[289].origin = ( -1020.77, 2524.32, 1154.74 ); + /* 10:08 */waypoints[289].type = "stand"; + /* 10:08 */waypoints[289].children[0] = 8; + /* 10:08 */waypoints[289].children[1] = 120; + /* 10:08 */waypoints[290] = spawnstruct(); + /* 10:08 */waypoints[290].origin = ( -1992.54, 658.999, 1067.71 ); + /* 10:08 */waypoints[290].type = "climb"; + /* 10:08 */waypoints[290].children[0] = 21; + /* 10:08 */waypoints[290].children[1] = 154; + /* 10:08 */waypoints[290].angles = ( 1.10962, 59.9537, 0 ); + /* 10:08 */waypoints[291] = spawnstruct(); + /* 10:08 */waypoints[291].origin = ( -2194.36, 770.411, 1067.66 ); + /* 10:08 */waypoints[291].type = "climb"; + /* 10:08 */waypoints[291].children[0] = 20; + /* 10:08 */waypoints[291].children[1] = 152; + /* 10:08 */waypoints[291].children[2] = 153; + /* 10:08 */waypoints[291].children[3] = 151; + /* 10:08 */waypoints[291].angles = ( 7.27844, 60.4316, 0 ); + /* 10:08 */waypoints[292] = spawnstruct(); + /* 10:08 */waypoints[292].origin = ( -2069.29, 1039.47, 1102.41 ); + /* 10:08 */waypoints[292].type = "climb"; + /* 10:08 */waypoints[292].children[0] = 152; + /* 10:08 */waypoints[292].children[1] = 154; + /* 10:08 */waypoints[292].angles = ( 7.75085, 60.9095, 0 ); + /* 10:08 */waypoints[293] = spawnstruct(); + /* 10:08 */waypoints[293].origin = ( 107.128, -1343.13, 656.497 ); + /* 10:08 */waypoints[293].type = "climb"; + /* 10:08 */waypoints[293].children[0] = 232; + /* 10:08 */waypoints[293].angles = ( 3.19153, 91.6108, 0 ); + /* 10:08 */waypoints[294] = spawnstruct(); + /* 10:08 */waypoints[294].origin = ( 105.82, -1273.12, 708.125 ); + /* 10:08 */waypoints[294].type = "climb"; + /* 10:08 */waypoints[294].children[0] = 231; + /* 10:08 */waypoints[294].angles = ( 4.93286, 88.1336, 0 ); + /* 10:08 */waypoints[295] = spawnstruct(); + /* 10:08 */waypoints[295].origin = ( 44.0444, -1580.44, 632.099 ); + /* 10:08 */waypoints[295].type = "stand"; + /* 10:08 */waypoints[295].children[0] = 211; + /* 10:08 */waypoints[295].children[1] = 236; + /* 10:08 */waypoints[295].children[2] = 212; + /* 10:08 */waypoints[295].children[3] = 233; + /* 10:08 */waypoints[296] = spawnstruct(); + /* 10:08 */waypoints[296].origin = ( 990.547, -410.847, 847.835 ); + /* 10:08 */waypoints[296].type = "stand"; + /* 10:08 */waypoints[296].children[0] = 188; + /* 10:08 */waypoints[296].children[1] = 297; + /* 10:08 */waypoints[297] = spawnstruct(); + /* 10:08 */waypoints[297].origin = ( 1022.68, -641.33, 816.642 ); + /* 10:08 */waypoints[297].type = "stand"; + /* 10:08 */waypoints[297].children[0] = 296; + /* 10:08 */waypoints[297].children[1] = 191; + /* 10:08 */waypoints[297].children[2] = 192; + /* 10:08 */waypoints[298] = spawnstruct(); + /* 10:08 */waypoints[298].origin = ( 802.5, 395.803, 944.342 ); + /* 10:08 */waypoints[298].type = "stand"; + /* 10:08 */waypoints[298].children[0] = 244; + /* 10:08 */waypoints[298].children[1] = 63; + /* 10:08 */waypoints[298].children[2] = 60; + /* 10:08 */waypoints[299] = spawnstruct(); + /* 10:08 */waypoints[299].origin = ( 440.159, 629.287, 885.494 ); + /* 10:08 */waypoints[299].type = "stand"; + /* 10:08 */waypoints[299].children[0] = 59; + /* 10:08 */waypoints[299].children[1] = 267; + /* 10:08 */waypoints[299].children[2] = 266; + /* 10:08 */waypoints[299].children[3] = 359; + /* 10:08 */waypoints[300] = spawnstruct(); + /* 10:08 */waypoints[300].origin = ( -975.743, 2346.35, 1143.62 ); + /* 10:08 */waypoints[300].type = "claymore"; + /* 10:08 */waypoints[300].children[0] = 120; + /* 10:08 */waypoints[300].angles = ( 41.8073, -130.398, 0 ); + /* 10:08 */waypoints[301] = spawnstruct(); + /* 10:08 */waypoints[301].origin = ( -1180.48, 2153.82, 1154.77 ); + /* 10:08 */waypoints[301].type = "claymore"; + /* 10:08 */waypoints[301].children[0] = 302; + /* 10:08 */waypoints[301].angles = ( 44.021, 154.082, 0 ); + /* 10:08 */waypoints[302] = spawnstruct(); + /* 10:08 */waypoints[302].origin = ( -1370.63, 2069.34, 1153.63 ); + /* 10:08 */waypoints[302].type = "stand"; + /* 10:08 */waypoints[302].children[0] = 301; + /* 10:08 */waypoints[302].children[1] = 121; + /* 10:08 */waypoints[302].children[2] = 127; + /* 10:08 */waypoints[302].children[3] = 304; + /* 10:08 */waypoints[303] = spawnstruct(); + /* 10:08 */waypoints[303].origin = ( -1423.06, 1732.52, 1161.63 ); + /* 10:08 */waypoints[303].type = "stand"; + /* 10:08 */waypoints[303].children[0] = 126; + /* 10:08 */waypoints[303].children[1] = 138; + /* 10:08 */waypoints[303].children[2] = 127; + /* 10:08 */waypoints[303].children[3] = 305; + /* 10:08 */waypoints[303].children[4] = 307; + /* 10:08 */waypoints[303].children[5] = 308; + /* 10:08 */waypoints[304] = spawnstruct(); + /* 10:08 */waypoints[304].origin = ( -1305.63, 1980.77, 1153.63 ); + /* 10:08 */waypoints[304].type = "claymore"; + /* 10:08 */waypoints[304].children[0] = 302; + /* 10:08 */waypoints[304].children[1] = 121; + /* 10:08 */waypoints[304].angles = ( 43.7024, 148.435, 0 ); + /* 10:08 */waypoints[305] = spawnstruct(); + /* 10:08 */waypoints[305].origin = ( -1600.97, 1643.01, 1161.63 ); + /* 10:08 */waypoints[305].type = "claymore"; + /* 10:08 */waypoints[305].children[0] = 126; + /* 10:08 */waypoints[305].children[1] = 303; + /* 10:08 */waypoints[305].children[2] = 138; + /* 10:08 */waypoints[305].angles = ( 23.7677, -29.7691, 0 ); + /* 10:08 */waypoints[306] = spawnstruct(); + /* 10:08 */waypoints[306].origin = ( -1523.02, 1268.36, 1161.63 ); + /* 10:08 */waypoints[306].type = "claymore"; + /* 10:08 */waypoints[306].children[0] = 141; + /* 10:08 */waypoints[306].children[1] = 140; + /* 10:08 */waypoints[306].children[2] = 307; + /* 10:08 */waypoints[306].children[3] = 314; + /* 10:08 */waypoints[306].angles = ( 46.0754, 59.363, 0 ); + /* 10:08 */waypoints[307] = spawnstruct(); + /* 10:08 */waypoints[307].origin = ( -1327.43, 1467.14, 1161.63 ); + /* 10:08 */waypoints[307].type = "stand"; + /* 10:08 */waypoints[307].children[0] = 141; + /* 10:08 */waypoints[307].children[1] = 306; + /* 10:08 */waypoints[307].children[2] = 138; + /* 10:08 */waypoints[307].children[3] = 303; + /* 10:08 */waypoints[308] = spawnstruct(); + /* 10:08 */waypoints[308].origin = ( -1608.16, 1449.52, 1161.63 ); + /* 10:08 */waypoints[308].type = "stand"; + /* 10:08 */waypoints[308].children[0] = 303; + /* 10:08 */waypoints[308].children[1] = 161; + /* 10:08 */waypoints[308].children[2] = 309; + /* 10:08 */waypoints[308].children[3] = 310; + /* 10:08 */waypoints[308].children[4] = 311; + /* 10:08 */waypoints[308].children[5] = 312; + /* 10:08 */waypoints[308].children[6] = 313; + /* 10:08 */waypoints[308].children[7] = 314; + /* 10:08 */waypoints[309] = spawnstruct(); + /* 10:08 */waypoints[309].origin = ( -1465.16, 1491.84, 1161.63 ); + /* 10:08 */waypoints[309].type = "claymore"; + /* 10:08 */waypoints[309].children[0] = 308; + /* 10:08 */waypoints[309].angles = ( 34.0509, -162.039, 0 ); + /* 10:08 */waypoints[310] = spawnstruct(); + /* 10:08 */waypoints[310].origin = ( -1821.94, 1679.81, 1161.63 ); + /* 10:08 */waypoints[310].type = "crouch"; + /* 10:08 */waypoints[310].children[0] = 308; + /* 10:08 */waypoints[310].angles = ( 6.36536, -65.4747, 0 ); + /* 10:08 */waypoints[311] = spawnstruct(); + /* 10:08 */waypoints[311].origin = ( -1932.75, 1480.82, 1161.63 ); + /* 10:08 */waypoints[311].type = "crouch"; + /* 10:08 */waypoints[311].children[0] = 308; + /* 10:08 */waypoints[311].angles = ( 3.20129, 1.76717, 0 ); + /* 10:08 */waypoints[312] = spawnstruct(); + /* 10:08 */waypoints[312].origin = ( -1796.37, 1370.14, 1161.63 ); + /* 10:08 */waypoints[312].type = "claymore"; + /* 10:08 */waypoints[312].children[0] = 308; + /* 10:08 */waypoints[312].angles = ( 44.021, -24.9736, 0 ); + /* 10:08 */waypoints[313] = spawnstruct(); + /* 10:08 */waypoints[313].origin = ( -1625.22, 1278.05, 1161.63 ); + /* 10:08 */waypoints[313].type = "claymore"; + /* 10:08 */waypoints[313].children[0] = 308; + /* 10:08 */waypoints[313].angles = ( 36.7426, 150.225, 0 ); + /* 10:08 */waypoints[314] = spawnstruct(); + /* 10:08 */waypoints[314].origin = ( -1475.45, 1317.1, 1161.63 ); + /* 10:08 */waypoints[314].type = "stand"; + /* 10:08 */waypoints[314].children[0] = 308; + /* 10:08 */waypoints[314].children[1] = 306; + /* 10:08 */waypoints[314].children[2] = 140; + /* 10:08 */waypoints[314].children[3] = 141; + /* 10:08 */waypoints[314].children[4] = 315; + /* 10:08 */waypoints[315] = spawnstruct(); + /* 10:08 */waypoints[315].origin = ( -1838.47, 1331.26, 1129.63 ); + /* 10:08 */waypoints[315].type = "climb"; + /* 10:08 */waypoints[315].children[0] = 314; + /* 10:08 */waypoints[315].children[1] = 161; + /* 10:08 */waypoints[315].children[2] = 164; + /* 10:08 */waypoints[315].children[3] = 162; + /* 10:08 */waypoints[315].angles = ( -3.68713, 61.2746, 0 ); + /* 10:08 */waypoints[316] = spawnstruct(); + /* 10:08 */waypoints[316].origin = ( -1888.3, 1652.32, 1149.18 ); + /* 10:08 */waypoints[316].type = "crouch"; + /* 10:08 */waypoints[316].children[0] = 14; + /* 10:08 */waypoints[316].angles = ( 8.09021, -163.896, 0 ); + /* 10:08 */waypoints[317] = spawnstruct(); + /* 10:08 */waypoints[317].origin = ( -1992.76, 1511.19, 1126.57 ); + /* 10:08 */waypoints[317].type = "claymore"; + /* 10:08 */waypoints[317].children[0] = 163; + /* 10:08 */waypoints[317].children[1] = 14; + /* 10:08 */waypoints[317].angles = ( 28.0249, -118.956, 0 ); + /* 10:08 */waypoints[318] = spawnstruct(); + /* 10:08 */waypoints[318].origin = ( -2247.4, 1205.75, 1124.62 ); + /* 10:08 */waypoints[318].type = "claymore"; + /* 10:08 */waypoints[318].children[0] = 163; + /* 10:08 */waypoints[318].children[1] = 17; + /* 10:08 */waypoints[318].angles = ( 53.3429, 155.806, 0 ); + /* 10:08 */waypoints[319] = spawnstruct(); + /* 10:08 */waypoints[319].origin = ( 875.097, 300.684, 942.825 ); + /* 10:08 */waypoints[319].type = "claymore"; + /* 10:08 */waypoints[319].children[0] = 61; + /* 10:08 */waypoints[319].children[1] = 60; + /* 10:08 */waypoints[319].angles = ( 37.3798, 10.8199, 0 ); + /* 10:08 */waypoints[320] = spawnstruct(); + /* 10:08 */waypoints[320].origin = ( 771, 928.812, 952.63 ); + /* 10:08 */waypoints[320].type = "claymore"; + /* 10:08 */waypoints[320].children[0] = 71; + /* 10:08 */waypoints[320].children[1] = 321; + /* 10:08 */waypoints[320].angles = ( 49.245, -1.03984, 0 ); + /* 10:08 */waypoints[321] = spawnstruct(); + /* 10:08 */waypoints[321].origin = ( 850.344, 911.985, 951.827 ); + /* 10:08 */waypoints[321].type = "stand"; + /* 10:08 */waypoints[321].children[0] = 320; + /* 10:08 */waypoints[321].children[1] = 64; + /* 10:08 */waypoints[321].children[2] = 63; + /* 10:08 */waypoints[322] = spawnstruct(); + /* 10:08 */waypoints[322].origin = ( -71.0127, 1196.34, 950.475 ); + /* 10:08 */waypoints[322].type = "stand"; + /* 10:08 */waypoints[322].children[0] = 89; + /* 10:08 */waypoints[322].children[1] = 265; + /* 10:08 */waypoints[322].children[2] = 259; + /* 10:08 */waypoints[322].children[3] = 257; + /* 10:08 */waypoints[322].children[4] = 90; + /* 10:08 */waypoints[322].children[5] = 279; + /* 10:08 */waypoints[322].children[6] = 266; + /* 10:08 */waypoints[323] = spawnstruct(); + /* 10:08 */waypoints[323].origin = ( -215.531, 2489.64, 1144.78 ); + /* 10:08 */waypoints[323].type = "claymore"; + /* 10:08 */waypoints[323].children[0] = 1; + /* 10:08 */waypoints[323].children[1] = 2; + /* 10:08 */waypoints[323].angles = ( 42.439, -164.011, 0 ); + /* 10:08 */waypoints[324] = spawnstruct(); + /* 10:08 */waypoints[324].origin = ( -593.699, 1047.78, 1007.98 ); + /* 10:08 */waypoints[324].type = "claymore"; + /* 10:08 */waypoints[324].children[0] = 166; + /* 10:08 */waypoints[324].children[1] = 261; + /* 10:08 */waypoints[324].angles = ( 16.8079, 158.8, 0 ); + /* 10:08 */waypoints[325] = spawnstruct(); + /* 10:08 */waypoints[325].origin = ( -634.662, 747.033, 1081.64 ); + /* 10:08 */waypoints[325].type = "stand"; + /* 10:08 */waypoints[325].children[0] = 167; + /* 10:08 */waypoints[325].children[1] = 326; + /* 10:08 */waypoints[325].children[2] = 327; + /* 10:08 */waypoints[325].children[3] = 331; + /* 10:08 */waypoints[325].children[4] = 332; + /* 10:08 */waypoints[325].children[5] = 333; + /* 10:08 */waypoints[325].children[6] = 355; + /* 10:08 */waypoints[326] = spawnstruct(); + /* 10:08 */waypoints[326].origin = ( -325.415, 789.592, 1082.55 ); + /* 10:08 */waypoints[326].type = "crouch"; + /* 10:08 */waypoints[326].children[0] = 325; + /* 10:08 */waypoints[326].angles = ( 7.78809, 54.4796, 0 ); + /* 10:08 */waypoints[327] = spawnstruct(); + /* 10:08 */waypoints[327].origin = ( -800.549, 494.493, 1085.5 ); + /* 10:08 */waypoints[327].type = "stand"; + /* 10:08 */waypoints[327].children[0] = 325; + /* 10:08 */waypoints[327].children[1] = 328; + /* 10:08 */waypoints[328] = spawnstruct(); + /* 10:08 */waypoints[328].origin = ( -1007.76, 592.908, 1084.09 ); + /* 10:08 */waypoints[328].type = "stand"; + /* 10:08 */waypoints[328].children[0] = 327; + /* 10:08 */waypoints[328].children[1] = 169; + /* 10:08 */waypoints[329] = spawnstruct(); + /* 10:08 */waypoints[329].origin = ( -912.719, 408.631, 1088.13 ); + /* 10:08 */waypoints[329].type = "stand"; + /* 10:08 */waypoints[329].children[0] = 169; + /* 10:08 */waypoints[329].children[1] = 330; + /* 10:08 */waypoints[330] = spawnstruct(); + /* 10:08 */waypoints[330].origin = ( -474.212, 243.646, 1088.13 ); + /* 10:08 */waypoints[330].type = "stand"; + /* 10:08 */waypoints[330].children[0] = 329; + /* 10:08 */waypoints[330].children[1] = 331; + /* 10:08 */waypoints[330].children[2] = 336; + /* 10:08 */waypoints[330].children[3] = 335; + /* 10:08 */waypoints[331] = spawnstruct(); + /* 10:08 */waypoints[331].origin = ( -347.357, 465.09, 1088.87 ); + /* 10:08 */waypoints[331].type = "stand"; + /* 10:08 */waypoints[331].children[0] = 330; + /* 10:08 */waypoints[331].children[1] = 325; + /* 10:08 */waypoints[331].children[2] = 334; + /* 10:08 */waypoints[331].children[3] = 335; + /* 10:08 */waypoints[332] = spawnstruct(); + /* 10:08 */waypoints[332].origin = ( -309.003, 610.864, 1085.44 ); + /* 10:08 */waypoints[332].type = "stand"; + /* 10:08 */waypoints[332].children[0] = 325; + /* 10:08 */waypoints[332].children[1] = 334; + /* 10:08 */waypoints[333] = spawnstruct(); + /* 10:08 */waypoints[333].origin = ( -692.584, 474.152, 1090.19 ); + /* 10:08 */waypoints[333].type = "crouch"; + /* 10:08 */waypoints[333].children[0] = 325; + /* 10:08 */waypoints[333].angles = ( 5.57434, 121.37, 0 ); + /* 10:08 */waypoints[334] = spawnstruct(); + /* 10:08 */waypoints[334].origin = ( -445.921, 417.321, 1089.08 ); + /* 10:08 */waypoints[334].type = "claymore"; + /* 10:08 */waypoints[334].children[0] = 331; + /* 10:08 */waypoints[334].children[1] = 332; + /* 10:08 */waypoints[334].angles = ( 24.8773, 62.0437, 0 ); + /* 10:08 */waypoints[335] = spawnstruct(); + /* 10:08 */waypoints[335].origin = ( -2.6107, 478.492, 1087.31 ); + /* 10:08 */waypoints[335].type = "stand"; + /* 10:08 */waypoints[335].children[0] = 331; + /* 10:08 */waypoints[335].children[1] = 336; + /* 10:08 */waypoints[335].children[2] = 330; + /* 10:08 */waypoints[336] = spawnstruct(); + /* 10:08 */waypoints[336].origin = ( -186.573, 203.201, 1102.2 ); + /* 10:08 */waypoints[336].type = "stand"; + /* 10:08 */waypoints[336].children[0] = 335; + /* 10:08 */waypoints[336].children[1] = 330; + /* 10:08 */waypoints[336].children[2] = 337; + /* 10:08 */waypoints[336].children[3] = 340; + /* 10:08 */waypoints[337] = spawnstruct(); + /* 10:08 */waypoints[337].origin = ( -265.736, 64.5861, 1100.4 ); + /* 10:08 */waypoints[337].type = "stand"; + /* 10:08 */waypoints[337].children[0] = 336; + /* 10:08 */waypoints[337].children[1] = 338; + /* 10:08 */waypoints[337].children[2] = 341; + /* 10:08 */waypoints[338] = spawnstruct(); + /* 10:08 */waypoints[338].origin = ( -99.2583, 18.6311, 1088.08 ); + /* 10:08 */waypoints[338].type = "stand"; + /* 10:08 */waypoints[338].children[0] = 337; + /* 10:08 */waypoints[338].children[1] = 339; + /* 10:08 */waypoints[338].children[2] = 340; + /* 10:08 */waypoints[339] = spawnstruct(); + /* 10:08 */waypoints[339].origin = ( 139.022, 83.5485, 1040.13 ); + /* 10:08 */waypoints[339].type = "stand"; + /* 10:08 */waypoints[339].children[0] = 338; + /* 10:08 */waypoints[339].children[1] = 255; + /* 10:08 */waypoints[339].children[2] = 340; + /* 10:08 */waypoints[340] = spawnstruct(); + /* 10:08 */waypoints[340].origin = ( -20.1956, 38.4817, 1073.94 ); + /* 10:08 */waypoints[340].type = "stand"; + /* 10:08 */waypoints[340].children[0] = 336; + /* 10:08 */waypoints[340].children[1] = 339; + /* 10:08 */waypoints[340].children[2] = 338; + /* 10:08 */waypoints[341] = spawnstruct(); + /* 10:08 */waypoints[341].origin = ( -575.604, 106.362, 1088.13 ); + /* 10:08 */waypoints[341].type = "stand"; + /* 10:08 */waypoints[341].children[0] = 337; + /* 10:08 */waypoints[341].children[1] = 342; + /* 10:08 */waypoints[341].children[2] = 343; + /* 10:08 */waypoints[341].children[3] = 347; + /* 10:08 */waypoints[342] = spawnstruct(); + /* 10:08 */waypoints[342].origin = ( -944.29, 303.374, 960.125 ); + /* 10:08 */waypoints[342].type = "stand"; + /* 10:08 */waypoints[342].children[0] = 341; + /* 10:08 */waypoints[342].children[1] = 46; + /* 10:08 */waypoints[343] = spawnstruct(); + /* 10:08 */waypoints[343].origin = ( -833.706, 111.654, 1088.63 ); + /* 10:08 */waypoints[343].type = "stand"; + /* 10:08 */waypoints[343].children[0] = 341; + /* 10:08 */waypoints[343].children[1] = 344; + /* 10:08 */waypoints[343].children[2] = 345; + /* 10:08 */waypoints[344] = spawnstruct(); + /* 10:08 */waypoints[344].origin = ( -1027.53, 71.7659, 1088.63 ); + /* 10:08 */waypoints[344].type = "stand"; + /* 10:08 */waypoints[344].children[0] = 343; + /* 10:08 */waypoints[344].children[1] = 172; + /* 10:08 */waypoints[344].children[2] = 346; + /* 10:08 */waypoints[345] = spawnstruct(); + /* 10:08 */waypoints[345].origin = ( -936.09, -131.553, 1088.63 ); + /* 10:08 */waypoints[345].type = "crouch"; + /* 10:08 */waypoints[345].children[0] = 343; + /* 10:08 */waypoints[345].angles = ( 22.0264, -119.84, 0 ); + /* 10:08 */waypoints[346] = spawnstruct(); + /* 10:08 */waypoints[346].origin = ( -697.391, -200.268, 1088.13 ); + /* 10:08 */waypoints[346].type = "crouch"; + /* 10:08 */waypoints[346].children[0] = 344; + /* 10:08 */waypoints[346].angles = ( 4.62402, 132.043, 0 ); + /* 10:08 */waypoints[347] = spawnstruct(); + /* 10:08 */waypoints[347].origin = ( -707.147, -222.327, 1216.13 ); + /* 10:08 */waypoints[347].type = "stand"; + /* 10:08 */waypoints[347].children[0] = 341; + /* 10:08 */waypoints[347].children[1] = 348; + /* 10:08 */waypoints[347].children[2] = 349; + /* 10:08 */waypoints[347].children[3] = 350; + /* 10:08 */waypoints[347].children[4] = 352; + /* 10:08 */waypoints[348] = spawnstruct(); + /* 10:08 */waypoints[348].origin = ( -1036.41, -34.8772, 1216.13 ); + /* 10:08 */waypoints[348].type = "stand"; + /* 10:08 */waypoints[348].children[0] = 347; + /* 10:08 */waypoints[348].children[1] = 174; + /* 10:08 */waypoints[348].children[2] = 352; + /* 10:08 */waypoints[349] = spawnstruct(); + /* 10:08 */waypoints[349].origin = ( -879.601, -30.5894, 1216.63 ); + /* 10:08 */waypoints[349].type = "stand"; + /* 10:08 */waypoints[349].children[0] = 175; + /* 10:08 */waypoints[349].children[1] = 347; + /* 10:08 */waypoints[349].children[2] = 352; + /* 10:08 */waypoints[350] = spawnstruct(); + /* 10:08 */waypoints[350].origin = ( -750.018, -305.962, 1216.13 ); + /* 10:08 */waypoints[350].type = "stand"; + /* 10:08 */waypoints[350].children[0] = 347; + /* 10:08 */waypoints[350].children[1] = 351; + /* 10:08 */waypoints[351] = spawnstruct(); + /* 10:08 */waypoints[351].origin = ( -827.312, -266.678, 1216.13 ); + /* 10:08 */waypoints[351].type = "stand"; + /* 10:08 */waypoints[351].children[0] = 350; + /* 10:08 */waypoints[351].children[1] = 352; + /* 10:08 */waypoints[352] = spawnstruct(); + /* 10:08 */waypoints[352].origin = ( -771.688, -150.983, 1216.13 ); + /* 10:08 */waypoints[352].type = "stand"; + /* 10:08 */waypoints[352].children[0] = 351; + /* 10:08 */waypoints[352].children[1] = 347; + /* 10:08 */waypoints[352].children[2] = 348; + /* 10:08 */waypoints[352].children[3] = 349; + /* 10:08 */waypoints[353] = spawnstruct(); + /* 10:08 */waypoints[353].origin = ( -522.549, -46.7991, 1239.3 ); + /* 10:08 */waypoints[353].type = "crouch"; + /* 10:08 */waypoints[353].children[0] = 179; + /* 10:08 */waypoints[353].angles = ( 7.78809, 11.924, 0 ); + /* 10:08 */waypoints[354] = spawnstruct(); + /* 10:08 */waypoints[354].origin = ( -386.906, 119.478, 1240.65 ); + /* 10:08 */waypoints[354].type = "crouch"; + /* 10:08 */waypoints[354].children[0] = 176; + /* 10:08 */waypoints[354].angles = ( 9.84253, 108.28, 0 ); + /* 10:08 */waypoints[355] = spawnstruct(); + /* 10:08 */waypoints[355].origin = ( -641.49, 949.235, 1082.3 ); + /* 10:08 */waypoints[355].type = "claymore"; + /* 10:08 */waypoints[355].children[0] = 325; + /* 10:08 */waypoints[355].angles = ( 44.021, -113.216, 0 ); + /* 10:08 */waypoints[356] = spawnstruct(); + /* 10:08 */waypoints[356].origin = ( -912.408, 1016.12, 1046.43 ); + /* 10:08 */waypoints[356].type = "claymore"; + /* 10:08 */waypoints[356].children[0] = 167; + /* 10:08 */waypoints[356].children[1] = 168; + /* 10:08 */waypoints[356].angles = ( 31.5186, 2.33296, 0 ); + /* 10:08 */waypoints[357] = spawnstruct(); + /* 10:08 */waypoints[357].origin = ( -404.322, 1051.11, 986.61 ); + /* 10:08 */waypoints[357].type = "stand"; + /* 10:08 */waypoints[357].children[0] = 261; + /* 10:08 */waypoints[357].children[1] = 358; + /* 10:08 */waypoints[358] = spawnstruct(); + /* 10:08 */waypoints[358].origin = ( -251.987, 880.777, 981.344 ); + /* 10:08 */waypoints[358].type = "stand"; + /* 10:08 */waypoints[358].children[0] = 357; + /* 10:08 */waypoints[358].children[1] = 256; + /* 10:08 */waypoints[359] = spawnstruct(); + /* 10:08 */waypoints[359].origin = ( 336.952, 585.999, 899.243 ); + /* 10:08 */waypoints[359].type = "stand"; + /* 10:08 */waypoints[359].children[0] = 299; + /* 10:08 */waypoints[359].children[1] = 256; + /* 10:08 */waypoints[359].children[2] = 60; + /* 10:08 */waypoints[360] = spawnstruct(); + /* 10:08 */waypoints[360].origin = ( 347.455, -49.2558, 907.636 ); + /* 10:08 */waypoints[360].type = "stand"; + /* 10:08 */waypoints[360].children[0] = 58; + /* 10:08 */waypoints[360].children[1] = 251; + /* 10:08 */waypoints[360].children[2] = 59; + /* 10:08 */waypoints[361] = spawnstruct(); + /* 10:08 */waypoints[361].origin = ( -1403.01, -1021.33, 729.44 ); + /* 10:08 */waypoints[361].type = "stand"; + /* 10:08 */waypoints[361].children[0] = 34; + /* 10:08 */waypoints[361].children[1] = 35; + /* 10:08 */waypoints[361].children[2] = 40; + /* 10:08 */waypoints[362] = spawnstruct(); + /* 10:08 */waypoints[362].origin = ( -1307.79, -20.672, 917.966 ); + /* 10:08 */waypoints[362].type = "claymore"; + /* 10:08 */waypoints[362].children[0] = 43; + /* 10:08 */waypoints[362].children[1] = 44; + /* 10:08 */waypoints[362].angles = ( 23.136, -26.6929, 0 ); + /* 10:08 */waypoints[363] = spawnstruct(); + /* 10:08 */waypoints[363].origin = ( -1098.34, -128.166, 920.125 ); + /* 10:08 */waypoints[363].type = "claymore"; + /* 10:08 */waypoints[363].children[0] = 44; + /* 10:08 */waypoints[363].children[1] = 51; + /* 10:08 */waypoints[363].angles = ( 26.7725, 151.939, 0 ); + /* 10:08 */waypoints[364] = spawnstruct(); + /* 10:08 */waypoints[364].origin = ( 616.273, 2488.41, 1295.72 ); + /* 10:08 */waypoints[364].type = "stand"; + /* 10:08 */waypoints[364].children[0] = 83; + /* 10:08 */waypoints[364].children[1] = 365; + /* 10:08 */waypoints[365] = spawnstruct(); + /* 10:08 */waypoints[365].origin = ( 499.482, 2489.63, 1293.8 ); + /* 10:08 */waypoints[365].type = "stand"; + /* 10:08 */waypoints[365].children[0] = 364; + /* 10:08 */waypoints[365].children[1] = 366; + /* 10:08 */waypoints[366] = spawnstruct(); + /* 10:08 */waypoints[366].origin = ( 481.007, 2129.26, 1286.13 ); + /* 10:08 */waypoints[366].type = "stand"; + /* 10:08 */waypoints[366].children[0] = 365; + /* 10:08 */waypoints[366].children[1] = 367; + /* 10:08 */waypoints[366].children[2] = 369; + /* 10:08 */waypoints[367] = spawnstruct(); + /* 10:08 */waypoints[367].origin = ( 722.829, 2077.87, 1286.9 ); + /* 10:08 */waypoints[367].type = "stand"; + /* 10:08 */waypoints[367].children[0] = 366; + /* 10:08 */waypoints[367].children[1] = 368; + /* 10:08 */waypoints[368] = spawnstruct(); + /* 10:08 */waypoints[368].origin = ( 600.314, 1941.23, 1286.13 ); + /* 10:08 */waypoints[368].type = "crouch"; + /* 10:08 */waypoints[368].children[0] = 367; + /* 10:08 */waypoints[368].angles = ( 14.079, -94.293, 0 ); + /* 10:08 */waypoints[369] = spawnstruct(); + /* 10:08 */waypoints[369].origin = ( 43.2698, 2088.02, 1286.13 ); + /* 10:08 */waypoints[369].type = "stand"; + /* 10:08 */waypoints[369].children[0] = 110; + /* 10:08 */waypoints[369].children[1] = 366; + /* 10:08 */waypoints[369].children[2] = 104; + /* 10:08 */waypoints[369].children[3] = 106; + /* 10:08 */waypoints[370] = spawnstruct(); + /* 10:08 */waypoints[370].origin = ( -719.391, -1765.49, 638.56 ); + /* 10:08 */waypoints[370].type = "stand"; + /* 10:08 */waypoints[370].children[0] = 216; + /* 10:08 */waypoints[370].children[1] = 213; + /* 10:08 */waypoints[370].children[2] = 371; + /* 10:08 */waypoints[371] = spawnstruct(); + /* 10:08 */waypoints[371].origin = ( -570.486, -1755.31, 635.012 ); + /* 10:08 */waypoints[371].type = "stand"; + /* 10:08 */waypoints[371].children[0] = 370; + /* 10:08 */waypoints[371].children[1] = 212; + /* 10:08 */waypoints[372] = spawnstruct(); + /* 10:08 */waypoints[372].origin = ( 905.713, 2601.52, 1146.12 ); + /* 10:08 */waypoints[372].type = "stand"; + /* 10:08 */waypoints[372].children[0] = 80; + /* 10:08 */waypoints[372].children[1] = 79; + /* 10:08 */return waypoints; +} diff --git a/raw/scripts/mp/mp_nola/wps_parish.gsc b/raw/scripts/mp/mp_nola/wps_parish.gsc new file mode 100644 index 0000000..3c8552a --- /dev/null +++ b/raw/scripts/mp/mp_nola/wps_parish.gsc @@ -0,0 +1,844 @@ +main() +{ + level.waypoints = Parish(); +} + +Parish() +{ + /* 3:49 */waypoints = []; + /* 3:49 */waypoints[0] = spawnstruct(); + /* 3:49 */waypoints[0].origin = ( 83.3, -263.3, 36.7031 ); + /* 3:49 */waypoints[0].type = "stand"; + /* 3:49 */waypoints[0].children[0] = 1; + /* 3:49 */waypoints[0].children[1] = 11; + /* 3:49 */waypoints[0].children[2] = 13; + /* 3:49 */waypoints[0].children[3] = 19; + /* 3:49 */waypoints[1] = spawnstruct(); + /* 3:49 */waypoints[1].origin = ( 6.24595, -101.338, 40.6255 ); + /* 3:49 */waypoints[1].type = "stand"; + /* 3:49 */waypoints[1].children[0] = 2; + /* 3:49 */waypoints[1].children[1] = 0; + /* 3:49 */waypoints[1].children[2] = 4; + /* 3:49 */waypoints[1].children[3] = 11; + /* 3:49 */waypoints[2] = spawnstruct(); + /* 3:49 */waypoints[2].origin = ( 124.596, 62.1494, 55.1206 ); + /* 3:49 */waypoints[2].type = "stand"; + /* 3:49 */waypoints[2].children[0] = 1; + /* 3:49 */waypoints[2].children[1] = 3; + /* 3:49 */waypoints[2].children[2] = 4; + /* 3:49 */waypoints[2].children[3] = 5; + /* 3:49 */waypoints[3] = spawnstruct(); + /* 3:49 */waypoints[3].origin = ( 10.0827, 277.523, 49.6711 ); + /* 3:49 */waypoints[3].type = "stand"; + /* 3:49 */waypoints[3].children[0] = 2; + /* 3:49 */waypoints[3].children[1] = 4; + /* 3:49 */waypoints[3].children[2] = 6; + /* 3:49 */waypoints[3].children[3] = 7; + /* 3:49 */waypoints[4] = spawnstruct(); + /* 3:49 */waypoints[4].origin = ( -26.1515, 16.6435, 38.212 ); + /* 3:49 */waypoints[4].type = "grenade"; + /* 3:49 */waypoints[4].children[0] = 1; + /* 3:49 */waypoints[4].children[1] = 2; + /* 3:49 */waypoints[4].children[2] = 3; + /* 3:49 */waypoints[4].children[3] = 11; + /* 3:49 */waypoints[4].angles = ( 0.109863, -144.711, 0 ); + /* 3:49 */waypoints[5] = spawnstruct(); + /* 3:49 */waypoints[5].origin = ( 190.865, 118.79, 57.125 ); + /* 3:49 */waypoints[5].type = "crouch"; + /* 3:49 */waypoints[5].children[0] = 2; + /* 3:49 */waypoints[5].angles = ( 16.8311, -138.416, 0 ); + /* 3:49 */waypoints[6] = spawnstruct(); + /* 3:49 */waypoints[6].origin = ( 27.3866, 392.437, 50.9104 ); + /* 3:49 */waypoints[6].type = "stand"; + /* 3:49 */waypoints[6].children[0] = 3; + /* 3:49 */waypoints[6].children[1] = 7; + /* 3:49 */waypoints[7] = spawnstruct(); + /* 3:49 */waypoints[7].origin = ( 243.173, 396.9, 46.7352 ); + /* 3:49 */waypoints[7].type = "stand"; + /* 3:49 */waypoints[7].children[0] = 6; + /* 3:49 */waypoints[7].children[1] = 3; + /* 3:49 */waypoints[7].children[2] = 8; + /* 3:49 */waypoints[8] = spawnstruct(); + /* 3:49 */waypoints[8].origin = ( 421.838, 435.529, 47.8765 ); + /* 3:49 */waypoints[8].type = "stand"; + /* 3:49 */waypoints[8].children[0] = 7; + /* 3:49 */waypoints[8].children[1] = 9; + /* 3:49 */waypoints[8].children[2] = 113; + /* 3:49 */waypoints[9] = spawnstruct(); + /* 3:49 */waypoints[9].origin = ( 423.387, 220.475, 61.5503 ); + /* 3:49 */waypoints[9].type = "claymore"; + /* 3:49 */waypoints[9].children[0] = 8; + /* 3:49 */waypoints[9].children[1] = 10; + /* 3:49 */waypoints[9].angles = ( 22.0001, -101.87, 0 ); + /* 3:49 */waypoints[10] = spawnstruct(); + /* 3:49 */waypoints[10].origin = ( 329.542, -8.28352, 53.6053 ); + /* 3:49 */waypoints[10].type = "stand"; + /* 3:49 */waypoints[10].children[0] = 9; + /* 3:49 */waypoints[10].children[1] = 12; + /* 3:49 */waypoints[11] = spawnstruct(); + /* 3:49 */waypoints[11].origin = ( -119.115, -121.358, 26.7707 ); + /* 3:49 */waypoints[11].type = "tube"; + /* 3:49 */waypoints[11].children[0] = 4; + /* 3:49 */waypoints[11].children[1] = 1; + /* 3:49 */waypoints[11].children[2] = 0; + /* 3:49 */waypoints[11].children[3] = 14; + /* 3:49 */waypoints[11].children[4] = 15; + /* 3:49 */waypoints[11].angles = ( 8.3606, 31.3005, 0 ); + /* 3:49 */waypoints[12] = spawnstruct(); + /* 3:49 */waypoints[12].origin = ( 292.663, -104.652, 56.8941 ); + /* 3:49 */waypoints[12].type = "stand"; + /* 3:49 */waypoints[12].children[0] = 10; + /* 3:49 */waypoints[12].children[1] = 13; + /* 3:49 */waypoints[13] = spawnstruct(); + /* 3:49 */waypoints[13].origin = ( 169.2, -311.479, 49.3212 ); + /* 3:49 */waypoints[13].type = "stand"; + /* 3:49 */waypoints[13].children[0] = 0; + /* 3:49 */waypoints[13].children[1] = 12; + /* 3:49 */waypoints[13].children[2] = 19; + /* 3:49 */waypoints[14] = spawnstruct(); + /* 3:49 */waypoints[14].origin = ( -367.997, -203.402, 3.83201 ); + /* 3:49 */waypoints[14].type = "stand"; + /* 3:49 */waypoints[14].children[0] = 11; + /* 3:49 */waypoints[14].children[1] = 15; + /* 3:49 */waypoints[14].children[2] = 16; + /* 3:49 */waypoints[15] = spawnstruct(); + /* 3:49 */waypoints[15].origin = ( -449.905, -67.9018, 9.97889 ); + /* 3:49 */waypoints[15].type = "stand"; + /* 3:49 */waypoints[15].children[0] = 14; + /* 3:49 */waypoints[15].children[1] = 56; + /* 3:49 */waypoints[15].children[2] = 11; + /* 3:49 */waypoints[16] = spawnstruct(); + /* 3:49 */waypoints[16].origin = ( -502.263, -346.458, 8.125 ); + /* 3:49 */waypoints[16].type = "stand"; + /* 3:49 */waypoints[16].children[0] = 14; + /* 3:49 */waypoints[16].children[1] = 17; + /* 3:49 */waypoints[16].children[2] = 18; + /* 3:49 */waypoints[17] = spawnstruct(); + /* 3:49 */waypoints[17].origin = ( -715.367, -364.021, 8.32248 ); + /* 3:49 */waypoints[17].type = "tube"; + /* 3:49 */waypoints[17].children[0] = 16; + /* 3:49 */waypoints[17].children[1] = 20; + /* 3:49 */waypoints[17].children[2] = 22; + /* 3:49 */waypoints[17].children[3] = 56; + /* 3:49 */waypoints[17].children[4] = 119; + /* 3:49 */waypoints[17].angles = ( 7.37183, 4.70262, 0 ); + /* 3:49 */waypoints[18] = spawnstruct(); + /* 3:49 */waypoints[18].origin = ( -313.666, -374.295, 23.3823 ); + /* 3:49 */waypoints[18].type = "stand"; + /* 3:49 */waypoints[18].children[0] = 16; + /* 3:49 */waypoints[18].children[1] = 19; + /* 3:49 */waypoints[19] = spawnstruct(); + /* 3:49 */waypoints[19].origin = ( 25.9467, -405.793, 42.1329 ); + /* 3:49 */waypoints[19].type = "stand"; + /* 3:49 */waypoints[19].children[0] = 18; + /* 3:49 */waypoints[19].children[1] = 13; + /* 3:49 */waypoints[19].children[2] = 0; + /* 3:49 */waypoints[20] = spawnstruct(); + /* 3:49 */waypoints[20].origin = ( -868.175, -488.483, 27.8561 ); + /* 3:49 */waypoints[20].type = "stand"; + /* 3:49 */waypoints[20].children[0] = 17; + /* 3:49 */waypoints[20].children[1] = 21; + /* 3:49 */waypoints[20].children[2] = 22; + /* 3:49 */waypoints[20].children[3] = 24; + /* 3:49 */waypoints[20].children[4] = 119; + /* 3:49 */waypoints[21] = spawnstruct(); + /* 3:49 */waypoints[21].origin = ( -1038.82, -364.595, 64.7561 ); + /* 3:49 */waypoints[21].type = "stand"; + /* 3:49 */waypoints[21].children[0] = 20; + /* 3:49 */waypoints[21].children[1] = 23; + /* 3:49 */waypoints[22] = spawnstruct(); + /* 3:49 */waypoints[22].origin = ( -765.168, -486.43, 19.7069 ); + /* 3:49 */waypoints[22].type = "grenade"; + /* 3:49 */waypoints[22].children[0] = 20; + /* 3:49 */waypoints[22].children[1] = 17; + /* 3:49 */waypoints[22].angles = ( -2.9718, 93.3348, 0 ); + /* 3:49 */waypoints[23] = spawnstruct(); + /* 3:49 */waypoints[23].origin = ( -1244.93, -196.869, 51.339 ); + /* 3:49 */waypoints[23].type = "stand"; + /* 3:49 */waypoints[23].children[0] = 21; + /* 3:49 */waypoints[23].children[1] = 28; + /* 3:49 */waypoints[24] = spawnstruct(); + /* 3:49 */waypoints[24].origin = ( -1202.03, -699.139, 75.0409 ); + /* 3:49 */waypoints[24].type = "stand"; + /* 3:49 */waypoints[24].children[0] = 20; + /* 3:49 */waypoints[24].children[1] = 25; + /* 3:49 */waypoints[24].children[2] = 126; + /* 3:49 */waypoints[25] = spawnstruct(); + /* 3:49 */waypoints[25].origin = ( -1600, -373.511, 57.0323 ); + /* 3:49 */waypoints[25].type = "stand"; + /* 3:49 */waypoints[25].children[0] = 24; + /* 3:49 */waypoints[25].children[1] = 26; + /* 3:49 */waypoints[25].children[2] = 27; + /* 3:49 */waypoints[26] = spawnstruct(); + /* 3:49 */waypoints[26].origin = ( -1484.19, -420.577, 61.6521 ); + /* 3:49 */waypoints[26].type = "claymore"; + /* 3:49 */waypoints[26].children[0] = 25; + /* 3:49 */waypoints[26].angles = ( 21.8903, 146.575, 0 ); + /* 3:49 */waypoints[27] = spawnstruct(); + /* 3:49 */waypoints[27].origin = ( -1668.55, -317.044, 45.6896 ); + /* 3:49 */waypoints[27].type = "stand"; + /* 3:49 */waypoints[27].children[0] = 25; + /* 3:49 */waypoints[27].children[1] = 28; + /* 3:49 */waypoints[27].children[2] = 30; + /* 3:49 */waypoints[28] = spawnstruct(); + /* 3:49 */waypoints[28].origin = ( -1446.35, -22.1785, 29.7055 ); + /* 3:49 */waypoints[28].type = "stand"; + /* 3:49 */waypoints[28].children[0] = 23; + /* 3:49 */waypoints[28].children[1] = 27; + /* 3:49 */waypoints[28].children[2] = 29; + /* 3:49 */waypoints[29] = spawnstruct(); + /* 3:49 */waypoints[29].origin = ( -1579.77, 334.136, 24.125 ); + /* 3:49 */waypoints[29].type = "stand"; + /* 3:49 */waypoints[29].children[0] = 28; + /* 3:49 */waypoints[29].children[1] = 52; + /* 3:49 */waypoints[30] = spawnstruct(); + /* 3:49 */waypoints[30].origin = ( -1870.7, -156.763, 8.125 ); + /* 3:49 */waypoints[30].type = "stand"; + /* 3:49 */waypoints[30].children[0] = 27; + /* 3:49 */waypoints[30].children[1] = 31; + /* 3:49 */waypoints[30].children[2] = 32; + /* 3:49 */waypoints[30].children[3] = 127; + /* 3:49 */waypoints[31] = spawnstruct(); + /* 3:49 */waypoints[31].origin = ( -2057.61, 118.546, 12.125 ); + /* 3:49 */waypoints[31].type = "stand"; + /* 3:49 */waypoints[31].children[0] = 30; + /* 3:49 */waypoints[31].children[1] = 34; + /* 3:49 */waypoints[31].children[2] = 35; + /* 3:49 */waypoints[31].children[3] = 51; + /* 3:49 */waypoints[31].children[4] = 127; + /* 3:49 */waypoints[32] = spawnstruct(); + /* 3:49 */waypoints[32].origin = ( -2125.56, -90.3413, 12.125 ); + /* 3:49 */waypoints[32].type = "stand"; + /* 3:49 */waypoints[32].children[0] = 30; + /* 3:49 */waypoints[32].children[1] = 33; + /* 3:49 */waypoints[32].children[2] = 34; + /* 3:49 */waypoints[32].children[3] = 127; + /* 3:49 */waypoints[33] = spawnstruct(); + /* 3:49 */waypoints[33].origin = ( -2130.16, -143.889, 8.125 ); + /* 3:49 */waypoints[33].type = "tube"; + /* 3:49 */waypoints[33].children[0] = 32; + /* 3:49 */waypoints[33].angles = ( 0.521851, 80.5358, 0 ); + /* 3:49 */waypoints[34] = spawnstruct(); + /* 3:49 */waypoints[34].origin = ( -2314.92, -15.9946, 10.125 ); + /* 3:49 */waypoints[34].type = "stand"; + /* 3:49 */waypoints[34].children[0] = 32; + /* 3:49 */waypoints[34].children[1] = 31; + /* 3:49 */waypoints[34].children[2] = 36; + /* 3:49 */waypoints[34].children[3] = 51; + /* 3:49 */waypoints[34].children[4] = 127; + /* 3:49 */waypoints[35] = spawnstruct(); + /* 3:49 */waypoints[35].origin = ( -2073.07, 231.331, 17.125 ); + /* 3:49 */waypoints[35].type = "crouch"; + /* 3:49 */waypoints[35].children[0] = 31; + /* 3:49 */waypoints[35].angles = ( 14.0515, -84.6821, 0 ); + /* 3:49 */waypoints[36] = spawnstruct(); + /* 3:49 */waypoints[36].origin = ( -2563.05, 15.8922, 10.125 ); + /* 3:49 */waypoints[36].type = "stand"; + /* 3:49 */waypoints[36].children[0] = 34; + /* 3:49 */waypoints[36].children[1] = 37; + /* 3:49 */waypoints[36].children[2] = 38; + /* 3:49 */waypoints[37] = spawnstruct(); + /* 3:49 */waypoints[37].origin = ( -2759.1, 255.974, 16.8452 ); + /* 3:49 */waypoints[37].type = "stand"; + /* 3:49 */waypoints[37].children[0] = 36; + /* 3:49 */waypoints[37].children[1] = 38; + /* 3:49 */waypoints[37].children[2] = 39; + /* 3:49 */waypoints[38] = spawnstruct(); + /* 3:49 */waypoints[38].origin = ( -2640.77, 267.319, 17.525 ); + /* 3:49 */waypoints[38].type = "stand"; + /* 3:49 */waypoints[38].children[0] = 36; + /* 3:49 */waypoints[38].children[1] = 37; + /* 3:49 */waypoints[38].children[2] = 40; + /* 3:49 */waypoints[39] = spawnstruct(); + /* 3:49 */waypoints[39].origin = ( -2779.02, 460.644, 24.125 ); + /* 3:49 */waypoints[39].type = "stand"; + /* 3:49 */waypoints[39].children[0] = 37; + /* 3:49 */waypoints[39].children[1] = 40; + /* 3:49 */waypoints[39].children[2] = 41; + /* 3:49 */waypoints[40] = spawnstruct(); + /* 3:49 */waypoints[40].origin = ( -2631.81, 469.515, 24.125 ); + /* 3:49 */waypoints[40].type = "stand"; + /* 3:49 */waypoints[40].children[0] = 38; + /* 3:49 */waypoints[40].children[1] = 39; + /* 3:49 */waypoints[40].children[2] = 43; + /* 3:49 */waypoints[41] = spawnstruct(); + /* 3:49 */waypoints[41].origin = ( -2771.38, 655.312, 24.125 ); + /* 3:49 */waypoints[41].type = "stand"; + /* 3:49 */waypoints[41].children[0] = 39; + /* 3:49 */waypoints[41].children[1] = 42; + /* 3:49 */waypoints[42] = spawnstruct(); + /* 3:49 */waypoints[42].origin = ( -2566.46, 720.732, 24.125 ); + /* 3:49 */waypoints[42].type = "claymore"; + /* 3:49 */waypoints[42].children[0] = 43; + /* 3:49 */waypoints[42].children[1] = 41; + /* 3:49 */waypoints[42].children[2] = 44; + /* 3:49 */waypoints[42].angles = ( 13.612, 88.6931, 0 ); + /* 3:49 */waypoints[43] = spawnstruct(); + /* 3:49 */waypoints[43].origin = ( -2512.17, 532.353, 24.125 ); + /* 3:49 */waypoints[43].type = "stand"; + /* 3:49 */waypoints[43].children[0] = 40; + /* 3:49 */waypoints[43].children[1] = 42; + /* 3:49 */waypoints[44] = spawnstruct(); + /* 3:49 */waypoints[44].origin = ( -2536.95, 1103.16, 26.125 ); + /* 3:49 */waypoints[44].type = "stand"; + /* 3:49 */waypoints[44].children[0] = 42; + /* 3:49 */waypoints[44].children[1] = 45; + /* 3:49 */waypoints[45] = spawnstruct(); + /* 3:49 */waypoints[45].origin = ( -2394.61, 1097.79, 14.1367 ); + /* 3:49 */waypoints[45].type = "stand"; + /* 3:49 */waypoints[45].children[0] = 44; + /* 3:49 */waypoints[45].children[1] = 46; + /* 3:49 */waypoints[45].children[2] = 47; + /* 3:49 */waypoints[45].children[3] = 61; + /* 3:49 */waypoints[45].children[4] = 130; + /* 3:49 */waypoints[46] = spawnstruct(); + /* 3:49 */waypoints[46].origin = ( -2377.8, 860.063, 15.4265 ); + /* 3:49 */waypoints[46].type = "grenade"; + /* 3:49 */waypoints[46].children[0] = 45; + /* 3:49 */waypoints[46].children[1] = 48; + /* 3:49 */waypoints[46].angles = ( 2.395, -74.8878, 0 ); + /* 3:49 */waypoints[47] = spawnstruct(); + /* 3:49 */waypoints[47].origin = ( -2297.82, 1304.99, 9.41654 ); + /* 3:49 */waypoints[47].type = "stand"; + /* 3:49 */waypoints[47].children[0] = 45; + /* 3:49 */waypoints[47].children[1] = 61; + /* 3:49 */waypoints[47].children[2] = 65; + /* 3:49 */waypoints[47].children[3] = 121; + /* 3:49 */waypoints[47].children[4] = 130; + /* 3:49 */waypoints[48] = spawnstruct(); + /* 3:49 */waypoints[48].origin = ( -2270.5, 664.278, 9.65681 ); + /* 3:49 */waypoints[48].type = "stand"; + /* 3:49 */waypoints[48].children[0] = 46; + /* 3:49 */waypoints[48].children[1] = 49; + /* 3:49 */waypoints[48].children[2] = 50; + /* 3:49 */waypoints[49] = spawnstruct(); + /* 3:49 */waypoints[49].origin = ( -2188.44, 434.401, 13.7564 ); + /* 3:49 */waypoints[49].type = "stand"; + /* 3:49 */waypoints[49].children[0] = 48; + /* 3:49 */waypoints[49].children[1] = 50; + /* 3:49 */waypoints[49].children[2] = 59; + /* 3:49 */waypoints[49].children[3] = 51; + /* 3:49 */waypoints[50] = spawnstruct(); + /* 3:49 */waypoints[50].origin = ( -2189.28, 723.513, 10.3821 ); + /* 3:49 */waypoints[50].type = "stand"; + /* 3:49 */waypoints[50].children[0] = 49; + /* 3:49 */waypoints[50].children[1] = 60; + /* 3:49 */waypoints[50].children[2] = 48; + /* 3:49 */waypoints[50].children[3] = 120; + /* 3:49 */waypoints[51] = spawnstruct(); + /* 3:49 */waypoints[51].origin = ( -2174.75, 164.242, 9.37678 ); + /* 3:49 */waypoints[51].type = "stand"; + /* 3:49 */waypoints[51].children[0] = 31; + /* 3:49 */waypoints[51].children[1] = 59; + /* 3:49 */waypoints[51].children[2] = 49; + /* 3:49 */waypoints[51].children[3] = 34; + /* 3:49 */waypoints[52] = spawnstruct(); + /* 3:49 */waypoints[52].origin = ( -1598.84, 410.525, 24.125 ); + /* 3:49 */waypoints[52].type = "stand"; + /* 3:49 */waypoints[52].children[0] = 29; + /* 3:49 */waypoints[52].children[1] = 53; + /* 3:49 */waypoints[52].children[2] = 54; + /* 3:49 */waypoints[52].children[3] = 118; + /* 3:49 */waypoints[53] = spawnstruct(); + /* 3:49 */waypoints[53].origin = ( -1325.26, 455.02, 24.125 ); + /* 3:49 */waypoints[53].type = "stand"; + /* 3:49 */waypoints[53].children[0] = 52; + /* 3:49 */waypoints[53].children[1] = 58; + /* 3:49 */waypoints[53].children[2] = 118; + /* 3:49 */waypoints[54] = spawnstruct(); + /* 3:49 */waypoints[54].origin = ( -1868.45, 442.005, 24.1244 ); + /* 3:49 */waypoints[54].type = "stand"; + /* 3:49 */waypoints[54].children[0] = 52; + /* 3:49 */waypoints[54].children[1] = 55; + /* 3:49 */waypoints[54].children[2] = 59; + /* 3:49 */waypoints[54].children[3] = 118; + /* 3:49 */waypoints[55] = spawnstruct(); + /* 3:49 */waypoints[55].origin = ( -1894.7, 406.863, 24.122 ); + /* 3:49 */waypoints[55].type = "claymore"; + /* 3:49 */waypoints[55].children[0] = 54; + /* 3:49 */waypoints[55].angles = ( 18.891, -176.38, 0 ); + /* 3:49 */waypoints[56] = spawnstruct(); + /* 3:49 */waypoints[56].origin = ( -776.722, -11.5725, 2.15489 ); + /* 3:49 */waypoints[56].type = "stand"; + /* 3:49 */waypoints[56].children[0] = 15; + /* 3:49 */waypoints[56].children[1] = 17; + /* 3:49 */waypoints[56].children[2] = 57; + /* 3:49 */waypoints[56].children[3] = 119; + /* 3:49 */waypoints[57] = spawnstruct(); + /* 3:49 */waypoints[57].origin = ( -960.767, 182.267, 16.125 ); + /* 3:49 */waypoints[57].type = "stand"; + /* 3:49 */waypoints[57].children[0] = 56; + /* 3:49 */waypoints[57].children[1] = 58; + /* 3:49 */waypoints[58] = spawnstruct(); + /* 3:49 */waypoints[58].origin = ( -990.533, 424.857, 24.125 ); + /* 3:49 */waypoints[58].type = "stand"; + /* 3:49 */waypoints[58].children[0] = 57; + /* 3:49 */waypoints[58].children[1] = 53; + /* 3:49 */waypoints[58].children[2] = 125; + /* 3:49 */waypoints[59] = spawnstruct(); + /* 3:49 */waypoints[59].origin = ( -2077.94, 442.237, 19.3528 ); + /* 3:49 */waypoints[59].type = "stand"; + /* 3:49 */waypoints[59].children[0] = 54; + /* 3:49 */waypoints[59].children[1] = 51; + /* 3:49 */waypoints[59].children[2] = 49; + /* 3:49 */waypoints[59].children[3] = 120; + /* 3:49 */waypoints[60] = spawnstruct(); + /* 3:49 */waypoints[60].origin = ( -2156.75, 868.114, 10.8731 ); + /* 3:49 */waypoints[60].type = "stand"; + /* 3:49 */waypoints[60].children[0] = 50; + /* 3:49 */waypoints[60].children[1] = 61; + /* 3:49 */waypoints[61] = spawnstruct(); + /* 3:49 */waypoints[61].origin = ( -2172.92, 1120.89, 9.9517 ); + /* 3:49 */waypoints[61].type = "stand"; + /* 3:49 */waypoints[61].children[0] = 60; + /* 3:49 */waypoints[61].children[1] = 45; + /* 3:49 */waypoints[61].children[2] = 47; + /* 3:49 */waypoints[61].children[3] = 121; + /* 3:49 */waypoints[62] = spawnstruct(); + /* 3:49 */waypoints[62].origin = ( -2181.36, 1687.2, 2.68009 ); + /* 3:49 */waypoints[62].type = "stand"; + /* 3:49 */waypoints[62].children[0] = 63; + /* 3:49 */waypoints[62].children[1] = 64; + /* 3:49 */waypoints[62].children[2] = 65; + /* 3:49 */waypoints[62].children[3] = 66; + /* 3:49 */waypoints[63] = spawnstruct(); + /* 3:49 */waypoints[63].origin = ( -2038, 1724.23, 17.125 ); + /* 3:49 */waypoints[63].type = "stand"; + /* 3:49 */waypoints[63].children[0] = 62; + /* 3:49 */waypoints[63].children[1] = 66; + /* 3:49 */waypoints[63].children[2] = 67; + /* 3:49 */waypoints[63].children[3] = 65; + /* 3:49 */waypoints[64] = spawnstruct(); + /* 3:49 */waypoints[64].origin = ( -2240.69, 1638.35, 10.125 ); + /* 3:49 */waypoints[64].type = "tube"; + /* 3:49 */waypoints[64].children[0] = 62; + /* 3:49 */waypoints[64].children[1] = 65; + /* 3:49 */waypoints[64].angles = ( 6.05894, 33.5747, 0 ); + /* 3:49 */waypoints[65] = spawnstruct(); + /* 3:49 */waypoints[65].origin = ( -2165.08, 1499.4, 10.5981 ); + /* 3:49 */waypoints[65].type = "stand"; + /* 3:49 */waypoints[65].children[0] = 62; + /* 3:49 */waypoints[65].children[1] = 66; + /* 3:49 */waypoints[65].children[2] = 47; + /* 3:49 */waypoints[65].children[3] = 64; + /* 3:49 */waypoints[65].children[4] = 121; + /* 3:49 */waypoints[65].children[5] = 63; + /* 3:49 */waypoints[66] = spawnstruct(); + /* 3:49 */waypoints[66].origin = ( -2015.58, 1460.33, 20.1742 ); + /* 3:49 */waypoints[66].type = "stand"; + /* 3:49 */waypoints[66].children[0] = 63; + /* 3:49 */waypoints[66].children[1] = 65; + /* 3:49 */waypoints[66].children[2] = 62; + /* 3:49 */waypoints[66].children[3] = 71; + /* 3:49 */waypoints[66].children[4] = 122; + /* 3:49 */waypoints[66].children[5] = 121; + /* 3:49 */waypoints[67] = spawnstruct(); + /* 3:49 */waypoints[67].origin = ( -1953.73, 1774.59, 25.0435 ); + /* 3:49 */waypoints[67].type = "stand"; + /* 3:49 */waypoints[67].children[0] = 63; + /* 3:49 */waypoints[67].children[1] = 68; + /* 3:49 */waypoints[68] = spawnstruct(); + /* 3:49 */waypoints[68].origin = ( -1793.13, 1766.31, 32.125 ); + /* 3:49 */waypoints[68].type = "stand"; + /* 3:49 */waypoints[68].children[0] = 67; + /* 3:49 */waypoints[68].children[1] = 69; + /* 3:49 */waypoints[69] = spawnstruct(); + /* 3:49 */waypoints[69].origin = ( -1518.16, 1676.31, 32.125 ); + /* 3:49 */waypoints[69].type = "claymore"; + /* 3:49 */waypoints[69].children[0] = 68; + /* 3:49 */waypoints[69].children[1] = 70; + /* 3:49 */waypoints[69].children[2] = 83; + /* 3:49 */waypoints[69].angles = ( 18.1604, -1.12011, 0 ); + /* 3:49 */waypoints[70] = spawnstruct(); + /* 3:49 */waypoints[70].origin = ( -1521.07, 1451.86, 32.125 ); + /* 3:49 */waypoints[70].type = "stand"; + /* 3:49 */waypoints[70].children[0] = 69; + /* 3:49 */waypoints[70].children[1] = 71; + /* 3:49 */waypoints[70].children[2] = 73; + /* 3:49 */waypoints[70].children[3] = 78; + /* 3:49 */waypoints[71] = spawnstruct(); + /* 3:49 */waypoints[71].origin = ( -1813.86, 1434.56, 32.125 ); + /* 3:49 */waypoints[71].type = "stand"; + /* 3:49 */waypoints[71].children[0] = 70; + /* 3:49 */waypoints[71].children[1] = 66; + /* 3:49 */waypoints[71].children[2] = 72; + /* 3:49 */waypoints[71].children[3] = 122; + /* 3:49 */waypoints[72] = spawnstruct(); + /* 3:49 */waypoints[72].origin = ( -1834.03, 1518.43, 32.125 ); + /* 3:49 */waypoints[72].type = "crouch"; + /* 3:49 */waypoints[72].children[0] = 71; + /* 3:49 */waypoints[72].angles = ( 13.4308, -71.905, 0 ); + /* 3:49 */waypoints[73] = spawnstruct(); + /* 3:49 */waypoints[73].origin = ( -1459.66, 1311.41, 32.125 ); + /* 3:49 */waypoints[73].type = "stand"; + /* 3:49 */waypoints[73].children[0] = 70; + /* 3:49 */waypoints[73].children[1] = 74; + /* 3:49 */waypoints[73].children[2] = 75; + /* 3:49 */waypoints[73].children[3] = 78; + /* 3:49 */waypoints[74] = spawnstruct(); + /* 3:49 */waypoints[74].origin = ( -1271.87, 1258.34, 29.8429 ); + /* 3:49 */waypoints[74].type = "stand"; + /* 3:49 */waypoints[74].children[0] = 73; + /* 3:49 */waypoints[74].children[1] = 75; + /* 3:49 */waypoints[74].children[2] = 76; + /* 3:49 */waypoints[74].children[3] = 77; + /* 3:49 */waypoints[75] = spawnstruct(); + /* 3:49 */waypoints[75].origin = ( -1474.67, 1253.53, 32.125 ); + /* 3:49 */waypoints[75].type = "grenade"; + /* 3:49 */waypoints[75].children[0] = 73; + /* 3:49 */waypoints[75].children[1] = 74; + /* 3:49 */waypoints[75].angles = ( -0.0879121, -6.43749, 0 ); + /* 3:49 */waypoints[76] = spawnstruct(); + /* 3:49 */waypoints[76].origin = ( -1101.63, 1396.14, 24.125 ); + /* 3:49 */waypoints[76].type = "stand"; + /* 3:49 */waypoints[76].children[0] = 74; + /* 3:49 */waypoints[76].children[1] = 77; + /* 3:49 */waypoints[76].children[2] = 79; + /* 3:49 */waypoints[76].children[3] = 80; + /* 3:49 */waypoints[76].children[4] = 86; + /* 3:49 */waypoints[77] = spawnstruct(); + /* 3:49 */waypoints[77].origin = ( -1164.26, 1140.91, 24.125 ); + /* 3:49 */waypoints[77].type = "stand"; + /* 3:49 */waypoints[77].children[0] = 76; + /* 3:49 */waypoints[77].children[1] = 74; + /* 3:49 */waypoints[77].children[2] = 88; + /* 3:49 */waypoints[78] = spawnstruct(); + /* 3:49 */waypoints[78].origin = ( -1345.24, 1449.26, 32.125 ); + /* 3:49 */waypoints[78].type = "stand"; + /* 3:49 */waypoints[78].children[0] = 70; + /* 3:49 */waypoints[78].children[1] = 73; + /* 3:49 */waypoints[79] = spawnstruct(); + /* 3:49 */waypoints[79].origin = ( -890.337, 1342.65, 22.698 ); + /* 3:49 */waypoints[79].type = "stand"; + /* 3:49 */waypoints[79].children[0] = 76; + /* 3:49 */waypoints[79].children[1] = 86; + /* 3:49 */waypoints[79].children[2] = 87; + /* 3:49 */waypoints[79].children[3] = 88; + /* 3:49 */waypoints[80] = spawnstruct(); + /* 3:49 */waypoints[80].origin = ( -1116.3, 1508.13, 24.125 ); + /* 3:49 */waypoints[80].type = "crouch"; + /* 3:49 */waypoints[80].children[0] = 76; + /* 3:49 */waypoints[80].angles = ( 9.70091, -81.4851, 0 ); + /* 3:49 */waypoints[81] = spawnstruct(); + /* 3:49 */waypoints[81].origin = ( -788.382, 1722.44, 19.5563 ); + /* 3:49 */waypoints[81].type = "stand"; + /* 3:49 */waypoints[81].children[0] = 82; + /* 3:49 */waypoints[81].children[1] = 85; + /* 3:49 */waypoints[81].children[2] = 86; + /* 3:49 */waypoints[81].children[3] = 123; + /* 3:49 */waypoints[82] = spawnstruct(); + /* 3:49 */waypoints[82].origin = ( -937.899, 1732.8, 32.125 ); + /* 3:49 */waypoints[82].type = "stand"; + /* 3:49 */waypoints[82].children[0] = 81; + /* 3:49 */waypoints[82].children[1] = 83; + /* 3:49 */waypoints[83] = spawnstruct(); + /* 3:49 */waypoints[83].origin = ( -1218.86, 1677.45, 32.125 ); + /* 3:49 */waypoints[83].type = "stand"; + /* 3:49 */waypoints[83].children[0] = 82; + /* 3:49 */waypoints[83].children[1] = 69; + /* 3:49 */waypoints[83].children[2] = 84; + /* 3:49 */waypoints[84] = spawnstruct(); + /* 3:49 */waypoints[84].origin = ( -1145.89, 1639.22, 32.125 ); + /* 3:49 */waypoints[84].type = "prone"; + /* 3:49 */waypoints[84].children[0] = 83; + /* 3:49 */waypoints[85] = spawnstruct(); + /* 3:49 */waypoints[85].origin = ( -680.351, 1602.04, 33.773 ); + /* 3:49 */waypoints[85].type = "stand"; + /* 3:49 */waypoints[85].children[0] = 81; + /* 3:49 */waypoints[85].children[1] = 86; + /* 3:49 */waypoints[85].children[2] = 89; + /* 3:49 */waypoints[86] = spawnstruct(); + /* 3:49 */waypoints[86].origin = ( -801.226, 1474.06, 31.6764 ); + /* 3:49 */waypoints[86].type = "grenade"; + /* 3:49 */waypoints[86].children[0] = 79; + /* 3:49 */waypoints[86].children[1] = 76; + /* 3:49 */waypoints[86].children[2] = 81; + /* 3:49 */waypoints[86].children[3] = 85; + /* 3:49 */waypoints[86].children[4] = 87; + /* 3:49 */waypoints[86].angles = ( 2.99376, -93.1141, 0 ); + /* 3:49 */waypoints[87] = spawnstruct(); + /* 3:49 */waypoints[87].origin = ( -792.406, 1171.26, 19.8827 ); + /* 3:49 */waypoints[87].type = "stand"; + /* 3:49 */waypoints[87].children[0] = 79; + /* 3:49 */waypoints[87].children[1] = 88; + /* 3:49 */waypoints[87].children[2] = 107; + /* 3:49 */waypoints[87].children[3] = 86; + /* 3:49 */waypoints[88] = spawnstruct(); + /* 3:49 */waypoints[88].origin = ( -959.728, 1111.85, 24.125 ); + /* 3:49 */waypoints[88].type = "stand"; + /* 3:49 */waypoints[88].children[0] = 77; + /* 3:49 */waypoints[88].children[1] = 87; + /* 3:49 */waypoints[88].children[2] = 79; + /* 3:49 */waypoints[89] = spawnstruct(); + /* 3:49 */waypoints[89].origin = ( -426.469, 1593.08, 34.2463 ); + /* 3:49 */waypoints[89].type = "stand"; + /* 3:49 */waypoints[89].children[0] = 85; + /* 3:49 */waypoints[89].children[1] = 90; + /* 3:49 */waypoints[89].children[2] = 91; + /* 3:49 */waypoints[90] = spawnstruct(); + /* 3:49 */waypoints[90].origin = ( -455.329, 1448.15, 35.8226 ); + /* 3:49 */waypoints[90].type = "stand"; + /* 3:49 */waypoints[90].children[0] = 89; + /* 3:49 */waypoints[90].children[1] = 92; + /* 3:49 */waypoints[91] = spawnstruct(); + /* 3:49 */waypoints[91].origin = ( -110.373, 1604.2, 28.1652 ); + /* 3:49 */waypoints[91].type = "stand"; + /* 3:49 */waypoints[91].children[0] = 89; + /* 3:49 */waypoints[91].children[1] = 92; + /* 3:49 */waypoints[91].children[2] = 93; + /* 3:49 */waypoints[91].children[3] = 96; + /* 3:49 */waypoints[92] = spawnstruct(); + /* 3:49 */waypoints[92].origin = ( -198.446, 1354, 28.2534 ); + /* 3:49 */waypoints[92].type = "stand"; + /* 3:49 */waypoints[92].children[0] = 91; + /* 3:49 */waypoints[92].children[1] = 90; + /* 3:49 */waypoints[92].children[2] = 95; + /* 3:49 */waypoints[92].children[3] = 96; + /* 3:49 */waypoints[93] = spawnstruct(); + /* 3:49 */waypoints[93].origin = ( 107.875, 1447.36, 39.823 ); + /* 3:49 */waypoints[93].type = "stand"; + /* 3:49 */waypoints[93].children[0] = 91; + /* 3:49 */waypoints[93].children[1] = 94; + /* 3:49 */waypoints[93].children[2] = 96; + /* 3:49 */waypoints[93].children[3] = 97; + /* 3:49 */waypoints[94] = spawnstruct(); + /* 3:49 */waypoints[94].origin = ( 69.8314, 1526.39, 43.9659 ); + /* 3:49 */waypoints[94].type = "tube"; + /* 3:49 */waypoints[94].children[0] = 93; + /* 3:49 */waypoints[94].angles = ( 9.13511, -58.0842, 0 ); + /* 3:49 */waypoints[95] = spawnstruct(); + /* 3:49 */waypoints[95].origin = ( -262.92, 1140.4, 37.1966 ); + /* 3:49 */waypoints[95].type = "claymore"; + /* 3:49 */waypoints[95].children[0] = 92; + /* 3:49 */waypoints[95].children[1] = 103; + /* 3:49 */waypoints[95].angles = ( 10.1239, 74.6636, 0 ); + /* 3:49 */waypoints[96] = spawnstruct(); + /* 3:49 */waypoints[96].origin = ( 8.30629, 1455.26, 28.125 ); + /* 3:49 */waypoints[96].type = "stand"; + /* 3:49 */waypoints[96].children[0] = 92; + /* 3:49 */waypoints[96].children[1] = 91; + /* 3:49 */waypoints[96].children[2] = 93; + /* 3:49 */waypoints[96].children[3] = 97; + /* 3:49 */waypoints[97] = spawnstruct(); + /* 3:49 */waypoints[97].origin = ( 188.663, 1304.13, 28.125 ); + /* 3:49 */waypoints[97].type = "stand"; + /* 3:49 */waypoints[97].children[0] = 96; + /* 3:49 */waypoints[97].children[1] = 93; + /* 3:49 */waypoints[97].children[2] = 98; + /* 3:49 */waypoints[97].children[3] = 99; + /* 3:49 */waypoints[97].children[4] = 100; + /* 3:49 */waypoints[97].children[5] = 116; + /* 3:49 */waypoints[97].children[6] = 117; + /* 3:49 */waypoints[98] = spawnstruct(); + /* 3:49 */waypoints[98].origin = ( 204.393, 1413.52, 42.1986 ); + /* 3:49 */waypoints[98].type = "crouch"; + /* 3:49 */waypoints[98].children[0] = 97; + /* 3:49 */waypoints[98].angles = ( 15.7379, -102.87, 0 ); + /* 3:49 */waypoints[99] = spawnstruct(); + /* 3:49 */waypoints[99].origin = ( 71.0536, 1104.31, 28.125 ); + /* 3:49 */waypoints[99].type = "stand"; + /* 3:49 */waypoints[99].children[0] = 97; + /* 3:49 */waypoints[99].children[1] = 100; + /* 3:49 */waypoints[99].children[2] = 101; + /* 3:49 */waypoints[99].children[3] = 116; + /* 3:49 */waypoints[100] = spawnstruct(); + /* 3:49 */waypoints[100].origin = ( -22.9512, 1133.85, 28.3234 ); + /* 3:49 */waypoints[100].type = "stand"; + /* 3:49 */waypoints[100].children[0] = 99; + /* 3:49 */waypoints[100].children[1] = 97; + /* 3:49 */waypoints[100].children[2] = 101; + /* 3:49 */waypoints[100].children[3] = 102; + /* 3:49 */waypoints[100].children[4] = 103; + /* 3:49 */waypoints[101] = spawnstruct(); + /* 3:49 */waypoints[101].origin = ( -107.305, 935.929, 28.125 ); + /* 3:49 */waypoints[101].type = "stand"; + /* 3:49 */waypoints[101].children[0] = 99; + /* 3:49 */waypoints[101].children[1] = 100; + /* 3:49 */waypoints[101].children[2] = 102; + /* 3:49 */waypoints[102] = spawnstruct(); + /* 3:49 */waypoints[102].origin = ( -242.599, 924.234, 28.125 ); + /* 3:49 */waypoints[102].type = "grenade"; + /* 3:49 */waypoints[102].children[0] = 101; + /* 3:49 */waypoints[102].children[1] = 103; + /* 3:49 */waypoints[102].children[2] = 100; + /* 3:49 */waypoints[102].children[3] = 104; + /* 3:49 */waypoints[102].angles = ( 3.30687, 33.2561, 0 ); + /* 3:49 */waypoints[103] = spawnstruct(); + /* 3:49 */waypoints[103].origin = ( -245.092, 1022.67, 28.1059 ); + /* 3:49 */waypoints[103].type = "stand"; + /* 3:49 */waypoints[103].children[0] = 95; + /* 3:49 */waypoints[103].children[1] = 102; + /* 3:49 */waypoints[103].children[2] = 100; + /* 3:49 */waypoints[103].children[3] = 104; + /* 3:49 */waypoints[104] = spawnstruct(); + /* 3:49 */waypoints[104].origin = ( -422.768, 881.347, 31.16 ); + /* 3:49 */waypoints[104].type = "stand"; + /* 3:49 */waypoints[104].children[0] = 102; + /* 3:49 */waypoints[104].children[1] = 103; + /* 3:49 */waypoints[104].children[2] = 105; + /* 3:49 */waypoints[105] = spawnstruct(); + /* 3:49 */waypoints[105].origin = ( -544.494, 726.307, 28.0167 ); + /* 3:49 */waypoints[105].type = "stand"; + /* 3:49 */waypoints[105].children[0] = 104; + /* 3:49 */waypoints[105].children[1] = 106; + /* 3:49 */waypoints[106] = spawnstruct(); + /* 3:49 */waypoints[106].origin = ( -728.822, 716.552, 16.0795 ); + /* 3:49 */waypoints[106].type = "stand"; + /* 3:49 */waypoints[106].children[0] = 105; + /* 3:49 */waypoints[106].children[1] = 108; + /* 3:49 */waypoints[106].children[2] = 109; + /* 3:49 */waypoints[106].children[3] = 110; + /* 3:49 */waypoints[106].children[4] = 112; + /* 3:49 */waypoints[107] = spawnstruct(); + /* 3:49 */waypoints[107].origin = ( -762.679, 1014.43, 16.1554 ); + /* 3:49 */waypoints[107].type = "stand"; + /* 3:49 */waypoints[107].children[0] = 87; + /* 3:49 */waypoints[107].children[1] = 108; + /* 3:49 */waypoints[107].children[2] = 112; + /* 3:49 */waypoints[108] = spawnstruct(); + /* 3:49 */waypoints[108].origin = ( -764.321, 865.312, 16.2755 ); + /* 3:49 */waypoints[108].type = "stand"; + /* 3:49 */waypoints[108].children[0] = 107; + /* 3:49 */waypoints[108].children[1] = 106; + /* 3:49 */waypoints[108].children[2] = 109; + /* 3:49 */waypoints[109] = spawnstruct(); + /* 3:49 */waypoints[109].origin = ( -804.21, 706.949, 17.625 ); + /* 3:49 */waypoints[109].type = "tube"; + /* 3:49 */waypoints[109].children[0] = 108; + /* 3:49 */waypoints[109].children[1] = 106; + /* 3:49 */waypoints[109].children[2] = 110; + /* 3:49 */waypoints[109].children[3] = 111; + /* 3:49 */waypoints[109].angles = ( -10.2228, -3.7019, 0 ); + /* 3:49 */waypoints[110] = spawnstruct(); + /* 3:49 */waypoints[110].origin = ( -713.567, 524.083, 18.0855 ); + /* 3:49 */waypoints[110].type = "grenade"; + /* 3:49 */waypoints[110].children[0] = 106; + /* 3:49 */waypoints[110].children[1] = 109; + /* 3:49 */waypoints[110].children[2] = 111; + /* 3:49 */waypoints[110].children[3] = 124; + /* 3:49 */waypoints[110].angles = ( -3.73537, 94.7137, 0 ); + /* 3:49 */waypoints[111] = spawnstruct(); + /* 3:49 */waypoints[111].origin = ( -770.9, 508.108, 20.7305 ); + /* 3:49 */waypoints[111].type = "stand"; + /* 3:49 */waypoints[111].children[0] = 109; + /* 3:49 */waypoints[111].children[1] = 110; + /* 3:49 */waypoints[111].children[2] = 125; + /* 3:49 */waypoints[112] = spawnstruct(); + /* 3:49 */waypoints[112].origin = ( -710.679, 962.782, 18.7637 ); + /* 3:49 */waypoints[112].type = "stand"; + /* 3:49 */waypoints[112].children[0] = 106; + /* 3:49 */waypoints[112].children[1] = 107; + /* 3:49 */waypoints[113] = spawnstruct(); + /* 3:49 */waypoints[113].origin = ( 415.79, 705.235, 28.125 ); + /* 3:49 */waypoints[113].type = "stand"; + /* 3:49 */waypoints[113].children[0] = 8; + /* 3:49 */waypoints[113].children[1] = 114; + /* 3:49 */waypoints[113].children[2] = 128; + /* 3:49 */waypoints[113].children[3] = 129; + /* 3:49 */waypoints[114] = spawnstruct(); + /* 3:49 */waypoints[114].origin = ( 453.596, 987.182, 28.125 ); + /* 3:49 */waypoints[114].type = "stand"; + /* 3:49 */waypoints[114].children[0] = 113; + /* 3:49 */waypoints[114].children[1] = 115; + /* 3:49 */waypoints[114].children[2] = 129; + /* 3:49 */waypoints[115] = spawnstruct(); + /* 3:49 */waypoints[115].origin = ( 447.192, 1137.95, 32.7349 ); + /* 3:49 */waypoints[115].type = "grenade"; + /* 3:49 */waypoints[115].children[0] = 114; + /* 3:49 */waypoints[115].children[1] = 116; + /* 3:49 */waypoints[115].children[2] = 117; + /* 3:49 */waypoints[115].children[3] = 128; + /* 3:49 */waypoints[115].angles = ( -0.543845, 145.322, 0 ); + /* 3:49 */waypoints[116] = spawnstruct(); + /* 3:49 */waypoints[116].origin = ( 324.901, 1250.45, 32.9527 ); + /* 3:49 */waypoints[116].type = "stand"; + /* 3:49 */waypoints[116].children[0] = 115; + /* 3:49 */waypoints[116].children[1] = 97; + /* 3:49 */waypoints[116].children[2] = 99; + /* 3:49 */waypoints[116].children[3] = 117; + /* 3:49 */waypoints[117] = spawnstruct(); + /* 3:49 */waypoints[117].origin = ( 445.949, 1281.66, 45.5538 ); + /* 3:49 */waypoints[117].type = "stand"; + /* 3:49 */waypoints[117].children[0] = 115; + /* 3:49 */waypoints[117].children[1] = 116; + /* 3:49 */waypoints[117].children[2] = 97; + /* 3:49 */waypoints[118] = spawnstruct(); + /* 3:49 */waypoints[118].origin = ( -1528.62, 457.334, 25.0833 ); + /* 3:49 */waypoints[118].type = "grenade"; + /* 3:49 */waypoints[118].children[0] = 52; + /* 3:49 */waypoints[118].children[1] = 53; + /* 3:49 */waypoints[118].children[2] = 54; + /* 3:49 */waypoints[118].angles = ( 2.97728, -177.484, 0 ); + /* 3:49 */waypoints[119] = spawnstruct(); + /* 3:49 */waypoints[119].origin = ( -806.064, -297.614, 40.3135 ); + /* 3:49 */waypoints[119].type = "stand"; + /* 3:49 */waypoints[119].children[0] = 20; + /* 3:49 */waypoints[119].children[1] = 56; + /* 3:49 */waypoints[119].children[2] = 17; + /* 3:49 */waypoints[120] = spawnstruct(); + /* 3:49 */waypoints[120].origin = ( -2050.52, 694.888, 17.125 ); + /* 3:49 */waypoints[120].type = "stand"; + /* 3:49 */waypoints[120].children[0] = 59; + /* 3:49 */waypoints[120].children[1] = 50; + /* 3:49 */waypoints[121] = spawnstruct(); + /* 3:49 */waypoints[121].origin = ( -2159.46, 1391.21, 10.6483 ); + /* 3:49 */waypoints[121].type = "javelin"; + /* 3:49 */waypoints[121].children[0] = 61; + /* 3:49 */waypoints[121].children[1] = 47; + /* 3:49 */waypoints[121].children[2] = 65; + /* 3:49 */waypoints[121].children[3] = 122; + /* 3:49 */waypoints[121].children[4] = 66; + /* 3:49 */waypoints[121].jav_point = ( -2197.56, -52.7354, 12.204 ); + /* 3:49 */waypoints[122] = spawnstruct(); + /* 3:49 */waypoints[122].origin = ( -2017.84, 1396.07, 19.8135 ); + /* 3:49 */waypoints[122].type = "stand"; + /* 3:49 */waypoints[122].children[0] = 121; + /* 3:49 */waypoints[122].children[1] = 66; + /* 3:49 */waypoints[122].children[2] = 71; + /* 3:49 */waypoints[123] = spawnstruct(); + /* 3:49 */waypoints[123].origin = ( -730.019, 1721.85, 19.3312 ); + /* 3:49 */waypoints[123].type = "javelin"; + /* 3:49 */waypoints[123].children[0] = 81; + /* 3:49 */waypoints[123].jav_point = ( -775.744, 443.408, 23.8349 ); + /* 3:49 */waypoints[124] = spawnstruct(); + /* 3:49 */waypoints[124].origin = ( -699.328, 465.741, 20.4144 ); + /* 3:49 */waypoints[124].type = "stand"; + /* 3:49 */waypoints[124].children[0] = 110; + /* 3:49 */waypoints[124].children[1] = 125; + /* 3:49 */waypoints[125] = spawnstruct(); + /* 3:49 */waypoints[125].origin = ( -791.382, 433.91, 24.3258 ); + /* 3:49 */waypoints[125].type = "stand"; + /* 3:49 */waypoints[125].children[0] = 58; + /* 3:49 */waypoints[125].children[1] = 111; + /* 3:49 */waypoints[125].children[2] = 124; + /* 3:49 */waypoints[126] = spawnstruct(); + /* 3:49 */waypoints[126].origin = ( -1173.52, -743.64, 62.1116 ); + /* 3:49 */waypoints[126].type = "javelin"; + /* 3:49 */waypoints[126].children[0] = 24; + /* 3:49 */waypoints[126].jav_point = ( -2098.69, 34.3682, 12.0556 ); + /* 3:49 */waypoints[127] = spawnstruct(); + /* 3:49 */waypoints[127].origin = ( -2109.03, 0.200698, 12.125 ); + /* 3:49 */waypoints[127].type = "javelin"; + /* 3:49 */waypoints[127].children[0] = 34; + /* 3:49 */waypoints[127].children[1] = 31; + /* 3:49 */waypoints[127].children[2] = 30; + /* 3:49 */waypoints[127].children[3] = 32; + /* 3:49 */waypoints[127].jav_point = ( -2225.76, 1550.06, 10.0026 ); + /* 3:49 */waypoints[128] = spawnstruct(); + /* 3:49 */waypoints[128].origin = ( 391.799, 968.829, 28.1218 ); + /* 3:49 */waypoints[128].type = "stand"; + /* 3:49 */waypoints[128].children[0] = 113; + /* 3:49 */waypoints[128].children[1] = 115; + /* 3:49 */waypoints[129] = spawnstruct(); + /* 3:49 */waypoints[129].origin = ( 489.625, 863.991, 28.3435 ); + /* 3:49 */waypoints[129].type = "stand"; + /* 3:49 */waypoints[129].children[0] = 114; + /* 3:49 */waypoints[129].children[1] = 113; + /* 3:49 */waypoints[130] = spawnstruct(); + /* 3:49 */waypoints[130].origin = ( -2376.68, 1325.59, 13.0978 ); + /* 3:49 */waypoints[130].type = "tube"; + /* 3:49 */waypoints[130].children[0] = 47; + /* 3:49 */waypoints[130].children[1] = 45; + /* 3:49 */waypoints[130].angles = ( -10.1843, -13.7713, 0 ); + /* 3:49 */return waypoints; +} diff --git a/raw/scripts/mp/mp_overwatch/wps_overwatch.gsc b/raw/scripts/mp/mp_overwatch/wps_overwatch.gsc new file mode 100644 index 0000000..7aa123c --- /dev/null +++ b/raw/scripts/mp/mp_overwatch/wps_overwatch.gsc @@ -0,0 +1,1951 @@ +main() +{ + level.waypoints = Overwatch(); +} + +Overwatch() +{ + /* 17:26 */waypoints = []; + /* 17:26 */waypoints[0] = spawnstruct(); + /* 17:26 */waypoints[0].origin = ( 52.4, -1972.4, 12864.1 ); + /* 17:26 */waypoints[0].type = "stand"; + /* 17:26 */waypoints[0].children[0] = 1; + /* 17:26 */waypoints[0].children[1] = 147; + /* 17:26 */waypoints[0].children[2] = 150; + /* 17:26 */waypoints[0].children[3] = 151; + /* 17:26 */waypoints[0].children[4] = 201; + /* 17:26 */waypoints[0].children[5] = 297; + /* 17:26 */waypoints[0].children[6] = 298; + /* 17:26 */waypoints[1] = spawnstruct(); + /* 17:26 */waypoints[1].origin = ( 96.8886, -1557.2, 12864.1 ); + /* 17:26 */waypoints[1].type = "stand"; + /* 17:26 */waypoints[1].children[0] = 0; + /* 17:26 */waypoints[1].children[1] = 2; + /* 17:26 */waypoints[1].children[2] = 273; + /* 17:26 */waypoints[1].children[3] = 274; + /* 17:26 */waypoints[1].children[4] = 298; + /* 17:26 */waypoints[2] = spawnstruct(); + /* 17:26 */waypoints[2].origin = ( 321.722, -1372.89, 12864.1 ); + /* 17:26 */waypoints[2].type = "stand"; + /* 17:26 */waypoints[2].children[0] = 1; + /* 17:26 */waypoints[2].children[1] = 3; + /* 17:26 */waypoints[2].children[2] = 202; + /* 17:26 */waypoints[2].children[3] = 203; + /* 17:26 */waypoints[2].children[4] = 223; + /* 17:26 */waypoints[2].children[5] = 224; + /* 17:26 */waypoints[2].children[6] = 229; + /* 17:26 */waypoints[3] = spawnstruct(); + /* 17:26 */waypoints[3].origin = ( 440.216, -1061.53, 12864.1 ); + /* 17:26 */waypoints[3].type = "stand"; + /* 17:26 */waypoints[3].children[0] = 2; + /* 17:26 */waypoints[3].children[1] = 4; + /* 17:26 */waypoints[3].children[2] = 204; + /* 17:26 */waypoints[3].children[3] = 237; + /* 17:26 */waypoints[4] = spawnstruct(); + /* 17:26 */waypoints[4].origin = ( 455.109, -776.493, 12864.1 ); + /* 17:26 */waypoints[4].type = "stand"; + /* 17:26 */waypoints[4].children[0] = 3; + /* 17:26 */waypoints[4].children[1] = 5; + /* 17:26 */waypoints[4].children[2] = 35; + /* 17:26 */waypoints[4].children[3] = 37; + /* 17:26 */waypoints[5] = spawnstruct(); + /* 17:26 */waypoints[5].origin = ( 643.677, -654.434, 12859.1 ); + /* 17:26 */waypoints[5].type = "stand"; + /* 17:26 */waypoints[5].children[0] = 4; + /* 17:26 */waypoints[5].children[1] = 6; + /* 17:26 */waypoints[6] = spawnstruct(); + /* 17:26 */waypoints[6].origin = ( 820.43, -423.24, 12760.6 ); + /* 17:26 */waypoints[6].type = "stand"; + /* 17:26 */waypoints[6].children[0] = 5; + /* 17:26 */waypoints[6].children[1] = 7; + /* 17:26 */waypoints[6].children[2] = 236; + /* 17:26 */waypoints[7] = spawnstruct(); + /* 17:26 */waypoints[7].origin = ( 912.281, -61.881, 12672.1 ); + /* 17:26 */waypoints[7].type = "stand"; + /* 17:26 */waypoints[7].children[0] = 6; + /* 17:26 */waypoints[7].children[1] = 8; + /* 17:26 */waypoints[7].children[2] = 41; + /* 17:26 */waypoints[7].children[3] = 50; + /* 17:26 */waypoints[7].children[4] = 236; + /* 17:26 */waypoints[7].children[5] = 9; + /* 17:26 */waypoints[7].children[6] = 299; + /* 17:26 */waypoints[8] = spawnstruct(); + /* 17:26 */waypoints[8].origin = ( 723.436, 3.03419, 12672.1 ); + /* 17:26 */waypoints[8].type = "stand"; + /* 17:26 */waypoints[8].children[0] = 7; + /* 17:26 */waypoints[8].children[1] = 9; + /* 17:26 */waypoints[8].children[2] = 50; + /* 17:26 */waypoints[8].children[3] = 234; + /* 17:26 */waypoints[8].children[4] = 299; + /* 17:26 */waypoints[8].children[5] = 300; + /* 17:26 */waypoints[9] = spawnstruct(); + /* 17:26 */waypoints[9].origin = ( 457.66, -11.6813, 12673.1 ); + /* 17:26 */waypoints[9].type = "stand"; + /* 17:26 */waypoints[9].children[0] = 8; + /* 17:26 */waypoints[9].children[1] = 10; + /* 17:26 */waypoints[9].children[2] = 234; + /* 17:26 */waypoints[9].children[3] = 7; + /* 17:26 */waypoints[9].children[4] = 301; + /* 17:26 */waypoints[10] = spawnstruct(); + /* 17:26 */waypoints[10].origin = ( 176.522, -42.1877, 12672.1 ); + /* 17:26 */waypoints[10].type = "stand"; + /* 17:26 */waypoints[10].children[0] = 9; + /* 17:26 */waypoints[10].children[1] = 11; + /* 17:26 */waypoints[10].children[2] = 15; + /* 17:26 */waypoints[10].children[3] = 300; + /* 17:26 */waypoints[10].children[4] = 301; + /* 17:26 */waypoints[11] = spawnstruct(); + /* 17:26 */waypoints[11].origin = ( -17.6648, 13.9499, 12671.1 ); + /* 17:26 */waypoints[11].type = "stand"; + /* 17:26 */waypoints[11].children[0] = 10; + /* 17:26 */waypoints[11].children[1] = 12; + /* 17:26 */waypoints[11].children[2] = 13; + /* 17:26 */waypoints[12] = spawnstruct(); + /* 17:26 */waypoints[12].origin = ( -229.398, 52.0872, 12671.1 ); + /* 17:26 */waypoints[12].type = "stand"; + /* 17:26 */waypoints[12].children[0] = 11; + /* 17:26 */waypoints[12].children[1] = 13; + /* 17:26 */waypoints[12].children[2] = 233; + /* 17:26 */waypoints[12].children[3] = 302; + /* 17:26 */waypoints[13] = spawnstruct(); + /* 17:26 */waypoints[13].origin = ( -418.47, 13.2986, 12673.1 ); + /* 17:26 */waypoints[13].type = "stand"; + /* 17:26 */waypoints[13].children[0] = 12; + /* 17:26 */waypoints[13].children[1] = 14; + /* 17:26 */waypoints[13].children[2] = 11; + /* 17:26 */waypoints[13].children[3] = 18; + /* 17:26 */waypoints[13].children[4] = 302; + /* 17:26 */waypoints[14] = spawnstruct(); + /* 17:26 */waypoints[14].origin = ( -148.436, -99.7089, 12672.1 ); + /* 17:26 */waypoints[14].type = "stand"; + /* 17:26 */waypoints[14].children[0] = 13; + /* 17:26 */waypoints[14].children[1] = 15; + /* 17:26 */waypoints[14].children[2] = 17; + /* 17:26 */waypoints[15] = spawnstruct(); + /* 17:26 */waypoints[15].origin = ( 155.997, 105.033, 12672.1 ); + /* 17:26 */waypoints[15].type = "stand"; + /* 17:26 */waypoints[15].children[0] = 14; + /* 17:26 */waypoints[15].children[1] = 10; + /* 17:26 */waypoints[15].children[2] = 16; + /* 17:26 */waypoints[15].children[3] = 233; + /* 17:26 */waypoints[15].children[4] = 300; + /* 17:26 */waypoints[15].children[5] = 301; + /* 17:26 */waypoints[16] = spawnstruct(); + /* 17:26 */waypoints[16].origin = ( 234.12, -127.354, 12672.1 ); + /* 17:26 */waypoints[16].type = "stand"; + /* 17:26 */waypoints[16].children[0] = 15; + /* 17:26 */waypoints[16].children[1] = 17; + /* 17:26 */waypoints[17] = spawnstruct(); + /* 17:26 */waypoints[17].origin = ( 57.8757, -113.162, 12672.1 ); + /* 17:26 */waypoints[17].type = "stand"; + /* 17:26 */waypoints[17].children[0] = 16; + /* 17:26 */waypoints[17].children[1] = 14; + /* 17:26 */waypoints[18] = spawnstruct(); + /* 17:26 */waypoints[18].origin = ( -593.148, -2.79798, 12672.1 ); + /* 17:26 */waypoints[18].type = "stand"; + /* 17:26 */waypoints[18].children[0] = 13; + /* 17:26 */waypoints[18].children[1] = 19; + /* 17:26 */waypoints[18].children[2] = 20; + /* 17:26 */waypoints[18].children[3] = 232; + /* 17:26 */waypoints[19] = spawnstruct(); + /* 17:26 */waypoints[19].origin = ( -955.262, -57.0453, 12672.1 ); + /* 17:26 */waypoints[19].type = "stand"; + /* 17:26 */waypoints[19].children[0] = 18; + /* 17:26 */waypoints[19].children[1] = 20; + /* 17:26 */waypoints[19].children[2] = 21; + /* 17:26 */waypoints[19].children[3] = 232; + /* 17:26 */waypoints[20] = spawnstruct(); + /* 17:26 */waypoints[20].origin = ( -914.377, 161.332, 12672.1 ); + /* 17:26 */waypoints[20].type = "stand"; + /* 17:26 */waypoints[20].children[0] = 19; + /* 17:26 */waypoints[20].children[1] = 18; + /* 17:26 */waypoints[20].children[2] = 92; + /* 17:26 */waypoints[20].children[3] = 93; + /* 17:26 */waypoints[20].children[4] = 95; + /* 17:26 */waypoints[20].children[5] = 205; + /* 17:26 */waypoints[20].children[6] = 232; + /* 17:26 */waypoints[21] = spawnstruct(); + /* 17:26 */waypoints[21].origin = ( -1084.16, -137.07, 12672.1 ); + /* 17:26 */waypoints[21].type = "stand"; + /* 17:26 */waypoints[21].children[0] = 19; + /* 17:26 */waypoints[21].children[1] = 22; + /* 17:26 */waypoints[21].children[2] = 221; + /* 17:26 */waypoints[21].children[3] = 293; + /* 17:26 */waypoints[22] = spawnstruct(); + /* 17:26 */waypoints[22].origin = ( -1453.84, 61.7356, 12672.1 ); + /* 17:26 */waypoints[22].type = "stand"; + /* 17:26 */waypoints[22].children[0] = 21; + /* 17:26 */waypoints[22].children[1] = 23; + /* 17:26 */waypoints[22].children[2] = 92; + /* 17:26 */waypoints[22].children[3] = 293; + /* 17:26 */waypoints[23] = spawnstruct(); + /* 17:26 */waypoints[23].origin = ( -1452.35, -420.85, 12866.1 ); + /* 17:26 */waypoints[23].type = "stand"; + /* 17:26 */waypoints[23].children[0] = 22; + /* 17:26 */waypoints[23].children[1] = 24; + /* 17:26 */waypoints[24] = spawnstruct(); + /* 17:26 */waypoints[24].origin = ( -1213.44, -442.977, 12864.1 ); + /* 17:26 */waypoints[24].type = "stand"; + /* 17:26 */waypoints[24].children[0] = 23; + /* 17:26 */waypoints[24].children[1] = 25; + /* 17:26 */waypoints[25] = spawnstruct(); + /* 17:26 */waypoints[25].origin = ( -913.482, -459.336, 12864.1 ); + /* 17:26 */waypoints[25].type = "stand"; + /* 17:26 */waypoints[25].children[0] = 24; + /* 17:26 */waypoints[25].children[1] = 26; + /* 17:26 */waypoints[25].children[2] = 27; + /* 17:26 */waypoints[26] = spawnstruct(); + /* 17:26 */waypoints[26].origin = ( -831.887, -600.97, 12864.1 ); + /* 17:26 */waypoints[26].type = "stand"; + /* 17:26 */waypoints[26].children[0] = 25; + /* 17:26 */waypoints[26].children[1] = 28; + /* 17:26 */waypoints[26].children[2] = 29; + /* 17:26 */waypoints[26].children[3] = 30; + /* 17:26 */waypoints[26].children[4] = 31; + /* 17:26 */waypoints[27] = spawnstruct(); + /* 17:26 */waypoints[27].origin = ( -733.872, -456.821, 12864.1 ); + /* 17:26 */waypoints[27].type = "stand"; + /* 17:26 */waypoints[27].children[0] = 25; + /* 17:26 */waypoints[27].children[1] = 32; + /* 17:26 */waypoints[27].children[2] = 157; + /* 17:26 */waypoints[27].children[3] = 279; + /* 17:26 */waypoints[28] = spawnstruct(); + /* 17:26 */waypoints[28].origin = ( -960.459, -589.147, 12864.1 ); + /* 17:26 */waypoints[28].type = "crouch"; + /* 17:26 */waypoints[28].children[0] = 26; + /* 17:26 */waypoints[28].angles = ( 1.90063, 16.3394, 0 ); + /* 17:26 */waypoints[29] = spawnstruct(); + /* 17:26 */waypoints[29].origin = ( -927.8, -673.875, 12864 ); + /* 17:26 */waypoints[29].type = "crouch"; + /* 17:26 */waypoints[29].children[0] = 26; + /* 17:26 */waypoints[29].angles = ( 2.37305, 57.3239, 0 ); + /* 17:26 */waypoints[30] = spawnstruct(); + /* 17:26 */waypoints[30].origin = ( -835.566, -727.608, 12865 ); + /* 17:26 */waypoints[30].type = "crouch"; + /* 17:26 */waypoints[30].children[0] = 26; + /* 17:26 */waypoints[30].angles = ( 3.95508, 76.7862, 0 ); + /* 17:26 */waypoints[31] = spawnstruct(); + /* 17:26 */waypoints[31].origin = ( -669.069, -698.873, 12864.1 ); + /* 17:26 */waypoints[31].type = "stand"; + /* 17:26 */waypoints[31].children[0] = 26; + /* 17:26 */waypoints[31].children[1] = 32; + /* 17:26 */waypoints[31].children[2] = 279; + /* 17:26 */waypoints[32] = spawnstruct(); + /* 17:26 */waypoints[32].origin = ( -447.108, -671.624, 12864.1 ); + /* 17:26 */waypoints[32].type = "stand"; + /* 17:26 */waypoints[32].children[0] = 31; + /* 17:26 */waypoints[32].children[1] = 33; + /* 17:26 */waypoints[32].children[2] = 27; + /* 17:26 */waypoints[32].children[3] = 156; + /* 17:26 */waypoints[32].children[4] = 278; + /* 17:26 */waypoints[32].children[5] = 287; + /* 17:26 */waypoints[33] = spawnstruct(); + /* 17:26 */waypoints[33].origin = ( -281.888, -770.99, 12864.1 ); + /* 17:26 */waypoints[33].type = "stand"; + /* 17:26 */waypoints[33].children[0] = 32; + /* 17:26 */waypoints[33].children[1] = 34; + /* 17:26 */waypoints[34] = spawnstruct(); + /* 17:26 */waypoints[34].origin = ( -3.73774, -772.221, 12864.1 ); + /* 17:26 */waypoints[34].type = "stand"; + /* 17:26 */waypoints[34].children[0] = 33; + /* 17:26 */waypoints[34].children[1] = 35; + /* 17:26 */waypoints[34].children[2] = 36; + /* 17:26 */waypoints[34].children[3] = 228; + /* 17:26 */waypoints[34].children[4] = 243; + /* 17:26 */waypoints[34].children[5] = 244; + /* 17:26 */waypoints[35] = spawnstruct(); + /* 17:26 */waypoints[35].origin = ( 187.893, -771.695, 12864.1 ); + /* 17:26 */waypoints[35].type = "stand"; + /* 17:26 */waypoints[35].children[0] = 34; + /* 17:26 */waypoints[35].children[1] = 4; + /* 17:26 */waypoints[35].children[2] = 238; + /* 17:26 */waypoints[36] = spawnstruct(); + /* 17:26 */waypoints[36].origin = ( -0.826074, -553.062, 12864.1 ); + /* 17:26 */waypoints[36].type = "stand"; + /* 17:26 */waypoints[36].children[0] = 34; + /* 17:26 */waypoints[36].children[1] = 242; + /* 17:26 */waypoints[36].children[2] = 245; + /* 17:26 */waypoints[36].children[3] = 277; + /* 17:26 */waypoints[37] = spawnstruct(); + /* 17:26 */waypoints[37].origin = ( 470.098, -601.978, 12864.1 ); + /* 17:26 */waypoints[37].type = "stand"; + /* 17:26 */waypoints[37].children[0] = 4; + /* 17:26 */waypoints[37].children[1] = 38; + /* 17:26 */waypoints[37].children[2] = 237; + /* 17:26 */waypoints[38] = spawnstruct(); + /* 17:26 */waypoints[38].origin = ( 629.412, -405.386, 12864.1 ); + /* 17:26 */waypoints[38].type = "stand"; + /* 17:26 */waypoints[38].children[0] = 37; + /* 17:26 */waypoints[38].children[1] = 39; + /* 17:26 */waypoints[39] = spawnstruct(); + /* 17:26 */waypoints[39].origin = ( 743.11, -155.588, 12864.1 ); + /* 17:26 */waypoints[39].type = "stand"; + /* 17:26 */waypoints[39].children[0] = 38; + /* 17:26 */waypoints[39].children[1] = 40; + /* 17:26 */waypoints[39].children[2] = 235; + /* 17:26 */waypoints[39].children[3] = 285; + /* 17:26 */waypoints[40] = spawnstruct(); + /* 17:26 */waypoints[40].origin = ( 733.505, 62.899, 12864.1 ); + /* 17:26 */waypoints[40].type = "stand"; + /* 17:26 */waypoints[40].children[0] = 39; + /* 17:26 */waypoints[40].children[1] = 176; + /* 17:26 */waypoints[41] = spawnstruct(); + /* 17:26 */waypoints[41].origin = ( 1079.06, -67.7843, 12672.1 ); + /* 17:26 */waypoints[41].type = "stand"; + /* 17:26 */waypoints[41].children[0] = 7; + /* 17:26 */waypoints[41].children[1] = 42; + /* 17:26 */waypoints[41].children[2] = 49; + /* 17:26 */waypoints[41].children[3] = 299; + /* 17:26 */waypoints[42] = spawnstruct(); + /* 17:26 */waypoints[42].origin = ( 1072.79, -331.193, 12672.1 ); + /* 17:26 */waypoints[42].type = "stand"; + /* 17:26 */waypoints[42].children[0] = 41; + /* 17:26 */waypoints[42].children[1] = 43; + /* 17:26 */waypoints[42].children[2] = 132; + /* 17:26 */waypoints[42].children[3] = 264; + /* 17:26 */waypoints[43] = spawnstruct(); + /* 17:26 */waypoints[43].origin = ( 1291.24, -339.046, 12672.1 ); + /* 17:26 */waypoints[43].type = "stand"; + /* 17:26 */waypoints[43].children[0] = 42; + /* 17:26 */waypoints[43].children[1] = 44; + /* 17:26 */waypoints[43].children[2] = 122; + /* 17:26 */waypoints[43].children[3] = 262; + /* 17:26 */waypoints[43].children[4] = 263; + /* 17:26 */waypoints[43].children[5] = 264; + /* 17:26 */waypoints[44] = spawnstruct(); + /* 17:26 */waypoints[44].origin = ( 1291.3, -178.108, 12672.1 ); + /* 17:26 */waypoints[44].type = "stand"; + /* 17:26 */waypoints[44].children[0] = 43; + /* 17:26 */waypoints[44].children[1] = 45; + /* 17:26 */waypoints[44].children[2] = 262; + /* 17:26 */waypoints[45] = spawnstruct(); + /* 17:26 */waypoints[45].origin = ( 1291.43, 35.2377, 12672.1 ); + /* 17:26 */waypoints[45].type = "stand"; + /* 17:26 */waypoints[45].children[0] = 44; + /* 17:26 */waypoints[45].children[1] = 46; + /* 17:26 */waypoints[45].children[2] = 120; + /* 17:26 */waypoints[45].children[3] = 262; + /* 17:26 */waypoints[46] = spawnstruct(); + /* 17:26 */waypoints[46].origin = ( 1266.14, 230.963, 12672.1 ); + /* 17:26 */waypoints[46].type = "stand"; + /* 17:26 */waypoints[46].children[0] = 45; + /* 17:26 */waypoints[46].children[1] = 47; + /* 17:26 */waypoints[46].children[2] = 260; + /* 17:26 */waypoints[46].children[3] = 262; + /* 17:26 */waypoints[47] = spawnstruct(); + /* 17:26 */waypoints[47].origin = ( 1095.24, 415.105, 12672.1 ); + /* 17:26 */waypoints[47].type = "stand"; + /* 17:26 */waypoints[47].children[0] = 46; + /* 17:26 */waypoints[47].children[1] = 48; + /* 17:26 */waypoints[47].children[2] = 51; + /* 17:26 */waypoints[47].children[3] = 114; + /* 17:26 */waypoints[47].children[4] = 312; + /* 17:26 */waypoints[48] = spawnstruct(); + /* 17:26 */waypoints[48].origin = ( 1106.04, 169.433, 12672.1 ); + /* 17:26 */waypoints[48].type = "stand"; + /* 17:26 */waypoints[48].children[0] = 47; + /* 17:26 */waypoints[48].children[1] = 49; + /* 17:26 */waypoints[48].children[2] = 50; + /* 17:26 */waypoints[48].children[3] = 259; + /* 17:26 */waypoints[49] = spawnstruct(); + /* 17:26 */waypoints[49].origin = ( 1118.83, 57.1964, 12672.1 ); + /* 17:26 */waypoints[49].type = "stand"; + /* 17:26 */waypoints[49].children[0] = 41; + /* 17:26 */waypoints[49].children[1] = 48; + /* 17:26 */waypoints[50] = spawnstruct(); + /* 17:26 */waypoints[50].origin = ( 980.836, 159.756, 12672.1 ); + /* 17:26 */waypoints[50].type = "stand"; + /* 17:26 */waypoints[50].children[0] = 48; + /* 17:26 */waypoints[50].children[1] = 8; + /* 17:26 */waypoints[50].children[2] = 7; + /* 17:26 */waypoints[50].children[3] = 259; + /* 17:26 */waypoints[50].children[4] = 299; + /* 17:26 */waypoints[51] = spawnstruct(); + /* 17:26 */waypoints[51].origin = ( 849.671, 658.918, 12672.1 ); + /* 17:26 */waypoints[51].type = "stand"; + /* 17:26 */waypoints[51].children[0] = 47; + /* 17:26 */waypoints[51].children[1] = 52; + /* 17:26 */waypoints[51].children[2] = 53; + /* 17:26 */waypoints[51].children[3] = 258; + /* 17:26 */waypoints[51].children[4] = 312; + /* 17:26 */waypoints[52] = spawnstruct(); + /* 17:26 */waypoints[52].origin = ( 634.264, 590.651, 12672.1 ); + /* 17:26 */waypoints[52].type = "crouch"; + /* 17:26 */waypoints[52].children[0] = 51; + /* 17:26 */waypoints[52].angles = ( 3.63647, 21.0855, 0 ); + /* 17:26 */waypoints[53] = spawnstruct(); + /* 17:26 */waypoints[53].origin = ( 792.413, 841.141, 12672.1 ); + /* 17:26 */waypoints[53].type = "stand"; + /* 17:26 */waypoints[53].children[0] = 51; + /* 17:26 */waypoints[53].children[1] = 54; + /* 17:26 */waypoints[54] = spawnstruct(); + /* 17:26 */waypoints[54].origin = ( 774.357, 1011.92, 12672.1 ); + /* 17:26 */waypoints[54].type = "stand"; + /* 17:26 */waypoints[54].children[0] = 53; + /* 17:26 */waypoints[54].children[1] = 55; + /* 17:26 */waypoints[55] = spawnstruct(); + /* 17:26 */waypoints[55].origin = ( 730.12, 1114.39, 12672.1 ); + /* 17:26 */waypoints[55].type = "stand"; + /* 17:26 */waypoints[55].children[0] = 54; + /* 17:26 */waypoints[55].children[1] = 56; + /* 17:26 */waypoints[55].children[2] = 113; + /* 17:26 */waypoints[56] = spawnstruct(); + /* 17:26 */waypoints[56].origin = ( 536.762, 1113.33, 12672.1 ); + /* 17:26 */waypoints[56].type = "stand"; + /* 17:26 */waypoints[56].children[0] = 55; + /* 17:26 */waypoints[56].children[1] = 57; + /* 17:26 */waypoints[56].children[2] = 194; + /* 17:26 */waypoints[56].children[3] = 256; + /* 17:26 */waypoints[56].children[4] = 257; + /* 17:26 */waypoints[57] = spawnstruct(); + /* 17:26 */waypoints[57].origin = ( 418.704, 973.476, 12674.1 ); + /* 17:26 */waypoints[57].type = "stand"; + /* 17:26 */waypoints[57].children[0] = 56; + /* 17:26 */waypoints[57].children[1] = 58; + /* 17:26 */waypoints[57].children[2] = 118; + /* 17:26 */waypoints[57].children[3] = 257; + /* 17:26 */waypoints[58] = spawnstruct(); + /* 17:26 */waypoints[58].origin = ( 229.235, 932.572, 12674.1 ); + /* 17:26 */waypoints[58].type = "stand"; + /* 17:26 */waypoints[58].children[0] = 57; + /* 17:26 */waypoints[58].children[1] = 59; + /* 17:26 */waypoints[59] = spawnstruct(); + /* 17:26 */waypoints[59].origin = ( 18.4458, 931.439, 12674.1 ); + /* 17:26 */waypoints[59].type = "stand"; + /* 17:26 */waypoints[59].children[0] = 58; + /* 17:26 */waypoints[59].children[1] = 60; + /* 17:26 */waypoints[60] = spawnstruct(); + /* 17:26 */waypoints[60].origin = ( -234.547, 935.135, 12674.1 ); + /* 17:26 */waypoints[60].type = "stand"; + /* 17:26 */waypoints[60].children[0] = 59; + /* 17:26 */waypoints[60].children[1] = 61; + /* 17:26 */waypoints[61] = spawnstruct(); + /* 17:26 */waypoints[61].origin = ( -402.807, 984.992, 12674.1 ); + /* 17:26 */waypoints[61].type = "stand"; + /* 17:26 */waypoints[61].children[0] = 60; + /* 17:26 */waypoints[61].children[1] = 62; + /* 17:26 */waypoints[61].children[2] = 191; + /* 17:26 */waypoints[61].children[3] = 255; + /* 17:26 */waypoints[62] = spawnstruct(); + /* 17:26 */waypoints[62].origin = ( -698.529, 895.964, 12672.1 ); + /* 17:26 */waypoints[62].type = "stand"; + /* 17:26 */waypoints[62].children[0] = 61; + /* 17:26 */waypoints[62].children[1] = 63; + /* 17:26 */waypoints[62].children[2] = 88; + /* 17:26 */waypoints[62].children[3] = 193; + /* 17:26 */waypoints[63] = spawnstruct(); + /* 17:26 */waypoints[63].origin = ( -752.46, 950.882, 12672.1 ); + /* 17:26 */waypoints[63].type = "stand"; + /* 17:26 */waypoints[63].children[0] = 62; + /* 17:26 */waypoints[63].children[1] = 64; + /* 17:26 */waypoints[63].children[2] = 86; + /* 17:26 */waypoints[63].children[3] = 87; + /* 17:26 */waypoints[63].children[4] = 254; + /* 17:26 */waypoints[64] = spawnstruct(); + /* 17:26 */waypoints[64].origin = ( -767.114, 1318.84, 12672.1 ); + /* 17:26 */waypoints[64].type = "stand"; + /* 17:26 */waypoints[64].children[0] = 63; + /* 17:26 */waypoints[64].children[1] = 65; + /* 17:26 */waypoints[64].children[2] = 254; + /* 17:26 */waypoints[65] = spawnstruct(); + /* 17:26 */waypoints[65].origin = ( -767.698, 1689.62, 12856.1 ); + /* 17:26 */waypoints[65].type = "stand"; + /* 17:26 */waypoints[65].children[0] = 64; + /* 17:26 */waypoints[65].children[1] = 66; + /* 17:26 */waypoints[65].children[2] = 253; + /* 17:26 */waypoints[66] = spawnstruct(); + /* 17:26 */waypoints[66].origin = ( -758.92, 1800.11, 12856.1 ); + /* 17:26 */waypoints[66].type = "stand"; + /* 17:26 */waypoints[66].children[0] = 65; + /* 17:26 */waypoints[66].children[1] = 67; + /* 17:26 */waypoints[66].children[2] = 252; + /* 17:26 */waypoints[66].children[3] = 253; + /* 17:26 */waypoints[67] = spawnstruct(); + /* 17:26 */waypoints[67].origin = ( -570.01, 1822.14, 12864.1 ); + /* 17:26 */waypoints[67].type = "stand"; + /* 17:26 */waypoints[67].children[0] = 66; + /* 17:26 */waypoints[67].children[1] = 68; + /* 17:26 */waypoints[67].children[2] = 69; + /* 17:26 */waypoints[67].children[3] = 252; + /* 17:26 */waypoints[68] = spawnstruct(); + /* 17:26 */waypoints[68].origin = ( -469.125, 1781.76, 12864.1 ); + /* 17:26 */waypoints[68].type = "crouch"; + /* 17:26 */waypoints[68].children[0] = 67; + /* 17:26 */waypoints[68].angles = ( 3.63647, 145.511, 0 ); + /* 17:26 */waypoints[69] = spawnstruct(); + /* 17:26 */waypoints[69].origin = ( -382.803, 1862.2, 12864.1 ); + /* 17:26 */waypoints[69].type = "stand"; + /* 17:26 */waypoints[69].children[0] = 67; + /* 17:26 */waypoints[69].children[1] = 70; + /* 17:26 */waypoints[69].children[2] = 250; + /* 17:26 */waypoints[70] = spawnstruct(); + /* 17:26 */waypoints[70].origin = ( -225.908, 1676.53, 12864.1 ); + /* 17:26 */waypoints[70].type = "stand"; + /* 17:26 */waypoints[70].children[0] = 69; + /* 17:26 */waypoints[70].children[1] = 71; + /* 17:26 */waypoints[70].children[2] = 100; + /* 17:26 */waypoints[71] = spawnstruct(); + /* 17:26 */waypoints[71].origin = ( -25.2641, 1689.4, 12864.1 ); + /* 17:26 */waypoints[71].type = "stand"; + /* 17:26 */waypoints[71].children[0] = 70; + /* 17:26 */waypoints[71].children[1] = 72; + /* 17:26 */waypoints[71].children[2] = 251; + /* 17:26 */waypoints[71].children[3] = 282; + /* 17:26 */waypoints[72] = spawnstruct(); + /* 17:26 */waypoints[72].origin = ( 126.877, 1884.41, 12864.6 ); + /* 17:26 */waypoints[72].type = "stand"; + /* 17:26 */waypoints[72].children[0] = 71; + /* 17:26 */waypoints[72].children[1] = 73; + /* 17:26 */waypoints[72].children[2] = 110; + /* 17:26 */waypoints[72].children[3] = 208; + /* 17:26 */waypoints[72].children[4] = 250; + /* 17:26 */waypoints[72].children[5] = 251; + /* 17:26 */waypoints[72].children[6] = 282; + /* 17:26 */waypoints[73] = spawnstruct(); + /* 17:26 */waypoints[73].origin = ( 409.671, 1946.94, 12864.1 ); + /* 17:26 */waypoints[73].type = "stand"; + /* 17:26 */waypoints[73].children[0] = 72; + /* 17:26 */waypoints[73].children[1] = 74; + /* 17:26 */waypoints[74] = spawnstruct(); + /* 17:26 */waypoints[74].origin = ( 585.281, 1930.38, 12857.1 ); + /* 17:26 */waypoints[74].type = "stand"; + /* 17:26 */waypoints[74].children[0] = 73; + /* 17:26 */waypoints[74].children[1] = 75; + /* 17:26 */waypoints[75] = spawnstruct(); + /* 17:26 */waypoints[75].origin = ( 590.333, 1548.73, 12675.6 ); + /* 17:26 */waypoints[75].type = "stand"; + /* 17:26 */waypoints[75].children[0] = 74; + /* 17:26 */waypoints[75].children[1] = 76; + /* 17:26 */waypoints[75].children[2] = 81; + /* 17:26 */waypoints[75].children[3] = 182; + /* 17:26 */waypoints[76] = spawnstruct(); + /* 17:26 */waypoints[76].origin = ( 675.331, 1546.19, 12674.1 ); + /* 17:26 */waypoints[76].type = "stand"; + /* 17:26 */waypoints[76].children[0] = 75; + /* 17:26 */waypoints[76].children[1] = 77; + /* 17:26 */waypoints[76].children[2] = 112; + /* 17:26 */waypoints[76].children[3] = 117; + /* 17:26 */waypoints[77] = spawnstruct(); + /* 17:26 */waypoints[77].origin = ( 675.616, 1893.62, 12674.1 ); + /* 17:26 */waypoints[77].type = "stand"; + /* 17:26 */waypoints[77].children[0] = 76; + /* 17:26 */waypoints[77].children[1] = 78; + /* 17:26 */waypoints[78] = spawnstruct(); + /* 17:26 */waypoints[78].origin = ( 688.104, 2234.6, 12674.1 ); + /* 17:26 */waypoints[78].type = "stand"; + /* 17:26 */waypoints[78].children[0] = 77; + /* 17:26 */waypoints[78].children[1] = 79; + /* 17:26 */waypoints[79] = spawnstruct(); + /* 17:26 */waypoints[79].origin = ( 555.014, 2216.47, 12674.1 ); + /* 17:26 */waypoints[79].type = "stand"; + /* 17:26 */waypoints[79].children[0] = 78; + /* 17:26 */waypoints[79].children[1] = 80; + /* 17:26 */waypoints[79].children[2] = 82; + /* 17:26 */waypoints[79].children[3] = 310; + /* 17:26 */waypoints[80] = spawnstruct(); + /* 17:26 */waypoints[80].origin = ( 422.112, 2026.37, 12673.1 ); + /* 17:26 */waypoints[80].type = "stand"; + /* 17:26 */waypoints[80].children[0] = 79; + /* 17:26 */waypoints[80].children[1] = 81; + /* 17:26 */waypoints[80].children[2] = 230; + /* 17:26 */waypoints[80].children[3] = 231; + /* 17:26 */waypoints[81] = spawnstruct(); + /* 17:26 */waypoints[81].origin = ( 414.169, 1606.29, 12673.1 ); + /* 17:26 */waypoints[81].type = "stand"; + /* 17:26 */waypoints[81].children[0] = 80; + /* 17:26 */waypoints[81].children[1] = 75; + /* 17:26 */waypoints[81].children[2] = 183; + /* 17:26 */waypoints[81].children[3] = 230; + /* 17:26 */waypoints[82] = spawnstruct(); + /* 17:26 */waypoints[82].origin = ( 243.449, 2241.05, 12672.1 ); + /* 17:26 */waypoints[82].type = "stand"; + /* 17:26 */waypoints[82].children[0] = 79; + /* 17:26 */waypoints[82].children[1] = 83; + /* 17:26 */waypoints[82].children[2] = 184; + /* 17:26 */waypoints[83] = spawnstruct(); + /* 17:26 */waypoints[83].origin = ( -401.084, 2188.4, 12672.1 ); + /* 17:26 */waypoints[83].type = "stand"; + /* 17:26 */waypoints[83].children[0] = 82; + /* 17:26 */waypoints[83].children[1] = 84; + /* 17:26 */waypoints[83].children[2] = 309; + /* 17:26 */waypoints[84] = spawnstruct(); + /* 17:26 */waypoints[84].origin = ( -826.525, 2049.32, 12673.1 ); + /* 17:26 */waypoints[84].type = "stand"; + /* 17:26 */waypoints[84].children[0] = 83; + /* 17:26 */waypoints[84].children[1] = 85; + /* 17:26 */waypoints[84].children[2] = 187; + /* 17:26 */waypoints[84].children[3] = 188; + /* 17:26 */waypoints[84].children[4] = 189; + /* 17:26 */waypoints[84].children[5] = 308; + /* 17:26 */waypoints[85] = spawnstruct(); + /* 17:26 */waypoints[85].origin = ( -921.813, 1746.62, 12672.1 ); + /* 17:26 */waypoints[85].type = "stand"; + /* 17:26 */waypoints[85].children[0] = 84; + /* 17:26 */waypoints[85].children[1] = 86; + /* 17:26 */waypoints[85].children[2] = 306; + /* 17:26 */waypoints[85].children[3] = 308; + /* 17:26 */waypoints[86] = spawnstruct(); + /* 17:26 */waypoints[86].origin = ( -916.285, 1377.08, 12672.1 ); + /* 17:26 */waypoints[86].type = "stand"; + /* 17:26 */waypoints[86].children[0] = 85; + /* 17:26 */waypoints[86].children[1] = 87; + /* 17:26 */waypoints[86].children[2] = 63; + /* 17:26 */waypoints[86].children[3] = 190; + /* 17:26 */waypoints[86].children[4] = 209; + /* 17:26 */waypoints[86].children[5] = 254; + /* 17:26 */waypoints[86].children[6] = 306; + /* 17:26 */waypoints[87] = spawnstruct(); + /* 17:26 */waypoints[87].origin = ( -934.794, 1082.03, 12672.1 ); + /* 17:26 */waypoints[87].type = "stand"; + /* 17:26 */waypoints[87].children[0] = 86; + /* 17:26 */waypoints[87].children[1] = 63; + /* 17:26 */waypoints[87].children[2] = 305; + /* 17:26 */waypoints[87].children[3] = 306; + /* 17:26 */waypoints[88] = spawnstruct(); + /* 17:26 */waypoints[88].origin = ( -819.299, 821.674, 12672.1 ); + /* 17:26 */waypoints[88].type = "stand"; + /* 17:26 */waypoints[88].children[0] = 62; + /* 17:26 */waypoints[88].children[1] = 89; + /* 17:26 */waypoints[89] = spawnstruct(); + /* 17:26 */waypoints[89].origin = ( -915.843, 626.222, 12672.1 ); + /* 17:26 */waypoints[89].type = "stand"; + /* 17:26 */waypoints[89].children[0] = 88; + /* 17:26 */waypoints[89].children[1] = 90; + /* 17:26 */waypoints[89].children[2] = 94; + /* 17:26 */waypoints[90] = spawnstruct(); + /* 17:26 */waypoints[90].origin = ( -1193.58, 635.135, 12672.1 ); + /* 17:26 */waypoints[90].type = "stand"; + /* 17:26 */waypoints[90].children[0] = 89; + /* 17:26 */waypoints[90].children[1] = 91; + /* 17:26 */waypoints[90].children[2] = 304; + /* 17:26 */waypoints[91] = spawnstruct(); + /* 17:26 */waypoints[91].origin = ( -1212.08, 363.541, 12672.1 ); + /* 17:26 */waypoints[91].type = "stand"; + /* 17:26 */waypoints[91].children[0] = 90; + /* 17:26 */waypoints[91].children[1] = 92; + /* 17:26 */waypoints[91].children[2] = 93; + /* 17:26 */waypoints[91].children[3] = 290; + /* 17:26 */waypoints[91].children[4] = 304; + /* 17:26 */waypoints[92] = spawnstruct(); + /* 17:26 */waypoints[92].origin = ( -1421.17, 244.852, 12670.1 ); + /* 17:26 */waypoints[92].type = "stand"; + /* 17:26 */waypoints[92].children[0] = 91; + /* 17:26 */waypoints[92].children[1] = 22; + /* 17:26 */waypoints[92].children[2] = 20; + /* 17:26 */waypoints[93] = spawnstruct(); + /* 17:26 */waypoints[93].origin = ( -1157.6, 250.078, 12672.1 ); + /* 17:26 */waypoints[93].type = "stand"; + /* 17:26 */waypoints[93].children[0] = 91; + /* 17:26 */waypoints[93].children[1] = 20; + /* 17:26 */waypoints[93].children[2] = 94; + /* 17:26 */waypoints[93].children[3] = 210; + /* 17:26 */waypoints[93].children[4] = 232; + /* 17:26 */waypoints[93].children[5] = 303; + /* 17:26 */waypoints[94] = spawnstruct(); + /* 17:26 */waypoints[94].origin = ( -997.713, 395.712, 12672.1 ); + /* 17:26 */waypoints[94].type = "stand"; + /* 17:26 */waypoints[94].children[0] = 93; + /* 17:26 */waypoints[94].children[1] = 89; + /* 17:26 */waypoints[95] = spawnstruct(); + /* 17:26 */waypoints[95].origin = ( -746.371, 470.925, 12787.8 ); + /* 17:26 */waypoints[95].type = "stand"; + /* 17:26 */waypoints[95].children[0] = 20; + /* 17:26 */waypoints[95].children[1] = 96; + /* 17:26 */waypoints[96] = spawnstruct(); + /* 17:26 */waypoints[96].origin = ( -562.484, 717.194, 12864.1 ); + /* 17:26 */waypoints[96].type = "stand"; + /* 17:26 */waypoints[96].children[0] = 95; + /* 17:26 */waypoints[96].children[1] = 97; + /* 17:26 */waypoints[96].children[2] = 102; + /* 17:26 */waypoints[96].children[3] = 160; + /* 17:26 */waypoints[97] = spawnstruct(); + /* 17:26 */waypoints[97].origin = ( -581.753, 940.451, 12864.1 ); + /* 17:26 */waypoints[97].type = "stand"; + /* 17:26 */waypoints[97].children[0] = 96; + /* 17:26 */waypoints[97].children[1] = 98; + /* 17:26 */waypoints[97].children[2] = 207; + /* 17:26 */waypoints[98] = spawnstruct(); + /* 17:26 */waypoints[98].origin = ( -561.533, 1262.97, 12868.1 ); + /* 17:26 */waypoints[98].type = "stand"; + /* 17:26 */waypoints[98].children[0] = 97; + /* 17:26 */waypoints[98].children[1] = 99; + /* 17:26 */waypoints[99] = spawnstruct(); + /* 17:26 */waypoints[99].origin = ( -573.448, 1545.37, 12864.1 ); + /* 17:26 */waypoints[99].type = "stand"; + /* 17:26 */waypoints[99].children[0] = 98; + /* 17:26 */waypoints[99].children[1] = 100; + /* 17:26 */waypoints[100] = spawnstruct(); + /* 17:26 */waypoints[100].origin = ( -550.892, 1639.61, 12865.1 ); + /* 17:26 */waypoints[100].type = "stand"; + /* 17:26 */waypoints[100].children[0] = 99; + /* 17:26 */waypoints[100].children[1] = 101; + /* 17:26 */waypoints[100].children[2] = 70; + /* 17:26 */waypoints[100].children[3] = 105; + /* 17:26 */waypoints[101] = spawnstruct(); + /* 17:26 */waypoints[101].origin = ( -657.525, 1625.12, 12865.1 ); + /* 17:26 */waypoints[101].type = "crouch"; + /* 17:26 */waypoints[101].children[0] = 100; + /* 17:26 */waypoints[101].angles = ( 3.16406, 5.80902, 0 ); + /* 17:26 */waypoints[102] = spawnstruct(); + /* 17:26 */waypoints[102].origin = ( -394.235, 801.963, 12864.1 ); + /* 17:26 */waypoints[102].type = "stand"; + /* 17:26 */waypoints[102].children[0] = 96; + /* 17:26 */waypoints[102].children[1] = 103; + /* 17:26 */waypoints[102].children[2] = 172; + /* 17:26 */waypoints[102].children[3] = 207; + /* 17:26 */waypoints[103] = spawnstruct(); + /* 17:26 */waypoints[103].origin = ( -429.74, 1039.23, 12864.1 ); + /* 17:26 */waypoints[103].type = "stand"; + /* 17:26 */waypoints[103].children[0] = 102; + /* 17:26 */waypoints[103].children[1] = 104; + /* 17:26 */waypoints[103].children[2] = 105; + /* 17:26 */waypoints[103].children[3] = 172; + /* 17:26 */waypoints[104] = spawnstruct(); + /* 17:26 */waypoints[104].origin = ( -463.951, 1299.56, 12868.1 ); + /* 17:26 */waypoints[104].type = "stand"; + /* 17:26 */waypoints[104].children[0] = 103; + /* 17:26 */waypoints[104].children[1] = 105; + /* 17:26 */waypoints[105] = spawnstruct(); + /* 17:26 */waypoints[105].origin = ( -468.719, 1555.35, 12864.1 ); + /* 17:26 */waypoints[105].type = "stand"; + /* 17:26 */waypoints[105].children[0] = 104; + /* 17:26 */waypoints[105].children[1] = 100; + /* 17:26 */waypoints[105].children[2] = 103; + /* 17:26 */waypoints[105].children[3] = 106; + /* 17:26 */waypoints[106] = spawnstruct(); + /* 17:26 */waypoints[106].origin = ( -367.311, 1133.66, 12864.1 ); + /* 17:26 */waypoints[106].type = "stand"; + /* 17:26 */waypoints[106].children[0] = 105; + /* 17:26 */waypoints[106].children[1] = 107; + /* 17:26 */waypoints[107] = spawnstruct(); + /* 17:26 */waypoints[107].origin = ( -31.3922, 1149.35, 12865.2 ); + /* 17:26 */waypoints[107].type = "stand"; + /* 17:26 */waypoints[107].children[0] = 106; + /* 17:26 */waypoints[107].children[1] = 108; + /* 17:26 */waypoints[108] = spawnstruct(); + /* 17:26 */waypoints[108].origin = ( 276.653, 1143.78, 12865.1 ); + /* 17:26 */waypoints[108].type = "stand"; + /* 17:26 */waypoints[108].children[0] = 107; + /* 17:26 */waypoints[108].children[1] = 109; + /* 17:26 */waypoints[108].children[2] = 178; + /* 17:26 */waypoints[108].children[3] = 283; + /* 17:26 */waypoints[109] = spawnstruct(); + /* 17:26 */waypoints[109].origin = ( 285.354, 1303.22, 12868.1 ); + /* 17:26 */waypoints[109].type = "stand"; + /* 17:26 */waypoints[109].children[0] = 108; + /* 17:26 */waypoints[109].children[1] = 110; + /* 17:26 */waypoints[110] = spawnstruct(); + /* 17:26 */waypoints[110].origin = ( 290.495, 1543.92, 12864.1 ); + /* 17:26 */waypoints[110].type = "stand"; + /* 17:26 */waypoints[110].children[0] = 109; + /* 17:26 */waypoints[110].children[1] = 72; + /* 17:26 */waypoints[110].children[2] = 111; + /* 17:26 */waypoints[110].children[3] = 180; + /* 17:26 */waypoints[110].children[4] = 208; + /* 17:26 */waypoints[111] = spawnstruct(); + /* 17:26 */waypoints[111].origin = ( 443.658, 1596.23, 12864.6 ); + /* 17:26 */waypoints[111].type = "stand"; + /* 17:26 */waypoints[111].children[0] = 110; + /* 17:26 */waypoints[111].children[1] = 180; + /* 17:26 */waypoints[111].children[2] = 281; + /* 17:26 */waypoints[112] = spawnstruct(); + /* 17:26 */waypoints[112].origin = ( 640.051, 1275.49, 12674.1 ); + /* 17:26 */waypoints[112].type = "stand"; + /* 17:26 */waypoints[112].children[0] = 76; + /* 17:26 */waypoints[112].children[1] = 113; + /* 17:26 */waypoints[112].children[2] = 311; + /* 17:26 */waypoints[113] = spawnstruct(); + /* 17:26 */waypoints[113].origin = ( 830.328, 1277.83, 12672.1 ); + /* 17:26 */waypoints[113].type = "stand"; + /* 17:26 */waypoints[113].children[0] = 112; + /* 17:26 */waypoints[113].children[1] = 55; + /* 17:26 */waypoints[114] = spawnstruct(); + /* 17:26 */waypoints[114].origin = ( 1007.8, 694.565, 12672.1 ); + /* 17:26 */waypoints[114].type = "stand"; + /* 17:26 */waypoints[114].children[0] = 47; + /* 17:26 */waypoints[114].children[1] = 115; + /* 17:26 */waypoints[114].children[2] = 119; + /* 17:26 */waypoints[114].children[3] = 258; + /* 17:26 */waypoints[115] = spawnstruct(); + /* 17:26 */waypoints[115].origin = ( 1004.9, 1126.48, 12634.5 ); + /* 17:26 */waypoints[115].type = "stand"; + /* 17:26 */waypoints[115].children[0] = 114; + /* 17:26 */waypoints[115].children[1] = 116; + /* 17:26 */waypoints[116] = spawnstruct(); + /* 17:26 */waypoints[116].origin = ( 1003.08, 1422.53, 12614.1 ); + /* 17:26 */waypoints[116].type = "stand"; + /* 17:26 */waypoints[116].children[0] = 115; + /* 17:26 */waypoints[116].children[1] = 117; + /* 17:26 */waypoints[117] = spawnstruct(); + /* 17:26 */waypoints[117].origin = ( 768.758, 1419.49, 12672.1 ); + /* 17:26 */waypoints[117].type = "stand"; + /* 17:26 */waypoints[117].children[0] = 116; + /* 17:26 */waypoints[117].children[1] = 76; + /* 17:26 */waypoints[118] = spawnstruct(); + /* 17:26 */waypoints[118].origin = ( 559.375, 943.125, 12674.1 ); + /* 17:26 */waypoints[118].type = "crouch"; + /* 17:26 */waypoints[118].children[0] = 57; + /* 17:26 */waypoints[118].angles = ( 0.472412, 138.447, 0 ); + /* 17:26 */waypoints[119] = spawnstruct(); + /* 17:26 */waypoints[119].origin = ( 1296.28, 595.387, 12672.1 ); + /* 17:26 */waypoints[119].type = "stand"; + /* 17:26 */waypoints[119].children[0] = 114; + /* 17:26 */waypoints[119].children[1] = 120; + /* 17:26 */waypoints[120] = spawnstruct(); + /* 17:26 */waypoints[120].origin = ( 1443.34, 243.423, 12673.3 ); + /* 17:26 */waypoints[120].type = "stand"; + /* 17:26 */waypoints[120].children[0] = 119; + /* 17:26 */waypoints[120].children[1] = 45; + /* 17:26 */waypoints[120].children[2] = 121; + /* 17:26 */waypoints[120].children[3] = 249; + /* 17:26 */waypoints[120].children[4] = 261; + /* 17:26 */waypoints[120].children[5] = 262; + /* 17:26 */waypoints[121] = spawnstruct(); + /* 17:26 */waypoints[121].origin = ( 1567.28, 64.6099, 12672.1 ); + /* 17:26 */waypoints[121].type = "stand"; + /* 17:26 */waypoints[121].children[0] = 120; + /* 17:26 */waypoints[121].children[1] = 122; + /* 17:26 */waypoints[121].children[2] = 261; + /* 17:26 */waypoints[122] = spawnstruct(); + /* 17:26 */waypoints[122].origin = ( 1567.27, -231.283, 12672.1 ); + /* 17:26 */waypoints[122].type = "stand"; + /* 17:26 */waypoints[122].children[0] = 121; + /* 17:26 */waypoints[122].children[1] = 123; + /* 17:26 */waypoints[122].children[2] = 43; + /* 17:26 */waypoints[122].children[3] = 124; + /* 17:26 */waypoints[123] = spawnstruct(); + /* 17:26 */waypoints[123].origin = ( 1674.88, -199.125, 12672.1 ); + /* 17:26 */waypoints[123].type = "crouch"; + /* 17:26 */waypoints[123].children[0] = 122; + /* 17:26 */waypoints[123].angles = ( 0, -155.476, 0 ); + /* 17:26 */waypoints[124] = spawnstruct(); + /* 17:26 */waypoints[124].origin = ( 1384.97, -451.737, 12672.1 ); + /* 17:26 */waypoints[124].type = "stand"; + /* 17:26 */waypoints[124].children[0] = 122; + /* 17:26 */waypoints[124].children[1] = 125; + /* 17:26 */waypoints[124].children[2] = 262; + /* 17:26 */waypoints[125] = spawnstruct(); + /* 17:26 */waypoints[125].origin = ( 1091.85, -651.144, 12672.1 ); + /* 17:26 */waypoints[125].type = "stand"; + /* 17:26 */waypoints[125].children[0] = 124; + /* 17:26 */waypoints[125].children[1] = 126; + /* 17:26 */waypoints[126] = spawnstruct(); + /* 17:26 */waypoints[126].origin = ( 1041.35, -728.27, 12672.1 ); + /* 17:26 */waypoints[126].type = "stand"; + /* 17:26 */waypoints[126].children[0] = 125; + /* 17:26 */waypoints[126].children[1] = 127; + /* 17:26 */waypoints[126].children[2] = 132; + /* 17:26 */waypoints[126].children[3] = 265; + /* 17:26 */waypoints[127] = spawnstruct(); + /* 17:26 */waypoints[127].origin = ( 1159.55, -849.325, 12672.1 ); + /* 17:26 */waypoints[127].type = "stand"; + /* 17:26 */waypoints[127].children[0] = 126; + /* 17:26 */waypoints[127].children[1] = 128; + /* 17:26 */waypoints[127].children[2] = 129; + /* 17:26 */waypoints[127].children[3] = 265; + /* 17:26 */waypoints[128] = spawnstruct(); + /* 17:26 */waypoints[128].origin = ( 1267.01, -711.776, 12672.1 ); + /* 17:26 */waypoints[128].type = "crouch"; + /* 17:26 */waypoints[128].children[0] = 127; + /* 17:26 */waypoints[128].angles = ( 0.791016, -119.864, 0 ); + /* 17:26 */waypoints[129] = spawnstruct(); + /* 17:26 */waypoints[129].origin = ( 1221.87, -1023.92, 12672.1 ); + /* 17:26 */waypoints[129].type = "stand"; + /* 17:26 */waypoints[129].children[0] = 127; + /* 17:26 */waypoints[129].children[1] = 130; + /* 17:26 */waypoints[129].children[2] = 267; + /* 17:26 */waypoints[130] = spawnstruct(); + /* 17:26 */waypoints[130].origin = ( 879.859, -1234.3, 12674.1 ); + /* 17:26 */waypoints[130].type = "stand"; + /* 17:26 */waypoints[130].children[0] = 129; + /* 17:26 */waypoints[130].children[1] = 131; + /* 17:26 */waypoints[130].children[2] = 134; + /* 17:26 */waypoints[130].children[3] = 267; + /* 17:26 */waypoints[131] = spawnstruct(); + /* 17:26 */waypoints[131].origin = ( 822.431, -922.871, 12675.1 ); + /* 17:26 */waypoints[131].type = "stand"; + /* 17:26 */waypoints[131].children[0] = 130; + /* 17:26 */waypoints[131].children[1] = 132; + /* 17:26 */waypoints[131].children[2] = 268; + /* 17:26 */waypoints[132] = spawnstruct(); + /* 17:26 */waypoints[132].origin = ( 843.622, -764.024, 12672.1 ); + /* 17:26 */waypoints[132].type = "stand"; + /* 17:26 */waypoints[132].children[0] = 131; + /* 17:26 */waypoints[132].children[1] = 126; + /* 17:26 */waypoints[132].children[2] = 133; + /* 17:26 */waypoints[132].children[3] = 42; + /* 17:26 */waypoints[132].children[4] = 266; + /* 17:26 */waypoints[132].children[5] = 268; + /* 17:26 */waypoints[133] = spawnstruct(); + /* 17:26 */waypoints[133].origin = ( 597.625, -972.641, 12674.1 ); + /* 17:26 */waypoints[133].type = "crouch"; + /* 17:26 */waypoints[133].children[0] = 132; + /* 17:26 */waypoints[133].angles = ( 1.73584, 40.1743, 0 ); + /* 17:26 */waypoints[134] = spawnstruct(); + /* 17:26 */waypoints[134].origin = ( 683.69, -1333.33, 12673.2 ); + /* 17:26 */waypoints[134].type = "stand"; + /* 17:26 */waypoints[134].children[0] = 130; + /* 17:26 */waypoints[134].children[1] = 135; + /* 17:26 */waypoints[134].children[2] = 136; + /* 17:26 */waypoints[135] = spawnstruct(); + /* 17:26 */waypoints[135].origin = ( 407.525, -1393.66, 12672.1 ); + /* 17:26 */waypoints[135].type = "stand"; + /* 17:26 */waypoints[135].children[0] = 134; + /* 17:26 */waypoints[135].children[1] = 148; + /* 17:26 */waypoints[135].children[2] = 199; + /* 17:26 */waypoints[135].children[3] = 269; + /* 17:26 */waypoints[136] = spawnstruct(); + /* 17:26 */waypoints[136].origin = ( 490.343, -1228.39, 12673.4 ); + /* 17:26 */waypoints[136].type = "stand"; + /* 17:26 */waypoints[136].children[0] = 134; + /* 17:26 */waypoints[136].children[1] = 137; + /* 17:26 */waypoints[136].children[2] = 138; + /* 17:26 */waypoints[136].children[3] = 269; + /* 17:26 */waypoints[137] = spawnstruct(); + /* 17:26 */waypoints[137].origin = ( 358.125, -912.125, 12672.1 ); + /* 17:26 */waypoints[137].type = "crouch"; + /* 17:26 */waypoints[137].children[0] = 136; + /* 17:26 */waypoints[137].angles = ( 0.153809, -65.6955, 0 ); + /* 17:26 */waypoints[138] = spawnstruct(); + /* 17:26 */waypoints[138].origin = ( 192.527, -1267.91, 12672.1 ); + /* 17:26 */waypoints[138].type = "stand"; + /* 17:26 */waypoints[138].children[0] = 136; + /* 17:26 */waypoints[138].children[1] = 139; + /* 17:26 */waypoints[139] = spawnstruct(); + /* 17:26 */waypoints[139].origin = ( 39.1469, -1268.28, 12672.1 ); + /* 17:26 */waypoints[139].type = "stand"; + /* 17:26 */waypoints[139].children[0] = 138; + /* 17:26 */waypoints[139].children[1] = 140; + /* 17:26 */waypoints[139].children[2] = 270; + /* 17:26 */waypoints[140] = spawnstruct(); + /* 17:26 */waypoints[140].origin = ( 40.81, -1372.73, 12672.1 ); + /* 17:26 */waypoints[140].type = "stand"; + /* 17:26 */waypoints[140].children[0] = 139; + /* 17:26 */waypoints[140].children[1] = 141; + /* 17:26 */waypoints[140].children[2] = 270; + /* 17:26 */waypoints[141] = spawnstruct(); + /* 17:26 */waypoints[141].origin = ( -56.3398, -1353.07, 12672.1 ); + /* 17:26 */waypoints[141].type = "stand"; + /* 17:26 */waypoints[141].children[0] = 140; + /* 17:26 */waypoints[141].children[1] = 142; + /* 17:26 */waypoints[142] = spawnstruct(); + /* 17:26 */waypoints[142].origin = ( -53.5056, -1261.74, 12672.1 ); + /* 17:26 */waypoints[142].type = "stand"; + /* 17:26 */waypoints[142].children[0] = 141; + /* 17:26 */waypoints[142].children[1] = 143; + /* 17:26 */waypoints[143] = spawnstruct(); + /* 17:26 */waypoints[143].origin = ( -175.077, -1261.67, 12672.1 ); + /* 17:26 */waypoints[143].type = "stand"; + /* 17:26 */waypoints[143].children[0] = 142; + /* 17:26 */waypoints[143].children[1] = 144; + /* 17:26 */waypoints[143].children[2] = 295; + /* 17:26 */waypoints[143].children[3] = 296; + /* 17:26 */waypoints[144] = spawnstruct(); + /* 17:26 */waypoints[144].origin = ( -311.59, -1334.71, 12672.1 ); + /* 17:26 */waypoints[144].type = "stand"; + /* 17:26 */waypoints[144].children[0] = 143; + /* 17:26 */waypoints[144].children[1] = 145; + /* 17:26 */waypoints[144].children[2] = 216; + /* 17:26 */waypoints[144].children[3] = 295; + /* 17:26 */waypoints[145] = spawnstruct(); + /* 17:26 */waypoints[145].origin = ( -466.436, -1680.39, 12672.1 ); + /* 17:26 */waypoints[145].type = "stand"; + /* 17:26 */waypoints[145].children[0] = 144; + /* 17:26 */waypoints[145].children[1] = 146; + /* 17:26 */waypoints[145].children[2] = 198; + /* 17:26 */waypoints[146] = spawnstruct(); + /* 17:26 */waypoints[146].origin = ( -467.46, -1955.24, 12774.4 ); + /* 17:26 */waypoints[146].type = "stand"; + /* 17:26 */waypoints[146].children[0] = 145; + /* 17:26 */waypoints[146].children[1] = 147; + /* 17:26 */waypoints[147] = spawnstruct(); + /* 17:26 */waypoints[147].origin = ( -195.327, -1951.99, 12864.1 ); + /* 17:26 */waypoints[147].type = "stand"; + /* 17:26 */waypoints[147].children[0] = 146; + /* 17:26 */waypoints[147].children[1] = 0; + /* 17:26 */waypoints[148] = spawnstruct(); + /* 17:26 */waypoints[148].origin = ( 478.028, -1677.72, 12672.1 ); + /* 17:26 */waypoints[148].type = "stand"; + /* 17:26 */waypoints[148].children[0] = 135; + /* 17:26 */waypoints[148].children[1] = 149; + /* 17:26 */waypoints[148].children[2] = 195; + /* 17:26 */waypoints[149] = spawnstruct(); + /* 17:26 */waypoints[149].origin = ( 476.231, -1953.05, 12772.1 ); + /* 17:26 */waypoints[149].type = "stand"; + /* 17:26 */waypoints[149].children[0] = 148; + /* 17:26 */waypoints[149].children[1] = 150; + /* 17:26 */waypoints[150] = spawnstruct(); + /* 17:26 */waypoints[150].origin = ( 179.686, -1952.44, 12864.1 ); + /* 17:26 */waypoints[150].type = "stand"; + /* 17:26 */waypoints[150].children[0] = 149; + /* 17:26 */waypoints[150].children[1] = 0; + /* 17:26 */waypoints[151] = spawnstruct(); + /* 17:26 */waypoints[151].origin = ( -68.7144, -1711.31, 12864.1 ); + /* 17:26 */waypoints[151].type = "stand"; + /* 17:26 */waypoints[151].children[0] = 0; + /* 17:26 */waypoints[151].children[1] = 152; + /* 17:26 */waypoints[151].children[2] = 272; + /* 17:26 */waypoints[151].children[3] = 274; + /* 17:26 */waypoints[151].children[4] = 297; + /* 17:26 */waypoints[151].children[5] = 298; + /* 17:26 */waypoints[152] = spawnstruct(); + /* 17:26 */waypoints[152].origin = ( -223.801, -1522.29, 12864.1 ); + /* 17:26 */waypoints[152].type = "stand"; + /* 17:26 */waypoints[152].children[0] = 151; + /* 17:26 */waypoints[152].children[1] = 153; + /* 17:26 */waypoints[152].children[2] = 154; + /* 17:26 */waypoints[152].children[3] = 225; + /* 17:26 */waypoints[152].children[4] = 248; + /* 17:26 */waypoints[153] = spawnstruct(); + /* 17:26 */waypoints[153].origin = ( -297.331, -1296.25, 12864.1 ); + /* 17:26 */waypoints[153].type = "stand"; + /* 17:26 */waypoints[153].children[0] = 152; + /* 17:26 */waypoints[153].children[1] = 155; + /* 17:26 */waypoints[153].children[2] = 156; + /* 17:26 */waypoints[153].children[3] = 223; + /* 17:26 */waypoints[153].children[4] = 225; + /* 17:26 */waypoints[153].children[5] = 247; + /* 17:26 */waypoints[153].children[6] = 248; + /* 17:26 */waypoints[154] = spawnstruct(); + /* 17:26 */waypoints[154].origin = ( -514.375, -1630.38, 12864.1 ); + /* 17:26 */waypoints[154].type = "crouch"; + /* 17:26 */waypoints[154].children[0] = 152; + /* 17:26 */waypoints[154].angles = ( 2.68616, 46.6177, 0 ); + /* 17:26 */waypoints[155] = spawnstruct(); + /* 17:26 */waypoints[155].origin = ( -25.125, -1081.12, 12864.1 ); + /* 17:26 */waypoints[155].type = "crouch"; + /* 17:26 */waypoints[155].children[0] = 153; + /* 17:26 */waypoints[155].angles = ( 0.31311, -131.751, 0 ); + /* 17:26 */waypoints[156] = spawnstruct(); + /* 17:26 */waypoints[156].origin = ( -423.935, -963.75, 12864.1 ); + /* 17:26 */waypoints[156].type = "stand"; + /* 17:26 */waypoints[156].children[0] = 153; + /* 17:26 */waypoints[156].children[1] = 32; + /* 17:26 */waypoints[156].children[2] = 246; + /* 17:26 */waypoints[156].children[3] = 278; + /* 17:26 */waypoints[156].children[4] = 287; + /* 17:26 */waypoints[157] = spawnstruct(); + /* 17:26 */waypoints[157].origin = ( -682.815, -250.413, 12864.1 ); + /* 17:26 */waypoints[157].type = "stand"; + /* 17:26 */waypoints[157].children[0] = 27; + /* 17:26 */waypoints[157].children[1] = 158; + /* 17:26 */waypoints[157].children[2] = 280; + /* 17:26 */waypoints[157].children[3] = 288; + /* 17:26 */waypoints[158] = spawnstruct(); + /* 17:26 */waypoints[158].origin = ( -704.759, 102.381, 12864.1 ); + /* 17:26 */waypoints[158].type = "stand"; + /* 17:26 */waypoints[158].children[0] = 157; + /* 17:26 */waypoints[158].children[1] = 159; + /* 17:26 */waypoints[159] = spawnstruct(); + /* 17:26 */waypoints[159].origin = ( -638.289, 392.345, 12864.1 ); + /* 17:26 */waypoints[159].type = "stand"; + /* 17:26 */waypoints[159].children[0] = 158; + /* 17:26 */waypoints[159].children[1] = 160; + /* 17:26 */waypoints[160] = spawnstruct(); + /* 17:26 */waypoints[160].origin = ( -469.32, 581.849, 12864.1 ); + /* 17:26 */waypoints[160].type = "stand"; + /* 17:26 */waypoints[160].children[0] = 159; + /* 17:26 */waypoints[160].children[1] = 96; + /* 17:26 */waypoints[160].children[2] = 161; + /* 17:26 */waypoints[161] = spawnstruct(); + /* 17:26 */waypoints[161].origin = ( -276.014, 575.009, 12864.1 ); + /* 17:26 */waypoints[161].type = "stand"; + /* 17:26 */waypoints[161].children[0] = 160; + /* 17:26 */waypoints[161].children[1] = 162; + /* 17:26 */waypoints[162] = spawnstruct(); + /* 17:26 */waypoints[162].origin = ( -114.474, 477.559, 12864.1 ); + /* 17:26 */waypoints[162].type = "stand"; + /* 17:26 */waypoints[162].children[0] = 161; + /* 17:26 */waypoints[162].children[1] = 163; + /* 17:26 */waypoints[162].children[2] = 172; + /* 17:26 */waypoints[163] = spawnstruct(); + /* 17:26 */waypoints[163].origin = ( 3.89535, 392.553, 12864.1 ); + /* 17:26 */waypoints[163].type = "stand"; + /* 17:26 */waypoints[163].children[0] = 162; + /* 17:26 */waypoints[163].children[1] = 164; + /* 17:26 */waypoints[164] = spawnstruct(); + /* 17:26 */waypoints[164].origin = ( 143.122, 392.97, 12864.1 ); + /* 17:26 */waypoints[164].type = "stand"; + /* 17:26 */waypoints[164].children[0] = 163; + /* 17:26 */waypoints[164].children[1] = 165; + /* 17:26 */waypoints[164].children[2] = 167; + /* 17:26 */waypoints[165] = spawnstruct(); + /* 17:26 */waypoints[165].origin = ( 319.754, 582.116, 12864.1 ); + /* 17:26 */waypoints[165].type = "stand"; + /* 17:26 */waypoints[165].children[0] = 164; + /* 17:26 */waypoints[165].children[1] = 166; + /* 17:26 */waypoints[166] = spawnstruct(); + /* 17:26 */waypoints[166].origin = ( 428.993, 594.07, 12864.1 ); + /* 17:26 */waypoints[166].type = "stand"; + /* 17:26 */waypoints[166].children[0] = 165; + /* 17:26 */waypoints[166].children[1] = 174; + /* 17:26 */waypoints[166].children[2] = 175; + /* 17:26 */waypoints[167] = spawnstruct(); + /* 17:26 */waypoints[167].origin = ( 131.993, 683.593, 12864.1 ); + /* 17:26 */waypoints[167].type = "stand"; + /* 17:26 */waypoints[167].children[0] = 164; + /* 17:26 */waypoints[167].children[1] = 168; + /* 17:26 */waypoints[168] = spawnstruct(); + /* 17:26 */waypoints[168].origin = ( 128.163, 832.711, 12864.1 ); + /* 17:26 */waypoints[168].type = "stand"; + /* 17:26 */waypoints[168].children[0] = 167; + /* 17:26 */waypoints[168].children[1] = 169; + /* 17:26 */waypoints[168].children[2] = 170; + /* 17:26 */waypoints[168].children[3] = 173; + /* 17:26 */waypoints[168].children[4] = 174; + /* 17:26 */waypoints[168].children[5] = 177; + /* 17:26 */waypoints[168].children[6] = 226; + /* 17:26 */waypoints[168].children[7] = 284; + /* 17:26 */waypoints[169] = spawnstruct(); + /* 17:26 */waypoints[169].origin = ( 94.127, 1012.88, 12864.1 ); + /* 17:26 */waypoints[169].type = "crouch"; + /* 17:26 */waypoints[169].children[0] = 168; + /* 17:26 */waypoints[169].angles = ( 3.63647, -55.0003, 0 ); + /* 17:26 */waypoints[170] = spawnstruct(); + /* 17:26 */waypoints[170].origin = ( 1.28155, 834.523, 12864.1 ); + /* 17:26 */waypoints[170].type = "stand"; + /* 17:26 */waypoints[170].children[0] = 168; + /* 17:26 */waypoints[170].children[1] = 171; + /* 17:26 */waypoints[170].children[2] = 172; + /* 17:26 */waypoints[171] = spawnstruct(); + /* 17:26 */waypoints[171].origin = ( 20.8519, 1030.88, 12864.1 ); + /* 17:26 */waypoints[171].type = "crouch"; + /* 17:26 */waypoints[171].children[0] = 170; + /* 17:26 */waypoints[171].angles = ( 1.89514, -105.625, 0 ); + /* 17:26 */waypoints[172] = spawnstruct(); + /* 17:26 */waypoints[172].origin = ( -204.818, 852.846, 12864.1 ); + /* 17:26 */waypoints[172].type = "stand"; + /* 17:26 */waypoints[172].children[0] = 170; + /* 17:26 */waypoints[172].children[1] = 103; + /* 17:26 */waypoints[172].children[2] = 102; + /* 17:26 */waypoints[172].children[3] = 162; + /* 17:26 */waypoints[173] = spawnstruct(); + /* 17:26 */waypoints[173].origin = ( 205.849, 1030.88, 12864.1 ); + /* 17:26 */waypoints[173].type = "crouch"; + /* 17:26 */waypoints[173].children[0] = 168; + /* 17:26 */waypoints[173].angles = ( 1.26343, -91.799, 0 ); + /* 17:26 */waypoints[174] = spawnstruct(); + /* 17:26 */waypoints[174].origin = ( 473.608, 777.876, 12864.1 ); + /* 17:26 */waypoints[174].type = "stand"; + /* 17:26 */waypoints[174].children[0] = 168; + /* 17:26 */waypoints[174].children[1] = 166; + /* 17:26 */waypoints[174].children[2] = 177; + /* 17:26 */waypoints[174].children[3] = 227; + /* 17:26 */waypoints[174].children[4] = 283; + /* 17:26 */waypoints[174].children[5] = 284; + /* 17:26 */waypoints[175] = spawnstruct(); + /* 17:26 */waypoints[175].origin = ( 586.235, 448.267, 12864.1 ); + /* 17:26 */waypoints[175].type = "stand"; + /* 17:26 */waypoints[175].children[0] = 166; + /* 17:26 */waypoints[175].children[1] = 176; + /* 17:26 */waypoints[175].children[2] = 235; + /* 17:26 */waypoints[176] = spawnstruct(); + /* 17:26 */waypoints[176].origin = ( 724.254, 167.144, 12864.1 ); + /* 17:26 */waypoints[176].type = "stand"; + /* 17:26 */waypoints[176].children[0] = 175; + /* 17:26 */waypoints[176].children[1] = 40; + /* 17:26 */waypoints[177] = spawnstruct(); + /* 17:26 */waypoints[177].origin = ( 560.371, 900.333, 12864.1 ); + /* 17:26 */waypoints[177].type = "stand"; + /* 17:26 */waypoints[177].children[0] = 174; + /* 17:26 */waypoints[177].children[1] = 178; + /* 17:26 */waypoints[177].children[2] = 168; + /* 17:26 */waypoints[177].children[3] = 226; + /* 17:26 */waypoints[177].children[4] = 283; + /* 17:26 */waypoints[178] = spawnstruct(); + /* 17:26 */waypoints[178].origin = ( 539.026, 1093.33, 12864.1 ); + /* 17:26 */waypoints[178].type = "stand"; + /* 17:26 */waypoints[178].children[0] = 177; + /* 17:26 */waypoints[178].children[1] = 108; + /* 17:26 */waypoints[178].children[2] = 179; + /* 17:26 */waypoints[179] = spawnstruct(); + /* 17:26 */waypoints[179].origin = ( 429.342, 1158.76, 12864.1 ); + /* 17:26 */waypoints[179].type = "stand"; + /* 17:26 */waypoints[179].children[0] = 178; + /* 17:26 */waypoints[179].children[1] = 180; + /* 17:26 */waypoints[180] = spawnstruct(); + /* 17:26 */waypoints[180].origin = ( 414.148, 1348.36, 12868.1 ); + /* 17:26 */waypoints[180].type = "stand"; + /* 17:26 */waypoints[180].children[0] = 179; + /* 17:26 */waypoints[180].children[1] = 111; + /* 17:26 */waypoints[180].children[2] = 110; + /* 17:26 */waypoints[180].children[3] = 181; + /* 17:26 */waypoints[181] = spawnstruct(); + /* 17:26 */waypoints[181].origin = ( 520.875, 1288.12, 12868.1 ); + /* 17:26 */waypoints[181].type = "crouch"; + /* 17:26 */waypoints[181].children[0] = 180; + /* 17:26 */waypoints[181].angles = ( 2.21375, 150.477, 0 ); + /* 17:26 */waypoints[182] = spawnstruct(); + /* 17:26 */waypoints[182].origin = ( 590.204, 1379.78, 12678.1 ); + /* 17:26 */waypoints[182].type = "stand"; + /* 17:26 */waypoints[182].children[0] = 75; + /* 17:26 */waypoints[182].children[1] = 183; + /* 17:26 */waypoints[183] = spawnstruct(); + /* 17:26 */waypoints[183].origin = ( 401.011, 1483.48, 12674.9 ); + /* 17:26 */waypoints[183].type = "stand"; + /* 17:26 */waypoints[183].children[0] = 182; + /* 17:26 */waypoints[183].children[1] = 81; + /* 17:26 */waypoints[184] = spawnstruct(); + /* 17:26 */waypoints[184].origin = ( 177.702, 2078.22, 12672.1 ); + /* 17:26 */waypoints[184].type = "stand"; + /* 17:26 */waypoints[184].children[0] = 82; + /* 17:26 */waypoints[184].children[1] = 185; + /* 17:26 */waypoints[184].children[2] = 231; + /* 17:26 */waypoints[185] = spawnstruct(); + /* 17:26 */waypoints[185].origin = ( -184.469, 2078.26, 12672.1 ); + /* 17:26 */waypoints[185].type = "stand"; + /* 17:26 */waypoints[185].children[0] = 184; + /* 17:26 */waypoints[185].children[1] = 186; + /* 17:26 */waypoints[186] = spawnstruct(); + /* 17:26 */waypoints[186].origin = ( -451.084, 2078.26, 12672.1 ); + /* 17:26 */waypoints[186].type = "stand"; + /* 17:26 */waypoints[186].children[0] = 185; + /* 17:26 */waypoints[186].children[1] = 187; + /* 17:26 */waypoints[186].children[2] = 309; + /* 17:26 */waypoints[187] = spawnstruct(); + /* 17:26 */waypoints[187].origin = ( -569.26, 2220.59, 12672.1 ); + /* 17:26 */waypoints[187].type = "stand"; + /* 17:26 */waypoints[187].children[0] = 84; + /* 17:26 */waypoints[187].children[1] = 186; + /* 17:26 */waypoints[187].children[2] = 309; + /* 17:26 */waypoints[188] = spawnstruct(); + /* 17:26 */waypoints[188].origin = ( -756.125, 1903.35, 12672.1 ); + /* 17:26 */waypoints[188].type = "crouch"; + /* 17:26 */waypoints[188].children[0] = 84; + /* 17:26 */waypoints[188].angles = ( 0.626221, 154.493, 0 ); + /* 17:26 */waypoints[189] = spawnstruct(); + /* 17:26 */waypoints[189].origin = ( -708.125, 1958.12, 12672.1 ); + /* 17:26 */waypoints[189].type = "crouch"; + /* 17:26 */waypoints[189].children[0] = 84; + /* 17:26 */waypoints[189].angles = ( 1.10413, 176.8, 0 ); + /* 17:26 */waypoints[190] = spawnstruct(); + /* 17:26 */waypoints[190].origin = ( -820.625, 1687.18, 12672.1 ); + /* 17:26 */waypoints[190].type = "crouch"; + /* 17:26 */waypoints[190].children[0] = 86; + /* 17:26 */waypoints[190].angles = ( 1.57654, -116.112, 0 ); + /* 17:26 */waypoints[191] = spawnstruct(); + /* 17:26 */waypoints[191].origin = ( -416.55, 1144.43, 12674.1 ); + /* 17:26 */waypoints[191].type = "stand"; + /* 17:26 */waypoints[191].children[0] = 61; + /* 17:26 */waypoints[191].children[1] = 192; + /* 17:26 */waypoints[191].children[2] = 255; + /* 17:26 */waypoints[192] = spawnstruct(); + /* 17:26 */waypoints[192].origin = ( -598.185, 1147.66, 12674.1 ); + /* 17:26 */waypoints[192].type = "stand"; + /* 17:26 */waypoints[192].children[0] = 191; + /* 17:26 */waypoints[192].children[1] = 193; + /* 17:26 */waypoints[192].children[2] = 255; + /* 17:26 */waypoints[193] = spawnstruct(); + /* 17:26 */waypoints[193].origin = ( -575.751, 892.418, 12674.1 ); + /* 17:26 */waypoints[193].type = "stand"; + /* 17:26 */waypoints[193].children[0] = 192; + /* 17:26 */waypoints[193].children[1] = 62; + /* 17:26 */waypoints[193].children[2] = 255; + /* 17:26 */waypoints[194] = spawnstruct(); + /* 17:26 */waypoints[194].origin = ( 417.125, 1193.88, 12672.1 ); + /* 17:26 */waypoints[194].type = "crouch"; + /* 17:26 */waypoints[194].children[0] = 56; + /* 17:26 */waypoints[194].angles = ( 7.59155, -53.9291, 0 ); + /* 17:26 */waypoints[195] = spawnstruct(); + /* 17:26 */waypoints[195].origin = ( 278.348, -1684.39, 12670.1 ); + /* 17:26 */waypoints[195].type = "stand"; + /* 17:26 */waypoints[195].children[0] = 148; + /* 17:26 */waypoints[195].children[1] = 196; + /* 17:26 */waypoints[196] = spawnstruct(); + /* 17:26 */waypoints[196].origin = ( 114.476, -1842.64, 12672.1 ); + /* 17:26 */waypoints[196].type = "stand"; + /* 17:26 */waypoints[196].children[0] = 195; + /* 17:26 */waypoints[196].children[1] = 197; + /* 17:26 */waypoints[196].children[2] = 271; + /* 17:26 */waypoints[197] = spawnstruct(); + /* 17:26 */waypoints[197].origin = ( -237.124, -1847.9, 12672.1 ); + /* 17:26 */waypoints[197].type = "stand"; + /* 17:26 */waypoints[197].children[0] = 196; + /* 17:26 */waypoints[197].children[1] = 198; + /* 17:26 */waypoints[198] = spawnstruct(); + /* 17:26 */waypoints[198].origin = ( -300.453, -1560.09, 12672.1 ); + /* 17:26 */waypoints[198].type = "stand"; + /* 17:26 */waypoints[198].children[0] = 197; + /* 17:26 */waypoints[198].children[1] = 145; + /* 17:26 */waypoints[198].children[2] = 200; + /* 17:26 */waypoints[198].children[3] = 216; + /* 17:26 */waypoints[199] = spawnstruct(); + /* 17:26 */waypoints[199].origin = ( 115.194, -1469.99, 12672.1 ); + /* 17:26 */waypoints[199].type = "stand"; + /* 17:26 */waypoints[199].children[0] = 135; + /* 17:26 */waypoints[199].children[1] = 200; + /* 17:26 */waypoints[200] = spawnstruct(); + /* 17:26 */waypoints[200].origin = ( -211.51, -1509.75, 12672.1 ); + /* 17:26 */waypoints[200].type = "stand"; + /* 17:26 */waypoints[200].children[0] = 199; + /* 17:26 */waypoints[200].children[1] = 198; + /* 17:26 */waypoints[200].children[2] = 271; + /* 17:26 */waypoints[200].children[3] = 296; + /* 17:26 */waypoints[201] = spawnstruct(); + /* 17:26 */waypoints[201].origin = ( 0.636692, -2200.71, 12864.1 ); + /* 17:26 */waypoints[201].type = "crouch"; + /* 17:26 */waypoints[201].children[0] = 0; + /* 17:26 */waypoints[201].angles = ( -0.00549316, 87.8275, 0 ); + /* 17:26 */waypoints[202] = spawnstruct(); + /* 17:26 */waypoints[202].origin = ( 389.678, -1696.87, 12864.1 ); + /* 17:26 */waypoints[202].type = "crouch"; + /* 17:26 */waypoints[202].children[0] = 2; + /* 17:26 */waypoints[202].angles = ( 2.20825, 96.2265, 0 ); + /* 17:26 */waypoints[203] = spawnstruct(); + /* 17:26 */waypoints[203].origin = ( 273.15, -1072.12, 12864.1 ); + /* 17:26 */waypoints[203].type = "crouch"; + /* 17:26 */waypoints[203].children[0] = 2; + /* 17:26 */waypoints[203].angles = ( 2.84546, -91.8924, 0 ); + /* 17:26 */waypoints[204] = spawnstruct(); + /* 17:26 */waypoints[204].origin = ( 558.875, -1062.88, 12864.1 ); + /* 17:26 */waypoints[204].type = "crouch"; + /* 17:26 */waypoints[204].children[0] = 3; + /* 17:26 */waypoints[204].angles = ( 2.68616, 147.335, 0 ); + /* 17:26 */waypoints[205] = spawnstruct(); + /* 17:26 */waypoints[205].origin = ( -889.659, 389.373, 12740.1 ); + /* 17:26 */waypoints[205].type = "stand"; + /* 17:26 */waypoints[205].children[0] = 20; + /* 17:26 */waypoints[205].children[1] = 206; + /* 17:26 */waypoints[206] = spawnstruct(); + /* 17:26 */waypoints[206].origin = ( -788.307, 574.612, 12808.7 ); + /* 17:26 */waypoints[206].type = "stand"; + /* 17:26 */waypoints[206].children[0] = 205; + /* 17:26 */waypoints[206].children[1] = 207; + /* 17:26 */waypoints[207] = spawnstruct(); + /* 17:26 */waypoints[207].origin = ( -641.246, 738.376, 12864.1 ); + /* 17:26 */waypoints[207].type = "stand"; + /* 17:26 */waypoints[207].children[0] = 206; + /* 17:26 */waypoints[207].children[1] = 97; + /* 17:26 */waypoints[207].children[2] = 102; + /* 17:26 */waypoints[208] = spawnstruct(); + /* 17:26 */waypoints[208].origin = ( 249.633, 1900.64, 12865.1 ); + /* 17:26 */waypoints[208].type = "stand"; + /* 17:26 */waypoints[208].children[0] = 110; + /* 17:26 */waypoints[208].children[1] = 72; + /* 17:26 */waypoints[208].children[2] = 251; + /* 17:26 */waypoints[209] = spawnstruct(); + /* 17:26 */waypoints[209].origin = ( -1032.88, 1597.88, 12672.1 ); + /* 17:26 */waypoints[209].type = "crouch"; + /* 17:26 */waypoints[209].children[0] = 86; + /* 17:26 */waypoints[209].angles = ( 3.15857, -32.8134, 0 ); + /* 17:26 */waypoints[210] = spawnstruct(); + /* 17:26 */waypoints[210].origin = ( -1407.22, -170.207, 12672.1 ); + /* 17:26 */waypoints[210].type = "stand"; + /* 17:26 */waypoints[210].children[0] = 93; + /* 17:26 */waypoints[210].children[1] = 211; + /* 17:26 */waypoints[210].children[2] = 289; + /* 17:26 */waypoints[210].children[3] = 290; + /* 17:26 */waypoints[211] = spawnstruct(); + /* 17:26 */waypoints[211].origin = ( -1434.72, -362.467, 12672.1 ); + /* 17:26 */waypoints[211].type = "stand"; + /* 17:26 */waypoints[211].children[0] = 210; + /* 17:26 */waypoints[211].children[1] = 212; + /* 17:26 */waypoints[212] = spawnstruct(); + /* 17:26 */waypoints[212].origin = ( -1435.85, -553.319, 12672.1 ); + /* 17:26 */waypoints[212].type = "stand"; + /* 17:26 */waypoints[212].children[0] = 211; + /* 17:26 */waypoints[212].children[1] = 213; + /* 17:26 */waypoints[212].children[2] = 291; + /* 17:26 */waypoints[213] = spawnstruct(); + /* 17:26 */waypoints[213].origin = ( -1401.17, -925.99, 12664.1 ); + /* 17:26 */waypoints[213].type = "stand"; + /* 17:26 */waypoints[213].children[0] = 212; + /* 17:26 */waypoints[213].children[1] = 214; + /* 17:26 */waypoints[214] = spawnstruct(); + /* 17:26 */waypoints[214].origin = ( -1269.64, -1216.72, 12670.1 ); + /* 17:26 */waypoints[214].type = "stand"; + /* 17:26 */waypoints[214].children[0] = 213; + /* 17:26 */waypoints[214].children[1] = 215; + /* 17:26 */waypoints[214].children[2] = 218; + /* 17:26 */waypoints[214].children[3] = 292; + /* 17:26 */waypoints[215] = spawnstruct(); + /* 17:26 */waypoints[215].origin = ( -891.436, -1289.09, 12670.1 ); + /* 17:26 */waypoints[215].type = "stand"; + /* 17:26 */waypoints[215].children[0] = 214; + /* 17:26 */waypoints[215].children[1] = 216; + /* 17:26 */waypoints[215].children[2] = 294; + /* 17:26 */waypoints[216] = spawnstruct(); + /* 17:26 */waypoints[216].origin = ( -453.545, -1378.67, 12672.1 ); + /* 17:26 */waypoints[216].type = "stand"; + /* 17:26 */waypoints[216].children[0] = 215; + /* 17:26 */waypoints[216].children[1] = 198; + /* 17:26 */waypoints[216].children[2] = 144; + /* 17:26 */waypoints[216].children[3] = 217; + /* 17:26 */waypoints[216].children[4] = 294; + /* 17:26 */waypoints[217] = spawnstruct(); + /* 17:26 */waypoints[217].origin = ( -220.085, -1073.12, 12672.1 ); + /* 17:26 */waypoints[217].type = "crouch"; + /* 17:26 */waypoints[217].children[0] = 216; + /* 17:26 */waypoints[217].angles = ( 1.89514, -125.197, 0 ); + /* 17:26 */waypoints[218] = spawnstruct(); + /* 17:26 */waypoints[218].origin = ( -1153.85, -858.934, 12671.1 ); + /* 17:26 */waypoints[218].type = "stand"; + /* 17:26 */waypoints[218].children[0] = 214; + /* 17:26 */waypoints[218].children[1] = 219; + /* 17:26 */waypoints[219] = spawnstruct(); + /* 17:26 */waypoints[219].origin = ( -1087.64, -608.727, 12671.1 ); + /* 17:26 */waypoints[219].type = "stand"; + /* 17:26 */waypoints[219].children[0] = 218; + /* 17:26 */waypoints[219].children[1] = 220; + /* 17:26 */waypoints[220] = spawnstruct(); + /* 17:26 */waypoints[220].origin = ( -1213.46, -447.74, 12672.1 ); + /* 17:26 */waypoints[220].type = "stand"; + /* 17:26 */waypoints[220].children[0] = 219; + /* 17:26 */waypoints[220].children[1] = 221; + /* 17:26 */waypoints[220].children[2] = 290; + /* 17:26 */waypoints[220].children[3] = 291; + /* 17:26 */waypoints[220].children[4] = 293; + /* 17:26 */waypoints[221] = spawnstruct(); + /* 17:26 */waypoints[221].origin = ( -1168.37, -260.513, 12672.1 ); + /* 17:26 */waypoints[221].type = "stand"; + /* 17:26 */waypoints[221].children[0] = 220; + /* 17:26 */waypoints[221].children[1] = 21; + /* 17:26 */waypoints[221].children[2] = 222; + /* 17:26 */waypoints[221].children[3] = 289; + /* 17:26 */waypoints[221].children[4] = 290; + /* 17:26 */waypoints[222] = spawnstruct(); + /* 17:26 */waypoints[222].origin = ( -857.125, -198.414, 12672.1 ); + /* 17:26 */waypoints[222].type = "crouch"; + /* 17:26 */waypoints[222].children[0] = 221; + /* 17:26 */waypoints[222].angles = ( 3.47717, -179.783, 0 ); + /* 17:26 */waypoints[223] = spawnstruct(); + /* 17:26 */waypoints[223].origin = ( -1.29448, -1318.53, 12864.1 ); + /* 17:26 */waypoints[223].type = "stand"; + /* 17:26 */waypoints[223].children[0] = 153; + /* 17:26 */waypoints[223].children[1] = 2; + /* 17:26 */waypoints[223].children[2] = 275; + /* 17:26 */waypoints[224] = spawnstruct(); + /* 17:26 */waypoints[224].origin = ( -13.9226, -1393.48, 12864.1 ); + /* 17:26 */waypoints[224].type = "stand"; + /* 17:26 */waypoints[224].children[0] = 2; + /* 17:26 */waypoints[224].children[1] = 225; + /* 17:26 */waypoints[225] = spawnstruct(); + /* 17:26 */waypoints[225].origin = ( -177.467, -1392.91, 12864.1 ); + /* 17:26 */waypoints[225].type = "stand"; + /* 17:26 */waypoints[225].children[0] = 224; + /* 17:26 */waypoints[225].children[1] = 153; + /* 17:26 */waypoints[225].children[2] = 152; + /* 17:26 */waypoints[225].children[3] = 275; + /* 17:26 */waypoints[226] = spawnstruct(); + /* 17:26 */waypoints[226].origin = ( 310.682, 918.71, 12864.1 ); + /* 17:26 */waypoints[226].type = "stand"; + /* 17:26 */waypoints[226].children[0] = 168; + /* 17:26 */waypoints[226].children[1] = 177; + /* 17:26 */waypoints[226].children[2] = 284; + /* 17:26 */waypoints[227] = spawnstruct(); + /* 17:26 */waypoints[227].origin = ( 686.217, 739.032, 12864.1 ); + /* 17:26 */waypoints[227].type = "crouch"; + /* 17:26 */waypoints[227].children[0] = 174; + /* 17:26 */waypoints[227].angles = ( 0.637207, 159.144, 0 ); + /* 17:26 */waypoints[228] = spawnstruct(); + /* 17:26 */waypoints[228].origin = ( -147.875, -606.125, 12864.1 ); + /* 17:26 */waypoints[228].type = "crouch"; + /* 17:26 */waypoints[228].children[0] = 34; + /* 17:26 */waypoints[228].angles = ( 1.90063, -51.8099, 0 ); + /* 17:26 */waypoints[229] = spawnstruct(); + /* 17:26 */waypoints[229].origin = ( 558.875, -1321.12, 12864.1 ); + /* 17:26 */waypoints[229].type = "crouch"; + /* 17:26 */waypoints[229].children[0] = 2; + /* 17:26 */waypoints[229].angles = ( 2.53235, -155.653, 0 ); + /* 17:26 */waypoints[230] = spawnstruct(); + /* 17:26 */waypoints[230].origin = ( 465.278, 1797.03, 12673.1 ); + /* 17:26 */waypoints[230].type = "stand"; + /* 17:26 */waypoints[230].children[0] = 80; + /* 17:26 */waypoints[230].children[1] = 81; + /* 17:26 */waypoints[231] = spawnstruct(); + /* 17:26 */waypoints[231].origin = ( 308.767, 2174.37, 12672.1 ); + /* 17:26 */waypoints[231].type = "stand"; + /* 17:26 */waypoints[231].children[0] = 184; + /* 17:26 */waypoints[231].children[1] = 80; + /* 17:26 */waypoints[231].children[2] = 310; + /* 17:26 */waypoints[232] = spawnstruct(); + /* 17:26 */waypoints[232].origin = ( -885.166, 51.8891, 12672.1 ); + /* 17:26 */waypoints[232].type = "stand"; + /* 17:26 */waypoints[232].children[0] = 18; + /* 17:26 */waypoints[232].children[1] = 93; + /* 17:26 */waypoints[232].children[2] = 20; + /* 17:26 */waypoints[232].children[3] = 19; + /* 17:26 */waypoints[232].children[4] = 303; + /* 17:26 */waypoints[233] = spawnstruct(); + /* 17:26 */waypoints[233].origin = ( -35.5613, 81.856, 12672.1 ); + /* 17:26 */waypoints[233].type = "stand"; + /* 17:26 */waypoints[233].children[0] = 15; + /* 17:26 */waypoints[233].children[1] = 12; + /* 17:26 */waypoints[234] = spawnstruct(); + /* 17:26 */waypoints[234].origin = ( 545.864, 71.7816, 12671.1 ); + /* 17:26 */waypoints[234].type = "stand"; + /* 17:26 */waypoints[234].children[0] = 9; + /* 17:26 */waypoints[234].children[1] = 8; + /* 17:26 */waypoints[235] = spawnstruct(); + /* 17:26 */waypoints[235].origin = ( 637.861, 244.949, 12864.1 ); + /* 17:26 */waypoints[235].type = "stand"; + /* 17:26 */waypoints[235].children[0] = 175; + /* 17:26 */waypoints[235].children[1] = 39; + /* 17:26 */waypoints[235].children[2] = 285; + /* 17:26 */waypoints[236] = spawnstruct(); + /* 17:26 */waypoints[236].origin = ( 843.138, -497.206, 12778.3 ); + /* 17:26 */waypoints[236].type = "stand"; + /* 17:26 */waypoints[236].children[0] = 6; + /* 17:26 */waypoints[236].children[1] = 7; + /* 17:26 */waypoints[236].children[2] = 237; + /* 17:26 */waypoints[237] = spawnstruct(); + /* 17:26 */waypoints[237].origin = ( 523.198, -819.463, 12864.1 ); + /* 17:26 */waypoints[237].type = "stand"; + /* 17:26 */waypoints[237].children[0] = 236; + /* 17:26 */waypoints[237].children[1] = 3; + /* 17:26 */waypoints[237].children[2] = 37; + /* 17:26 */waypoints[237].children[3] = 286; + /* 17:26 */waypoints[238] = spawnstruct(); + /* 17:26 */waypoints[238].origin = ( 299.836, -727.672, 12864.1 ); + /* 17:26 */waypoints[238].type = "stand"; + /* 17:26 */waypoints[238].children[0] = 35; + /* 17:26 */waypoints[238].children[1] = 239; + /* 17:26 */waypoints[238].children[2] = 276; + /* 17:26 */waypoints[239] = spawnstruct(); + /* 17:26 */waypoints[239].origin = ( 288.671, -657.125, 12864.1 ); + /* 17:26 */waypoints[239].type = "stand"; + /* 17:26 */waypoints[239].children[0] = 238; + /* 17:26 */waypoints[239].children[1] = 240; + /* 17:26 */waypoints[239].children[2] = 276; + /* 17:26 */waypoints[240] = spawnstruct(); + /* 17:26 */waypoints[240].origin = ( 195.786, -655.393, 12864.1 ); + /* 17:26 */waypoints[240].type = "stand"; + /* 17:26 */waypoints[240].children[0] = 239; + /* 17:26 */waypoints[240].children[1] = 241; + /* 17:26 */waypoints[240].children[2] = 242; + /* 17:26 */waypoints[241] = spawnstruct(); + /* 17:26 */waypoints[241].origin = ( 240.115, -572.776, 12864.1 ); + /* 17:26 */waypoints[241].type = "crouch"; + /* 17:26 */waypoints[241].children[0] = 240; + /* 17:26 */waypoints[241].angles = ( 1.42273, -140.536, 0 ); + /* 17:26 */waypoints[242] = spawnstruct(); + /* 17:26 */waypoints[242].origin = ( 198.262, -568.822, 12864.1 ); + /* 17:26 */waypoints[242].type = "stand"; + /* 17:26 */waypoints[242].children[0] = 36; + /* 17:26 */waypoints[242].children[1] = 240; + /* 17:26 */waypoints[243] = spawnstruct(); + /* 17:26 */waypoints[243].origin = ( 300.875, -872.375, 12864.1 ); + /* 17:26 */waypoints[243].type = "crouch"; + /* 17:26 */waypoints[243].children[0] = 34; + /* 17:26 */waypoints[243].angles = ( 1.26343, 130.859, 0 ); + /* 17:26 */waypoints[244] = spawnstruct(); + /* 17:26 */waypoints[244].origin = ( -102.537, -872.375, 12864.1 ); + /* 17:26 */waypoints[244].type = "crouch"; + /* 17:26 */waypoints[244].children[0] = 34; + /* 17:26 */waypoints[244].angles = ( 1.58203, 53.3285, 0 ); + /* 17:26 */waypoints[245] = spawnstruct(); + /* 17:26 */waypoints[245].origin = ( -225.025, -872.375, 12864.1 ); + /* 17:26 */waypoints[245].type = "crouch"; + /* 17:26 */waypoints[245].children[0] = 36; + /* 17:26 */waypoints[245].angles = ( 1.10413, 68.5226, 0 ); + /* 17:26 */waypoints[246] = spawnstruct(); + /* 17:26 */waypoints[246].origin = ( -558.375, -1062.88, 12864.1 ); + /* 17:26 */waypoints[246].type = "crouch"; + /* 17:26 */waypoints[246].children[0] = 156; + /* 17:26 */waypoints[246].angles = ( 3.00476, 33.7124, 0 ); + /* 17:26 */waypoints[247] = spawnstruct(); + /* 17:26 */waypoints[247].origin = ( -517.301, -893.57, 12864.1 ); + /* 17:26 */waypoints[247].type = "stand"; + /* 17:26 */waypoints[247].children[0] = 153; + /* 17:26 */waypoints[248] = spawnstruct(); + /* 17:26 */waypoints[248].origin = ( -422.837, -1400.1, 12862.6 ); + /* 17:26 */waypoints[248].type = "stand"; + /* 17:26 */waypoints[248].children[0] = 153; + /* 17:26 */waypoints[248].children[1] = 152; + /* 17:26 */waypoints[249] = spawnstruct(); + /* 17:26 */waypoints[249].origin = ( 1662.77, 336.443, 12674.1 ); + /* 17:26 */waypoints[249].type = "crouch"; + /* 17:26 */waypoints[249].children[0] = 120; + /* 17:26 */waypoints[249].angles = ( 2.37305, -141.168, 0 ); + /* 17:26 */waypoints[250] = spawnstruct(); + /* 17:26 */waypoints[250].origin = ( -223.004, 1921.7, 12864.1 ); + /* 17:26 */waypoints[250].type = "stand"; + /* 17:26 */waypoints[250].children[0] = 72; + /* 17:26 */waypoints[250].children[1] = 69; + /* 17:26 */waypoints[251] = spawnstruct(); + /* 17:26 */waypoints[251].origin = ( 307.824, 1830.98, 12865.1 ); + /* 17:26 */waypoints[251].type = "claymore"; + /* 17:26 */waypoints[251].children[0] = 72; + /* 17:26 */waypoints[251].children[1] = 71; + /* 17:26 */waypoints[251].children[2] = 208; + /* 17:26 */waypoints[251].children[3] = 282; + /* 17:26 */waypoints[251].angles = ( 51.5808, 89.3884, 0 ); + /* 17:26 */waypoints[252] = spawnstruct(); + /* 17:26 */waypoints[252].origin = ( -643.823, 1809.46, 12864.1 ); + /* 17:26 */waypoints[252].type = "claymore"; + /* 17:26 */waypoints[252].children[0] = 67; + /* 17:26 */waypoints[252].children[1] = 66; + /* 17:26 */waypoints[252].angles = ( 44.4617, 179.471, 0 ); + /* 17:26 */waypoints[253] = spawnstruct(); + /* 17:26 */waypoints[253].origin = ( -732.168, 1729.59, 12856.1 ); + /* 17:26 */waypoints[253].type = "claymore"; + /* 17:26 */waypoints[253].children[0] = 66; + /* 17:26 */waypoints[253].children[1] = 65; + /* 17:26 */waypoints[253].angles = ( 35.2826, 88.2788, 0 ); + /* 17:26 */waypoints[254] = spawnstruct(); + /* 17:26 */waypoints[254].origin = ( -736.114, 1008.72, 12672.1 ); + /* 17:26 */waypoints[254].type = "claymore"; + /* 17:26 */waypoints[254].children[0] = 63; + /* 17:26 */waypoints[254].children[1] = 86; + /* 17:26 */waypoints[254].children[2] = 64; + /* 17:26 */waypoints[254].children[3] = 306; + /* 17:26 */waypoints[254].angles = ( 31.0089, -90.5072, 0 ); + /* 17:26 */waypoints[255] = spawnstruct(); + /* 17:26 */waypoints[255].origin = ( -624.706, 1009.09, 12674.1 ); + /* 17:26 */waypoints[255].type = "claymore"; + /* 17:26 */waypoints[255].children[0] = 193; + /* 17:26 */waypoints[255].children[1] = 192; + /* 17:26 */waypoints[255].children[2] = 61; + /* 17:26 */waypoints[255].children[3] = 191; + /* 17:26 */waypoints[255].angles = ( 28.1635, -92.5616, 0 ); + /* 17:26 */waypoints[256] = spawnstruct(); + /* 17:26 */waypoints[256].origin = ( 610.776, 1187.26, 12672.1 ); + /* 17:26 */waypoints[256].type = "claymore"; + /* 17:26 */waypoints[256].children[0] = 56; + /* 17:26 */waypoints[256].angles = ( 32.4316, -42.409, 0 ); + /* 17:26 */waypoints[257] = spawnstruct(); + /* 17:26 */waypoints[257].origin = ( 538.193, 951.626, 12674.1 ); + /* 17:26 */waypoints[257].type = "claymore"; + /* 17:26 */waypoints[257].children[0] = 57; + /* 17:26 */waypoints[257].children[1] = 56; + /* 17:26 */waypoints[257].angles = ( 39.2377, 98.5675, 0 ); + /* 17:26 */waypoints[258] = spawnstruct(); + /* 17:26 */waypoints[258].origin = ( 892.053, 798.528, 12672.1 ); + /* 17:26 */waypoints[258].type = "claymore"; + /* 17:26 */waypoints[258].children[0] = 51; + /* 17:26 */waypoints[258].children[1] = 114; + /* 17:26 */waypoints[258].angles = ( 41.4514, 1.42091, 0 ); + /* 17:26 */waypoints[259] = spawnstruct(); + /* 17:26 */waypoints[259].origin = ( 977.82, 239.582, 12672.1 ); + /* 17:26 */waypoints[259].type = "claymore"; + /* 17:26 */waypoints[259].children[0] = 48; + /* 17:26 */waypoints[259].children[1] = 50; + /* 17:26 */waypoints[259].angles = ( 31.7999, 1.1023, 0 ); + /* 17:26 */waypoints[260] = spawnstruct(); + /* 17:26 */waypoints[260].origin = ( 1281.01, 408.379, 12672.1 ); + /* 17:26 */waypoints[260].type = "claymore"; + /* 17:26 */waypoints[260].children[0] = 46; + /* 17:26 */waypoints[260].angles = ( 35.5957, -153.53, 0 ); + /* 17:26 */waypoints[261] = spawnstruct(); + /* 17:26 */waypoints[261].origin = ( 1517.71, 295.647, 12674.1 ); + /* 17:26 */waypoints[261].type = "claymore"; + /* 17:26 */waypoints[261].children[0] = 120; + /* 17:26 */waypoints[261].children[1] = 121; + /* 17:26 */waypoints[261].children[2] = 262; + /* 17:26 */waypoints[261].angles = ( 30.0586, -155.903, 0 ); + /* 17:26 */waypoints[262] = spawnstruct(); + /* 17:26 */waypoints[262].origin = ( 1392.92, -24.4906, 12672.1 ); + /* 17:26 */waypoints[262].type = "stand"; + /* 17:26 */waypoints[262].children[0] = 46; + /* 17:26 */waypoints[262].children[1] = 120; + /* 17:26 */waypoints[262].children[2] = 261; + /* 17:26 */waypoints[262].children[3] = 43; + /* 17:26 */waypoints[262].children[4] = 45; + /* 17:26 */waypoints[262].children[5] = 44; + /* 17:26 */waypoints[262].children[6] = 124; + /* 17:26 */waypoints[263] = spawnstruct(); + /* 17:26 */waypoints[263].origin = ( 1610.85, -489.86, 12672.1 ); + /* 17:26 */waypoints[263].type = "crouch"; + /* 17:26 */waypoints[263].children[0] = 43; + /* 17:26 */waypoints[263].angles = ( 2.68616, 134.059, 0 ); + /* 17:26 */waypoints[264] = spawnstruct(); + /* 17:26 */waypoints[264].origin = ( 1165.72, -330.582, 12672.1 ); + /* 17:26 */waypoints[264].type = "claymore"; + /* 17:26 */waypoints[264].children[0] = 42; + /* 17:26 */waypoints[264].children[1] = 43; + /* 17:26 */waypoints[264].angles = ( 44.9341, 179.471, 0 ); + /* 17:26 */waypoints[265] = spawnstruct(); + /* 17:26 */waypoints[265].origin = ( 1112.51, -761.701, 12672.1 ); + /* 17:26 */waypoints[265].type = "claymore"; + /* 17:26 */waypoints[265].children[0] = 126; + /* 17:26 */waypoints[265].children[1] = 127; + /* 17:26 */waypoints[265].angles = ( 29.1083, 121.403, 0 ); + /* 17:26 */waypoints[266] = spawnstruct(); + /* 17:26 */waypoints[266].origin = ( 990.909, -915.248, 12672.1 ); + /* 17:26 */waypoints[266].type = "stand"; + /* 17:26 */waypoints[266].children[0] = 132; + /* 17:26 */waypoints[266].children[1] = 267; + /* 17:26 */waypoints[267] = spawnstruct(); + /* 17:26 */waypoints[267].origin = ( 1070.58, -1062.58, 12672.1 ); + /* 17:26 */waypoints[267].type = "stand"; + /* 17:26 */waypoints[267].children[0] = 266; + /* 17:26 */waypoints[267].children[1] = 129; + /* 17:26 */waypoints[267].children[2] = 130; + /* 17:26 */waypoints[268] = spawnstruct(); + /* 17:26 */waypoints[268].origin = ( 690.8, -893.809, 12674.1 ); + /* 17:26 */waypoints[268].type = "claymore"; + /* 17:26 */waypoints[268].children[0] = 132; + /* 17:26 */waypoints[268].children[1] = 131; + /* 17:26 */waypoints[268].angles = ( 33.5413, -3.32519, 0 ); + /* 17:26 */waypoints[269] = spawnstruct(); + /* 17:26 */waypoints[269].origin = ( 489.803, -1122.46, 12672.1 ); + /* 17:26 */waypoints[269].type = "claymore"; + /* 17:26 */waypoints[269].children[0] = 136; + /* 17:26 */waypoints[269].children[1] = 135; + /* 17:26 */waypoints[269].angles = ( 46.0382, -91.7212, 0 ); + /* 17:26 */waypoints[270] = spawnstruct(); + /* 17:26 */waypoints[270].origin = ( 57.7257, -1358.8, 12672.1 ); + /* 17:26 */waypoints[270].type = "claymore"; + /* 17:26 */waypoints[270].children[0] = 139; + /* 17:26 */waypoints[270].children[1] = 140; + /* 17:26 */waypoints[270].angles = ( 50.3119, 90.6024, 0 ); + /* 17:26 */waypoints[271] = spawnstruct(); + /* 17:26 */waypoints[271].origin = ( -26.5615, -1698.64, 12672.1 ); + /* 17:26 */waypoints[271].type = "stand"; + /* 17:26 */waypoints[271].children[0] = 200; + /* 17:26 */waypoints[271].children[1] = 196; + /* 17:26 */waypoints[272] = spawnstruct(); + /* 17:26 */waypoints[272].origin = ( -181.875, -1866.34, 12864.1 ); + /* 17:26 */waypoints[272].type = "claymore"; + /* 17:26 */waypoints[272].children[0] = 151; + /* 17:26 */waypoints[272].angles = ( 56.1676, -0.320427, 0 ); + /* 17:26 */waypoints[273] = spawnstruct(); + /* 17:26 */waypoints[273].origin = ( 174.913, -1844.32, 12864.1 ); + /* 17:26 */waypoints[273].type = "claymore"; + /* 17:26 */waypoints[273].children[0] = 1; + /* 17:26 */waypoints[273].angles = ( 49.2023, -162.968, 0 ); + /* 17:26 */waypoints[274] = spawnstruct(); + /* 17:26 */waypoints[274].origin = ( -29.9727, -1570.64, 12864.1 ); + /* 17:26 */waypoints[274].type = "claymore"; + /* 17:26 */waypoints[274].children[0] = 1; + /* 17:26 */waypoints[274].children[1] = 151; + /* 17:26 */waypoints[274].angles = ( 40.188, 25.459, 0 ); + /* 17:26 */waypoints[275] = spawnstruct(); + /* 17:26 */waypoints[275].origin = ( -94.788, -1424.63, 12864.1 ); + /* 17:26 */waypoints[275].type = "claymore"; + /* 17:26 */waypoints[275].children[0] = 223; + /* 17:26 */waypoints[275].children[1] = 225; + /* 17:26 */waypoints[275].angles = ( 29.7455, -156.81, 0 ); + /* 17:26 */waypoints[276] = spawnstruct(); + /* 17:26 */waypoints[276].origin = ( 301.168, -674.343, 12864.1 ); + /* 17:26 */waypoints[276].type = "claymore"; + /* 17:26 */waypoints[276].children[0] = 239; + /* 17:26 */waypoints[276].children[1] = 238; + /* 17:26 */waypoints[276].angles = ( 37.8094, -90.2051, 0 ); + /* 17:26 */waypoints[277] = spawnstruct(); + /* 17:26 */waypoints[277].origin = ( -214.655, -861.808, 12864.1 ); + /* 17:26 */waypoints[277].type = "claymore"; + /* 17:26 */waypoints[277].children[0] = 36; + /* 17:26 */waypoints[277].angles = ( 42.2424, 97.1777, 0 ); + /* 17:26 */waypoints[278] = spawnstruct(); + /* 17:26 */waypoints[278].origin = ( -336.706, -673.454, 12864.1 ); + /* 17:26 */waypoints[278].type = "claymore"; + /* 17:26 */waypoints[278].children[0] = 156; + /* 17:26 */waypoints[278].children[1] = 32; + /* 17:26 */waypoints[278].children[2] = 279; + /* 17:26 */waypoints[278].angles = ( 38.7598, -91.0016, 0 ); + /* 17:26 */waypoints[279] = spawnstruct(); + /* 17:26 */waypoints[279].origin = ( -504.34, -527.727, 12864.1 ); + /* 17:26 */waypoints[279].type = "stand"; + /* 17:26 */waypoints[279].children[0] = 278; + /* 17:26 */waypoints[279].children[1] = 31; + /* 17:26 */waypoints[279].children[2] = 27; + /* 17:26 */waypoints[279].children[3] = 280; + /* 17:26 */waypoints[280] = spawnstruct(); + /* 17:26 */waypoints[280].origin = ( -645.257, -370.993, 12864.1 ); + /* 17:26 */waypoints[280].type = "stand"; + /* 17:26 */waypoints[280].children[0] = 279; + /* 17:26 */waypoints[280].children[1] = 157; + /* 17:26 */waypoints[280].children[2] = 288; + /* 17:26 */waypoints[281] = spawnstruct(); + /* 17:26 */waypoints[281].origin = ( 469.935, 1577.9, 12864.3 ); + /* 17:26 */waypoints[281].type = "grenade"; + /* 17:26 */waypoints[281].children[0] = 111; + /* 17:26 */waypoints[281].angles = ( 40.0891, 5.89966, -0.0933838 ); + /* 17:26 */waypoints[282] = spawnstruct(); + /* 17:26 */waypoints[282].origin = ( 160.295, 1721.02, 12864.1 ); + /* 17:26 */waypoints[282].type = "grenade"; + /* 17:26 */waypoints[282].children[0] = 251; + /* 17:26 */waypoints[282].children[1] = 72; + /* 17:26 */waypoints[282].children[2] = 71; + /* 17:26 */waypoints[282].angles = ( 3.19153, 53.042, -0.0878906 ); + /* 17:26 */waypoints[283] = spawnstruct(); + /* 17:26 */waypoints[283].origin = ( 460.362, 1095.73, 12864.1 ); + /* 17:26 */waypoints[283].type = "stand"; + /* 17:26 */waypoints[283].children[0] = 108; + /* 17:26 */waypoints[283].children[1] = 177; + /* 17:26 */waypoints[283].children[2] = 174; + /* 17:26 */waypoints[284] = spawnstruct(); + /* 17:26 */waypoints[284].origin = ( 463.589, 906.094, 12864.1 ); + /* 17:26 */waypoints[284].type = "stand"; + /* 17:26 */waypoints[284].children[0] = 174; + /* 17:26 */waypoints[284].children[1] = 226; + /* 17:26 */waypoints[284].children[2] = 168; + /* 17:26 */waypoints[285] = spawnstruct(); + /* 17:26 */waypoints[285].origin = ( 678.506, 5.77353, 12864.1 ); + /* 17:26 */waypoints[285].type = "grenade"; + /* 17:26 */waypoints[285].children[0] = 39; + /* 17:26 */waypoints[285].children[1] = 235; + /* 17:26 */waypoints[285].angles = ( 21.1597, -179.203, 0.346069 ); + /* 17:26 */waypoints[286] = spawnstruct(); + /* 17:26 */waypoints[286].origin = ( 588.135, -747.799, 12864.1 ); + /* 17:26 */waypoints[286].type = "grenade"; + /* 17:26 */waypoints[286].children[0] = 237; + /* 17:26 */waypoints[286].angles = ( 12.6068, 60.1227, 0.335083 ); + /* 17:26 */waypoints[287] = spawnstruct(); + /* 17:26 */waypoints[287].origin = ( -336.171, -855.831, 12864.1 ); + /* 17:26 */waypoints[287].type = "claymore"; + /* 17:26 */waypoints[287].children[0] = 32; + /* 17:26 */waypoints[287].children[1] = 156; + /* 17:26 */waypoints[287].angles = ( 40.6604, 87.7313, 0 ); + /* 17:26 */waypoints[288] = spawnstruct(); + /* 17:26 */waypoints[288].origin = ( -582.671, -316.384, 12864.1 ); + /* 17:26 */waypoints[288].type = "grenade"; + /* 17:26 */waypoints[288].children[0] = 280; + /* 17:26 */waypoints[288].children[1] = 157; + /* 17:26 */waypoints[288].angles = ( 17.655, 52.8992, 0 ); + /* 17:26 */waypoints[289] = spawnstruct(); + /* 17:26 */waypoints[289].origin = ( -1148.91, -38.3324, 12672.1 ); + /* 17:26 */waypoints[289].type = "claymore"; + /* 17:26 */waypoints[289].children[0] = 221; + /* 17:26 */waypoints[289].children[1] = 210; + /* 17:26 */waypoints[289].angles = ( 56.7993, 171.59, 0 ); + /* 17:26 */waypoints[290] = spawnstruct(); + /* 17:26 */waypoints[290].origin = ( -1250.22, 86.2753, 12672.1 ); + /* 17:26 */waypoints[290].type = "stand"; + /* 17:26 */waypoints[290].children[0] = 91; + /* 17:26 */waypoints[290].children[1] = 210; + /* 17:26 */waypoints[290].children[2] = 221; + /* 17:26 */waypoints[290].children[3] = 220; + /* 17:26 */waypoints[290].children[4] = 303; + /* 17:26 */waypoints[291] = spawnstruct(); + /* 17:26 */waypoints[291].origin = ( -1313.26, -659.061, 12672.1 ); + /* 17:26 */waypoints[291].type = "stand"; + /* 17:26 */waypoints[291].children[0] = 292; + /* 17:26 */waypoints[291].children[1] = 212; + /* 17:26 */waypoints[291].children[2] = 220; + /* 17:26 */waypoints[291].children[3] = 293; + /* 17:26 */waypoints[292] = spawnstruct(); + /* 17:26 */waypoints[292].origin = ( -1279.7, -948.166, 12675.9 ); + /* 17:26 */waypoints[292].type = "stand"; + /* 17:26 */waypoints[292].children[0] = 291; + /* 17:26 */waypoints[292].children[1] = 214; + /* 17:26 */waypoints[293] = spawnstruct(); + /* 17:26 */waypoints[293].origin = ( -1255.28, -259.165, 12672.1 ); + /* 17:26 */waypoints[293].type = "stand"; + /* 17:26 */waypoints[293].children[0] = 21; + /* 17:26 */waypoints[293].children[1] = 291; + /* 17:26 */waypoints[293].children[2] = 220; + /* 17:26 */waypoints[293].children[3] = 22; + /* 17:26 */waypoints[294] = spawnstruct(); + /* 17:26 */waypoints[294].origin = ( -646.779, -1372.36, 12664.1 ); + /* 17:26 */waypoints[294].type = "stand"; + /* 17:26 */waypoints[294].children[0] = 295; + /* 17:26 */waypoints[294].children[1] = 215; + /* 17:26 */waypoints[294].children[2] = 216; + /* 17:26 */waypoints[295] = spawnstruct(); + /* 17:26 */waypoints[295].origin = ( -523.103, -1242.53, 12672.1 ); + /* 17:26 */waypoints[295].type = "stand"; + /* 17:26 */waypoints[295].children[0] = 294; + /* 17:26 */waypoints[295].children[1] = 144; + /* 17:26 */waypoints[295].children[2] = 143; + /* 17:26 */waypoints[295].children[3] = 296; + /* 17:26 */waypoints[296] = spawnstruct(); + /* 17:26 */waypoints[296].origin = ( -154.844, -1343.96, 12672.1 ); + /* 17:26 */waypoints[296].type = "claymore"; + /* 17:26 */waypoints[296].children[0] = 200; + /* 17:26 */waypoints[296].children[1] = 143; + /* 17:26 */waypoints[296].children[2] = 295; + /* 17:26 */waypoints[296].angles = ( 43.3521, -88.5223, 0 ); + /* 17:26 */waypoints[297] = spawnstruct(); + /* 17:26 */waypoints[297].origin = ( -41.051, -2018.02, 12864.1 ); + /* 17:26 */waypoints[297].type = "grenade"; + /* 17:26 */waypoints[297].children[0] = 0; + /* 17:26 */waypoints[297].children[1] = 151; + /* 17:26 */waypoints[297].angles = ( 4.11987, 155.209, 0 ); + /* 17:26 */waypoints[298] = spawnstruct(); + /* 17:26 */waypoints[298].origin = ( 50.9395, -2021.07, 12864.1 ); + /* 17:26 */waypoints[298].type = "grenade"; + /* 17:26 */waypoints[298].children[0] = 0; + /* 17:26 */waypoints[298].children[1] = 151; + /* 17:26 */waypoints[298].children[2] = 1; + /* 17:26 */waypoints[298].angles = ( 4.93835, 22.3297, 0 ); + /* 17:26 */waypoints[299] = spawnstruct(); + /* 17:26 */waypoints[299].origin = ( 885.704, 20.8004, 12672.1 ); + /* 17:26 */waypoints[299].type = "stand"; + /* 17:26 */waypoints[299].children[0] = 7; + /* 17:26 */waypoints[299].children[1] = 8; + /* 17:26 */waypoints[299].children[2] = 50; + /* 17:26 */waypoints[299].children[3] = 41; + /* 17:26 */waypoints[300] = spawnstruct(); + /* 17:26 */waypoints[300].origin = ( 378.919, -69.4193, 12673.1 ); + /* 17:26 */waypoints[300].type = "stand"; + /* 17:26 */waypoints[300].children[0] = 8; + /* 17:26 */waypoints[300].children[1] = 10; + /* 17:26 */waypoints[300].children[2] = 15; + /* 17:26 */waypoints[301] = spawnstruct(); + /* 17:26 */waypoints[301].origin = ( 353.573, 21.0879, 12673.1 ); + /* 17:26 */waypoints[301].type = "grenade"; + /* 17:26 */waypoints[301].children[0] = 10; + /* 17:26 */waypoints[301].children[1] = 9; + /* 17:26 */waypoints[301].children[2] = 15; + /* 17:26 */waypoints[301].angles = ( -34.8706, 15.9412, 0 ); + /* 17:26 */waypoints[302] = spawnstruct(); + /* 17:26 */waypoints[302].origin = ( -289.268, 26.1489, 12673.1 ); + /* 17:26 */waypoints[302].type = "grenade"; + /* 17:26 */waypoints[302].children[0] = 13; + /* 17:26 */waypoints[302].children[1] = 12; + /* 17:26 */waypoints[302].angles = ( -32.0636, 179.797, 0.324097 ); + /* 17:26 */waypoints[303] = spawnstruct(); + /* 17:26 */waypoints[303].origin = ( -1080.35, 94.1701, 12672.1 ); + /* 17:26 */waypoints[303].type = "claymore"; + /* 17:26 */waypoints[303].children[0] = 232; + /* 17:26 */waypoints[303].children[1] = 93; + /* 17:26 */waypoints[303].children[2] = 290; + /* 17:26 */waypoints[303].angles = ( 47.1478, -12.6947, 0 ); + /* 17:26 */waypoints[304] = spawnstruct(); + /* 17:26 */waypoints[304].origin = ( -1173.67, 529.582, 12672.1 ); + /* 17:26 */waypoints[304].type = "claymore"; + /* 17:26 */waypoints[304].children[0] = 90; + /* 17:26 */waypoints[304].children[1] = 91; + /* 17:26 */waypoints[304].angles = ( 48.0981, 91.7798, 0 ); + /* 17:26 */waypoints[305] = spawnstruct(); + /* 17:26 */waypoints[305].origin = ( -999.421, 1063.65, 12672.1 ); + /* 17:26 */waypoints[305].type = "crouch"; + /* 17:26 */waypoints[305].children[0] = 87; + /* 17:26 */waypoints[305].angles = ( 3.95508, 3.97156, 0 ); + /* 17:26 */waypoints[306] = spawnstruct(); + /* 17:26 */waypoints[306].origin = ( -860.882, 1383.01, 12672.1 ); + /* 17:26 */waypoints[306].type = "claymore"; + /* 17:26 */waypoints[306].children[0] = 86; + /* 17:26 */waypoints[306].children[1] = 254; + /* 17:26 */waypoints[306].children[2] = 85; + /* 17:26 */waypoints[306].children[3] = 87; + /* 17:26 */waypoints[306].angles = ( 25.9442, -57.42, 0 ); + /* 17:26 */waypoints[307] = spawnstruct(); + /* 17:26 */waypoints[307].origin = ( -822.741, 1775.51, 12672.1 ); + /* 17:26 */waypoints[307].type = "claymore"; + /* 17:26 */waypoints[307].children[0] = 308; + /* 17:26 */waypoints[307].angles = ( 59.4855, -178.347, 0 ); + /* 17:26 */waypoints[308] = spawnstruct(); + /* 17:26 */waypoints[308].origin = ( -917.05, 1949.51, 12673.1 ); + /* 17:26 */waypoints[308].type = "stand"; + /* 17:26 */waypoints[308].children[0] = 307; + /* 17:26 */waypoints[308].children[1] = 84; + /* 17:26 */waypoints[308].children[2] = 85; + /* 17:26 */waypoints[309] = spawnstruct(); + /* 17:26 */waypoints[309].origin = ( -375.897, 2285.86, 12672.1 ); + /* 17:26 */waypoints[309].type = "claymore"; + /* 17:26 */waypoints[309].children[0] = 187; + /* 17:26 */waypoints[309].children[1] = 83; + /* 17:26 */waypoints[309].children[2] = 186; + /* 17:26 */waypoints[309].angles = ( 43.0334, -85.946, 0 ); + /* 17:26 */waypoints[310] = spawnstruct(); + /* 17:26 */waypoints[310].origin = ( 593.575, 2086.42, 12674.1 ); + /* 17:26 */waypoints[310].type = "claymore"; + /* 17:26 */waypoints[310].children[0] = 79; + /* 17:26 */waypoints[310].children[1] = 231; + /* 17:26 */waypoints[310].angles = ( 32.2723, 90.6757, 0 ); + /* 17:26 */waypoints[311] = spawnstruct(); + /* 17:26 */waypoints[311].origin = ( 604.659, 1253.13, 12674.1 ); + /* 17:26 */waypoints[311].type = "claymore"; + /* 17:26 */waypoints[311].children[0] = 112; + /* 17:26 */waypoints[311].angles = ( 32.5909, 23.2251, 0 ); + /* 17:26 */waypoints[312] = spawnstruct(); + /* 17:26 */waypoints[312].origin = ( 965.711, 334.16, 12672.1 ); + /* 17:26 */waypoints[312].type = "claymore"; + /* 17:26 */waypoints[312].children[0] = 47; + /* 17:26 */waypoints[312].children[1] = 51; + /* 17:26 */waypoints[312].angles = ( 34.173, 0.280151, 0 ); + /* 17:26 */return waypoints; +} diff --git a/raw/scripts/mp/mp_paris/wps_resistance.gsc b/raw/scripts/mp/mp_paris/wps_resistance.gsc new file mode 100644 index 0000000..1b40d8c --- /dev/null +++ b/raw/scripts/mp/mp_paris/wps_resistance.gsc @@ -0,0 +1,1233 @@ +main() +{ + level.waypoints = Resistance(); +} + +Resistance() +{ + /* 0:56 */waypoints = []; + /* 0:56 */waypoints[0] = spawnstruct(); + /* 0:56 */waypoints[0].origin = ( 1392, -520, -16.6671 ); + /* 0:56 */waypoints[0].type = "stand"; + /* 0:56 */waypoints[0].children[0] = 1; + /* 0:56 */waypoints[0].children[1] = 3; + /* 0:56 */waypoints[1] = spawnstruct(); + /* 0:56 */waypoints[1].origin = ( 1143.2, -697.812, -13.9698 ); + /* 0:56 */waypoints[1].type = "stand"; + /* 0:56 */waypoints[1].children[0] = 4; + /* 0:56 */waypoints[1].children[1] = 0; + /* 0:56 */waypoints[1].children[2] = 3; + /* 0:56 */waypoints[1].children[3] = 2; + /* 0:56 */waypoints[2] = spawnstruct(); + /* 0:56 */waypoints[2].origin = ( 930.907, -529.97, -14.8001 ); + /* 0:56 */waypoints[2].type = "stand"; + /* 0:56 */waypoints[2].children[0] = 1; + /* 0:56 */waypoints[2].children[1] = 3; + /* 0:56 */waypoints[2].children[2] = 206; + /* 0:56 */waypoints[2].children[3] = 205; + /* 0:56 */waypoints[2].children[4] = 207; + /* 0:56 */waypoints[3] = spawnstruct(); + /* 0:56 */waypoints[3].origin = ( 1121.84, -316.911, -12.0141 ); + /* 0:56 */waypoints[3].type = "stand"; + /* 0:56 */waypoints[3].children[0] = 0; + /* 0:56 */waypoints[3].children[1] = 1; + /* 0:56 */waypoints[3].children[2] = 2; + /* 0:56 */waypoints[3].children[3] = 10; + /* 0:56 */waypoints[3].children[4] = 11; + /* 0:56 */waypoints[4] = spawnstruct(); + /* 0:56 */waypoints[4].origin = ( 1108.77, -891.934, -14.4142 ); + /* 0:56 */waypoints[4].type = "stand"; + /* 0:56 */waypoints[4].children[0] = 5; + /* 0:56 */waypoints[4].children[1] = 1; + /* 0:56 */waypoints[5] = spawnstruct(); + /* 0:56 */waypoints[5].origin = ( 938.181, -917.195, 45.4097 ); + /* 0:56 */waypoints[5].type = "stand"; + /* 0:56 */waypoints[5].children[0] = 6; + /* 0:56 */waypoints[5].children[1] = 4; + /* 0:56 */waypoints[6] = spawnstruct(); + /* 0:56 */waypoints[6].origin = ( 792.247, -924.391, 112.125 ); + /* 0:56 */waypoints[6].type = "stand"; + /* 0:56 */waypoints[6].children[0] = 9; + /* 0:56 */waypoints[6].children[1] = 7; + /* 0:56 */waypoints[6].children[2] = 8; + /* 0:56 */waypoints[6].children[3] = 5; + /* 0:56 */waypoints[7] = spawnstruct(); + /* 0:56 */waypoints[7].origin = ( 653.789, -1011.53, 112.125 ); + /* 0:56 */waypoints[7].type = "stand"; + /* 0:56 */waypoints[7].children[0] = 6; + /* 0:56 */waypoints[8] = spawnstruct(); + /* 0:56 */waypoints[8].origin = ( 642.365, -832.325, 112.125 ); + /* 0:56 */waypoints[8].type = "stand"; + /* 0:56 */waypoints[8].children[0] = 6; + /* 0:56 */waypoints[9] = spawnstruct(); + /* 0:56 */waypoints[9].origin = ( 538.338, -898.901, 112.125 ); + /* 0:56 */waypoints[9].type = "stand"; + /* 0:56 */waypoints[9].children[0] = 6; + /* 0:56 */waypoints[10] = spawnstruct(); + /* 0:56 */waypoints[10].origin = ( 1034.66, -165.792, -15.2008 ); + /* 0:56 */waypoints[10].type = "stand"; + /* 0:56 */waypoints[10].children[0] = 204; + /* 0:56 */waypoints[10].children[1] = 3; + /* 0:56 */waypoints[11] = spawnstruct(); + /* 0:56 */waypoints[11].origin = ( 1203.42, -143.898, -15.3708 ); + /* 0:56 */waypoints[11].type = "stand"; + /* 0:56 */waypoints[11].children[0] = 12; + /* 0:56 */waypoints[11].children[1] = 204; + /* 0:56 */waypoints[11].children[2] = 3; + /* 0:56 */waypoints[12] = spawnstruct(); + /* 0:56 */waypoints[12].origin = ( 1286.94, -49.1666, -15.875 ); + /* 0:56 */waypoints[12].type = "stand"; + /* 0:56 */waypoints[12].children[0] = 11; + /* 0:56 */waypoints[12].children[1] = 16; + /* 0:56 */waypoints[12].children[2] = 19; + /* 0:56 */waypoints[13] = spawnstruct(); + /* 0:56 */waypoints[13].origin = ( 1140.06, 113.879, -18.1965 ); + /* 0:56 */waypoints[13].type = "stand"; + /* 0:56 */waypoints[13].children[0] = 14; + /* 0:56 */waypoints[13].children[1] = 204; + /* 0:56 */waypoints[14] = spawnstruct(); + /* 0:56 */waypoints[14].origin = ( 1277.07, 320.175, -18.721 ); + /* 0:56 */waypoints[14].type = "stand"; + /* 0:56 */waypoints[14].children[0] = 197; + /* 0:56 */waypoints[14].children[1] = 198; + /* 0:56 */waypoints[14].children[2] = 15; + /* 0:56 */waypoints[14].children[3] = 13; + /* 0:56 */waypoints[15] = spawnstruct(); + /* 0:56 */waypoints[15].origin = ( 1398.54, 275.466, -15.875 ); + /* 0:56 */waypoints[15].type = "stand"; + /* 0:56 */waypoints[15].children[0] = 14; + /* 0:56 */waypoints[15].children[1] = 16; + /* 0:56 */waypoints[16] = spawnstruct(); + /* 0:56 */waypoints[16].origin = ( 1495.87, 182.922, -14.6134 ); + /* 0:56 */waypoints[16].type = "stand"; + /* 0:56 */waypoints[16].children[0] = 17; + /* 0:56 */waypoints[16].children[1] = 12; + /* 0:56 */waypoints[16].children[2] = 15; + /* 0:56 */waypoints[17] = spawnstruct(); + /* 0:56 */waypoints[17].origin = ( 1592.43, 361.66, -15.875 ); + /* 0:56 */waypoints[17].type = "stand"; + /* 0:56 */waypoints[17].children[0] = 16; + /* 0:56 */waypoints[17].children[1] = 22; + /* 0:56 */waypoints[17].children[2] = 203; + /* 0:56 */waypoints[18] = spawnstruct(); + /* 0:56 */waypoints[18].origin = ( 1577.53, 720.005, -15.7167 ); + /* 0:56 */waypoints[18].type = "stand"; + /* 0:56 */waypoints[18].children[0] = 194; + /* 0:56 */waypoints[18].children[1] = 191; + /* 0:56 */waypoints[18].children[2] = 22; + /* 0:56 */waypoints[19] = spawnstruct(); + /* 0:56 */waypoints[19].origin = ( 1608.55, -74.2682, 112.125 ); + /* 0:56 */waypoints[19].type = "stand"; + /* 0:56 */waypoints[19].children[0] = 12; + /* 0:56 */waypoints[19].children[1] = 20; + /* 0:56 */waypoints[20] = spawnstruct(); + /* 0:56 */waypoints[20].origin = ( 1776.34, -6.2197, 112.125 ); + /* 0:56 */waypoints[20].type = "stand"; + /* 0:56 */waypoints[20].children[0] = 19; + /* 0:56 */waypoints[20].children[1] = 21; + /* 0:56 */waypoints[21] = spawnstruct(); + /* 0:56 */waypoints[21].origin = ( 1776.08, 318.134, 109.974 ); + /* 0:56 */waypoints[21].type = "stand"; + /* 0:56 */waypoints[21].children[0] = 20; + /* 0:56 */waypoints[21].children[1] = 22; + /* 0:56 */waypoints[22] = spawnstruct(); + /* 0:56 */waypoints[22].origin = ( 1576.49, 588.528, -15.875 ); + /* 0:56 */waypoints[22].type = "stand"; + /* 0:56 */waypoints[22].children[0] = 18; + /* 0:56 */waypoints[22].children[1] = 21; + /* 0:56 */waypoints[22].children[2] = 17; + /* 0:56 */waypoints[22].children[3] = 23; + /* 0:56 */waypoints[22].children[4] = 203; + /* 0:56 */waypoints[23] = spawnstruct(); + /* 0:56 */waypoints[23].origin = ( 1911.98, 660.923, -16.2005 ); + /* 0:56 */waypoints[23].type = "stand"; + /* 0:56 */waypoints[23].children[0] = 22; + /* 0:56 */waypoints[23].children[1] = 24; + /* 0:56 */waypoints[24] = spawnstruct(); + /* 0:56 */waypoints[24].origin = ( 1908.57, 931.097, -11.7768 ); + /* 0:56 */waypoints[24].type = "stand"; + /* 0:56 */waypoints[24].children[0] = 193; + /* 0:56 */waypoints[24].children[1] = 25; + /* 0:56 */waypoints[24].children[2] = 23; + /* 0:56 */waypoints[25] = spawnstruct(); + /* 0:56 */waypoints[25].origin = ( 1903.41, 1139.97, 62.125 ); + /* 0:56 */waypoints[25].type = "stand"; + /* 0:56 */waypoints[25].children[0] = 24; + /* 0:56 */waypoints[25].children[1] = 26; + /* 0:56 */waypoints[26] = spawnstruct(); + /* 0:56 */waypoints[26].origin = ( 1680.73, 1166.25, 122.125 ); + /* 0:56 */waypoints[26].type = "stand"; + /* 0:56 */waypoints[26].children[0] = 25; + /* 0:56 */waypoints[26].children[1] = 27; + /* 0:56 */waypoints[27] = spawnstruct(); + /* 0:56 */waypoints[27].origin = ( 1007.99, 1165.98, 112.125 ); + /* 0:56 */waypoints[27].type = "stand"; + /* 0:56 */waypoints[27].children[0] = 26; + /* 0:56 */waypoints[27].children[1] = 29; + /* 0:56 */waypoints[27].children[2] = 28; + /* 0:56 */waypoints[28] = spawnstruct(); + /* 0:56 */waypoints[28].origin = ( 1007.92, 1428.9, 112.125 ); + /* 0:56 */waypoints[28].type = "stand"; + /* 0:56 */waypoints[28].children[0] = 27; + /* 0:56 */waypoints[29] = spawnstruct(); + /* 0:56 */waypoints[29].origin = ( 841.402, 1152.59, 98.125 ); + /* 0:56 */waypoints[29].type = "stand"; + /* 0:56 */waypoints[29].children[0] = 27; + /* 0:56 */waypoints[29].children[1] = 30; + /* 0:56 */waypoints[30] = spawnstruct(); + /* 0:56 */waypoints[30].origin = ( 849.167, 1574.62, -21.875 ); + /* 0:56 */waypoints[30].type = "stand"; + /* 0:56 */waypoints[30].children[0] = 161; + /* 0:56 */waypoints[30].children[1] = 31; + /* 0:56 */waypoints[30].children[2] = 162; + /* 0:56 */waypoints[30].children[3] = 29; + /* 0:56 */waypoints[31] = spawnstruct(); + /* 0:56 */waypoints[31].origin = ( 1037.64, 1574.55, -15.875 ); + /* 0:56 */waypoints[31].type = "stand"; + /* 0:56 */waypoints[31].children[0] = 30; + /* 0:56 */waypoints[32] = spawnstruct(); + /* 0:56 */waypoints[32].origin = ( 591.206, 1399.16, -21.875 ); + /* 0:56 */waypoints[32].type = "stand"; + /* 0:56 */waypoints[32].children[0] = 35; + /* 0:56 */waypoints[32].children[1] = 33; + /* 0:56 */waypoints[32].children[2] = 34; + /* 0:56 */waypoints[33] = spawnstruct(); + /* 0:56 */waypoints[33].origin = ( 707.777, 1406.46, -21.875 ); + /* 0:56 */waypoints[33].type = "stand"; + /* 0:56 */waypoints[33].children[0] = 32; + /* 0:56 */waypoints[33].children[1] = 34; + /* 0:56 */waypoints[33].children[2] = 161; + /* 0:56 */waypoints[34] = spawnstruct(); + /* 0:56 */waypoints[34].origin = ( 648.757, 1212.73, -21.875 ); + /* 0:56 */waypoints[34].type = "stand"; + /* 0:56 */waypoints[34].children[0] = 33; + /* 0:56 */waypoints[34].children[1] = 32; + /* 0:56 */waypoints[34].children[2] = 35; + /* 0:56 */waypoints[35] = spawnstruct(); + /* 0:56 */waypoints[35].origin = ( 740.51, 1146.42, -21.875 ); + /* 0:56 */waypoints[35].type = "stand"; + /* 0:56 */waypoints[35].children[0] = 36; + /* 0:56 */waypoints[35].children[1] = 32; + /* 0:56 */waypoints[35].children[2] = 34; + /* 0:56 */waypoints[36] = spawnstruct(); + /* 0:56 */waypoints[36].origin = ( 678.051, 961.245, -19.875 ); + /* 0:56 */waypoints[36].type = "stand"; + /* 0:56 */waypoints[36].children[0] = 39; + /* 0:56 */waypoints[36].children[1] = 35; + /* 0:56 */waypoints[36].children[2] = 37; + /* 0:56 */waypoints[36].children[3] = 200; + /* 0:56 */waypoints[37] = spawnstruct(); + /* 0:56 */waypoints[37].origin = ( 569.251, 870.144, -15.8607 ); + /* 0:56 */waypoints[37].type = "stand"; + /* 0:56 */waypoints[37].children[0] = 38; + /* 0:56 */waypoints[37].children[1] = 36; + /* 0:56 */waypoints[38] = spawnstruct(); + /* 0:56 */waypoints[38].origin = ( 491.526, 773.27, -14.0434 ); + /* 0:56 */waypoints[38].type = "stand"; + /* 0:56 */waypoints[38].children[0] = 41; + /* 0:56 */waypoints[38].children[1] = 37; + /* 0:56 */waypoints[38].children[2] = 42; + /* 0:56 */waypoints[38].children[3] = 173; + /* 0:56 */waypoints[39] = spawnstruct(); + /* 0:56 */waypoints[39].origin = ( 505.037, 1050.77, -20.9744 ); + /* 0:56 */waypoints[39].type = "stand"; + /* 0:56 */waypoints[39].children[0] = 43; + /* 0:56 */waypoints[39].children[1] = 36; + /* 0:56 */waypoints[39].children[2] = 171; + /* 0:56 */waypoints[39].children[3] = 41; + /* 0:56 */waypoints[40] = spawnstruct(); + /* 0:56 */waypoints[40].origin = ( 390.035, 1385.34, -34.2069 ); + /* 0:56 */waypoints[40].type = "stand"; + /* 0:56 */waypoints[40].children[0] = 45; + /* 0:56 */waypoints[40].children[1] = 44; + /* 0:56 */waypoints[40].children[2] = 171; + /* 0:56 */waypoints[40].children[3] = 46; + /* 0:56 */waypoints[41] = spawnstruct(); + /* 0:56 */waypoints[41].origin = ( 371.059, 672.978, -18.0536 ); + /* 0:56 */waypoints[41].type = "stand"; + /* 0:56 */waypoints[41].children[0] = 39; + /* 0:56 */waypoints[41].children[1] = 38; + /* 0:56 */waypoints[41].children[2] = 173; + /* 0:56 */waypoints[42] = spawnstruct(); + /* 0:56 */waypoints[42].origin = ( 214.185, 700.835, -15.7399 ); + /* 0:56 */waypoints[42].type = "stand"; + /* 0:56 */waypoints[42].children[0] = 38; + /* 0:56 */waypoints[42].children[1] = 172; + /* 0:56 */waypoints[42].children[2] = 43; + /* 0:56 */waypoints[43] = spawnstruct(); + /* 0:56 */waypoints[43].origin = ( 217.88, 1082.17, -21.684 ); + /* 0:56 */waypoints[43].type = "stand"; + /* 0:56 */waypoints[43].children[0] = 127; + /* 0:56 */waypoints[43].children[1] = 39; + /* 0:56 */waypoints[43].children[2] = 44; + /* 0:56 */waypoints[43].children[3] = 42; + /* 0:56 */waypoints[44] = spawnstruct(); + /* 0:56 */waypoints[44].origin = ( 301.762, 1220.5, -29.0081 ); + /* 0:56 */waypoints[44].type = "stand"; + /* 0:56 */waypoints[44].children[0] = 40; + /* 0:56 */waypoints[44].children[1] = 43; + /* 0:56 */waypoints[44].children[2] = 171; + /* 0:56 */waypoints[45] = spawnstruct(); + /* 0:56 */waypoints[45].origin = ( 309.659, 1649.48, -31.343 ); + /* 0:56 */waypoints[45].type = "stand"; + /* 0:56 */waypoints[45].children[0] = 54; + /* 0:56 */waypoints[45].children[1] = 46; + /* 0:56 */waypoints[45].children[2] = 40; + /* 0:56 */waypoints[46] = spawnstruct(); + /* 0:56 */waypoints[46].origin = ( 545.608, 1713.19, -35.6809 ); + /* 0:56 */waypoints[46].type = "stand"; + /* 0:56 */waypoints[46].children[0] = 45; + /* 0:56 */waypoints[46].children[1] = 47; + /* 0:56 */waypoints[46].children[2] = 162; + /* 0:56 */waypoints[46].children[3] = 40; + /* 0:56 */waypoints[47] = spawnstruct(); + /* 0:56 */waypoints[47].origin = ( 675.458, 1956.42, -29.9682 ); + /* 0:56 */waypoints[47].type = "stand"; + /* 0:56 */waypoints[47].children[0] = 162; + /* 0:56 */waypoints[47].children[1] = 48; + /* 0:56 */waypoints[47].children[2] = 46; + /* 0:56 */waypoints[48] = spawnstruct(); + /* 0:56 */waypoints[48].origin = ( 696.641, 2157.39, -30.2928 ); + /* 0:56 */waypoints[48].type = "stand"; + /* 0:56 */waypoints[48].children[0] = 47; + /* 0:56 */waypoints[48].children[1] = 49; + /* 0:56 */waypoints[48].children[2] = 50; + /* 0:56 */waypoints[48].children[3] = 51; + /* 0:56 */waypoints[49] = spawnstruct(); + /* 0:56 */waypoints[49].origin = ( 940.462, 2133.65, -21.3246 ); + /* 0:56 */waypoints[49].type = "stand"; + /* 0:56 */waypoints[49].children[0] = 48; + /* 0:56 */waypoints[49].children[1] = 50; + /* 0:56 */waypoints[50] = spawnstruct(); + /* 0:56 */waypoints[50].origin = ( 913.261, 2246.97, -25.1555 ); + /* 0:56 */waypoints[50].type = "stand"; + /* 0:56 */waypoints[50].children[0] = 49; + /* 0:56 */waypoints[50].children[1] = 48; + /* 0:56 */waypoints[51] = spawnstruct(); + /* 0:56 */waypoints[51].origin = ( 586.349, 2288.41, -23.875 ); + /* 0:56 */waypoints[51].type = "stand"; + /* 0:56 */waypoints[51].children[0] = 48; + /* 0:56 */waypoints[51].children[1] = 52; + /* 0:56 */waypoints[52] = spawnstruct(); + /* 0:56 */waypoints[52].origin = ( 403.948, 2215.44, -23.875 ); + /* 0:56 */waypoints[52].type = "stand"; + /* 0:56 */waypoints[52].children[0] = 51; + /* 0:56 */waypoints[52].children[1] = 53; + /* 0:56 */waypoints[52].children[2] = 54; + /* 0:56 */waypoints[53] = spawnstruct(); + /* 0:56 */waypoints[53].origin = ( 243.719, 2298.02, -23.875 ); + /* 0:56 */waypoints[53].type = "stand"; + /* 0:56 */waypoints[53].children[0] = 52; + /* 0:56 */waypoints[53].children[1] = 55; + /* 0:56 */waypoints[54] = spawnstruct(); + /* 0:56 */waypoints[54].origin = ( 270.038, 2116.19, -23.875 ); + /* 0:56 */waypoints[54].type = "stand"; + /* 0:56 */waypoints[54].children[0] = 45; + /* 0:56 */waypoints[54].children[1] = 170; + /* 0:56 */waypoints[54].children[2] = 52; + /* 0:56 */waypoints[54].children[3] = 55; + /* 0:56 */waypoints[55] = spawnstruct(); + /* 0:56 */waypoints[55].origin = ( 35.2252, 2210.99, -23.875 ); + /* 0:56 */waypoints[55].type = "stand"; + /* 0:56 */waypoints[55].children[0] = 53; + /* 0:56 */waypoints[55].children[1] = 58; + /* 0:56 */waypoints[55].children[2] = 54; + /* 0:56 */waypoints[56] = spawnstruct(); + /* 0:56 */waypoints[56].origin = ( 156.959, 1905.54, -23.875 ); + /* 0:56 */waypoints[56].type = "stand"; + /* 0:56 */waypoints[56].children[0] = 57; + /* 0:56 */waypoints[56].children[1] = 170; + /* 0:56 */waypoints[57] = spawnstruct(); + /* 0:56 */waypoints[57].origin = ( -18.1612, 1894.66, -24.7394 ); + /* 0:56 */waypoints[57].type = "stand"; + /* 0:56 */waypoints[57].children[0] = 60; + /* 0:56 */waypoints[57].children[1] = 56; + /* 0:56 */waypoints[57].children[2] = 58; + /* 0:56 */waypoints[58] = spawnstruct(); + /* 0:56 */waypoints[58].origin = ( -147.412, 2158.74, -26.7123 ); + /* 0:56 */waypoints[58].type = "stand"; + /* 0:56 */waypoints[58].children[0] = 55; + /* 0:56 */waypoints[58].children[1] = 59; + /* 0:56 */waypoints[58].children[2] = 57; + /* 0:56 */waypoints[59] = spawnstruct(); + /* 0:56 */waypoints[59].origin = ( -436.41, 2032.45, 61.125 ); + /* 0:56 */waypoints[59].type = "stand"; + /* 0:56 */waypoints[59].children[0] = 58; + /* 0:56 */waypoints[59].children[1] = 62; + /* 0:56 */waypoints[59].children[2] = 60; + /* 0:56 */waypoints[60] = spawnstruct(); + /* 0:56 */waypoints[60].origin = ( -333.721, 1782.69, 61.125 ); + /* 0:56 */waypoints[60].type = "stand"; + /* 0:56 */waypoints[60].children[0] = 61; + /* 0:56 */waypoints[60].children[1] = 57; + /* 0:56 */waypoints[60].children[2] = 59; + /* 0:56 */waypoints[61] = spawnstruct(); + /* 0:56 */waypoints[61].origin = ( -461.604, 1822.1, 94.4982 ); + /* 0:56 */waypoints[61].type = "stand"; + /* 0:56 */waypoints[61].children[0] = 64; + /* 0:56 */waypoints[61].children[1] = 60; + /* 0:56 */waypoints[62] = spawnstruct(); + /* 0:56 */waypoints[62].origin = ( -523.785, 1903.59, 108.494 ); + /* 0:56 */waypoints[62].type = "stand"; + /* 0:56 */waypoints[62].children[0] = 59; + /* 0:56 */waypoints[62].children[1] = 63; + /* 0:56 */waypoints[63] = spawnstruct(); + /* 0:56 */waypoints[63].origin = ( -789.603, 1802.86, 223.125 ); + /* 0:56 */waypoints[63].type = "stand"; + /* 0:56 */waypoints[63].children[0] = 62; + /* 0:56 */waypoints[63].children[1] = 65; + /* 0:56 */waypoints[63].children[2] = 66; + /* 0:56 */waypoints[64] = spawnstruct(); + /* 0:56 */waypoints[64].origin = ( -731.119, 1710.79, 223.125 ); + /* 0:56 */waypoints[64].type = "stand"; + /* 0:56 */waypoints[64].children[0] = 65; + /* 0:56 */waypoints[64].children[1] = 66; + /* 0:56 */waypoints[64].children[2] = 61; + /* 0:56 */waypoints[65] = spawnstruct(); + /* 0:56 */waypoints[65].origin = ( -847.065, 1580.89, 224.458 ); + /* 0:56 */waypoints[65].type = "stand"; + /* 0:56 */waypoints[65].children[0] = 63; + /* 0:56 */waypoints[65].children[1] = 64; + /* 0:56 */waypoints[65].children[2] = 163; + /* 0:56 */waypoints[65].children[3] = 73; + /* 0:56 */waypoints[65].children[4] = 68; + /* 0:56 */waypoints[65].children[5] = 182; + /* 0:56 */waypoints[66] = spawnstruct(); + /* 0:56 */waypoints[66].origin = ( -1005.08, 1852.52, 229.301 ); + /* 0:56 */waypoints[66].type = "stand"; + /* 0:56 */waypoints[66].children[0] = 64; + /* 0:56 */waypoints[66].children[1] = 63; + /* 0:56 */waypoints[66].children[2] = 67; + /* 0:56 */waypoints[67] = spawnstruct(); + /* 0:56 */waypoints[67].origin = ( -1292.79, 1869.86, 236.712 ); + /* 0:56 */waypoints[67].type = "stand"; + /* 0:56 */waypoints[67].children[0] = 66; + /* 0:56 */waypoints[67].children[1] = 68; + /* 0:56 */waypoints[68] = spawnstruct(); + /* 0:56 */waypoints[68].origin = ( -1494.2, 1721.09, 250.797 ); + /* 0:56 */waypoints[68].type = "stand"; + /* 0:56 */waypoints[68].children[0] = 67; + /* 0:56 */waypoints[68].children[1] = 71; + /* 0:56 */waypoints[68].children[2] = 65; + /* 0:56 */waypoints[68].children[3] = 69; + /* 0:56 */waypoints[69] = spawnstruct(); + /* 0:56 */waypoints[69].origin = ( -1957.79, 1681.68, 259.49 ); + /* 0:56 */waypoints[69].type = "stand"; + /* 0:56 */waypoints[69].children[0] = 76; + /* 0:56 */waypoints[69].children[1] = 68; + /* 0:56 */waypoints[69].children[2] = 70; + /* 0:56 */waypoints[70] = spawnstruct(); + /* 0:56 */waypoints[70].origin = ( -2027.62, 1409.75, 258.811 ); + /* 0:56 */waypoints[70].type = "stand"; + /* 0:56 */waypoints[70].children[0] = 71; + /* 0:56 */waypoints[70].children[1] = 76; + /* 0:56 */waypoints[70].children[2] = 69; + /* 0:56 */waypoints[70].children[3] = 130; + /* 0:56 */waypoints[71] = spawnstruct(); + /* 0:56 */waypoints[71].origin = ( -1653.39, 1470.34, 254.698 ); + /* 0:56 */waypoints[71].type = "stand"; + /* 0:56 */waypoints[71].children[0] = 68; + /* 0:56 */waypoints[71].children[1] = 70; + /* 0:56 */waypoints[71].children[2] = 72; + /* 0:56 */waypoints[72] = spawnstruct(); + /* 0:56 */waypoints[72].origin = ( -1345.41, 1521.13, 248.372 ); + /* 0:56 */waypoints[72].type = "stand"; + /* 0:56 */waypoints[72].children[0] = 71; + /* 0:56 */waypoints[72].children[1] = 73; + /* 0:56 */waypoints[73] = spawnstruct(); + /* 0:56 */waypoints[73].origin = ( -1167.17, 1394.56, 214.989 ); + /* 0:56 */waypoints[73].type = "stand"; + /* 0:56 */waypoints[73].children[0] = 72; + /* 0:56 */waypoints[73].children[1] = 163; + /* 0:56 */waypoints[73].children[2] = 65; + /* 0:56 */waypoints[73].children[3] = 182; + /* 0:56 */waypoints[74] = spawnstruct(); + /* 0:56 */waypoints[74].origin = ( -1070.33, 885.805, 136.822 ); + /* 0:56 */waypoints[74].type = "stand"; + /* 0:56 */waypoints[74].children[0] = 82; + /* 0:56 */waypoints[74].children[1] = 182; + /* 0:56 */waypoints[75] = spawnstruct(); + /* 0:56 */waypoints[75].origin = ( -900.157, 1037.81, 147.768 ); + /* 0:56 */waypoints[75].type = "stand"; + /* 0:56 */waypoints[75].children[0] = 163; + /* 0:56 */waypoints[75].children[1] = 109; + /* 0:56 */waypoints[76] = spawnstruct(); + /* 0:56 */waypoints[76].origin = ( -1744.75, 1378.43, 254.656 ); + /* 0:56 */waypoints[76].type = "stand"; + /* 0:56 */waypoints[76].children[0] = 70; + /* 0:56 */waypoints[76].children[1] = 69; + /* 0:56 */waypoints[76].children[2] = 77; + /* 0:56 */waypoints[77] = spawnstruct(); + /* 0:56 */waypoints[77].origin = ( -1387.02, 1396.85, 123.125 ); + /* 0:56 */waypoints[77].type = "stand"; + /* 0:56 */waypoints[77].children[0] = 76; + /* 0:56 */waypoints[77].children[1] = 79; + /* 0:56 */waypoints[77].children[2] = 78; + /* 0:56 */waypoints[78] = spawnstruct(); + /* 0:56 */waypoints[78].origin = ( -1198.6, 1291, 120.125 ); + /* 0:56 */waypoints[78].type = "stand"; + /* 0:56 */waypoints[78].children[0] = 77; + /* 0:56 */waypoints[78].children[1] = 164; + /* 0:56 */waypoints[78].children[2] = 80; + /* 0:56 */waypoints[79] = spawnstruct(); + /* 0:56 */waypoints[79].origin = ( -1262.92, 1257.05, 121.7 ); + /* 0:56 */waypoints[79].type = "stand"; + /* 0:56 */waypoints[79].children[0] = 77; + /* 0:56 */waypoints[79].children[1] = 80; + /* 0:56 */waypoints[79].children[2] = 164; + /* 0:56 */waypoints[80] = spawnstruct(); + /* 0:56 */waypoints[80].origin = ( -1245.75, 885.161, 121.508 ); + /* 0:56 */waypoints[80].type = "stand"; + /* 0:56 */waypoints[80].children[0] = 79; + /* 0:56 */waypoints[80].children[1] = 78; + /* 0:56 */waypoints[81] = spawnstruct(); + /* 0:56 */waypoints[81].origin = ( -1246.24, 663.305, 101.808 ); + /* 0:56 */waypoints[81].type = "stand"; + /* 0:56 */waypoints[81].children[0] = 164; + /* 0:56 */waypoints[81].children[1] = 83; + /* 0:56 */waypoints[81].children[2] = 109; + /* 0:56 */waypoints[82] = spawnstruct(); + /* 0:56 */waypoints[82].origin = ( -1243.73, 486.968, 75.7456 ); + /* 0:56 */waypoints[82].type = "stand"; + /* 0:56 */waypoints[82].children[0] = 84; + /* 0:56 */waypoints[82].children[1] = 74; + /* 0:56 */waypoints[83] = spawnstruct(); + /* 0:56 */waypoints[83].origin = ( -1369.72, 480.28, 69.0327 ); + /* 0:56 */waypoints[83].type = "stand"; + /* 0:56 */waypoints[83].children[0] = 81; + /* 0:56 */waypoints[83].children[1] = 84; + /* 0:56 */waypoints[84] = spawnstruct(); + /* 0:56 */waypoints[84].origin = ( -1332.28, 306.904, 66.5352 ); + /* 0:56 */waypoints[84].type = "stand"; + /* 0:56 */waypoints[84].children[0] = 82; + /* 0:56 */waypoints[84].children[1] = 86; + /* 0:56 */waypoints[84].children[2] = 181; + /* 0:56 */waypoints[84].children[3] = 83; + /* 0:56 */waypoints[85] = spawnstruct(); + /* 0:56 */waypoints[85].origin = ( -1152.63, 157.894, 70.6467 ); + /* 0:56 */waypoints[85].type = "stand"; + /* 0:56 */waypoints[85].children[0] = 86; + /* 0:56 */waypoints[85].children[1] = 88; + /* 0:56 */waypoints[85].children[2] = 165; + /* 0:56 */waypoints[86] = spawnstruct(); + /* 0:56 */waypoints[86].origin = ( -1268.85, 200.251, 61.6436 ); + /* 0:56 */waypoints[86].type = "stand"; + /* 0:56 */waypoints[86].children[0] = 84; + /* 0:56 */waypoints[86].children[1] = 85; + /* 0:56 */waypoints[86].children[2] = 87; + /* 0:56 */waypoints[86].children[3] = 165; + /* 0:56 */waypoints[86].children[4] = 181; + /* 0:56 */waypoints[86].children[5] = 211; + /* 0:56 */waypoints[87] = spawnstruct(); + /* 0:56 */waypoints[87].origin = ( -1441.26, -312.851, 60.0749 ); + /* 0:56 */waypoints[87].type = "stand"; + /* 0:56 */waypoints[87].children[0] = 147; + /* 0:56 */waypoints[87].children[1] = 88; + /* 0:56 */waypoints[87].children[2] = 86; + /* 0:56 */waypoints[87].children[3] = 165; + /* 0:56 */waypoints[88] = spawnstruct(); + /* 0:56 */waypoints[88].origin = ( -1077.86, -282.17, 58.7146 ); + /* 0:56 */waypoints[88].type = "stand"; + /* 0:56 */waypoints[88].children[0] = 85; + /* 0:56 */waypoints[88].children[1] = 87; + /* 0:56 */waypoints[88].children[2] = 165; + /* 0:56 */waypoints[88].children[3] = 179; + /* 0:56 */waypoints[89] = spawnstruct(); + /* 0:56 */waypoints[89].origin = ( -857.695, -865.125, 48.6137 ); + /* 0:56 */waypoints[89].type = "stand"; + /* 0:56 */waypoints[89].children[0] = 90; + /* 0:56 */waypoints[89].children[1] = 179; + /* 0:56 */waypoints[89].children[2] = 91; + /* 0:56 */waypoints[89].children[3] = 156; + /* 0:56 */waypoints[90] = spawnstruct(); + /* 0:56 */waypoints[90].origin = ( -478.312, -1012.72, 49.9551 ); + /* 0:56 */waypoints[90].type = "stand"; + /* 0:56 */waypoints[90].children[0] = 91; + /* 0:56 */waypoints[90].children[1] = 157; + /* 0:56 */waypoints[90].children[2] = 92; + /* 0:56 */waypoints[90].children[3] = 89; + /* 0:56 */waypoints[91] = spawnstruct(); + /* 0:56 */waypoints[91].origin = ( -473.214, -873.622, 51.0867 ); + /* 0:56 */waypoints[91].type = "stand"; + /* 0:56 */waypoints[91].children[0] = 92; + /* 0:56 */waypoints[91].children[1] = 90; + /* 0:56 */waypoints[91].children[2] = 89; + /* 0:56 */waypoints[92] = spawnstruct(); + /* 0:56 */waypoints[92].origin = ( -126.377, -823.88, 21.8322 ); + /* 0:56 */waypoints[92].type = "stand"; + /* 0:56 */waypoints[92].children[0] = 93; + /* 0:56 */waypoints[92].children[1] = 91; + /* 0:56 */waypoints[92].children[2] = 90; + /* 0:56 */waypoints[92].children[3] = 176; + /* 0:56 */waypoints[93] = spawnstruct(); + /* 0:56 */waypoints[93].origin = ( -39.3153, -1018.82, 15.2649 ); + /* 0:56 */waypoints[93].type = "stand"; + /* 0:56 */waypoints[93].children[0] = 94; + /* 0:56 */waypoints[93].children[1] = 92; + /* 0:56 */waypoints[93].children[2] = 177; + /* 0:56 */waypoints[94] = spawnstruct(); + /* 0:56 */waypoints[94].origin = ( 255.922, -777.853, 4.125 ); + /* 0:56 */waypoints[94].type = "stand"; + /* 0:56 */waypoints[94].children[0] = 176; + /* 0:56 */waypoints[94].children[1] = 93; + /* 0:56 */waypoints[94].children[2] = 209; + /* 0:56 */waypoints[95] = spawnstruct(); + /* 0:56 */waypoints[95].origin = ( 437.469, -792.165, 5.02271 ); + /* 0:56 */waypoints[95].type = "stand"; + /* 0:56 */waypoints[95].children[0] = 96; + /* 0:56 */waypoints[95].children[1] = 176; + /* 0:56 */waypoints[95].children[2] = 205; + /* 0:56 */waypoints[95].children[3] = 207; + /* 0:56 */waypoints[96] = spawnstruct(); + /* 0:56 */waypoints[96].origin = ( 427.263, -480.1, 12.1523 ); + /* 0:56 */waypoints[96].type = "stand"; + /* 0:56 */waypoints[96].children[0] = 97; + /* 0:56 */waypoints[96].children[1] = 95; + /* 0:56 */waypoints[96].children[2] = 205; + /* 0:56 */waypoints[97] = spawnstruct(); + /* 0:56 */waypoints[97].origin = ( 275.828, -263.982, 3.16463 ); + /* 0:56 */waypoints[97].type = "stand"; + /* 0:56 */waypoints[97].children[0] = 175; + /* 0:56 */waypoints[97].children[1] = 96; + /* 0:56 */waypoints[97].children[2] = 209; + /* 0:56 */waypoints[98] = spawnstruct(); + /* 0:56 */waypoints[98].origin = ( 350.425, -8.116, 1.25366 ); + /* 0:56 */waypoints[98].type = "stand"; + /* 0:56 */waypoints[98].children[0] = 172; + /* 0:56 */waypoints[98].children[1] = 99; + /* 0:56 */waypoints[98].children[2] = 175; + /* 0:56 */waypoints[99] = spawnstruct(); + /* 0:56 */waypoints[99].origin = ( 28.408, -15.0345, 0.82334 ); + /* 0:56 */waypoints[99].type = "stand"; + /* 0:56 */waypoints[99].children[0] = 174; + /* 0:56 */waypoints[99].children[1] = 98; + /* 0:56 */waypoints[100] = spawnstruct(); + /* 0:56 */waypoints[100].origin = ( -365.8, 31.337, 3.125 ); + /* 0:56 */waypoints[100].type = "stand"; + /* 0:56 */waypoints[100].children[0] = 102; + /* 0:56 */waypoints[100].children[1] = 101; + /* 0:56 */waypoints[101] = spawnstruct(); + /* 0:56 */waypoints[101].origin = ( -307.97, 280.598, 53.2095 ); + /* 0:56 */waypoints[101].type = "stand"; + /* 0:56 */waypoints[101].children[0] = 100; + /* 0:56 */waypoints[101].children[1] = 110; + /* 0:56 */waypoints[102] = spawnstruct(); + /* 0:56 */waypoints[102].origin = ( -458.326, 271.282, 3.12499 ); + /* 0:56 */waypoints[102].type = "stand"; + /* 0:56 */waypoints[102].children[0] = 103; + /* 0:56 */waypoints[102].children[1] = 100; + /* 0:56 */waypoints[103] = spawnstruct(); + /* 0:56 */waypoints[103].origin = ( -454.926, 513.545, 55.125 ); + /* 0:56 */waypoints[103].type = "stand"; + /* 0:56 */waypoints[103].children[0] = 104; + /* 0:56 */waypoints[103].children[1] = 102; + /* 0:56 */waypoints[103].children[2] = 110; + /* 0:56 */waypoints[104] = spawnstruct(); + /* 0:56 */waypoints[104].origin = ( -577.254, 518.798, 55.125 ); + /* 0:56 */waypoints[104].type = "stand"; + /* 0:56 */waypoints[104].children[0] = 105; + /* 0:56 */waypoints[104].children[1] = 103; + /* 0:56 */waypoints[105] = spawnstruct(); + /* 0:56 */waypoints[105].origin = ( -615.367, 302.959, 55.9744 ); + /* 0:56 */waypoints[105].type = "stand"; + /* 0:56 */waypoints[105].children[0] = 159; + /* 0:56 */waypoints[105].children[1] = 107; + /* 0:56 */waypoints[105].children[2] = 106; + /* 0:56 */waypoints[105].children[3] = 104; + /* 0:56 */waypoints[106] = spawnstruct(); + /* 0:56 */waypoints[106].origin = ( -797.733, 262.938, 55.0013 ); + /* 0:56 */waypoints[106].type = "stand"; + /* 0:56 */waypoints[106].children[0] = 105; + /* 0:56 */waypoints[106].children[1] = 160; + /* 0:56 */waypoints[107] = spawnstruct(); + /* 0:56 */waypoints[107].origin = ( -569.082, -110.585, 62.9647 ); + /* 0:56 */waypoints[107].type = "stand"; + /* 0:56 */waypoints[107].children[0] = 105; + /* 0:56 */waypoints[107].children[1] = 108; + /* 0:56 */waypoints[108] = spawnstruct(); + /* 0:56 */waypoints[108].origin = ( -906.801, -79.8971, 59.7002 ); + /* 0:56 */waypoints[108].type = "stand"; + /* 0:56 */waypoints[108].children[0] = 107; + /* 0:56 */waypoints[108].children[1] = 158; + /* 0:56 */waypoints[108].children[2] = 160; + /* 0:56 */waypoints[108].children[3] = 210; + /* 0:56 */waypoints[109] = spawnstruct(); + /* 0:56 */waypoints[109].origin = ( -980.148, 581.014, 97.4698 ); + /* 0:56 */waypoints[109].type = "stand"; + /* 0:56 */waypoints[109].children[0] = 75; + /* 0:56 */waypoints[109].children[1] = 114; + /* 0:56 */waypoints[109].children[2] = 81; + /* 0:56 */waypoints[109].children[3] = 211; + /* 0:56 */waypoints[110] = spawnstruct(); + /* 0:56 */waypoints[110].origin = ( -321.556, 458.926, 103.125 ); + /* 0:56 */waypoints[110].type = "stand"; + /* 0:56 */waypoints[110].children[0] = 115; + /* 0:56 */waypoints[110].children[1] = 101; + /* 0:56 */waypoints[110].children[2] = 111; + /* 0:56 */waypoints[110].children[3] = 103; + /* 0:56 */waypoints[111] = spawnstruct(); + /* 0:56 */waypoints[111].origin = ( -331.607, 642.211, 103.125 ); + /* 0:56 */waypoints[111].type = "stand"; + /* 0:56 */waypoints[111].children[0] = 110; + /* 0:56 */waypoints[111].children[1] = 112; + /* 0:56 */waypoints[112] = spawnstruct(); + /* 0:56 */waypoints[112].origin = ( -478.549, 683.519, 103.125 ); + /* 0:56 */waypoints[112].type = "stand"; + /* 0:56 */waypoints[112].children[0] = 111; + /* 0:56 */waypoints[112].children[1] = 113; + /* 0:56 */waypoints[113] = spawnstruct(); + /* 0:56 */waypoints[113].origin = ( -688.132, 677.033, 55.125 ); + /* 0:56 */waypoints[113].type = "stand"; + /* 0:56 */waypoints[113].children[0] = 114; + /* 0:56 */waypoints[113].children[1] = 112; + /* 0:56 */waypoints[114] = spawnstruct(); + /* 0:56 */waypoints[114].origin = ( -833.207, 553.48, 58.8799 ); + /* 0:56 */waypoints[114].type = "stand"; + /* 0:56 */waypoints[114].children[0] = 113; + /* 0:56 */waypoints[114].children[1] = 109; + /* 0:56 */waypoints[115] = spawnstruct(); + /* 0:56 */waypoints[115].origin = ( -78.8689, 458.301, 103.125 ); + /* 0:56 */waypoints[115].type = "stand"; + /* 0:56 */waypoints[115].children[0] = 129; + /* 0:56 */waypoints[115].children[1] = 110; + /* 0:56 */waypoints[115].children[2] = 117; + /* 0:56 */waypoints[115].children[3] = 116; + /* 0:56 */waypoints[116] = spawnstruct(); + /* 0:56 */waypoints[116].origin = ( -117.672, 614.052, 108.495 ); + /* 0:56 */waypoints[116].type = "stand"; + /* 0:56 */waypoints[116].children[0] = 115; + /* 0:56 */waypoints[116].children[1] = 118; + /* 0:56 */waypoints[117] = spawnstruct(); + /* 0:56 */waypoints[117].origin = ( 6.85877, 606.574, 106.686 ); + /* 0:56 */waypoints[117].type = "stand"; + /* 0:56 */waypoints[117].children[0] = 115; + /* 0:56 */waypoints[117].children[1] = 118; + /* 0:56 */waypoints[118] = spawnstruct(); + /* 0:56 */waypoints[118].origin = ( -36.3375, 718.541, 103.125 ); + /* 0:56 */waypoints[118].type = "stand"; + /* 0:56 */waypoints[118].children[0] = 117; + /* 0:56 */waypoints[118].children[1] = 119; + /* 0:56 */waypoints[118].children[2] = 116; + /* 0:56 */waypoints[119] = spawnstruct(); + /* 0:56 */waypoints[119].origin = ( -50.1934, 815.45, 103.125 ); + /* 0:56 */waypoints[119].type = "stand"; + /* 0:56 */waypoints[119].children[0] = 120; + /* 0:56 */waypoints[119].children[1] = 128; + /* 0:56 */waypoints[119].children[2] = 118; + /* 0:56 */waypoints[120] = spawnstruct(); + /* 0:56 */waypoints[120].origin = ( 56.7203, 793.17, 103.125 ); + /* 0:56 */waypoints[120].type = "stand"; + /* 0:56 */waypoints[120].children[0] = 121; + /* 0:56 */waypoints[120].children[1] = 119; + /* 0:56 */waypoints[121] = spawnstruct(); + /* 0:56 */waypoints[121].origin = ( 161.89, 787.364, 103.125 ); + /* 0:56 */waypoints[121].type = "stand"; + /* 0:56 */waypoints[121].children[0] = 122; + /* 0:56 */waypoints[121].children[1] = 120; + /* 0:56 */waypoints[122] = spawnstruct(); + /* 0:56 */waypoints[122].origin = ( 89.9066, 984.992, 106.455 ); + /* 0:56 */waypoints[122].type = "stand"; + /* 0:56 */waypoints[122].children[0] = 123; + /* 0:56 */waypoints[122].children[1] = 121; + /* 0:56 */waypoints[123] = spawnstruct(); + /* 0:56 */waypoints[123].origin = ( -20.326, 1082.74, 47.4058 ); + /* 0:56 */waypoints[123].type = "stand"; + /* 0:56 */waypoints[123].children[0] = 127; + /* 0:56 */waypoints[123].children[1] = 124; + /* 0:56 */waypoints[123].children[2] = 122; + /* 0:56 */waypoints[124] = spawnstruct(); + /* 0:56 */waypoints[124].origin = ( -154.302, 1079.64, 105.932 ); + /* 0:56 */waypoints[124].type = "stand"; + /* 0:56 */waypoints[124].children[0] = 123; + /* 0:56 */waypoints[124].children[1] = 128; + /* 0:56 */waypoints[125] = spawnstruct(); + /* 0:56 */waypoints[125].origin = ( 123.859, 994.753, -12.0641 ); + /* 0:56 */waypoints[125].type = "stand"; + /* 0:56 */waypoints[125].children[0] = 127; + /* 0:56 */waypoints[125].children[1] = 126; + /* 0:56 */waypoints[126] = spawnstruct(); + /* 0:56 */waypoints[126].origin = ( 49.8415, 797.869, -20.875 ); + /* 0:56 */waypoints[126].type = "stand"; + /* 0:56 */waypoints[126].children[0] = 125; + /* 0:56 */waypoints[127] = spawnstruct(); + /* 0:56 */waypoints[127].origin = ( 122.002, 1083.15, -11.6797 ); + /* 0:56 */waypoints[127].type = "stand"; + /* 0:56 */waypoints[127].children[0] = 43; + /* 0:56 */waypoints[127].children[1] = 125; + /* 0:56 */waypoints[127].children[2] = 123; + /* 0:56 */waypoints[128] = spawnstruct(); + /* 0:56 */waypoints[128].origin = ( -47.4947, 954.628, 103.125 ); + /* 0:56 */waypoints[128].type = "stand"; + /* 0:56 */waypoints[128].children[0] = 119; + /* 0:56 */waypoints[128].children[1] = 124; + /* 0:56 */waypoints[129] = spawnstruct(); + /* 0:56 */waypoints[129].origin = ( -62.1533, 211.812, 103.125 ); + /* 0:56 */waypoints[129].type = "stand"; + /* 0:56 */waypoints[129].children[0] = 115; + /* 0:56 */waypoints[130] = spawnstruct(); + /* 0:56 */waypoints[130].origin = ( -2045.64, 1160.32, 250.318 ); + /* 0:56 */waypoints[130].type = "stand"; + /* 0:56 */waypoints[130].children[0] = 132; + /* 0:56 */waypoints[130].children[1] = 131; + /* 0:56 */waypoints[130].children[2] = 70; + /* 0:56 */waypoints[131] = spawnstruct(); + /* 0:56 */waypoints[131].origin = ( -1813.13, 1012.73, 248.125 ); + /* 0:56 */waypoints[131].type = "stand"; + /* 0:56 */waypoints[131].children[0] = 130; + /* 0:56 */waypoints[131].children[1] = 133; + /* 0:56 */waypoints[132] = spawnstruct(); + /* 0:56 */waypoints[132].origin = ( -2159.67, 971.181, 248.125 ); + /* 0:56 */waypoints[132].type = "stand"; + /* 0:56 */waypoints[132].children[0] = 133; + /* 0:56 */waypoints[132].children[1] = 134; + /* 0:56 */waypoints[132].children[2] = 130; + /* 0:56 */waypoints[133] = spawnstruct(); + /* 0:56 */waypoints[133].origin = ( -1977.11, 841.033, 248.125 ); + /* 0:56 */waypoints[133].type = "stand"; + /* 0:56 */waypoints[133].children[0] = 135; + /* 0:56 */waypoints[133].children[1] = 132; + /* 0:56 */waypoints[133].children[2] = 131; + /* 0:56 */waypoints[134] = spawnstruct(); + /* 0:56 */waypoints[134].origin = ( -2189.43, 796.395, 248.125 ); + /* 0:56 */waypoints[134].type = "stand"; + /* 0:56 */waypoints[134].children[0] = 135; + /* 0:56 */waypoints[134].children[1] = 132; + /* 0:56 */waypoints[135] = spawnstruct(); + /* 0:56 */waypoints[135].origin = ( -2144.1, 602.903, 242.447 ); + /* 0:56 */waypoints[135].type = "stand"; + /* 0:56 */waypoints[135].children[0] = 136; + /* 0:56 */waypoints[135].children[1] = 134; + /* 0:56 */waypoints[135].children[2] = 133; + /* 0:56 */waypoints[136] = spawnstruct(); + /* 0:56 */waypoints[136].origin = ( -2142.86, 301.457, 185.125 ); + /* 0:56 */waypoints[136].type = "stand"; + /* 0:56 */waypoints[136].children[0] = 137; + /* 0:56 */waypoints[136].children[1] = 138; + /* 0:56 */waypoints[136].children[2] = 135; + /* 0:56 */waypoints[136].children[3] = 142; + /* 0:56 */waypoints[137] = spawnstruct(); + /* 0:56 */waypoints[137].origin = ( -1931.64, 436.764, 185.409 ); + /* 0:56 */waypoints[137].type = "stand"; + /* 0:56 */waypoints[137].children[0] = 138; + /* 0:56 */waypoints[137].children[1] = 136; + /* 0:56 */waypoints[138] = spawnstruct(); + /* 0:56 */waypoints[138].origin = ( -1777.84, 300.705, 194.125 ); + /* 0:56 */waypoints[138].type = "stand"; + /* 0:56 */waypoints[138].children[0] = 139; + /* 0:56 */waypoints[138].children[1] = 137; + /* 0:56 */waypoints[138].children[2] = 136; + /* 0:56 */waypoints[139] = spawnstruct(); + /* 0:56 */waypoints[139].origin = ( -1638.23, 288.388, 194.125 ); + /* 0:56 */waypoints[139].type = "stand"; + /* 0:56 */waypoints[139].children[0] = 141; + /* 0:56 */waypoints[139].children[1] = 138; + /* 0:56 */waypoints[139].children[2] = 180; + /* 0:56 */waypoints[140] = spawnstruct(); + /* 0:56 */waypoints[140].origin = ( -1560.55, 77.1267, 190.125 ); + /* 0:56 */waypoints[140].type = "stand"; + /* 0:56 */waypoints[140].children[0] = 141; + /* 0:56 */waypoints[140].children[1] = 180; + /* 0:56 */waypoints[141] = spawnstruct(); + /* 0:56 */waypoints[141].origin = ( -1666.65, -84.0683, 188.125 ); + /* 0:56 */waypoints[141].type = "stand"; + /* 0:56 */waypoints[141].children[0] = 169; + /* 0:56 */waypoints[141].children[1] = 140; + /* 0:56 */waypoints[141].children[2] = 139; + /* 0:56 */waypoints[142] = spawnstruct(); + /* 0:56 */waypoints[142].origin = ( -2125.98, 13.5769, 185.972 ); + /* 0:56 */waypoints[142].type = "stand"; + /* 0:56 */waypoints[142].children[0] = 136; + /* 0:56 */waypoints[142].children[1] = 169; + /* 0:56 */waypoints[143] = spawnstruct(); + /* 0:56 */waypoints[143].origin = ( -1912.02, -224.193, 127.814 ); + /* 0:56 */waypoints[143].type = "stand"; + /* 0:56 */waypoints[143].children[0] = 147; + /* 0:56 */waypoints[143].children[1] = 169; + /* 0:56 */waypoints[144] = spawnstruct(); + /* 0:56 */waypoints[144].origin = ( -1837.79, -239.91, 123.856 ); + /* 0:56 */waypoints[144].type = "stand"; + /* 0:56 */waypoints[144].children[0] = 145; + /* 0:56 */waypoints[144].children[1] = 169; + /* 0:56 */waypoints[145] = spawnstruct(); + /* 0:56 */waypoints[145].origin = ( -1899.77, -543.913, 126.821 ); + /* 0:56 */waypoints[145].type = "stand"; + /* 0:56 */waypoints[145].children[0] = 144; + /* 0:56 */waypoints[145].children[1] = 146; + /* 0:56 */waypoints[146] = spawnstruct(); + /* 0:56 */waypoints[146].origin = ( -1899.67, -686.663, 129.625 ); + /* 0:56 */waypoints[146].type = "stand"; + /* 0:56 */waypoints[146].children[0] = 148; + /* 0:56 */waypoints[146].children[1] = 145; + /* 0:56 */waypoints[147] = spawnstruct(); + /* 0:56 */waypoints[147].origin = ( -1634.64, -326.44, 80.4669 ); + /* 0:56 */waypoints[147].type = "stand"; + /* 0:56 */waypoints[147].children[0] = 143; + /* 0:56 */waypoints[147].children[1] = 87; + /* 0:56 */waypoints[148] = spawnstruct(); + /* 0:56 */waypoints[148].origin = ( -1886.5, -891.819, 129.625 ); + /* 0:56 */waypoints[148].type = "stand"; + /* 0:56 */waypoints[148].children[0] = 149; + /* 0:56 */waypoints[148].children[1] = 146; + /* 0:56 */waypoints[149] = spawnstruct(); + /* 0:56 */waypoints[149].origin = ( -1599.34, -890.485, 94.625 ); + /* 0:56 */waypoints[149].type = "stand"; + /* 0:56 */waypoints[149].children[0] = 150; + /* 0:56 */waypoints[149].children[1] = 148; + /* 0:56 */waypoints[150] = spawnstruct(); + /* 0:56 */waypoints[150].origin = ( -1609.65, -685.987, 52.625 ); + /* 0:56 */waypoints[150].type = "stand"; + /* 0:56 */waypoints[150].children[0] = 151; + /* 0:56 */waypoints[150].children[1] = 149; + /* 0:56 */waypoints[151] = spawnstruct(); + /* 0:56 */waypoints[151].origin = ( -1463.75, -685.973, 52.625 ); + /* 0:56 */waypoints[151].type = "stand"; + /* 0:56 */waypoints[151].children[0] = 168; + /* 0:56 */waypoints[151].children[1] = 150; + /* 0:56 */waypoints[151].children[2] = 152; + /* 0:56 */waypoints[152] = spawnstruct(); + /* 0:56 */waypoints[152].origin = ( -1471.89, -825.504, 52.625 ); + /* 0:56 */waypoints[152].type = "stand"; + /* 0:56 */waypoints[152].children[0] = 153; + /* 0:56 */waypoints[152].children[1] = 151; + /* 0:56 */waypoints[153] = spawnstruct(); + /* 0:56 */waypoints[153].origin = ( -1475.35, -1049.96, 52.625 ); + /* 0:56 */waypoints[153].type = "stand"; + /* 0:56 */waypoints[153].children[0] = 152; + /* 0:56 */waypoints[154] = spawnstruct(); + /* 0:56 */waypoints[154].origin = ( -1275.95, -872.374, 54.625 ); + /* 0:56 */waypoints[154].type = "stand"; + /* 0:56 */waypoints[154].children[0] = 155; + /* 0:56 */waypoints[154].children[1] = 168; + /* 0:56 */waypoints[155] = spawnstruct(); + /* 0:56 */waypoints[155].origin = ( -1146.58, -820.559, 47.7326 ); + /* 0:56 */waypoints[155].type = "stand"; + /* 0:56 */waypoints[155].children[0] = 167; + /* 0:56 */waypoints[155].children[1] = 156; + /* 0:56 */waypoints[155].children[2] = 154; + /* 0:56 */waypoints[156] = spawnstruct(); + /* 0:56 */waypoints[156].origin = ( -1011.81, -1047.35, 46.1855 ); + /* 0:56 */waypoints[156].type = "stand"; + /* 0:56 */waypoints[156].children[0] = 155; + /* 0:56 */waypoints[156].children[1] = 157; + /* 0:56 */waypoints[156].children[2] = 89; + /* 0:56 */waypoints[157] = spawnstruct(); + /* 0:56 */waypoints[157].origin = ( -785.569, -1030.59, 48.7415 ); + /* 0:56 */waypoints[157].type = "stand"; + /* 0:56 */waypoints[157].children[0] = 90; + /* 0:56 */waypoints[157].children[1] = 156; + /* 0:56 */waypoints[158] = spawnstruct(); + /* 0:56 */waypoints[158].origin = ( -900.028, 163.255, 54.7039 ); + /* 0:56 */waypoints[158].type = "stand"; + /* 0:56 */waypoints[158].children[0] = 108; + /* 0:56 */waypoints[158].children[1] = 159; + /* 0:56 */waypoints[159] = spawnstruct(); + /* 0:56 */waypoints[159].origin = ( -885.784, 378.669, 72.5626 ); + /* 0:56 */waypoints[159].type = "stand"; + /* 0:56 */waypoints[159].children[0] = 105; + /* 0:56 */waypoints[159].children[1] = 158; + /* 0:56 */waypoints[160] = spawnstruct(); + /* 0:56 */waypoints[160].origin = ( -1024.02, 259.722, 80.8934 ); + /* 0:56 */waypoints[160].type = "stand"; + /* 0:56 */waypoints[160].children[0] = 106; + /* 0:56 */waypoints[160].children[1] = 108; + /* 0:56 */waypoints[161] = spawnstruct(); + /* 0:56 */waypoints[161].origin = ( 734.745, 1515.62, -21.875 ); + /* 0:56 */waypoints[161].type = "stand"; + /* 0:56 */waypoints[161].children[0] = 33; + /* 0:56 */waypoints[161].children[1] = 30; + /* 0:56 */waypoints[162] = spawnstruct(); + /* 0:56 */waypoints[162].origin = ( 849.604, 1727.51, -19.0474 ); + /* 0:56 */waypoints[162].type = "stand"; + /* 0:56 */waypoints[162].children[0] = 30; + /* 0:56 */waypoints[162].children[1] = 47; + /* 0:56 */waypoints[162].children[2] = 46; + /* 0:56 */waypoints[162].children[3] = 183; + /* 0:56 */waypoints[162].children[4] = 184; + /* 0:56 */waypoints[163] = spawnstruct(); + /* 0:56 */waypoints[163].origin = ( -890.456, 1202.74, 172.811 ); + /* 0:56 */waypoints[163].type = "stand"; + /* 0:56 */waypoints[163].children[0] = 73; + /* 0:56 */waypoints[163].children[1] = 75; + /* 0:56 */waypoints[163].children[2] = 65; + /* 0:56 */waypoints[164] = spawnstruct(); + /* 0:56 */waypoints[164].origin = ( -1183.34, 852.299, 121.182 ); + /* 0:56 */waypoints[164].type = "stand"; + /* 0:56 */waypoints[164].children[0] = 78; + /* 0:56 */waypoints[164].children[1] = 79; + /* 0:56 */waypoints[164].children[2] = 81; + /* 0:56 */waypoints[165] = spawnstruct(); + /* 0:56 */waypoints[165].origin = ( -1264.8, -149.897, 58.9351 ); + /* 0:56 */waypoints[165].type = "stand"; + /* 0:56 */waypoints[165].children[0] = 87; + /* 0:56 */waypoints[165].children[1] = 86; + /* 0:56 */waypoints[165].children[2] = 85; + /* 0:56 */waypoints[165].children[3] = 88; + /* 0:56 */waypoints[165].children[4] = 166; + /* 0:56 */waypoints[165].children[5] = 210; + /* 0:56 */waypoints[166] = spawnstruct(); + /* 0:56 */waypoints[166].origin = ( -1288.84, -470.011, 51.0874 ); + /* 0:56 */waypoints[166].type = "stand"; + /* 0:56 */waypoints[166].children[0] = 165; + /* 0:56 */waypoints[166].children[1] = 167; + /* 0:56 */waypoints[167] = spawnstruct(); + /* 0:56 */waypoints[167].origin = ( -1192.4, -682.031, 49.8982 ); + /* 0:56 */waypoints[167].type = "stand"; + /* 0:56 */waypoints[167].children[0] = 166; + /* 0:56 */waypoints[167].children[1] = 155; + /* 0:56 */waypoints[167].children[2] = 179; + /* 0:56 */waypoints[168] = spawnstruct(); + /* 0:56 */waypoints[168].origin = ( -1361.82, -706.339, 52.625 ); + /* 0:56 */waypoints[168].type = "stand"; + /* 0:56 */waypoints[168].children[0] = 154; + /* 0:56 */waypoints[168].children[1] = 151; + /* 0:56 */waypoints[169] = spawnstruct(); + /* 0:56 */waypoints[169].origin = ( -1861.71, -41.8006, 185.584 ); + /* 0:56 */waypoints[169].type = "stand"; + /* 0:56 */waypoints[169].children[0] = 144; + /* 0:56 */waypoints[169].children[1] = 143; + /* 0:56 */waypoints[169].children[2] = 141; + /* 0:56 */waypoints[169].children[3] = 142; + /* 0:56 */waypoints[170] = spawnstruct(); + /* 0:56 */waypoints[170].origin = ( 139.905, 1986, -23.875 ); + /* 0:56 */waypoints[170].type = "stand"; + /* 0:56 */waypoints[170].children[0] = 56; + /* 0:56 */waypoints[170].children[1] = 54; + /* 0:56 */waypoints[171] = spawnstruct(); + /* 0:56 */waypoints[171].origin = ( 421.15, 1216.51, -31.6999 ); + /* 0:56 */waypoints[171].type = "stand"; + /* 0:56 */waypoints[171].children[0] = 44; + /* 0:56 */waypoints[171].children[1] = 39; + /* 0:56 */waypoints[171].children[2] = 40; + /* 0:56 */waypoints[172] = spawnstruct(); + /* 0:56 */waypoints[172].origin = ( 147.337, 235.014, -5.68532 ); + /* 0:56 */waypoints[172].type = "stand"; + /* 0:56 */waypoints[172].children[0] = 42; + /* 0:56 */waypoints[172].children[1] = 98; + /* 0:56 */waypoints[173] = spawnstruct(); + /* 0:56 */waypoints[173].origin = ( 481.696, 397.045, -1.75769 ); + /* 0:56 */waypoints[173].type = "stand"; + /* 0:56 */waypoints[173].children[0] = 174; + /* 0:56 */waypoints[173].children[1] = 38; + /* 0:56 */waypoints[173].children[2] = 41; + /* 0:56 */waypoints[174] = spawnstruct(); + /* 0:56 */waypoints[174].origin = ( 364.132, 127.523, -1.77519 ); + /* 0:56 */waypoints[174].type = "stand"; + /* 0:56 */waypoints[174].children[0] = 173; + /* 0:56 */waypoints[174].children[1] = 99; + /* 0:56 */waypoints[175] = spawnstruct(); + /* 0:56 */waypoints[175].origin = ( 267.607, -106.827, -0.455149 ); + /* 0:56 */waypoints[175].type = "stand"; + /* 0:56 */waypoints[175].children[0] = 98; + /* 0:56 */waypoints[175].children[1] = 97; + /* 0:56 */waypoints[175].children[2] = 208; + /* 0:56 */waypoints[176] = spawnstruct(); + /* 0:56 */waypoints[176].origin = ( 362.187, -910.972, 0.124999 ); + /* 0:56 */waypoints[176].type = "stand"; + /* 0:56 */waypoints[176].children[0] = 95; + /* 0:56 */waypoints[176].children[1] = 94; + /* 0:56 */waypoints[176].children[2] = 178; + /* 0:56 */waypoints[176].children[3] = 92; + /* 0:56 */waypoints[177] = spawnstruct(); + /* 0:56 */waypoints[177].origin = ( 114.824, -1023.94, 4.51506 ); + /* 0:56 */waypoints[177].type = "stand"; + /* 0:56 */waypoints[177].children[0] = 178; + /* 0:56 */waypoints[177].children[1] = 93; + /* 0:56 */waypoints[178] = spawnstruct(); + /* 0:56 */waypoints[178].origin = ( 352.475, -1310.31, 5.79433 ); + /* 0:56 */waypoints[178].type = "stand"; + /* 0:56 */waypoints[178].children[0] = 177; + /* 0:56 */waypoints[178].children[1] = 176; + /* 0:56 */waypoints[179] = spawnstruct(); + /* 0:56 */waypoints[179].origin = ( -1029.91, -556.43, 50.4056 ); + /* 0:56 */waypoints[179].type = "stand"; + /* 0:56 */waypoints[179].children[0] = 88; + /* 0:56 */waypoints[179].children[1] = 89; + /* 0:56 */waypoints[179].children[2] = 167; + /* 0:56 */waypoints[180] = spawnstruct(); + /* 0:56 */waypoints[180].origin = ( -1512.5, 201.434, 192.125 ); + /* 0:56 */waypoints[180].type = "stand"; + /* 0:56 */waypoints[180].children[0] = 139; + /* 0:56 */waypoints[180].children[1] = 140; + /* 0:56 */waypoints[180].children[2] = 181; + /* 0:56 */waypoints[181] = spawnstruct(); + /* 0:56 */waypoints[181].origin = ( -1395.72, 217.158, 109.429 ); + /* 0:56 */waypoints[181].type = "stand"; + /* 0:56 */waypoints[181].children[0] = 180; + /* 0:56 */waypoints[181].children[1] = 86; + /* 0:56 */waypoints[181].children[2] = 84; + /* 0:56 */waypoints[182] = spawnstruct(); + /* 0:56 */waypoints[182].origin = ( -1066.9, 1232.34, 182.056 ); + /* 0:56 */waypoints[182].type = "stand"; + /* 0:56 */waypoints[182].children[0] = 74; + /* 0:56 */waypoints[182].children[1] = 73; + /* 0:56 */waypoints[182].children[2] = 65; + /* 0:56 */waypoints[183] = spawnstruct(); + /* 0:56 */waypoints[183].origin = ( 1107.07, 1714.41, -11.6449 ); + /* 0:56 */waypoints[183].type = "stand"; + /* 0:56 */waypoints[183].children[0] = 162; + /* 0:56 */waypoints[183].children[1] = 185; + /* 0:56 */waypoints[184] = spawnstruct(); + /* 0:56 */waypoints[184].origin = ( 1237.51, 1861.97, -3.32589 ); + /* 0:56 */waypoints[184].type = "stand"; + /* 0:56 */waypoints[184].children[0] = 162; + /* 0:56 */waypoints[184].children[1] = 186; + /* 0:56 */waypoints[185] = spawnstruct(); + /* 0:56 */waypoints[185].origin = ( 1414.3, 1667.56, -15.3129 ); + /* 0:56 */waypoints[185].type = "stand"; + /* 0:56 */waypoints[185].children[0] = 183; + /* 0:56 */waypoints[185].children[1] = 188; + /* 0:56 */waypoints[185].children[2] = 186; + /* 0:56 */waypoints[186] = spawnstruct(); + /* 0:56 */waypoints[186].origin = ( 1596.54, 1826, -11.7663 ); + /* 0:56 */waypoints[186].type = "stand"; + /* 0:56 */waypoints[186].children[0] = 184; + /* 0:56 */waypoints[186].children[1] = 187; + /* 0:56 */waypoints[186].children[2] = 185; + /* 0:56 */waypoints[187] = spawnstruct(); + /* 0:56 */waypoints[187].origin = ( 1710.76, 1693, -10.8852 ); + /* 0:56 */waypoints[187].type = "stand"; + /* 0:56 */waypoints[187].children[0] = 186; + /* 0:56 */waypoints[187].children[1] = 188; + /* 0:56 */waypoints[188] = spawnstruct(); + /* 0:56 */waypoints[188].origin = ( 1593.27, 1361.94, -15.875 ); + /* 0:56 */waypoints[188].type = "stand"; + /* 0:56 */waypoints[188].children[0] = 187; + /* 0:56 */waypoints[188].children[1] = 189; + /* 0:56 */waypoints[188].children[2] = 190; + /* 0:56 */waypoints[188].children[3] = 192; + /* 0:56 */waypoints[188].children[4] = 191; + /* 0:56 */waypoints[188].children[5] = 185; + /* 0:56 */waypoints[189] = spawnstruct(); + /* 0:56 */waypoints[189].origin = ( 1694.75, 1354.68, -15.875 ); + /* 0:56 */waypoints[189].type = "stand"; + /* 0:56 */waypoints[189].children[0] = 188; + /* 0:56 */waypoints[189].children[1] = 192; + /* 0:56 */waypoints[190] = spawnstruct(); + /* 0:56 */waypoints[190].origin = ( 1450.79, 1329.58, -15.875 ); + /* 0:56 */waypoints[190].type = "stand"; + /* 0:56 */waypoints[190].children[0] = 188; + /* 0:56 */waypoints[190].children[1] = 191; + /* 0:56 */waypoints[191] = spawnstruct(); + /* 0:56 */waypoints[191].origin = ( 1507.72, 1158.98, -15.875 ); + /* 0:56 */waypoints[191].type = "stand"; + /* 0:56 */waypoints[191].children[0] = 190; + /* 0:56 */waypoints[191].children[1] = 192; + /* 0:56 */waypoints[191].children[2] = 188; + /* 0:56 */waypoints[191].children[3] = 18; + /* 0:56 */waypoints[192] = spawnstruct(); + /* 0:56 */waypoints[192].origin = ( 1646.55, 1113.69, -15.875 ); + /* 0:56 */waypoints[192].type = "stand"; + /* 0:56 */waypoints[192].children[0] = 191; + /* 0:56 */waypoints[192].children[1] = 189; + /* 0:56 */waypoints[192].children[2] = 188; + /* 0:56 */waypoints[192].children[3] = 193; + /* 0:56 */waypoints[193] = spawnstruct(); + /* 0:56 */waypoints[193].origin = ( 1782.81, 913.444, -17.3225 ); + /* 0:56 */waypoints[193].type = "stand"; + /* 0:56 */waypoints[193].children[0] = 194; + /* 0:56 */waypoints[193].children[1] = 24; + /* 0:56 */waypoints[193].children[2] = 192; + /* 0:56 */waypoints[194] = spawnstruct(); + /* 0:56 */waypoints[194].origin = ( 1402.58, 919.722, -18.2091 ); + /* 0:56 */waypoints[194].type = "stand"; + /* 0:56 */waypoints[194].children[0] = 202; + /* 0:56 */waypoints[194].children[1] = 18; + /* 0:56 */waypoints[194].children[2] = 199; + /* 0:56 */waypoints[194].children[3] = 193; + /* 0:56 */waypoints[195] = spawnstruct(); + /* 0:56 */waypoints[195].origin = ( 1099.94, 676.596, -15.875 ); + /* 0:56 */waypoints[195].type = "stand"; + /* 0:56 */waypoints[195].children[0] = 201; + /* 0:56 */waypoints[195].children[1] = 196; + /* 0:56 */waypoints[196] = spawnstruct(); + /* 0:56 */waypoints[196].origin = ( 1020.48, 560.938, -16.3828 ); + /* 0:56 */waypoints[196].type = "stand"; + /* 0:56 */waypoints[196].children[0] = 195; + /* 0:56 */waypoints[196].children[1] = 197; + /* 0:56 */waypoints[197] = spawnstruct(); + /* 0:56 */waypoints[197].origin = ( 1132.68, 423.139, -17.693 ); + /* 0:56 */waypoints[197].type = "stand"; + /* 0:56 */waypoints[197].children[0] = 196; + /* 0:56 */waypoints[197].children[1] = 14; + /* 0:56 */waypoints[198] = spawnstruct(); + /* 0:56 */waypoints[198].origin = ( 1216.93, 512.599, -18.8148 ); + /* 0:56 */waypoints[198].type = "stand"; + /* 0:56 */waypoints[198].children[0] = 14; + /* 0:56 */waypoints[198].children[1] = 202; + /* 0:56 */waypoints[198].children[2] = 203; + /* 0:56 */waypoints[199] = spawnstruct(); + /* 0:56 */waypoints[199].origin = ( 1085.75, 924.762, -15.875 ); + /* 0:56 */waypoints[199].type = "stand"; + /* 0:56 */waypoints[199].children[0] = 200; + /* 0:56 */waypoints[199].children[1] = 201; + /* 0:56 */waypoints[199].children[2] = 194; + /* 0:56 */waypoints[200] = spawnstruct(); + /* 0:56 */waypoints[200].origin = ( 858.924, 935.964, -15.8829 ); + /* 0:56 */waypoints[200].type = "stand"; + /* 0:56 */waypoints[200].children[0] = 36; + /* 0:56 */waypoints[200].children[1] = 199; + /* 0:56 */waypoints[201] = spawnstruct(); + /* 0:56 */waypoints[201].origin = ( 1137.79, 834.948, -15.875 ); + /* 0:56 */waypoints[201].type = "stand"; + /* 0:56 */waypoints[201].children[0] = 199; + /* 0:56 */waypoints[201].children[1] = 195; + /* 0:56 */waypoints[201].children[2] = 202; + /* 0:56 */waypoints[202] = spawnstruct(); + /* 0:56 */waypoints[202].origin = ( 1191.33, 711.024, -15.875 ); + /* 0:56 */waypoints[202].type = "stand"; + /* 0:56 */waypoints[202].children[0] = 201; + /* 0:56 */waypoints[202].children[1] = 198; + /* 0:56 */waypoints[202].children[2] = 194; + /* 0:56 */waypoints[203] = spawnstruct(); + /* 0:56 */waypoints[203].origin = ( 1544.34, 470.265, -15.4676 ); + /* 0:56 */waypoints[203].type = "stand"; + /* 0:56 */waypoints[203].children[0] = 17; + /* 0:56 */waypoints[203].children[1] = 22; + /* 0:56 */waypoints[203].children[2] = 198; + /* 0:56 */waypoints[204] = spawnstruct(); + /* 0:56 */waypoints[204].origin = ( 1080.41, -49.9459, -15.4027 ); + /* 0:56 */waypoints[204].type = "stand"; + /* 0:56 */waypoints[204].children[0] = 13; + /* 0:56 */waypoints[204].children[1] = 10; + /* 0:56 */waypoints[204].children[2] = 11; + /* 0:56 */waypoints[205] = spawnstruct(); + /* 0:56 */waypoints[205].origin = ( 508.406, -583.439, 9.43097 ); + /* 0:56 */waypoints[205].type = "stand"; + /* 0:56 */waypoints[205].children[0] = 95; + /* 0:56 */waypoints[205].children[1] = 96; + /* 0:56 */waypoints[205].children[2] = 206; + /* 0:56 */waypoints[205].children[3] = 2; + /* 0:56 */waypoints[205].children[4] = 208; + /* 0:56 */waypoints[206] = spawnstruct(); + /* 0:56 */waypoints[206].origin = ( 802.691, -645.524, -11.1701 ); + /* 0:56 */waypoints[206].type = "stand"; + /* 0:56 */waypoints[206].children[0] = 205; + /* 0:56 */waypoints[206].children[1] = 2; + /* 0:56 */waypoints[207] = spawnstruct(); + /* 0:56 */waypoints[207].origin = ( 788.167, -489.855, -10.9774 ); + /* 0:56 */waypoints[207].type = "stand"; + /* 0:56 */waypoints[207].children[0] = 2; + /* 0:56 */waypoints[207].children[1] = 95; + /* 0:56 */waypoints[208] = spawnstruct(); + /* 0:56 */waypoints[208].origin = ( 492.677, -395.982, 13.125 ); + /* 0:56 */waypoints[208].type = "stand"; + /* 0:56 */waypoints[208].children[0] = 205; + /* 0:56 */waypoints[208].children[1] = 175; + /* 0:56 */waypoints[209] = spawnstruct(); + /* 0:56 */waypoints[209].origin = ( 312.529, -489.802, 4.97186 ); + /* 0:56 */waypoints[209].type = "stand"; + /* 0:56 */waypoints[209].children[0] = 97; + /* 0:56 */waypoints[209].children[1] = 94; + /* 0:56 */waypoints[210] = spawnstruct(); + /* 0:56 */waypoints[210].origin = ( -1020.97, -111.173, 65.7073 ); + /* 0:56 */waypoints[210].type = "climb"; + /* 0:56 */waypoints[210].children[0] = 108; + /* 0:56 */waypoints[210].children[1] = 165; + /* 0:56 */waypoints[210].angles = ( 7.37732, -157.244, 0 ); + /* 0:56 */waypoints[211] = spawnstruct(); + /* 0:56 */waypoints[211].origin = ( -1120.33, 353.708, 76.715 ); + /* 0:56 */waypoints[211].type = "stand"; + /* 0:56 */waypoints[211].children[0] = 86; + /* 0:56 */waypoints[211].children[1] = 109; + /* 0:56 */return waypoints; +} diff --git a/raw/scripts/mp/mp_park/wps_liberation.gsc b/raw/scripts/mp/mp_park/wps_liberation.gsc new file mode 100644 index 0000000..385b111 --- /dev/null +++ b/raw/scripts/mp/mp_park/wps_liberation.gsc @@ -0,0 +1,2508 @@ +main() +{ + level.waypoints = Liberation(); +} + +Liberation() +{ + /* 15:16 */waypoints = []; + /* 15:16 */waypoints[0] = spawnstruct(); + /* 15:16 */waypoints[0].origin = ( -2338.66, -1211.54, 213.527 ); + /* 15:16 */waypoints[0].type = "stand"; + /* 15:16 */waypoints[0].children[0] = 1; + /* 15:16 */waypoints[0].children[1] = 15; + /* 15:16 */waypoints[0].children[2] = 226; + /* 15:16 */waypoints[0].children[3] = 356; + /* 15:16 */waypoints[1] = spawnstruct(); + /* 15:16 */waypoints[1].origin = ( -2167.27, -1480.73, 222.301 ); + /* 15:16 */waypoints[1].type = "stand"; + /* 15:16 */waypoints[1].children[0] = 0; + /* 15:16 */waypoints[1].children[1] = 2; + /* 15:16 */waypoints[1].children[2] = 217; + /* 15:16 */waypoints[2] = spawnstruct(); + /* 15:16 */waypoints[2].origin = ( -1951.25, -1601.87, 224.125 ); + /* 15:16 */waypoints[2].type = "stand"; + /* 15:16 */waypoints[2].children[0] = 1; + /* 15:16 */waypoints[2].children[1] = 3; + /* 15:16 */waypoints[3] = spawnstruct(); + /* 15:16 */waypoints[3].origin = ( -1822.5, -1760.86, 224.125 ); + /* 15:16 */waypoints[3].type = "stand"; + /* 15:16 */waypoints[3].children[0] = 2; + /* 15:16 */waypoints[3].children[1] = 4; + /* 15:16 */waypoints[3].children[2] = 139; + /* 15:16 */waypoints[3].children[3] = 216; + /* 15:16 */waypoints[3].children[4] = 335; + /* 15:16 */waypoints[4] = spawnstruct(); + /* 15:16 */waypoints[4].origin = ( -1958, -1926.37, 224.125 ); + /* 15:16 */waypoints[4].type = "stand"; + /* 15:16 */waypoints[4].children[0] = 3; + /* 15:16 */waypoints[4].children[1] = 5; + /* 15:16 */waypoints[5] = spawnstruct(); + /* 15:16 */waypoints[5].origin = ( -1733.55, -2000.41, 224.125 ); + /* 15:16 */waypoints[5].type = "stand"; + /* 15:16 */waypoints[5].children[0] = 4; + /* 15:16 */waypoints[5].children[1] = 6; + /* 15:16 */waypoints[5].children[2] = 139; + /* 15:16 */waypoints[6] = spawnstruct(); + /* 15:16 */waypoints[6].origin = ( -1458.93, -2033.98, 224.125 ); + /* 15:16 */waypoints[6].type = "stand"; + /* 15:16 */waypoints[6].children[0] = 5; + /* 15:16 */waypoints[6].children[1] = 7; + /* 15:16 */waypoints[6].children[2] = 74; + /* 15:16 */waypoints[6].children[3] = 8; + /* 15:16 */waypoints[7] = spawnstruct(); + /* 15:16 */waypoints[7].origin = ( -1290.79, -1832.57, 224.125 ); + /* 15:16 */waypoints[7].type = "stand"; + /* 15:16 */waypoints[7].children[0] = 6; + /* 15:16 */waypoints[7].children[1] = 8; + /* 15:16 */waypoints[7].children[2] = 73; + /* 15:16 */waypoints[8] = spawnstruct(); + /* 15:16 */waypoints[8].origin = ( -1493.15, -1768.51, 224.125 ); + /* 15:16 */waypoints[8].type = "stand"; + /* 15:16 */waypoints[8].children[0] = 7; + /* 15:16 */waypoints[8].children[1] = 9; + /* 15:16 */waypoints[8].children[2] = 82; + /* 15:16 */waypoints[8].children[3] = 6; + /* 15:16 */waypoints[8].children[4] = 139; + /* 15:16 */waypoints[9] = spawnstruct(); + /* 15:16 */waypoints[9].origin = ( -1526, -1569.94, 197.384 ); + /* 15:16 */waypoints[9].type = "stand"; + /* 15:16 */waypoints[9].children[0] = 8; + /* 15:16 */waypoints[9].children[1] = 10; + /* 15:16 */waypoints[9].children[2] = 16; + /* 15:16 */waypoints[9].children[3] = 284; + /* 15:16 */waypoints[9].children[4] = 12; + /* 15:16 */waypoints[10] = spawnstruct(); + /* 15:16 */waypoints[10].origin = ( -1427.04, -1428.06, 183.556 ); + /* 15:16 */waypoints[10].type = "stand"; + /* 15:16 */waypoints[10].children[0] = 9; + /* 15:16 */waypoints[10].children[1] = 11; + /* 15:16 */waypoints[10].children[2] = 17; + /* 15:16 */waypoints[10].children[3] = 284; + /* 15:16 */waypoints[10].children[4] = 285; + /* 15:16 */waypoints[10].children[5] = 287; + /* 15:16 */waypoints[11] = spawnstruct(); + /* 15:16 */waypoints[11].origin = ( -1281.48, -1187.13, 161.122 ); + /* 15:16 */waypoints[11].type = "stand"; + /* 15:16 */waypoints[11].children[0] = 10; + /* 15:16 */waypoints[11].children[1] = 12; + /* 15:16 */waypoints[11].children[2] = 17; + /* 15:16 */waypoints[11].children[3] = 18; + /* 15:16 */waypoints[11].children[4] = 248; + /* 15:16 */waypoints[11].children[5] = 21; + /* 15:16 */waypoints[11].children[6] = 287; + /* 15:16 */waypoints[11].children[7] = 222; + /* 15:16 */waypoints[11].children[8] = 20; + /* 15:16 */waypoints[12] = spawnstruct(); + /* 15:16 */waypoints[12].origin = ( -1545.96, -1137.44, 181.838 ); + /* 15:16 */waypoints[12].type = "stand"; + /* 15:16 */waypoints[12].children[0] = 11; + /* 15:16 */waypoints[12].children[1] = 13; + /* 15:16 */waypoints[12].children[2] = 287; + /* 15:16 */waypoints[12].children[3] = 17; + /* 15:16 */waypoints[12].children[4] = 226; + /* 15:16 */waypoints[12].children[5] = 9; + /* 15:16 */waypoints[13] = spawnstruct(); + /* 15:16 */waypoints[13].origin = ( -1837.15, -1043.69, 237.506 ); + /* 15:16 */waypoints[13].type = "stand"; + /* 15:16 */waypoints[13].children[0] = 12; + /* 15:16 */waypoints[13].children[1] = 14; + /* 15:16 */waypoints[13].children[2] = 222; + /* 15:16 */waypoints[13].children[3] = 226; + /* 15:16 */waypoints[13].children[4] = 17; + /* 15:16 */waypoints[14] = spawnstruct(); + /* 15:16 */waypoints[14].origin = ( -1976.62, -1138.36, 260.977 ); + /* 15:16 */waypoints[14].type = "stand"; + /* 15:16 */waypoints[14].children[0] = 13; + /* 15:16 */waypoints[14].children[1] = 15; + /* 15:16 */waypoints[14].children[2] = 16; + /* 15:16 */waypoints[15] = spawnstruct(); + /* 15:16 */waypoints[15].origin = ( -2155.66, -1194.43, 238.063 ); + /* 15:16 */waypoints[15].type = "stand"; + /* 15:16 */waypoints[15].children[0] = 14; + /* 15:16 */waypoints[15].children[1] = 0; + /* 15:16 */waypoints[15].children[2] = 16; + /* 15:16 */waypoints[15].children[3] = 356; + /* 15:16 */waypoints[16] = spawnstruct(); + /* 15:16 */waypoints[16].origin = ( -1895.92, -1337.11, 243.232 ); + /* 15:16 */waypoints[16].type = "stand"; + /* 15:16 */waypoints[16].children[0] = 14; + /* 15:16 */waypoints[16].children[1] = 17; + /* 15:16 */waypoints[16].children[2] = 9; + /* 15:16 */waypoints[16].children[3] = 15; + /* 15:16 */waypoints[17] = spawnstruct(); + /* 15:16 */waypoints[17].origin = ( -1656.37, -1302.82, 219.005 ); + /* 15:16 */waypoints[17].type = "stand"; + /* 15:16 */waypoints[17].children[0] = 16; + /* 15:16 */waypoints[17].children[1] = 10; + /* 15:16 */waypoints[17].children[2] = 11; + /* 15:16 */waypoints[17].children[3] = 216; + /* 15:16 */waypoints[17].children[4] = 287; + /* 15:16 */waypoints[17].children[5] = 13; + /* 15:16 */waypoints[17].children[6] = 12; + /* 15:16 */waypoints[18] = spawnstruct(); + /* 15:16 */waypoints[18].origin = ( -1099.49, -1438.89, 233.985 ); + /* 15:16 */waypoints[18].type = "crouch"; + /* 15:16 */waypoints[18].children[0] = 11; + /* 15:16 */waypoints[18].children[1] = 19; + /* 15:16 */waypoints[18].children[2] = 286; + /* 15:16 */waypoints[18].children[3] = 287; + /* 15:16 */waypoints[18].children[4] = 289; + /* 15:16 */waypoints[19] = spawnstruct(); + /* 15:16 */waypoints[19].origin = ( -1011.96, -1129.25, 208.434 ); + /* 15:16 */waypoints[19].type = "stand"; + /* 15:16 */waypoints[19].children[0] = 18; + /* 15:16 */waypoints[19].children[1] = 20; + /* 15:16 */waypoints[19].children[2] = 86; + /* 15:16 */waypoints[19].children[3] = 289; + /* 15:16 */waypoints[20] = spawnstruct(); + /* 15:16 */waypoints[20].origin = ( -1293.21, -918.755, 144.472 ); + /* 15:16 */waypoints[20].type = "stand"; + /* 15:16 */waypoints[20].children[0] = 19; + /* 15:16 */waypoints[20].children[1] = 219; + /* 15:16 */waypoints[20].children[2] = 221; + /* 15:16 */waypoints[20].children[3] = 248; + /* 15:16 */waypoints[20].children[4] = 140; + /* 15:16 */waypoints[20].children[5] = 141; + /* 15:16 */waypoints[20].children[6] = 11; + /* 15:16 */waypoints[20].children[7] = 223; + /* 15:16 */waypoints[20].children[8] = 86; + /* 15:16 */waypoints[21] = spawnstruct(); + /* 15:16 */waypoints[21].origin = ( -1128.12, -671.757, 144.125 ); + /* 15:16 */waypoints[21].type = "stand"; + /* 15:16 */waypoints[21].children[0] = 22; + /* 15:16 */waypoints[21].children[1] = 140; + /* 15:16 */waypoints[21].children[2] = 11; + /* 15:16 */waypoints[22] = spawnstruct(); + /* 15:16 */waypoints[22].origin = ( -1455.79, -536.651, 153.781 ); + /* 15:16 */waypoints[22].type = "stand"; + /* 15:16 */waypoints[22].children[0] = 21; + /* 15:16 */waypoints[22].children[1] = 23; + /* 15:16 */waypoints[22].children[2] = 221; + /* 15:16 */waypoints[22].children[3] = 182; + /* 15:16 */waypoints[22].children[4] = 180; + /* 15:16 */waypoints[22].children[5] = 140; + /* 15:16 */waypoints[22].children[6] = 141; + /* 15:16 */waypoints[23] = spawnstruct(); + /* 15:16 */waypoints[23].origin = ( -1637.19, -178.778, 144.786 ); + /* 15:16 */waypoints[23].type = "stand"; + /* 15:16 */waypoints[23].children[0] = 22; + /* 15:16 */waypoints[23].children[1] = 24; + /* 15:16 */waypoints[23].children[2] = 180; + /* 15:16 */waypoints[23].children[3] = 182; + /* 15:16 */waypoints[23].children[4] = 218; + /* 15:16 */waypoints[23].children[5] = 331; + /* 15:16 */waypoints[24] = spawnstruct(); + /* 15:16 */waypoints[24].origin = ( -1445.42, 207.315, 144.125 ); + /* 15:16 */waypoints[24].type = "stand"; + /* 15:16 */waypoints[24].children[0] = 23; + /* 15:16 */waypoints[24].children[1] = 25; + /* 15:16 */waypoints[24].children[2] = 182; + /* 15:16 */waypoints[25] = spawnstruct(); + /* 15:16 */waypoints[25].origin = ( -1077.42, 238.031, 144.125 ); + /* 15:16 */waypoints[25].type = "stand"; + /* 15:16 */waypoints[25].children[0] = 24; + /* 15:16 */waypoints[25].children[1] = 26; + /* 15:16 */waypoints[25].children[2] = 183; + /* 15:16 */waypoints[25].children[3] = 208; + /* 15:16 */waypoints[25].children[4] = 348; + /* 15:16 */waypoints[25].children[5] = 209; + /* 15:16 */waypoints[26] = spawnstruct(); + /* 15:16 */waypoints[26].origin = ( -691.808, -126.306, 144.125 ); + /* 15:16 */waypoints[26].type = "stand"; + /* 15:16 */waypoints[26].children[0] = 25; + /* 15:16 */waypoints[26].children[1] = 27; + /* 15:16 */waypoints[26].children[2] = 142; + /* 15:16 */waypoints[26].children[3] = 208; + /* 15:16 */waypoints[26].children[4] = 183; + /* 15:16 */waypoints[26].children[5] = 141; + /* 15:16 */waypoints[26].children[6] = 140; + /* 15:16 */waypoints[26].children[7] = 143; + /* 15:16 */waypoints[27] = spawnstruct(); + /* 15:16 */waypoints[27].origin = ( -284.146, -281.997, 195.245 ); + /* 15:16 */waypoints[27].type = "stand"; + /* 15:16 */waypoints[27].children[0] = 26; + /* 15:16 */waypoints[27].children[1] = 89; + /* 15:16 */waypoints[27].children[2] = 92; + /* 15:16 */waypoints[27].children[3] = 143; + /* 15:16 */waypoints[27].children[4] = 292; + /* 15:16 */waypoints[27].children[5] = 295; + /* 15:16 */waypoints[28] = spawnstruct(); + /* 15:16 */waypoints[28].origin = ( 507.009, -820.24, 216.125 ); + /* 15:16 */waypoints[28].type = "stand"; + /* 15:16 */waypoints[28].children[0] = 29; + /* 15:16 */waypoints[28].children[1] = 30; + /* 15:16 */waypoints[28].children[2] = 225; + /* 15:16 */waypoints[28].children[3] = 120; + /* 15:16 */waypoints[29] = spawnstruct(); + /* 15:16 */waypoints[29].origin = ( 735.453, -918.707, 193.43 ); + /* 15:16 */waypoints[29].type = "stand"; + /* 15:16 */waypoints[29].children[0] = 28; + /* 15:16 */waypoints[29].children[1] = 30; + /* 15:16 */waypoints[29].children[2] = 315; + /* 15:16 */waypoints[29].children[3] = 121; + /* 15:16 */waypoints[29].children[4] = 119; + /* 15:16 */waypoints[30] = spawnstruct(); + /* 15:16 */waypoints[30].origin = ( 922.066, -778.848, 175.183 ); + /* 15:16 */waypoints[30].type = "stand"; + /* 15:16 */waypoints[30].children[0] = 29; + /* 15:16 */waypoints[30].children[1] = 31; + /* 15:16 */waypoints[30].children[2] = 93; + /* 15:16 */waypoints[30].children[3] = 28; + /* 15:16 */waypoints[30].children[4] = 315; + /* 15:16 */waypoints[30].children[5] = 119; + /* 15:16 */waypoints[30].children[6] = 123; + /* 15:16 */waypoints[30].children[7] = 237; + /* 15:16 */waypoints[31] = spawnstruct(); + /* 15:16 */waypoints[31].origin = ( 973.204, -470.859, 165.445 ); + /* 15:16 */waypoints[31].type = "stand"; + /* 15:16 */waypoints[31].children[0] = 30; + /* 15:16 */waypoints[31].children[1] = 32; + /* 15:16 */waypoints[31].children[2] = 237; + /* 15:16 */waypoints[32] = spawnstruct(); + /* 15:16 */waypoints[32].origin = ( 1004.75, -126.603, 146.949 ); + /* 15:16 */waypoints[32].type = "stand"; + /* 15:16 */waypoints[32].children[0] = 31; + /* 15:16 */waypoints[32].children[1] = 33; + /* 15:16 */waypoints[32].children[2] = 237; + /* 15:16 */waypoints[33] = spawnstruct(); + /* 15:16 */waypoints[33].origin = ( 1111.9, 79.6295, 124.359 ); + /* 15:16 */waypoints[33].type = "stand"; + /* 15:16 */waypoints[33].children[0] = 32; + /* 15:16 */waypoints[33].children[1] = 34; + /* 15:16 */waypoints[33].children[2] = 94; + /* 15:16 */waypoints[33].children[3] = 95; + /* 15:16 */waypoints[34] = spawnstruct(); + /* 15:16 */waypoints[34].origin = ( 1012.26, 291.601, 137.636 ); + /* 15:16 */waypoints[34].type = "stand"; + /* 15:16 */waypoints[34].children[0] = 33; + /* 15:16 */waypoints[34].children[1] = 35; + /* 15:16 */waypoints[34].children[2] = 238; + /* 15:16 */waypoints[34].children[3] = 94; + /* 15:16 */waypoints[35] = spawnstruct(); + /* 15:16 */waypoints[35].origin = ( 956.015, 615.787, 135.17 ); + /* 15:16 */waypoints[35].type = "stand"; + /* 15:16 */waypoints[35].children[0] = 34; + /* 15:16 */waypoints[35].children[1] = 36; + /* 15:16 */waypoints[35].children[2] = 238; + /* 15:16 */waypoints[35].children[3] = 151; + /* 15:16 */waypoints[36] = spawnstruct(); + /* 15:16 */waypoints[36].origin = ( 1075.6, 779.395, 145.082 ); + /* 15:16 */waypoints[36].type = "stand"; + /* 15:16 */waypoints[36].children[0] = 35; + /* 15:16 */waypoints[36].children[1] = 37; + /* 15:16 */waypoints[36].children[2] = 151; + /* 15:16 */waypoints[37] = spawnstruct(); + /* 15:16 */waypoints[37].origin = ( 1338.35, 814.613, 131.981 ); + /* 15:16 */waypoints[37].type = "stand"; + /* 15:16 */waypoints[37].children[0] = 36; + /* 15:16 */waypoints[37].children[1] = 38; + /* 15:16 */waypoints[37].children[2] = 150; + /* 15:16 */waypoints[37].children[3] = 149; + /* 15:16 */waypoints[38] = spawnstruct(); + /* 15:16 */waypoints[38].origin = ( 1474.88, 956.619, 166.423 ); + /* 15:16 */waypoints[38].type = "stand"; + /* 15:16 */waypoints[38].children[0] = 37; + /* 15:16 */waypoints[38].children[1] = 150; + /* 15:16 */waypoints[38].children[2] = 350; + /* 15:16 */waypoints[38].children[3] = 351; + /* 15:16 */waypoints[39] = spawnstruct(); + /* 15:16 */waypoints[39].origin = ( 1888.97, 1073.09, 211.635 ); + /* 15:16 */waypoints[39].type = "stand"; + /* 15:16 */waypoints[39].children[0] = 40; + /* 15:16 */waypoints[39].children[1] = 321; + /* 15:16 */waypoints[39].children[2] = 350; + /* 15:16 */waypoints[40] = spawnstruct(); + /* 15:16 */waypoints[40].origin = ( 1995.3, 856.913, 204.065 ); + /* 15:16 */waypoints[40].type = "stand"; + /* 15:16 */waypoints[40].children[0] = 39; + /* 15:16 */waypoints[40].children[1] = 41; + /* 15:16 */waypoints[40].children[2] = 146; + /* 15:16 */waypoints[40].children[3] = 340; + /* 15:16 */waypoints[40].children[4] = 352; + /* 15:16 */waypoints[41] = spawnstruct(); + /* 15:16 */waypoints[41].origin = ( 2193.73, 440.55, 164.365 ); + /* 15:16 */waypoints[41].type = "stand"; + /* 15:16 */waypoints[41].children[0] = 40; + /* 15:16 */waypoints[41].children[1] = 42; + /* 15:16 */waypoints[41].children[2] = 146; + /* 15:16 */waypoints[41].children[3] = 340; + /* 15:16 */waypoints[41].children[4] = 352; + /* 15:16 */waypoints[41].children[5] = 145; + /* 15:16 */waypoints[42] = spawnstruct(); + /* 15:16 */waypoints[42].origin = ( 2496.96, 423.703, 153.076 ); + /* 15:16 */waypoints[42].type = "stand"; + /* 15:16 */waypoints[42].children[0] = 41; + /* 15:16 */waypoints[42].children[1] = 43; + /* 15:16 */waypoints[42].children[2] = 147; + /* 15:16 */waypoints[42].children[3] = 146; + /* 15:16 */waypoints[42].children[4] = 340; + /* 15:16 */waypoints[43] = spawnstruct(); + /* 15:16 */waypoints[43].origin = ( 2923.94, 275.075, 198.918 ); + /* 15:16 */waypoints[43].type = "stand"; + /* 15:16 */waypoints[43].children[0] = 42; + /* 15:16 */waypoints[43].children[1] = 339; + /* 15:16 */waypoints[43].children[2] = 322; + /* 15:16 */waypoints[44] = spawnstruct(); + /* 15:16 */waypoints[44].origin = ( 3360.59, -425.572, 203.395 ); + /* 15:16 */waypoints[44].type = "stand"; + /* 15:16 */waypoints[44].children[0] = 45; + /* 15:16 */waypoints[44].children[1] = 46; + /* 15:16 */waypoints[44].children[2] = 323; + /* 15:16 */waypoints[44].children[3] = 339; + /* 15:16 */waypoints[45] = spawnstruct(); + /* 15:16 */waypoints[45].origin = ( 3441.99, -696.094, 209.447 ); + /* 15:16 */waypoints[45].type = "stand"; + /* 15:16 */waypoints[45].children[0] = 44; + /* 15:16 */waypoints[45].children[1] = 46; + /* 15:16 */waypoints[45].children[2] = 47; + /* 15:16 */waypoints[45].children[3] = 339; + /* 15:16 */waypoints[46] = spawnstruct(); + /* 15:16 */waypoints[46].origin = ( 3225.84, -810.192, 201.125 ); + /* 15:16 */waypoints[46].type = "stand"; + /* 15:16 */waypoints[46].children[0] = 45; + /* 15:16 */waypoints[46].children[1] = 44; + /* 15:16 */waypoints[46].children[2] = 103; + /* 15:16 */waypoints[46].children[3] = 47; + /* 15:16 */waypoints[47] = spawnstruct(); + /* 15:16 */waypoints[47].origin = ( 3150.29, -1060.06, 195.863 ); + /* 15:16 */waypoints[47].type = "stand"; + /* 15:16 */waypoints[47].children[0] = 46; + /* 15:16 */waypoints[47].children[1] = 104; + /* 15:16 */waypoints[47].children[2] = 241; + /* 15:16 */waypoints[47].children[3] = 45; + /* 15:16 */waypoints[47].children[4] = 357; + /* 15:16 */waypoints[48] = spawnstruct(); + /* 15:16 */waypoints[48].origin = ( 2684.99, -1266.79, 194.434 ); + /* 15:16 */waypoints[48].type = "stand"; + /* 15:16 */waypoints[48].children[0] = 49; + /* 15:16 */waypoints[48].children[1] = 130; + /* 15:16 */waypoints[48].children[2] = 241; + /* 15:16 */waypoints[48].children[3] = 103; + /* 15:16 */waypoints[49] = spawnstruct(); + /* 15:16 */waypoints[49].origin = ( 2800.5, -1577.7, 195.066 ); + /* 15:16 */waypoints[49].type = "stand"; + /* 15:16 */waypoints[49].children[0] = 48; + /* 15:16 */waypoints[49].children[1] = 51; + /* 15:16 */waypoints[49].children[2] = 50; + /* 15:16 */waypoints[49].children[3] = 308; + /* 15:16 */waypoints[49].children[4] = 127; + /* 15:16 */waypoints[49].children[5] = 131; + /* 15:16 */waypoints[50] = spawnstruct(); + /* 15:16 */waypoints[50].origin = ( 2988.14, -2038.13, 194.81 ); + /* 15:16 */waypoints[50].type = "stand"; + /* 15:16 */waypoints[50].children[0] = 49; + /* 15:16 */waypoints[50].children[1] = 358; + /* 15:16 */waypoints[51] = spawnstruct(); + /* 15:16 */waypoints[51].origin = ( 2391.54, -1589.7, 201.125 ); + /* 15:16 */waypoints[51].type = "stand"; + /* 15:16 */waypoints[51].children[0] = 131; + /* 15:16 */waypoints[51].children[1] = 130; + /* 15:16 */waypoints[51].children[2] = 49; + /* 15:16 */waypoints[51].children[3] = 326; + /* 15:16 */waypoints[51].children[4] = 129; + /* 15:16 */waypoints[52] = spawnstruct(); + /* 15:16 */waypoints[52].origin = ( 2294.41, -2419.11, 266.729 ); + /* 15:16 */waypoints[52].type = "stand"; + /* 15:16 */waypoints[52].children[0] = 53; + /* 15:16 */waypoints[52].children[1] = 308; + /* 15:16 */waypoints[52].children[2] = 326; + /* 15:16 */waypoints[53] = spawnstruct(); + /* 15:16 */waypoints[53].origin = ( 2043.15, -2617.12, 270.586 ); + /* 15:16 */waypoints[53].type = "stand"; + /* 15:16 */waypoints[53].children[0] = 52; + /* 15:16 */waypoints[53].children[1] = 54; + /* 15:16 */waypoints[53].children[2] = 272; + /* 15:16 */waypoints[54] = spawnstruct(); + /* 15:16 */waypoints[54].origin = ( 1818.41, -3005.96, 270.993 ); + /* 15:16 */waypoints[54].type = "stand"; + /* 15:16 */waypoints[54].children[0] = 53; + /* 15:16 */waypoints[54].children[1] = 56; + /* 15:16 */waypoints[54].children[2] = 134; + /* 15:16 */waypoints[54].children[3] = 271; + /* 15:16 */waypoints[54].children[4] = 55; + /* 15:16 */waypoints[55] = spawnstruct(); + /* 15:16 */waypoints[55].origin = ( 1949.15, -3118.58, 272.022 ); + /* 15:16 */waypoints[55].type = "crouch"; + /* 15:16 */waypoints[55].children[0] = 54; + /* 15:16 */waypoints[56] = spawnstruct(); + /* 15:16 */waypoints[56].origin = ( 1578.93, -3042.26, 241.318 ); + /* 15:16 */waypoints[56].type = "stand"; + /* 15:16 */waypoints[56].children[0] = 54; + /* 15:16 */waypoints[56].children[1] = 57; + /* 15:16 */waypoints[56].children[2] = 134; + /* 15:16 */waypoints[56].children[3] = 277; + /* 15:16 */waypoints[56].children[4] = 333; + /* 15:16 */waypoints[57] = spawnstruct(); + /* 15:16 */waypoints[57].origin = ( 1154.28, -3111.65, 115.351 ); + /* 15:16 */waypoints[57].type = "stand"; + /* 15:16 */waypoints[57].children[0] = 56; + /* 15:16 */waypoints[57].children[1] = 228; + /* 15:16 */waypoints[57].children[2] = 229; + /* 15:16 */waypoints[57].children[3] = 275; + /* 15:16 */waypoints[57].children[4] = 276; + /* 15:16 */waypoints[57].children[5] = 273; + /* 15:16 */waypoints[58] = spawnstruct(); + /* 15:16 */waypoints[58].origin = ( 735.633, -2533.02, 121.583 ); + /* 15:16 */waypoints[58].type = "stand"; + /* 15:16 */waypoints[58].children[0] = 230; + /* 15:16 */waypoints[58].children[1] = 273; + /* 15:16 */waypoints[58].children[2] = 276; + /* 15:16 */waypoints[58].children[3] = 277; + /* 15:16 */waypoints[58].children[4] = 59; + /* 15:16 */waypoints[59] = spawnstruct(); + /* 15:16 */waypoints[59].origin = ( 530.148, -2285.69, 130.025 ); + /* 15:16 */waypoints[59].type = "stand"; + /* 15:16 */waypoints[59].children[0] = 60; + /* 15:16 */waypoints[59].children[1] = 137; + /* 15:16 */waypoints[59].children[2] = 278; + /* 15:16 */waypoints[59].children[3] = 58; + /* 15:16 */waypoints[60] = spawnstruct(); + /* 15:16 */waypoints[60].origin = ( 718.904, -2010.56, 195.618 ); + /* 15:16 */waypoints[60].type = "stand"; + /* 15:16 */waypoints[60].children[0] = 59; + /* 15:16 */waypoints[60].children[1] = 61; + /* 15:16 */waypoints[60].children[2] = 278; + /* 15:16 */waypoints[60].children[3] = 137; + /* 15:16 */waypoints[60].children[4] = 136; + /* 15:16 */waypoints[61] = spawnstruct(); + /* 15:16 */waypoints[61].origin = ( 833.849, -1774.96, 187.829 ); + /* 15:16 */waypoints[61].type = "stand"; + /* 15:16 */waypoints[61].children[0] = 60; + /* 15:16 */waypoints[61].children[1] = 244; + /* 15:16 */waypoints[61].children[2] = 121; + /* 15:16 */waypoints[61].children[3] = 136; + /* 15:16 */waypoints[61].children[4] = 304; + /* 15:16 */waypoints[61].children[5] = 305; + /* 15:16 */waypoints[61].children[6] = 231; + /* 15:16 */waypoints[62] = spawnstruct(); + /* 15:16 */waypoints[62].origin = ( 755.703, -2326.56, 224.125 ); + /* 15:16 */waypoints[62].type = "stand"; + /* 15:16 */waypoints[62].children[0] = 136; + /* 15:16 */waypoints[62].children[1] = 362; + /* 15:16 */waypoints[63] = spawnstruct(); + /* 15:16 */waypoints[63].origin = ( 74.5132, -2582.44, 224.125 ); + /* 15:16 */waypoints[63].type = "stand"; + /* 15:16 */waypoints[63].children[0] = 281; + /* 15:16 */waypoints[63].children[1] = 361; + /* 15:16 */waypoints[63].children[2] = 362; + /* 15:16 */waypoints[64] = spawnstruct(); + /* 15:16 */waypoints[64].origin = ( 307.082, -2708.15, 224.125 ); + /* 15:16 */waypoints[64].type = "crouch"; + /* 15:16 */waypoints[64].children[0] = 362; + /* 15:16 */waypoints[65] = spawnstruct(); + /* 15:16 */waypoints[65].origin = ( -116.84, -2730.36, 208.125 ); + /* 15:16 */waypoints[65].type = "stand"; + /* 15:16 */waypoints[65].children[0] = 66; + /* 15:16 */waypoints[65].children[1] = 68; + /* 15:16 */waypoints[65].children[2] = 361; + /* 15:16 */waypoints[66] = spawnstruct(); + /* 15:16 */waypoints[66].origin = ( 166.088, -2889.86, 208.125 ); + /* 15:16 */waypoints[66].type = "stand"; + /* 15:16 */waypoints[66].children[0] = 65; + /* 15:16 */waypoints[66].children[1] = 67; + /* 15:16 */waypoints[66].children[2] = 227; + /* 15:16 */waypoints[67] = spawnstruct(); + /* 15:16 */waypoints[67].origin = ( 473.223, -2962.68, 203.291 ); + /* 15:16 */waypoints[67].type = "stand"; + /* 15:16 */waypoints[67].children[0] = 66; + /* 15:16 */waypoints[67].children[1] = 273; + /* 15:16 */waypoints[67].children[2] = 274; + /* 15:16 */waypoints[67].children[3] = 275; + /* 15:16 */waypoints[68] = spawnstruct(); + /* 15:16 */waypoints[68].origin = ( -314.5, -2661.38, 208.125 ); + /* 15:16 */waypoints[68].type = "stand"; + /* 15:16 */waypoints[68].children[0] = 65; + /* 15:16 */waypoints[68].children[1] = 69; + /* 15:16 */waypoints[69] = spawnstruct(); + /* 15:16 */waypoints[69].origin = ( -538.559, -2576.76, 208.125 ); + /* 15:16 */waypoints[69].type = "stand"; + /* 15:16 */waypoints[69].children[0] = 68; + /* 15:16 */waypoints[69].children[1] = 353; + /* 15:16 */waypoints[69].children[2] = 354; + /* 15:16 */waypoints[69].children[3] = 355; + /* 15:16 */waypoints[70] = spawnstruct(); + /* 15:16 */waypoints[70].origin = ( -925.659, -2273.9, 224.125 ); + /* 15:16 */waypoints[70].type = "stand"; + /* 15:16 */waypoints[70].children[0] = 76; + /* 15:16 */waypoints[70].children[1] = 282; + /* 15:16 */waypoints[70].children[2] = 283; + /* 15:16 */waypoints[70].children[3] = 77; + /* 15:16 */waypoints[70].children[4] = 355; + /* 15:16 */waypoints[71] = spawnstruct(); + /* 15:16 */waypoints[71].origin = ( -1147.93, -2407.93, 208.125 ); + /* 15:16 */waypoints[71].type = "stand"; + /* 15:16 */waypoints[71].children[0] = 334; + /* 15:16 */waypoints[71].children[1] = 354; + /* 15:16 */waypoints[72] = spawnstruct(); + /* 15:16 */waypoints[72].origin = ( -1110.36, -2047.19, 224.125 ); + /* 15:16 */waypoints[72].type = "stand"; + /* 15:16 */waypoints[72].children[0] = 73; + /* 15:16 */waypoints[72].children[1] = 334; + /* 15:16 */waypoints[72].children[2] = 77; + /* 15:16 */waypoints[73] = spawnstruct(); + /* 15:16 */waypoints[73].origin = ( -1081.9, -1892.02, 224.125 ); + /* 15:16 */waypoints[73].type = "stand"; + /* 15:16 */waypoints[73].children[0] = 72; + /* 15:16 */waypoints[73].children[1] = 7; + /* 15:16 */waypoints[74] = spawnstruct(); + /* 15:16 */waypoints[74].origin = ( -1341.85, -2017.74, 224.125 ); + /* 15:16 */waypoints[74].type = "crouch"; + /* 15:16 */waypoints[74].children[0] = 6; + /* 15:16 */waypoints[75] = spawnstruct(); + /* 15:16 */waypoints[75].origin = ( -992.562, -1947.62, 224.271 ); + /* 15:16 */waypoints[75].type = "stand"; + /* 15:16 */waypoints[75].children[0] = 76; + /* 15:16 */waypoints[75].children[1] = 77; + /* 15:16 */waypoints[75].children[2] = 259; + /* 15:16 */waypoints[76] = spawnstruct(); + /* 15:16 */waypoints[76].origin = ( -855.396, -2142.46, 224.125 ); + /* 15:16 */waypoints[76].type = "stand"; + /* 15:16 */waypoints[76].children[0] = 75; + /* 15:16 */waypoints[76].children[1] = 70; + /* 15:16 */waypoints[76].children[2] = 77; + /* 15:16 */waypoints[76].children[3] = 334; + /* 15:16 */waypoints[77] = spawnstruct(); + /* 15:16 */waypoints[77].origin = ( -834.462, -1869.76, 228.321 ); + /* 15:16 */waypoints[77].type = "stand"; + /* 15:16 */waypoints[77].children[0] = 76; + /* 15:16 */waypoints[77].children[1] = 78; + /* 15:16 */waypoints[77].children[2] = 75; + /* 15:16 */waypoints[77].children[3] = 70; + /* 15:16 */waypoints[77].children[4] = 334; + /* 15:16 */waypoints[77].children[5] = 72; + /* 15:16 */waypoints[78] = spawnstruct(); + /* 15:16 */waypoints[78].origin = ( -759.627, -1694.22, 167.757 ); + /* 15:16 */waypoints[78].type = "stand"; + /* 15:16 */waypoints[78].children[0] = 77; + /* 15:16 */waypoints[78].children[1] = 79; + /* 15:16 */waypoints[78].children[2] = 85; + /* 15:16 */waypoints[79] = spawnstruct(); + /* 15:16 */waypoints[79].origin = ( -504.546, -1715.09, 221.695 ); + /* 15:16 */waypoints[79].type = "stand"; + /* 15:16 */waypoints[79].children[0] = 78; + /* 15:16 */waypoints[79].children[1] = 80; + /* 15:16 */waypoints[79].children[2] = 280; + /* 15:16 */waypoints[80] = spawnstruct(); + /* 15:16 */waypoints[80].origin = ( 3.22639, -1807.11, 238.16 ); + /* 15:16 */waypoints[80].type = "stand"; + /* 15:16 */waypoints[80].children[0] = 81; + /* 15:16 */waypoints[80].children[1] = 279; + /* 15:16 */waypoints[80].children[2] = 79; + /* 15:16 */waypoints[81] = spawnstruct(); + /* 15:16 */waypoints[81].origin = ( 160.911, -1880.79, 206.256 ); + /* 15:16 */waypoints[81].type = "stand"; + /* 15:16 */waypoints[81].children[0] = 80; + /* 15:16 */waypoints[81].children[1] = 82; + /* 15:16 */waypoints[81].children[2] = 138; + /* 15:16 */waypoints[81].children[3] = 279; + /* 15:16 */waypoints[81].children[4] = 361; + /* 15:16 */waypoints[82] = spawnstruct(); + /* 15:16 */waypoints[82].origin = ( 167.12, -1648.34, 139.482 ); + /* 15:16 */waypoints[82].type = "stand"; + /* 15:16 */waypoints[82].children[0] = 81; + /* 15:16 */waypoints[82].children[1] = 83; + /* 15:16 */waypoints[82].children[2] = 8; + /* 15:16 */waypoints[82].children[3] = 138; + /* 15:16 */waypoints[83] = spawnstruct(); + /* 15:16 */waypoints[83].origin = ( 5.60811, -1312.87, 92.6299 ); + /* 15:16 */waypoints[83].type = "stand"; + /* 15:16 */waypoints[83].children[0] = 82; + /* 15:16 */waypoints[83].children[1] = 84; + /* 15:16 */waypoints[83].children[2] = 86; + /* 15:16 */waypoints[83].children[3] = 87; + /* 15:16 */waypoints[84] = spawnstruct(); + /* 15:16 */waypoints[84].origin = ( -332.063, -1323.49, 130.167 ); + /* 15:16 */waypoints[84].type = "stand"; + /* 15:16 */waypoints[84].children[0] = 83; + /* 15:16 */waypoints[84].children[1] = 85; + /* 15:16 */waypoints[84].children[2] = 87; + /* 15:16 */waypoints[85] = spawnstruct(); + /* 15:16 */waypoints[85].origin = ( -578.413, -1325.24, 155.797 ); + /* 15:16 */waypoints[85].type = "stand"; + /* 15:16 */waypoints[85].children[0] = 84; + /* 15:16 */waypoints[85].children[1] = 78; + /* 15:16 */waypoints[85].children[2] = 86; + /* 15:16 */waypoints[86] = spawnstruct(); + /* 15:16 */waypoints[86].origin = ( -775.621, -1120.59, 218.481 ); + /* 15:16 */waypoints[86].type = "stand"; + /* 15:16 */waypoints[86].children[0] = 85; + /* 15:16 */waypoints[86].children[1] = 19; + /* 15:16 */waypoints[86].children[2] = 83; + /* 15:16 */waypoints[86].children[3] = 20; + /* 15:16 */waypoints[87] = spawnstruct(); + /* 15:16 */waypoints[87].origin = ( 66.0656, -1021.67, 80.8285 ); + /* 15:16 */waypoints[87].type = "stand"; + /* 15:16 */waypoints[87].children[0] = 88; + /* 15:16 */waypoints[87].children[1] = 90; + /* 15:16 */waypoints[87].children[2] = 245; + /* 15:16 */waypoints[87].children[3] = 300; + /* 15:16 */waypoints[87].children[4] = 301; + /* 15:16 */waypoints[87].children[5] = 303; + /* 15:16 */waypoints[87].children[6] = 83; + /* 15:16 */waypoints[87].children[7] = 84; + /* 15:16 */waypoints[88] = spawnstruct(); + /* 15:16 */waypoints[88].origin = ( -96.5547, -588.506, 166.055 ); + /* 15:16 */waypoints[88].type = "stand"; + /* 15:16 */waypoints[88].children[0] = 87; + /* 15:16 */waypoints[88].children[1] = 89; + /* 15:16 */waypoints[88].children[2] = 301; + /* 15:16 */waypoints[88].children[3] = 90; + /* 15:16 */waypoints[88].children[4] = 303; + /* 15:16 */waypoints[89] = spawnstruct(); + /* 15:16 */waypoints[89].origin = ( -296.738, -434.861, 212.909 ); + /* 15:16 */waypoints[89].type = "stand"; + /* 15:16 */waypoints[89].children[0] = 88; + /* 15:16 */waypoints[89].children[1] = 27; + /* 15:16 */waypoints[89].children[2] = 246; + /* 15:16 */waypoints[89].children[3] = 291; + /* 15:16 */waypoints[89].children[4] = 292; + /* 15:16 */waypoints[90] = spawnstruct(); + /* 15:16 */waypoints[90].origin = ( 173.026, -640.662, 102.378 ); + /* 15:16 */waypoints[90].type = "stand"; + /* 15:16 */waypoints[90].children[0] = 87; + /* 15:16 */waypoints[90].children[1] = 91; + /* 15:16 */waypoints[90].children[2] = 201; + /* 15:16 */waypoints[90].children[3] = 245; + /* 15:16 */waypoints[90].children[4] = 303; + /* 15:16 */waypoints[90].children[5] = 88; + /* 15:16 */waypoints[91] = spawnstruct(); + /* 15:16 */waypoints[91].origin = ( 243.291, -322.452, 127.74 ); + /* 15:16 */waypoints[91].type = "stand"; + /* 15:16 */waypoints[91].children[0] = 90; + /* 15:16 */waypoints[91].children[1] = 92; + /* 15:16 */waypoints[91].children[2] = 93; + /* 15:16 */waypoints[91].children[3] = 201; + /* 15:16 */waypoints[91].children[4] = 300; + /* 15:16 */waypoints[91].children[5] = 199; + /* 15:16 */waypoints[91].children[6] = 200; + /* 15:16 */waypoints[92] = spawnstruct(); + /* 15:16 */waypoints[92].origin = ( -92.7271, -129.167, 196.883 ); + /* 15:16 */waypoints[92].type = "stand"; + /* 15:16 */waypoints[92].children[0] = 91; + /* 15:16 */waypoints[92].children[1] = 27; + /* 15:16 */waypoints[92].children[2] = 207; + /* 15:16 */waypoints[92].children[3] = 292; + /* 15:16 */waypoints[92].children[4] = 295; + /* 15:16 */waypoints[92].children[5] = 296; + /* 15:16 */waypoints[93] = spawnstruct(); + /* 15:16 */waypoints[93].origin = ( 558.81, -643.684, 198.317 ); + /* 15:16 */waypoints[93].type = "stand"; + /* 15:16 */waypoints[93].children[0] = 91; + /* 15:16 */waypoints[93].children[1] = 30; + /* 15:16 */waypoints[94] = spawnstruct(); + /* 15:16 */waypoints[94].origin = ( 1357.57, 136.048, 91.3945 ); + /* 15:16 */waypoints[94].type = "stand"; + /* 15:16 */waypoints[94].children[0] = 33; + /* 15:16 */waypoints[94].children[1] = 95; + /* 15:16 */waypoints[94].children[2] = 149; + /* 15:16 */waypoints[94].children[3] = 238; + /* 15:16 */waypoints[94].children[4] = 316; + /* 15:16 */waypoints[94].children[5] = 34; + /* 15:16 */waypoints[95] = spawnstruct(); + /* 15:16 */waypoints[95].origin = ( 1520.44, 71.5864, 52.8168 ); + /* 15:16 */waypoints[95].type = "stand"; + /* 15:16 */waypoints[95].children[0] = 94; + /* 15:16 */waypoints[95].children[1] = 96; + /* 15:16 */waypoints[95].children[2] = 145; + /* 15:16 */waypoints[95].children[3] = 149; + /* 15:16 */waypoints[95].children[4] = 33; + /* 15:16 */waypoints[96] = spawnstruct(); + /* 15:16 */waypoints[96].origin = ( 1523.14, -267.733, -49.0164 ); + /* 15:16 */waypoints[96].type = "stand"; + /* 15:16 */waypoints[96].children[0] = 95; + /* 15:16 */waypoints[96].children[1] = 97; + /* 15:16 */waypoints[96].children[2] = 317; + /* 15:16 */waypoints[96].children[3] = 320; + /* 15:16 */waypoints[96].children[4] = 145; + /* 15:16 */waypoints[96].children[5] = 343; + /* 15:16 */waypoints[97] = spawnstruct(); + /* 15:16 */waypoints[97].origin = ( 1541.71, -453.143, -45.2311 ); + /* 15:16 */waypoints[97].type = "stand"; + /* 15:16 */waypoints[97].children[0] = 96; + /* 15:16 */waypoints[97].children[1] = 98; + /* 15:16 */waypoints[97].children[2] = 235; + /* 15:16 */waypoints[97].children[3] = 318; + /* 15:16 */waypoints[97].children[4] = 319; + /* 15:16 */waypoints[97].children[5] = 320; + /* 15:16 */waypoints[98] = spawnstruct(); + /* 15:16 */waypoints[98].origin = ( 1653.06, -572.361, -46.2507 ); + /* 15:16 */waypoints[98].type = "stand"; + /* 15:16 */waypoints[98].children[0] = 97; + /* 15:16 */waypoints[98].children[1] = 235; + /* 15:16 */waypoints[98].children[2] = 99; + /* 15:16 */waypoints[99] = spawnstruct(); + /* 15:16 */waypoints[99].origin = ( 2155.72, -804.501, 195.783 ); + /* 15:16 */waypoints[99].type = "stand"; + /* 15:16 */waypoints[99].children[0] = 100; + /* 15:16 */waypoints[99].children[1] = 239; + /* 15:16 */waypoints[99].children[2] = 324; + /* 15:16 */waypoints[99].children[3] = 98; + /* 15:16 */waypoints[100] = spawnstruct(); + /* 15:16 */waypoints[100].origin = ( 2338.35, -872.731, 200.125 ); + /* 15:16 */waypoints[100].type = "stand"; + /* 15:16 */waypoints[100].children[0] = 99; + /* 15:16 */waypoints[100].children[1] = 102; + /* 15:16 */waypoints[100].children[2] = 130; + /* 15:16 */waypoints[101] = spawnstruct(); + /* 15:16 */waypoints[101].origin = ( 2569.23, -719.012, 200.125 ); + /* 15:16 */waypoints[101].type = "crouch"; + /* 15:16 */waypoints[101].children[0] = 102; + /* 15:16 */waypoints[102] = spawnstruct(); + /* 15:16 */waypoints[102].origin = ( 2554.19, -942.738, 200.125 ); + /* 15:16 */waypoints[102].type = "stand"; + /* 15:16 */waypoints[102].children[0] = 100; + /* 15:16 */waypoints[102].children[1] = 103; + /* 15:16 */waypoints[102].children[2] = 130; + /* 15:16 */waypoints[102].children[3] = 101; + /* 15:16 */waypoints[103] = spawnstruct(); + /* 15:16 */waypoints[103].origin = ( 2817.71, -934.186, 201.125 ); + /* 15:16 */waypoints[103].type = "stand"; + /* 15:16 */waypoints[103].children[0] = 102; + /* 15:16 */waypoints[103].children[1] = 104; + /* 15:16 */waypoints[103].children[2] = 241; + /* 15:16 */waypoints[103].children[3] = 46; + /* 15:16 */waypoints[103].children[4] = 48; + /* 15:16 */waypoints[104] = spawnstruct(); + /* 15:16 */waypoints[104].origin = ( 2873.45, -737.617, 200.125 ); + /* 15:16 */waypoints[104].type = "stand"; + /* 15:16 */waypoints[104].children[0] = 103; + /* 15:16 */waypoints[104].children[1] = 47; + /* 15:16 */waypoints[104].children[2] = 106; + /* 15:16 */waypoints[105] = spawnstruct(); + /* 15:16 */waypoints[105].origin = ( 3122.41, -339.109, 200.125 ); + /* 15:16 */waypoints[105].type = "crouch"; + /* 15:16 */waypoints[105].children[0] = 106; + /* 15:16 */waypoints[106] = spawnstruct(); + /* 15:16 */waypoints[106].origin = ( 2907.64, -278.713, 200.125 ); + /* 15:16 */waypoints[106].type = "stand"; + /* 15:16 */waypoints[106].children[0] = 107; + /* 15:16 */waypoints[106].children[1] = 105; + /* 15:16 */waypoints[106].children[2] = 104; + /* 15:16 */waypoints[107] = spawnstruct(); + /* 15:16 */waypoints[107].origin = ( 2639.86, -149.089, 200.125 ); + /* 15:16 */waypoints[107].type = "stand"; + /* 15:16 */waypoints[107].children[0] = 106; + /* 15:16 */waypoints[107].children[1] = 108; + /* 15:16 */waypoints[107].children[2] = 148; + /* 15:16 */waypoints[108] = spawnstruct(); + /* 15:16 */waypoints[108].origin = ( 2417.87, -32.4817, 200.125 ); + /* 15:16 */waypoints[108].type = "stand"; + /* 15:16 */waypoints[108].children[0] = 107; + /* 15:16 */waypoints[108].children[1] = 109; + /* 15:16 */waypoints[109] = spawnstruct(); + /* 15:16 */waypoints[109].origin = ( 2319.92, -231.631, 200.125 ); + /* 15:16 */waypoints[109].type = "stand"; + /* 15:16 */waypoints[109].children[0] = 108; + /* 15:16 */waypoints[109].children[1] = 110; + /* 15:16 */waypoints[110] = spawnstruct(); + /* 15:16 */waypoints[110].origin = ( 2139.43, -116.834, 200.125 ); + /* 15:16 */waypoints[110].type = "stand"; + /* 15:16 */waypoints[110].children[0] = 109; + /* 15:16 */waypoints[110].children[1] = 111; + /* 15:16 */waypoints[110].children[2] = 147; + /* 15:16 */waypoints[111] = spawnstruct(); + /* 15:16 */waypoints[111].origin = ( 1874.04, -629.6, 182.869 ); + /* 15:16 */waypoints[111].type = "stand"; + /* 15:16 */waypoints[111].children[0] = 112; + /* 15:16 */waypoints[111].children[1] = 113; + /* 15:16 */waypoints[111].children[2] = 114; + /* 15:16 */waypoints[111].children[3] = 110; + /* 15:16 */waypoints[112] = spawnstruct(); + /* 15:16 */waypoints[112].origin = ( 1681.35, -965.009, 134.951 ); + /* 15:16 */waypoints[112].type = "stand"; + /* 15:16 */waypoints[112].children[0] = 111; + /* 15:16 */waypoints[112].children[1] = 117; + /* 15:16 */waypoints[112].children[2] = 314; + /* 15:16 */waypoints[112].children[3] = 313; + /* 15:16 */waypoints[113] = spawnstruct(); + /* 15:16 */waypoints[113].origin = ( 1588.93, -789.273, 121.48 ); + /* 15:16 */waypoints[113].type = "stand"; + /* 15:16 */waypoints[113].children[0] = 114; + /* 15:16 */waypoints[113].children[1] = 117; + /* 15:16 */waypoints[113].children[2] = 111; + /* 15:16 */waypoints[113].children[3] = 118; + /* 15:16 */waypoints[114] = spawnstruct(); + /* 15:16 */waypoints[114].origin = ( 1589.64, -575.217, 111.012 ); + /* 15:16 */waypoints[114].type = "stand"; + /* 15:16 */waypoints[114].children[0] = 113; + /* 15:16 */waypoints[114].children[1] = 115; + /* 15:16 */waypoints[114].children[2] = 111; + /* 15:16 */waypoints[115] = spawnstruct(); + /* 15:16 */waypoints[115].origin = ( 1381.28, -571.636, 122.196 ); + /* 15:16 */waypoints[115].type = "stand"; + /* 15:16 */waypoints[115].children[0] = 114; + /* 15:16 */waypoints[115].children[1] = 116; + /* 15:16 */waypoints[116] = spawnstruct(); + /* 15:16 */waypoints[116].origin = ( 1280.31, -745.304, 147.136 ); + /* 15:16 */waypoints[116].type = "stand"; + /* 15:16 */waypoints[116].children[0] = 115; + /* 15:16 */waypoints[116].children[1] = 117; + /* 15:16 */waypoints[116].children[2] = 316; + /* 15:16 */waypoints[117] = spawnstruct(); + /* 15:16 */waypoints[117].origin = ( 1456.36, -858.327, 152.433 ); + /* 15:16 */waypoints[117].type = "stand"; + /* 15:16 */waypoints[117].children[0] = 116; + /* 15:16 */waypoints[117].children[1] = 113; + /* 15:16 */waypoints[117].children[2] = 112; + /* 15:16 */waypoints[117].children[3] = 118; + /* 15:16 */waypoints[118] = spawnstruct(); + /* 15:16 */waypoints[118].origin = ( 1501.52, -1091.78, 151.205 ); + /* 15:16 */waypoints[118].type = "stand"; + /* 15:16 */waypoints[118].children[0] = 117; + /* 15:16 */waypoints[118].children[1] = 119; + /* 15:16 */waypoints[118].children[2] = 113; + /* 15:16 */waypoints[118].children[3] = 125; + /* 15:16 */waypoints[119] = spawnstruct(); + /* 15:16 */waypoints[119].origin = ( 1243.22, -1038.19, 162.286 ); + /* 15:16 */waypoints[119].type = "stand"; + /* 15:16 */waypoints[119].children[0] = 118; + /* 15:16 */waypoints[119].children[1] = 125; + /* 15:16 */waypoints[119].children[2] = 122; + /* 15:16 */waypoints[119].children[3] = 120; + /* 15:16 */waypoints[119].children[4] = 30; + /* 15:16 */waypoints[119].children[5] = 29; + /* 15:16 */waypoints[120] = spawnstruct(); + /* 15:16 */waypoints[120].origin = ( 840.473, -1056.87, 177.266 ); + /* 15:16 */waypoints[120].type = "stand"; + /* 15:16 */waypoints[120].children[0] = 121; + /* 15:16 */waypoints[120].children[1] = 119; + /* 15:16 */waypoints[120].children[2] = 28; + /* 15:16 */waypoints[121] = spawnstruct(); + /* 15:16 */waypoints[121].origin = ( 789.165, -1278.67, 179.558 ); + /* 15:16 */waypoints[121].type = "stand"; + /* 15:16 */waypoints[121].children[0] = 120; + /* 15:16 */waypoints[121].children[1] = 122; + /* 15:16 */waypoints[121].children[2] = 245; + /* 15:16 */waypoints[121].children[3] = 302; + /* 15:16 */waypoints[121].children[4] = 61; + /* 15:16 */waypoints[121].children[5] = 136; + /* 15:16 */waypoints[121].children[6] = 315; + /* 15:16 */waypoints[121].children[7] = 29; + /* 15:16 */waypoints[122] = spawnstruct(); + /* 15:16 */waypoints[122].origin = ( 1018.72, -1311, 197.338 ); + /* 15:16 */waypoints[122].type = "stand"; + /* 15:16 */waypoints[122].children[0] = 121; + /* 15:16 */waypoints[122].children[1] = 123; + /* 15:16 */waypoints[122].children[2] = 304; + /* 15:16 */waypoints[122].children[3] = 315; + /* 15:16 */waypoints[122].children[4] = 119; + /* 15:16 */waypoints[123] = spawnstruct(); + /* 15:16 */waypoints[123].origin = ( 1243.24, -1390.89, 210.396 ); + /* 15:16 */waypoints[123].type = "stand"; + /* 15:16 */waypoints[123].children[0] = 122; + /* 15:16 */waypoints[123].children[1] = 124; + /* 15:16 */waypoints[123].children[2] = 304; + /* 15:16 */waypoints[123].children[3] = 30; + /* 15:16 */waypoints[124] = spawnstruct(); + /* 15:16 */waypoints[124].origin = ( 1473.33, -1447.86, 183.877 ); + /* 15:16 */waypoints[124].type = "stand"; + /* 15:16 */waypoints[124].children[0] = 123; + /* 15:16 */waypoints[124].children[1] = 232; + /* 15:16 */waypoints[124].children[2] = 243; + /* 15:16 */waypoints[124].children[3] = 125; + /* 15:16 */waypoints[124].children[4] = 126; + /* 15:16 */waypoints[125] = spawnstruct(); + /* 15:16 */waypoints[125].origin = ( 1682.08, -1379.14, 162.908 ); + /* 15:16 */waypoints[125].type = "stand"; + /* 15:16 */waypoints[125].children[0] = 126; + /* 15:16 */waypoints[125].children[1] = 232; + /* 15:16 */waypoints[125].children[2] = 124; + /* 15:16 */waypoints[125].children[3] = 313; + /* 15:16 */waypoints[125].children[4] = 119; + /* 15:16 */waypoints[125].children[5] = 118; + /* 15:16 */waypoints[126] = spawnstruct(); + /* 15:16 */waypoints[126].origin = ( 1930.27, -1545.73, 199.804 ); + /* 15:16 */waypoints[126].type = "stand"; + /* 15:16 */waypoints[126].children[0] = 125; + /* 15:16 */waypoints[126].children[1] = 127; + /* 15:16 */waypoints[126].children[2] = 131; + /* 15:16 */waypoints[126].children[3] = 309; + /* 15:16 */waypoints[126].children[4] = 312; + /* 15:16 */waypoints[126].children[5] = 124; + /* 15:16 */waypoints[127] = spawnstruct(); + /* 15:16 */waypoints[127].origin = ( 2110.29, -1353.83, 200.125 ); + /* 15:16 */waypoints[127].type = "stand"; + /* 15:16 */waypoints[127].children[0] = 126; + /* 15:16 */waypoints[127].children[1] = 128; + /* 15:16 */waypoints[127].children[2] = 129; + /* 15:16 */waypoints[127].children[3] = 49; + /* 15:16 */waypoints[127].children[4] = 346; + /* 15:16 */waypoints[128] = spawnstruct(); + /* 15:16 */waypoints[128].origin = ( 1874.35, -1323.97, 202.964 ); + /* 15:16 */waypoints[128].type = "crouch"; + /* 15:16 */waypoints[128].children[0] = 127; + /* 15:16 */waypoints[128].angles = ( 3.95508, 10.7966, 0 ); + /* 15:16 */waypoints[129] = spawnstruct(); + /* 15:16 */waypoints[129].origin = ( 2302.24, -1359.45, 200.125 ); + /* 15:16 */waypoints[129].type = "stand"; + /* 15:16 */waypoints[129].children[0] = 127; + /* 15:16 */waypoints[129].children[1] = 130; + /* 15:16 */waypoints[129].children[2] = 311; + /* 15:16 */waypoints[129].children[3] = 51; + /* 15:16 */waypoints[130] = spawnstruct(); + /* 15:16 */waypoints[130].origin = ( 2409.2, -1153.1, 200.125 ); + /* 15:16 */waypoints[130].type = "stand"; + /* 15:16 */waypoints[130].children[0] = 129; + /* 15:16 */waypoints[130].children[1] = 102; + /* 15:16 */waypoints[130].children[2] = 48; + /* 15:16 */waypoints[130].children[3] = 240; + /* 15:16 */waypoints[130].children[4] = 241; + /* 15:16 */waypoints[130].children[5] = 324; + /* 15:16 */waypoints[130].children[6] = 100; + /* 15:16 */waypoints[130].children[7] = 51; + /* 15:16 */waypoints[131] = spawnstruct(); + /* 15:16 */waypoints[131].origin = ( 2282.17, -1755.59, 200.125 ); + /* 15:16 */waypoints[131].type = "stand"; + /* 15:16 */waypoints[131].children[0] = 51; + /* 15:16 */waypoints[131].children[1] = 132; + /* 15:16 */waypoints[131].children[2] = 126; + /* 15:16 */waypoints[131].children[3] = 310; + /* 15:16 */waypoints[131].children[4] = 326; + /* 15:16 */waypoints[131].children[5] = 49; + /* 15:16 */waypoints[132] = spawnstruct(); + /* 15:16 */waypoints[132].origin = ( 2031.33, -2040.8, 213.697 ); + /* 15:16 */waypoints[132].type = "stand"; + /* 15:16 */waypoints[132].children[0] = 131; + /* 15:16 */waypoints[132].children[1] = 133; + /* 15:16 */waypoints[132].children[2] = 307; + /* 15:16 */waypoints[132].children[3] = 308; + /* 15:16 */waypoints[132].children[4] = 310; + /* 15:16 */waypoints[132].children[5] = 327; + /* 15:16 */waypoints[132].children[6] = 242; + /* 15:16 */waypoints[132].children[7] = 135; + /* 15:16 */waypoints[133] = spawnstruct(); + /* 15:16 */waypoints[133].origin = ( 1846.03, -2207.42, 246.49 ); + /* 15:16 */waypoints[133].type = "stand"; + /* 15:16 */waypoints[133].children[0] = 132; + /* 15:16 */waypoints[133].children[1] = 134; + /* 15:16 */waypoints[133].children[2] = 242; + /* 15:16 */waypoints[133].children[3] = 326; + /* 15:16 */waypoints[133].children[4] = 327; + /* 15:16 */waypoints[133].children[5] = 135; + /* 15:16 */waypoints[133].children[6] = 243; + /* 15:16 */waypoints[134] = spawnstruct(); + /* 15:16 */waypoints[134].origin = ( 1847.19, -2630.44, 271.262 ); + /* 15:16 */waypoints[134].type = "stand"; + /* 15:16 */waypoints[134].children[0] = 133; + /* 15:16 */waypoints[134].children[1] = 54; + /* 15:16 */waypoints[134].children[2] = 56; + /* 15:16 */waypoints[134].children[3] = 242; + /* 15:16 */waypoints[134].children[4] = 270; + /* 15:16 */waypoints[134].children[5] = 271; + /* 15:16 */waypoints[134].children[6] = 333; + /* 15:16 */waypoints[135] = spawnstruct(); + /* 15:16 */waypoints[135].origin = ( 1325.55, -1925.01, 233.468 ); + /* 15:16 */waypoints[135].type = "stand"; + /* 15:16 */waypoints[135].children[0] = 136; + /* 15:16 */waypoints[135].children[1] = 232; + /* 15:16 */waypoints[135].children[2] = 242; + /* 15:16 */waypoints[135].children[3] = 243; + /* 15:16 */waypoints[135].children[4] = 305; + /* 15:16 */waypoints[135].children[5] = 306; + /* 15:16 */waypoints[135].children[6] = 133; + /* 15:16 */waypoints[135].children[7] = 132; + /* 15:16 */waypoints[136] = spawnstruct(); + /* 15:16 */waypoints[136].origin = ( 1070.09, -1898.13, 241.847 ); + /* 15:16 */waypoints[136].type = "stand"; + /* 15:16 */waypoints[136].children[0] = 135; + /* 15:16 */waypoints[136].children[1] = 231; + /* 15:16 */waypoints[136].children[2] = 61; + /* 15:16 */waypoints[136].children[3] = 121; + /* 15:16 */waypoints[136].children[4] = 305; + /* 15:16 */waypoints[136].children[5] = 60; + /* 15:16 */waypoints[136].children[6] = 62; + /* 15:16 */waypoints[137] = spawnstruct(); + /* 15:16 */waypoints[137].origin = ( 471.314, -2129.05, 138.854 ); + /* 15:16 */waypoints[137].type = "stand"; + /* 15:16 */waypoints[137].children[0] = 59; + /* 15:16 */waypoints[137].children[1] = 138; + /* 15:16 */waypoints[137].children[2] = 278; + /* 15:16 */waypoints[137].children[3] = 60; + /* 15:16 */waypoints[138] = spawnstruct(); + /* 15:16 */waypoints[138].origin = ( 314.226, -1857.14, 148.681 ); + /* 15:16 */waypoints[138].type = "stand"; + /* 15:16 */waypoints[138].children[0] = 137; + /* 15:16 */waypoints[138].children[1] = 81; + /* 15:16 */waypoints[138].children[2] = 139; + /* 15:16 */waypoints[138].children[3] = 82; + /* 15:16 */waypoints[139] = spawnstruct(); + /* 15:16 */waypoints[139].origin = ( -1659.93, -1868.74, 224.125 ); + /* 15:16 */waypoints[139].type = "stand"; + /* 15:16 */waypoints[139].children[0] = 138; + /* 15:16 */waypoints[139].children[1] = 3; + /* 15:16 */waypoints[139].children[2] = 5; + /* 15:16 */waypoints[139].children[3] = 8; + /* 15:16 */waypoints[140] = spawnstruct(); + /* 15:16 */waypoints[140].origin = ( -994.413, -649.497, 144.125 ); + /* 15:16 */waypoints[140].type = "stand"; + /* 15:16 */waypoints[140].children[0] = 21; + /* 15:16 */waypoints[140].children[1] = 141; + /* 15:16 */waypoints[140].children[2] = 247; + /* 15:16 */waypoints[140].children[3] = 20; + /* 15:16 */waypoints[140].children[4] = 26; + /* 15:16 */waypoints[140].children[5] = 22; + /* 15:16 */waypoints[141] = spawnstruct(); + /* 15:16 */waypoints[141].origin = ( -806.809, -548.312, 144.125 ); + /* 15:16 */waypoints[141].type = "stand"; + /* 15:16 */waypoints[141].children[0] = 140; + /* 15:16 */waypoints[141].children[1] = 142; + /* 15:16 */waypoints[141].children[2] = 224; + /* 15:16 */waypoints[141].children[3] = 20; + /* 15:16 */waypoints[141].children[4] = 290; + /* 15:16 */waypoints[141].children[5] = 26; + /* 15:16 */waypoints[141].children[6] = 22; + /* 15:16 */waypoints[142] = spawnstruct(); + /* 15:16 */waypoints[142].origin = ( -678.875, -380.989, 144.125 ); + /* 15:16 */waypoints[142].type = "stand"; + /* 15:16 */waypoints[142].children[0] = 141; + /* 15:16 */waypoints[142].children[1] = 26; + /* 15:16 */waypoints[142].children[2] = 143; + /* 15:16 */waypoints[142].children[3] = 246; + /* 15:16 */waypoints[143] = spawnstruct(); + /* 15:16 */waypoints[143].origin = ( -501.031, -277.862, 157.772 ); + /* 15:16 */waypoints[143].type = "stand"; + /* 15:16 */waypoints[143].children[0] = 142; + /* 15:16 */waypoints[143].children[1] = 27; + /* 15:16 */waypoints[143].children[2] = 291; + /* 15:16 */waypoints[143].children[3] = 297; + /* 15:16 */waypoints[143].children[4] = 26; + /* 15:16 */waypoints[144] = spawnstruct(); + /* 15:16 */waypoints[144].origin = ( 13.8662, -503.393, 229.246 ); + /* 15:16 */waypoints[144].type = "crouch"; + /* 15:16 */waypoints[144].children[0] = 294; + /* 15:16 */waypoints[145] = spawnstruct(); + /* 15:16 */waypoints[145].origin = ( 1735.23, 210.444, 86.2422 ); + /* 15:16 */waypoints[145].type = "stand"; + /* 15:16 */waypoints[145].children[0] = 95; + /* 15:16 */waypoints[145].children[1] = 146; + /* 15:16 */waypoints[145].children[2] = 149; + /* 15:16 */waypoints[145].children[3] = 96; + /* 15:16 */waypoints[145].children[4] = 41; + /* 15:16 */waypoints[146] = spawnstruct(); + /* 15:16 */waypoints[146].origin = ( 2051.29, 249.777, 128.66 ); + /* 15:16 */waypoints[146].type = "stand"; + /* 15:16 */waypoints[146].children[0] = 145; + /* 15:16 */waypoints[146].children[1] = 147; + /* 15:16 */waypoints[146].children[2] = 41; + /* 15:16 */waypoints[146].children[3] = 42; + /* 15:16 */waypoints[146].children[4] = 40; + /* 15:16 */waypoints[147] = spawnstruct(); + /* 15:16 */waypoints[147].origin = ( 2299.35, 156.033, 163.195 ); + /* 15:16 */waypoints[147].type = "stand"; + /* 15:16 */waypoints[147].children[0] = 146; + /* 15:16 */waypoints[147].children[1] = 148; + /* 15:16 */waypoints[147].children[2] = 42; + /* 15:16 */waypoints[147].children[3] = 110; + /* 15:16 */waypoints[148] = spawnstruct(); + /* 15:16 */waypoints[148].origin = ( 2684.83, 19.2088, 200.125 ); + /* 15:16 */waypoints[148].type = "stand"; + /* 15:16 */waypoints[148].children[0] = 147; + /* 15:16 */waypoints[148].children[1] = 107; + /* 15:16 */waypoints[149] = spawnstruct(); + /* 15:16 */waypoints[149].origin = ( 1624.01, 473.396, 84.6037 ); + /* 15:16 */waypoints[149].type = "stand"; + /* 15:16 */waypoints[149].children[0] = 145; + /* 15:16 */waypoints[149].children[1] = 150; + /* 15:16 */waypoints[149].children[2] = 94; + /* 15:16 */waypoints[149].children[3] = 95; + /* 15:16 */waypoints[149].children[4] = 37; + /* 15:16 */waypoints[149].children[5] = 351; + /* 15:16 */waypoints[150] = spawnstruct(); + /* 15:16 */waypoints[150].origin = ( 1497.93, 795.986, 149.105 ); + /* 15:16 */waypoints[150].type = "stand"; + /* 15:16 */waypoints[150].children[0] = 149; + /* 15:16 */waypoints[150].children[1] = 37; + /* 15:16 */waypoints[150].children[2] = 38; + /* 15:16 */waypoints[150].children[3] = 351; + /* 15:16 */waypoints[151] = spawnstruct(); + /* 15:16 */waypoints[151].origin = ( 937.644, 928.064, 156.298 ); + /* 15:16 */waypoints[151].type = "stand"; + /* 15:16 */waypoints[151].children[0] = 36; + /* 15:16 */waypoints[151].children[1] = 215; + /* 15:16 */waypoints[151].children[2] = 35; + /* 15:16 */waypoints[151].children[3] = 349; + /* 15:16 */waypoints[152] = spawnstruct(); + /* 15:16 */waypoints[152].origin = ( 897.125, 1494.87, 170.677 ); + /* 15:16 */waypoints[152].type = "crouch"; + /* 15:16 */waypoints[152].children[0] = 153; + /* 15:16 */waypoints[152].angles = ( 6.48193, -72.8972, 0 ); + /* 15:16 */waypoints[153] = spawnstruct(); + /* 15:16 */waypoints[153].origin = ( 1021.32, 1289.68, 174.098 ); + /* 15:16 */waypoints[153].type = "stand"; + /* 15:16 */waypoints[153].children[0] = 152; + /* 15:16 */waypoints[153].children[1] = 154; + /* 15:16 */waypoints[153].children[2] = 194; + /* 15:16 */waypoints[153].children[3] = 338; + /* 15:16 */waypoints[153].children[4] = 349; + /* 15:16 */waypoints[154] = spawnstruct(); + /* 15:16 */waypoints[154].origin = ( 859.656, 1361.46, 163.963 ); + /* 15:16 */waypoints[154].type = "stand"; + /* 15:16 */waypoints[154].children[0] = 153; + /* 15:16 */waypoints[154].children[1] = 155; + /* 15:16 */waypoints[155] = spawnstruct(); + /* 15:16 */waypoints[155].origin = ( 406.6, 1344.52, 76.4215 ); + /* 15:16 */waypoints[155].type = "stand"; + /* 15:16 */waypoints[155].children[0] = 156; + /* 15:16 */waypoints[155].children[1] = 159; + /* 15:16 */waypoints[155].children[2] = 154; + /* 15:16 */waypoints[156] = spawnstruct(); + /* 15:16 */waypoints[156].origin = ( 157.519, 1335.49, 74.3371 ); + /* 15:16 */waypoints[156].type = "stand"; + /* 15:16 */waypoints[156].children[0] = 155; + /* 15:16 */waypoints[156].children[1] = 157; + /* 15:16 */waypoints[156].children[2] = 211; + /* 15:16 */waypoints[156].children[3] = 263; + /* 15:16 */waypoints[157] = spawnstruct(); + /* 15:16 */waypoints[157].origin = ( 59.5342, 1344.13, 93.2937 ); + /* 15:16 */waypoints[157].type = "stand"; + /* 15:16 */waypoints[157].children[0] = 156; + /* 15:16 */waypoints[157].children[1] = 158; + /* 15:16 */waypoints[157].children[2] = 211; + /* 15:16 */waypoints[157].children[3] = 261; + /* 15:16 */waypoints[158] = spawnstruct(); + /* 15:16 */waypoints[158].origin = ( 4.09218, 1447.03, 101.529 ); + /* 15:16 */waypoints[158].type = "stand"; + /* 15:16 */waypoints[158].children[0] = 157; + /* 15:16 */waypoints[158].children[1] = 159; + /* 15:16 */waypoints[159] = spawnstruct(); + /* 15:16 */waypoints[159].origin = ( -31.3722, 1654.34, 94.6759 ); + /* 15:16 */waypoints[159].type = "stand"; + /* 15:16 */waypoints[159].children[0] = 158; + /* 15:16 */waypoints[159].children[1] = 160; + /* 15:16 */waypoints[159].children[2] = 155; + /* 15:16 */waypoints[160] = spawnstruct(); + /* 15:16 */waypoints[160].origin = ( -205.065, 1901.62, 85.3933 ); + /* 15:16 */waypoints[160].type = "stand"; + /* 15:16 */waypoints[160].children[0] = 159; + /* 15:16 */waypoints[160].children[1] = 161; + /* 15:16 */waypoints[160].children[2] = 163; + /* 15:16 */waypoints[161] = spawnstruct(); + /* 15:16 */waypoints[161].origin = ( -518.769, 1929.34, 113.673 ); + /* 15:16 */waypoints[161].type = "stand"; + /* 15:16 */waypoints[161].children[0] = 160; + /* 15:16 */waypoints[161].children[1] = 162; + /* 15:16 */waypoints[161].children[2] = 164; + /* 15:16 */waypoints[162] = spawnstruct(); + /* 15:16 */waypoints[162].origin = ( -700.473, 1811.39, 141.762 ); + /* 15:16 */waypoints[162].type = "stand"; + /* 15:16 */waypoints[162].children[0] = 161; + /* 15:16 */waypoints[162].children[1] = 213; + /* 15:16 */waypoints[162].children[2] = 166; + /* 15:16 */waypoints[162].children[3] = 214; + /* 15:16 */waypoints[162].children[4] = 250; + /* 15:16 */waypoints[163] = spawnstruct(); + /* 15:16 */waypoints[163].origin = ( -427.879, 2026.01, 110.319 ); + /* 15:16 */waypoints[163].type = "stand"; + /* 15:16 */waypoints[163].children[0] = 160; + /* 15:16 */waypoints[163].children[1] = 164; + /* 15:16 */waypoints[164] = spawnstruct(); + /* 15:16 */waypoints[164].origin = ( -735.907, 2004.51, 163.128 ); + /* 15:16 */waypoints[164].type = "stand"; + /* 15:16 */waypoints[164].children[0] = 163; + /* 15:16 */waypoints[164].children[1] = 165; + /* 15:16 */waypoints[164].children[2] = 161; + /* 15:16 */waypoints[165] = spawnstruct(); + /* 15:16 */waypoints[165].origin = ( -945.892, 1919.96, 172.818 ); + /* 15:16 */waypoints[165].type = "stand"; + /* 15:16 */waypoints[165].children[0] = 164; + /* 15:16 */waypoints[165].children[1] = 166; + /* 15:16 */waypoints[165].children[2] = 250; + /* 15:16 */waypoints[166] = spawnstruct(); + /* 15:16 */waypoints[166].origin = ( -1075.54, 1828.13, 167.374 ); + /* 15:16 */waypoints[166].type = "stand"; + /* 15:16 */waypoints[166].children[0] = 165; + /* 15:16 */waypoints[166].children[1] = 213; + /* 15:16 */waypoints[166].children[2] = 189; + /* 15:16 */waypoints[166].children[3] = 214; + /* 15:16 */waypoints[166].children[4] = 250; + /* 15:16 */waypoints[166].children[5] = 162; + /* 15:16 */waypoints[166].children[6] = 167; + /* 15:16 */waypoints[167] = spawnstruct(); + /* 15:16 */waypoints[167].origin = ( -1499.34, 2025.95, 166.047 ); + /* 15:16 */waypoints[167].type = "stand"; + /* 15:16 */waypoints[167].children[0] = 214; + /* 15:16 */waypoints[167].children[1] = 166; + /* 15:16 */waypoints[167].children[2] = 347; + /* 15:16 */waypoints[168] = spawnstruct(); + /* 15:16 */waypoints[168].origin = ( -1774.3, 1474.82, 205.636 ); + /* 15:16 */waypoints[168].type = "stand"; + /* 15:16 */waypoints[168].children[0] = 169; + /* 15:16 */waypoints[168].children[1] = 252; + /* 15:16 */waypoints[168].children[2] = 189; + /* 15:16 */waypoints[168].children[3] = 347; + /* 15:16 */waypoints[168].children[4] = 188; + /* 15:16 */waypoints[169] = spawnstruct(); + /* 15:16 */waypoints[169].origin = ( -1782.17, 1214.93, 199.4 ); + /* 15:16 */waypoints[169].type = "stand"; + /* 15:16 */waypoints[169].children[0] = 168; + /* 15:16 */waypoints[169].children[1] = 170; + /* 15:16 */waypoints[169].children[2] = 188; + /* 15:16 */waypoints[169].children[3] = 254; + /* 15:16 */waypoints[169].children[4] = 187; + /* 15:16 */waypoints[170] = spawnstruct(); + /* 15:16 */waypoints[170].origin = ( -1966.88, 980.851, 196.157 ); + /* 15:16 */waypoints[170].type = "stand"; + /* 15:16 */waypoints[170].children[0] = 169; + /* 15:16 */waypoints[170].children[1] = 171; + /* 15:16 */waypoints[170].children[2] = 172; + /* 15:16 */waypoints[170].children[3] = 173; + /* 15:16 */waypoints[170].children[4] = 254; + /* 15:16 */waypoints[171] = spawnstruct(); + /* 15:16 */waypoints[171].origin = ( -1986.83, 661.319, 147.777 ); + /* 15:16 */waypoints[171].type = "stand"; + /* 15:16 */waypoints[171].children[0] = 170; + /* 15:16 */waypoints[171].children[1] = 174; + /* 15:16 */waypoints[171].children[2] = 253; + /* 15:16 */waypoints[171].children[3] = 187; + /* 15:16 */waypoints[172] = spawnstruct(); + /* 15:16 */waypoints[172].origin = ( -2117.28, 583.535, 144.071 ); + /* 15:16 */waypoints[172].type = "stand"; + /* 15:16 */waypoints[172].children[0] = 175; + /* 15:16 */waypoints[172].children[1] = 170; + /* 15:16 */waypoints[173] = spawnstruct(); + /* 15:16 */waypoints[173].origin = ( -2206.38, 713.136, 155.693 ); + /* 15:16 */waypoints[173].type = "stand"; + /* 15:16 */waypoints[173].children[0] = 341; + /* 15:16 */waypoints[173].children[1] = 170; + /* 15:16 */waypoints[173].children[2] = 253; + /* 15:16 */waypoints[174] = spawnstruct(); + /* 15:16 */waypoints[174].origin = ( -2052.93, 302.306, 144.563 ); + /* 15:16 */waypoints[174].type = "stand"; + /* 15:16 */waypoints[174].children[0] = 176; + /* 15:16 */waypoints[174].children[1] = 331; + /* 15:16 */waypoints[174].children[2] = 341; + /* 15:16 */waypoints[174].children[3] = 171; + /* 15:16 */waypoints[174].children[4] = 175; + /* 15:16 */waypoints[175] = spawnstruct(); + /* 15:16 */waypoints[175].origin = ( -2159.99, 313.142, 144.125 ); + /* 15:16 */waypoints[175].type = "stand"; + /* 15:16 */waypoints[175].children[0] = 172; + /* 15:16 */waypoints[175].children[1] = 177; + /* 15:16 */waypoints[175].children[2] = 341; + /* 15:16 */waypoints[175].children[3] = 174; + /* 15:16 */waypoints[175].children[4] = 181; + /* 15:16 */waypoints[176] = spawnstruct(); + /* 15:16 */waypoints[176].origin = ( -2102, 57.2804, 145.176 ); + /* 15:16 */waypoints[176].type = "stand"; + /* 15:16 */waypoints[176].children[0] = 174; + /* 15:16 */waypoints[176].children[1] = 178; + /* 15:16 */waypoints[176].children[2] = 181; + /* 15:16 */waypoints[176].children[3] = 344; + /* 15:16 */waypoints[177] = spawnstruct(); + /* 15:16 */waypoints[177].origin = ( -2202.27, 75.2262, 144.125 ); + /* 15:16 */waypoints[177].type = "stand"; + /* 15:16 */waypoints[177].children[0] = 175; + /* 15:16 */waypoints[177].children[1] = 178; + /* 15:16 */waypoints[177].children[2] = 344; + /* 15:16 */waypoints[178] = spawnstruct(); + /* 15:16 */waypoints[178].origin = ( -2156.61, -139.878, 156.953 ); + /* 15:16 */waypoints[178].type = "stand"; + /* 15:16 */waypoints[178].children[0] = 176; + /* 15:16 */waypoints[178].children[1] = 179; + /* 15:16 */waypoints[178].children[2] = 180; + /* 15:16 */waypoints[178].children[3] = 177; + /* 15:16 */waypoints[178].children[4] = 344; + /* 15:16 */waypoints[179] = spawnstruct(); + /* 15:16 */waypoints[179].origin = ( -2228.76, -413.676, 208.089 ); + /* 15:16 */waypoints[179].type = "stand"; + /* 15:16 */waypoints[179].children[0] = 178; + /* 15:16 */waypoints[179].children[1] = 180; + /* 15:16 */waypoints[179].children[2] = 356; + /* 15:16 */waypoints[180] = spawnstruct(); + /* 15:16 */waypoints[180].origin = ( -1824.3, -269.37, 144.125 ); + /* 15:16 */waypoints[180].type = "stand"; + /* 15:16 */waypoints[180].children[0] = 23; + /* 15:16 */waypoints[180].children[1] = 181; + /* 15:16 */waypoints[180].children[2] = 179; + /* 15:16 */waypoints[180].children[3] = 178; + /* 15:16 */waypoints[180].children[4] = 22; + /* 15:16 */waypoints[180].children[5] = 182; + /* 15:16 */waypoints[181] = spawnstruct(); + /* 15:16 */waypoints[181].origin = ( -1870.27, 66.9414, 145.734 ); + /* 15:16 */waypoints[181].type = "stand"; + /* 15:16 */waypoints[181].children[0] = 180; + /* 15:16 */waypoints[181].children[1] = 182; + /* 15:16 */waypoints[181].children[2] = 176; + /* 15:16 */waypoints[181].children[3] = 330; + /* 15:16 */waypoints[181].children[4] = 331; + /* 15:16 */waypoints[181].children[5] = 332; + /* 15:16 */waypoints[181].children[6] = 175; + /* 15:16 */waypoints[181].children[7] = 345; + /* 15:16 */waypoints[182] = spawnstruct(); + /* 15:16 */waypoints[182].origin = ( -1601.11, 91.9494, 144.125 ); + /* 15:16 */waypoints[182].type = "stand"; + /* 15:16 */waypoints[182].children[0] = 181; + /* 15:16 */waypoints[182].children[1] = 23; + /* 15:16 */waypoints[182].children[2] = 24; + /* 15:16 */waypoints[182].children[3] = 22; + /* 15:16 */waypoints[182].children[4] = 331; + /* 15:16 */waypoints[182].children[5] = 332; + /* 15:16 */waypoints[182].children[6] = 180; + /* 15:16 */waypoints[183] = spawnstruct(); + /* 15:16 */waypoints[183].origin = ( -933.486, 368.64, 146.125 ); + /* 15:16 */waypoints[183].type = "stand"; + /* 15:16 */waypoints[183].children[0] = 25; + /* 15:16 */waypoints[183].children[1] = 184; + /* 15:16 */waypoints[183].children[2] = 206; + /* 15:16 */waypoints[183].children[3] = 208; + /* 15:16 */waypoints[183].children[4] = 26; + /* 15:16 */waypoints[183].children[5] = 348; + /* 15:16 */waypoints[184] = spawnstruct(); + /* 15:16 */waypoints[184].origin = ( -940.625, 505.619, 143.941 ); + /* 15:16 */waypoints[184].type = "stand"; + /* 15:16 */waypoints[184].children[0] = 183; + /* 15:16 */waypoints[184].children[1] = 186; + /* 15:16 */waypoints[184].children[2] = 185; + /* 15:16 */waypoints[184].children[3] = 328; + /* 15:16 */waypoints[184].children[4] = 329; + /* 15:16 */waypoints[184].children[5] = 205; + /* 15:16 */waypoints[184].children[6] = 192; + /* 15:16 */waypoints[184].children[7] = 255; + /* 15:16 */waypoints[184].children[8] = 206; + /* 15:16 */waypoints[185] = spawnstruct(); + /* 15:16 */waypoints[185].origin = ( -1231.52, 536.105, 184.253 ); + /* 15:16 */waypoints[185].type = "crouch"; + /* 15:16 */waypoints[185].children[0] = 184; + /* 15:16 */waypoints[186] = spawnstruct(); + /* 15:16 */waypoints[186].origin = ( -1086.13, 754.784, 178.29 ); + /* 15:16 */waypoints[186].type = "stand"; + /* 15:16 */waypoints[186].children[0] = 184; + /* 15:16 */waypoints[186].children[1] = 187; + /* 15:16 */waypoints[186].children[2] = 192; + /* 15:16 */waypoints[186].children[3] = 205; + /* 15:16 */waypoints[186].children[4] = 206; + /* 15:16 */waypoints[186].children[5] = 336; + /* 15:16 */waypoints[186].children[6] = 253; + /* 15:16 */waypoints[186].children[7] = 363; + /* 15:16 */waypoints[187] = spawnstruct(); + /* 15:16 */waypoints[187].origin = ( -1509.43, 851.666, 199.524 ); + /* 15:16 */waypoints[187].type = "stand"; + /* 15:16 */waypoints[187].children[0] = 186; + /* 15:16 */waypoints[187].children[1] = 188; + /* 15:16 */waypoints[187].children[2] = 191; + /* 15:16 */waypoints[187].children[3] = 253; + /* 15:16 */waypoints[187].children[4] = 254; + /* 15:16 */waypoints[187].children[5] = 169; + /* 15:16 */waypoints[187].children[6] = 171; + /* 15:16 */waypoints[188] = spawnstruct(); + /* 15:16 */waypoints[188].origin = ( -1394.58, 1181.75, 224.45 ); + /* 15:16 */waypoints[188].type = "stand"; + /* 15:16 */waypoints[188].children[0] = 187; + /* 15:16 */waypoints[188].children[1] = 169; + /* 15:16 */waypoints[188].children[2] = 189; + /* 15:16 */waypoints[188].children[3] = 168; + /* 15:16 */waypoints[189] = spawnstruct(); + /* 15:16 */waypoints[189].origin = ( -1203.24, 1315.78, 209.603 ); + /* 15:16 */waypoints[189].type = "stand"; + /* 15:16 */waypoints[189].children[0] = 188; + /* 15:16 */waypoints[189].children[1] = 166; + /* 15:16 */waypoints[189].children[2] = 250; + /* 15:16 */waypoints[189].children[3] = 168; + /* 15:16 */waypoints[190] = spawnstruct(); + /* 15:16 */waypoints[190].origin = ( -1050.07, 1018.8, 224.125 ); + /* 15:16 */waypoints[190].type = "stand"; + /* 15:16 */waypoints[190].children[0] = 191; + /* 15:16 */waypoints[190].children[1] = 251; + /* 15:16 */waypoints[191] = spawnstruct(); + /* 15:16 */waypoints[191].origin = ( -1251.57, 932.212, 224.125 ); + /* 15:16 */waypoints[191].type = "stand"; + /* 15:16 */waypoints[191].children[0] = 190; + /* 15:16 */waypoints[191].children[1] = 187; + /* 15:16 */waypoints[191].children[2] = 251; + /* 15:16 */waypoints[192] = spawnstruct(); + /* 15:16 */waypoints[192].origin = ( -915.92, 973.867, 161.753 ); + /* 15:16 */waypoints[192].type = "stand"; + /* 15:16 */waypoints[192].children[0] = 186; + /* 15:16 */waypoints[192].children[1] = 193; + /* 15:16 */waypoints[192].children[2] = 206; + /* 15:16 */waypoints[192].children[3] = 212; + /* 15:16 */waypoints[192].children[4] = 249; + /* 15:16 */waypoints[192].children[5] = 184; + /* 15:16 */waypoints[193] = spawnstruct(); + /* 15:16 */waypoints[193].origin = ( -603.626, 1163.55, 132.397 ); + /* 15:16 */waypoints[193].type = "stand"; + /* 15:16 */waypoints[193].children[0] = 192; + /* 15:16 */waypoints[193].children[1] = 212; + /* 15:16 */waypoints[193].children[2] = 213; + /* 15:16 */waypoints[193].children[3] = 262; + /* 15:16 */waypoints[193].children[4] = 337; + /* 15:16 */waypoints[194] = spawnstruct(); + /* 15:16 */waypoints[194].origin = ( 1226.77, 1239.51, 185.144 ); + /* 15:16 */waypoints[194].type = "stand"; + /* 15:16 */waypoints[194].children[0] = 153; + /* 15:16 */waypoints[194].children[1] = 350; + /* 15:16 */waypoints[195] = spawnstruct(); + /* 15:16 */waypoints[195].origin = ( 1225.22, -546.023, -43.974 ); + /* 15:16 */waypoints[195].type = "stand"; + /* 15:16 */waypoints[195].children[0] = 196; + /* 15:16 */waypoints[195].children[1] = 234; + /* 15:16 */waypoints[195].children[2] = 269; + /* 15:16 */waypoints[195].children[3] = 320; + /* 15:16 */waypoints[196] = spawnstruct(); + /* 15:16 */waypoints[196].origin = ( 926.336, -376.648, -47.875 ); + /* 15:16 */waypoints[196].type = "stand"; + /* 15:16 */waypoints[196].children[0] = 195; + /* 15:16 */waypoints[196].children[1] = 197; + /* 15:16 */waypoints[197] = spawnstruct(); + /* 15:16 */waypoints[197].origin = ( 863.608, -154.931, -47.875 ); + /* 15:16 */waypoints[197].type = "stand"; + /* 15:16 */waypoints[197].children[0] = 196; + /* 15:16 */waypoints[197].children[1] = 198; + /* 15:16 */waypoints[197].children[2] = 199; + /* 15:16 */waypoints[197].children[3] = 266; + /* 15:16 */waypoints[197].children[4] = 268; + /* 15:16 */waypoints[198] = spawnstruct(); + /* 15:16 */waypoints[198].origin = ( 958.113, -59.712, -47.875 ); + /* 15:16 */waypoints[198].type = "stand"; + /* 15:16 */waypoints[198].children[0] = 197; + /* 15:16 */waypoints[198].children[1] = 267; + /* 15:16 */waypoints[198].children[2] = 320; + /* 15:16 */waypoints[198].children[3] = 342; + /* 15:16 */waypoints[199] = spawnstruct(); + /* 15:16 */waypoints[199].origin = ( 479.837, 32.8427, 150.56 ); + /* 15:16 */waypoints[199].type = "stand"; + /* 15:16 */waypoints[199].children[0] = 197; + /* 15:16 */waypoints[199].children[1] = 201; + /* 15:16 */waypoints[199].children[2] = 91; + /* 15:16 */waypoints[199].children[3] = 200; + /* 15:16 */waypoints[199].children[4] = 265; + /* 15:16 */waypoints[200] = spawnstruct(); + /* 15:16 */waypoints[200].origin = ( 444.904, 278.306, 101.917 ); + /* 15:16 */waypoints[200].type = "stand"; + /* 15:16 */waypoints[200].children[0] = 202; + /* 15:16 */waypoints[200].children[1] = 201; + /* 15:16 */waypoints[200].children[2] = 91; + /* 15:16 */waypoints[200].children[3] = 199; + /* 15:16 */waypoints[201] = spawnstruct(); + /* 15:16 */waypoints[201].origin = ( 382.603, -190.769, 128.116 ); + /* 15:16 */waypoints[201].type = "stand"; + /* 15:16 */waypoints[201].children[0] = 91; + /* 15:16 */waypoints[201].children[1] = 90; + /* 15:16 */waypoints[201].children[2] = 300; + /* 15:16 */waypoints[201].children[3] = 199; + /* 15:16 */waypoints[201].children[4] = 200; + /* 15:16 */waypoints[202] = spawnstruct(); + /* 15:16 */waypoints[202].origin = ( 373.906, 487.35, 76.0875 ); + /* 15:16 */waypoints[202].type = "stand"; + /* 15:16 */waypoints[202].children[0] = 200; + /* 15:16 */waypoints[202].children[1] = 203; + /* 15:16 */waypoints[202].children[2] = 211; + /* 15:16 */waypoints[203] = spawnstruct(); + /* 15:16 */waypoints[203].origin = ( 42.4603, 436.749, 137.9 ); + /* 15:16 */waypoints[203].type = "stand"; + /* 15:16 */waypoints[203].children[0] = 202; + /* 15:16 */waypoints[203].children[1] = 204; + /* 15:16 */waypoints[203].children[2] = 264; + /* 15:16 */waypoints[204] = spawnstruct(); + /* 15:16 */waypoints[204].origin = ( -165.588, 321.901, 153.81 ); + /* 15:16 */waypoints[204].type = "stand"; + /* 15:16 */waypoints[204].children[0] = 203; + /* 15:16 */waypoints[204].children[1] = 205; + /* 15:16 */waypoints[204].children[2] = 207; + /* 15:16 */waypoints[204].children[3] = 295; + /* 15:16 */waypoints[204].children[4] = 296; + /* 15:16 */waypoints[204].children[5] = 297; + /* 15:16 */waypoints[205] = spawnstruct(); + /* 15:16 */waypoints[205].origin = ( -436.997, 526.772, 139.885 ); + /* 15:16 */waypoints[205].type = "stand"; + /* 15:16 */waypoints[205].children[0] = 204; + /* 15:16 */waypoints[205].children[1] = 206; + /* 15:16 */waypoints[205].children[2] = 296; + /* 15:16 */waypoints[205].children[3] = 209; + /* 15:16 */waypoints[205].children[4] = 184; + /* 15:16 */waypoints[205].children[5] = 186; + /* 15:16 */waypoints[205].children[6] = 336; + /* 15:16 */waypoints[206] = spawnstruct(); + /* 15:16 */waypoints[206].origin = ( -675.68, 707.475, 132.084 ); + /* 15:16 */waypoints[206].type = "stand"; + /* 15:16 */waypoints[206].children[0] = 205; + /* 15:16 */waypoints[206].children[1] = 192; + /* 15:16 */waypoints[206].children[2] = 209; + /* 15:16 */waypoints[206].children[3] = 186; + /* 15:16 */waypoints[206].children[4] = 183; + /* 15:16 */waypoints[206].children[5] = 212; + /* 15:16 */waypoints[206].children[6] = 184; + /* 15:16 */waypoints[207] = spawnstruct(); + /* 15:16 */waypoints[207].origin = ( -278.988, 104.142, 161.374 ); + /* 15:16 */waypoints[207].type = "stand"; + /* 15:16 */waypoints[207].children[0] = 204; + /* 15:16 */waypoints[207].children[1] = 92; + /* 15:16 */waypoints[207].children[2] = 208; + /* 15:16 */waypoints[207].children[3] = 297; + /* 15:16 */waypoints[207].children[4] = 348; + /* 15:16 */waypoints[208] = spawnstruct(); + /* 15:16 */waypoints[208].origin = ( -642.278, 57.6298, 144.125 ); + /* 15:16 */waypoints[208].type = "stand"; + /* 15:16 */waypoints[208].children[0] = 207; + /* 15:16 */waypoints[208].children[1] = 26; + /* 15:16 */waypoints[208].children[2] = 25; + /* 15:16 */waypoints[208].children[3] = 210; + /* 15:16 */waypoints[208].children[4] = 183; + /* 15:16 */waypoints[209] = spawnstruct(); + /* 15:16 */waypoints[209].origin = ( -553.736, 382.209, 165.946 ); + /* 15:16 */waypoints[209].type = "stand"; + /* 15:16 */waypoints[209].children[0] = 206; + /* 15:16 */waypoints[209].children[1] = 210; + /* 15:16 */waypoints[209].children[2] = 205; + /* 15:16 */waypoints[209].children[3] = 348; + /* 15:16 */waypoints[209].children[4] = 25; + /* 15:16 */waypoints[210] = spawnstruct(); + /* 15:16 */waypoints[210].origin = ( -545.788, 114.373, 166.978 ); + /* 15:16 */waypoints[210].type = "stand"; + /* 15:16 */waypoints[210].children[0] = 209; + /* 15:16 */waypoints[210].children[1] = 208; + /* 15:16 */waypoints[210].children[2] = 348; + /* 15:16 */waypoints[211] = spawnstruct(); + /* 15:16 */waypoints[211].origin = ( 167.561, 939.192, 68.0166 ); + /* 15:16 */waypoints[211].type = "stand"; + /* 15:16 */waypoints[211].children[0] = 202; + /* 15:16 */waypoints[211].children[1] = 156; + /* 15:16 */waypoints[211].children[2] = 157; + /* 15:16 */waypoints[211].children[3] = 215; + /* 15:16 */waypoints[211].children[4] = 264; + /* 15:16 */waypoints[211].children[5] = 336; + /* 15:16 */waypoints[212] = spawnstruct(); + /* 15:16 */waypoints[212].origin = ( -641.539, 1059.52, 134.907 ); + /* 15:16 */waypoints[212].type = "stand"; + /* 15:16 */waypoints[212].children[0] = 193; + /* 15:16 */waypoints[212].children[1] = 192; + /* 15:16 */waypoints[212].children[2] = 336; + /* 15:16 */waypoints[212].children[3] = 206; + /* 15:16 */waypoints[213] = spawnstruct(); + /* 15:16 */waypoints[213].origin = ( -835.984, 1497.98, 138.352 ); + /* 15:16 */waypoints[213].type = "stand"; + /* 15:16 */waypoints[213].children[0] = 193; + /* 15:16 */waypoints[213].children[1] = 162; + /* 15:16 */waypoints[213].children[2] = 166; + /* 15:16 */waypoints[213].children[3] = 249; + /* 15:16 */waypoints[213].children[4] = 262; + /* 15:16 */waypoints[214] = spawnstruct(); + /* 15:16 */waypoints[214].origin = ( -1419.69, 1748.37, 195.293 ); + /* 15:16 */waypoints[214].type = "stand"; + /* 15:16 */waypoints[214].children[0] = 166; + /* 15:16 */waypoints[214].children[1] = 167; + /* 15:16 */waypoints[214].children[2] = 162; + /* 15:16 */waypoints[214].children[3] = 347; + /* 15:16 */waypoints[215] = spawnstruct(); + /* 15:16 */waypoints[215].origin = ( 666.372, 1038.44, 167.23 ); + /* 15:16 */waypoints[215].type = "stand"; + /* 15:16 */waypoints[215].children[0] = 151; + /* 15:16 */waypoints[215].children[1] = 211; + /* 15:16 */waypoints[215].children[2] = 264; + /* 15:16 */waypoints[216] = spawnstruct(); + /* 15:16 */waypoints[216].origin = ( -1725.87, -1531.32, 228.125 ); + /* 15:16 */waypoints[216].type = "stand"; + /* 15:16 */waypoints[216].children[0] = 17; + /* 15:16 */waypoints[216].children[1] = 3; + /* 15:16 */waypoints[217] = spawnstruct(); + /* 15:16 */waypoints[217].origin = ( -2140.54, -1722.25, 233.144 ); + /* 15:16 */waypoints[217].type = "crouch"; + /* 15:16 */waypoints[217].children[0] = 1; + /* 15:16 */waypoints[217].angles = ( 5.37781, 92.3485, 0 ); + /* 15:16 */waypoints[218] = spawnstruct(); + /* 15:16 */waypoints[218].origin = ( -1652.9, -613.113, 179.305 ); + /* 15:16 */waypoints[218].type = "stand"; + /* 15:16 */waypoints[218].children[0] = 23; + /* 15:16 */waypoints[218].children[1] = 219; + /* 15:16 */waypoints[218].children[2] = 260; + /* 15:16 */waypoints[219] = spawnstruct(); + /* 15:16 */waypoints[219].origin = ( -1667.81, -780.905, 190.554 ); + /* 15:16 */waypoints[219].type = "stand"; + /* 15:16 */waypoints[219].children[0] = 218; + /* 15:16 */waypoints[219].children[1] = 220; + /* 15:16 */waypoints[219].children[2] = 20; + /* 15:16 */waypoints[220] = spawnstruct(); + /* 15:16 */waypoints[220].origin = ( -1818.75, -734.641, 184.125 ); + /* 15:16 */waypoints[220].type = "crouch"; + /* 15:16 */waypoints[220].children[0] = 219; + /* 15:16 */waypoints[220].angles = ( 4.11438, 12.6043, 0 ); + /* 15:16 */waypoints[221] = spawnstruct(); + /* 15:16 */waypoints[221].origin = ( -1503.68, -752.062, 184.014 ); + /* 15:16 */waypoints[221].type = "stand"; + /* 15:16 */waypoints[221].children[0] = 22; + /* 15:16 */waypoints[221].children[1] = 20; + /* 15:16 */waypoints[221].children[2] = 223; + /* 15:16 */waypoints[222] = spawnstruct(); + /* 15:16 */waypoints[222].origin = ( -1672.96, -953.839, 188.893 ); + /* 15:16 */waypoints[222].type = "stand"; + /* 15:16 */waypoints[222].children[0] = 13; + /* 15:16 */waypoints[222].children[1] = 223; + /* 15:16 */waypoints[222].children[2] = 11; + /* 15:16 */waypoints[223] = spawnstruct(); + /* 15:16 */waypoints[223].origin = ( -1617.91, -851.128, 188.199 ); + /* 15:16 */waypoints[223].type = "stand"; + /* 15:16 */waypoints[223].children[0] = 222; + /* 15:16 */waypoints[223].children[1] = 221; + /* 15:16 */waypoints[223].children[2] = 20; + /* 15:16 */waypoints[224] = spawnstruct(); + /* 15:16 */waypoints[224].origin = ( -678.479, -939.043, 250.967 ); + /* 15:16 */waypoints[224].type = "crouch"; + /* 15:16 */waypoints[224].children[0] = 141; + /* 15:16 */waypoints[224].angles = ( 10.4425, 125.044, 0 ); + /* 15:16 */waypoints[225] = spawnstruct(); + /* 15:16 */waypoints[225].origin = ( 370.693, -646.069, 227.783 ); + /* 15:16 */waypoints[225].type = "stand"; + /* 15:16 */waypoints[225].children[0] = 294; + /* 15:16 */waypoints[225].children[1] = 299; + /* 15:16 */waypoints[225].children[2] = 28; + /* 15:16 */waypoints[226] = spawnstruct(); + /* 15:16 */waypoints[226].origin = ( -2111.28, -857.329, 201.463 ); + /* 15:16 */waypoints[226].type = "stand"; + /* 15:16 */waypoints[226].children[0] = 0; + /* 15:16 */waypoints[226].children[1] = 13; + /* 15:16 */waypoints[226].children[2] = 356; + /* 15:16 */waypoints[226].children[3] = 12; + /* 15:16 */waypoints[227] = spawnstruct(); + /* 15:16 */waypoints[227].origin = ( 331.507, -3085.93, 208.125 ); + /* 15:16 */waypoints[227].type = "crouch"; + /* 15:16 */waypoints[227].children[0] = 66; + /* 15:16 */waypoints[227].angles = ( 2.37305, 108.044, 0 ); + /* 15:16 */waypoints[228] = spawnstruct(); + /* 15:16 */waypoints[228].origin = ( 887.119, -3064.12, 149.551 ); + /* 15:16 */waypoints[228].type = "stand"; + /* 15:16 */waypoints[228].children[0] = 57; + /* 15:16 */waypoints[228].children[1] = 274; + /* 15:16 */waypoints[228].children[2] = 275; + /* 15:16 */waypoints[228].children[3] = 273; + /* 15:16 */waypoints[229] = spawnstruct(); + /* 15:16 */waypoints[229].origin = ( 1400.27, -2701.98, 258.748 ); + /* 15:16 */waypoints[229].type = "crouch"; + /* 15:16 */waypoints[229].children[0] = 57; + /* 15:16 */waypoints[229].angles = ( 6.95984, -140.044, 0 ); + /* 15:16 */waypoints[230] = spawnstruct(); + /* 15:16 */waypoints[230].origin = ( 918.438, -2431.24, 158.822 ); + /* 15:16 */waypoints[230].type = "stand"; + /* 15:16 */waypoints[230].children[0] = 58; + /* 15:16 */waypoints[230].children[1] = 231; + /* 15:16 */waypoints[230].children[2] = 275; + /* 15:16 */waypoints[230].children[3] = 276; + /* 15:16 */waypoints[230].children[4] = 277; + /* 15:16 */waypoints[231] = spawnstruct(); + /* 15:16 */waypoints[231].origin = ( 1049.76, -2169.88, 215.408 ); + /* 15:16 */waypoints[231].type = "stand"; + /* 15:16 */waypoints[231].children[0] = 230; + /* 15:16 */waypoints[231].children[1] = 136; + /* 15:16 */waypoints[231].children[2] = 61; + /* 15:16 */waypoints[232] = spawnstruct(); + /* 15:16 */waypoints[232].origin = ( 1566.85, -1602.67, 213.087 ); + /* 15:16 */waypoints[232].type = "stand"; + /* 15:16 */waypoints[232].children[0] = 125; + /* 15:16 */waypoints[232].children[1] = 135; + /* 15:16 */waypoints[232].children[2] = 233; + /* 15:16 */waypoints[232].children[3] = 243; + /* 15:16 */waypoints[232].children[4] = 124; + /* 15:16 */waypoints[233] = spawnstruct(); + /* 15:16 */waypoints[233].origin = ( 1843.14, -1650.67, 200.128 ); + /* 15:16 */waypoints[233].type = "crouch"; + /* 15:16 */waypoints[233].children[0] = 232; + /* 15:16 */waypoints[233].angles = ( 0.791016, -167.466, 0 ); + /* 15:16 */waypoints[234] = spawnstruct(); + /* 15:16 */waypoints[234].origin = ( 1294.01, -575.265, -45.2841 ); + /* 15:16 */waypoints[234].type = "stand"; + /* 15:16 */waypoints[234].children[0] = 195; + /* 15:16 */waypoints[234].children[1] = 235; + /* 15:16 */waypoints[234].children[2] = 320; + /* 15:16 */waypoints[235] = spawnstruct(); + /* 15:16 */waypoints[235].origin = ( 1510.88, -615.72, -36.564 ); + /* 15:16 */waypoints[235].type = "stand"; + /* 15:16 */waypoints[235].children[0] = 234; + /* 15:16 */waypoints[235].children[1] = 97; + /* 15:16 */waypoints[235].children[2] = 98; + /* 15:16 */waypoints[235].children[3] = 318; + /* 15:16 */waypoints[235].children[4] = 319; + /* 15:16 */waypoints[236] = spawnstruct(); + /* 15:16 */waypoints[236].origin = ( -2601.96, -383.817, 239.853 ); + /* 15:16 */waypoints[236].type = "stand"; + /* 15:16 */waypoints[236].children[0] = 344; + /* 15:16 */waypoints[236].children[1] = 356; + /* 15:16 */waypoints[237] = spawnstruct(); + /* 15:16 */waypoints[237].origin = ( 860.804, -70.5093, 168.689 ); + /* 15:16 */waypoints[237].type = "stand"; + /* 15:16 */waypoints[237].children[0] = 32; + /* 15:16 */waypoints[237].children[1] = 238; + /* 15:16 */waypoints[237].children[2] = 31; + /* 15:16 */waypoints[237].children[3] = 30; + /* 15:16 */waypoints[238] = spawnstruct(); + /* 15:16 */waypoints[238].origin = ( 877.051, 233.619, 163.357 ); + /* 15:16 */waypoints[238].type = "stand"; + /* 15:16 */waypoints[238].children[0] = 237; + /* 15:16 */waypoints[238].children[1] = 34; + /* 15:16 */waypoints[238].children[2] = 94; + /* 15:16 */waypoints[238].children[3] = 35; + /* 15:16 */waypoints[239] = spawnstruct(); + /* 15:16 */waypoints[239].origin = ( 2125.5, -1005.62, 200.125 ); + /* 15:16 */waypoints[239].type = "crouch"; + /* 15:16 */waypoints[239].children[0] = 99; + /* 15:16 */waypoints[239].angles = ( 5.21851, 67.0666, 0 ); + /* 15:16 */waypoints[240] = spawnstruct(); + /* 15:16 */waypoints[240].origin = ( 2248.26, -1092.03, 200.125 ); + /* 15:16 */waypoints[240].type = "crouch"; + /* 15:16 */waypoints[240].children[0] = 130; + /* 15:16 */waypoints[240].angles = ( 3.95508, 24.7143, 0 ); + /* 15:16 */waypoints[241] = spawnstruct(); + /* 15:16 */waypoints[241].origin = ( 2699.22, -1078.42, 201.125 ); + /* 15:16 */waypoints[241].type = "stand"; + /* 15:16 */waypoints[241].children[0] = 48; + /* 15:16 */waypoints[241].children[1] = 130; + /* 15:16 */waypoints[241].children[2] = 103; + /* 15:16 */waypoints[241].children[3] = 47; + /* 15:16 */waypoints[242] = spawnstruct(); + /* 15:16 */waypoints[242].origin = ( 1685.21, -2251.95, 249.251 ); + /* 15:16 */waypoints[242].type = "stand"; + /* 15:16 */waypoints[242].children[0] = 134; + /* 15:16 */waypoints[242].children[1] = 135; + /* 15:16 */waypoints[242].children[2] = 133; + /* 15:16 */waypoints[242].children[3] = 327; + /* 15:16 */waypoints[242].children[4] = 132; + /* 15:16 */waypoints[243] = spawnstruct(); + /* 15:16 */waypoints[243].origin = ( 1560.58, -1878.52, 236.317 ); + /* 15:16 */waypoints[243].type = "stand"; + /* 15:16 */waypoints[243].children[0] = 232; + /* 15:16 */waypoints[243].children[1] = 135; + /* 15:16 */waypoints[243].children[2] = 124; + /* 15:16 */waypoints[243].children[3] = 133; + /* 15:16 */waypoints[244] = spawnstruct(); + /* 15:16 */waypoints[244].origin = ( 567.165, -1454.74, 209.142 ); + /* 15:16 */waypoints[244].type = "stand"; + /* 15:16 */waypoints[244].children[0] = 61; + /* 15:16 */waypoints[244].children[1] = 245; + /* 15:16 */waypoints[244].children[2] = 302; + /* 15:16 */waypoints[245] = spawnstruct(); + /* 15:16 */waypoints[245].origin = ( 432.67, -1159.02, 168.402 ); + /* 15:16 */waypoints[245].type = "stand"; + /* 15:16 */waypoints[245].children[0] = 244; + /* 15:16 */waypoints[245].children[1] = 121; + /* 15:16 */waypoints[245].children[2] = 87; + /* 15:16 */waypoints[245].children[3] = 90; + /* 15:16 */waypoints[245].children[4] = 302; + /* 15:16 */waypoints[246] = spawnstruct(); + /* 15:16 */waypoints[246].origin = ( -464.155, -628.2, 224.311 ); + /* 15:16 */waypoints[246].type = "stand"; + /* 15:16 */waypoints[246].children[0] = 89; + /* 15:16 */waypoints[246].children[1] = 247; + /* 15:16 */waypoints[246].children[2] = 142; + /* 15:16 */waypoints[246].children[3] = 291; + /* 15:16 */waypoints[247] = spawnstruct(); + /* 15:16 */waypoints[247].origin = ( -606.866, -776.729, 212.912 ); + /* 15:16 */waypoints[247].type = "stand"; + /* 15:16 */waypoints[247].children[0] = 246; + /* 15:16 */waypoints[247].children[1] = 140; + /* 15:16 */waypoints[247].children[2] = 248; + /* 15:16 */waypoints[247].children[3] = 290; + /* 15:16 */waypoints[248] = spawnstruct(); + /* 15:16 */waypoints[248].origin = ( -916.126, -999.126, 208.232 ); + /* 15:16 */waypoints[248].type = "stand"; + /* 15:16 */waypoints[248].children[0] = 247; + /* 15:16 */waypoints[248].children[1] = 11; + /* 15:16 */waypoints[248].children[2] = 20; + /* 15:16 */waypoints[248].children[3] = 290; + /* 15:16 */waypoints[249] = spawnstruct(); + /* 15:16 */waypoints[249].origin = ( -939.485, 1268.5, 168.538 ); + /* 15:16 */waypoints[249].type = "stand"; + /* 15:16 */waypoints[249].children[0] = 192; + /* 15:16 */waypoints[249].children[1] = 213; + /* 15:16 */waypoints[249].children[2] = 250; + /* 15:16 */waypoints[249].children[3] = 262; + /* 15:16 */waypoints[250] = spawnstruct(); + /* 15:16 */waypoints[250].origin = ( -1091.9, 1441.78, 177.577 ); + /* 15:16 */waypoints[250].type = "stand"; + /* 15:16 */waypoints[250].children[0] = 249; + /* 15:16 */waypoints[250].children[1] = 189; + /* 15:16 */waypoints[250].children[2] = 166; + /* 15:16 */waypoints[250].children[3] = 165; + /* 15:16 */waypoints[250].children[4] = 251; + /* 15:16 */waypoints[250].children[5] = 162; + /* 15:16 */waypoints[251] = spawnstruct(); + /* 15:16 */waypoints[251].origin = ( -1174.8, 1107.8, 224.125 ); + /* 15:16 */waypoints[251].type = "stand"; + /* 15:16 */waypoints[251].children[0] = 191; + /* 15:16 */waypoints[251].children[1] = 250; + /* 15:16 */waypoints[251].children[2] = 190; + /* 15:16 */waypoints[252] = spawnstruct(); + /* 15:16 */waypoints[252].origin = ( -2035.78, 1554.99, 226.896 ); + /* 15:16 */waypoints[252].type = "crouch"; + /* 15:16 */waypoints[252].children[0] = 168; + /* 15:16 */waypoints[252].angles = ( 4.58679, -30.5774, 0 ); + /* 15:16 */waypoints[253] = spawnstruct(); + /* 15:16 */waypoints[253].origin = ( -1729.89, 674.334, 167.282 ); + /* 15:16 */waypoints[253].type = "stand"; + /* 15:16 */waypoints[253].children[0] = 187; + /* 15:16 */waypoints[253].children[1] = 254; + /* 15:16 */waypoints[253].children[2] = 171; + /* 15:16 */waypoints[253].children[3] = 173; + /* 15:16 */waypoints[253].children[4] = 186; + /* 15:16 */waypoints[253].children[5] = 363; + /* 15:16 */waypoints[254] = spawnstruct(); + /* 15:16 */waypoints[254].origin = ( -1790.1, 848.229, 185.227 ); + /* 15:16 */waypoints[254].type = "stand"; + /* 15:16 */waypoints[254].children[0] = 253; + /* 15:16 */waypoints[254].children[1] = 187; + /* 15:16 */waypoints[254].children[2] = 169; + /* 15:16 */waypoints[254].children[3] = 170; + /* 15:16 */waypoints[255] = spawnstruct(); + /* 15:16 */waypoints[255].origin = ( -1613.93, 428.297, 184.125 ); + /* 15:16 */waypoints[255].type = "crouch"; + /* 15:16 */waypoints[255].children[0] = 184; + /* 15:16 */waypoints[255].angles = ( 3.95508, 5.86425, 0 ); + /* 15:16 */waypoints[256] = spawnstruct(); + /* 15:16 */waypoints[256].origin = ( -221.36, -2324.78, 224.125 ); + /* 15:16 */waypoints[256].type = "crouch"; + /* 15:16 */waypoints[256].children[0] = 361; + /* 15:16 */waypoints[256].angles = ( 2.69165, -62.2346, 0 ); + /* 15:16 */waypoints[257] = spawnstruct(); + /* 15:16 */waypoints[257].origin = ( -234.112, -2400.03, 224.125 ); + /* 15:16 */waypoints[257].type = "claymore"; + /* 15:16 */waypoints[257].children[0] = 361; + /* 15:16 */waypoints[257].angles = ( 30.2179, -107.009, 0 ); + /* 15:16 */waypoints[258] = spawnstruct(); + /* 15:16 */waypoints[258].origin = ( -449.661, -2344.09, 224.125 ); + /* 15:16 */waypoints[258].type = "crouch"; + /* 15:16 */waypoints[258].children[0] = 353; + /* 15:16 */waypoints[258].angles = ( 3.95508, -151.471, 0 ); + /* 15:16 */waypoints[259] = spawnstruct(); + /* 15:16 */waypoints[259].origin = ( -1127.12, -2017.35, 224.125 ); + /* 15:16 */waypoints[259].type = "claymore"; + /* 15:16 */waypoints[259].children[0] = 75; + /* 15:16 */waypoints[259].angles = ( 32.1185, 72.7764, 0 ); + /* 15:16 */waypoints[260] = spawnstruct(); + /* 15:16 */waypoints[260].origin = ( -1782.51, -605.322, 184.125 ); + /* 15:16 */waypoints[260].type = "crouch"; + /* 15:16 */waypoints[260].children[0] = 218; + /* 15:16 */waypoints[260].angles = ( 8.70117, -16.3008, 0 ); + /* 15:16 */waypoints[261] = spawnstruct(); + /* 15:16 */waypoints[261].origin = ( -228.512, 1345.11, 123.125 ); + /* 15:16 */waypoints[261].type = "stand"; + /* 15:16 */waypoints[261].children[0] = 157; + /* 15:16 */waypoints[261].children[1] = 262; + /* 15:16 */waypoints[262] = spawnstruct(); + /* 15:16 */waypoints[262].origin = ( -628.443, 1398.97, 137.801 ); + /* 15:16 */waypoints[262].type = "stand"; + /* 15:16 */waypoints[262].children[0] = 261; + /* 15:16 */waypoints[262].children[1] = 213; + /* 15:16 */waypoints[262].children[2] = 193; + /* 15:16 */waypoints[262].children[3] = 249; + /* 15:16 */waypoints[263] = spawnstruct(); + /* 15:16 */waypoints[263].origin = ( 324.62, 1609.86, 71.0295 ); + /* 15:16 */waypoints[263].type = "crouch"; + /* 15:16 */waypoints[263].children[0] = 156; + /* 15:16 */waypoints[263].angles = ( 5.85022, -107.229, 0 ); + /* 15:16 */waypoints[264] = spawnstruct(); + /* 15:16 */waypoints[264].origin = ( 355.082, 889.664, 58.0418 ); + /* 15:16 */waypoints[264].type = "stand"; + /* 15:16 */waypoints[264].children[0] = 215; + /* 15:16 */waypoints[264].children[1] = 211; + /* 15:16 */waypoints[264].children[2] = 265; + /* 15:16 */waypoints[264].children[3] = 203; + /* 15:16 */waypoints[265] = spawnstruct(); + /* 15:16 */waypoints[265].origin = ( 489.892, 471.012, 100.799 ); + /* 15:16 */waypoints[265].type = "stand"; + /* 15:16 */waypoints[265].children[0] = 264; + /* 15:16 */waypoints[265].children[1] = 199; + /* 15:16 */waypoints[266] = spawnstruct(); + /* 15:16 */waypoints[266].origin = ( 758.38, -308.027, -47.875 ); + /* 15:16 */waypoints[266].type = "crouch"; + /* 15:16 */waypoints[266].children[0] = 197; + /* 15:16 */waypoints[266].angles = ( 5.85022, 14.1973, 0 ); + /* 15:16 */waypoints[267] = spawnstruct(); + /* 15:16 */waypoints[267].origin = ( 1032.4, 1.20607, -47.875 ); + /* 15:16 */waypoints[267].type = "claymore"; + /* 15:16 */waypoints[267].children[0] = 198; + /* 15:16 */waypoints[267].angles = ( 31.6406, -116.815, 0 ); + /* 15:16 */waypoints[268] = spawnstruct(); + /* 15:16 */waypoints[268].origin = ( 788.735, -289.274, -47.875 ); + /* 15:16 */waypoints[268].type = "claymore"; + /* 15:16 */waypoints[268].children[0] = 197; + /* 15:16 */waypoints[268].angles = ( 26.4221, 59.5928, 0 ); + /* 15:16 */waypoints[269] = spawnstruct(); + /* 15:16 */waypoints[269].origin = ( 1182.43, -435.396, -46.5068 ); + /* 15:16 */waypoints[269].type = "claymore"; + /* 15:16 */waypoints[269].children[0] = 195; + /* 15:16 */waypoints[269].angles = ( 38.1281, -28.2154, 0 ); + /* 15:16 */waypoints[270] = spawnstruct(); + /* 15:16 */waypoints[270].origin = ( 1695.75, -2636.09, 272.125 ); + /* 15:16 */waypoints[270].type = "claymore"; + /* 15:16 */waypoints[270].children[0] = 134; + /* 15:16 */waypoints[270].angles = ( 32.4371, 10.4091, 0 ); + /* 15:16 */waypoints[271] = spawnstruct(); + /* 15:16 */waypoints[271].origin = ( 1945.04, -2583.76, 272.125 ); + /* 15:16 */waypoints[271].type = "claymore"; + /* 15:16 */waypoints[271].children[0] = 134; + /* 15:16 */waypoints[271].children[1] = 54; + /* 15:16 */waypoints[271].angles = ( 29.2731, -171.431, 0 ); + /* 15:16 */waypoints[272] = spawnstruct(); + /* 15:16 */waypoints[272].origin = ( 2016.34, -2517.62, 271.167 ); + /* 15:16 */waypoints[272].type = "claymore"; + /* 15:16 */waypoints[272].children[0] = 53; + /* 15:16 */waypoints[272].angles = ( 31.7999, -48.4996, 0 ); + /* 15:16 */waypoints[273] = spawnstruct(); + /* 15:16 */waypoints[273].origin = ( 659.448, -2598.31, 144.777 ); + /* 15:16 */waypoints[273].type = "claymore"; + /* 15:16 */waypoints[273].children[0] = 58; + /* 15:16 */waypoints[273].children[1] = 67; + /* 15:16 */waypoints[273].children[2] = 277; + /* 15:16 */waypoints[273].children[3] = 57; + /* 15:16 */waypoints[273].children[4] = 228; + /* 15:16 */waypoints[273].angles = ( 40.5066, 35.0954, 0 ); + /* 15:16 */waypoints[274] = spawnstruct(); + /* 15:16 */waypoints[274].origin = ( 529.517, -2840.82, 196.232 ); + /* 15:16 */waypoints[274].type = "claymore"; + /* 15:16 */waypoints[274].children[0] = 67; + /* 15:16 */waypoints[274].children[1] = 228; + /* 15:16 */waypoints[274].angles = ( 18.0341, -110.358, 0 ); + /* 15:16 */waypoints[275] = spawnstruct(); + /* 15:16 */waypoints[275].origin = ( 752.057, -2930.51, 169.134 ); + /* 15:16 */waypoints[275].type = "stand"; + /* 15:16 */waypoints[275].children[0] = 67; + /* 15:16 */waypoints[275].children[1] = 228; + /* 15:16 */waypoints[275].children[2] = 57; + /* 15:16 */waypoints[275].children[3] = 230; + /* 15:16 */waypoints[275].children[4] = 359; + /* 15:16 */waypoints[276] = spawnstruct(); + /* 15:16 */waypoints[276].origin = ( 818.857, -2489.27, 135.667 ); + /* 15:16 */waypoints[276].type = "claymore"; + /* 15:16 */waypoints[276].children[0] = 58; + /* 15:16 */waypoints[276].children[1] = 230; + /* 15:16 */waypoints[276].children[2] = 57; + /* 15:16 */waypoints[276].angles = ( 26.1035, -142.004, 0 ); + /* 15:16 */waypoints[277] = spawnstruct(); + /* 15:16 */waypoints[277].origin = ( 1122.85, -2901.52, 118.729 ); + /* 15:16 */waypoints[277].type = "stand"; + /* 15:16 */waypoints[277].children[0] = 56; + /* 15:16 */waypoints[277].children[1] = 58; + /* 15:16 */waypoints[277].children[2] = 273; + /* 15:16 */waypoints[277].children[3] = 230; + /* 15:16 */waypoints[278] = spawnstruct(); + /* 15:16 */waypoints[278].origin = ( 614.078, -2241.7, 138.638 ); + /* 15:16 */waypoints[278].type = "claymore"; + /* 15:16 */waypoints[278].children[0] = 59; + /* 15:16 */waypoints[278].children[1] = 60; + /* 15:16 */waypoints[278].children[2] = 137; + /* 15:16 */waypoints[278].angles = ( 32.4316, -137.099, 0 ); + /* 15:16 */waypoints[279] = spawnstruct(); + /* 15:16 */waypoints[279].origin = ( 49.5218, -1894.89, 227.448 ); + /* 15:16 */waypoints[279].type = "claymore"; + /* 15:16 */waypoints[279].children[0] = 81; + /* 15:16 */waypoints[279].children[1] = 80; + /* 15:16 */waypoints[279].angles = ( 25.4718, -18.5948, 0 ); + /* 15:16 */waypoints[280] = spawnstruct(); + /* 15:16 */waypoints[280].origin = ( -188.684, -1875.64, 245.024 ); + /* 15:16 */waypoints[280].type = "crouch"; + /* 15:16 */waypoints[280].children[0] = 79; + /* 15:16 */waypoints[280].angles = ( 9.9646, 92.2133, 0 ); + /* 15:16 */waypoints[281] = spawnstruct(); + /* 15:16 */waypoints[281].origin = ( -134.552, -2362.2, 224.125 ); + /* 15:16 */waypoints[281].type = "claymore"; + /* 15:16 */waypoints[281].children[0] = 63; + /* 15:16 */waypoints[281].children[1] = 361; + /* 15:16 */waypoints[281].angles = ( 23.4174, -17.7488, 0 ); + /* 15:16 */waypoints[282] = spawnstruct(); + /* 15:16 */waypoints[282].origin = ( -767.167, -2246.99, 224.125 ); + /* 15:16 */waypoints[282].type = "crouch"; + /* 15:16 */waypoints[282].children[0] = 70; + /* 15:16 */waypoints[282].angles = ( 9.8053, -165.845, 0 ); + /* 15:16 */waypoints[283] = spawnstruct(); + /* 15:16 */waypoints[283].origin = ( -773.931, -2247.13, 224.125 ); + /* 15:16 */waypoints[283].type = "claymore"; + /* 15:16 */waypoints[283].children[0] = 70; + /* 15:16 */waypoints[283].angles = ( 37.6556, -143.377, 0 ); + /* 15:16 */waypoints[284] = spawnstruct(); + /* 15:16 */waypoints[284].origin = ( -1374.76, -1588.98, 205.131 ); + /* 15:16 */waypoints[284].type = "claymore"; + /* 15:16 */waypoints[284].children[0] = 9; + /* 15:16 */waypoints[284].children[1] = 10; + /* 15:16 */waypoints[284].children[2] = 286; + /* 15:16 */waypoints[284].angles = ( 20.885, 165.569, 0 ); + /* 15:16 */waypoints[285] = spawnstruct(); + /* 15:16 */waypoints[285].origin = ( -1206.28, -1643.64, 236.083 ); + /* 15:16 */waypoints[285].type = "crouch"; + /* 15:16 */waypoints[285].children[0] = 10; + /* 15:16 */waypoints[285].angles = ( 11.8652, 119.047, 0 ); + /* 15:16 */waypoints[286] = spawnstruct(); + /* 15:16 */waypoints[286].origin = ( -1245.3, -1610.06, 227.523 ); + /* 15:16 */waypoints[286].type = "stand"; + /* 15:16 */waypoints[286].children[0] = 284; + /* 15:16 */waypoints[286].children[1] = 18; + /* 15:16 */waypoints[287] = spawnstruct(); + /* 15:16 */waypoints[287].origin = ( -1255.37, -1379.26, 191.592 ); + /* 15:16 */waypoints[287].type = "stand"; + /* 15:16 */waypoints[287].children[0] = 10; + /* 15:16 */waypoints[287].children[1] = 11; + /* 15:16 */waypoints[287].children[2] = 18; + /* 15:16 */waypoints[287].children[3] = 12; + /* 15:16 */waypoints[287].children[4] = 17; + /* 15:16 */waypoints[287].children[5] = 288; + /* 15:16 */waypoints[287].children[6] = 289; + /* 15:16 */waypoints[288] = spawnstruct(); + /* 15:16 */waypoints[288].origin = ( -911.885, -1260.27, 240.841 ); + /* 15:16 */waypoints[288].type = "crouch"; + /* 15:16 */waypoints[288].children[0] = 287; + /* 15:16 */waypoints[288].angles = ( 12.4969, 167.305, 0 ); + /* 15:16 */waypoints[289] = spawnstruct(); + /* 15:16 */waypoints[289].origin = ( -958.379, -1284.54, 236.85 ); + /* 15:16 */waypoints[289].type = "stand"; + /* 15:16 */waypoints[289].children[0] = 19; + /* 15:16 */waypoints[289].children[1] = 18; + /* 15:16 */waypoints[289].children[2] = 287; + /* 15:16 */waypoints[290] = spawnstruct(); + /* 15:16 */waypoints[290].origin = ( -790.555, -849.003, 189.819 ); + /* 15:16 */waypoints[290].type = "stand"; + /* 15:16 */waypoints[290].children[0] = 247; + /* 15:16 */waypoints[290].children[1] = 248; + /* 15:16 */waypoints[290].children[2] = 141; + /* 15:16 */waypoints[291] = spawnstruct(); + /* 15:16 */waypoints[291].origin = ( -444.42, -399.779, 175.96 ); + /* 15:16 */waypoints[291].type = "stand"; + /* 15:16 */waypoints[291].children[0] = 143; + /* 15:16 */waypoints[291].children[1] = 246; + /* 15:16 */waypoints[291].children[2] = 89; + /* 15:16 */waypoints[292] = spawnstruct(); + /* 15:16 */waypoints[292].origin = ( -255.267, -337.75, 202.812 ); + /* 15:16 */waypoints[292].type = "claymore"; + /* 15:16 */waypoints[292].children[0] = 27; + /* 15:16 */waypoints[292].children[1] = 89; + /* 15:16 */waypoints[292].children[2] = 92; + /* 15:16 */waypoints[292].children[3] = 295; + /* 15:16 */waypoints[292].angles = ( 36.9019, 54.9752, 0 ); + /* 15:16 */waypoints[293] = spawnstruct(); + /* 15:16 */waypoints[293].origin = ( -157.917, -397.551, 216.125 ); + /* 15:16 */waypoints[293].type = "crouch"; + /* 15:16 */waypoints[293].children[0] = 294; + /* 15:16 */waypoints[293].angles = ( 3.99231, 0.92244, 0 ); + /* 15:16 */waypoints[294] = spawnstruct(); + /* 15:16 */waypoints[294].origin = ( -2.18937, -370.598, 218.976 ); + /* 15:16 */waypoints[294].type = "stand"; + /* 15:16 */waypoints[294].children[0] = 295; + /* 15:16 */waypoints[294].children[1] = 144; + /* 15:16 */waypoints[294].children[2] = 293; + /* 15:16 */waypoints[294].children[3] = 298; + /* 15:16 */waypoints[294].children[4] = 225; + /* 15:16 */waypoints[295] = spawnstruct(); + /* 15:16 */waypoints[295].origin = ( -168.879, -246.463, 199.484 ); + /* 15:16 */waypoints[295].type = "stand"; + /* 15:16 */waypoints[295].children[0] = 294; + /* 15:16 */waypoints[295].children[1] = 27; + /* 15:16 */waypoints[295].children[2] = 292; + /* 15:16 */waypoints[295].children[3] = 92; + /* 15:16 */waypoints[295].children[4] = 204; + /* 15:16 */waypoints[296] = spawnstruct(); + /* 15:16 */waypoints[296].origin = ( -290.497, 361.391, 142.584 ); + /* 15:16 */waypoints[296].type = "stand"; + /* 15:16 */waypoints[296].children[0] = 204; + /* 15:16 */waypoints[296].children[1] = 92; + /* 15:16 */waypoints[296].children[2] = 205; + /* 15:16 */waypoints[297] = spawnstruct(); + /* 15:16 */waypoints[297].origin = ( -406.379, 17.0424, 180.822 ); + /* 15:16 */waypoints[297].type = "stand"; + /* 15:16 */waypoints[297].children[0] = 143; + /* 15:16 */waypoints[297].children[1] = 207; + /* 15:16 */waypoints[297].children[2] = 204; + /* 15:16 */waypoints[298] = spawnstruct(); + /* 15:16 */waypoints[298].origin = ( -130.117, -415.268, 216.125 ); + /* 15:16 */waypoints[298].type = "claymore"; + /* 15:16 */waypoints[298].children[0] = 294; + /* 15:16 */waypoints[298].angles = ( 28.8324, 75.9975, 0 ); + /* 15:16 */waypoints[299] = spawnstruct(); + /* 15:16 */waypoints[299].origin = ( 519.693, -718.409, 216.125 ); + /* 15:16 */waypoints[299].type = "claymore"; + /* 15:16 */waypoints[299].children[0] = 225; + /* 15:16 */waypoints[299].angles = ( 60.7916, -122.41, 0 ); + /* 15:16 */waypoints[300] = spawnstruct(); + /* 15:16 */waypoints[300].origin = ( 295.354, -646.539, 123.397 ); + /* 15:16 */waypoints[300].type = "stand"; + /* 15:16 */waypoints[300].children[0] = 91; + /* 15:16 */waypoints[300].children[1] = 201; + /* 15:16 */waypoints[300].children[2] = 87; + /* 15:16 */waypoints[301] = spawnstruct(); + /* 15:16 */waypoints[301].origin = ( 365.146, -915.222, 139.781 ); + /* 15:16 */waypoints[301].type = "stand"; + /* 15:16 */waypoints[301].children[0] = 87; + /* 15:16 */waypoints[301].children[1] = 302; + /* 15:16 */waypoints[301].children[2] = 303; + /* 15:16 */waypoints[301].children[3] = 88; + /* 15:16 */waypoints[302] = spawnstruct(); + /* 15:16 */waypoints[302].origin = ( 587.478, -1166.32, 179.031 ); + /* 15:16 */waypoints[302].type = "stand"; + /* 15:16 */waypoints[302].children[0] = 301; + /* 15:16 */waypoints[302].children[1] = 121; + /* 15:16 */waypoints[302].children[2] = 245; + /* 15:16 */waypoints[302].children[3] = 244; + /* 15:16 */waypoints[302].children[4] = 303; + /* 15:16 */waypoints[303] = spawnstruct(); + /* 15:16 */waypoints[303].origin = ( 219.271, -939.369, 102.663 ); + /* 15:16 */waypoints[303].type = "stand"; + /* 15:16 */waypoints[303].children[0] = 302; + /* 15:16 */waypoints[303].children[1] = 87; + /* 15:16 */waypoints[303].children[2] = 90; + /* 15:16 */waypoints[303].children[3] = 301; + /* 15:16 */waypoints[303].children[4] = 88; + /* 15:16 */waypoints[304] = spawnstruct(); + /* 15:16 */waypoints[304].origin = ( 1048.47, -1447.88, 226.955 ); + /* 15:16 */waypoints[304].type = "stand"; + /* 15:16 */waypoints[304].children[0] = 61; + /* 15:16 */waypoints[304].children[1] = 122; + /* 15:16 */waypoints[304].children[2] = 123; + /* 15:16 */waypoints[305] = spawnstruct(); + /* 15:16 */waypoints[305].origin = ( 1271.52, -1760.47, 236.291 ); + /* 15:16 */waypoints[305].type = "stand"; + /* 15:16 */waypoints[305].children[0] = 135; + /* 15:16 */waypoints[305].children[1] = 136; + /* 15:16 */waypoints[305].children[2] = 61; + /* 15:16 */waypoints[305].children[3] = 306; + /* 15:16 */waypoints[306] = spawnstruct(); + /* 15:16 */waypoints[306].origin = ( 1343.09, -1655.8, 222.096 ); + /* 15:16 */waypoints[306].type = "claymore"; + /* 15:16 */waypoints[306].children[0] = 305; + /* 15:16 */waypoints[306].children[1] = 135; + /* 15:16 */waypoints[306].angles = ( 48.2892, -76.3224, 0 ); + /* 15:16 */waypoints[307] = spawnstruct(); + /* 15:16 */waypoints[307].origin = ( 1912.94, -1955.38, 213.291 ); + /* 15:16 */waypoints[307].type = "claymore"; + /* 15:16 */waypoints[307].children[0] = 132; + /* 15:16 */waypoints[307].angles = ( 23.2898, -28.0705, 0 ); + /* 15:16 */waypoints[308] = spawnstruct(); + /* 15:16 */waypoints[308].origin = ( 2288.71, -2249.81, 228.079 ); + /* 15:16 */waypoints[308].type = "stand"; + /* 15:16 */waypoints[308].children[0] = 132; + /* 15:16 */waypoints[308].children[1] = 52; + /* 15:16 */waypoints[308].children[2] = 326; + /* 15:16 */waypoints[308].children[3] = 49; + /* 15:16 */waypoints[309] = spawnstruct(); + /* 15:16 */waypoints[309].origin = ( 1959.37, -1767.12, 200.125 ); + /* 15:16 */waypoints[309].type = "stand"; + /* 15:16 */waypoints[309].children[0] = 126; + /* 15:16 */waypoints[309].children[1] = 310; + /* 15:16 */waypoints[309].children[2] = 312; + /* 15:16 */waypoints[310] = spawnstruct(); + /* 15:16 */waypoints[310].origin = ( 2187.13, -1913.84, 200.125 ); + /* 15:16 */waypoints[310].type = "stand"; + /* 15:16 */waypoints[310].children[0] = 132; + /* 15:16 */waypoints[310].children[1] = 309; + /* 15:16 */waypoints[310].children[2] = 131; + /* 15:16 */waypoints[310].children[3] = 326; + /* 15:16 */waypoints[311] = spawnstruct(); + /* 15:16 */waypoints[311].origin = ( 1989.73, -1356.2, 200.125 ); + /* 15:16 */waypoints[311].type = "claymore"; + /* 15:16 */waypoints[311].children[0] = 129; + /* 15:16 */waypoints[311].children[1] = 312; + /* 15:16 */waypoints[311].angles = ( 33.7378, -46.8077, 0 ); + /* 15:16 */waypoints[312] = spawnstruct(); + /* 15:16 */waypoints[312].origin = ( 2097.04, -1459.33, 200.125 ); + /* 15:16 */waypoints[312].type = "stand"; + /* 15:16 */waypoints[312].children[0] = 311; + /* 15:16 */waypoints[312].children[1] = 309; + /* 15:16 */waypoints[312].children[2] = 126; + /* 15:16 */waypoints[313] = spawnstruct(); + /* 15:16 */waypoints[313].origin = ( 1800.63, -1292.85, 176.261 ); + /* 15:16 */waypoints[313].type = "claymore"; + /* 15:16 */waypoints[313].children[0] = 125; + /* 15:16 */waypoints[313].children[1] = 112; + /* 15:16 */waypoints[313].angles = ( 35.7922, -124.278, 0 ); + /* 15:16 */waypoints[314] = spawnstruct(); + /* 15:16 */waypoints[314].origin = ( 1928.19, -1052.45, 187.542 ); + /* 15:16 */waypoints[314].type = "crouch"; + /* 15:16 */waypoints[314].children[0] = 112; + /* 15:16 */waypoints[314].angles = ( 7.78809, -175.859, 0 ); + /* 15:16 */waypoints[315] = spawnstruct(); + /* 15:16 */waypoints[315].origin = ( 719.974, -1083.63, 188.716 ); + /* 15:16 */waypoints[315].type = "claymore"; + /* 15:16 */waypoints[315].children[0] = 121; + /* 15:16 */waypoints[315].children[1] = 29; + /* 15:16 */waypoints[315].children[2] = 30; + /* 15:16 */waypoints[315].children[3] = 122; + /* 15:16 */waypoints[315].angles = ( 36.5833, -81.7002, 0 ); + /* 15:16 */waypoints[316] = spawnstruct(); + /* 15:16 */waypoints[316].origin = ( 1184.94, -483.506, 144.583 ); + /* 15:16 */waypoints[316].type = "stand"; + /* 15:16 */waypoints[316].children[0] = 116; + /* 15:16 */waypoints[316].children[1] = 94; + /* 15:16 */waypoints[317] = spawnstruct(); + /* 15:16 */waypoints[317].origin = ( 1655.69, -252.039, -33.6008 ); + /* 15:16 */waypoints[317].type = "crouch"; + /* 15:16 */waypoints[317].children[0] = 96; + /* 15:16 */waypoints[317].angles = ( 8.2605, -171.178, 0 ); + /* 15:16 */waypoints[318] = spawnstruct(); + /* 15:16 */waypoints[318].origin = ( 1525.38, -675.723, -35.0354 ); + /* 15:16 */waypoints[318].type = "claymore"; + /* 15:16 */waypoints[318].children[0] = 235; + /* 15:16 */waypoints[318].children[1] = 97; + /* 15:16 */waypoints[318].angles = ( 39.2694, 62.1932, 0 ); + /* 15:16 */waypoints[319] = spawnstruct(); + /* 15:16 */waypoints[319].origin = ( 1503.31, -487.672, -47.1382 ); + /* 15:16 */waypoints[319].type = "claymore"; + /* 15:16 */waypoints[319].children[0] = 235; + /* 15:16 */waypoints[319].children[1] = 97; + /* 15:16 */waypoints[319].angles = ( 40.2197, -122.196, 0 ); + /* 15:16 */waypoints[320] = spawnstruct(); + /* 15:16 */waypoints[320].origin = ( 1379.58, -297.902, -39.422 ); + /* 15:16 */waypoints[320].type = "stand"; + /* 15:16 */waypoints[320].children[0] = 96; + /* 15:16 */waypoints[320].children[1] = 195; + /* 15:16 */waypoints[320].children[2] = 234; + /* 15:16 */waypoints[320].children[3] = 97; + /* 15:16 */waypoints[320].children[4] = 198; + /* 15:16 */waypoints[321] = spawnstruct(); + /* 15:16 */waypoints[321].origin = ( 1980.58, 1182.75, 244.987 ); + /* 15:16 */waypoints[321].type = "crouch"; + /* 15:16 */waypoints[321].children[0] = 39; + /* 15:16 */waypoints[321].angles = ( 8.57361, -137.412, 0 ); + /* 15:16 */waypoints[322] = spawnstruct(); + /* 15:16 */waypoints[322].origin = ( 2892.85, 103.739, 178.714 ); + /* 15:16 */waypoints[322].type = "crouch"; + /* 15:16 */waypoints[322].children[0] = 43; + /* 15:16 */waypoints[322].angles = ( 3.67371, 6.87703, 0 ); + /* 15:16 */waypoints[323] = spawnstruct(); + /* 15:16 */waypoints[323].origin = ( 3180.39, -438.429, 213.977 ); + /* 15:16 */waypoints[323].type = "crouch"; + /* 15:16 */waypoints[323].children[0] = 44; + /* 15:16 */waypoints[323].angles = ( 8.89221, 16.8471, 0 ); + /* 15:16 */waypoints[324] = spawnstruct(); + /* 15:16 */waypoints[324].origin = ( 2140.37, -961.182, 200.125 ); + /* 15:16 */waypoints[324].type = "stand"; + /* 15:16 */waypoints[324].children[0] = 99; + /* 15:16 */waypoints[324].children[1] = 130; + /* 15:16 */waypoints[325] = spawnstruct(); + /* 15:16 */waypoints[325].origin = ( 2701.2, -2140.66, 201.125 ); + /* 15:16 */waypoints[325].type = "stand"; + /* 15:16 */waypoints[325].children[0] = 326; + /* 15:16 */waypoints[325].children[1] = 358; + /* 15:16 */waypoints[326] = spawnstruct(); + /* 15:16 */waypoints[326].origin = ( 2547.2, -2135.9, 200.125 ); + /* 15:16 */waypoints[326].type = "stand"; + /* 15:16 */waypoints[326].children[0] = 52; + /* 15:16 */waypoints[326].children[1] = 325; + /* 15:16 */waypoints[326].children[2] = 308; + /* 15:16 */waypoints[326].children[3] = 133; + /* 15:16 */waypoints[326].children[4] = 310; + /* 15:16 */waypoints[326].children[5] = 131; + /* 15:16 */waypoints[326].children[6] = 51; + /* 15:16 */waypoints[327] = spawnstruct(); + /* 15:16 */waypoints[327].origin = ( 1916.64, -2302.25, 256.116 ); + /* 15:16 */waypoints[327].type = "stand"; + /* 15:16 */waypoints[327].children[0] = 132; + /* 15:16 */waypoints[327].children[1] = 133; + /* 15:16 */waypoints[327].children[2] = 242; + /* 15:16 */waypoints[328] = spawnstruct(); + /* 15:16 */waypoints[328].origin = ( -1092.12, 449.969, 146.514 ); + /* 15:16 */waypoints[328].type = "claymore"; + /* 15:16 */waypoints[328].children[0] = 184; + /* 15:16 */waypoints[328].angles = ( 34.5288, 5.69051, 0 ); + /* 15:16 */waypoints[329] = spawnstruct(); + /* 15:16 */waypoints[329].origin = ( -1099.04, 564.068, 148.647 ); + /* 15:16 */waypoints[329].type = "claymore"; + /* 15:16 */waypoints[329].children[0] = 184; + /* 15:16 */waypoints[329].angles = ( 29.3103, 4.493, 0 ); + /* 15:16 */waypoints[330] = spawnstruct(); + /* 15:16 */waypoints[330].origin = ( -1678.54, 274.702, 145.125 ); + /* 15:16 */waypoints[330].type = "crouch"; + /* 15:16 */waypoints[330].children[0] = 181; + /* 15:16 */waypoints[330].angles = ( 13.6066, -148.949, 0 ); + /* 15:16 */waypoints[331] = spawnstruct(); + /* 15:16 */waypoints[331].origin = ( -1862.57, 275.385, 170.127 ); + /* 15:16 */waypoints[331].type = "stand"; + /* 15:16 */waypoints[331].children[0] = 174; + /* 15:16 */waypoints[331].children[1] = 182; + /* 15:16 */waypoints[331].children[2] = 181; + /* 15:16 */waypoints[331].children[3] = 23; + /* 15:16 */waypoints[332] = spawnstruct(); + /* 15:16 */waypoints[332].origin = ( -1966.41, 168.639, 152.174 ); + /* 15:16 */waypoints[332].type = "stand"; + /* 15:16 */waypoints[332].children[0] = 181; + /* 15:16 */waypoints[332].children[1] = 182; + /* 15:16 */waypoints[332].children[2] = 341; + /* 15:16 */waypoints[333] = spawnstruct(); + /* 15:16 */waypoints[333].origin = ( 1626.62, -2786.77, 270.453 ); + /* 15:16 */waypoints[333].type = "stand"; + /* 15:16 */waypoints[333].children[0] = 134; + /* 15:16 */waypoints[333].children[1] = 56; + /* 15:16 */waypoints[334] = spawnstruct(); + /* 15:16 */waypoints[334].origin = ( -1081.02, -2237.41, 224.125 ); + /* 15:16 */waypoints[334].type = "stand"; + /* 15:16 */waypoints[334].children[0] = 71; + /* 15:16 */waypoints[334].children[1] = 76; + /* 15:16 */waypoints[334].children[2] = 77; + /* 15:16 */waypoints[334].children[3] = 72; + /* 15:16 */waypoints[335] = spawnstruct(); + /* 15:16 */waypoints[335].origin = ( -1836.99, -1584.57, 224.125 ); + /* 15:16 */waypoints[335].type = "claymore"; + /* 15:16 */waypoints[335].children[0] = 3; + /* 15:16 */waypoints[335].angles = ( 40.0659, -16.87, 0 ); + /* 15:16 */waypoints[336] = spawnstruct(); + /* 15:16 */waypoints[336].origin = ( -507.972, 1003.96, 141.26 ); + /* 15:16 */waypoints[336].type = "stand"; + /* 15:16 */waypoints[336].children[0] = 211; + /* 15:16 */waypoints[336].children[1] = 212; + /* 15:16 */waypoints[336].children[2] = 205; + /* 15:16 */waypoints[336].children[3] = 186; + /* 15:16 */waypoints[337] = spawnstruct(); + /* 15:16 */waypoints[337].origin = ( -108.255, 1235.71, 181.135 ); + /* 15:16 */waypoints[337].type = "stand"; + /* 15:16 */waypoints[337].children[0] = 193; + /* 15:16 */waypoints[337].children[1] = 349; + /* 15:16 */waypoints[338] = spawnstruct(); + /* 15:16 */waypoints[338].origin = ( 1132.39, 1474.13, 178.907 ); + /* 15:16 */waypoints[338].type = "crouch"; + /* 15:16 */waypoints[338].children[0] = 153; + /* 15:16 */waypoints[338].angles = ( 9.68872, -125.25, 0 ); + /* 15:16 */waypoints[339] = spawnstruct(); + /* 15:16 */waypoints[339].origin = ( 3456.25, -64.6353, 231.455 ); + /* 15:16 */waypoints[339].type = "stand"; + /* 15:16 */waypoints[339].children[0] = 44; + /* 15:16 */waypoints[339].children[1] = 45; + /* 15:16 */waypoints[339].children[2] = 43; + /* 15:16 */waypoints[340] = spawnstruct(); + /* 15:16 */waypoints[340].origin = ( 2252.05, 749.195, 225.747 ); + /* 15:16 */waypoints[340].type = "stand"; + /* 15:16 */waypoints[340].children[0] = 42; + /* 15:16 */waypoints[340].children[1] = 41; + /* 15:16 */waypoints[340].children[2] = 40; + /* 15:16 */waypoints[340].children[3] = 352; + /* 15:16 */waypoints[341] = spawnstruct(); + /* 15:16 */waypoints[341].origin = ( -2288.07, 248.97, 144.027 ); + /* 15:16 */waypoints[341].type = "stand"; + /* 15:16 */waypoints[341].children[0] = 175; + /* 15:16 */waypoints[341].children[1] = 174; + /* 15:16 */waypoints[341].children[2] = 332; + /* 15:16 */waypoints[341].children[3] = 173; + /* 15:16 */waypoints[341].children[4] = 344; + /* 15:16 */waypoints[342] = spawnstruct(); + /* 15:16 */waypoints[342].origin = ( 949.067, 43.9553, -47.875 ); + /* 15:16 */waypoints[342].type = "crouch"; + /* 15:16 */waypoints[342].children[0] = 198; + /* 15:16 */waypoints[342].angles = ( 5.53711, -83.5371, 0 ); + /* 15:16 */waypoints[343] = spawnstruct(); + /* 15:16 */waypoints[343].origin = ( 1377.31, -100.943, -22.7156 ); + /* 15:16 */waypoints[343].type = "crouch"; + /* 15:16 */waypoints[343].children[0] = 96; + /* 15:16 */waypoints[343].angles = ( 8.38257, -56.4833, 0 ); + /* 15:16 */waypoints[344] = spawnstruct(); + /* 15:16 */waypoints[344].origin = ( -2387.09, -33.6116, 147.066 ); + /* 15:16 */waypoints[344].type = "stand"; + /* 15:16 */waypoints[344].children[0] = 341; + /* 15:16 */waypoints[344].children[1] = 177; + /* 15:16 */waypoints[344].children[2] = 178; + /* 15:16 */waypoints[344].children[3] = 236; + /* 15:16 */waypoints[344].children[4] = 176; + /* 15:16 */waypoints[345] = spawnstruct(); + /* 15:16 */waypoints[345].origin = ( -1939.72, -454.77, 144.571 ); + /* 15:16 */waypoints[345].type = "claymore"; + /* 15:16 */waypoints[345].children[0] = 181; + /* 15:16 */waypoints[345].angles = ( 57.431, 79.8461, 0 ); + /* 15:16 */waypoints[346] = spawnstruct(); + /* 15:16 */waypoints[346].origin = ( 1966.65, -1215.01, 204.23 ); + /* 15:16 */waypoints[346].type = "crouch"; + /* 15:16 */waypoints[346].children[0] = 127; + /* 15:16 */waypoints[346].angles = ( 2.84546, -57.4885, 0 ); + /* 15:16 */waypoints[347] = spawnstruct(); + /* 15:16 */waypoints[347].origin = ( -1808.13, 1832.49, 200.569 ); + /* 15:16 */waypoints[347].type = "stand"; + /* 15:16 */waypoints[347].children[0] = 167; + /* 15:16 */waypoints[347].children[1] = 214; + /* 15:16 */waypoints[347].children[2] = 168; + /* 15:16 */waypoints[348] = spawnstruct(); + /* 15:16 */waypoints[348].origin = ( -592.715, 225.359, 164.577 ); + /* 15:16 */waypoints[348].type = "stand"; + /* 15:16 */waypoints[348].children[0] = 209; + /* 15:16 */waypoints[348].children[1] = 210; + /* 15:16 */waypoints[348].children[2] = 207; + /* 15:16 */waypoints[348].children[3] = 25; + /* 15:16 */waypoints[348].children[4] = 183; + /* 15:16 */waypoints[349] = spawnstruct(); + /* 15:16 */waypoints[349].origin = ( 840.366, 1112.03, 162.881 ); + /* 15:16 */waypoints[349].type = "stand"; + /* 15:16 */waypoints[349].children[0] = 153; + /* 15:16 */waypoints[349].children[1] = 151; + /* 15:16 */waypoints[349].children[2] = 337; + /* 15:16 */waypoints[350] = spawnstruct(); + /* 15:16 */waypoints[350].origin = ( 1575.22, 1213.05, 204.378 ); + /* 15:16 */waypoints[350].type = "stand"; + /* 15:16 */waypoints[350].children[0] = 194; + /* 15:16 */waypoints[350].children[1] = 39; + /* 15:16 */waypoints[350].children[2] = 38; + /* 15:16 */waypoints[351] = spawnstruct(); + /* 15:16 */waypoints[351].origin = ( 1756.43, 729.853, 164.154 ); + /* 15:16 */waypoints[351].type = "stand"; + /* 15:16 */waypoints[351].children[0] = 150; + /* 15:16 */waypoints[351].children[1] = 38; + /* 15:16 */waypoints[351].children[2] = 149; + /* 15:16 */waypoints[351].children[3] = 352; + /* 15:16 */waypoints[352] = spawnstruct(); + /* 15:16 */waypoints[352].origin = ( 1871.5, 649.762, 165.71 ); + /* 15:16 */waypoints[352].type = "stand"; + /* 15:16 */waypoints[352].children[0] = 351; + /* 15:16 */waypoints[352].children[1] = 40; + /* 15:16 */waypoints[352].children[2] = 340; + /* 15:16 */waypoints[352].children[3] = 41; + /* 15:16 */waypoints[353] = spawnstruct(); + /* 15:16 */waypoints[353].origin = ( -538.231, -2432.85, 224.125 ); + /* 15:16 */waypoints[353].type = "stand"; + /* 15:16 */waypoints[353].children[0] = 258; + /* 15:16 */waypoints[353].children[1] = 69; + /* 15:16 */waypoints[353].children[2] = 354; + /* 15:16 */waypoints[353].children[3] = 355; + /* 15:16 */waypoints[353].children[4] = 361; + /* 15:16 */waypoints[354] = spawnstruct(); + /* 15:16 */waypoints[354].origin = ( -780.015, -2527.45, 208.125 ); + /* 15:16 */waypoints[354].type = "stand"; + /* 15:16 */waypoints[354].children[0] = 69; + /* 15:16 */waypoints[354].children[1] = 353; + /* 15:16 */waypoints[354].children[2] = 71; + /* 15:16 */waypoints[355] = spawnstruct(); + /* 15:16 */waypoints[355].origin = ( -725.79, -2356.29, 224.125 ); + /* 15:16 */waypoints[355].type = "stand"; + /* 15:16 */waypoints[355].children[0] = 69; + /* 15:16 */waypoints[355].children[1] = 353; + /* 15:16 */waypoints[355].children[2] = 70; + /* 15:16 */waypoints[356] = spawnstruct(); + /* 15:16 */waypoints[356].origin = ( -2417.88, -698.609, 279.78 ); + /* 15:16 */waypoints[356].type = "stand"; + /* 15:16 */waypoints[356].children[0] = 179; + /* 15:16 */waypoints[356].children[1] = 236; + /* 15:16 */waypoints[356].children[2] = 226; + /* 15:16 */waypoints[356].children[3] = 0; + /* 15:16 */waypoints[356].children[4] = 15; + /* 15:16 */waypoints[357] = spawnstruct(); + /* 15:16 */waypoints[357].origin = ( 3463.55, -1312.36, 195.083 ); + /* 15:16 */waypoints[357].type = "stand"; + /* 15:16 */waypoints[357].children[0] = 47; + /* 15:16 */waypoints[358] = spawnstruct(); + /* 15:16 */waypoints[358].origin = ( 2827.18, -2186.04, 201.125 ); + /* 15:16 */waypoints[358].type = "stand"; + /* 15:16 */waypoints[358].children[0] = 325; + /* 15:16 */waypoints[358].children[1] = 50; + /* 15:16 */waypoints[359] = spawnstruct(); + /* 15:16 */waypoints[359].origin = ( 522.41, -2675.21, 182.727 ); + /* 15:16 */waypoints[359].type = "climb"; + /* 15:16 */waypoints[359].children[0] = 275; + /* 15:16 */waypoints[359].children[1] = 360; + /* 15:16 */waypoints[359].angles = ( -3.28611, 160.056, 0 ); + /* 15:16 */waypoints[360] = spawnstruct(); + /* 15:16 */waypoints[360].origin = ( 461.402, -2646.74, 224.125 ); + /* 15:16 */waypoints[360].type = "climb"; + /* 15:16 */waypoints[360].children[0] = 359; + /* 15:16 */waypoints[360].children[1] = 362; + /* 15:16 */waypoints[360].angles = ( 34.2157, -29.9691, 0 ); + /* 15:16 */waypoints[361] = spawnstruct(); + /* 15:16 */waypoints[361].origin = ( -55.3642, -2536.16, 224.125 ); + /* 15:16 */waypoints[361].type = "stand"; + /* 15:16 */waypoints[361].children[0] = 63; + /* 15:16 */waypoints[361].children[1] = 281; + /* 15:16 */waypoints[361].children[2] = 256; + /* 15:16 */waypoints[361].children[3] = 257; + /* 15:16 */waypoints[361].children[4] = 65; + /* 15:16 */waypoints[361].children[5] = 353; + /* 15:16 */waypoints[361].children[6] = 81; + /* 15:16 */waypoints[362] = spawnstruct(); + /* 15:16 */waypoints[362].origin = ( 340.39, -2596.26, 224.125 ); + /* 15:16 */waypoints[362].type = "stand"; + /* 15:16 */waypoints[362].children[0] = 62; + /* 15:16 */waypoints[362].children[1] = 360; + /* 15:16 */waypoints[362].children[2] = 64; + /* 15:16 */waypoints[362].children[3] = 63; + /* 15:16 */waypoints[363] = spawnstruct(); + /* 15:16 */waypoints[363].origin = ( -1365.3, 611.39, 164.67 ); + /* 15:16 */waypoints[363].type = "stand"; + /* 15:16 */waypoints[363].children[0] = 186; + /* 15:16 */waypoints[363].children[1] = 253; + /* 15:16 */return waypoints; +} diff --git a/raw/scripts/mp/mp_plaza2/wps_arkaden.gsc b/raw/scripts/mp/mp_plaza2/wps_arkaden.gsc new file mode 100644 index 0000000..bab0687 --- /dev/null +++ b/raw/scripts/mp/mp_plaza2/wps_arkaden.gsc @@ -0,0 +1,1152 @@ +main() +{ + level.waypoints = Arkaden(); +} + +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; +} diff --git a/raw/maps/mp/bots/waypoints/outpost.gsc b/raw/scripts/mp/mp_radar/wps_outpost.gsc similarity index 97% rename from raw/maps/mp/bots/waypoints/outpost.gsc rename to raw/scripts/mp/mp_radar/wps_outpost.gsc index 879dba8..be7f913 100644 --- a/raw/maps/mp/bots/waypoints/outpost.gsc +++ b/raw/scripts/mp/mp_radar/wps_outpost.gsc @@ -1,3 +1,8 @@ +main() +{ + level.waypoints = Outpost(); +} + Outpost() { /* 5:22 */waypoints = []; diff --git a/raw/scripts/mp/mp_restrepo_ss/wps_lookout.gsc b/raw/scripts/mp/mp_restrepo_ss/wps_lookout.gsc new file mode 100644 index 0000000..5fb2f7a --- /dev/null +++ b/raw/scripts/mp/mp_restrepo_ss/wps_lookout.gsc @@ -0,0 +1,766 @@ +main() +{ + level.waypoints = Lookout(); +} + +Lookout() +{ + /* 21:28 */waypoints = []; + /* 21:28 */waypoints[0] = spawnstruct(); + /* 21:28 */waypoints[0].origin = ( 778.845, 1291.23, 1680.32 ); + /* 21:28 */waypoints[0].type = "stand"; + /* 21:28 */waypoints[0].children[0] = 1; + /* 21:28 */waypoints[0].children[1] = 3; + /* 21:28 */waypoints[0].children[2] = 113; + /* 21:28 */waypoints[1] = spawnstruct(); + /* 21:28 */waypoints[1].origin = ( 944.181, 1216.78, 1682.67 ); + /* 21:28 */waypoints[1].type = "stand"; + /* 21:28 */waypoints[1].children[0] = 2; + /* 21:28 */waypoints[1].children[1] = 0; + /* 21:28 */waypoints[1].children[2] = 113; + /* 21:28 */waypoints[2] = spawnstruct(); + /* 21:28 */waypoints[2].origin = ( 928.586, 850.699, 1683.12 ); + /* 21:28 */waypoints[2].type = "stand"; + /* 21:28 */waypoints[2].children[0] = 1; + /* 21:28 */waypoints[2].children[1] = 3; + /* 21:28 */waypoints[2].children[2] = 4; + /* 21:28 */waypoints[2].children[3] = 113; + /* 21:28 */waypoints[3] = spawnstruct(); + /* 21:28 */waypoints[3].origin = ( 680.069, 1103.03, 1614.32 ); + /* 21:28 */waypoints[3].type = "stand"; + /* 21:28 */waypoints[3].children[0] = 0; + /* 21:28 */waypoints[3].children[1] = 2; + /* 21:28 */waypoints[3].children[2] = 98; + /* 21:28 */waypoints[3].children[3] = 113; + /* 21:28 */waypoints[4] = spawnstruct(); + /* 21:28 */waypoints[4].origin = ( 960.17, 403.114, 1728.23 ); + /* 21:28 */waypoints[4].type = "stand"; + /* 21:28 */waypoints[4].children[0] = 2; + /* 21:28 */waypoints[4].children[1] = 5; + /* 21:28 */waypoints[4].children[2] = 6; + /* 21:28 */waypoints[5] = spawnstruct(); + /* 21:28 */waypoints[5].origin = ( 1003.19, 31.8613, 1777.39 ); + /* 21:28 */waypoints[5].type = "claymore"; + /* 21:28 */waypoints[5].children[0] = 4; + /* 21:28 */waypoints[5].children[1] = 12; + /* 21:28 */waypoints[5].angles = ( 10.8875, -92.818, 0 ); + /* 21:28 */waypoints[6] = spawnstruct(); + /* 21:28 */waypoints[6].origin = ( 858.734, 228.831, 1741.89 ); + /* 21:28 */waypoints[6].type = "stand"; + /* 21:28 */waypoints[6].children[0] = 4; + /* 21:28 */waypoints[6].children[1] = 7; + /* 21:28 */waypoints[7] = spawnstruct(); + /* 21:28 */waypoints[7].origin = ( 674.06, 257.562, 1741.27 ); + /* 21:28 */waypoints[7].type = "stand"; + /* 21:28 */waypoints[7].children[0] = 6; + /* 21:28 */waypoints[7].children[1] = 8; + /* 21:28 */waypoints[7].children[2] = 15; + /* 21:28 */waypoints[8] = spawnstruct(); + /* 21:28 */waypoints[8].origin = ( 680.17, 66.3202, 1767.13 ); + /* 21:28 */waypoints[8].type = "stand"; + /* 21:28 */waypoints[8].children[0] = 7; + /* 21:28 */waypoints[8].children[1] = 9; + /* 21:28 */waypoints[8].children[2] = 10; + /* 21:28 */waypoints[9] = spawnstruct(); + /* 21:28 */waypoints[9].origin = ( 818.391, 69.0948, 1767.13 ); + /* 21:28 */waypoints[9].type = "crouch"; + /* 21:28 */waypoints[9].children[0] = 8; + /* 21:28 */waypoints[9].angles = ( 9.34387, -177.748, 0 ); + /* 21:28 */waypoints[10] = spawnstruct(); + /* 21:28 */waypoints[10].origin = ( 829.887, -88.4691, 1767.12 ); + /* 21:28 */waypoints[10].type = "stand"; + /* 21:28 */waypoints[10].children[0] = 8; + /* 21:28 */waypoints[10].children[1] = 11; + /* 21:28 */waypoints[11] = spawnstruct(); + /* 21:28 */waypoints[11].origin = ( 843.459, -393.654, 1810.19 ); + /* 21:28 */waypoints[11].type = "grenade"; + /* 21:28 */waypoints[11].children[0] = 10; + /* 21:28 */waypoints[11].children[1] = 12; + /* 21:28 */waypoints[11].children[2] = 13; + /* 21:28 */waypoints[11].children[3] = 29; + /* 21:28 */waypoints[11].angles = ( 2.08191, 162.784, 0 ); + /* 21:28 */waypoints[12] = spawnstruct(); + /* 21:28 */waypoints[12].origin = ( 983.911, -227.724, 1792.76 ); + /* 21:28 */waypoints[12].type = "stand"; + /* 21:28 */waypoints[12].children[0] = 11; + /* 21:28 */waypoints[12].children[1] = 5; + /* 21:28 */waypoints[12].children[2] = 13; + /* 21:28 */waypoints[13] = spawnstruct(); + /* 21:28 */waypoints[13].origin = ( 547.199, -283.987, 1764.58 ); + /* 21:28 */waypoints[13].type = "javelin"; + /* 21:28 */waypoints[13].children[0] = 11; + /* 21:28 */waypoints[13].children[1] = 12; + /* 21:28 */waypoints[13].children[2] = 14; + /* 21:28 */waypoints[13].children[3] = 29; + /* 21:28 */waypoints[13].children[4] = 30; + /* 21:28 */waypoints[13].jav_point = ( 517.679, 1207.62, 1653.41 ); + /* 21:28 */waypoints[14] = spawnstruct(); + /* 21:28 */waypoints[14].origin = ( 515.57, -80.5683, 1753.47 ); + /* 21:28 */waypoints[14].type = "stand"; + /* 21:28 */waypoints[14].children[0] = 13; + /* 21:28 */waypoints[14].children[1] = 15; + /* 21:28 */waypoints[15] = spawnstruct(); + /* 21:28 */waypoints[15].origin = ( 455.89, 250.559, 1727.12 ); + /* 21:28 */waypoints[15].type = "stand"; + /* 21:28 */waypoints[15].children[0] = 14; + /* 21:28 */waypoints[15].children[1] = 7; + /* 21:28 */waypoints[15].children[2] = 16; + /* 21:28 */waypoints[15].children[3] = 26; + /* 21:28 */waypoints[15].children[4] = 90; + /* 21:28 */waypoints[15].children[5] = 92; + /* 21:28 */waypoints[16] = spawnstruct(); + /* 21:28 */waypoints[16].origin = ( 574.296, 328.468, 1746.24 ); + /* 21:28 */waypoints[16].type = "stand"; + /* 21:28 */waypoints[16].children[0] = 15; + /* 21:28 */waypoints[16].children[1] = 17; + /* 21:28 */waypoints[17] = spawnstruct(); + /* 21:28 */waypoints[17].origin = ( 577.759, 546.938, 1822.41 ); + /* 21:28 */waypoints[17].type = "stand"; + /* 21:28 */waypoints[17].children[0] = 16; + /* 21:28 */waypoints[17].children[1] = 18; + /* 21:28 */waypoints[17].children[2] = 93; + /* 21:28 */waypoints[18] = spawnstruct(); + /* 21:28 */waypoints[18].origin = ( 350.125, 547.077, 1819.58 ); + /* 21:28 */waypoints[18].type = "climb"; + /* 21:28 */waypoints[18].children[0] = 17; + /* 21:28 */waypoints[18].children[1] = 19; + /* 21:28 */waypoints[18].angles = ( -17.298, 175.908, 0 ); + /* 21:28 */waypoints[19] = spawnstruct(); + /* 21:28 */waypoints[19].origin = ( 333.173, 547.077, 1867.13 ); + /* 21:28 */waypoints[19].type = "climb"; + /* 21:28 */waypoints[19].children[0] = 18; + /* 21:28 */waypoints[19].children[1] = 20; + /* 21:28 */waypoints[19].angles = ( 14.3536, 177.166, 0 ); + /* 21:28 */waypoints[20] = spawnstruct(); + /* 21:28 */waypoints[20].origin = ( 282.875, 545.777, 1832.85 ); + /* 21:28 */waypoints[20].type = "climb"; + /* 21:28 */waypoints[20].children[0] = 19; + /* 21:28 */waypoints[20].children[1] = 21; + /* 21:28 */waypoints[20].angles = ( -18.869, 0.862427, 0 ); + /* 21:28 */waypoints[21] = spawnstruct(); + /* 21:28 */waypoints[21].origin = ( 143.908, 543.603, 1783.66 ); + /* 21:28 */waypoints[21].type = "stand"; + /* 21:28 */waypoints[21].children[0] = 20; + /* 21:28 */waypoints[21].children[1] = 24; + /* 21:28 */waypoints[22] = spawnstruct(); + /* 21:28 */waypoints[22].origin = ( -77.9322, 601.837, 1646.86 ); + /* 21:28 */waypoints[22].type = "climb"; + /* 21:28 */waypoints[22].children[0] = 23; + /* 21:28 */waypoints[22].children[1] = 69; + /* 21:28 */waypoints[22].children[2] = 70; + /* 21:28 */waypoints[22].angles = ( -26.4825, -11.1951, 0 ); + /* 21:28 */waypoints[23] = spawnstruct(); + /* 21:28 */waypoints[23].origin = ( -61.7961, 599.51, 1699.37 ); + /* 21:28 */waypoints[23].type = "climb"; + /* 21:28 */waypoints[23].children[0] = 22; + /* 21:28 */waypoints[23].children[1] = 24; + /* 21:28 */waypoints[23].angles = ( -17.4902, -15.6171, 0 ); + /* 21:28 */waypoints[24] = spawnstruct(); + /* 21:28 */waypoints[24].origin = ( -19.655, 589.415, 1721.62 ); + /* 21:28 */waypoints[24].type = "grenade"; + /* 21:28 */waypoints[24].children[0] = 21; + /* 21:28 */waypoints[24].children[1] = 23; + /* 21:28 */waypoints[24].angles = ( 6.37207, -95.1636, 0 ); + /* 21:28 */waypoints[25] = spawnstruct(); + /* 21:28 */waypoints[25].origin = ( 33.6918, 255.847, 1668.19 ); + /* 21:28 */waypoints[25].type = "stand"; + /* 21:28 */waypoints[25].children[0] = 26; + /* 21:28 */waypoints[25].children[1] = 70; + /* 21:28 */waypoints[25].children[2] = 71; + /* 21:28 */waypoints[25].children[3] = 104; + /* 21:28 */waypoints[26] = spawnstruct(); + /* 21:28 */waypoints[26].origin = ( 159.778, 228.387, 1692.65 ); + /* 21:28 */waypoints[26].type = "stand"; + /* 21:28 */waypoints[26].children[0] = 25; + /* 21:28 */waypoints[26].children[1] = 15; + /* 21:28 */waypoints[27] = spawnstruct(); + /* 21:28 */waypoints[27].origin = ( -199.676, -233.593, 1582.39 ); + /* 21:28 */waypoints[27].type = "claymore"; + /* 21:28 */waypoints[27].children[0] = 31; + /* 21:28 */waypoints[27].children[1] = 33; + /* 21:28 */waypoints[27].angles = ( 11.5466, 98.2177, 0 ); + /* 21:28 */waypoints[28] = spawnstruct(); + /* 21:28 */waypoints[28].origin = ( 504.664, -874.319, 1907.27 ); + /* 21:28 */waypoints[28].type = "stand"; + /* 21:28 */waypoints[28].children[0] = 29; + /* 21:28 */waypoints[28].children[1] = 38; + /* 21:28 */waypoints[28].children[2] = 39; + /* 21:28 */waypoints[28].children[3] = 117; + /* 21:28 */waypoints[29] = spawnstruct(); + /* 21:28 */waypoints[29].origin = ( 868.347, -651.815, 1830.62 ); + /* 21:28 */waypoints[29].type = "stand"; + /* 21:28 */waypoints[29].children[0] = 28; + /* 21:28 */waypoints[29].children[1] = 11; + /* 21:28 */waypoints[29].children[2] = 13; + /* 21:28 */waypoints[29].children[3] = 117; + /* 21:28 */waypoints[30] = spawnstruct(); + /* 21:28 */waypoints[30].origin = ( 235.202, -310.967, 1677.52 ); + /* 21:28 */waypoints[30].type = "claymore"; + /* 21:28 */waypoints[30].children[0] = 13; + /* 21:28 */waypoints[30].children[1] = 32; + /* 21:28 */waypoints[30].angles = ( 3.62545, 9.55254, 0 ); + /* 21:28 */waypoints[31] = spawnstruct(); + /* 21:28 */waypoints[31].origin = ( -199.553, -390.271, 1581.75 ); + /* 21:28 */waypoints[31].type = "javelin"; + /* 21:28 */waypoints[31].children[0] = 32; + /* 21:28 */waypoints[31].children[1] = 27; + /* 21:28 */waypoints[31].children[2] = 41; + /* 21:28 */waypoints[31].children[3] = 54; + /* 21:28 */waypoints[31].children[4] = 40; + /* 21:28 */waypoints[31].jav_point = ( -306.57, 1092.12, 1596.47 ); + /* 21:28 */waypoints[32] = spawnstruct(); + /* 21:28 */waypoints[32].origin = ( 27.1112, -354.983, 1633.98 ); + /* 21:28 */waypoints[32].type = "stand"; + /* 21:28 */waypoints[32].children[0] = 30; + /* 21:28 */waypoints[32].children[1] = 31; + /* 21:28 */waypoints[33] = spawnstruct(); + /* 21:28 */waypoints[33].origin = ( -187.646, -33.5736, 1604.24 ); + /* 21:28 */waypoints[33].type = "grenade"; + /* 21:28 */waypoints[33].children[0] = 27; + /* 21:28 */waypoints[33].children[1] = 65; + /* 21:28 */waypoints[33].children[2] = 70; + /* 21:28 */waypoints[33].children[3] = 104; + /* 21:28 */waypoints[33].angles = ( -1.69741, 74.7784, 0 ); + /* 21:28 */waypoints[34] = spawnstruct(); + /* 21:28 */waypoints[34].origin = ( 42.3314, -1467.71, 1888.05 ); + /* 21:28 */waypoints[34].type = "stand"; + /* 21:28 */waypoints[34].children[0] = 35; + /* 21:28 */waypoints[34].children[1] = 105; + /* 21:28 */waypoints[34].children[2] = 108; + /* 21:28 */waypoints[35] = spawnstruct(); + /* 21:28 */waypoints[35].origin = ( -22.4712, -1092.97, 1731.46 ); + /* 21:28 */waypoints[35].type = "stand"; + /* 21:28 */waypoints[35].children[0] = 34; + /* 21:28 */waypoints[35].children[1] = 40; + /* 21:28 */waypoints[35].children[2] = 105; + /* 21:28 */waypoints[35].children[3] = 106; + /* 21:28 */waypoints[35].children[4] = 108; + /* 21:28 */waypoints[35].children[5] = 111; + /* 21:28 */waypoints[36] = spawnstruct(); + /* 21:28 */waypoints[36].origin = ( -725.882, -1123.12, 1656.6 ); + /* 21:28 */waypoints[36].type = "stand"; + /* 21:28 */waypoints[36].children[0] = 37; + /* 21:28 */waypoints[36].children[1] = 107; + /* 21:28 */waypoints[37] = spawnstruct(); + /* 21:28 */waypoints[37].origin = ( -851.998, -1133.61, 1645.02 ); + /* 21:28 */waypoints[37].type = "tube"; + /* 21:28 */waypoints[37].children[0] = 36; + /* 21:28 */waypoints[37].children[1] = 46; + /* 21:28 */waypoints[37].angles = ( 0.730549, 83.5509, 0 ); + /* 21:28 */waypoints[38] = spawnstruct(); + /* 21:28 */waypoints[38].origin = ( 485.187, -655.606, 1964.53 ); + /* 21:28 */waypoints[38].type = "tube"; + /* 21:28 */waypoints[38].children[0] = 28; + /* 21:28 */waypoints[38].angles = ( 9.53059, 97.8496, 0 ); + /* 21:28 */waypoints[39] = spawnstruct(); + /* 21:28 */waypoints[39].origin = ( 286.624, -893.423, 1871.69 ); + /* 21:28 */waypoints[39].type = "stand"; + /* 21:28 */waypoints[39].children[0] = 28; + /* 21:28 */waypoints[39].children[1] = 40; + /* 21:28 */waypoints[39].children[2] = 111; + /* 21:28 */waypoints[40] = spawnstruct(); + /* 21:28 */waypoints[40].origin = ( -21.8602, -856.088, 1645.35 ); + /* 21:28 */waypoints[40].type = "stand"; + /* 21:28 */waypoints[40].children[0] = 39; + /* 21:28 */waypoints[40].children[1] = 35; + /* 21:28 */waypoints[40].children[2] = 41; + /* 21:28 */waypoints[40].children[3] = 31; + /* 21:28 */waypoints[40].children[4] = 42; + /* 21:28 */waypoints[41] = spawnstruct(); + /* 21:28 */waypoints[41].origin = ( -173.65, -706.015, 1578.71 ); + /* 21:28 */waypoints[41].type = "stand"; + /* 21:28 */waypoints[41].children[0] = 40; + /* 21:28 */waypoints[41].children[1] = 31; + /* 21:28 */waypoints[41].children[2] = 42; + /* 21:28 */waypoints[41].children[3] = 54; + /* 21:28 */waypoints[42] = spawnstruct(); + /* 21:28 */waypoints[42].origin = ( -478.051, -729.367, 1543.01 ); + /* 21:28 */waypoints[42].type = "stand"; + /* 21:28 */waypoints[42].children[0] = 41; + /* 21:28 */waypoints[42].children[1] = 43; + /* 21:28 */waypoints[42].children[2] = 40; + /* 21:28 */waypoints[42].children[3] = 110; + /* 21:28 */waypoints[42].children[4] = 112; + /* 21:28 */waypoints[42].children[5] = 120; + /* 21:28 */waypoints[43] = spawnstruct(); + /* 21:28 */waypoints[43].origin = ( -767.651, -847.858, 1503.43 ); + /* 21:28 */waypoints[43].type = "tube"; + /* 21:28 */waypoints[43].children[0] = 42; + /* 21:28 */waypoints[43].children[1] = 112; + /* 21:28 */waypoints[43].angles = ( -9.28349, 99.0911, 0 ); + /* 21:28 */waypoints[44] = spawnstruct(); + /* 21:28 */waypoints[44].origin = ( -920.323, -420.493, 1517.66 ); + /* 21:28 */waypoints[44].type = "grenade"; + /* 21:28 */waypoints[44].children[0] = 45; + /* 21:28 */waypoints[44].children[1] = 47; + /* 21:28 */waypoints[44].children[2] = 51; + /* 21:28 */waypoints[44].children[3] = 110; + /* 21:28 */waypoints[44].children[4] = 112; + /* 21:28 */waypoints[44].angles = ( 1.38972, 77.2283, 0 ); + /* 21:28 */waypoints[45] = spawnstruct(); + /* 21:28 */waypoints[45].origin = ( -1003.29, -780.596, 1586.88 ); + /* 21:28 */waypoints[45].type = "stand"; + /* 21:28 */waypoints[45].children[0] = 44; + /* 21:28 */waypoints[45].children[1] = 46; + /* 21:28 */waypoints[45].children[2] = 112; + /* 21:28 */waypoints[46] = spawnstruct(); + /* 21:28 */waypoints[46].origin = ( -954.677, -1074.13, 1638.92 ); + /* 21:28 */waypoints[46].type = "stand"; + /* 21:28 */waypoints[46].children[0] = 45; + /* 21:28 */waypoints[46].children[1] = 37; + /* 21:28 */waypoints[46].children[2] = 107; + /* 21:28 */waypoints[46].children[3] = 109; + /* 21:28 */waypoints[47] = spawnstruct(); + /* 21:28 */waypoints[47].origin = ( -899.572, -59.1686, 1516.52 ); + /* 21:28 */waypoints[47].type = "stand"; + /* 21:28 */waypoints[47].children[0] = 44; + /* 21:28 */waypoints[47].children[1] = 48; + /* 21:28 */waypoints[48] = spawnstruct(); + /* 21:28 */waypoints[48].origin = ( -815.13, 74.4702, 1513.83 ); + /* 21:28 */waypoints[48].type = "stand"; + /* 21:28 */waypoints[48].children[0] = 47; + /* 21:28 */waypoints[48].children[1] = 49; + /* 21:28 */waypoints[48].children[2] = 55; + /* 21:28 */waypoints[49] = spawnstruct(); + /* 21:28 */waypoints[49].origin = ( -780.329, -27.66, 1519.26 ); + /* 21:28 */waypoints[49].type = "claymore"; + /* 21:28 */waypoints[49].children[0] = 48; + /* 21:28 */waypoints[49].children[1] = 50; + /* 21:28 */waypoints[49].angles = ( 23.1701, -89.3684, 0 ); + /* 21:28 */waypoints[50] = spawnstruct(); + /* 21:28 */waypoints[50].origin = ( -773.866, -296.802, 1550.87 ); + /* 21:28 */waypoints[50].type = "stand"; + /* 21:28 */waypoints[50].children[0] = 49; + /* 21:28 */waypoints[50].children[1] = 51; + /* 21:28 */waypoints[50].children[2] = 52; + /* 21:28 */waypoints[51] = spawnstruct(); + /* 21:28 */waypoints[51].origin = ( -818.798, -329.561, 1575.18 ); + /* 21:28 */waypoints[51].type = "climb"; + /* 21:28 */waypoints[51].children[0] = 50; + /* 21:28 */waypoints[51].children[1] = 44; + /* 21:28 */waypoints[51].angles = ( 28.2568, -153.21, 0 ); + /* 21:28 */waypoints[52] = spawnstruct(); + /* 21:28 */waypoints[52].origin = ( -736.241, -484.446, 1549.97 ); + /* 21:28 */waypoints[52].type = "stand"; + /* 21:28 */waypoints[52].children[0] = 50; + /* 21:28 */waypoints[52].children[1] = 53; + /* 21:28 */waypoints[53] = spawnstruct(); + /* 21:28 */waypoints[53].origin = ( -616.34, -558.103, 1562.35 ); + /* 21:28 */waypoints[53].type = "stand"; + /* 21:28 */waypoints[53].children[0] = 52; + /* 21:28 */waypoints[53].children[1] = 54; + /* 21:28 */waypoints[53].children[2] = 121; + /* 21:28 */waypoints[54] = spawnstruct(); + /* 21:28 */waypoints[54].origin = ( -316.123, -543.016, 1579.86 ); + /* 21:28 */waypoints[54].type = "stand"; + /* 21:28 */waypoints[54].children[0] = 53; + /* 21:28 */waypoints[54].children[1] = 41; + /* 21:28 */waypoints[54].children[2] = 31; + /* 21:28 */waypoints[55] = spawnstruct(); + /* 21:28 */waypoints[55].origin = ( -780.144, 316.765, 1513.43 ); + /* 21:28 */waypoints[55].type = "stand"; + /* 21:28 */waypoints[55].children[0] = 48; + /* 21:28 */waypoints[55].children[1] = 56; + /* 21:28 */waypoints[56] = spawnstruct(); + /* 21:28 */waypoints[56].origin = ( -705.31, 342.408, 1510.88 ); + /* 21:28 */waypoints[56].type = "stand"; + /* 21:28 */waypoints[56].children[0] = 55; + /* 21:28 */waypoints[56].children[1] = 57; + /* 21:28 */waypoints[57] = spawnstruct(); + /* 21:28 */waypoints[57].origin = ( -711.347, 533.404, 1506.94 ); + /* 21:28 */waypoints[57].type = "stand"; + /* 21:28 */waypoints[57].children[0] = 56; + /* 21:28 */waypoints[57].children[1] = 58; + /* 21:28 */waypoints[57].children[2] = 59; + /* 21:28 */waypoints[57].children[3] = 69; + /* 21:28 */waypoints[57].children[4] = 102; + /* 21:28 */waypoints[58] = spawnstruct(); + /* 21:28 */waypoints[58].origin = ( -825.775, 498.273, 1507.83 ); + /* 21:28 */waypoints[58].type = "tube"; + /* 21:28 */waypoints[58].children[0] = 57; + /* 21:28 */waypoints[58].angles = ( -6.61381, 18.8195, 0 ); + /* 21:28 */waypoints[59] = spawnstruct(); + /* 21:28 */waypoints[59].origin = ( -794.749, 686.022, 1500.35 ); + /* 21:28 */waypoints[59].type = "stand"; + /* 21:28 */waypoints[59].children[0] = 57; + /* 21:28 */waypoints[59].children[1] = 60; + /* 21:28 */waypoints[60] = spawnstruct(); + /* 21:28 */waypoints[60].origin = ( -769.515, 904.623, 1500.13 ); + /* 21:28 */waypoints[60].type = "claymore"; + /* 21:28 */waypoints[60].children[0] = 59; + /* 21:28 */waypoints[60].children[1] = 61; + /* 21:28 */waypoints[60].children[2] = 62; + /* 21:28 */waypoints[60].angles = ( 19.4567, 84.2925, 0 ); + /* 21:28 */waypoints[61] = spawnstruct(); + /* 21:28 */waypoints[61].origin = ( -717.039, 1162.02, 1500.13 ); + /* 21:28 */waypoints[61].type = "stand"; + /* 21:28 */waypoints[61].children[0] = 60; + /* 21:28 */waypoints[61].children[1] = 72; + /* 21:28 */waypoints[62] = spawnstruct(); + /* 21:28 */waypoints[62].origin = ( -727.443, 795.736, 1500.13 ); + /* 21:28 */waypoints[62].type = "stand"; + /* 21:28 */waypoints[62].children[0] = 60; + /* 21:28 */waypoints[62].children[1] = 63; + /* 21:28 */waypoints[63] = spawnstruct(); + /* 21:28 */waypoints[63].origin = ( -541.775, 789.281, 1502.92 ); + /* 21:28 */waypoints[63].type = "stand"; + /* 21:28 */waypoints[63].children[0] = 62; + /* 21:28 */waypoints[63].children[1] = 75; + /* 21:28 */waypoints[63].children[2] = 102; + /* 21:28 */waypoints[63].children[3] = 115; + /* 21:28 */waypoints[64] = spawnstruct(); + /* 21:28 */waypoints[64].origin = ( -557.083, 129.701, 1576.29 ); + /* 21:28 */waypoints[64].type = "stand"; + /* 21:28 */waypoints[64].children[0] = 65; + /* 21:28 */waypoints[64].children[1] = 103; + /* 21:28 */waypoints[65] = spawnstruct(); + /* 21:28 */waypoints[65].origin = ( -583.579, -71.3439, 1583.11 ); + /* 21:28 */waypoints[65].type = "stand"; + /* 21:28 */waypoints[65].children[0] = 33; + /* 21:28 */waypoints[65].children[1] = 66; + /* 21:28 */waypoints[65].children[2] = 64; + /* 21:28 */waypoints[66] = spawnstruct(); + /* 21:28 */waypoints[66].origin = ( -484.101, -273.864, 1597.98 ); + /* 21:28 */waypoints[66].type = "stand"; + /* 21:28 */waypoints[66].children[0] = 65; + /* 21:28 */waypoints[66].children[1] = 67; + /* 21:28 */waypoints[67] = spawnstruct(); + /* 21:28 */waypoints[67].origin = ( -499.615, -465.275, 1625.37 ); + /* 21:28 */waypoints[67].type = "climb"; + /* 21:28 */waypoints[67].children[0] = 68; + /* 21:28 */waypoints[67].children[1] = 66; + /* 21:28 */waypoints[67].angles = ( -9.47026, -85.8308, 0 ); + /* 21:28 */waypoints[68] = spawnstruct(); + /* 21:28 */waypoints[68].origin = ( -499.615, -482.118, 1667.22 ); + /* 21:28 */waypoints[68].type = "climb"; + /* 21:28 */waypoints[68].children[0] = 67; + /* 21:28 */waypoints[68].angles = ( -1.9611, -84.864, 0 ); + /* 21:28 */waypoints[69] = spawnstruct(); + /* 21:28 */waypoints[69].origin = ( -444.307, 661.426, 1544.65 ); + /* 21:28 */waypoints[69].type = "stand"; + /* 21:28 */waypoints[69].children[0] = 57; + /* 21:28 */waypoints[69].children[1] = 22; + /* 21:28 */waypoints[69].children[2] = 70; + /* 21:28 */waypoints[69].children[3] = 102; + /* 21:28 */waypoints[69].children[4] = 118; + /* 21:28 */waypoints[70] = spawnstruct(); + /* 21:28 */waypoints[70].origin = ( -167.345, 380.638, 1630.04 ); + /* 21:28 */waypoints[70].type = "stand"; + /* 21:28 */waypoints[70].children[0] = 69; + /* 21:28 */waypoints[70].children[1] = 25; + /* 21:28 */waypoints[70].children[2] = 22; + /* 21:28 */waypoints[70].children[3] = 33; + /* 21:28 */waypoints[70].children[4] = 104; + /* 21:28 */waypoints[70].children[5] = 118; + /* 21:28 */waypoints[71] = spawnstruct(); + /* 21:28 */waypoints[71].origin = ( 38.6083, 191.077, 1673.58 ); + /* 21:28 */waypoints[71].type = "crouch"; + /* 21:28 */waypoints[71].children[0] = 25; + /* 21:28 */waypoints[71].angles = ( 8.93184, 92.4773, 0 ); + /* 21:28 */waypoints[72] = spawnstruct(); + /* 21:28 */waypoints[72].origin = ( -524.709, 1186.15, 1500.13 ); + /* 21:28 */waypoints[72].type = "stand"; + /* 21:28 */waypoints[72].children[0] = 61; + /* 21:28 */waypoints[72].children[1] = 73; + /* 21:28 */waypoints[73] = spawnstruct(); + /* 21:28 */waypoints[73].origin = ( -380.21, 1276.73, 1501.13 ); + /* 21:28 */waypoints[73].type = "stand"; + /* 21:28 */waypoints[73].children[0] = 72; + /* 21:28 */waypoints[73].children[1] = 74; + /* 21:28 */waypoints[74] = spawnstruct(); + /* 21:28 */waypoints[74].origin = ( -204.127, 1244.17, 1499.97 ); + /* 21:28 */waypoints[74].type = "stand"; + /* 21:28 */waypoints[74].children[0] = 73; + /* 21:28 */waypoints[74].children[1] = 75; + /* 21:28 */waypoints[74].children[2] = 101; + /* 21:28 */waypoints[75] = spawnstruct(); + /* 21:28 */waypoints[75].origin = ( -233.653, 872.014, 1499.78 ); + /* 21:28 */waypoints[75].type = "grenade"; + /* 21:28 */waypoints[75].children[0] = 74; + /* 21:28 */waypoints[75].children[1] = 76; + /* 21:28 */waypoints[75].children[2] = 100; + /* 21:28 */waypoints[75].children[3] = 63; + /* 21:28 */waypoints[75].children[4] = 115; + /* 21:28 */waypoints[75].angles = ( -8.55839, 20.2093, 0 ); + /* 21:28 */waypoints[76] = spawnstruct(); + /* 21:28 */waypoints[76].origin = ( -339.604, 948.565, 1499.79 ); + /* 21:28 */waypoints[76].type = "stand"; + /* 21:28 */waypoints[76].children[0] = 75; + /* 21:28 */waypoints[76].children[1] = 77; + /* 21:28 */waypoints[77] = spawnstruct(); + /* 21:28 */waypoints[77].origin = ( -653.404, 954.094, 1677.81 ); + /* 21:28 */waypoints[77].type = "stand"; + /* 21:28 */waypoints[77].children[0] = 76; + /* 21:28 */waypoints[77].children[1] = 83; + /* 21:28 */waypoints[77].children[2] = 78; + /* 21:28 */waypoints[77].children[3] = 85; + /* 21:28 */waypoints[78] = spawnstruct(); + /* 21:28 */waypoints[78].origin = ( -735.062, 755.125, 1682.78 ); + /* 21:28 */waypoints[78].type = "climb"; + /* 21:28 */waypoints[78].children[0] = 77; + /* 21:28 */waypoints[78].children[1] = 79; + /* 21:28 */waypoints[78].children[2] = 86; + /* 21:28 */waypoints[78].angles = ( -9.95915, -86.0999, 0 ); + /* 21:28 */waypoints[79] = spawnstruct(); + /* 21:28 */waypoints[79].origin = ( -735.062, 738.172, 1730.13 ); + /* 21:28 */waypoints[79].type = "climb"; + /* 21:28 */waypoints[79].children[0] = 78; + /* 21:28 */waypoints[79].children[1] = 80; + /* 21:28 */waypoints[79].angles = ( -0.164838, -83.216, 0 ); + /* 21:28 */waypoints[80] = spawnstruct(); + /* 21:28 */waypoints[80].origin = ( -820.676, 721.946, 1727.13 ); + /* 21:28 */waypoints[80].type = "javelin"; + /* 21:28 */waypoints[80].children[0] = 79; + /* 21:28 */waypoints[80].jav_point = ( 552.842, 980.233, 1645.93 ); + /* 21:28 */waypoints[81] = spawnstruct(); + /* 21:28 */waypoints[81].origin = ( -371.125, 1224.92, 1676.13 ); + /* 21:28 */waypoints[81].type = "climb"; + /* 21:28 */waypoints[81].children[0] = 84; + /* 21:28 */waypoints[81].children[1] = 82; + /* 21:28 */waypoints[81].angles = ( -8.03654, 0.543739, 0 ); + /* 21:28 */waypoints[82] = spawnstruct(); + /* 21:28 */waypoints[82].origin = ( -354.833, 1224.92, 1730.12 ); + /* 21:28 */waypoints[82].type = "climb"; + /* 21:28 */waypoints[82].children[0] = 81; + /* 21:28 */waypoints[82].angles = ( 11.4038, -0.230797, 0 ); + /* 21:28 */waypoints[83] = spawnstruct(); + /* 21:28 */waypoints[83].origin = ( -670.662, 1002.55, 1677.93 ); + /* 21:28 */waypoints[83].type = "stand"; + /* 21:28 */waypoints[83].children[0] = 84; + /* 21:28 */waypoints[83].children[1] = 77; + /* 21:28 */waypoints[83].children[2] = 86; + /* 21:28 */waypoints[84] = spawnstruct(); + /* 21:28 */waypoints[84].origin = ( -608.584, 1233.96, 1678.63 ); + /* 21:28 */waypoints[84].type = "stand"; + /* 21:28 */waypoints[84].children[0] = 83; + /* 21:28 */waypoints[84].children[1] = 81; + /* 21:28 */waypoints[84].children[2] = 87; + /* 21:28 */waypoints[85] = spawnstruct(); + /* 21:28 */waypoints[85].origin = ( -779.275, 879.155, 1681.01 ); + /* 21:28 */waypoints[85].type = "crouch"; + /* 21:28 */waypoints[85].children[0] = 77; + /* 21:28 */waypoints[85].angles = ( 10.6347, 31.2763, 0 ); + /* 21:28 */waypoints[86] = spawnstruct(); + /* 21:28 */waypoints[86].origin = ( -908.868, 850.536, 1676.51 ); + /* 21:28 */waypoints[86].type = "stand"; + /* 21:28 */waypoints[86].children[0] = 83; + /* 21:28 */waypoints[86].children[1] = 78; + /* 21:28 */waypoints[87] = spawnstruct(); + /* 21:28 */waypoints[87].origin = ( -463.31, 1075.13, 1676.13 ); + /* 21:28 */waypoints[87].type = "climb"; + /* 21:28 */waypoints[87].children[0] = 84; + /* 21:28 */waypoints[87].children[1] = 88; + /* 21:28 */waypoints[87].angles = ( -11.1237, -85.7281, 0 ); + /* 21:28 */waypoints[88] = spawnstruct(); + /* 21:28 */waypoints[88].origin = ( -463.31, 1058.84, 1730.13 ); + /* 21:28 */waypoints[88].type = "climb"; + /* 21:28 */waypoints[88].children[0] = 87; + /* 21:28 */waypoints[88].children[1] = 89; + /* 21:28 */waypoints[88].angles = ( 2.51582, -91.3367, 0 ); + /* 21:28 */waypoints[89] = spawnstruct(); + /* 21:28 */waypoints[89].origin = ( -397.056, 1030.95, 1730.13 ); + /* 21:28 */waypoints[89].type = "grenade"; + /* 21:28 */waypoints[89].children[0] = 88; + /* 21:28 */waypoints[89].angles = ( 1.96651, -177.62, 0 ); + /* 21:28 */waypoints[90] = spawnstruct(); + /* 21:28 */waypoints[90].origin = ( 506.466, 417.863, 1728.33 ); + /* 21:28 */waypoints[90].type = "stand"; + /* 21:28 */waypoints[90].children[0] = 15; + /* 21:28 */waypoints[90].children[1] = 91; + /* 21:28 */waypoints[91] = spawnstruct(); + /* 21:28 */waypoints[91].origin = ( 522.53, 544.775, 1714.05 ); + /* 21:28 */waypoints[91].type = "stand"; + /* 21:28 */waypoints[91].children[0] = 90; + /* 21:28 */waypoints[91].children[1] = 92; + /* 21:28 */waypoints[91].children[2] = 95; + /* 21:28 */waypoints[92] = spawnstruct(); + /* 21:28 */waypoints[92].origin = ( 393.142, 511.969, 1707.6 ); + /* 21:28 */waypoints[92].type = "stand"; + /* 21:28 */waypoints[92].children[0] = 91; + /* 21:28 */waypoints[92].children[1] = 15; + /* 21:28 */waypoints[93] = spawnstruct(); + /* 21:28 */waypoints[93].origin = ( 567.839, 624.875, 1821.75 ); + /* 21:28 */waypoints[93].type = "climb"; + /* 21:28 */waypoints[93].children[0] = 17; + /* 21:28 */waypoints[93].children[1] = 94; + /* 21:28 */waypoints[93].angles = ( -2.16435, 91.908, 0 ); + /* 21:28 */waypoints[94] = spawnstruct(); + /* 21:28 */waypoints[94].origin = ( 567.839, 642.054, 1854.13 ); + /* 21:28 */waypoints[94].type = "climb"; + /* 21:28 */waypoints[94].children[0] = 93; + /* 21:28 */waypoints[94].angles = ( 10.2667, 88.0573, 0 ); + /* 21:28 */waypoints[95] = spawnstruct(); + /* 21:28 */waypoints[95].origin = ( 550.168, 680.045, 1706.03 ); + /* 21:28 */waypoints[95].type = "claymore"; + /* 21:28 */waypoints[95].children[0] = 91; + /* 21:28 */waypoints[95].children[1] = 96; + /* 21:28 */waypoints[95].angles = ( 11.8048, -93.6291, 0 ); + /* 21:28 */waypoints[96] = spawnstruct(); + /* 21:28 */waypoints[96].origin = ( 482.643, 856.949, 1662.32 ); + /* 21:28 */waypoints[96].type = "grenade"; + /* 21:28 */waypoints[96].children[0] = 95; + /* 21:28 */waypoints[96].children[1] = 97; + /* 21:28 */waypoints[96].children[2] = 98; + /* 21:28 */waypoints[96].children[3] = 114; + /* 21:28 */waypoints[96].children[4] = 116; + /* 21:28 */waypoints[96].angles = ( -3.26298, -84.4665, 0 ); + /* 21:28 */waypoints[97] = spawnstruct(); + /* 21:28 */waypoints[97].origin = ( 174.424, 879.088, 1624.36 ); + /* 21:28 */waypoints[97].type = "stand"; + /* 21:28 */waypoints[97].children[0] = 96; + /* 21:28 */waypoints[97].children[1] = 99; + /* 21:28 */waypoints[97].children[2] = 100; + /* 21:28 */waypoints[97].children[3] = 116; + /* 21:28 */waypoints[98] = spawnstruct(); + /* 21:28 */waypoints[98].origin = ( 492.933, 1073.11, 1613.67 ); + /* 21:28 */waypoints[98].type = "stand"; + /* 21:28 */waypoints[98].children[0] = 96; + /* 21:28 */waypoints[98].children[1] = 3; + /* 21:28 */waypoints[98].children[2] = 114; + /* 21:28 */waypoints[99] = spawnstruct(); + /* 21:28 */waypoints[99].origin = ( 180.131, 955.094, 1618.86 ); + /* 21:28 */waypoints[99].type = "crouch"; + /* 21:28 */waypoints[99].children[0] = 97; + /* 21:28 */waypoints[99].angles = ( 16.6497, -99.5562, 0 ); + /* 21:28 */waypoints[100] = spawnstruct(); + /* 21:28 */waypoints[100].origin = ( -4.37523, 846.459, 1564.76 ); + /* 21:28 */waypoints[100].type = "stand"; + /* 21:28 */waypoints[100].children[0] = 97; + /* 21:28 */waypoints[100].children[1] = 75; + /* 21:28 */waypoints[100].children[2] = 101; + /* 21:28 */waypoints[100].children[3] = 115; + /* 21:28 */waypoints[101] = spawnstruct(); + /* 21:28 */waypoints[101].origin = ( -20.3735, 1280.57, 1585.8 ); + /* 21:28 */waypoints[101].type = "stand"; + /* 21:28 */waypoints[101].children[0] = 74; + /* 21:28 */waypoints[101].children[1] = 100; + /* 21:28 */waypoints[102] = spawnstruct(); + /* 21:28 */waypoints[102].origin = ( -558.524, 652.626, 1523.91 ); + /* 21:28 */waypoints[102].type = "stand"; + /* 21:28 */waypoints[102].children[0] = 63; + /* 21:28 */waypoints[102].children[1] = 69; + /* 21:28 */waypoints[102].children[2] = 103; + /* 21:28 */waypoints[102].children[3] = 57; + /* 21:28 */waypoints[103] = spawnstruct(); + /* 21:28 */waypoints[103].origin = ( -555.573, 327.061, 1555.55 ); + /* 21:28 */waypoints[103].type = "claymore"; + /* 21:28 */waypoints[103].children[0] = 64; + /* 21:28 */waypoints[103].children[1] = 102; + /* 21:28 */waypoints[103].angles = ( 8.38926, -87.312, 0 ); + /* 21:28 */waypoints[104] = spawnstruct(); + /* 21:28 */waypoints[104].origin = ( -66.844, 148.569, 1656.66 ); + /* 21:28 */waypoints[104].type = "tube"; + /* 21:28 */waypoints[104].children[0] = 33; + /* 21:28 */waypoints[104].children[1] = 70; + /* 21:28 */waypoints[104].children[2] = 25; + /* 21:28 */waypoints[104].angles = ( 16.5302, -134.811, 0 ); + /* 21:28 */waypoints[105] = spawnstruct(); + /* 21:28 */waypoints[105].origin = ( 97.1165, -1373.04, 1858.65 ); + /* 21:28 */waypoints[105].type = "stand"; + /* 21:28 */waypoints[105].children[0] = 34; + /* 21:28 */waypoints[105].children[1] = 35; + /* 21:28 */waypoints[106] = spawnstruct(); + /* 21:28 */waypoints[106].origin = ( -257.072, -1072.54, 1708.85 ); + /* 21:28 */waypoints[106].type = "stand"; + /* 21:28 */waypoints[106].children[0] = 35; + /* 21:28 */waypoints[106].children[1] = 107; + /* 21:28 */waypoints[106].children[2] = 108; + /* 21:28 */waypoints[106].children[3] = 109; + /* 21:28 */waypoints[107] = spawnstruct(); + /* 21:28 */waypoints[107].origin = ( -618.75, -1091.79, 1675.27 ); + /* 21:28 */waypoints[107].type = "stand"; + /* 21:28 */waypoints[107].children[0] = 36; + /* 21:28 */waypoints[107].children[1] = 46; + /* 21:28 */waypoints[107].children[2] = 106; + /* 21:28 */waypoints[107].children[3] = 109; + /* 21:28 */waypoints[108] = spawnstruct(); + /* 21:28 */waypoints[108].origin = ( -92.3217, -1176.25, 1739.45 ); + /* 21:28 */waypoints[108].type = "tube"; + /* 21:28 */waypoints[108].children[0] = 106; + /* 21:28 */waypoints[108].children[1] = 34; + /* 21:28 */waypoints[108].children[2] = 35; + /* 21:28 */waypoints[108].angles = ( 12.9309, 134.893, 0 ); + /* 21:28 */waypoints[109] = spawnstruct(); + /* 21:28 */waypoints[109].origin = ( -520.857, -987.208, 1679.89 ); + /* 21:28 */waypoints[109].type = "javelin"; + /* 21:28 */waypoints[109].children[0] = 106; + /* 21:28 */waypoints[109].children[1] = 107; + /* 21:28 */waypoints[109].children[2] = 46; + /* 21:28 */waypoints[109].jav_point = ( -742.804, 685.227, 1703.49 ); + /* 21:28 */waypoints[110] = spawnstruct(); + /* 21:28 */waypoints[110].origin = ( -813.081, -605.778, 1510.38 ); + /* 21:28 */waypoints[110].type = "grenade"; + /* 21:28 */waypoints[110].children[0] = 44; + /* 21:28 */waypoints[110].children[1] = 42; + /* 21:28 */waypoints[110].children[2] = 112; + /* 21:28 */waypoints[110].angles = ( -5.28442, -17.7155, 0 ); + /* 21:28 */waypoints[111] = spawnstruct(); + /* 21:28 */waypoints[111].origin = ( 139.58, -1045.94, 1788.12 ); + /* 21:28 */waypoints[111].type = "stand"; + /* 21:28 */waypoints[111].children[0] = 35; + /* 21:28 */waypoints[111].children[1] = 39; + /* 21:28 */waypoints[112] = spawnstruct(); + /* 21:28 */waypoints[112].origin = ( -865.624, -677.168, 1509.9 ); + /* 21:28 */waypoints[112].type = "stand"; + /* 21:28 */waypoints[112].children[0] = 44; + /* 21:28 */waypoints[112].children[1] = 42; + /* 21:28 */waypoints[112].children[2] = 43; + /* 21:28 */waypoints[112].children[3] = 110; + /* 21:28 */waypoints[112].children[4] = 45; + /* 21:28 */waypoints[113] = spawnstruct(); + /* 21:28 */waypoints[113].origin = ( 858.267, 1039.37, 1640.89 ); + /* 21:28 */waypoints[113].type = "tube"; + /* 21:28 */waypoints[113].children[0] = 2; + /* 21:28 */waypoints[113].children[1] = 3; + /* 21:28 */waypoints[113].children[2] = 0; + /* 21:28 */waypoints[113].children[3] = 1; + /* 21:28 */waypoints[113].angles = ( -0.769043, -71.4771, 0 ); + /* 21:28 */waypoints[114] = spawnstruct(); + /* 21:28 */waypoints[114].origin = ( 539.336, 870.157, 1664.74 ); + /* 21:28 */waypoints[114].type = "javelin"; + /* 21:28 */waypoints[114].children[0] = 96; + /* 21:28 */waypoints[114].children[1] = 98; + /* 21:28 */waypoints[114].jav_point = ( -905.952, 518.715, 1514.15 ); + /* 21:28 */waypoints[115] = spawnstruct(); + /* 21:28 */waypoints[115].origin = ( -92.668, 810.415, 1537.18 ); + /* 21:28 */waypoints[115].type = "stand"; + /* 21:28 */waypoints[115].children[0] = 63; + /* 21:28 */waypoints[115].children[1] = 100; + /* 21:28 */waypoints[115].children[2] = 116; + /* 21:28 */waypoints[115].children[3] = 75; + /* 21:28 */waypoints[116] = spawnstruct(); + /* 21:28 */waypoints[116].origin = ( 168.156, 806.962, 1624.79 ); + /* 21:28 */waypoints[116].type = "stand"; + /* 21:28 */waypoints[116].children[0] = 115; + /* 21:28 */waypoints[116].children[1] = 96; + /* 21:28 */waypoints[116].children[2] = 97; + /* 21:28 */waypoints[117] = spawnstruct(); + /* 21:28 */waypoints[117].origin = ( 661.343, -849.706, 1902.63 ); + /* 21:28 */waypoints[117].type = "prone"; + /* 21:28 */waypoints[117].children[0] = 28; + /* 21:28 */waypoints[117].children[1] = 29; + /* 21:28 */waypoints[118] = spawnstruct(); + /* 21:28 */waypoints[118].origin = ( -370.124, 320.395, 1596.16 ); + /* 21:28 */waypoints[118].type = "stand"; + /* 21:28 */waypoints[118].children[0] = 70; + /* 21:28 */waypoints[118].children[1] = 69; + /* 21:28 */waypoints[119] = spawnstruct(); + /* 21:28 */waypoints[119].origin = ( -566.673, -608.925, 1589.33 ); + /* 21:28 */waypoints[119].type = "climb"; + /* 21:28 */waypoints[119].children[0] = 120; + /* 21:28 */waypoints[119].children[1] = 121; + /* 21:28 */waypoints[119].angles = ( 3.82324, -49.6857, 0 ); + /* 21:28 */waypoints[120] = spawnstruct(); + /* 21:28 */waypoints[120].origin = ( -556.794, -642.377, 1538 ); + /* 21:28 */waypoints[120].type = "climb"; + /* 21:28 */waypoints[120].children[0] = 42; + /* 21:28 */waypoints[120].children[1] = 119; + /* 21:28 */waypoints[120].angles = ( -32.2229, 106.227, 0 ); + /* 21:28 */waypoints[121] = spawnstruct(); + /* 21:28 */waypoints[121].origin = ( -570.37, -591.199, 1567.69 ); + /* 21:28 */waypoints[121].type = "climb"; + /* 21:28 */waypoints[121].children[0] = 119; + /* 21:28 */waypoints[121].children[1] = 53; + /* 21:28 */waypoints[121].angles = ( -23.4229, -79.129, 0 ); + /* 21:28 */return waypoints; +} diff --git a/raw/scripts/mp/mp_rust/wps_rust.gsc b/raw/scripts/mp/mp_rust/wps_rust.gsc new file mode 100644 index 0000000..7b1cff3 --- /dev/null +++ b/raw/scripts/mp/mp_rust/wps_rust.gsc @@ -0,0 +1,1215 @@ +main() +{ + level.waypoints = Rust(); +} + +Rust() +{ + /* 1:40 */waypoints = []; + /* 1:40 */waypoints[0] = spawnstruct(); + /* 1:40 */waypoints[0].origin = ( 1583, 1654, -223 ); + /* 1:40 */waypoints[0].type = "stand"; + /* 1:40 */waypoints[0].childCount = 5; + /* 1:40 */waypoints[0].children[0] = 1; + /* 1:40 */waypoints[0].children[1] = 81; + /* 1:40 */waypoints[0].children[2] = 82; + /* 1:40 */waypoints[0].children[3] = 83; + /* 1:40 */waypoints[0].children[4] = 147; + /* 1:40 */waypoints[1] = spawnstruct(); + /* 1:40 */waypoints[1].origin = ( 1598, 1358, -228 ); + /* 1:40 */waypoints[1].type = "stand"; + /* 1:40 */waypoints[1].childCount = 3; + /* 1:40 */waypoints[1].children[0] = 0; + /* 1:40 */waypoints[1].children[1] = 2; + /* 1:40 */waypoints[1].children[2] = 81; + /* 1:40 */waypoints[2] = spawnstruct(); + /* 1:40 */waypoints[2].origin = ( 1600, 1089, -224 ); + /* 1:40 */waypoints[2].type = "stand"; + /* 1:40 */waypoints[2].childCount = 3; + /* 1:40 */waypoints[2].children[0] = 1; + /* 1:40 */waypoints[2].children[1] = 3; + /* 1:40 */waypoints[2].children[2] = 134; + /* 1:40 */waypoints[3] = spawnstruct(); + /* 1:40 */waypoints[3].origin = ( 1504, 1101, -234 ); + /* 1:40 */waypoints[3].type = "stand"; + /* 1:40 */waypoints[3].childCount = 4; + /* 1:40 */waypoints[3].children[0] = 2; + /* 1:40 */waypoints[3].children[1] = 74; + /* 1:40 */waypoints[3].children[2] = 162; + /* 1:40 */waypoints[3].children[3] = 81; + /* 1:40 */waypoints[4] = spawnstruct(); + /* 1:40 */waypoints[4].origin = ( 1510, 710, -233 ); + /* 1:40 */waypoints[4].type = "stand"; + /* 1:40 */waypoints[4].childCount = 3; + /* 1:40 */waypoints[4].children[0] = 5; + /* 1:40 */waypoints[4].children[1] = 71; + /* 1:40 */waypoints[4].children[2] = 162; + /* 1:40 */waypoints[5] = spawnstruct(); + /* 1:40 */waypoints[5].origin = ( 1601, 704, -225 ); + /* 1:40 */waypoints[5].type = "stand"; + /* 1:40 */waypoints[5].childCount = 3; + /* 1:40 */waypoints[5].children[0] = 4; + /* 1:40 */waypoints[5].children[1] = 133; + /* 1:40 */waypoints[5].children[2] = 157; + /* 1:40 */waypoints[6] = spawnstruct(); + /* 1:40 */waypoints[6].origin = ( 1611, -183, -228 ); + /* 1:40 */waypoints[6].type = "stand"; + /* 1:40 */waypoints[6].childCount = 2; + /* 1:40 */waypoints[6].children[0] = 7; + /* 1:40 */waypoints[6].children[1] = 163; + /* 1:40 */waypoints[7] = spawnstruct(); + /* 1:40 */waypoints[7].origin = ( 1310, -169, -232 ); + /* 1:40 */waypoints[7].type = "stand"; + /* 1:40 */waypoints[7].childCount = 4; + /* 1:40 */waypoints[7].children[0] = 6; + /* 1:40 */waypoints[7].children[1] = 8; + /* 1:40 */waypoints[7].children[2] = 128; + /* 1:40 */waypoints[7].children[3] = 160; + /* 1:40 */waypoints[8] = spawnstruct(); + /* 1:40 */waypoints[8].origin = ( 1034, -169, -233 ); + /* 1:40 */waypoints[8].type = "stand"; + /* 1:40 */waypoints[8].childCount = 2; + /* 1:40 */waypoints[8].children[0] = 7; + /* 1:40 */waypoints[8].children[1] = 9; + /* 1:40 */waypoints[9] = spawnstruct(); + /* 1:40 */waypoints[9].origin = ( 1054, -25, -245 ); + /* 1:40 */waypoints[9].type = "stand"; + /* 1:40 */waypoints[9].childCount = 3; + /* 1:40 */waypoints[9].children[0] = 8; + /* 1:40 */waypoints[9].children[1] = 10; + /* 1:40 */waypoints[9].children[2] = 111; + /* 1:40 */waypoints[10] = spawnstruct(); + /* 1:40 */waypoints[10].origin = ( 831, -18, -241 ); + /* 1:40 */waypoints[10].type = "stand"; + /* 1:40 */waypoints[10].childCount = 4; + /* 1:40 */waypoints[10].children[0] = 9; + /* 1:40 */waypoints[10].children[1] = 11; + /* 1:40 */waypoints[10].children[2] = 41; + /* 1:40 */waypoints[10].children[3] = 142; + /* 1:40 */waypoints[11] = spawnstruct(); + /* 1:40 */waypoints[11].origin = ( 589, -19, -221 ); + /* 1:40 */waypoints[11].type = "stand"; + /* 1:40 */waypoints[11].childCount = 3; + /* 1:40 */waypoints[11].children[0] = 10; + /* 1:40 */waypoints[11].children[1] = 12; + /* 1:40 */waypoints[11].children[2] = 131; + /* 1:40 */waypoints[12] = spawnstruct(); + /* 1:40 */waypoints[12].origin = ( 571, -173, -228 ); + /* 1:40 */waypoints[12].type = "stand"; + /* 1:40 */waypoints[12].childCount = 2; + /* 1:40 */waypoints[12].children[0] = 13; + /* 1:40 */waypoints[12].children[1] = 11; + /* 1:40 */waypoints[13] = spawnstruct(); + /* 1:40 */waypoints[13].origin = ( 489, -174, -231 ); + /* 1:40 */waypoints[13].type = "stand"; + /* 1:40 */waypoints[13].childCount = 3; + /* 1:40 */waypoints[13].children[0] = 12; + /* 1:40 */waypoints[13].children[1] = 14; + /* 1:40 */waypoints[13].children[2] = 40; + /* 1:40 */waypoints[14] = spawnstruct(); + /* 1:40 */waypoints[14].origin = ( 342, -191, -236 ); + /* 1:40 */waypoints[14].type = "stand"; + /* 1:40 */waypoints[14].childCount = 3; + /* 1:40 */waypoints[14].children[0] = 13; + /* 1:40 */waypoints[14].children[1] = 15; + /* 1:40 */waypoints[14].children[2] = 42; + /* 1:40 */waypoints[15] = spawnstruct(); + /* 1:40 */waypoints[15].origin = ( 83, -208, -244 ); + /* 1:40 */waypoints[15].type = "stand"; + /* 1:40 */waypoints[15].childCount = 3; + /* 1:40 */waypoints[15].children[0] = 14; + /* 1:40 */waypoints[15].children[1] = 16; + /* 1:40 */waypoints[15].children[2] = 43; + /* 1:40 */waypoints[16] = spawnstruct(); + /* 1:40 */waypoints[16].origin = ( -159, -199, -236 ); + /* 1:40 */waypoints[16].type = "stand"; + /* 1:40 */waypoints[16].childCount = 4; + /* 1:40 */waypoints[16].children[0] = 15; + /* 1:40 */waypoints[16].children[1] = 17; + /* 1:40 */waypoints[16].children[2] = 130; + /* 1:40 */waypoints[16].children[3] = 161; + /* 1:40 */waypoints[17] = spawnstruct(); + /* 1:40 */waypoints[17].origin = ( -433, -193, -216 ); + /* 1:40 */waypoints[17].type = "stand"; + /* 1:40 */waypoints[17].childCount = 2; + /* 1:40 */waypoints[17].children[0] = 16; + /* 1:40 */waypoints[17].children[1] = 18; + /* 1:40 */waypoints[18] = spawnstruct(); + /* 1:40 */waypoints[18].origin = ( -399, 272, -247 ); + /* 1:40 */waypoints[18].type = "stand"; + /* 1:40 */waypoints[18].childCount = 3; + /* 1:40 */waypoints[18].children[0] = 17; + /* 1:40 */waypoints[18].children[1] = 19; + /* 1:40 */waypoints[18].children[2] = 46; + /* 1:40 */waypoints[19] = spawnstruct(); + /* 1:40 */waypoints[19].origin = ( -426, 676, -236 ); + /* 1:40 */waypoints[19].type = "stand"; + /* 1:40 */waypoints[19].childCount = 3; + /* 1:40 */waypoints[19].children[0] = 18; + /* 1:40 */waypoints[19].children[1] = 20; + /* 1:40 */waypoints[19].children[2] = 48; + /* 1:40 */waypoints[20] = spawnstruct(); + /* 1:40 */waypoints[20].origin = ( -424, 1099, -234 ); + /* 1:40 */waypoints[20].type = "stand"; + /* 1:40 */waypoints[20].childCount = 4; + /* 1:40 */waypoints[20].children[0] = 19; + /* 1:40 */waypoints[20].children[1] = 21; + /* 1:40 */waypoints[20].children[2] = 95; + /* 1:40 */waypoints[20].children[3] = 103; + /* 1:40 */waypoints[21] = spawnstruct(); + /* 1:40 */waypoints[21].origin = ( -432, 1500, -234 ); + /* 1:40 */waypoints[21].type = "stand"; + /* 1:40 */waypoints[21].childCount = 3; + /* 1:40 */waypoints[21].children[0] = 20; + /* 1:40 */waypoints[21].children[1] = 92; + /* 1:40 */waypoints[21].children[2] = 156; + /* 1:40 */waypoints[22] = spawnstruct(); + /* 1:40 */waypoints[22].origin = ( -33, 1420, -127 ); + /* 1:40 */waypoints[22].type = "stand"; + /* 1:40 */waypoints[22].childCount = 2; + /* 1:40 */waypoints[22].children[0] = 23; + /* 1:40 */waypoints[22].children[1] = 153; + /* 1:40 */waypoints[23] = spawnstruct(); + /* 1:40 */waypoints[23].origin = ( 51, 1524, -126 ); + /* 1:40 */waypoints[23].type = "stand"; + /* 1:40 */waypoints[23].childCount = 2; + /* 1:40 */waypoints[23].children[0] = 22; + /* 1:40 */waypoints[23].children[1] = 24; + /* 1:40 */waypoints[24] = spawnstruct(); + /* 1:40 */waypoints[24].origin = ( -62, 1628, -123 ); + /* 1:40 */waypoints[24].type = "stand"; + /* 1:40 */waypoints[24].childCount = 3; + /* 1:40 */waypoints[24].children[0] = 23; + /* 1:40 */waypoints[24].children[1] = 25; + /* 1:40 */waypoints[24].children[2] = 153; + /* 1:40 */waypoints[25] = spawnstruct(); + /* 1:40 */waypoints[25].origin = ( -83, 1803, -47 ); + /* 1:40 */waypoints[25].type = "stand"; + /* 1:40 */waypoints[25].childCount = 3; + /* 1:40 */waypoints[25].children[0] = 24; + /* 1:40 */waypoints[25].children[1] = 26; + /* 1:40 */waypoints[25].children[2] = 121; + /* 1:40 */waypoints[26] = spawnstruct(); + /* 1:40 */waypoints[26].origin = ( 153, 1785, -47 ); + /* 1:40 */waypoints[26].type = "stand"; + /* 1:40 */waypoints[26].childCount = 2; + /* 1:40 */waypoints[26].children[0] = 25; + /* 1:40 */waypoints[26].children[1] = 27; + /* 1:40 */waypoints[27] = spawnstruct(); + /* 1:40 */waypoints[27].origin = ( 366, 1665, -47 ); + /* 1:40 */waypoints[27].type = "stand"; + /* 1:40 */waypoints[27].childCount = 2; + /* 1:40 */waypoints[27].children[0] = 26; + /* 1:40 */waypoints[27].children[1] = 28; + /* 1:40 */waypoints[28] = spawnstruct(); + /* 1:40 */waypoints[28].origin = ( 739, 1651, -46 ); + /* 1:40 */waypoints[28].type = "stand"; + /* 1:40 */waypoints[28].childCount = 2; + /* 1:40 */waypoints[28].children[0] = 27; + /* 1:40 */waypoints[28].children[1] = 29; + /* 1:40 */waypoints[29] = spawnstruct(); + /* 1:40 */waypoints[29].origin = ( 995, 1643, -97 ); + /* 1:40 */waypoints[29].type = "stand"; + /* 1:40 */waypoints[29].childCount = 3; + /* 1:40 */waypoints[29].children[0] = 28; + /* 1:40 */waypoints[29].children[1] = 30; + /* 1:40 */waypoints[29].children[2] = 82; + /* 1:40 */waypoints[30] = spawnstruct(); + /* 1:40 */waypoints[30].origin = ( 974, 1441, -23 ); + /* 1:40 */waypoints[30].type = "stand"; + /* 1:40 */waypoints[30].childCount = 2; + /* 1:40 */waypoints[30].children[0] = 29; + /* 1:40 */waypoints[30].children[1] = 31; + /* 1:40 */waypoints[31] = spawnstruct(); + /* 1:40 */waypoints[31].origin = ( 953, 1076, -19 ); + /* 1:40 */waypoints[31].type = "stand"; + /* 1:40 */waypoints[31].childCount = 2; + /* 1:40 */waypoints[31].children[0] = 30; + /* 1:40 */waypoints[31].children[1] = 32; + /* 1:40 */waypoints[32] = spawnstruct(); + /* 1:40 */waypoints[32].origin = ( 890, 1074, -3 ); + /* 1:40 */waypoints[32].type = "stand"; + /* 1:40 */waypoints[32].childCount = 4; + /* 1:40 */waypoints[32].children[0] = 31; + /* 1:40 */waypoints[32].children[1] = 33; + /* 1:40 */waypoints[32].children[2] = 37; + /* 1:40 */waypoints[32].children[3] = 136; + /* 1:40 */waypoints[33] = spawnstruct(); + /* 1:40 */waypoints[33].origin = ( 684, 1063, 18 ); + /* 1:40 */waypoints[33].type = "stand"; + /* 1:40 */waypoints[33].childCount = 3; + /* 1:40 */waypoints[33].children[0] = 32; + /* 1:40 */waypoints[33].children[1] = 127; + /* 1:40 */waypoints[33].children[2] = 152; + /* 1:40 */waypoints[34] = spawnstruct(); + /* 1:40 */waypoints[34].origin = ( 557, 786, 74 ); + /* 1:40 */waypoints[34].type = "stand"; + /* 1:40 */waypoints[34].childCount = 3; + /* 1:40 */waypoints[34].children[0] = 35; + /* 1:40 */waypoints[34].children[1] = 36; + /* 1:40 */waypoints[34].children[2] = 149; + /* 1:40 */waypoints[35] = spawnstruct(); + /* 1:40 */waypoints[35].origin = ( 509, 782, 113 ); + /* 1:40 */waypoints[35].type = "stand"; + /* 1:40 */waypoints[35].childCount = 2; + /* 1:40 */waypoints[35].children[0] = 34; + /* 1:40 */waypoints[35].children[1] = 39; + /* 1:40 */waypoints[36] = spawnstruct(); + /* 1:40 */waypoints[36].origin = ( 641, 780, 19 ); + /* 1:40 */waypoints[36].type = "stand"; + /* 1:40 */waypoints[36].childCount = 3; + /* 1:40 */waypoints[36].children[0] = 34; + /* 1:40 */waypoints[36].children[1] = 37; + /* 1:40 */waypoints[36].children[2] = 125; + /* 1:40 */waypoints[37] = spawnstruct(); + /* 1:40 */waypoints[37].origin = ( 895, 765, 10 ); + /* 1:40 */waypoints[37].type = "stand"; + /* 1:40 */waypoints[37].childCount = 3; + /* 1:40 */waypoints[37].children[0] = 36; + /* 1:40 */waypoints[37].children[1] = 38; + /* 1:40 */waypoints[37].children[2] = 32; + /* 1:40 */waypoints[38] = spawnstruct(); + /* 1:40 */waypoints[38].origin = ( 1130, 765, -2 ); + /* 1:40 */waypoints[38].type = "stand"; + /* 1:40 */waypoints[38].childCount = 3; + /* 1:40 */waypoints[38].children[0] = 37; + /* 1:40 */waypoints[38].children[1] = 126; + /* 1:40 */waypoints[38].children[2] = 140; + /* 1:40 */waypoints[39] = spawnstruct(); + /* 1:40 */waypoints[39].origin = ( 508, 467, -55 ); + /* 1:40 */waypoints[39].type = "stand"; + /* 1:40 */waypoints[39].childCount = 2; + /* 1:40 */waypoints[39].children[0] = 35; + /* 1:40 */waypoints[39].children[1] = 40; + /* 1:40 */waypoints[40] = spawnstruct(); + /* 1:40 */waypoints[40].origin = ( 501, 103, -236 ); + /* 1:40 */waypoints[40].type = "stand"; + /* 1:40 */waypoints[40].childCount = 4; + /* 1:40 */waypoints[40].children[0] = 39; + /* 1:40 */waypoints[40].children[1] = 13; + /* 1:40 */waypoints[40].children[2] = 41; + /* 1:40 */waypoints[40].children[3] = 42; + /* 1:40 */waypoints[41] = spawnstruct(); + /* 1:40 */waypoints[41].origin = ( 837, 108, -245 ); + /* 1:40 */waypoints[41].type = "stand"; + /* 1:40 */waypoints[41].childCount = 4; + /* 1:40 */waypoints[41].children[0] = 40; + /* 1:40 */waypoints[41].children[1] = 10; + /* 1:40 */waypoints[41].children[2] = 111; + /* 1:40 */waypoints[41].children[3] = 116; + /* 1:40 */waypoints[42] = spawnstruct(); + /* 1:40 */waypoints[42].origin = ( 329, 80, -239 ); + /* 1:40 */waypoints[42].type = "stand"; + /* 1:40 */waypoints[42].childCount = 5; + /* 1:40 */waypoints[42].children[0] = 40; + /* 1:40 */waypoints[42].children[1] = 14; + /* 1:40 */waypoints[42].children[2] = 50; + /* 1:40 */waypoints[42].children[3] = 49; + /* 1:40 */waypoints[42].children[4] = 138; + /* 1:40 */waypoints[43] = spawnstruct(); + /* 1:40 */waypoints[43].origin = ( 127, 46, -238 ); + /* 1:40 */waypoints[43].type = "stand"; + /* 1:40 */waypoints[43].childCount = 4; + /* 1:40 */waypoints[43].children[0] = 15; + /* 1:40 */waypoints[43].children[1] = 44; + /* 1:40 */waypoints[43].children[2] = 46; + /* 1:40 */waypoints[43].children[3] = 49; + /* 1:40 */waypoints[44] = spawnstruct(); + /* 1:40 */waypoints[44].origin = ( -90, 43, -244 ); + /* 1:40 */waypoints[44].type = "stand"; + /* 1:40 */waypoints[44].childCount = 2; + /* 1:40 */waypoints[44].children[0] = 43; + /* 1:40 */waypoints[44].children[1] = 45; + /* 1:40 */waypoints[45] = spawnstruct(); + /* 1:40 */waypoints[45].origin = ( -182, 130, -213 ); + /* 1:40 */waypoints[45].type = "stand"; + /* 1:40 */waypoints[45].childCount = 2; + /* 1:40 */waypoints[45].children[0] = 44; + /* 1:40 */waypoints[45].children[1] = 46; + /* 1:40 */waypoints[46] = spawnstruct(); + /* 1:40 */waypoints[46].origin = ( -177, 264, -228 ); + /* 1:40 */waypoints[46].type = "stand"; + /* 1:40 */waypoints[46].childCount = 4; + /* 1:40 */waypoints[46].children[0] = 45; + /* 1:40 */waypoints[46].children[1] = 18; + /* 1:40 */waypoints[46].children[2] = 47; + /* 1:40 */waypoints[46].children[3] = 43; + /* 1:40 */waypoints[47] = spawnstruct(); + /* 1:40 */waypoints[47].origin = ( -158, 398, -233 ); + /* 1:40 */waypoints[47].type = "stand"; + /* 1:40 */waypoints[47].childCount = 3; + /* 1:40 */waypoints[47].children[0] = 46; + /* 1:40 */waypoints[47].children[1] = 48; + /* 1:40 */waypoints[47].children[2] = 49; + /* 1:40 */waypoints[48] = spawnstruct(); + /* 1:40 */waypoints[48].origin = ( -171, 677, -243 ); + /* 1:40 */waypoints[48].type = "stand"; + /* 1:40 */waypoints[48].childCount = 5; + /* 1:40 */waypoints[48].children[0] = 47; + /* 1:40 */waypoints[48].children[1] = 19; + /* 1:40 */waypoints[48].children[2] = 101; + /* 1:40 */waypoints[48].children[3] = 102; + /* 1:40 */waypoints[48].children[4] = 118; + /* 1:40 */waypoints[49] = spawnstruct(); + /* 1:40 */waypoints[49].origin = ( 139, 206, -245 ); + /* 1:40 */waypoints[49].type = "stand"; + /* 1:40 */waypoints[49].childCount = 5; + /* 1:40 */waypoints[49].children[0] = 43; + /* 1:40 */waypoints[49].children[1] = 50; + /* 1:40 */waypoints[49].children[2] = 47; + /* 1:40 */waypoints[49].children[3] = 42; + /* 1:40 */waypoints[49].children[4] = 118; + /* 1:40 */waypoints[50] = spawnstruct(); + /* 1:40 */waypoints[50].origin = ( 397, 221, -239 ); + /* 1:40 */waypoints[50].type = "stand"; + /* 1:40 */waypoints[50].childCount = 3; + /* 1:40 */waypoints[50].children[0] = 49; + /* 1:40 */waypoints[50].children[1] = 42; + /* 1:40 */waypoints[50].children[2] = 53; + /* 1:40 */waypoints[51] = spawnstruct(); + /* 1:40 */waypoints[51].origin = ( 208, 696, -239 ); + /* 1:40 */waypoints[51].type = "stand"; + /* 1:40 */waypoints[51].childCount = 4; + /* 1:40 */waypoints[51].children[0] = 52; + /* 1:40 */waypoints[51].children[1] = 55; + /* 1:40 */waypoints[51].children[2] = 101; + /* 1:40 */waypoints[51].children[3] = 158; + /* 1:40 */waypoints[52] = spawnstruct(); + /* 1:40 */waypoints[52].origin = ( 217, 484, -237 ); + /* 1:40 */waypoints[52].type = "stand"; + /* 1:40 */waypoints[52].childCount = 2; + /* 1:40 */waypoints[52].children[0] = 51; + /* 1:40 */waypoints[52].children[1] = 53; + /* 1:40 */waypoints[53] = spawnstruct(); + /* 1:40 */waypoints[53].origin = ( 421, 483, -239 ); + /* 1:40 */waypoints[53].type = "stand"; + /* 1:40 */waypoints[53].childCount = 5; + /* 1:40 */waypoints[53].children[0] = 52; + /* 1:40 */waypoints[53].children[1] = 50; + /* 1:40 */waypoints[53].children[2] = 54; + /* 1:40 */waypoints[53].children[3] = 117; + /* 1:40 */waypoints[53].children[4] = 159; + /* 1:40 */waypoints[54] = spawnstruct(); + /* 1:40 */waypoints[54].origin = ( 438, 599, -238 ); + /* 1:40 */waypoints[54].type = "stand"; + /* 1:40 */waypoints[54].childCount = 2; + /* 1:40 */waypoints[54].children[0] = 53; + /* 1:40 */waypoints[54].children[1] = 55; + /* 1:40 */waypoints[55] = spawnstruct(); + /* 1:40 */waypoints[55].origin = ( 438, 699, -239 ); + /* 1:40 */waypoints[55].type = "stand"; + /* 1:40 */waypoints[55].childCount = 4; + /* 1:40 */waypoints[55].children[0] = 54; + /* 1:40 */waypoints[55].children[1] = 51; + /* 1:40 */waypoints[55].children[2] = 60; + /* 1:40 */waypoints[55].children[3] = 56; + /* 1:40 */waypoints[56] = spawnstruct(); + /* 1:40 */waypoints[56].origin = ( 445, 728, -237 ); + /* 1:40 */waypoints[56].type = "crouch"; + /* 1:40 */waypoints[56].childCount = 2; + /* 1:40 */waypoints[56].children[0] = 57; + /* 1:40 */waypoints[56].children[1] = 55; + /* 1:40 */waypoints[57] = spawnstruct(); + /* 1:40 */waypoints[57].origin = ( 443, 828, -197 ); + /* 1:40 */waypoints[57].type = "crouch"; + /* 1:40 */waypoints[57].childCount = 2; + /* 1:40 */waypoints[57].children[0] = 56; + /* 1:40 */waypoints[57].children[1] = 58; + /* 1:40 */waypoints[58] = spawnstruct(); + /* 1:40 */waypoints[58].origin = ( 569, 835, -196 ); + /* 1:40 */waypoints[58].type = "crouch"; + /* 1:40 */waypoints[58].childCount = 2; + /* 1:40 */waypoints[58].children[0] = 57; + /* 1:40 */waypoints[58].children[1] = 59; + /* 1:40 */waypoints[59] = spawnstruct(); + /* 1:40 */waypoints[59].origin = ( 614, 837, -204 ); + /* 1:40 */waypoints[59].type = "stand"; + /* 1:40 */waypoints[59].childCount = 2; + /* 1:40 */waypoints[59].children[0] = 58; + /* 1:40 */waypoints[59].children[1] = 106; + /* 1:40 */waypoints[60] = spawnstruct(); + /* 1:40 */waypoints[60].origin = ( 722, 689, -235 ); + /* 1:40 */waypoints[60].type = "stand"; + /* 1:40 */waypoints[60].childCount = 2; + /* 1:40 */waypoints[60].children[0] = 55; + /* 1:40 */waypoints[60].children[1] = 61; + /* 1:40 */waypoints[61] = spawnstruct(); + /* 1:40 */waypoints[61].origin = ( 776, 689, -233 ); + /* 1:40 */waypoints[61].type = "crouch"; + /* 1:40 */waypoints[61].childCount = 2; + /* 1:40 */waypoints[61].children[0] = 60; + /* 1:40 */waypoints[61].children[1] = 62; + /* 1:40 */waypoints[62] = spawnstruct(); + /* 1:40 */waypoints[62].origin = ( 870, 689, -234 ); + /* 1:40 */waypoints[62].type = "crouch"; + /* 1:40 */waypoints[62].childCount = 4; + /* 1:40 */waypoints[62].children[0] = 61; + /* 1:40 */waypoints[62].children[1] = 63; + /* 1:40 */waypoints[62].children[2] = 64; + /* 1:40 */waypoints[62].children[3] = 70; + /* 1:40 */waypoints[63] = spawnstruct(); + /* 1:40 */waypoints[63].origin = ( 862, 494, -238 ); + /* 1:40 */waypoints[63].type = "crouch"; + /* 1:40 */waypoints[63].childCount = 2; + /* 1:40 */waypoints[63].children[0] = 62; + /* 1:40 */waypoints[63].children[1] = 68; + /* 1:40 */waypoints[64] = spawnstruct(); + /* 1:40 */waypoints[64].origin = ( 848, 858, -235 ); + /* 1:40 */waypoints[64].type = "crouch"; + /* 1:40 */waypoints[64].childCount = 3; + /* 1:40 */waypoints[64].children[0] = 62; + /* 1:40 */waypoints[64].children[1] = 65; + /* 1:40 */waypoints[64].children[2] = 132; + /* 1:40 */waypoints[65] = spawnstruct(); + /* 1:40 */waypoints[65].origin = ( 849, 968, -234 ); + /* 1:40 */waypoints[65].type = "crouch"; + /* 1:40 */waypoints[65].childCount = 3; + /* 1:40 */waypoints[65].children[0] = 64; + /* 1:40 */waypoints[65].children[1] = 66; + /* 1:40 */waypoints[65].children[2] = 67; + /* 1:40 */waypoints[66] = spawnstruct(); + /* 1:40 */waypoints[66].origin = ( 921, 986, -225 ); + /* 1:40 */waypoints[66].type = "stand"; + /* 1:40 */waypoints[66].childCount = 2; + /* 1:40 */waypoints[66].children[0] = 65; + /* 1:40 */waypoints[66].children[1] = 75; + /* 1:40 */waypoints[67] = spawnstruct(); + /* 1:40 */waypoints[67].origin = ( 833, 1053, -231 ); + /* 1:40 */waypoints[67].type = "stand"; + /* 1:40 */waypoints[67].childCount = 2; + /* 1:40 */waypoints[67].children[0] = 65; + /* 1:40 */waypoints[67].children[1] = 77; + /* 1:40 */waypoints[68] = spawnstruct(); + /* 1:40 */waypoints[68].origin = ( 1008, 506, -241 ); + /* 1:40 */waypoints[68].type = "stand"; + /* 1:40 */waypoints[68].childCount = 4; + /* 1:40 */waypoints[68].children[0] = 63; + /* 1:40 */waypoints[68].children[1] = 69; + /* 1:40 */waypoints[68].children[2] = 112; + /* 1:40 */waypoints[68].children[3] = 115; + /* 1:40 */waypoints[69] = spawnstruct(); + /* 1:40 */waypoints[69].origin = ( 1000, 650, -234 ); + /* 1:40 */waypoints[69].type = "stand"; + /* 1:40 */waypoints[69].childCount = 4; + /* 1:40 */waypoints[69].children[0] = 70; + /* 1:40 */waypoints[69].children[1] = 68; + /* 1:40 */waypoints[69].children[2] = 113; + /* 1:40 */waypoints[69].children[3] = 139; + /* 1:40 */waypoints[70] = spawnstruct(); + /* 1:40 */waypoints[70].origin = ( 938, 664, -231 ); + /* 1:40 */waypoints[70].type = "crouch"; + /* 1:40 */waypoints[70].childCount = 2; + /* 1:40 */waypoints[70].children[0] = 69; + /* 1:40 */waypoints[70].children[1] = 62; + /* 1:40 */waypoints[71] = spawnstruct(); + /* 1:40 */waypoints[71].origin = ( 1302, 640, -226 ); + /* 1:40 */waypoints[71].type = "stand"; + /* 1:40 */waypoints[71].childCount = 4; + /* 1:40 */waypoints[71].children[0] = 4; + /* 1:40 */waypoints[71].children[1] = 72; + /* 1:40 */waypoints[71].children[2] = 113; + /* 1:40 */waypoints[71].children[3] = 114; + /* 1:40 */waypoints[72] = spawnstruct(); + /* 1:40 */waypoints[72].origin = ( 1260, 875, -234 ); + /* 1:40 */waypoints[72].type = "stand"; + /* 1:40 */waypoints[72].childCount = 4; + /* 1:40 */waypoints[72].children[0] = 71; + /* 1:40 */waypoints[72].children[1] = 73; + /* 1:40 */waypoints[72].children[2] = 74; + /* 1:40 */waypoints[72].children[3] = 168; + /* 1:40 */waypoints[73] = spawnstruct(); + /* 1:40 */waypoints[73].origin = ( 1014, 854, -236 ); + /* 1:40 */waypoints[73].type = "stand"; + /* 1:40 */waypoints[73].childCount = 2; + /* 1:40 */waypoints[73].children[0] = 72; + /* 1:40 */waypoints[73].children[1] = 75; + /* 1:40 */waypoints[74] = spawnstruct(); + /* 1:40 */waypoints[74].origin = ( 1280, 1117, -221 ); + /* 1:40 */waypoints[74].type = "stand"; + /* 1:40 */waypoints[74].childCount = 3; + /* 1:40 */waypoints[74].children[0] = 72; + /* 1:40 */waypoints[74].children[1] = 3; + /* 1:40 */waypoints[74].children[2] = 75; + /* 1:40 */waypoints[75] = spawnstruct(); + /* 1:40 */waypoints[75].origin = ( 1074, 1116, -237 ); + /* 1:40 */waypoints[75].type = "stand"; + /* 1:40 */waypoints[75].childCount = 4; + /* 1:40 */waypoints[75].children[0] = 74; + /* 1:40 */waypoints[75].children[1] = 73; + /* 1:40 */waypoints[75].children[2] = 76; + /* 1:40 */waypoints[75].children[3] = 66; + /* 1:40 */waypoints[76] = spawnstruct(); + /* 1:40 */waypoints[76].origin = ( 1059, 1205, -236 ); + /* 1:40 */waypoints[76].type = "stand"; + /* 1:40 */waypoints[76].childCount = 4; + /* 1:40 */waypoints[76].children[0] = 75; + /* 1:40 */waypoints[76].children[1] = 77; + /* 1:40 */waypoints[76].children[2] = 78; + /* 1:40 */waypoints[76].children[3] = 143; + /* 1:40 */waypoints[77] = spawnstruct(); + /* 1:40 */waypoints[77].origin = ( 840, 1194, -233 ); + /* 1:40 */waypoints[77].type = "stand"; + /* 1:40 */waypoints[77].childCount = 4; + /* 1:40 */waypoints[77].children[0] = 76; + /* 1:40 */waypoints[77].children[1] = 67; + /* 1:40 */waypoints[77].children[2] = 86; + /* 1:40 */waypoints[77].children[3] = 108; + /* 1:40 */waypoints[78] = spawnstruct(); + /* 1:40 */waypoints[78].origin = ( 1069, 1530, -235 ); + /* 1:40 */waypoints[78].type = "stand"; + /* 1:40 */waypoints[78].childCount = 3; + /* 1:40 */waypoints[78].children[0] = 76; + /* 1:40 */waypoints[78].children[1] = 79; + /* 1:40 */waypoints[78].children[2] = 86; + /* 1:40 */waypoints[79] = spawnstruct(); + /* 1:40 */waypoints[79].origin = ( 1242, 1545, -219 ); + /* 1:40 */waypoints[79].type = "stand"; + /* 1:40 */waypoints[79].childCount = 3; + /* 1:40 */waypoints[79].children[0] = 78; + /* 1:40 */waypoints[79].children[1] = 80; + /* 1:40 */waypoints[79].children[2] = 81; + /* 1:40 */waypoints[80] = spawnstruct(); + /* 1:40 */waypoints[80].origin = ( 1247, 1483, -235 ); + /* 1:40 */waypoints[80].type = "stand"; + /* 1:40 */waypoints[80].childCount = 3; + /* 1:40 */waypoints[80].children[0] = 79; + /* 1:40 */waypoints[80].children[1] = 81; + /* 1:40 */waypoints[80].children[2] = 175; + /* 1:40 */waypoints[81] = spawnstruct(); + /* 1:40 */waypoints[81].origin = ( 1503, 1491, -236 ); + /* 1:40 */waypoints[81].type = "stand"; + /* 1:40 */waypoints[81].childCount = 6; + /* 1:40 */waypoints[81].children[0] = 80; + /* 1:40 */waypoints[81].children[1] = 1; + /* 1:40 */waypoints[81].children[2] = 0; + /* 1:40 */waypoints[81].children[3] = 3; + /* 1:40 */waypoints[81].children[4] = 83; + /* 1:40 */waypoints[81].children[5] = 79; + /* 1:40 */waypoints[82] = spawnstruct(); + /* 1:40 */waypoints[82].origin = ( 1219, 1624, -144 ); + /* 1:40 */waypoints[82].type = "stand"; + /* 1:40 */waypoints[82].childCount = 2; + /* 1:40 */waypoints[82].children[0] = 0; + /* 1:40 */waypoints[82].children[1] = 29; + /* 1:40 */waypoints[83] = spawnstruct(); + /* 1:40 */waypoints[83].origin = ( 1570, 1781, -228 ); + /* 1:40 */waypoints[83].type = "stand"; + /* 1:40 */waypoints[83].childCount = 3; + /* 1:40 */waypoints[83].children[0] = 0; + /* 1:40 */waypoints[83].children[1] = 85; + /* 1:40 */waypoints[83].children[2] = 81; + /* 1:40 */waypoints[84] = spawnstruct(); + /* 1:40 */waypoints[84].origin = ( 872, 1769, -234 ); + /* 1:40 */waypoints[84].type = "stand"; + /* 1:40 */waypoints[84].childCount = 3; + /* 1:40 */waypoints[84].children[0] = 85; + /* 1:40 */waypoints[84].children[1] = 86; + /* 1:40 */waypoints[84].children[2] = 89; + /* 1:40 */waypoints[85] = spawnstruct(); + /* 1:40 */waypoints[85].origin = ( 1221, 1777, -224 ); + /* 1:40 */waypoints[85].type = "stand"; + /* 1:40 */waypoints[85].childCount = 2; + /* 1:40 */waypoints[85].children[0] = 84; + /* 1:40 */waypoints[85].children[1] = 83; + /* 1:40 */waypoints[86] = spawnstruct(); + /* 1:40 */waypoints[86].origin = ( 859, 1545, -245 ); + /* 1:40 */waypoints[86].type = "stand"; + /* 1:40 */waypoints[86].childCount = 4; + /* 1:40 */waypoints[86].children[0] = 84; + /* 1:40 */waypoints[86].children[1] = 78; + /* 1:40 */waypoints[86].children[2] = 77; + /* 1:40 */waypoints[86].children[3] = 87; + /* 1:40 */waypoints[87] = spawnstruct(); + /* 1:40 */waypoints[87].origin = ( 605, 1540, -241 ); + /* 1:40 */waypoints[87].type = "stand"; + /* 1:40 */waypoints[87].childCount = 5; + /* 1:40 */waypoints[87].children[0] = 86; + /* 1:40 */waypoints[87].children[1] = 88; + /* 1:40 */waypoints[87].children[2] = 109; + /* 1:40 */waypoints[87].children[3] = 110; + /* 1:40 */waypoints[87].children[4] = 90; + /* 1:40 */waypoints[88] = spawnstruct(); + /* 1:40 */waypoints[88].origin = ( 610, 1781, -224 ); + /* 1:40 */waypoints[88].type = "stand"; + /* 1:40 */waypoints[88].childCount = 3; + /* 1:40 */waypoints[88].children[0] = 87; + /* 1:40 */waypoints[88].children[1] = 90; + /* 1:40 */waypoints[88].children[2] = 91; + /* 1:40 */waypoints[89] = spawnstruct(); + /* 1:40 */waypoints[89].origin = ( 755, 1792, -222 ); + /* 1:40 */waypoints[89].type = "stand"; + /* 1:40 */waypoints[89].childCount = 2; + /* 1:40 */waypoints[89].children[0] = 84; + /* 1:40 */waypoints[89].children[1] = 90; + /* 1:40 */waypoints[90] = spawnstruct(); + /* 1:40 */waypoints[90].origin = ( 676, 1699, -235 ); + /* 1:40 */waypoints[90].type = "stand"; + /* 1:40 */waypoints[90].childCount = 3; + /* 1:40 */waypoints[90].children[0] = 89; + /* 1:40 */waypoints[90].children[1] = 88; + /* 1:40 */waypoints[90].children[2] = 87; + /* 1:40 */waypoints[91] = spawnstruct(); + /* 1:40 */waypoints[91].origin = ( 204, 1773, -225 ); + /* 1:40 */waypoints[91].type = "stand"; + /* 1:40 */waypoints[91].childCount = 3; + /* 1:40 */waypoints[91].children[0] = 88; + /* 1:40 */waypoints[91].children[1] = 93; + /* 1:40 */waypoints[91].children[2] = 97; + /* 1:40 */waypoints[92] = spawnstruct(); + /* 1:40 */waypoints[92].origin = ( -416, 1766, -238 ); + /* 1:40 */waypoints[92].type = "stand"; + /* 1:40 */waypoints[92].childCount = 3; + /* 1:40 */waypoints[92].children[0] = 93; + /* 1:40 */waypoints[92].children[1] = 21; + /* 1:40 */waypoints[92].children[2] = 135; + /* 1:40 */waypoints[93] = spawnstruct(); + /* 1:40 */waypoints[93].origin = ( -143, 1769, -239 ); + /* 1:40 */waypoints[93].type = "stand"; + /* 1:40 */waypoints[93].childCount = 2; + /* 1:40 */waypoints[93].children[0] = 91; + /* 1:40 */waypoints[93].children[1] = 92; + /* 1:40 */waypoints[94] = spawnstruct(); + /* 1:40 */waypoints[94].origin = ( -221, 1331, -234 ); + /* 1:40 */waypoints[94].type = "stand"; + /* 1:40 */waypoints[94].childCount = 2; + /* 1:40 */waypoints[94].children[0] = 95; + /* 1:40 */waypoints[94].children[1] = 156; + /* 1:40 */waypoints[95] = spawnstruct(); + /* 1:40 */waypoints[95].origin = ( -145, 1218, -228 ); + /* 1:40 */waypoints[95].type = "stand"; + /* 1:40 */waypoints[95].childCount = 3; + /* 1:40 */waypoints[95].children[0] = 94; + /* 1:40 */waypoints[95].children[1] = 20; + /* 1:40 */waypoints[95].children[2] = 96; + /* 1:40 */waypoints[96] = spawnstruct(); + /* 1:40 */waypoints[96].origin = ( 180, 1234, -226 ); + /* 1:40 */waypoints[96].type = "stand"; + /* 1:40 */waypoints[96].childCount = 4; + /* 1:40 */waypoints[96].children[0] = 95; + /* 1:40 */waypoints[96].children[1] = 97; + /* 1:40 */waypoints[96].children[2] = 98; + /* 1:40 */waypoints[96].children[3] = 100; + /* 1:40 */waypoints[97] = spawnstruct(); + /* 1:40 */waypoints[97].origin = ( 193, 1552, -224 ); + /* 1:40 */waypoints[97].type = "stand"; + /* 1:40 */waypoints[97].childCount = 4; + /* 1:40 */waypoints[97].children[0] = 91; + /* 1:40 */waypoints[97].children[1] = 96; + /* 1:40 */waypoints[97].children[2] = 110; + /* 1:40 */waypoints[97].children[3] = 137; + /* 1:40 */waypoints[98] = spawnstruct(); + /* 1:40 */waypoints[98].origin = ( 263, 1201, -230 ); + /* 1:40 */waypoints[98].type = "stand"; + /* 1:40 */waypoints[98].childCount = 4; + /* 1:40 */waypoints[98].children[0] = 96; + /* 1:40 */waypoints[98].children[1] = 99; + /* 1:40 */waypoints[98].children[2] = 104; + /* 1:40 */waypoints[98].children[3] = 141; + /* 1:40 */waypoints[99] = spawnstruct(); + /* 1:40 */waypoints[99].origin = ( 298, 955, -240 ); + /* 1:40 */waypoints[99].type = "stand"; + /* 1:40 */waypoints[99].childCount = 2; + /* 1:40 */waypoints[99].children[0] = 98; + /* 1:40 */waypoints[99].children[1] = 100; + /* 1:40 */waypoints[100] = spawnstruct(); + /* 1:40 */waypoints[100].origin = ( 40, 958, -244 ); + /* 1:40 */waypoints[100].type = "stand"; + /* 1:40 */waypoints[100].childCount = 5; + /* 1:40 */waypoints[100].children[0] = 99; + /* 1:40 */waypoints[100].children[1] = 101; + /* 1:40 */waypoints[100].children[2] = 103; + /* 1:40 */waypoints[100].children[3] = 96; + /* 1:40 */waypoints[100].children[4] = 102; + /* 1:40 */waypoints[101] = spawnstruct(); + /* 1:40 */waypoints[101].origin = ( 48, 686, -245 ); + /* 1:40 */waypoints[101].type = "stand"; + /* 1:40 */waypoints[101].childCount = 4; + /* 1:40 */waypoints[101].children[0] = 48; + /* 1:40 */waypoints[101].children[1] = 51; + /* 1:40 */waypoints[101].children[2] = 100; + /* 1:40 */waypoints[101].children[3] = 118; + /* 1:40 */waypoints[102] = spawnstruct(); + /* 1:40 */waypoints[102].origin = ( -223, 926, -237 ); + /* 1:40 */waypoints[102].type = "stand"; + /* 1:40 */waypoints[102].childCount = 3; + /* 1:40 */waypoints[102].children[0] = 103; + /* 1:40 */waypoints[102].children[1] = 48; + /* 1:40 */waypoints[102].children[2] = 100; + /* 1:40 */waypoints[103] = spawnstruct(); + /* 1:40 */waypoints[103].origin = ( -209, 1103, -236 ); + /* 1:40 */waypoints[103].type = "stand"; + /* 1:40 */waypoints[103].childCount = 3; + /* 1:40 */waypoints[103].children[0] = 102; + /* 1:40 */waypoints[103].children[1] = 20; + /* 1:40 */waypoints[103].children[2] = 100; + /* 1:40 */waypoints[104] = spawnstruct(); + /* 1:40 */waypoints[104].origin = ( 439, 1203, -236 ); + /* 1:40 */waypoints[104].type = "stand"; + /* 1:40 */waypoints[104].childCount = 4; + /* 1:40 */waypoints[104].children[0] = 98; + /* 1:40 */waypoints[104].children[1] = 105; + /* 1:40 */waypoints[104].children[2] = 109; + /* 1:40 */waypoints[104].children[3] = 110; + /* 1:40 */waypoints[105] = spawnstruct(); + /* 1:40 */waypoints[105].origin = ( 454, 1036, -222 ); + /* 1:40 */waypoints[105].type = "stand"; + /* 1:40 */waypoints[105].childCount = 3; + /* 1:40 */waypoints[105].children[0] = 104; + /* 1:40 */waypoints[105].children[1] = 106; + /* 1:40 */waypoints[105].children[2] = 122; + /* 1:40 */waypoints[106] = spawnstruct(); + /* 1:40 */waypoints[106].origin = ( 599, 1036, -202 ); + /* 1:40 */waypoints[106].type = "stand"; + /* 1:40 */waypoints[106].childCount = 4; + /* 1:40 */waypoints[106].children[0] = 105; + /* 1:40 */waypoints[106].children[1] = 59; + /* 1:40 */waypoints[106].children[2] = 107; + /* 1:40 */waypoints[106].children[3] = 145; + /* 1:40 */waypoints[107] = spawnstruct(); + /* 1:40 */waypoints[107].origin = ( 719, 1026, -202 ); + /* 1:40 */waypoints[107].type = "stand"; + /* 1:40 */waypoints[107].childCount = 2; + /* 1:40 */waypoints[107].children[0] = 106; + /* 1:40 */waypoints[107].children[1] = 108; + /* 1:40 */waypoints[108] = spawnstruct(); + /* 1:40 */waypoints[108].origin = ( 712, 1204, -172 ); + /* 1:40 */waypoints[108].type = "stand"; + /* 1:40 */waypoints[108].childCount = 3; + /* 1:40 */waypoints[108].children[0] = 107; + /* 1:40 */waypoints[108].children[1] = 77; + /* 1:40 */waypoints[108].children[2] = 109; + /* 1:40 */waypoints[109] = spawnstruct(); + /* 1:40 */waypoints[109].origin = ( 605, 1204, -230 ); + /* 1:40 */waypoints[109].type = "stand"; + /* 1:40 */waypoints[109].childCount = 3; + /* 1:40 */waypoints[109].children[0] = 108; + /* 1:40 */waypoints[109].children[1] = 104; + /* 1:40 */waypoints[109].children[2] = 87; + /* 1:40 */waypoints[110] = spawnstruct(); + /* 1:40 */waypoints[110].origin = ( 423, 1543, -234 ); + /* 1:40 */waypoints[110].type = "stand"; + /* 1:40 */waypoints[110].childCount = 3; + /* 1:40 */waypoints[110].children[0] = 104; + /* 1:40 */waypoints[110].children[1] = 87; + /* 1:40 */waypoints[110].children[2] = 97; + /* 1:40 */waypoints[111] = spawnstruct(); + /* 1:40 */waypoints[111].origin = ( 1044, 117, -241 ); + /* 1:40 */waypoints[111].type = "stand"; + /* 1:40 */waypoints[111].childCount = 3; + /* 1:40 */waypoints[111].children[0] = 9; + /* 1:40 */waypoints[111].children[1] = 41; + /* 1:40 */waypoints[111].children[2] = 115; + /* 1:40 */waypoints[112] = spawnstruct(); + /* 1:40 */waypoints[112].origin = ( 1121, 508, -241 ); + /* 1:40 */waypoints[112].type = "stand"; + /* 1:40 */waypoints[112].childCount = 3; + /* 1:40 */waypoints[112].children[0] = 68; + /* 1:40 */waypoints[112].children[1] = 113; + /* 1:40 */waypoints[112].children[2] = 115; + /* 1:40 */waypoints[113] = spawnstruct(); + /* 1:40 */waypoints[113].origin = ( 1115, 642, -245 ); + /* 1:40 */waypoints[113].type = "stand"; + /* 1:40 */waypoints[113].childCount = 3; + /* 1:40 */waypoints[113].children[0] = 69; + /* 1:40 */waypoints[113].children[1] = 71; + /* 1:40 */waypoints[113].children[2] = 112; + /* 1:40 */waypoints[114] = spawnstruct(); + /* 1:40 */waypoints[114].origin = ( 1332, 322, -240 ); + /* 1:40 */waypoints[114].type = "stand"; + /* 1:40 */waypoints[114].childCount = 4; + /* 1:40 */waypoints[114].children[0] = 71; + /* 1:40 */waypoints[114].children[1] = 115; + /* 1:40 */waypoints[114].children[2] = 129; + /* 1:40 */waypoints[114].children[3] = 163; + /* 1:40 */waypoints[115] = spawnstruct(); + /* 1:40 */waypoints[115].origin = ( 1020, 332, -243 ); + /* 1:40 */waypoints[115].type = "stand"; + /* 1:40 */waypoints[115].childCount = 5; + /* 1:40 */waypoints[115].children[0] = 114; + /* 1:40 */waypoints[115].children[1] = 68; + /* 1:40 */waypoints[115].children[2] = 111; + /* 1:40 */waypoints[115].children[3] = 112; + /* 1:40 */waypoints[115].children[4] = 116; + /* 1:40 */waypoints[116] = spawnstruct(); + /* 1:40 */waypoints[116].origin = ( 827, 287, -246 ); + /* 1:40 */waypoints[116].type = "stand"; + /* 1:40 */waypoints[116].childCount = 3; + /* 1:40 */waypoints[116].children[0] = 41; + /* 1:40 */waypoints[116].children[1] = 117; + /* 1:40 */waypoints[116].children[2] = 115; + /* 1:40 */waypoints[117] = spawnstruct(); + /* 1:40 */waypoints[117].origin = ( 555, 367, -239 ); + /* 1:40 */waypoints[117].type = "stand"; + /* 1:40 */waypoints[117].childCount = 2; + /* 1:40 */waypoints[117].children[0] = 116; + /* 1:40 */waypoints[117].children[1] = 53; + /* 1:40 */waypoints[118] = spawnstruct(); + /* 1:40 */waypoints[118].origin = ( 46, 515, -244 ); + /* 1:40 */waypoints[118].type = "stand"; + /* 1:40 */waypoints[118].childCount = 3; + /* 1:40 */waypoints[118].children[0] = 49; + /* 1:40 */waypoints[118].children[1] = 101; + /* 1:40 */waypoints[118].children[2] = 48; + /* 1:40 */waypoints[119] = spawnstruct(); + /* 1:40 */waypoints[119].origin = ( 728, 1100, 266 ); + /* 1:40 */waypoints[119].type = "stand"; + /* 1:40 */waypoints[119].childCount = 5; + /* 1:40 */waypoints[119].children[0] = 123; + /* 1:40 */waypoints[119].children[1] = 124; + /* 1:40 */waypoints[119].children[2] = 144; + /* 1:40 */waypoints[119].children[3] = 167; + /* 1:40 */waypoints[119].children[4] = 173; + /* 1:40 */waypoints[120] = spawnstruct(); + /* 1:40 */waypoints[120].origin = ( 1772, 1648, -127 ); + /* 1:40 */waypoints[120].type = "crouch"; + /* 1:40 */waypoints[120].childCount = 1; + /* 1:40 */waypoints[120].children[0] = 148; + /* 1:40 */waypoints[120].angles = ( 3, -178, 0 ); + /* 1:40 */waypoints[121] = spawnstruct(); + /* 1:40 */waypoints[121].origin = ( -440, 1803, -47 ); + /* 1:40 */waypoints[121].type = "crouch"; + /* 1:40 */waypoints[121].childCount = 1; + /* 1:40 */waypoints[121].children[0] = 25; + /* 1:40 */waypoints[121].angles = ( 1, -43, 0 ); + /* 1:40 */waypoints[122] = spawnstruct(); + /* 1:40 */waypoints[122].origin = ( 452, 933, -223 ); + /* 1:40 */waypoints[122].type = "crouch"; + /* 1:40 */waypoints[122].childCount = 1; + /* 1:40 */waypoints[122].children[0] = 105; + /* 1:40 */waypoints[122].angles = ( -4, 136, 0 ); + /* 1:40 */waypoints[123] = spawnstruct(); + /* 1:40 */waypoints[123].origin = ( 742, 948, 268 ); + /* 1:40 */waypoints[123].type = "crouch"; + /* 1:40 */waypoints[123].childCount = 1; + /* 1:40 */waypoints[123].children[0] = 119; + /* 1:40 */waypoints[123].angles = ( -1, 131, 0 ); + /* 1:40 */waypoints[124] = spawnstruct(); + /* 1:40 */waypoints[124].origin = ( 549, 1086, 266 ); + /* 1:40 */waypoints[124].type = "crouch"; + /* 1:40 */waypoints[124].childCount = 1; + /* 1:40 */waypoints[124].children[0] = 119; + /* 1:40 */waypoints[124].angles = ( 10, -70, 0 ); + /* 1:40 */waypoints[125] = spawnstruct(); + /* 1:40 */waypoints[125].origin = ( 642, 901, 19 ); + /* 1:40 */waypoints[125].type = "crouch"; + /* 1:40 */waypoints[125].childCount = 1; + /* 1:40 */waypoints[125].children[0] = 36; + /* 1:40 */waypoints[125].angles = ( 4, -90, 0 ); + /* 1:40 */waypoints[126] = spawnstruct(); + /* 1:40 */waypoints[126].origin = ( 1067, 780, -2 ); + /* 1:40 */waypoints[126].type = "crouch"; + /* 1:40 */waypoints[126].childCount = 1; + /* 1:40 */waypoints[126].children[0] = 38; + /* 1:40 */waypoints[126].angles = ( 12, -88, 0 ); + /* 1:40 */waypoints[127] = spawnstruct(); + /* 1:40 */waypoints[127].origin = ( 694, 1000, 18 ); + /* 1:40 */waypoints[127].type = "crouch"; + /* 1:40 */waypoints[127].childCount = 1; + /* 1:40 */waypoints[127].children[0] = 33; + /* 1:40 */waypoints[127].angles = ( 14, 90, 0 ); + /* 1:40 */waypoints[128] = spawnstruct(); + /* 1:40 */waypoints[128].origin = ( 1316, -45, -239 ); + /* 1:40 */waypoints[128].type = "crouch"; + /* 1:40 */waypoints[128].childCount = 1; + /* 1:40 */waypoints[128].children[0] = 7; + /* 1:40 */waypoints[128].angles = ( 0, -87, 0 ); + /* 1:40 */waypoints[129] = spawnstruct(); + /* 1:40 */waypoints[129].origin = ( 1309, 161, -240 ); + /* 1:40 */waypoints[129].type = "crouch"; + /* 1:40 */waypoints[129].childCount = 1; + /* 1:40 */waypoints[129].children[0] = 114; + /* 1:40 */waypoints[129].angles = ( 5, 85, 0 ); + /* 1:40 */waypoints[130] = spawnstruct(); + /* 1:40 */waypoints[130].origin = ( -98, -55, -217 ); + /* 1:40 */waypoints[130].type = "crouch"; + /* 1:40 */waypoints[130].childCount = 1; + /* 1:40 */waypoints[130].children[0] = 16; + /* 1:40 */waypoints[130].angles = ( 10, -127, 0 ); + /* 1:40 */waypoints[131] = spawnstruct(); + /* 1:40 */waypoints[131].origin = ( 557, -48, -222 ); + /* 1:40 */waypoints[131].type = "claymore"; + /* 1:40 */waypoints[131].childCount = 1; + /* 1:40 */waypoints[131].children[0] = 11; + /* 1:40 */waypoints[131].angles = ( 6, -86, 0 ); + /* 1:40 */waypoints[132] = spawnstruct(); + /* 1:40 */waypoints[132].origin = ( 910, 790, -233 ); + /* 1:40 */waypoints[132].type = "claymore"; + /* 1:40 */waypoints[132].childCount = 1; + /* 1:40 */waypoints[132].children[0] = 64; + /* 1:40 */waypoints[132].angles = ( 7, -179, 0 ); + /* 1:40 */waypoints[133] = spawnstruct(); + /* 1:40 */waypoints[133].origin = ( 1597, 761, -229 ); + /* 1:40 */waypoints[133].type = "claymore"; + /* 1:40 */waypoints[133].childCount = 1; + /* 1:40 */waypoints[133].children[0] = 5; + /* 1:40 */waypoints[133].angles = ( 7, -170, 0 ); + /* 1:40 */waypoints[134] = spawnstruct(); + /* 1:40 */waypoints[134].origin = ( 1619, 1056, -224 ); + /* 1:40 */waypoints[134].type = "claymore"; + /* 1:40 */waypoints[134].childCount = 1; + /* 1:40 */waypoints[134].children[0] = 2; + /* 1:40 */waypoints[134].angles = ( 11, 173, 0 ); + /* 1:40 */waypoints[135] = spawnstruct(); + /* 1:40 */waypoints[135].origin = ( -270, 1702, -230 ); + /* 1:40 */waypoints[135].type = "claymore"; + /* 1:40 */waypoints[135].childCount = 1; + /* 1:40 */waypoints[135].children[0] = 92; + /* 1:40 */waypoints[135].angles = ( 9, 166, 0 ); + /* 1:40 */waypoints[136] = spawnstruct(); + /* 1:40 */waypoints[136].origin = ( 792, 1055, 7 ); + /* 1:40 */waypoints[136].type = "claymore"; + /* 1:40 */waypoints[136].childCount = 1; + /* 1:40 */waypoints[136].children[0] = 32; + /* 1:40 */waypoints[136].angles = ( 7, 14, 0 ); + /* 1:40 */waypoints[137] = spawnstruct(); + /* 1:40 */waypoints[137].origin = ( 262, 1529, -236 ); + /* 1:40 */waypoints[137].type = "grenade"; + /* 1:40 */waypoints[137].childCount = 1; + /* 1:40 */waypoints[137].children[0] = 97; + /* 1:40 */waypoints[137].angles = ( -33, -92, 0 ); + /* 1:40 */waypoints[138] = spawnstruct(); + /* 1:40 */waypoints[138].origin = ( 308, 180, -239 ); + /* 1:40 */waypoints[138].type = "grenade"; + /* 1:40 */waypoints[138].childCount = 1; + /* 1:40 */waypoints[138].children[0] = 42; + /* 1:40 */waypoints[138].angles = ( -34, 90, 0 ); + /* 1:40 */waypoints[139] = spawnstruct(); + /* 1:40 */waypoints[139].origin = ( 967, 672, -233 ); + /* 1:40 */waypoints[139].type = "claymore"; + /* 1:40 */waypoints[139].childCount = 1; + /* 1:40 */waypoints[139].children[0] = 69; + /* 1:40 */waypoints[139].angles = ( 7, -177, 0 ); + /* 1:40 */waypoints[140] = spawnstruct(); + /* 1:40 */waypoints[140].origin = ( 1178, 771, -4 ); + /* 1:40 */waypoints[140].type = "claymore"; + /* 1:40 */waypoints[140].childCount = 1; + /* 1:40 */waypoints[140].children[0] = 38; + /* 1:40 */waypoints[140].angles = ( 19, -129, 0 ); + /* 1:40 */waypoints[141] = spawnstruct(); + /* 1:40 */waypoints[141].origin = ( 217, 1313, -229 ); + /* 1:40 */waypoints[141].type = "grenade"; + /* 1:40 */waypoints[141].childCount = 1; + /* 1:40 */waypoints[141].children[0] = 98; + /* 1:40 */waypoints[141].angles = ( -22, -6, 0 ); + /* 1:40 */waypoints[142] = spawnstruct(); + /* 1:40 */waypoints[142].origin = ( 885, 40, -240 ); + /* 1:40 */waypoints[142].type = "grenade"; + /* 1:40 */waypoints[142].childCount = 1; + /* 1:40 */waypoints[142].children[0] = 10; + /* 1:40 */waypoints[142].angles = ( -42, 89, 0 ); + /* 1:40 */waypoints[143] = spawnstruct(); + /* 1:40 */waypoints[143].origin = ( 929, 1240, -234 ); + /* 1:40 */waypoints[143].type = "grenade"; + /* 1:40 */waypoints[143].childCount = 1; + /* 1:40 */waypoints[143].children[0] = 76; + /* 1:40 */waypoints[143].angles = ( -21, -175, 0 ); + /* 1:40 */waypoints[144] = spawnstruct(); + /* 1:40 */waypoints[144].origin = ( 726, 1025, 268 ); + /* 1:40 */waypoints[144].type = "claymore"; + /* 1:40 */waypoints[144].childCount = 1; + /* 1:40 */waypoints[144].children[0] = 119; + /* 1:40 */waypoints[144].angles = ( 29, -160, 0 ); + /* 1:40 */waypoints[145] = spawnstruct(); + /* 1:40 */waypoints[145].origin = ( 633, 983, -198 ); + /* 1:40 */waypoints[145].type = "climb"; + /* 1:40 */waypoints[145].childCount = 2; + /* 1:40 */waypoints[145].children[0] = 106; + /* 1:40 */waypoints[145].children[1] = 146; + /* 1:40 */waypoints[145].angles = ( 6, -3, 0 ); + /* 1:40 */waypoints[146] = spawnstruct(); + /* 1:40 */waypoints[146].origin = ( 636, 986, 274 ); + /* 1:40 */waypoints[146].type = "climb"; + /* 1:40 */waypoints[146].childCount = 2; + /* 1:40 */waypoints[146].children[0] = 145; + /* 1:40 */waypoints[146].children[1] = 167; + /* 1:40 */waypoints[146].angles = ( 11, 0, 0 ); + /* 1:40 */waypoints[147] = spawnstruct(); + /* 1:40 */waypoints[147].origin = ( 1616, 1654, -225 ); + /* 1:40 */waypoints[147].type = "climb"; + /* 1:40 */waypoints[147].childCount = 2; + /* 1:40 */waypoints[147].children[0] = 0; + /* 1:40 */waypoints[147].children[1] = 148; + /* 1:40 */waypoints[147].angles = ( 4, 0, 0 ); + /* 1:40 */waypoints[148] = spawnstruct(); + /* 1:40 */waypoints[148].origin = ( 1641, 1652, -149 ); + /* 1:40 */waypoints[148].type = "climb"; + /* 1:40 */waypoints[148].childCount = 2; + /* 1:40 */waypoints[148].children[0] = 147; + /* 1:40 */waypoints[148].children[1] = 120; + /* 1:40 */waypoints[148].angles = ( -2, 0, 0 ); + /* 1:40 */waypoints[149] = spawnstruct(); + /* 1:40 */waypoints[149].origin = ( 554, 872, 126 ); + /* 1:40 */waypoints[149].type = "stand"; + /* 1:40 */waypoints[149].childCount = 3; + /* 1:40 */waypoints[149].children[0] = 34; + /* 1:40 */waypoints[149].children[1] = 150; + /* 1:40 */waypoints[149].children[2] = 164; + /* 1:40 */waypoints[150] = spawnstruct(); + /* 1:40 */waypoints[150].origin = ( 549, 962, 126 ); + /* 1:40 */waypoints[150].type = "climb"; + /* 1:40 */waypoints[150].childCount = 2; + /* 1:40 */waypoints[150].children[0] = 149; + /* 1:40 */waypoints[150].children[1] = 151; + /* 1:40 */waypoints[150].angles = ( 3, -88, 0 ); + /* 1:40 */waypoints[151] = spawnstruct(); + /* 1:40 */waypoints[151].origin = ( 555, 987, 19 ); + /* 1:40 */waypoints[151].type = "climb"; + /* 1:40 */waypoints[151].childCount = 2; + /* 1:40 */waypoints[151].children[0] = 150; + /* 1:40 */waypoints[151].children[1] = 174; + /* 1:40 */waypoints[151].angles = ( 0, -90, 0 ); + /* 1:40 */waypoints[152] = spawnstruct(); + /* 1:40 */waypoints[152].origin = ( 558, 1064, 18 ); + /* 1:40 */waypoints[152].type = "stand"; + /* 1:40 */waypoints[152].childCount = 2; + /* 1:40 */waypoints[152].children[0] = 33; + /* 1:40 */waypoints[152].children[1] = 174; + /* 1:40 */waypoints[153] = spawnstruct(); + /* 1:40 */waypoints[153].origin = ( -124, 1520, -129 ); + /* 1:40 */waypoints[153].type = "stand"; + /* 1:40 */waypoints[153].childCount = 3; + /* 1:40 */waypoints[153].children[0] = 22; + /* 1:40 */waypoints[153].children[1] = 24; + /* 1:40 */waypoints[153].children[2] = 154; + /* 1:40 */waypoints[154] = spawnstruct(); + /* 1:40 */waypoints[154].origin = ( -196, 1493, -129 ); + /* 1:40 */waypoints[154].type = "climb"; + /* 1:40 */waypoints[154].childCount = 2; + /* 1:40 */waypoints[154].children[0] = 153; + /* 1:40 */waypoints[154].children[1] = 155; + /* 1:40 */waypoints[154].angles = ( 0, 4, 0 ); + /* 1:40 */waypoints[155] = spawnstruct(); + /* 1:40 */waypoints[155].origin = ( -254, 1495, -234 ); + /* 1:40 */waypoints[155].type = "climb"; + /* 1:40 */waypoints[155].childCount = 2; + /* 1:40 */waypoints[155].children[0] = 154; + /* 1:40 */waypoints[155].children[1] = 156; + /* 1:40 */waypoints[155].angles = ( -1, 6, 0 ); + /* 1:40 */waypoints[156] = spawnstruct(); + /* 1:40 */waypoints[156].origin = ( -278, 1445, -235 ); + /* 1:40 */waypoints[156].type = "stand"; + /* 1:40 */waypoints[156].childCount = 3; + /* 1:40 */waypoints[156].children[0] = 155; + /* 1:40 */waypoints[156].children[1] = 94; + /* 1:40 */waypoints[156].children[2] = 21; + /* 1:40 */waypoints[157] = spawnstruct(); + /* 1:40 */waypoints[157].origin = ( 1640, 463, -223 ); + /* 1:40 */waypoints[157].type = "grenade"; + /* 1:40 */waypoints[157].childCount = 2; + /* 1:40 */waypoints[157].children[0] = 5; + /* 1:40 */waypoints[157].children[1] = 163; + /* 1:40 */waypoints[157].angles = ( -35, -172, 0 ); + /* 1:40 */waypoints[158] = spawnstruct(); + /* 1:40 */waypoints[158].origin = ( 208, 550, -239 ); + /* 1:40 */waypoints[158].type = "claymore"; + /* 1:40 */waypoints[158].childCount = 1; + /* 1:40 */waypoints[158].children[0] = 51; + /* 1:40 */waypoints[158].angles = ( 11, 94, 0 ); + /* 1:40 */waypoints[159] = spawnstruct(); + /* 1:40 */waypoints[159].origin = ( 502, 561, -232 ); + /* 1:40 */waypoints[159].type = "claymore"; + /* 1:40 */waypoints[159].childCount = 1; + /* 1:40 */waypoints[159].children[0] = 53; + /* 1:40 */waypoints[159].angles = ( 7, 104, 0 ); + /* 1:40 */waypoints[160] = spawnstruct(); + /* 1:40 */waypoints[160].origin = ( 1295, -70, -228 ); + /* 1:40 */waypoints[160].type = "claymore"; + /* 1:40 */waypoints[160].childCount = 1; + /* 1:40 */waypoints[160].children[0] = 7; + /* 1:40 */waypoints[160].angles = ( 0, -80, 0 ); + /* 1:40 */waypoints[161] = spawnstruct(); + /* 1:40 */waypoints[161].origin = ( -266, -103, -239 ); + /* 1:40 */waypoints[161].type = "grenade"; + /* 1:40 */waypoints[161].childCount = 1; + /* 1:40 */waypoints[161].children[0] = 16; + /* 1:40 */waypoints[161].angles = ( -34, 70, 0 ); + /* 1:40 */waypoints[162] = spawnstruct(); + /* 1:40 */waypoints[162].origin = ( 1508, 895, -230 ); + /* 1:40 */waypoints[162].type = "stand"; + /* 1:40 */waypoints[162].childCount = 2; + /* 1:40 */waypoints[162].children[0] = 4; + /* 1:40 */waypoints[162].children[1] = 3; + /* 1:40 */waypoints[163] = spawnstruct(); + /* 1:40 */waypoints[163].origin = ( 1636, 279, -228 ); + /* 1:40 */waypoints[163].type = "stand"; + /* 1:40 */waypoints[163].childCount = 3; + /* 1:40 */waypoints[163].children[0] = 6; + /* 1:40 */waypoints[163].children[1] = 114; + /* 1:40 */waypoints[163].children[2] = 157; + /* 1:40 */waypoints[164] = spawnstruct(); + /* 1:40 */waypoints[164].origin = ( 502, 896, 148 ); + /* 1:40 */waypoints[164].type = "stand"; + /* 1:40 */waypoints[164].childCount = 2; + /* 1:40 */waypoints[164].children[0] = 149; + /* 1:40 */waypoints[164].children[1] = 165; + /* 1:40 */waypoints[165] = spawnstruct(); + /* 1:40 */waypoints[165].origin = ( 509, 943, 175 ); + /* 1:40 */waypoints[165].type = "climb"; + /* 1:40 */waypoints[165].childCount = 2; + /* 1:40 */waypoints[165].children[0] = 164; + /* 1:40 */waypoints[165].children[1] = 166; + /* 1:40 */waypoints[165].angles = ( 0, 79, 0 ); + /* 1:40 */waypoints[166] = spawnstruct(); + /* 1:40 */waypoints[166].origin = ( 516, 1008, 268 ); + /* 1:40 */waypoints[166].type = "climb"; + /* 1:40 */waypoints[166].childCount = 2; + /* 1:40 */waypoints[166].children[0] = 165; + /* 1:40 */waypoints[166].children[1] = 173; + /* 1:40 */waypoints[166].angles = ( -1, 80, 0 ); + /* 1:40 */waypoints[167] = spawnstruct(); + /* 1:40 */waypoints[167].origin = ( 660, 1008, 274 ); + /* 1:40 */waypoints[167].type = "stand"; + /* 1:40 */waypoints[167].childCount = 2; + /* 1:40 */waypoints[167].children[0] = 146; + /* 1:40 */waypoints[167].children[1] = 119; + /* 1:40 */waypoints[168] = spawnstruct(); + /* 1:40 */waypoints[168].origin = ( 1354, 979, -230 ); + /* 1:40 */waypoints[168].type = "stand"; + /* 1:40 */waypoints[168].childCount = 2; + /* 1:40 */waypoints[168].children[0] = 72; + /* 1:40 */waypoints[168].children[1] = 169; + /* 1:40 */waypoints[169] = spawnstruct(); + /* 1:40 */waypoints[169].origin = ( 1384, 982, -232 ); + /* 1:40 */waypoints[169].type = "climb"; + /* 1:40 */waypoints[169].childCount = 2; + /* 1:40 */waypoints[169].children[0] = 168; + /* 1:40 */waypoints[169].children[1] = 170; + /* 1:40 */waypoints[169].angles = ( 7, 0, 0 ); + /* 1:40 */waypoints[170] = spawnstruct(); + /* 1:40 */waypoints[170].origin = ( 1458, 984, -132 ); + /* 1:40 */waypoints[170].type = "climb"; + /* 1:40 */waypoints[170].childCount = 2; + /* 1:40 */waypoints[170].children[0] = 169; + /* 1:40 */waypoints[170].children[1] = 171; + /* 1:40 */waypoints[170].angles = ( -4, 1, 0 ); + /* 1:40 */waypoints[171] = spawnstruct(); + /* 1:40 */waypoints[171].origin = ( 1486, 991, -133 ); + /* 1:40 */waypoints[171].type = "stand"; + /* 1:40 */waypoints[171].childCount = 2; + /* 1:40 */waypoints[171].children[0] = 170; + /* 1:40 */waypoints[171].children[1] = 172; + /* 1:40 */waypoints[172] = spawnstruct(); + /* 1:40 */waypoints[172].origin = ( 1596, 849, -136 ); + /* 1:40 */waypoints[172].type = "stand"; + /* 1:40 */waypoints[172].childCount = 1; + /* 1:40 */waypoints[172].children[0] = 171; + /* 1:40 */waypoints[173] = spawnstruct(); + /* 1:40 */waypoints[173].origin = ( 535, 1026, 268 ); + /* 1:40 */waypoints[173].type = "stand"; + /* 1:40 */waypoints[173].childCount = 2; + /* 1:40 */waypoints[173].children[0] = 119; + /* 1:40 */waypoints[173].children[1] = 166; + /* 1:40 */waypoints[174] = spawnstruct(); + /* 1:40 */waypoints[174].origin = ( 556, 1008, 18 ); + /* 1:40 */waypoints[174].type = "stand"; + /* 1:40 */waypoints[174].childCount = 2; + /* 1:40 */waypoints[174].children[0] = 151; + /* 1:40 */waypoints[174].children[1] = 152; + /* 1:40 */waypoints[175] = spawnstruct(); + /* 1:40 */waypoints[175].origin = ( 1382.53, 1493.33, -234.335 ); + /* 1:40 */waypoints[175].type = "javelin"; + /* 1:40 */waypoints[175].childCount = 1; + /* 1:40 */waypoints[175].children[0] = 80; + /* 1:40 */waypoints[175].jav_point = ( -20.7808, 1527.84, 731.487 ); + /* 1:40 */return waypoints; +} diff --git a/raw/scripts/mp/mp_seatown/wps_seatown.gsc b/raw/scripts/mp/mp_seatown/wps_seatown.gsc new file mode 100644 index 0000000..f1a4db2 --- /dev/null +++ b/raw/scripts/mp/mp_seatown/wps_seatown.gsc @@ -0,0 +1,1733 @@ +main() +{ + level.waypoints = Seatown(); +} + +Seatown() +{ + /* 1:54 */waypoints = []; + /* 1:54 */waypoints[0] = spawnstruct(); + /* 1:54 */waypoints[0].origin = ( 274.125, 508.147, 208.125 ); + /* 1:54 */waypoints[0].type = "climb"; + /* 1:54 */waypoints[0].children[0] = 1; + /* 1:54 */waypoints[0].children[1] = 94; + /* 1:54 */waypoints[0].angles = ( 3.19031, 179.72, 0 ); + /* 1:54 */waypoints[1] = spawnstruct(); + /* 1:54 */waypoints[1].origin = ( 254.987, 490.885, 265.178 ); + /* 1:54 */waypoints[1].type = "stand"; + /* 1:54 */waypoints[1].children[0] = 0; + /* 1:54 */waypoints[1].children[1] = 2; + /* 1:54 */waypoints[2] = spawnstruct(); + /* 1:54 */waypoints[2].origin = ( 212.125, 490.913, 273.45 ); + /* 1:54 */waypoints[2].type = "climb"; + /* 1:54 */waypoints[2].children[0] = 1; + /* 1:54 */waypoints[2].children[1] = 3; + /* 1:54 */waypoints[2].angles = ( 4.42078, 179.896, 0 ); + /* 1:54 */waypoints[3] = spawnstruct(); + /* 1:54 */waypoints[3].origin = ( 196.098, 490.913, 352.125 ); + /* 1:54 */waypoints[3].type = "stand"; + /* 1:54 */waypoints[3].children[0] = 2; + /* 1:54 */waypoints[3].children[1] = 4; + /* 1:54 */waypoints[4] = spawnstruct(); + /* 1:54 */waypoints[4].origin = ( 173.875, 490.919, 320.125 ); + /* 1:54 */waypoints[4].type = "climb"; + /* 1:54 */waypoints[4].children[0] = 3; + /* 1:54 */waypoints[4].children[1] = 5; + /* 1:54 */waypoints[4].angles = ( 17.2473, -1.04919, 0 ); + /* 1:54 */waypoints[5] = spawnstruct(); + /* 1:54 */waypoints[5].origin = ( 17.3134, 491.224, 320.125 ); + /* 1:54 */waypoints[5].type = "stand"; + /* 1:54 */waypoints[5].children[0] = 4; + /* 1:54 */waypoints[5].children[1] = 6; + /* 1:54 */waypoints[5].children[2] = 17; + /* 1:54 */waypoints[5].children[3] = 279; + /* 1:54 */waypoints[6] = spawnstruct(); + /* 1:54 */waypoints[6].origin = ( 27.0443, 618.823, 320.625 ); + /* 1:54 */waypoints[6].type = "stand"; + /* 1:54 */waypoints[6].children[0] = 5; + /* 1:54 */waypoints[6].children[1] = 7; + /* 1:54 */waypoints[6].children[2] = 12; + /* 1:54 */waypoints[7] = spawnstruct(); + /* 1:54 */waypoints[7].origin = ( 64.6581, 742.875, 322.125 ); + /* 1:54 */waypoints[7].type = "climb"; + /* 1:54 */waypoints[7].children[0] = 6; + /* 1:54 */waypoints[7].children[1] = 8; + /* 1:54 */waypoints[7].children[2] = 280; + /* 1:54 */waypoints[7].angles = ( 17.0551, 89.3188, 0 ); + /* 1:54 */waypoints[8] = spawnstruct(); + /* 1:54 */waypoints[8].origin = ( 64.661, 760.034, 356.125 ); + /* 1:54 */waypoints[8].type = "stand"; + /* 1:54 */waypoints[8].children[0] = 7; + /* 1:54 */waypoints[8].children[1] = 9; + /* 1:54 */waypoints[9] = spawnstruct(); + /* 1:54 */waypoints[9].origin = ( 73.0425, 777.138, 322.125 ); + /* 1:54 */waypoints[9].type = "climb"; + /* 1:54 */waypoints[9].children[0] = 8; + /* 1:54 */waypoints[9].children[1] = 10; + /* 1:54 */waypoints[9].angles = ( 11.7102, -92.4609, 0 ); + /* 1:54 */waypoints[10] = spawnstruct(); + /* 1:54 */waypoints[10].origin = ( 73.5488, 905.462, 322.125 ); + /* 1:54 */waypoints[10].type = "stand"; + /* 1:54 */waypoints[10].children[0] = 9; + /* 1:54 */waypoints[10].children[1] = 11; + /* 1:54 */waypoints[11] = spawnstruct(); + /* 1:54 */waypoints[11].origin = ( 71.4178, 1189.72, 322.125 ); + /* 1:54 */waypoints[11].type = "crouch"; + /* 1:54 */waypoints[11].children[0] = 10; + /* 1:54 */waypoints[11].angles = ( 18.5986, -148.903, 0 ); + /* 1:54 */waypoints[12] = spawnstruct(); + /* 1:54 */waypoints[12].origin = ( -134.681, 672.431, 320.125 ); + /* 1:54 */waypoints[12].type = "stand"; + /* 1:54 */waypoints[12].children[0] = 6; + /* 1:54 */waypoints[12].children[1] = 13; + /* 1:54 */waypoints[12].children[2] = 16; + /* 1:54 */waypoints[13] = spawnstruct(); + /* 1:54 */waypoints[13].origin = ( -171.875, 672.452, 320.125 ); + /* 1:54 */waypoints[13].type = "climb"; + /* 1:54 */waypoints[13].children[0] = 12; + /* 1:54 */waypoints[13].children[1] = 14; + /* 1:54 */waypoints[13].angles = ( 25.7892, 178.693, 0 ); + /* 1:54 */waypoints[14] = spawnstruct(); + /* 1:54 */waypoints[14].origin = ( -188.74, 672.458, 356.125 ); + /* 1:54 */waypoints[14].type = "stand"; + /* 1:54 */waypoints[14].children[0] = 13; + /* 1:54 */waypoints[14].children[1] = 15; + /* 1:54 */waypoints[15] = spawnstruct(); + /* 1:54 */waypoints[15].origin = ( -302.975, 670.183, 344.143 ); + /* 1:54 */waypoints[15].type = "crouch"; + /* 1:54 */waypoints[15].children[0] = 14; + /* 1:54 */waypoints[15].angles = ( 26.4923, 178.693, 0 ); + /* 1:54 */waypoints[16] = spawnstruct(); + /* 1:54 */waypoints[16].origin = ( -116.378, 639.139, 320.125 ); + /* 1:54 */waypoints[16].type = "claymore"; + /* 1:54 */waypoints[16].children[0] = 12; + /* 1:54 */waypoints[16].angles = ( 13.8361, -6.87195, 0 ); + /* 1:54 */waypoints[17] = spawnstruct(); + /* 1:54 */waypoints[17].origin = ( -104.261, 484.913, 320.125 ); + /* 1:54 */waypoints[17].type = "stand"; + /* 1:54 */waypoints[17].children[0] = 5; + /* 1:54 */waypoints[17].children[1] = 18; + /* 1:54 */waypoints[18] = spawnstruct(); + /* 1:54 */waypoints[18].origin = ( -238.436, 489.518, 248.125 ); + /* 1:54 */waypoints[18].type = "stand"; + /* 1:54 */waypoints[18].children[0] = 17; + /* 1:54 */waypoints[18].children[1] = 19; + /* 1:54 */waypoints[19] = spawnstruct(); + /* 1:54 */waypoints[19].origin = ( -246.869, 652.549, 168.125 ); + /* 1:54 */waypoints[19].type = "stand"; + /* 1:54 */waypoints[19].children[0] = 18; + /* 1:54 */waypoints[19].children[1] = 20; + /* 1:54 */waypoints[19].children[2] = 21; + /* 1:54 */waypoints[20] = spawnstruct(); + /* 1:54 */waypoints[20].origin = ( -101.312, 683.22, 168.125 ); + /* 1:54 */waypoints[20].type = "stand"; + /* 1:54 */waypoints[20].children[0] = 19; + /* 1:54 */waypoints[20].children[1] = 156; + /* 1:54 */waypoints[21] = spawnstruct(); + /* 1:54 */waypoints[21].origin = ( -443.473, 662.611, 100.125 ); + /* 1:54 */waypoints[21].type = "stand"; + /* 1:54 */waypoints[21].children[0] = 19; + /* 1:54 */waypoints[21].children[1] = 22; + /* 1:54 */waypoints[22] = spawnstruct(); + /* 1:54 */waypoints[22].origin = ( -677.535, 784.091, 86.1192 ); + /* 1:54 */waypoints[22].type = "stand"; + /* 1:54 */waypoints[22].children[0] = 21; + /* 1:54 */waypoints[22].children[1] = 23; + /* 1:54 */waypoints[22].children[2] = 161; + /* 1:54 */waypoints[23] = spawnstruct(); + /* 1:54 */waypoints[23].origin = ( -986.45, 1007.4, 31.5662 ); + /* 1:54 */waypoints[23].type = "stand"; + /* 1:54 */waypoints[23].children[0] = 22; + /* 1:54 */waypoints[23].children[1] = 24; + /* 1:54 */waypoints[23].children[2] = 25; + /* 1:54 */waypoints[24] = spawnstruct(); + /* 1:54 */waypoints[24].origin = ( -660.472, 1237.22, 54.9324 ); + /* 1:54 */waypoints[24].type = "stand"; + /* 1:54 */waypoints[24].children[0] = 23; + /* 1:54 */waypoints[24].children[1] = 83; + /* 1:54 */waypoints[24].children[2] = 85; + /* 1:54 */waypoints[25] = spawnstruct(); + /* 1:54 */waypoints[25].origin = ( -1247.54, 1030.34, 18.7169 ); + /* 1:54 */waypoints[25].type = "stand"; + /* 1:54 */waypoints[25].children[0] = 23; + /* 1:54 */waypoints[25].children[1] = 26; + /* 1:54 */waypoints[25].children[2] = 27; + /* 1:54 */waypoints[25].children[3] = 28; + /* 1:54 */waypoints[25].children[4] = 295; + /* 1:54 */waypoints[26] = spawnstruct(); + /* 1:54 */waypoints[26].origin = ( -1242.29, 835.146, 43.2297 ); + /* 1:54 */waypoints[26].type = "crouch"; + /* 1:54 */waypoints[26].children[0] = 25; + /* 1:54 */waypoints[26].angles = ( 10.1501, 89.599, 0 ); + /* 1:54 */waypoints[27] = spawnstruct(); + /* 1:54 */waypoints[27].origin = ( -1239.13, 1242.38, 53.1472 ); + /* 1:54 */waypoints[27].type = "crouch"; + /* 1:54 */waypoints[27].children[0] = 25; + /* 1:54 */waypoints[27].angles = ( 15.9454, -93.9386, 0 ); + /* 1:54 */waypoints[28] = spawnstruct(); + /* 1:54 */waypoints[28].origin = ( -1467.26, 1055.12, 9.69966 ); + /* 1:54 */waypoints[28].type = "stand"; + /* 1:54 */waypoints[28].children[0] = 25; + /* 1:54 */waypoints[28].children[1] = 29; + /* 1:54 */waypoints[28].children[2] = 294; + /* 1:54 */waypoints[28].children[3] = 295; + /* 1:54 */waypoints[28].children[4] = 33; + /* 1:54 */waypoints[29] = spawnstruct(); + /* 1:54 */waypoints[29].origin = ( -1662.44, 1169.64, 33.7564 ); + /* 1:54 */waypoints[29].type = "stand"; + /* 1:54 */waypoints[29].children[0] = 28; + /* 1:54 */waypoints[29].children[1] = 30; + /* 1:54 */waypoints[30] = spawnstruct(); + /* 1:54 */waypoints[30].origin = ( -1919.46, 1371.78, 51.3662 ); + /* 1:54 */waypoints[30].type = "stand"; + /* 1:54 */waypoints[30].children[0] = 29; + /* 1:54 */waypoints[30].children[1] = 31; + /* 1:54 */waypoints[30].children[2] = 32; + /* 1:54 */waypoints[31] = spawnstruct(); + /* 1:54 */waypoints[31].origin = ( -2063.61, 1519.6, 48.125 ); + /* 1:54 */waypoints[31].type = "crouch"; + /* 1:54 */waypoints[31].children[0] = 30; + /* 1:54 */waypoints[31].angles = ( 10.7654, -51.7291, 0 ); + /* 1:54 */waypoints[32] = spawnstruct(); + /* 1:54 */waypoints[32].origin = ( -1955.52, 1552.15, 128.125 ); + /* 1:54 */waypoints[32].type = "stand"; + /* 1:54 */waypoints[32].children[0] = 30; + /* 1:54 */waypoints[32].children[1] = 33; + /* 1:54 */waypoints[33] = spawnstruct(); + /* 1:54 */waypoints[33].origin = ( -2125.41, 1461.87, 200.125 ); + /* 1:54 */waypoints[33].type = "stand"; + /* 1:54 */waypoints[33].children[0] = 32; + /* 1:54 */waypoints[33].children[1] = 34; + /* 1:54 */waypoints[33].children[2] = 44; + /* 1:54 */waypoints[33].children[3] = 28; + /* 1:54 */waypoints[34] = spawnstruct(); + /* 1:54 */waypoints[34].origin = ( -2120.17, 1299, 200.125 ); + /* 1:54 */waypoints[34].type = "stand"; + /* 1:54 */waypoints[34].children[0] = 33; + /* 1:54 */waypoints[34].children[1] = 35; + /* 1:54 */waypoints[35] = spawnstruct(); + /* 1:54 */waypoints[35].origin = ( -2050.7, 1170.51, 200.125 ); + /* 1:54 */waypoints[35].type = "stand"; + /* 1:54 */waypoints[35].children[0] = 34; + /* 1:54 */waypoints[35].children[1] = 36; + /* 1:54 */waypoints[35].children[2] = 37; + /* 1:54 */waypoints[35].children[3] = 72; + /* 1:54 */waypoints[35].children[4] = 77; + /* 1:54 */waypoints[36] = spawnstruct(); + /* 1:54 */waypoints[36].origin = ( -2244.1, 1157.56, 200.125 ); + /* 1:54 */waypoints[36].type = "crouch"; + /* 1:54 */waypoints[36].children[0] = 35; + /* 1:54 */waypoints[36].angles = ( 16.0333, 8.94287, 0 ); + /* 1:54 */waypoints[37] = spawnstruct(); + /* 1:54 */waypoints[37].origin = ( -1905.17, 1172.86, 200.125 ); + /* 1:54 */waypoints[37].type = "stand"; + /* 1:54 */waypoints[37].children[0] = 35; + /* 1:54 */waypoints[37].children[1] = 38; + /* 1:54 */waypoints[37].children[2] = 39; + /* 1:54 */waypoints[37].children[3] = 76; + /* 1:54 */waypoints[38] = spawnstruct(); + /* 1:54 */waypoints[38].origin = ( -1933.37, 1119.12, 200.125 ); + /* 1:54 */waypoints[38].type = "claymore"; + /* 1:54 */waypoints[38].children[0] = 37; + /* 1:54 */waypoints[38].angles = ( 14.0997, 150.172, 0 ); + /* 1:54 */waypoints[39] = spawnstruct(); + /* 1:54 */waypoints[39].origin = ( -1813.8, 1260.04, 200.125 ); + /* 1:54 */waypoints[39].type = "stand"; + /* 1:54 */waypoints[39].children[0] = 37; + /* 1:54 */waypoints[39].children[1] = 40; + /* 1:54 */waypoints[40] = spawnstruct(); + /* 1:54 */waypoints[40].origin = ( -1674.39, 1444.7, 200.125 ); + /* 1:54 */waypoints[40].type = "stand"; + /* 1:54 */waypoints[40].children[0] = 39; + /* 1:54 */waypoints[40].children[1] = 41; + /* 1:54 */waypoints[40].children[2] = 42; + /* 1:54 */waypoints[40].children[3] = 45; + /* 1:54 */waypoints[41] = spawnstruct(); + /* 1:54 */waypoints[41].origin = ( -1584.3, 1577.72, 200.125 ); + /* 1:54 */waypoints[41].type = "crouch"; + /* 1:54 */waypoints[41].children[0] = 40; + /* 1:54 */waypoints[41].angles = ( 14.0118, -135.813, 0 ); + /* 1:54 */waypoints[42] = spawnstruct(); + /* 1:54 */waypoints[42].origin = ( -1774.71, 1601.75, 200.125 ); + /* 1:54 */waypoints[42].type = "stand"; + /* 1:54 */waypoints[42].children[0] = 40; + /* 1:54 */waypoints[42].children[1] = 43; + /* 1:54 */waypoints[43] = spawnstruct(); + /* 1:54 */waypoints[43].origin = ( -2048.46, 1741.24, 239.615 ); + /* 1:54 */waypoints[43].type = "stand"; + /* 1:54 */waypoints[43].children[0] = 42; + /* 1:54 */waypoints[43].children[1] = 44; + /* 1:54 */waypoints[44] = spawnstruct(); + /* 1:54 */waypoints[44].origin = ( -2235.12, 1601.79, 200.125 ); + /* 1:54 */waypoints[44].type = "stand"; + /* 1:54 */waypoints[44].children[0] = 43; + /* 1:54 */waypoints[44].children[1] = 33; + /* 1:54 */waypoints[45] = spawnstruct(); + /* 1:54 */waypoints[45].origin = ( -1442.22, 1456.48, 205.189 ); + /* 1:54 */waypoints[45].type = "stand"; + /* 1:54 */waypoints[45].children[0] = 40; + /* 1:54 */waypoints[45].children[1] = 46; + /* 1:54 */waypoints[46] = spawnstruct(); + /* 1:54 */waypoints[46].origin = ( -1116.27, 1446.53, 236.37 ); + /* 1:54 */waypoints[46].type = "stand"; + /* 1:54 */waypoints[46].children[0] = 45; + /* 1:54 */waypoints[46].children[1] = 47; + /* 1:54 */waypoints[46].children[2] = 81; + /* 1:54 */waypoints[46].children[3] = 82; + /* 1:54 */waypoints[47] = spawnstruct(); + /* 1:54 */waypoints[47].origin = ( -1095.75, 1209.61, 246.776 ); + /* 1:54 */waypoints[47].type = "stand"; + /* 1:54 */waypoints[47].children[0] = 46; + /* 1:54 */waypoints[47].children[1] = 48; + /* 1:54 */waypoints[48] = spawnstruct(); + /* 1:54 */waypoints[48].origin = ( -1093.37, 848.261, 292.768 ); + /* 1:54 */waypoints[48].type = "stand"; + /* 1:54 */waypoints[48].children[0] = 47; + /* 1:54 */waypoints[48].children[1] = 49; + /* 1:54 */waypoints[49] = spawnstruct(); + /* 1:54 */waypoints[49].origin = ( -1090.85, 554.352, 304.125 ); + /* 1:54 */waypoints[49].type = "stand"; + /* 1:54 */waypoints[49].children[0] = 48; + /* 1:54 */waypoints[49].children[1] = 50; + /* 1:54 */waypoints[50] = spawnstruct(); + /* 1:54 */waypoints[50].origin = ( -1090.8, 481.513, 304.125 ); + /* 1:54 */waypoints[50].type = "stand"; + /* 1:54 */waypoints[50].children[0] = 49; + /* 1:54 */waypoints[50].children[1] = 51; + /* 1:54 */waypoints[50].children[2] = 275; + /* 1:54 */waypoints[51] = spawnstruct(); + /* 1:54 */waypoints[51].origin = ( -1191.84, 476.016, 304.125 ); + /* 1:54 */waypoints[51].type = "climb"; + /* 1:54 */waypoints[51].children[0] = 50; + /* 1:54 */waypoints[51].children[1] = 52; + /* 1:54 */waypoints[51].angles = ( 15.6982, 179.824, 0 ); + /* 1:54 */waypoints[52] = spawnstruct(); + /* 1:54 */waypoints[52].origin = ( -1219.52, 476.823, 336.125 ); + /* 1:54 */waypoints[52].type = "stand"; + /* 1:54 */waypoints[52].children[0] = 51; + /* 1:54 */waypoints[52].children[1] = 53; + /* 1:54 */waypoints[53] = spawnstruct(); + /* 1:54 */waypoints[53].origin = ( -1244.15, 484.429, 168.125 ); + /* 1:54 */waypoints[53].type = "climb"; + /* 1:54 */waypoints[53].children[0] = 52; + /* 1:54 */waypoints[53].children[1] = 54; + /* 1:54 */waypoints[53].angles = ( -50.9229, -1.12061, 0 ); + /* 1:54 */waypoints[54] = spawnstruct(); + /* 1:54 */waypoints[54].origin = ( -1364.94, 474.427, 168.004 ); + /* 1:54 */waypoints[54].type = "stand"; + /* 1:54 */waypoints[54].children[0] = 53; + /* 1:54 */waypoints[54].children[1] = 55; + /* 1:54 */waypoints[54].children[2] = 64; + /* 1:54 */waypoints[54].children[3] = 65; + /* 1:54 */waypoints[54].children[4] = 66; + /* 1:54 */waypoints[54].children[5] = 67; + /* 1:54 */waypoints[55] = spawnstruct(); + /* 1:54 */waypoints[55].origin = ( -1467.72, 274.409, 168.125 ); + /* 1:54 */waypoints[55].type = "stand"; + /* 1:54 */waypoints[55].children[0] = 54; + /* 1:54 */waypoints[55].children[1] = 56; + /* 1:54 */waypoints[56] = spawnstruct(); + /* 1:54 */waypoints[56].origin = ( -1537.02, 99.5108, 168.125 ); + /* 1:54 */waypoints[56].type = "stand"; + /* 1:54 */waypoints[56].children[0] = 55; + /* 1:54 */waypoints[56].children[1] = 57; + /* 1:54 */waypoints[56].children[2] = 58; + /* 1:54 */waypoints[57] = spawnstruct(); + /* 1:54 */waypoints[57].origin = ( -1445.13, -214.138, 168.125 ); + /* 1:54 */waypoints[57].type = "stand"; + /* 1:54 */waypoints[57].children[0] = 56; + /* 1:54 */waypoints[57].children[1] = 184; + /* 1:54 */waypoints[57].children[2] = 185; + /* 1:54 */waypoints[58] = spawnstruct(); + /* 1:54 */waypoints[58].origin = ( -1889.85, 69.8914, 188.125 ); + /* 1:54 */waypoints[58].type = "stand"; + /* 1:54 */waypoints[58].children[0] = 56; + /* 1:54 */waypoints[58].children[1] = 59; + /* 1:54 */waypoints[58].children[2] = 274; + /* 1:54 */waypoints[59] = spawnstruct(); + /* 1:54 */waypoints[59].origin = ( -2072.83, -280.958, 188.125 ); + /* 1:54 */waypoints[59].type = "stand"; + /* 1:54 */waypoints[59].children[0] = 58; + /* 1:54 */waypoints[59].children[1] = 60; + /* 1:54 */waypoints[59].children[2] = 273; + /* 1:54 */waypoints[59].children[3] = 274; + /* 1:54 */waypoints[60] = spawnstruct(); + /* 1:54 */waypoints[60].origin = ( -2451.8, -328.837, 188.165 ); + /* 1:54 */waypoints[60].type = "stand"; + /* 1:54 */waypoints[60].children[0] = 59; + /* 1:54 */waypoints[60].children[1] = 61; + /* 1:54 */waypoints[60].children[2] = 203; + /* 1:54 */waypoints[60].children[3] = 297; + /* 1:54 */waypoints[60].children[4] = 273; + /* 1:54 */waypoints[61] = spawnstruct(); + /* 1:54 */waypoints[61].origin = ( -2543.37, 95.6241, 188.294 ); + /* 1:54 */waypoints[61].type = "stand"; + /* 1:54 */waypoints[61].children[0] = 60; + /* 1:54 */waypoints[61].children[1] = 62; + /* 1:54 */waypoints[62] = spawnstruct(); + /* 1:54 */waypoints[62].origin = ( -2433.08, 523.439, 188.125 ); + /* 1:54 */waypoints[62].type = "stand"; + /* 1:54 */waypoints[62].children[0] = 61; + /* 1:54 */waypoints[62].children[1] = 63; + /* 1:54 */waypoints[63] = spawnstruct(); + /* 1:54 */waypoints[63].origin = ( -1992.49, 505.632, 189.369 ); + /* 1:54 */waypoints[63].type = "stand"; + /* 1:54 */waypoints[63].children[0] = 62; + /* 1:54 */waypoints[63].children[1] = 64; + /* 1:54 */waypoints[63].children[2] = 69; + /* 1:54 */waypoints[63].children[3] = 274; + /* 1:54 */waypoints[64] = spawnstruct(); + /* 1:54 */waypoints[64].origin = ( -1641.45, 675.679, 220.125 ); + /* 1:54 */waypoints[64].type = "stand"; + /* 1:54 */waypoints[64].children[0] = 63; + /* 1:54 */waypoints[64].children[1] = 54; + /* 1:54 */waypoints[64].children[2] = 67; + /* 1:54 */waypoints[65] = spawnstruct(); + /* 1:54 */waypoints[65].origin = ( -1240.13, 365.125, 168.125 ); + /* 1:54 */waypoints[65].type = "crouch"; + /* 1:54 */waypoints[65].children[0] = 54; + /* 1:54 */waypoints[65].angles = ( 10.3149, 132.281, 0 ); + /* 1:54 */waypoints[66] = spawnstruct(); + /* 1:54 */waypoints[66].origin = ( -1240.12, 564.875, 168.125 ); + /* 1:54 */waypoints[66].type = "crouch"; + /* 1:54 */waypoints[66].children[0] = 54; + /* 1:54 */waypoints[66].angles = ( 9.7876, -150.672, 0 ); + /* 1:54 */waypoints[67] = spawnstruct(); + /* 1:54 */waypoints[67].origin = ( -1405.17, 717.823, 168.19 ); + /* 1:54 */waypoints[67].type = "stand"; + /* 1:54 */waypoints[67].children[0] = 54; + /* 1:54 */waypoints[67].children[1] = 68; + /* 1:54 */waypoints[67].children[2] = 64; + /* 1:54 */waypoints[68] = spawnstruct(); + /* 1:54 */waypoints[68].origin = ( -1266.13, 740.147, 168.895 ); + /* 1:54 */waypoints[68].type = "crouch"; + /* 1:54 */waypoints[68].children[0] = 67; + /* 1:54 */waypoints[68].angles = ( 8.02979, -168.503, 0 ); + /* 1:54 */waypoints[69] = spawnstruct(); + /* 1:54 */waypoints[69].origin = ( -1960.28, 728.521, 192.044 ); + /* 1:54 */waypoints[69].type = "stand"; + /* 1:54 */waypoints[69].children[0] = 63; + /* 1:54 */waypoints[69].children[1] = 70; + /* 1:54 */waypoints[70] = spawnstruct(); + /* 1:54 */waypoints[70].origin = ( -1970.28, 939.679, 192.746 ); + /* 1:54 */waypoints[70].type = "stand"; + /* 1:54 */waypoints[70].children[0] = 69; + /* 1:54 */waypoints[70].children[1] = 71; + /* 1:54 */waypoints[70].children[2] = 73; + /* 1:54 */waypoints[70].children[3] = 80; + /* 1:54 */waypoints[71] = spawnstruct(); + /* 1:54 */waypoints[71].origin = ( -1976.85, 1012.92, 200.125 ); + /* 1:54 */waypoints[71].type = "stand"; + /* 1:54 */waypoints[71].children[0] = 70; + /* 1:54 */waypoints[71].children[1] = 72; + /* 1:54 */waypoints[72] = spawnstruct(); + /* 1:54 */waypoints[72].origin = ( -2027.63, 1100.88, 200.125 ); + /* 1:54 */waypoints[72].type = "stand"; + /* 1:54 */waypoints[72].children[0] = 71; + /* 1:54 */waypoints[72].children[1] = 35; + /* 1:54 */waypoints[73] = spawnstruct(); + /* 1:54 */waypoints[73].origin = ( -1867.16, 958.385, 191.302 ); + /* 1:54 */waypoints[73].type = "stand"; + /* 1:54 */waypoints[73].children[0] = 70; + /* 1:54 */waypoints[73].children[1] = 74; + /* 1:54 */waypoints[74] = spawnstruct(); + /* 1:54 */waypoints[74].origin = ( -1873.26, 1007.25, 200.04 ); + /* 1:54 */waypoints[74].type = "climb"; + /* 1:54 */waypoints[74].children[0] = 73; + /* 1:54 */waypoints[74].children[1] = 75; + /* 1:54 */waypoints[74].angles = ( 15.5334, 91.225, 0 ); + /* 1:54 */waypoints[75] = spawnstruct(); + /* 1:54 */waypoints[75].origin = ( -1873.27, 1066.24, 236.125 ); + /* 1:54 */waypoints[75].type = "stand"; + /* 1:54 */waypoints[75].children[0] = 74; + /* 1:54 */waypoints[75].children[1] = 76; + /* 1:54 */waypoints[76] = spawnstruct(); + /* 1:54 */waypoints[76].origin = ( -1873.94, 1123.17, 200.125 ); + /* 1:54 */waypoints[76].type = "climb"; + /* 1:54 */waypoints[76].children[0] = 75; + /* 1:54 */waypoints[76].children[1] = 37; + /* 1:54 */waypoints[76].angles = ( 10.26, -88.8025, 0 ); + /* 1:54 */waypoints[77] = spawnstruct(); + /* 1:54 */waypoints[77].origin = ( -2129.51, 1122.93, 200.125 ); + /* 1:54 */waypoints[77].type = "climb"; + /* 1:54 */waypoints[77].children[0] = 35; + /* 1:54 */waypoints[77].children[1] = 78; + /* 1:54 */waypoints[77].angles = ( 14.9347, -92.3126, 0 ); + /* 1:54 */waypoints[78] = spawnstruct(); + /* 1:54 */waypoints[78].origin = ( -2129.53, 1073.06, 236.125 ); + /* 1:54 */waypoints[78].type = "stand"; + /* 1:54 */waypoints[78].children[0] = 77; + /* 1:54 */waypoints[78].children[1] = 79; + /* 1:54 */waypoints[79] = spawnstruct(); + /* 1:54 */waypoints[79].origin = ( -2129.95, 1007.46, 199.986 ); + /* 1:54 */waypoints[79].type = "climb"; + /* 1:54 */waypoints[79].children[0] = 78; + /* 1:54 */waypoints[79].children[1] = 80; + /* 1:54 */waypoints[79].angles = ( 8.85925, 88.8464, 0 ); + /* 1:54 */waypoints[80] = spawnstruct(); + /* 1:54 */waypoints[80].origin = ( -2136.88, 907.407, 192.48 ); + /* 1:54 */waypoints[80].type = "stand"; + /* 1:54 */waypoints[80].children[0] = 79; + /* 1:54 */waypoints[80].children[1] = 70; + /* 1:54 */waypoints[81] = spawnstruct(); + /* 1:54 */waypoints[81].origin = ( -993.125, 1531.86, 237.701 ); + /* 1:54 */waypoints[81].type = "crouch"; + /* 1:54 */waypoints[81].children[0] = 46; + /* 1:54 */waypoints[81].angles = ( 15.2698, -132.55, 0 ); + /* 1:54 */waypoints[82] = spawnstruct(); + /* 1:54 */waypoints[82].origin = ( -1014.69, 1362.58, 238.36 ); + /* 1:54 */waypoints[82].type = "stand"; + /* 1:54 */waypoints[82].children[0] = 46; + /* 1:54 */waypoints[82].children[1] = 83; + /* 1:54 */waypoints[83] = spawnstruct(); + /* 1:54 */waypoints[83].origin = ( -670.348, 1354.02, 72.125 ); + /* 1:54 */waypoints[83].type = "stand"; + /* 1:54 */waypoints[83].children[0] = 82; + /* 1:54 */waypoints[83].children[1] = 84; + /* 1:54 */waypoints[83].children[2] = 24; + /* 1:54 */waypoints[84] = spawnstruct(); + /* 1:54 */waypoints[84].origin = ( -775.694, 1297.13, 114.516 ); + /* 1:54 */waypoints[84].type = "claymore"; + /* 1:54 */waypoints[84].children[0] = 83; + /* 1:54 */waypoints[84].angles = ( 32.3151, 0.12085, 0 ); + /* 1:54 */waypoints[85] = spawnstruct(); + /* 1:54 */waypoints[85].origin = ( -409.769, 1181.6, 68.6791 ); + /* 1:54 */waypoints[85].type = "stand"; + /* 1:54 */waypoints[85].children[0] = 24; + /* 1:54 */waypoints[85].children[1] = 86; + /* 1:54 */waypoints[86] = spawnstruct(); + /* 1:54 */waypoints[86].origin = ( -165.999, 1178.28, 77.905 ); + /* 1:54 */waypoints[86].type = "stand"; + /* 1:54 */waypoints[86].children[0] = 85; + /* 1:54 */waypoints[86].children[1] = 87; + /* 1:54 */waypoints[86].children[2] = 88; + /* 1:54 */waypoints[87] = spawnstruct(); + /* 1:54 */waypoints[87].origin = ( -141.099, 1305, 112.125 ); + /* 1:54 */waypoints[87].type = "crouch"; + /* 1:54 */waypoints[87].children[0] = 86; + /* 1:54 */waypoints[87].angles = ( 11.7542, -92.6257, 0 ); + /* 1:54 */waypoints[88] = spawnstruct(); + /* 1:54 */waypoints[88].origin = ( 54.1837, 1154.28, 85.3308 ); + /* 1:54 */waypoints[88].type = "stand"; + /* 1:54 */waypoints[88].children[0] = 86; + /* 1:54 */waypoints[88].children[1] = 89; + /* 1:54 */waypoints[89] = spawnstruct(); + /* 1:54 */waypoints[89].origin = ( 149.727, 1156.76, 89.7882 ); + /* 1:54 */waypoints[89].type = "stand"; + /* 1:54 */waypoints[89].children[0] = 88; + /* 1:54 */waypoints[89].children[1] = 90; + /* 1:54 */waypoints[89].children[2] = 91; + /* 1:54 */waypoints[89].children[3] = 92; + /* 1:54 */waypoints[90] = spawnstruct(); + /* 1:54 */waypoints[90].origin = ( 132.125, 1260.88, 88.9296 ); + /* 1:54 */waypoints[90].type = "claymore"; + /* 1:54 */waypoints[90].children[0] = 89; + /* 1:54 */waypoints[90].angles = ( 8.06824, -87.9675, 0 ); + /* 1:54 */waypoints[91] = spawnstruct(); + /* 1:54 */waypoints[91].origin = ( 137.236, 1036.16, 91.1789 ); + /* 1:54 */waypoints[91].type = "claymore"; + /* 1:54 */waypoints[91].children[0] = 89; + /* 1:54 */waypoints[91].children[1] = 147; + /* 1:54 */waypoints[91].angles = ( 12.8967, 86.3855, 0 ); + /* 1:54 */waypoints[92] = spawnstruct(); + /* 1:54 */waypoints[92].origin = ( 383.158, 1054.73, 122.632 ); + /* 1:54 */waypoints[92].type = "stand"; + /* 1:54 */waypoints[92].children[0] = 89; + /* 1:54 */waypoints[92].children[1] = 93; + /* 1:54 */waypoints[92].children[2] = 137; + /* 1:54 */waypoints[92].children[3] = 147; + /* 1:54 */waypoints[92].children[4] = 146; + /* 1:54 */waypoints[93] = spawnstruct(); + /* 1:54 */waypoints[93].origin = ( 308.794, 737.761, 152.125 ); + /* 1:54 */waypoints[93].type = "stand"; + /* 1:54 */waypoints[93].children[0] = 92; + /* 1:54 */waypoints[93].children[1] = 94; + /* 1:54 */waypoints[93].children[2] = 146; + /* 1:54 */waypoints[93].children[3] = 147; + /* 1:54 */waypoints[94] = spawnstruct(); + /* 1:54 */waypoints[94].origin = ( 344.198, 504.627, 208.125 ); + /* 1:54 */waypoints[94].type = "stand"; + /* 1:54 */waypoints[94].children[0] = 93; + /* 1:54 */waypoints[94].children[1] = 0; + /* 1:54 */waypoints[94].children[2] = 95; + /* 1:54 */waypoints[95] = spawnstruct(); + /* 1:54 */waypoints[95].origin = ( 262.72, 357.555, 208.125 ); + /* 1:54 */waypoints[95].type = "stand"; + /* 1:54 */waypoints[95].children[0] = 94; + /* 1:54 */waypoints[95].children[1] = 96; + /* 1:54 */waypoints[96] = spawnstruct(); + /* 1:54 */waypoints[96].origin = ( 261.378, 243.971, 208.125 ); + /* 1:54 */waypoints[96].type = "stand"; + /* 1:54 */waypoints[96].children[0] = 95; + /* 1:54 */waypoints[96].children[1] = 97; + /* 1:54 */waypoints[96].children[2] = 148; + /* 1:54 */waypoints[97] = spawnstruct(); + /* 1:54 */waypoints[97].origin = ( 394.31, 220.458, 208.125 ); + /* 1:54 */waypoints[97].type = "stand"; + /* 1:54 */waypoints[97].children[0] = 96; + /* 1:54 */waypoints[97].children[1] = 98; + /* 1:54 */waypoints[98] = spawnstruct(); + /* 1:54 */waypoints[98].origin = ( 417.727, 87.1448, 208.125 ); + /* 1:54 */waypoints[98].type = "stand"; + /* 1:54 */waypoints[98].children[0] = 97; + /* 1:54 */waypoints[98].children[1] = 99; + /* 1:54 */waypoints[98].children[2] = 291; + /* 1:54 */waypoints[99] = spawnstruct(); + /* 1:54 */waypoints[99].origin = ( 417.741, -59.3928, 248.125 ); + /* 1:54 */waypoints[99].type = "stand"; + /* 1:54 */waypoints[99].children[0] = 98; + /* 1:54 */waypoints[99].children[1] = 100; + /* 1:54 */waypoints[99].children[2] = 101; + /* 1:54 */waypoints[100] = spawnstruct(); + /* 1:54 */waypoints[100].origin = ( 464.125, -43.1455, 248.125 ); + /* 1:54 */waypoints[100].type = "claymore"; + /* 1:54 */waypoints[100].children[0] = 99; + /* 1:54 */waypoints[100].angles = ( 23.7073, -178.627, 0 ); + /* 1:54 */waypoints[101] = spawnstruct(); + /* 1:54 */waypoints[101].origin = ( 563.644, -101.521, 248.125 ); + /* 1:54 */waypoints[101].type = "stand"; + /* 1:54 */waypoints[101].children[0] = 99; + /* 1:54 */waypoints[101].children[1] = 102; + /* 1:54 */waypoints[102] = spawnstruct(); + /* 1:54 */waypoints[102].origin = ( 772.628, -101.494, 248.125 ); + /* 1:54 */waypoints[102].type = "stand"; + /* 1:54 */waypoints[102].children[0] = 101; + /* 1:54 */waypoints[102].children[1] = 103; + /* 1:54 */waypoints[102].children[2] = 112; + /* 1:54 */waypoints[103] = spawnstruct(); + /* 1:54 */waypoints[103].origin = ( 924.211, -120.871, 248.125 ); + /* 1:54 */waypoints[103].type = "stand"; + /* 1:54 */waypoints[103].children[0] = 102; + /* 1:54 */waypoints[103].children[1] = 104; + /* 1:54 */waypoints[103].children[2] = 111; + /* 1:54 */waypoints[104] = spawnstruct(); + /* 1:54 */waypoints[104].origin = ( 993.873, -46.7099, 248.125 ); + /* 1:54 */waypoints[104].type = "climb"; + /* 1:54 */waypoints[104].children[0] = 103; + /* 1:54 */waypoints[104].children[1] = 105; + /* 1:54 */waypoints[104].angles = ( 27.1515, 1.31287, 0 ); + /* 1:54 */waypoints[105] = spawnstruct(); + /* 1:54 */waypoints[105].origin = ( 1012.11, -46.9633, 280.125 ); + /* 1:54 */waypoints[105].type = "stand"; + /* 1:54 */waypoints[105].children[0] = 104; + /* 1:54 */waypoints[105].children[1] = 106; + /* 1:54 */waypoints[106] = spawnstruct(); + /* 1:54 */waypoints[106].origin = ( 1032.13, -56.5955, 230.064 ); + /* 1:54 */waypoints[106].type = "climb"; + /* 1:54 */waypoints[106].children[0] = 105; + /* 1:54 */waypoints[106].children[1] = 107; + /* 1:54 */waypoints[106].children[2] = 293; + /* 1:54 */waypoints[106].angles = ( 2.84973, -178.484, 0 ); + /* 1:54 */waypoints[107] = spawnstruct(); + /* 1:54 */waypoints[107].origin = ( 1059.15, -221.774, 232.125 ); + /* 1:54 */waypoints[107].type = "stand"; + /* 1:54 */waypoints[107].children[0] = 106; + /* 1:54 */waypoints[107].children[1] = 108; + /* 1:54 */waypoints[107].children[2] = 109; + /* 1:54 */waypoints[107].children[3] = 117; + /* 1:54 */waypoints[108] = spawnstruct(); + /* 1:54 */waypoints[108].origin = ( 1060.25, -412.076, 232.125 ); + /* 1:54 */waypoints[108].type = "stand"; + /* 1:54 */waypoints[108].children[0] = 107; + /* 1:54 */waypoints[108].children[1] = 113; + /* 1:54 */waypoints[108].children[2] = 288; + /* 1:54 */waypoints[108].children[3] = 117; + /* 1:54 */waypoints[109] = spawnstruct(); + /* 1:54 */waypoints[109].origin = ( 1032.34, -216.529, 232.125 ); + /* 1:54 */waypoints[109].type = "climb"; + /* 1:54 */waypoints[109].children[0] = 107; + /* 1:54 */waypoints[109].children[1] = 110; + /* 1:54 */waypoints[109].angles = ( 7.34863, 178.885, 0 ); + /* 1:54 */waypoints[110] = spawnstruct(); + /* 1:54 */waypoints[110].origin = ( 1016.03, -216.529, 280.124 ); + /* 1:54 */waypoints[110].type = "stand"; + /* 1:54 */waypoints[110].children[0] = 109; + /* 1:54 */waypoints[110].children[1] = 111; + /* 1:54 */waypoints[111] = spawnstruct(); + /* 1:54 */waypoints[111].origin = ( 993.861, -217.628, 248.125 ); + /* 1:54 */waypoints[111].type = "climb"; + /* 1:54 */waypoints[111].children[0] = 110; + /* 1:54 */waypoints[111].children[1] = 103; + /* 1:54 */waypoints[111].angles = ( 10.3369, -2.71912, 0 ); + /* 1:54 */waypoints[112] = spawnstruct(); + /* 1:54 */waypoints[112].origin = ( 745.113, -212.155, 248.125 ); + /* 1:54 */waypoints[112].type = "stand"; + /* 1:54 */waypoints[112].children[0] = 102; + /* 1:54 */waypoints[112].children[1] = 113; + /* 1:54 */waypoints[113] = spawnstruct(); + /* 1:54 */waypoints[113].origin = ( 745.029, -404.927, 166.125 ); + /* 1:54 */waypoints[113].type = "stand"; + /* 1:54 */waypoints[113].children[0] = 112; + /* 1:54 */waypoints[113].children[1] = 108; + /* 1:54 */waypoints[113].children[2] = 114; + /* 1:54 */waypoints[114] = spawnstruct(); + /* 1:54 */waypoints[114].origin = ( 438.699, -407.297, 167.125 ); + /* 1:54 */waypoints[114].type = "stand"; + /* 1:54 */waypoints[114].children[0] = 113; + /* 1:54 */waypoints[114].children[1] = 115; + /* 1:54 */waypoints[114].children[2] = 224; + /* 1:54 */waypoints[115] = spawnstruct(); + /* 1:54 */waypoints[115].origin = ( 59.3499, -350.625, 170.125 ); + /* 1:54 */waypoints[115].type = "stand"; + /* 1:54 */waypoints[115].children[0] = 114; + /* 1:54 */waypoints[115].children[1] = 151; + /* 1:54 */waypoints[116] = spawnstruct(); + /* 1:54 */waypoints[116].origin = ( 18.1194, 149.725, 170.125 ); + /* 1:54 */waypoints[116].type = "stand"; + /* 1:54 */waypoints[116].children[0] = 149; + /* 1:54 */waypoints[116].children[1] = 152; + /* 1:54 */waypoints[117] = spawnstruct(); + /* 1:54 */waypoints[117].origin = ( 1237.19, -154.42, 230.982 ); + /* 1:54 */waypoints[117].type = "stand"; + /* 1:54 */waypoints[117].children[0] = 107; + /* 1:54 */waypoints[117].children[1] = 118; + /* 1:54 */waypoints[117].children[2] = 124; + /* 1:54 */waypoints[117].children[3] = 108; + /* 1:54 */waypoints[118] = spawnstruct(); + /* 1:54 */waypoints[118].origin = ( 1237.25, -2.83976, 230.98 ); + /* 1:54 */waypoints[118].type = "stand"; + /* 1:54 */waypoints[118].children[0] = 117; + /* 1:54 */waypoints[118].children[1] = 119; + /* 1:54 */waypoints[118].children[2] = 123; + /* 1:54 */waypoints[119] = spawnstruct(); + /* 1:54 */waypoints[119].origin = ( 1237.37, 140.805, 230.936 ); + /* 1:54 */waypoints[119].type = "stand"; + /* 1:54 */waypoints[119].children[0] = 118; + /* 1:54 */waypoints[119].children[1] = 120; + /* 1:54 */waypoints[119].children[2] = 122; + /* 1:54 */waypoints[120] = spawnstruct(); + /* 1:54 */waypoints[120].origin = ( 1237.51, 298.876, 230.125 ); + /* 1:54 */waypoints[120].type = "stand"; + /* 1:54 */waypoints[120].children[0] = 119; + /* 1:54 */waypoints[120].children[1] = 121; + /* 1:54 */waypoints[120].children[2] = 127; + /* 1:54 */waypoints[120].children[3] = 293; + /* 1:54 */waypoints[121] = spawnstruct(); + /* 1:54 */waypoints[121].origin = ( 1381.78, 317.644, 234.125 ); + /* 1:54 */waypoints[121].type = "stand"; + /* 1:54 */waypoints[121].children[0] = 120; + /* 1:54 */waypoints[121].children[1] = 122; + /* 1:54 */waypoints[122] = spawnstruct(); + /* 1:54 */waypoints[122].origin = ( 1381.82, 166.391, 234.125 ); + /* 1:54 */waypoints[122].type = "stand"; + /* 1:54 */waypoints[122].children[0] = 121; + /* 1:54 */waypoints[122].children[1] = 123; + /* 1:54 */waypoints[122].children[2] = 119; + /* 1:54 */waypoints[123] = spawnstruct(); + /* 1:54 */waypoints[123].origin = ( 1381.78, 15.5238, 234.125 ); + /* 1:54 */waypoints[123].type = "stand"; + /* 1:54 */waypoints[123].children[0] = 122; + /* 1:54 */waypoints[123].children[1] = 124; + /* 1:54 */waypoints[123].children[2] = 126; + /* 1:54 */waypoints[123].children[3] = 118; + /* 1:54 */waypoints[124] = spawnstruct(); + /* 1:54 */waypoints[124].origin = ( 1381.75, -134.601, 234.125 ); + /* 1:54 */waypoints[124].type = "stand"; + /* 1:54 */waypoints[124].children[0] = 123; + /* 1:54 */waypoints[124].children[1] = 125; + /* 1:54 */waypoints[124].children[2] = 117; + /* 1:54 */waypoints[125] = spawnstruct(); + /* 1:54 */waypoints[125].origin = ( 1502.88, -205.875, 234.125 ); + /* 1:54 */waypoints[125].type = "crouch"; + /* 1:54 */waypoints[125].children[0] = 124; + /* 1:54 */waypoints[125].angles = ( 15.0238, 154.786, 0 ); + /* 1:54 */waypoints[126] = spawnstruct(); + /* 1:54 */waypoints[126].origin = ( 1502.88, 28.875, 234.125 ); + /* 1:54 */waypoints[126].type = "crouch"; + /* 1:54 */waypoints[126].children[0] = 123; + /* 1:54 */waypoints[126].angles = ( 18.5394, -151.408, 0 ); + /* 1:54 */waypoints[127] = spawnstruct(); + /* 1:54 */waypoints[127].origin = ( 1222.89, 520.928, 173 ); + /* 1:54 */waypoints[127].type = "stand"; + /* 1:54 */waypoints[127].children[0] = 120; + /* 1:54 */waypoints[127].children[1] = 128; + /* 1:54 */waypoints[127].children[2] = 142; + /* 1:54 */waypoints[128] = spawnstruct(); + /* 1:54 */waypoints[128].origin = ( 1179.9, 812.072, 162.187 ); + /* 1:54 */waypoints[128].type = "stand"; + /* 1:54 */waypoints[128].children[0] = 127; + /* 1:54 */waypoints[128].children[1] = 129; + /* 1:54 */waypoints[128].children[2] = 139; + /* 1:54 */waypoints[128].children[3] = 140; + /* 1:54 */waypoints[128].children[4] = 142; + /* 1:54 */waypoints[129] = spawnstruct(); + /* 1:54 */waypoints[129].origin = ( 979.507, 959.312, 171.122 ); + /* 1:54 */waypoints[129].type = "stand"; + /* 1:54 */waypoints[129].children[0] = 128; + /* 1:54 */waypoints[129].children[1] = 130; + /* 1:54 */waypoints[129].children[2] = 131; + /* 1:54 */waypoints[129].children[3] = 138; + /* 1:54 */waypoints[129].children[4] = 142; + /* 1:54 */waypoints[129].children[5] = 144; + /* 1:54 */waypoints[129].children[6] = 139; + /* 1:54 */waypoints[130] = spawnstruct(); + /* 1:54 */waypoints[130].origin = ( 766.856, 867.259, 165.02 ); + /* 1:54 */waypoints[130].type = "stand"; + /* 1:54 */waypoints[130].children[0] = 129; + /* 1:54 */waypoints[130].children[1] = 133; + /* 1:54 */waypoints[130].children[2] = 134; + /* 1:54 */waypoints[130].children[3] = 135; + /* 1:54 */waypoints[130].children[4] = 136; + /* 1:54 */waypoints[130].children[5] = 142; + /* 1:54 */waypoints[131] = spawnstruct(); + /* 1:54 */waypoints[131].origin = ( 738.526, 1100.24, 161.913 ); + /* 1:54 */waypoints[131].type = "stand"; + /* 1:54 */waypoints[131].children[0] = 129; + /* 1:54 */waypoints[131].children[1] = 132; + /* 1:54 */waypoints[131].children[2] = 137; + /* 1:54 */waypoints[131].children[3] = 144; + /* 1:54 */waypoints[132] = spawnstruct(); + /* 1:54 */waypoints[132].origin = ( 737.462, 992.673, 162.978 ); + /* 1:54 */waypoints[132].type = "claymore"; + /* 1:54 */waypoints[132].children[0] = 131; + /* 1:54 */waypoints[132].angles = ( 17.8363, 91.0876, 0 ); + /* 1:54 */waypoints[133] = spawnstruct(); + /* 1:54 */waypoints[133].origin = ( 731.125, 743.125, 170.585 ); + /* 1:54 */waypoints[133].type = "crouch"; + /* 1:54 */waypoints[133].children[0] = 130; + /* 1:54 */waypoints[133].angles = ( 9.83826, 83.7048, 0 ); + /* 1:54 */waypoints[134] = spawnstruct(); + /* 1:54 */waypoints[134].origin = ( 731.125, 766.619, 169.95 ); + /* 1:54 */waypoints[134].type = "claymore"; + /* 1:54 */waypoints[134].children[0] = 130; + /* 1:54 */waypoints[134].angles = ( 13.266, 87.3962, 0 ); + /* 1:54 */waypoints[135] = spawnstruct(); + /* 1:54 */waypoints[135].origin = ( 731.165, 978.819, 161.708 ); + /* 1:54 */waypoints[135].type = "claymore"; + /* 1:54 */waypoints[135].children[0] = 130; + /* 1:54 */waypoints[135].angles = ( 19.8578, -94.1583, 0 ); + /* 1:54 */waypoints[136] = spawnstruct(); + /* 1:54 */waypoints[136].origin = ( 593.345, 866.646, 152.428 ); + /* 1:54 */waypoints[136].type = "stand"; + /* 1:54 */waypoints[136].children[0] = 130; + /* 1:54 */waypoints[136].children[1] = 137; + /* 1:54 */waypoints[136].children[2] = 146; + /* 1:54 */waypoints[137] = spawnstruct(); + /* 1:54 */waypoints[137].origin = ( 542.318, 1093.81, 141.393 ); + /* 1:54 */waypoints[137].type = "stand"; + /* 1:54 */waypoints[137].children[0] = 136; + /* 1:54 */waypoints[137].children[1] = 92; + /* 1:54 */waypoints[137].children[2] = 131; + /* 1:54 */waypoints[137].children[3] = 146; + /* 1:54 */waypoints[138] = spawnstruct(); + /* 1:54 */waypoints[138].origin = ( 1139.75, 1187, 169.878 ); + /* 1:54 */waypoints[138].type = "stand"; + /* 1:54 */waypoints[138].children[0] = 129; + /* 1:54 */waypoints[138].children[1] = 139; + /* 1:54 */waypoints[138].children[2] = 144; + /* 1:54 */waypoints[139] = spawnstruct(); + /* 1:54 */waypoints[139].origin = ( 1366.6, 1001.13, 166.742 ); + /* 1:54 */waypoints[139].type = "stand"; + /* 1:54 */waypoints[139].children[0] = 138; + /* 1:54 */waypoints[139].children[1] = 140; + /* 1:54 */waypoints[139].children[2] = 128; + /* 1:54 */waypoints[139].children[3] = 129; + /* 1:54 */waypoints[140] = spawnstruct(); + /* 1:54 */waypoints[140].origin = ( 1362.46, 648.367, 178.782 ); + /* 1:54 */waypoints[140].type = "stand"; + /* 1:54 */waypoints[140].children[0] = 139; + /* 1:54 */waypoints[140].children[1] = 141; + /* 1:54 */waypoints[140].children[2] = 128; + /* 1:54 */waypoints[141] = spawnstruct(); + /* 1:54 */waypoints[141].origin = ( 1398.88, 559.125, 172.857 ); + /* 1:54 */waypoints[141].type = "crouch"; + /* 1:54 */waypoints[141].children[0] = 140; + /* 1:54 */waypoints[141].angles = ( 16.5179, 168.492, 0 ); + /* 1:54 */waypoints[142] = spawnstruct(); + /* 1:54 */waypoints[142].origin = ( 1032.98, 687.96, 168.606 ); + /* 1:54 */waypoints[142].type = "stand"; + /* 1:54 */waypoints[142].children[0] = 128; + /* 1:54 */waypoints[142].children[1] = 143; + /* 1:54 */waypoints[142].children[2] = 127; + /* 1:54 */waypoints[142].children[3] = 129; + /* 1:54 */waypoints[142].children[4] = 130; + /* 1:54 */waypoints[143] = spawnstruct(); + /* 1:54 */waypoints[143].origin = ( 916.125, 559.125, 170.125 ); + /* 1:54 */waypoints[143].type = "crouch"; + /* 1:54 */waypoints[143].children[0] = 142; + /* 1:54 */waypoints[143].angles = ( 5.09766, 46.0107, 0 ); + /* 1:54 */waypoints[144] = spawnstruct(); + /* 1:54 */waypoints[144].origin = ( 978.048, 1208.22, 169.294 ); + /* 1:54 */waypoints[144].type = "stand"; + /* 1:54 */waypoints[144].children[0] = 131; + /* 1:54 */waypoints[144].children[1] = 138; + /* 1:54 */waypoints[144].children[2] = 145; + /* 1:54 */waypoints[144].children[3] = 129; + /* 1:54 */waypoints[145] = spawnstruct(); + /* 1:54 */waypoints[145].origin = ( 1045.88, 1324.88, 170.586 ); + /* 1:54 */waypoints[145].type = "crouch"; + /* 1:54 */waypoints[145].children[0] = 144; + /* 1:54 */waypoints[145].angles = ( 7.55859, -126.546, 0 ); + /* 1:54 */waypoints[146] = spawnstruct(); + /* 1:54 */waypoints[146].origin = ( 444.5, 866.788, 135.993 ); + /* 1:54 */waypoints[146].type = "stand"; + /* 1:54 */waypoints[146].children[0] = 136; + /* 1:54 */waypoints[146].children[1] = 93; + /* 1:54 */waypoints[146].children[2] = 92; + /* 1:54 */waypoints[146].children[3] = 137; + /* 1:54 */waypoints[147] = spawnstruct(); + /* 1:54 */waypoints[147].origin = ( 132.125, 779.125, 126.112 ); + /* 1:54 */waypoints[147].type = "crouch"; + /* 1:54 */waypoints[147].children[0] = 93; + /* 1:54 */waypoints[147].children[1] = 91; + /* 1:54 */waypoints[147].children[2] = 92; + /* 1:54 */waypoints[148] = spawnstruct(); + /* 1:54 */waypoints[148].origin = ( 107.645, 241.55, 168.125 ); + /* 1:54 */waypoints[148].type = "stand"; + /* 1:54 */waypoints[148].children[0] = 96; + /* 1:54 */waypoints[148].children[1] = 149; + /* 1:54 */waypoints[149] = spawnstruct(); + /* 1:54 */waypoints[149].origin = ( -4.2525, 240.898, 165.125 ); + /* 1:54 */waypoints[149].type = "stand"; + /* 1:54 */waypoints[149].children[0] = 148; + /* 1:54 */waypoints[149].children[1] = 150; + /* 1:54 */waypoints[149].children[2] = 116; + /* 1:54 */waypoints[149].children[3] = 151; + /* 1:54 */waypoints[150] = spawnstruct(); + /* 1:54 */waypoints[150].origin = ( -410.643, 237.67, 166.125 ); + /* 1:54 */waypoints[150].type = "stand"; + /* 1:54 */waypoints[150].children[0] = 149; + /* 1:54 */waypoints[150].children[1] = 170; + /* 1:54 */waypoints[150].children[2] = 175; + /* 1:54 */waypoints[151] = spawnstruct(); + /* 1:54 */waypoints[151].origin = ( -53.4301, -133.034, 170.125 ); + /* 1:54 */waypoints[151].type = "stand"; + /* 1:54 */waypoints[151].children[0] = 115; + /* 1:54 */waypoints[151].children[1] = 152; + /* 1:54 */waypoints[151].children[2] = 153; + /* 1:54 */waypoints[151].children[3] = 149; + /* 1:54 */waypoints[152] = spawnstruct(); + /* 1:54 */waypoints[152].origin = ( 9.41021, 33.3786, 170.125 ); + /* 1:54 */waypoints[152].type = "stand"; + /* 1:54 */waypoints[152].children[0] = 151; + /* 1:54 */waypoints[152].children[1] = 116; + /* 1:54 */waypoints[153] = spawnstruct(); + /* 1:54 */waypoints[153].origin = ( -48.875, -278.875, 170.125 ); + /* 1:54 */waypoints[153].type = "crouch"; + /* 1:54 */waypoints[153].children[0] = 151; + /* 1:54 */waypoints[153].children[1] = 154; + /* 1:54 */waypoints[154] = spawnstruct(); + /* 1:54 */waypoints[154].origin = ( 93.3833, 326.034, 169.125 ); + /* 1:54 */waypoints[154].type = "stand"; + /* 1:54 */waypoints[154].children[0] = 153; + /* 1:54 */waypoints[154].children[1] = 155; + /* 1:54 */waypoints[154].children[2] = 157; + /* 1:54 */waypoints[155] = spawnstruct(); + /* 1:54 */waypoints[155].origin = ( 61.2963, 483.681, 168.125 ); + /* 1:54 */waypoints[155].type = "stand"; + /* 1:54 */waypoints[155].children[0] = 154; + /* 1:54 */waypoints[155].children[1] = 156; + /* 1:54 */waypoints[155].children[2] = 157; + /* 1:54 */waypoints[156] = spawnstruct(); + /* 1:54 */waypoints[156].origin = ( -37.1158, 637.831, 168.125 ); + /* 1:54 */waypoints[156].type = "stand"; + /* 1:54 */waypoints[156].children[0] = 155; + /* 1:54 */waypoints[156].children[1] = 20; + /* 1:54 */waypoints[156].children[2] = 160; + /* 1:54 */waypoints[157] = spawnstruct(); + /* 1:54 */waypoints[157].origin = ( 147.233, 418.74, 168.125 ); + /* 1:54 */waypoints[157].type = "stand"; + /* 1:54 */waypoints[157].children[0] = 155; + /* 1:54 */waypoints[157].children[1] = 154; + /* 1:54 */waypoints[157].children[2] = 158; + /* 1:54 */waypoints[158] = spawnstruct(); + /* 1:54 */waypoints[158].origin = ( 173.871, 355.125, 168.125 ); + /* 1:54 */waypoints[158].type = "claymore"; + /* 1:54 */waypoints[158].children[0] = 157; + /* 1:54 */waypoints[158].children[1] = 159; + /* 1:54 */waypoints[158].angles = ( 24.6863, 173.112, 0 ); + /* 1:54 */waypoints[159] = spawnstruct(); + /* 1:54 */waypoints[159].origin = ( 173.871, 355.125, 168.125 ); + /* 1:54 */waypoints[159].type = "crouch"; + /* 1:54 */waypoints[159].children[0] = 158; + /* 1:54 */waypoints[159].angles = ( 23.7195, 172.76, 0 ); + /* 1:54 */waypoints[160] = spawnstruct(); + /* 1:54 */waypoints[160].origin = ( 173.875, 707.88, 187.125 ); + /* 1:54 */waypoints[160].type = "crouch"; + /* 1:54 */waypoints[160].children[0] = 156; + /* 1:54 */waypoints[160].angles = ( 16.7816, -168.519, 0 ); + /* 1:54 */waypoints[161] = spawnstruct(); + /* 1:54 */waypoints[161].origin = ( -668.86, 613.995, 168.125 ); + /* 1:54 */waypoints[161].type = "stand"; + /* 1:54 */waypoints[161].children[0] = 22; + /* 1:54 */waypoints[161].children[1] = 162; + /* 1:54 */waypoints[162] = spawnstruct(); + /* 1:54 */waypoints[162].origin = ( -666.12, 468.24, 166.125 ); + /* 1:54 */waypoints[162].type = "stand"; + /* 1:54 */waypoints[162].children[0] = 161; + /* 1:54 */waypoints[162].children[1] = 163; + /* 1:54 */waypoints[162].children[2] = 164; + /* 1:54 */waypoints[162].children[3] = 169; + /* 1:54 */waypoints[163] = spawnstruct(); + /* 1:54 */waypoints[163].origin = ( -454.125, 530.141, 166.792 ); + /* 1:54 */waypoints[163].type = "crouch"; + /* 1:54 */waypoints[163].children[0] = 162; + /* 1:54 */waypoints[163].angles = ( 19.2426, -150.776, 0 ); + /* 1:54 */waypoints[164] = spawnstruct(); + /* 1:54 */waypoints[164].origin = ( -907.051, 468.668, 166.125 ); + /* 1:54 */waypoints[164].type = "stand"; + /* 1:54 */waypoints[164].children[0] = 162; + /* 1:54 */waypoints[164].children[1] = 165; + /* 1:54 */waypoints[164].children[2] = 168; + /* 1:54 */waypoints[165] = spawnstruct(); + /* 1:54 */waypoints[165].origin = ( -1138.44, 450.357, 166.13 ); + /* 1:54 */waypoints[165].type = "stand"; + /* 1:54 */waypoints[165].children[0] = 164; + /* 1:54 */waypoints[165].children[1] = 166; + /* 1:54 */waypoints[165].children[2] = 171; + /* 1:54 */waypoints[166] = spawnstruct(); + /* 1:54 */waypoints[166].origin = ( -1107.47, 69.0025, 166.125 ); + /* 1:54 */waypoints[166].type = "stand"; + /* 1:54 */waypoints[166].children[0] = 165; + /* 1:54 */waypoints[166].children[1] = 167; + /* 1:54 */waypoints[166].children[2] = 171; + /* 1:54 */waypoints[167] = spawnstruct(); + /* 1:54 */waypoints[167].origin = ( -915.056, 15.7288, 168.125 ); + /* 1:54 */waypoints[167].type = "stand"; + /* 1:54 */waypoints[167].children[0] = 166; + /* 1:54 */waypoints[167].children[1] = 168; + /* 1:54 */waypoints[167].children[2] = 172; + /* 1:54 */waypoints[168] = spawnstruct(); + /* 1:54 */waypoints[168].origin = ( -894.291, 234.209, 166.125 ); + /* 1:54 */waypoints[168].type = "stand"; + /* 1:54 */waypoints[168].children[0] = 167; + /* 1:54 */waypoints[168].children[1] = 169; + /* 1:54 */waypoints[168].children[2] = 164; + /* 1:54 */waypoints[168].children[3] = 171; + /* 1:54 */waypoints[169] = spawnstruct(); + /* 1:54 */waypoints[169].origin = ( -692.064, 277.587, 166.125 ); + /* 1:54 */waypoints[169].type = "stand"; + /* 1:54 */waypoints[169].children[0] = 168; + /* 1:54 */waypoints[169].children[1] = 170; + /* 1:54 */waypoints[169].children[2] = 162; + /* 1:54 */waypoints[169].children[3] = 173; + /* 1:54 */waypoints[170] = spawnstruct(); + /* 1:54 */waypoints[170].origin = ( -493.478, 247.963, 168.125 ); + /* 1:54 */waypoints[170].type = "stand"; + /* 1:54 */waypoints[170].children[0] = 169; + /* 1:54 */waypoints[170].children[1] = 150; + /* 1:54 */waypoints[171] = spawnstruct(); + /* 1:54 */waypoints[171].origin = ( -1051.86, 237.981, 166.125 ); + /* 1:54 */waypoints[171].type = "stand"; + /* 1:54 */waypoints[171].children[0] = 168; + /* 1:54 */waypoints[171].children[1] = 166; + /* 1:54 */waypoints[171].children[2] = 165; + /* 1:54 */waypoints[172] = spawnstruct(); + /* 1:54 */waypoints[172].origin = ( -911.924, -224.285, 166.125 ); + /* 1:54 */waypoints[172].type = "stand"; + /* 1:54 */waypoints[172].children[0] = 167; + /* 1:54 */waypoints[172].children[1] = 173; + /* 1:54 */waypoints[172].children[2] = 183; + /* 1:54 */waypoints[172].children[3] = 184; + /* 1:54 */waypoints[173] = spawnstruct(); + /* 1:54 */waypoints[173].origin = ( -644.081, -213.711, 166.125 ); + /* 1:54 */waypoints[173].type = "stand"; + /* 1:54 */waypoints[173].children[0] = 172; + /* 1:54 */waypoints[173].children[1] = 174; + /* 1:54 */waypoints[173].children[2] = 182; + /* 1:54 */waypoints[173].children[3] = 169; + /* 1:54 */waypoints[174] = spawnstruct(); + /* 1:54 */waypoints[174].origin = ( -405.368, -208.33, 166.125 ); + /* 1:54 */waypoints[174].type = "stand"; + /* 1:54 */waypoints[174].children[0] = 173; + /* 1:54 */waypoints[174].children[1] = 175; + /* 1:54 */waypoints[174].children[2] = 179; + /* 1:54 */waypoints[174].children[3] = 177; + /* 1:54 */waypoints[175] = spawnstruct(); + /* 1:54 */waypoints[175].origin = ( -416.568, 57.519, 166.223 ); + /* 1:54 */waypoints[175].type = "stand"; + /* 1:54 */waypoints[175].children[0] = 174; + /* 1:54 */waypoints[175].children[1] = 150; + /* 1:54 */waypoints[175].children[2] = 176; + /* 1:54 */waypoints[176] = spawnstruct(); + /* 1:54 */waypoints[176].origin = ( -274.486, 57.4151, 166.125 ); + /* 1:54 */waypoints[176].type = "stand"; + /* 1:54 */waypoints[176].children[0] = 175; + /* 1:54 */waypoints[176].children[1] = 177; + /* 1:54 */waypoints[177] = spawnstruct(); + /* 1:54 */waypoints[177].origin = ( -243.143, -123.441, 166.125 ); + /* 1:54 */waypoints[177].type = "stand"; + /* 1:54 */waypoints[177].children[0] = 176; + /* 1:54 */waypoints[177].children[1] = 178; + /* 1:54 */waypoints[177].children[2] = 174; + /* 1:54 */waypoints[178] = spawnstruct(); + /* 1:54 */waypoints[178].origin = ( -254.552, -368.835, 166.125 ); + /* 1:54 */waypoints[178].type = "stand"; + /* 1:54 */waypoints[178].children[0] = 177; + /* 1:54 */waypoints[178].children[1] = 179; + /* 1:54 */waypoints[179] = spawnstruct(); + /* 1:54 */waypoints[179].origin = ( -415.448, -368.788, 166.125 ); + /* 1:54 */waypoints[179].type = "stand"; + /* 1:54 */waypoints[179].children[0] = 178; + /* 1:54 */waypoints[179].children[1] = 174; + /* 1:54 */waypoints[179].children[2] = 180; + /* 1:54 */waypoints[180] = spawnstruct(); + /* 1:54 */waypoints[180].origin = ( -435.97, -547.846, 168.125 ); + /* 1:54 */waypoints[180].type = "stand"; + /* 1:54 */waypoints[180].children[0] = 179; + /* 1:54 */waypoints[180].children[1] = 181; + /* 1:54 */waypoints[180].children[2] = 182; + /* 1:54 */waypoints[181] = spawnstruct(); + /* 1:54 */waypoints[181].origin = ( -436.051, -754.541, 200.125 ); + /* 1:54 */waypoints[181].type = "stand"; + /* 1:54 */waypoints[181].children[0] = 180; + /* 1:54 */waypoints[181].children[1] = 243; + /* 1:54 */waypoints[182] = spawnstruct(); + /* 1:54 */waypoints[182].origin = ( -676.511, -539.551, 168.125 ); + /* 1:54 */waypoints[182].type = "stand"; + /* 1:54 */waypoints[182].children[0] = 180; + /* 1:54 */waypoints[182].children[1] = 183; + /* 1:54 */waypoints[182].children[2] = 173; + /* 1:54 */waypoints[183] = spawnstruct(); + /* 1:54 */waypoints[183].origin = ( -944.821, -478.529, 168.125 ); + /* 1:54 */waypoints[183].type = "stand"; + /* 1:54 */waypoints[183].children[0] = 182; + /* 1:54 */waypoints[183].children[1] = 172; + /* 1:54 */waypoints[184] = spawnstruct(); + /* 1:54 */waypoints[184].origin = ( -1137.04, -238.632, 168.125 ); + /* 1:54 */waypoints[184].type = "stand"; + /* 1:54 */waypoints[184].children[0] = 172; + /* 1:54 */waypoints[184].children[1] = 57; + /* 1:54 */waypoints[185] = spawnstruct(); + /* 1:54 */waypoints[185].origin = ( -1506.91, -471.816, 144.125 ); + /* 1:54 */waypoints[185].type = "stand"; + /* 1:54 */waypoints[185].children[0] = 57; + /* 1:54 */waypoints[185].children[1] = 186; + /* 1:54 */waypoints[186] = spawnstruct(); + /* 1:54 */waypoints[186].origin = ( -1667.77, -535.827, 112.125 ); + /* 1:54 */waypoints[186].type = "stand"; + /* 1:54 */waypoints[186].children[0] = 185; + /* 1:54 */waypoints[186].children[1] = 187; + /* 1:54 */waypoints[186].children[2] = 188; + /* 1:54 */waypoints[187] = spawnstruct(); + /* 1:54 */waypoints[187].origin = ( -1714.88, -443.125, 112.125 ); + /* 1:54 */waypoints[187].type = "crouch"; + /* 1:54 */waypoints[187].children[0] = 186; + /* 1:54 */waypoints[187].angles = ( 27.5867, -63.501, 0 ); + /* 1:54 */waypoints[188] = spawnstruct(); + /* 1:54 */waypoints[188].origin = ( -1651.14, -888.979, 152.125 ); + /* 1:54 */waypoints[188].type = "stand"; + /* 1:54 */waypoints[188].children[0] = 186; + /* 1:54 */waypoints[188].children[1] = 189; + /* 1:54 */waypoints[188].children[2] = 258; + /* 1:54 */waypoints[188].children[3] = 271; + /* 1:54 */waypoints[189] = spawnstruct(); + /* 1:54 */waypoints[189].origin = ( -1761.28, -1114.39, 151.025 ); + /* 1:54 */waypoints[189].type = "stand"; + /* 1:54 */waypoints[189].children[0] = 188; + /* 1:54 */waypoints[189].children[1] = 190; + /* 1:54 */waypoints[189].children[2] = 258; + /* 1:54 */waypoints[189].children[3] = 271; + /* 1:54 */waypoints[190] = spawnstruct(); + /* 1:54 */waypoints[190].origin = ( -1798.71, -1330.37, 155.104 ); + /* 1:54 */waypoints[190].type = "stand"; + /* 1:54 */waypoints[190].children[0] = 189; + /* 1:54 */waypoints[190].children[1] = 191; + /* 1:54 */waypoints[190].children[2] = 192; + /* 1:54 */waypoints[191] = spawnstruct(); + /* 1:54 */waypoints[191].origin = ( -1725.87, -1312.78, 152.125 ); + /* 1:54 */waypoints[191].type = "claymore"; + /* 1:54 */waypoints[191].children[0] = 190; + /* 1:54 */waypoints[191].angles = ( 21.4398, -176.265, 0 ); + /* 1:54 */waypoints[192] = spawnstruct(); + /* 1:54 */waypoints[192].origin = ( -1789.98, -1488.15, 152.125 ); + /* 1:54 */waypoints[192].type = "stand"; + /* 1:54 */waypoints[192].children[0] = 190; + /* 1:54 */waypoints[192].children[1] = 193; + /* 1:54 */waypoints[192].children[2] = 266; + /* 1:54 */waypoints[193] = spawnstruct(); + /* 1:54 */waypoints[193].origin = ( -1751.19, -1709.09, 152.125 ); + /* 1:54 */waypoints[193].type = "stand"; + /* 1:54 */waypoints[193].children[0] = 192; + /* 1:54 */waypoints[193].children[1] = 194; + /* 1:54 */waypoints[193].children[2] = 265; + /* 1:54 */waypoints[194] = spawnstruct(); + /* 1:54 */waypoints[194].origin = ( -2046.02, -1704.34, 288.125 ); + /* 1:54 */waypoints[194].type = "stand"; + /* 1:54 */waypoints[194].children[0] = 193; + /* 1:54 */waypoints[194].children[1] = 195; + /* 1:54 */waypoints[195] = spawnstruct(); + /* 1:54 */waypoints[195].origin = ( -2193.5, -1549.86, 288.125 ); + /* 1:54 */waypoints[195].type = "stand"; + /* 1:54 */waypoints[195].children[0] = 194; + /* 1:54 */waypoints[195].children[1] = 196; + /* 1:54 */waypoints[195].children[2] = 198; + /* 1:54 */waypoints[195].children[3] = 205; + /* 1:54 */waypoints[196] = spawnstruct(); + /* 1:54 */waypoints[196].origin = ( -1840.65, -1354.84, 290.125 ); + /* 1:54 */waypoints[196].type = "stand"; + /* 1:54 */waypoints[196].children[0] = 195; + /* 1:54 */waypoints[196].children[1] = 197; + /* 1:54 */waypoints[197] = spawnstruct(); + /* 1:54 */waypoints[197].origin = ( -1579.13, -1354.94, 288.125 ); + /* 1:54 */waypoints[197].type = "crouch"; + /* 1:54 */waypoints[197].children[0] = 196; + /* 1:54 */waypoints[197].angles = ( 29.6082, -1.1261, 0 ); + /* 1:54 */waypoints[198] = spawnstruct(); + /* 1:54 */waypoints[198].origin = ( -2285.74, -1308.12, 288.125 ); + /* 1:54 */waypoints[198].type = "stand"; + /* 1:54 */waypoints[198].children[0] = 195; + /* 1:54 */waypoints[198].children[1] = 199; + /* 1:54 */waypoints[198].children[2] = 204; + /* 1:54 */waypoints[199] = spawnstruct(); + /* 1:54 */waypoints[199].origin = ( -2285.69, -1151.52, 291.117 ); + /* 1:54 */waypoints[199].type = "stand"; + /* 1:54 */waypoints[199].children[0] = 198; + /* 1:54 */waypoints[199].children[1] = 200; + /* 1:54 */waypoints[199].children[2] = 201; + /* 1:54 */waypoints[200] = spawnstruct(); + /* 1:54 */waypoints[200].origin = ( -2112.35, -1133.19, 288.125 ); + /* 1:54 */waypoints[200].type = "crouch"; + /* 1:54 */waypoints[200].children[0] = 199; + /* 1:54 */waypoints[200].angles = ( 13.0902, 10.6897, 0 ); + /* 1:54 */waypoints[201] = spawnstruct(); + /* 1:54 */waypoints[201].origin = ( -2396.53, -1093.16, 288.125 ); + /* 1:54 */waypoints[201].type = "stand"; + /* 1:54 */waypoints[201].children[0] = 199; + /* 1:54 */waypoints[201].children[1] = 202; + /* 1:54 */waypoints[202] = spawnstruct(); + /* 1:54 */waypoints[202].origin = ( -2446.09, -920.857, 265.125 ); + /* 1:54 */waypoints[202].type = "stand"; + /* 1:54 */waypoints[202].children[0] = 201; + /* 1:54 */waypoints[202].children[1] = 203; + /* 1:54 */waypoints[203] = spawnstruct(); + /* 1:54 */waypoints[203].origin = ( -2478.48, -593.455, 265.125 ); + /* 1:54 */waypoints[203].type = "stand"; + /* 1:54 */waypoints[203].children[0] = 202; + /* 1:54 */waypoints[203].children[1] = 60; + /* 1:54 */waypoints[204] = spawnstruct(); + /* 1:54 */waypoints[204].origin = ( -2449.88, -1263.13, 288.125 ); + /* 1:54 */waypoints[204].type = "crouch"; + /* 1:54 */waypoints[204].children[0] = 198; + /* 1:54 */waypoints[204].angles = ( 16.9574, -29.0259, 0 ); + /* 1:54 */waypoints[205] = spawnstruct(); + /* 1:54 */waypoints[205].origin = ( -2252.05, -1834.63, 291.121 ); + /* 1:54 */waypoints[205].type = "stand"; + /* 1:54 */waypoints[205].children[0] = 195; + /* 1:54 */waypoints[205].children[1] = 206; + /* 1:54 */waypoints[206] = spawnstruct(); + /* 1:54 */waypoints[206].origin = ( -1878.1, -1867.36, 152.125 ); + /* 1:54 */waypoints[206].type = "stand"; + /* 1:54 */waypoints[206].children[0] = 205; + /* 1:54 */waypoints[206].children[1] = 207; + /* 1:54 */waypoints[207] = spawnstruct(); + /* 1:54 */waypoints[207].origin = ( -1469.3, -1831.17, 152.125 ); + /* 1:54 */waypoints[207].type = "stand"; + /* 1:54 */waypoints[207].children[0] = 206; + /* 1:54 */waypoints[207].children[1] = 208; + /* 1:54 */waypoints[208] = spawnstruct(); + /* 1:54 */waypoints[208].origin = ( -1310.38, -1838.6, 152.125 ); + /* 1:54 */waypoints[208].type = "stand"; + /* 1:54 */waypoints[208].children[0] = 207; + /* 1:54 */waypoints[208].children[1] = 209; + /* 1:54 */waypoints[208].children[2] = 213; + /* 1:54 */waypoints[209] = spawnstruct(); + /* 1:54 */waypoints[209].origin = ( -949.577, -1825.33, 152.125 ); + /* 1:54 */waypoints[209].type = "stand"; + /* 1:54 */waypoints[209].children[0] = 208; + /* 1:54 */waypoints[209].children[1] = 210; + /* 1:54 */waypoints[209].children[2] = 212; + /* 1:54 */waypoints[210] = spawnstruct(); + /* 1:54 */waypoints[210].origin = ( -643.59, -1821.47, 152.125 ); + /* 1:54 */waypoints[210].type = "stand"; + /* 1:54 */waypoints[210].children[0] = 209; + /* 1:54 */waypoints[210].children[1] = 211; + /* 1:54 */waypoints[211] = spawnstruct(); + /* 1:54 */waypoints[211].origin = ( -621.166, -1650.31, 144.125 ); + /* 1:54 */waypoints[211].type = "stand"; + /* 1:54 */waypoints[211].children[0] = 210; + /* 1:54 */waypoints[211].children[1] = 212; + /* 1:54 */waypoints[211].children[2] = 214; + /* 1:54 */waypoints[212] = spawnstruct(); + /* 1:54 */waypoints[212].origin = ( -932.542, -1650.37, 144.125 ); + /* 1:54 */waypoints[212].type = "stand"; + /* 1:54 */waypoints[212].children[0] = 211; + /* 1:54 */waypoints[212].children[1] = 213; + /* 1:54 */waypoints[212].children[2] = 209; + /* 1:54 */waypoints[212].children[3] = 261; + /* 1:54 */waypoints[213] = spawnstruct(); + /* 1:54 */waypoints[213].origin = ( -1256.58, -1650.86, 144.125 ); + /* 1:54 */waypoints[213].type = "stand"; + /* 1:54 */waypoints[213].children[0] = 212; + /* 1:54 */waypoints[213].children[1] = 208; + /* 1:54 */waypoints[213].children[2] = 262; + /* 1:54 */waypoints[214] = spawnstruct(); + /* 1:54 */waypoints[214].origin = ( -519.869, -1455.32, 156.7 ); + /* 1:54 */waypoints[214].type = "stand"; + /* 1:54 */waypoints[214].children[0] = 211; + /* 1:54 */waypoints[214].children[1] = 215; + /* 1:54 */waypoints[214].children[2] = 237; + /* 1:54 */waypoints[215] = spawnstruct(); + /* 1:54 */waypoints[215].origin = ( -168.063, -1557.12, 198.945 ); + /* 1:54 */waypoints[215].type = "stand"; + /* 1:54 */waypoints[215].children[0] = 214; + /* 1:54 */waypoints[215].children[1] = 216; + /* 1:54 */waypoints[216] = spawnstruct(); + /* 1:54 */waypoints[216].origin = ( -81.1603, -1411.26, 199.728 ); + /* 1:54 */waypoints[216].type = "stand"; + /* 1:54 */waypoints[216].children[0] = 215; + /* 1:54 */waypoints[216].children[1] = 217; + /* 1:54 */waypoints[216].children[2] = 235; + /* 1:54 */waypoints[217] = spawnstruct(); + /* 1:54 */waypoints[217].origin = ( -190.696, -1170.3, 208.125 ); + /* 1:54 */waypoints[217].type = "stand"; + /* 1:54 */waypoints[217].children[0] = 216; + /* 1:54 */waypoints[217].children[1] = 218; + /* 1:54 */waypoints[217].children[2] = 236; + /* 1:54 */waypoints[217].children[3] = 238; + /* 1:54 */waypoints[218] = spawnstruct(); + /* 1:54 */waypoints[218].origin = ( -57.2164, -1021.91, 208.125 ); + /* 1:54 */waypoints[218].type = "stand"; + /* 1:54 */waypoints[218].children[0] = 217; + /* 1:54 */waypoints[218].children[1] = 219; + /* 1:54 */waypoints[218].children[2] = 220; + /* 1:54 */waypoints[219] = spawnstruct(); + /* 1:54 */waypoints[219].origin = ( 66.4044, -869.065, 208.125 ); + /* 1:54 */waypoints[219].type = "stand"; + /* 1:54 */waypoints[219].children[0] = 218; + /* 1:54 */waypoints[219].children[1] = 224; + /* 1:54 */waypoints[220] = spawnstruct(); + /* 1:54 */waypoints[220].origin = ( 44.516, -1092.51, 208.125 ); + /* 1:54 */waypoints[220].type = "stand"; + /* 1:54 */waypoints[220].children[0] = 218; + /* 1:54 */waypoints[220].children[1] = 221; + /* 1:54 */waypoints[221] = spawnstruct(); + /* 1:54 */waypoints[221].origin = ( 308.434, -1116.63, 208.125 ); + /* 1:54 */waypoints[221].type = "stand"; + /* 1:54 */waypoints[221].children[0] = 220; + /* 1:54 */waypoints[221].children[1] = 222; + /* 1:54 */waypoints[221].children[2] = 231; + /* 1:54 */waypoints[222] = spawnstruct(); + /* 1:54 */waypoints[222].origin = ( 450.402, -1116.55, 208.125 ); + /* 1:54 */waypoints[222].type = "stand"; + /* 1:54 */waypoints[222].children[0] = 221; + /* 1:54 */waypoints[222].children[1] = 223; + /* 1:54 */waypoints[222].children[2] = 227; + /* 1:54 */waypoints[222].children[3] = 229; + /* 1:54 */waypoints[223] = spawnstruct(); + /* 1:54 */waypoints[223].origin = ( 464.255, -961.957, 208.125 ); + /* 1:54 */waypoints[223].type = "stand"; + /* 1:54 */waypoints[223].children[0] = 222; + /* 1:54 */waypoints[223].children[1] = 224; + /* 1:54 */waypoints[223].children[2] = 225; + /* 1:54 */waypoints[224] = spawnstruct(); + /* 1:54 */waypoints[224].origin = ( 466.237, -822.843, 208.125 ); + /* 1:54 */waypoints[224].type = "stand"; + /* 1:54 */waypoints[224].children[0] = 223; + /* 1:54 */waypoints[224].children[1] = 226; + /* 1:54 */waypoints[224].children[2] = 219; + /* 1:54 */waypoints[224].children[3] = 114; + /* 1:54 */waypoints[225] = spawnstruct(); + /* 1:54 */waypoints[225].origin = ( 591.49, -972.959, 208.125 ); + /* 1:54 */waypoints[225].type = "stand"; + /* 1:54 */waypoints[225].children[0] = 223; + /* 1:54 */waypoints[225].children[1] = 226; + /* 1:54 */waypoints[225].children[2] = 227; + /* 1:54 */waypoints[225].children[3] = 281; + /* 1:54 */waypoints[226] = spawnstruct(); + /* 1:54 */waypoints[226].origin = ( 599.421, -820.096, 208.125 ); + /* 1:54 */waypoints[226].type = "stand"; + /* 1:54 */waypoints[226].children[0] = 225; + /* 1:54 */waypoints[226].children[1] = 224; + /* 1:54 */waypoints[227] = spawnstruct(); + /* 1:54 */waypoints[227].origin = ( 594.414, -1132.16, 208.125 ); + /* 1:54 */waypoints[227].type = "stand"; + /* 1:54 */waypoints[227].children[0] = 225; + /* 1:54 */waypoints[227].children[1] = 228; + /* 1:54 */waypoints[227].children[2] = 282; + /* 1:54 */waypoints[227].children[3] = 222; + /* 1:54 */waypoints[228] = spawnstruct(); + /* 1:54 */waypoints[228].origin = ( 593.92, -1282.2, 208.125 ); + /* 1:54 */waypoints[228].type = "stand"; + /* 1:54 */waypoints[228].children[0] = 227; + /* 1:54 */waypoints[228].children[1] = 229; + /* 1:54 */waypoints[229] = spawnstruct(); + /* 1:54 */waypoints[229].origin = ( 473.5, -1275.18, 208.125 ); + /* 1:54 */waypoints[229].type = "stand"; + /* 1:54 */waypoints[229].children[0] = 228; + /* 1:54 */waypoints[229].children[1] = 230; + /* 1:54 */waypoints[229].children[2] = 222; + /* 1:54 */waypoints[230] = spawnstruct(); + /* 1:54 */waypoints[230].origin = ( 317.248, -1275.1, 208.125 ); + /* 1:54 */waypoints[230].type = "stand"; + /* 1:54 */waypoints[230].children[0] = 229; + /* 1:54 */waypoints[230].children[1] = 231; + /* 1:54 */waypoints[231] = spawnstruct(); + /* 1:54 */waypoints[231].origin = ( 261.66, -1305.98, 208.125 ); + /* 1:54 */waypoints[231].type = "stand"; + /* 1:54 */waypoints[231].children[0] = 230; + /* 1:54 */waypoints[231].children[1] = 232; + /* 1:54 */waypoints[231].children[2] = 221; + /* 1:54 */waypoints[232] = spawnstruct(); + /* 1:54 */waypoints[232].origin = ( 180.105, -1307.13, 208.125 ); + /* 1:54 */waypoints[232].type = "stand"; + /* 1:54 */waypoints[232].children[0] = 231; + /* 1:54 */waypoints[232].children[1] = 233; + /* 1:54 */waypoints[232].children[2] = 234; + /* 1:54 */waypoints[232].children[3] = 235; + /* 1:54 */waypoints[233] = spawnstruct(); + /* 1:54 */waypoints[233].origin = ( 199.875, -1251.13, 208.125 ); + /* 1:54 */waypoints[233].type = "claymore"; + /* 1:54 */waypoints[233].children[0] = 232; + /* 1:54 */waypoints[233].angles = ( 8.08044, -92.1478, 0 ); + /* 1:54 */waypoints[234] = spawnstruct(); + /* 1:54 */waypoints[234].origin = ( 199.875, -1508.88, 208.125 ); + /* 1:54 */waypoints[234].type = "crouch"; + /* 1:54 */waypoints[234].children[0] = 232; + /* 1:54 */waypoints[234].angles = ( 23.8074, 111.286, 0 ); + /* 1:54 */waypoints[235] = spawnstruct(); + /* 1:54 */waypoints[235].origin = ( 32.6311, -1393.16, 208.125 ); + /* 1:54 */waypoints[235].type = "stand"; + /* 1:54 */waypoints[235].children[0] = 232; + /* 1:54 */waypoints[235].children[1] = 216; + /* 1:54 */waypoints[236] = spawnstruct(); + /* 1:54 */waypoints[236].origin = ( -253.838, -1270.58, 198.172 ); + /* 1:54 */waypoints[236].type = "stand"; + /* 1:54 */waypoints[236].children[0] = 217; + /* 1:54 */waypoints[236].children[1] = 237; + /* 1:54 */waypoints[237] = spawnstruct(); + /* 1:54 */waypoints[237].origin = ( -525.952, -1327.79, 157.269 ); + /* 1:54 */waypoints[237].type = "stand"; + /* 1:54 */waypoints[237].children[0] = 236; + /* 1:54 */waypoints[237].children[1] = 214; + /* 1:54 */waypoints[237].children[2] = 244; + /* 1:54 */waypoints[238] = spawnstruct(); + /* 1:54 */waypoints[238].origin = ( -283.875, -1177.89, 208.125 ); + /* 1:54 */waypoints[238].type = "climb"; + /* 1:54 */waypoints[238].children[0] = 217; + /* 1:54 */waypoints[238].children[1] = 239; + /* 1:54 */waypoints[238].angles = ( 9.3988, -179.121, 0 ); + /* 1:54 */waypoints[239] = spawnstruct(); + /* 1:54 */waypoints[239].origin = ( -287.148, -1177.99, 232.125 ); + /* 1:54 */waypoints[239].type = "stand"; + /* 1:54 */waypoints[239].children[0] = 238; + /* 1:54 */waypoints[239].children[1] = 240; + /* 1:54 */waypoints[240] = spawnstruct(); + /* 1:54 */waypoints[240].origin = ( -315.875, -1178.02, 232.125 ); + /* 1:54 */waypoints[240].type = "climb"; + /* 1:54 */waypoints[240].children[0] = 239; + /* 1:54 */waypoints[240].children[1] = 241; + /* 1:54 */waypoints[240].angles = ( 9.48669, -179.121, 0 ); + /* 1:54 */waypoints[241] = spawnstruct(); + /* 1:54 */waypoints[241].origin = ( -332.447, -1177.99, 276.125 ); + /* 1:54 */waypoints[241].type = "stand"; + /* 1:54 */waypoints[241].children[0] = 240; + /* 1:54 */waypoints[241].children[1] = 242; + /* 1:54 */waypoints[242] = spawnstruct(); + /* 1:54 */waypoints[242].origin = ( -355.807, -1176.74, 200.125 ); + /* 1:54 */waypoints[242].type = "climb"; + /* 1:54 */waypoints[242].children[0] = 241; + /* 1:54 */waypoints[242].children[1] = 243; + /* 1:54 */waypoints[242].angles = ( 0.966797, -4.11438, 0 ); + /* 1:54 */waypoints[243] = spawnstruct(); + /* 1:54 */waypoints[243].origin = ( -471.705, -1145.26, 200.125 ); + /* 1:54 */waypoints[243].type = "stand"; + /* 1:54 */waypoints[243].children[0] = 242; + /* 1:54 */waypoints[243].children[1] = 181; + /* 1:54 */waypoints[243].children[2] = 244; + /* 1:54 */waypoints[244] = spawnstruct(); + /* 1:54 */waypoints[244].origin = ( -791.427, -1132.25, 152.099 ); + /* 1:54 */waypoints[244].type = "stand"; + /* 1:54 */waypoints[244].children[0] = 243; + /* 1:54 */waypoints[244].children[1] = 237; + /* 1:54 */waypoints[244].children[2] = 245; + /* 1:54 */waypoints[244].children[3] = 259; + /* 1:54 */waypoints[245] = spawnstruct(); + /* 1:54 */waypoints[245].origin = ( -809.008, -1078.75, 151.866 ); + /* 1:54 */waypoints[245].type = "stand"; + /* 1:54 */waypoints[245].children[0] = 244; + /* 1:54 */waypoints[245].children[1] = 246; + /* 1:54 */waypoints[246] = spawnstruct(); + /* 1:54 */waypoints[246].origin = ( -832.61, -955.32, 168.125 ); + /* 1:54 */waypoints[246].type = "stand"; + /* 1:54 */waypoints[246].children[0] = 245; + /* 1:54 */waypoints[246].children[1] = 247; + /* 1:54 */waypoints[246].children[2] = 248; + /* 1:54 */waypoints[247] = spawnstruct(); + /* 1:54 */waypoints[247].origin = ( -965.875, -999.715, 168.125 ); + /* 1:54 */waypoints[247].type = "crouch"; + /* 1:54 */waypoints[247].children[0] = 246; + /* 1:54 */waypoints[247].angles = ( 27.2186, 23.0878, 0 ); + /* 1:54 */waypoints[248] = spawnstruct(); + /* 1:54 */waypoints[248].origin = ( -908.819, -837.57, 168.125 ); + /* 1:54 */waypoints[248].type = "stand"; + /* 1:54 */waypoints[248].children[0] = 246; + /* 1:54 */waypoints[248].children[1] = 249; + /* 1:54 */waypoints[249] = spawnstruct(); + /* 1:54 */waypoints[249].origin = ( -1073.94, -857.662, 168.125 ); + /* 1:54 */waypoints[249].type = "stand"; + /* 1:54 */waypoints[249].children[0] = 248; + /* 1:54 */waypoints[249].children[1] = 250; + /* 1:54 */waypoints[250] = spawnstruct(); + /* 1:54 */waypoints[250].origin = ( -1063.01, -666.39, 232.125 ); + /* 1:54 */waypoints[250].type = "stand"; + /* 1:54 */waypoints[250].children[0] = 249; + /* 1:54 */waypoints[250].children[1] = 251; + /* 1:54 */waypoints[251] = spawnstruct(); + /* 1:54 */waypoints[251].origin = ( -847.756, -660.346, 304.125 ); + /* 1:54 */waypoints[251].type = "stand"; + /* 1:54 */waypoints[251].children[0] = 250; + /* 1:54 */waypoints[251].children[1] = 252; + /* 1:54 */waypoints[252] = spawnstruct(); + /* 1:54 */waypoints[252].origin = ( -873.175, -910.498, 304.125 ); + /* 1:54 */waypoints[252].type = "stand"; + /* 1:54 */waypoints[252].children[0] = 251; + /* 1:54 */waypoints[252].children[1] = 253; + /* 1:54 */waypoints[253] = spawnstruct(); + /* 1:54 */waypoints[253].origin = ( -1023.02, -942.343, 304.125 ); + /* 1:54 */waypoints[253].type = "crouch"; + /* 1:54 */waypoints[253].children[0] = 252; + /* 1:54 */waypoints[253].children[1] = 254; + /* 1:54 */waypoints[254] = spawnstruct(); + /* 1:54 */waypoints[254].origin = ( -1083.88, -943.456, 304.125 ); + /* 1:54 */waypoints[254].type = "climb"; + /* 1:54 */waypoints[254].children[0] = 253; + /* 1:54 */waypoints[254].children[1] = 255; + /* 1:54 */waypoints[254].angles = ( 22.3846, 179.868, 0 ); + /* 1:54 */waypoints[255] = spawnstruct(); + /* 1:54 */waypoints[255].origin = ( -1100.5, -943.456, 336.125 ); + /* 1:54 */waypoints[255].type = "stand"; + /* 1:54 */waypoints[255].children[0] = 254; + /* 1:54 */waypoints[255].children[1] = 256; + /* 1:54 */waypoints[256] = spawnstruct(); + /* 1:54 */waypoints[256].origin = ( -1136.14, -949.099, 152.125 ); + /* 1:54 */waypoints[256].type = "climb"; + /* 1:54 */waypoints[256].children[0] = 255; + /* 1:54 */waypoints[256].children[1] = 257; + /* 1:54 */waypoints[256].angles = ( 0.247192, -1.42822, 0 ); + /* 1:54 */waypoints[257] = spawnstruct(); + /* 1:54 */waypoints[257].origin = ( -1359.12, -993.193, 151.976 ); + /* 1:54 */waypoints[257].type = "stand"; + /* 1:54 */waypoints[257].children[0] = 256; + /* 1:54 */waypoints[257].children[1] = 258; + /* 1:54 */waypoints[258] = spawnstruct(); + /* 1:54 */waypoints[258].origin = ( -1603.92, -1112.56, 150.271 ); + /* 1:54 */waypoints[258].type = "stand"; + /* 1:54 */waypoints[258].children[0] = 257; + /* 1:54 */waypoints[258].children[1] = 189; + /* 1:54 */waypoints[258].children[2] = 188; + /* 1:54 */waypoints[258].children[3] = 259; + /* 1:54 */waypoints[258].children[4] = 264; + /* 1:54 */waypoints[259] = spawnstruct(); + /* 1:54 */waypoints[259].origin = ( -1213.78, -1156.33, 153.339 ); + /* 1:54 */waypoints[259].type = "stand"; + /* 1:54 */waypoints[259].children[0] = 258; + /* 1:54 */waypoints[259].children[1] = 244; + /* 1:54 */waypoints[259].children[2] = 260; + /* 1:54 */waypoints[260] = spawnstruct(); + /* 1:54 */waypoints[260].origin = ( -1140.28, -1276.42, 147.248 ); + /* 1:54 */waypoints[260].type = "stand"; + /* 1:54 */waypoints[260].children[0] = 259; + /* 1:54 */waypoints[260].children[1] = 261; + /* 1:54 */waypoints[260].children[2] = 262; + /* 1:54 */waypoints[261] = spawnstruct(); + /* 1:54 */waypoints[261].origin = ( -913.021, -1467.5, 144.117 ); + /* 1:54 */waypoints[261].type = "stand"; + /* 1:54 */waypoints[261].children[0] = 260; + /* 1:54 */waypoints[261].children[1] = 212; + /* 1:54 */waypoints[262] = spawnstruct(); + /* 1:54 */waypoints[262].origin = ( -1236.18, -1450.01, 144.005 ); + /* 1:54 */waypoints[262].type = "stand"; + /* 1:54 */waypoints[262].children[0] = 260; + /* 1:54 */waypoints[262].children[1] = 213; + /* 1:54 */waypoints[262].children[2] = 263; + /* 1:54 */waypoints[262].children[3] = 264; + /* 1:54 */waypoints[263] = spawnstruct(); + /* 1:54 */waypoints[263].origin = ( -1480.88, -1696.88, 154.998 ); + /* 1:54 */waypoints[263].type = "crouch"; + /* 1:54 */waypoints[263].children[0] = 262; + /* 1:54 */waypoints[263].angles = ( 17.6166, 42.6709, 0 ); + /* 1:54 */waypoints[264] = spawnstruct(); + /* 1:54 */waypoints[264].origin = ( -1467.54, -1317.05, 153.001 ); + /* 1:54 */waypoints[264].type = "stand"; + /* 1:54 */waypoints[264].children[0] = 262; + /* 1:54 */waypoints[264].children[1] = 258; + /* 1:54 */waypoints[265] = spawnstruct(); + /* 1:54 */waypoints[265].origin = ( -1579.12, -1718.05, 152.125 ); + /* 1:54 */waypoints[265].type = "crouch"; + /* 1:54 */waypoints[265].children[0] = 193; + /* 1:54 */waypoints[265].angles = ( 11.6455, 169.442, 0 ); + /* 1:54 */waypoints[266] = spawnstruct(); + /* 1:54 */waypoints[266].origin = ( -1958.3, -1479.22, 152.125 ); + /* 1:54 */waypoints[266].type = "stand"; + /* 1:54 */waypoints[266].children[0] = 192; + /* 1:54 */waypoints[266].children[1] = 267; + /* 1:54 */waypoints[267] = spawnstruct(); + /* 1:54 */waypoints[267].origin = ( -2234.27, -1473.94, 152.125 ); + /* 1:54 */waypoints[267].type = "stand"; + /* 1:54 */waypoints[267].children[0] = 266; + /* 1:54 */waypoints[267].children[1] = 268; + /* 1:54 */waypoints[268] = spawnstruct(); + /* 1:54 */waypoints[268].origin = ( -2225.57, -1126.53, 152.125 ); + /* 1:54 */waypoints[268].type = "stand"; + /* 1:54 */waypoints[268].children[0] = 267; + /* 1:54 */waypoints[268].children[1] = 269; + /* 1:54 */waypoints[269] = spawnstruct(); + /* 1:54 */waypoints[269].origin = ( -2225.47, -973.996, 152.125 ); + /* 1:54 */waypoints[269].type = "stand"; + /* 1:54 */waypoints[269].children[0] = 268; + /* 1:54 */waypoints[269].children[1] = 270; + /* 1:54 */waypoints[269].children[2] = 296; + /* 1:54 */waypoints[270] = spawnstruct(); + /* 1:54 */waypoints[270].origin = ( -2048.56, -967.637, 152.125 ); + /* 1:54 */waypoints[270].type = "stand"; + /* 1:54 */waypoints[270].children[0] = 269; + /* 1:54 */waypoints[270].children[1] = 271; + /* 1:54 */waypoints[270].children[2] = 272; + /* 1:54 */waypoints[271] = spawnstruct(); + /* 1:54 */waypoints[271].origin = ( -1826.36, -980.793, 152.125 ); + /* 1:54 */waypoints[271].type = "stand"; + /* 1:54 */waypoints[271].children[0] = 270; + /* 1:54 */waypoints[271].children[1] = 189; + /* 1:54 */waypoints[271].children[2] = 188; + /* 1:54 */waypoints[272] = spawnstruct(); + /* 1:54 */waypoints[272].origin = ( -2056.1, -722.667, 112.125 ); + /* 1:54 */waypoints[272].type = "stand"; + /* 1:54 */waypoints[272].children[0] = 270; + /* 1:54 */waypoints[272].children[1] = 273; + /* 1:54 */waypoints[272].children[2] = 298; + /* 1:54 */waypoints[273] = spawnstruct(); + /* 1:54 */waypoints[273].origin = ( -2064.62, -440.893, 188.125 ); + /* 1:54 */waypoints[273].type = "stand"; + /* 1:54 */waypoints[273].children[0] = 272; + /* 1:54 */waypoints[273].children[1] = 59; + /* 1:54 */waypoints[273].children[2] = 60; + /* 1:54 */waypoints[274] = spawnstruct(); + /* 1:54 */waypoints[274].origin = ( -1989, 191.296, 188.125 ); + /* 1:54 */waypoints[274].type = "stand"; + /* 1:54 */waypoints[274].children[0] = 58; + /* 1:54 */waypoints[274].children[1] = 63; + /* 1:54 */waypoints[274].children[2] = 59; + /* 1:54 */waypoints[275] = spawnstruct(); + /* 1:54 */waypoints[275].origin = ( -883.132, 465.491, 304.125 ); + /* 1:54 */waypoints[275].type = "stand"; + /* 1:54 */waypoints[275].children[0] = 50; + /* 1:54 */waypoints[275].children[1] = 276; + /* 1:54 */waypoints[276] = spawnstruct(); + /* 1:54 */waypoints[276].origin = ( -549.247, 482.953, 304.125 ); + /* 1:54 */waypoints[276].type = "stand"; + /* 1:54 */waypoints[276].children[0] = 275; + /* 1:54 */waypoints[276].children[1] = 277; + /* 1:54 */waypoints[277] = spawnstruct(); + /* 1:54 */waypoints[277].origin = ( -370.582, 492.83, 320.125 ); + /* 1:54 */waypoints[277].type = "stand"; + /* 1:54 */waypoints[277].children[0] = 276; + /* 1:54 */waypoints[277].children[1] = 278; + /* 1:54 */waypoints[278] = spawnstruct(); + /* 1:54 */waypoints[278].origin = ( -343.215, 371.566, 320.125 ); + /* 1:54 */waypoints[278].type = "crouch"; + /* 1:54 */waypoints[278].children[0] = 277; + /* 1:54 */waypoints[278].children[1] = 279; + /* 1:54 */waypoints[279] = spawnstruct(); + /* 1:54 */waypoints[279].origin = ( 20.8969, 390.657, 320.125 ); + /* 1:54 */waypoints[279].type = "stand"; + /* 1:54 */waypoints[279].children[0] = 278; + /* 1:54 */waypoints[279].children[1] = 5; + /* 1:54 */waypoints[280] = spawnstruct(); + /* 1:54 */waypoints[280].origin = ( 164.061, 714.625, 320.125 ); + /* 1:54 */waypoints[280].type = "crouch"; + /* 1:54 */waypoints[280].children[0] = 7; + /* 1:54 */waypoints[280].angles = ( 19.9017, 5.83923, 0 ); + /* 1:54 */waypoints[281] = spawnstruct(); + /* 1:54 */waypoints[281].origin = ( 804.139, -994.244, 208.125 ); + /* 1:54 */waypoints[281].type = "stand"; + /* 1:54 */waypoints[281].children[0] = 225; + /* 1:54 */waypoints[281].children[1] = 282; + /* 1:54 */waypoints[282] = spawnstruct(); + /* 1:54 */waypoints[282].origin = ( 971.962, -1085.06, 208.125 ); + /* 1:54 */waypoints[282].type = "stand"; + /* 1:54 */waypoints[282].children[0] = 281; + /* 1:54 */waypoints[282].children[1] = 283; + /* 1:54 */waypoints[282].children[2] = 227; + /* 1:54 */waypoints[283] = spawnstruct(); + /* 1:54 */waypoints[283].origin = ( 1099.98, -1283.91, 208.125 ); + /* 1:54 */waypoints[283].type = "stand"; + /* 1:54 */waypoints[283].children[0] = 282; + /* 1:54 */waypoints[283].children[1] = 284; + /* 1:54 */waypoints[284] = spawnstruct(); + /* 1:54 */waypoints[284].origin = ( 1279.82, -1191.86, 204.125 ); + /* 1:54 */waypoints[284].type = "stand"; + /* 1:54 */waypoints[284].children[0] = 283; + /* 1:54 */waypoints[284].children[1] = 285; + /* 1:54 */waypoints[285] = spawnstruct(); + /* 1:54 */waypoints[285].origin = ( 1246.24, -1007.65, 208.125 ); + /* 1:54 */waypoints[285].type = "stand"; + /* 1:54 */waypoints[285].children[0] = 284; + /* 1:54 */waypoints[285].children[1] = 286; + /* 1:54 */waypoints[285].children[2] = 290; + /* 1:54 */waypoints[286] = spawnstruct(); + /* 1:54 */waypoints[286].origin = ( 1055.97, -976.429, 208.125 ); + /* 1:54 */waypoints[286].type = "stand"; + /* 1:54 */waypoints[286].children[0] = 285; + /* 1:54 */waypoints[286].children[1] = 287; + /* 1:54 */waypoints[287] = spawnstruct(); + /* 1:54 */waypoints[287].origin = ( 1047.35, -829.142, 208.125 ); + /* 1:54 */waypoints[287].type = "stand"; + /* 1:54 */waypoints[287].children[0] = 286; + /* 1:54 */waypoints[287].children[1] = 288; + /* 1:54 */waypoints[288] = spawnstruct(); + /* 1:54 */waypoints[288].origin = ( 1050.09, -606.572, 232.125 ); + /* 1:54 */waypoints[288].type = "stand"; + /* 1:54 */waypoints[288].children[0] = 287; + /* 1:54 */waypoints[288].children[1] = 108; + /* 1:54 */waypoints[288].children[2] = 289; + /* 1:54 */waypoints[289] = spawnstruct(); + /* 1:54 */waypoints[289].origin = ( 1255.05, -702.843, 232.125 ); + /* 1:54 */waypoints[289].type = "stand"; + /* 1:54 */waypoints[289].children[0] = 288; + /* 1:54 */waypoints[289].children[1] = 290; + /* 1:54 */waypoints[290] = spawnstruct(); + /* 1:54 */waypoints[290].origin = ( 1312.69, -859.375, 208.125 ); + /* 1:54 */waypoints[290].type = "stand"; + /* 1:54 */waypoints[290].children[0] = 289; + /* 1:54 */waypoints[290].children[1] = 285; + /* 1:54 */waypoints[291] = spawnstruct(); + /* 1:54 */waypoints[291].origin = ( 628.691, 90.1666, 208.125 ); + /* 1:54 */waypoints[291].type = "stand"; + /* 1:54 */waypoints[291].children[0] = 98; + /* 1:54 */waypoints[291].children[1] = 292; + /* 1:54 */waypoints[292] = spawnstruct(); + /* 1:54 */waypoints[292].origin = ( 921.166, 103.956, 208.125 ); + /* 1:54 */waypoints[292].type = "stand"; + /* 1:54 */waypoints[292].children[0] = 291; + /* 1:54 */waypoints[292].children[1] = 293; + /* 1:54 */waypoints[293] = spawnstruct(); + /* 1:54 */waypoints[293].origin = ( 1030.68, 162.674, 228.737 ); + /* 1:54 */waypoints[293].type = "stand"; + /* 1:54 */waypoints[293].children[0] = 292; + /* 1:54 */waypoints[293].children[1] = 120; + /* 1:54 */waypoints[293].children[2] = 106; + /* 1:54 */waypoints[294] = spawnstruct(); + /* 1:54 */waypoints[294].origin = ( -1810.88, 898.049, -27.6879 ); + /* 1:54 */waypoints[294].type = "crouch"; + /* 1:54 */waypoints[294].children[0] = 28; + /* 1:54 */waypoints[294].angles = ( 5.31738, 18.5229, 0 ); + /* 1:54 */waypoints[295] = spawnstruct(); + /* 1:54 */waypoints[295].origin = ( -1382.59, 1295.4, 25.146 ); + /* 1:54 */waypoints[295].type = "crouch"; + /* 1:54 */waypoints[295].children[0] = 28; + /* 1:54 */waypoints[295].children[1] = 25; + /* 1:54 */waypoints[296] = spawnstruct(); + /* 1:54 */waypoints[296].origin = ( -2267.61, -747.799, 143.04 ); + /* 1:54 */waypoints[296].type = "stand"; + /* 1:54 */waypoints[296].children[0] = 269; + /* 1:54 */waypoints[296].children[1] = 297; + /* 1:54 */waypoints[296].children[2] = 299; + /* 1:54 */waypoints[297] = spawnstruct(); + /* 1:54 */waypoints[297].origin = ( -2351.92, -508.791, 200.125 ); + /* 1:54 */waypoints[297].type = "stand"; + /* 1:54 */waypoints[297].children[0] = 296; + /* 1:54 */waypoints[297].children[1] = 60; + /* 1:54 */waypoints[298] = spawnstruct(); + /* 1:54 */waypoints[298].origin = ( -2108.68, -722.209, 112.125 ); + /* 1:54 */waypoints[298].type = "climb"; + /* 1:54 */waypoints[298].children[0] = 272; + /* 1:54 */waypoints[298].children[1] = 299; + /* 1:54 */waypoints[298].angles = ( 12.2552, -179.918, 0 ); + /* 1:54 */waypoints[299] = spawnstruct(); + /* 1:54 */waypoints[299].origin = ( -2125.7, -722.21, 158.125 ); + /* 1:54 */waypoints[299].type = "stand"; + /* 1:54 */waypoints[299].children[0] = 298; + /* 1:54 */waypoints[299].children[1] = 296; + /* 1:54 */return waypoints; +} diff --git a/raw/scripts/mp/mp_six_ss/wps_vortex.gsc b/raw/scripts/mp/mp_six_ss/wps_vortex.gsc new file mode 100644 index 0000000..4fdc1cb --- /dev/null +++ b/raw/scripts/mp/mp_six_ss/wps_vortex.gsc @@ -0,0 +1,738 @@ +main() +{ + level.waypoints = Vortex(); +} + +Vortex() +{ + /* 28:04 */waypoints = []; + /* 28:04 */waypoints[0] = spawnstruct(); + /* 28:04 */waypoints[0].origin = ( -1730.81, -771.368, 194.125 ); + /* 28:04 */waypoints[0].type = "stand"; + /* 28:04 */waypoints[0].children[0] = 1; + /* 28:04 */waypoints[0].children[1] = 37; + /* 28:04 */waypoints[1] = spawnstruct(); + /* 28:04 */waypoints[1].origin = ( -1465.62, -765.605, 195.097 ); + /* 28:04 */waypoints[1].type = "stand"; + /* 28:04 */waypoints[1].children[0] = 0; + /* 28:04 */waypoints[1].children[1] = 2; + /* 28:04 */waypoints[1].children[2] = 36; + /* 28:04 */waypoints[2] = spawnstruct(); + /* 28:04 */waypoints[2].origin = ( -1226.5, -797.268, 194.723 ); + /* 28:04 */waypoints[2].type = "stand"; + /* 28:04 */waypoints[2].children[0] = 1; + /* 28:04 */waypoints[2].children[1] = 3; + /* 28:04 */waypoints[2].children[2] = 42; + /* 28:04 */waypoints[2].children[3] = 83; + /* 28:04 */waypoints[3] = spawnstruct(); + /* 28:04 */waypoints[3].origin = ( -836.713, -823.165, 190.177 ); + /* 28:04 */waypoints[3].type = "stand"; + /* 28:04 */waypoints[3].children[0] = 2; + /* 28:04 */waypoints[3].children[1] = 4; + /* 28:04 */waypoints[3].children[2] = 118; + /* 28:04 */waypoints[4] = spawnstruct(); + /* 28:04 */waypoints[4].origin = ( -489.922, -823.969, 151.995 ); + /* 28:04 */waypoints[4].type = "stand"; + /* 28:04 */waypoints[4].children[0] = 3; + /* 28:04 */waypoints[4].children[1] = 5; + /* 28:04 */waypoints[4].children[2] = 102; + /* 28:04 */waypoints[4].children[3] = 103; + /* 28:04 */waypoints[4].children[4] = 119; + /* 28:04 */waypoints[5] = spawnstruct(); + /* 28:04 */waypoints[5].origin = ( -197.366, -1005.42, 175.474 ); + /* 28:04 */waypoints[5].type = "stand"; + /* 28:04 */waypoints[5].children[0] = 4; + /* 28:04 */waypoints[5].children[1] = 6; + /* 28:04 */waypoints[5].children[2] = 102; + /* 28:04 */waypoints[5].children[3] = 108; + /* 28:04 */waypoints[6] = spawnstruct(); + /* 28:04 */waypoints[6].origin = ( -285.914, -1434.01, 192.125 ); + /* 28:04 */waypoints[6].type = "stand"; + /* 28:04 */waypoints[6].children[0] = 5; + /* 28:04 */waypoints[6].children[1] = 7; + /* 28:04 */waypoints[7] = spawnstruct(); + /* 28:04 */waypoints[7].origin = ( -38.89, -1527.8, 190.351 ); + /* 28:04 */waypoints[7].type = "stand"; + /* 28:04 */waypoints[7].children[0] = 6; + /* 28:04 */waypoints[7].children[1] = 8; + /* 28:04 */waypoints[8] = spawnstruct(); + /* 28:04 */waypoints[8].origin = ( 175.516, -1516.26, 189.357 ); + /* 28:04 */waypoints[8].type = "stand"; + /* 28:04 */waypoints[8].children[0] = 7; + /* 28:04 */waypoints[8].children[1] = 9; + /* 28:04 */waypoints[8].children[2] = 117; + /* 28:04 */waypoints[9] = spawnstruct(); + /* 28:04 */waypoints[9].origin = ( 430.269, -1479.88, 192.125 ); + /* 28:04 */waypoints[9].type = "stand"; + /* 28:04 */waypoints[9].children[0] = 8; + /* 28:04 */waypoints[9].children[1] = 10; + /* 28:04 */waypoints[9].children[2] = 115; + /* 28:04 */waypoints[10] = spawnstruct(); + /* 28:04 */waypoints[10].origin = ( 722.386, -1563.78, 186.125 ); + /* 28:04 */waypoints[10].type = "stand"; + /* 28:04 */waypoints[10].children[0] = 9; + /* 28:04 */waypoints[10].children[1] = 11; + /* 28:04 */waypoints[11] = spawnstruct(); + /* 28:04 */waypoints[11].origin = ( 748.665, -1077.02, 191.793 ); + /* 28:04 */waypoints[11].type = "stand"; + /* 28:04 */waypoints[11].children[0] = 10; + /* 28:04 */waypoints[11].children[1] = 12; + /* 28:04 */waypoints[11].children[2] = 114; + /* 28:04 */waypoints[11].children[3] = 113; + /* 28:04 */waypoints[12] = spawnstruct(); + /* 28:04 */waypoints[12].origin = ( 1132.41, -962.472, 221.661 ); + /* 28:04 */waypoints[12].type = "stand"; + /* 28:04 */waypoints[12].children[0] = 11; + /* 28:04 */waypoints[12].children[1] = 13; + /* 28:04 */waypoints[12].children[2] = 57; + /* 28:04 */waypoints[13] = spawnstruct(); + /* 28:04 */waypoints[13].origin = ( 1355.58, -669.995, 212.789 ); + /* 28:04 */waypoints[13].type = "stand"; + /* 28:04 */waypoints[13].children[0] = 12; + /* 28:04 */waypoints[13].children[1] = 14; + /* 28:04 */waypoints[13].children[2] = 58; + /* 28:04 */waypoints[14] = spawnstruct(); + /* 28:04 */waypoints[14].origin = ( 1339.67, -157.447, 216.62 ); + /* 28:04 */waypoints[14].type = "stand"; + /* 28:04 */waypoints[14].children[0] = 13; + /* 28:04 */waypoints[14].children[1] = 15; + /* 28:04 */waypoints[14].children[2] = 60; + /* 28:04 */waypoints[15] = spawnstruct(); + /* 28:04 */waypoints[15].origin = ( 1334.28, 219.811, 256.257 ); + /* 28:04 */waypoints[15].type = "stand"; + /* 28:04 */waypoints[15].children[0] = 14; + /* 28:04 */waypoints[15].children[1] = 16; + /* 28:04 */waypoints[15].children[2] = 65; + /* 28:04 */waypoints[16] = spawnstruct(); + /* 28:04 */waypoints[16].origin = ( 1332.17, 736.354, 206.719 ); + /* 28:04 */waypoints[16].type = "stand"; + /* 28:04 */waypoints[16].children[0] = 15; + /* 28:04 */waypoints[16].children[1] = 17; + /* 28:04 */waypoints[17] = spawnstruct(); + /* 28:04 */waypoints[17].origin = ( 1343.56, 1175.49, 234.409 ); + /* 28:04 */waypoints[17].type = "stand"; + /* 28:04 */waypoints[17].children[0] = 16; + /* 28:04 */waypoints[17].children[1] = 18; + /* 28:04 */waypoints[18] = spawnstruct(); + /* 28:04 */waypoints[18].origin = ( 1110.87, 1159.57, 236.725 ); + /* 28:04 */waypoints[18].type = "stand"; + /* 28:04 */waypoints[18].children[0] = 17; + /* 28:04 */waypoints[18].children[1] = 19; + /* 28:04 */waypoints[19] = spawnstruct(); + /* 28:04 */waypoints[19].origin = ( 933.249, 1131.95, 209.12 ); + /* 28:04 */waypoints[19].type = "stand"; + /* 28:04 */waypoints[19].children[0] = 18; + /* 28:04 */waypoints[19].children[1] = 20; + /* 28:04 */waypoints[19].children[2] = 64; + /* 28:04 */waypoints[20] = spawnstruct(); + /* 28:04 */waypoints[20].origin = ( 627.137, 1199.76, 158.361 ); + /* 28:04 */waypoints[20].type = "stand"; + /* 28:04 */waypoints[20].children[0] = 19; + /* 28:04 */waypoints[20].children[1] = 21; + /* 28:04 */waypoints[21] = spawnstruct(); + /* 28:04 */waypoints[21].origin = ( 435.699, 1216.78, 125.935 ); + /* 28:04 */waypoints[21].type = "stand"; + /* 28:04 */waypoints[21].children[0] = 20; + /* 28:04 */waypoints[21].children[1] = 22; + /* 28:04 */waypoints[21].children[2] = 49; + /* 28:04 */waypoints[21].children[3] = 50; + /* 28:04 */waypoints[22] = spawnstruct(); + /* 28:04 */waypoints[22].origin = ( 91.6435, 1296.2, 90.6976 ); + /* 28:04 */waypoints[22].type = "stand"; + /* 28:04 */waypoints[22].children[0] = 21; + /* 28:04 */waypoints[22].children[1] = 23; + /* 28:04 */waypoints[22].children[2] = 54; + /* 28:04 */waypoints[23] = spawnstruct(); + /* 28:04 */waypoints[23].origin = ( -185.476, 1082.79, 59.5487 ); + /* 28:04 */waypoints[23].type = "stand"; + /* 28:04 */waypoints[23].children[0] = 22; + /* 28:04 */waypoints[23].children[1] = 24; + /* 28:04 */waypoints[23].children[2] = 49; + /* 28:04 */waypoints[24] = spawnstruct(); + /* 28:04 */waypoints[24].origin = ( -370.385, 1050.25, 73.8404 ); + /* 28:04 */waypoints[24].type = "stand"; + /* 28:04 */waypoints[24].children[0] = 23; + /* 28:04 */waypoints[24].children[1] = 25; + /* 28:04 */waypoints[24].children[2] = 48; + /* 28:04 */waypoints[25] = spawnstruct(); + /* 28:04 */waypoints[25].origin = ( -414.223, 1378.33, 64.144 ); + /* 28:04 */waypoints[25].type = "stand"; + /* 28:04 */waypoints[25].children[0] = 24; + /* 28:04 */waypoints[25].children[1] = 26; + /* 28:04 */waypoints[25].children[2] = 97; + /* 28:04 */waypoints[26] = spawnstruct(); + /* 28:04 */waypoints[26].origin = ( -462.581, 1505.78, 76.4644 ); + /* 28:04 */waypoints[26].type = "stand"; + /* 28:04 */waypoints[26].children[0] = 25; + /* 28:04 */waypoints[26].children[1] = 27; + /* 28:04 */waypoints[27] = spawnstruct(); + /* 28:04 */waypoints[27].origin = ( -1022.99, 1348.14, 164.802 ); + /* 28:04 */waypoints[27].type = "stand"; + /* 28:04 */waypoints[27].children[0] = 26; + /* 28:04 */waypoints[27].children[1] = 28; + /* 28:04 */waypoints[27].children[2] = 93; + /* 28:04 */waypoints[28] = spawnstruct(); + /* 28:04 */waypoints[28].origin = ( -1210.3, 1240.65, 205.321 ); + /* 28:04 */waypoints[28].type = "stand"; + /* 28:04 */waypoints[28].children[0] = 27; + /* 28:04 */waypoints[28].children[1] = 29; + /* 28:04 */waypoints[29] = spawnstruct(); + /* 28:04 */waypoints[29].origin = ( -1376.22, 858.575, 209.762 ); + /* 28:04 */waypoints[29].type = "stand"; + /* 28:04 */waypoints[29].children[0] = 28; + /* 28:04 */waypoints[29].children[1] = 30; + /* 28:04 */waypoints[29].children[2] = 92; + /* 28:04 */waypoints[30] = spawnstruct(); + /* 28:04 */waypoints[30].origin = ( -1265.2, 702.327, 207.092 ); + /* 28:04 */waypoints[30].type = "stand"; + /* 28:04 */waypoints[30].children[0] = 29; + /* 28:04 */waypoints[30].children[1] = 31; + /* 28:04 */waypoints[30].children[2] = 90; + /* 28:04 */waypoints[31] = spawnstruct(); + /* 28:04 */waypoints[31].origin = ( -1401.56, 488.719, 206.017 ); + /* 28:04 */waypoints[31].type = "stand"; + /* 28:04 */waypoints[31].children[0] = 30; + /* 28:04 */waypoints[31].children[1] = 32; + /* 28:04 */waypoints[31].children[2] = 41; + /* 28:04 */waypoints[31].children[3] = 89; + /* 28:04 */waypoints[32] = spawnstruct(); + /* 28:04 */waypoints[32].origin = ( -1407.82, 294.196, 202.929 ); + /* 28:04 */waypoints[32].type = "stand"; + /* 28:04 */waypoints[32].children[0] = 31; + /* 28:04 */waypoints[32].children[1] = 33; + /* 28:04 */waypoints[32].children[2] = 40; + /* 28:04 */waypoints[33] = spawnstruct(); + /* 28:04 */waypoints[33].origin = ( -1419.83, 108.047, 201.425 ); + /* 28:04 */waypoints[33].type = "stand"; + /* 28:04 */waypoints[33].children[0] = 32; + /* 28:04 */waypoints[33].children[1] = 34; + /* 28:04 */waypoints[33].children[2] = 85; + /* 28:04 */waypoints[34] = spawnstruct(); + /* 28:04 */waypoints[34].origin = ( -1470.9, -199.9, 194.125 ); + /* 28:04 */waypoints[34].type = "stand"; + /* 28:04 */waypoints[34].children[0] = 33; + /* 28:04 */waypoints[34].children[1] = 35; + /* 28:04 */waypoints[34].children[2] = 84; + /* 28:04 */waypoints[35] = spawnstruct(); + /* 28:04 */waypoints[35].origin = ( -1463.97, -407.874, 194.125 ); + /* 28:04 */waypoints[35].type = "stand"; + /* 28:04 */waypoints[35].children[0] = 34; + /* 28:04 */waypoints[35].children[1] = 36; + /* 28:04 */waypoints[35].children[2] = 39; + /* 28:04 */waypoints[36] = spawnstruct(); + /* 28:04 */waypoints[36].origin = ( -1455.11, -619.481, 194.125 ); + /* 28:04 */waypoints[36].type = "stand"; + /* 28:04 */waypoints[36].children[0] = 35; + /* 28:04 */waypoints[36].children[1] = 1; + /* 28:04 */waypoints[36].children[2] = 83; + /* 28:04 */waypoints[37] = spawnstruct(); + /* 28:04 */waypoints[37].origin = ( -1723.89, -614.348, 243.125 ); + /* 28:04 */waypoints[37].type = "stand"; + /* 28:04 */waypoints[37].children[0] = 0; + /* 28:04 */waypoints[37].children[1] = 38; + /* 28:04 */waypoints[38] = spawnstruct(); + /* 28:04 */waypoints[38].origin = ( -1584.16, -618.363, 243.125 ); + /* 28:04 */waypoints[38].type = "stand"; + /* 28:04 */waypoints[38].children[0] = 37; + /* 28:04 */waypoints[38].children[1] = 39; + /* 28:04 */waypoints[39] = spawnstruct(); + /* 28:04 */waypoints[39].origin = ( -1594.78, -392.368, 243.125 ); + /* 28:04 */waypoints[39].type = "stand"; + /* 28:04 */waypoints[39].children[0] = 38; + /* 28:04 */waypoints[39].children[1] = 35; + /* 28:04 */waypoints[40] = spawnstruct(); + /* 28:04 */waypoints[40].origin = ( -1615.93, 309.455, 198.246 ); + /* 28:04 */waypoints[40].type = "stand"; + /* 28:04 */waypoints[40].children[0] = 32; + /* 28:04 */waypoints[40].children[1] = 41; + /* 28:04 */waypoints[41] = spawnstruct(); + /* 28:04 */waypoints[41].origin = ( -1596.73, 508.067, 209.58 ); + /* 28:04 */waypoints[41].type = "stand"; + /* 28:04 */waypoints[41].children[0] = 40; + /* 28:04 */waypoints[41].children[1] = 31; + /* 28:04 */waypoints[42] = spawnstruct(); + /* 28:04 */waypoints[42].origin = ( -1059.95, -626.632, 190.821 ); + /* 28:04 */waypoints[42].type = "stand"; + /* 28:04 */waypoints[42].children[0] = 2; + /* 28:04 */waypoints[42].children[1] = 43; + /* 28:04 */waypoints[42].children[2] = 49; + /* 28:04 */waypoints[42].children[3] = 118; + /* 28:04 */waypoints[42].children[4] = 83; + /* 28:04 */waypoints[43] = spawnstruct(); + /* 28:04 */waypoints[43].origin = ( -945.491, -537.049, 192.263 ); + /* 28:04 */waypoints[43].type = "stand"; + /* 28:04 */waypoints[43].children[0] = 42; + /* 28:04 */waypoints[43].children[1] = 44; + /* 28:04 */waypoints[43].children[2] = 81; + /* 28:04 */waypoints[43].children[3] = 118; + /* 28:04 */waypoints[44] = spawnstruct(); + /* 28:04 */waypoints[44].origin = ( -815.795, -307.574, 158.086 ); + /* 28:04 */waypoints[44].type = "stand"; + /* 28:04 */waypoints[44].children[0] = 43; + /* 28:04 */waypoints[44].children[1] = 45; + /* 28:04 */waypoints[44].children[2] = 80; + /* 28:04 */waypoints[45] = spawnstruct(); + /* 28:04 */waypoints[45].origin = ( -549.969, -339.196, 95.4707 ); + /* 28:04 */waypoints[45].type = "stand"; + /* 28:04 */waypoints[45].children[0] = 44; + /* 28:04 */waypoints[45].children[1] = 46; + /* 28:04 */waypoints[45].children[2] = 103; + /* 28:04 */waypoints[46] = spawnstruct(); + /* 28:04 */waypoints[46].origin = ( -575.371, -0.84052, 63.6581 ); + /* 28:04 */waypoints[46].type = "stand"; + /* 28:04 */waypoints[46].children[0] = 45; + /* 28:04 */waypoints[46].children[1] = 47; + /* 28:04 */waypoints[47] = spawnstruct(); + /* 28:04 */waypoints[47].origin = ( -557.684, 331.253, 63.3202 ); + /* 28:04 */waypoints[47].type = "stand"; + /* 28:04 */waypoints[47].children[0] = 46; + /* 28:04 */waypoints[47].children[1] = 48; + /* 28:04 */waypoints[48] = spawnstruct(); + /* 28:04 */waypoints[48].origin = ( -514.225, 748.482, 66.2022 ); + /* 28:04 */waypoints[48].type = "stand"; + /* 28:04 */waypoints[48].children[0] = 47; + /* 28:04 */waypoints[48].children[1] = 24; + /* 28:04 */waypoints[48].children[2] = 95; + /* 28:04 */waypoints[49] = spawnstruct(); + /* 28:04 */waypoints[49].origin = ( 141.523, 1008.39, 87.2986 ); + /* 28:04 */waypoints[49].type = "stand"; + /* 28:04 */waypoints[49].children[0] = 23; + /* 28:04 */waypoints[49].children[1] = 50; + /* 28:04 */waypoints[49].children[2] = 21; + /* 28:04 */waypoints[49].children[3] = 42; + /* 28:04 */waypoints[50] = spawnstruct(); + /* 28:04 */waypoints[50].origin = ( 393.726, 850.082, 67.3285 ); + /* 28:04 */waypoints[50].type = "stand"; + /* 28:04 */waypoints[50].children[0] = 49; + /* 28:04 */waypoints[50].children[1] = 51; + /* 28:04 */waypoints[50].children[2] = 21; + /* 28:04 */waypoints[51] = spawnstruct(); + /* 28:04 */waypoints[51].origin = ( 502.592, 510.5, 76.5033 ); + /* 28:04 */waypoints[51].type = "stand"; + /* 28:04 */waypoints[51].children[0] = 50; + /* 28:04 */waypoints[51].children[1] = 52; + /* 28:04 */waypoints[52] = spawnstruct(); + /* 28:04 */waypoints[52].origin = ( 442.419, 248.661, 90.77 ); + /* 28:04 */waypoints[52].type = "stand"; + /* 28:04 */waypoints[52].children[0] = 51; + /* 28:04 */waypoints[52].children[1] = 53; + /* 28:04 */waypoints[52].children[2] = 112; + /* 28:04 */waypoints[52].children[3] = 62; + /* 28:04 */waypoints[53] = spawnstruct(); + /* 28:04 */waypoints[53].origin = ( 513.532, -61.5609, 86.9343 ); + /* 28:04 */waypoints[53].type = "stand"; + /* 28:04 */waypoints[53].children[0] = 52; + /* 28:04 */waypoints[53].children[1] = 54; + /* 28:04 */waypoints[54] = spawnstruct(); + /* 28:04 */waypoints[54].origin = ( 535.921, -393.138, 55.8518 ); + /* 28:04 */waypoints[54].type = "stand"; + /* 28:04 */waypoints[54].children[0] = 53; + /* 28:04 */waypoints[54].children[1] = 55; + /* 28:04 */waypoints[54].children[2] = 61; + /* 28:04 */waypoints[54].children[3] = 22; + /* 28:04 */waypoints[55] = spawnstruct(); + /* 28:04 */waypoints[55].origin = ( 510.2, -667.495, 79.5995 ); + /* 28:04 */waypoints[55].type = "stand"; + /* 28:04 */waypoints[55].children[0] = 54; + /* 28:04 */waypoints[55].children[1] = 56; + /* 28:04 */waypoints[55].children[2] = 66; + /* 28:04 */waypoints[55].children[3] = 113; + /* 28:04 */waypoints[56] = spawnstruct(); + /* 28:04 */waypoints[56].origin = ( 826.05, -683.707, 100.242 ); + /* 28:04 */waypoints[56].type = "stand"; + /* 28:04 */waypoints[56].children[0] = 55; + /* 28:04 */waypoints[56].children[1] = 57; + /* 28:04 */waypoints[57] = spawnstruct(); + /* 28:04 */waypoints[57].origin = ( 1115.79, -661.361, 163.465 ); + /* 28:04 */waypoints[57].type = "stand"; + /* 28:04 */waypoints[57].children[0] = 56; + /* 28:04 */waypoints[57].children[1] = 58; + /* 28:04 */waypoints[57].children[2] = 59; + /* 28:04 */waypoints[57].children[3] = 12; + /* 28:04 */waypoints[58] = spawnstruct(); + /* 28:04 */waypoints[58].origin = ( 1295.07, -661.726, 206.742 ); + /* 28:04 */waypoints[58].type = "stand"; + /* 28:04 */waypoints[58].children[0] = 57; + /* 28:04 */waypoints[58].children[1] = 13; + /* 28:04 */waypoints[58].children[2] = 59; + /* 28:04 */waypoints[59] = spawnstruct(); + /* 28:04 */waypoints[59].origin = ( 1159.35, -505.068, 209.065 ); + /* 28:04 */waypoints[59].type = "stand"; + /* 28:04 */waypoints[59].children[0] = 58; + /* 28:04 */waypoints[59].children[1] = 60; + /* 28:04 */waypoints[59].children[2] = 57; + /* 28:04 */waypoints[60] = spawnstruct(); + /* 28:04 */waypoints[60].origin = ( 1025.69, -223.266, 234.618 ); + /* 28:04 */waypoints[60].type = "stand"; + /* 28:04 */waypoints[60].children[0] = 59; + /* 28:04 */waypoints[60].children[1] = 61; + /* 28:04 */waypoints[60].children[2] = 65; + /* 28:04 */waypoints[60].children[3] = 14; + /* 28:04 */waypoints[61] = spawnstruct(); + /* 28:04 */waypoints[61].origin = ( 800.923, -97.2423, 226.177 ); + /* 28:04 */waypoints[61].type = "stand"; + /* 28:04 */waypoints[61].children[0] = 60; + /* 28:04 */waypoints[61].children[1] = 62; + /* 28:04 */waypoints[61].children[2] = 54; + /* 28:04 */waypoints[62] = spawnstruct(); + /* 28:04 */waypoints[62].origin = ( 905.151, 198.797, 241.67 ); + /* 28:04 */waypoints[62].type = "stand"; + /* 28:04 */waypoints[62].children[0] = 61; + /* 28:04 */waypoints[62].children[1] = 63; + /* 28:04 */waypoints[62].children[2] = 65; + /* 28:04 */waypoints[62].children[3] = 52; + /* 28:04 */waypoints[63] = spawnstruct(); + /* 28:04 */waypoints[63].origin = ( 953.121, 400.916, 216.731 ); + /* 28:04 */waypoints[63].type = "stand"; + /* 28:04 */waypoints[63].children[0] = 62; + /* 28:04 */waypoints[63].children[1] = 64; + /* 28:04 */waypoints[64] = spawnstruct(); + /* 28:04 */waypoints[64].origin = ( 931.513, 775.873, 181.697 ); + /* 28:04 */waypoints[64].type = "stand"; + /* 28:04 */waypoints[64].children[0] = 63; + /* 28:04 */waypoints[64].children[1] = 19; + /* 28:04 */waypoints[65] = spawnstruct(); + /* 28:04 */waypoints[65].origin = ( 1161.31, 212.522, 258.887 ); + /* 28:04 */waypoints[65].type = "stand"; + /* 28:04 */waypoints[65].children[0] = 62; + /* 28:04 */waypoints[65].children[1] = 15; + /* 28:04 */waypoints[65].children[2] = 60; + /* 28:04 */waypoints[66] = spawnstruct(); + /* 28:04 */waypoints[66].origin = ( 220.215, -635.53, 163.96 ); + /* 28:04 */waypoints[66].type = "stand"; + /* 28:04 */waypoints[66].children[0] = 55; + /* 28:04 */waypoints[66].children[1] = 67; + /* 28:04 */waypoints[66].children[2] = 101; + /* 28:04 */waypoints[66].children[3] = 105; + /* 28:04 */waypoints[66].children[4] = 113; + /* 28:04 */waypoints[67] = spawnstruct(); + /* 28:04 */waypoints[67].origin = ( 251.326, -275.353, 187.594 ); + /* 28:04 */waypoints[67].type = "stand"; + /* 28:04 */waypoints[67].children[0] = 66; + /* 28:04 */waypoints[67].children[1] = 68; + /* 28:04 */waypoints[67].children[2] = 98; + /* 28:04 */waypoints[68] = spawnstruct(); + /* 28:04 */waypoints[68].origin = ( 222.973, -34.2557, 202.665 ); + /* 28:04 */waypoints[68].type = "stand"; + /* 28:04 */waypoints[68].children[0] = 67; + /* 28:04 */waypoints[68].children[1] = 69; + /* 28:04 */waypoints[68].children[2] = 98; + /* 28:04 */waypoints[68].children[3] = 112; + /* 28:04 */waypoints[69] = spawnstruct(); + /* 28:04 */waypoints[69].origin = ( 177.865, 247.034, 202.833 ); + /* 28:04 */waypoints[69].type = "stand"; + /* 28:04 */waypoints[69].children[0] = 68; + /* 28:04 */waypoints[69].children[1] = 70; + /* 28:04 */waypoints[69].children[2] = 110; + /* 28:04 */waypoints[69].children[3] = 112; + /* 28:04 */waypoints[70] = spawnstruct(); + /* 28:04 */waypoints[70].origin = ( 35.685, 417.705, 232.201 ); + /* 28:04 */waypoints[70].type = "stand"; + /* 28:04 */waypoints[70].children[0] = 69; + /* 28:04 */waypoints[70].children[1] = 71; + /* 28:04 */waypoints[70].children[2] = 74; + /* 28:04 */waypoints[70].children[3] = 110; + /* 28:04 */waypoints[71] = spawnstruct(); + /* 28:04 */waypoints[71].origin = ( 142.337, 604.915, 207.526 ); + /* 28:04 */waypoints[71].type = "stand"; + /* 28:04 */waypoints[71].children[0] = 70; + /* 28:04 */waypoints[71].children[1] = 72; + /* 28:04 */waypoints[71].children[2] = 111; + /* 28:04 */waypoints[72] = spawnstruct(); + /* 28:04 */waypoints[72].origin = ( -29.011, 744.275, 206.666 ); + /* 28:04 */waypoints[72].type = "stand"; + /* 28:04 */waypoints[72].children[0] = 71; + /* 28:04 */waypoints[72].children[1] = 73; + /* 28:04 */waypoints[73] = spawnstruct(); + /* 28:04 */waypoints[73].origin = ( -220.318, 676.46, 171.433 ); + /* 28:04 */waypoints[73].type = "stand"; + /* 28:04 */waypoints[73].children[0] = 72; + /* 28:04 */waypoints[73].children[1] = 74; + /* 28:04 */waypoints[74] = spawnstruct(); + /* 28:04 */waypoints[74].origin = ( -243.281, 368.306, 199.79 ); + /* 28:04 */waypoints[74].type = "stand"; + /* 28:04 */waypoints[74].children[0] = 73; + /* 28:04 */waypoints[74].children[1] = 75; + /* 28:04 */waypoints[74].children[2] = 70; + /* 28:04 */waypoints[74].children[3] = 109; + /* 28:04 */waypoints[75] = spawnstruct(); + /* 28:04 */waypoints[75].origin = ( -365.975, 378.263, 176.125 ); + /* 28:04 */waypoints[75].type = "stand"; + /* 28:04 */waypoints[75].children[0] = 74; + /* 28:04 */waypoints[75].children[1] = 76; + /* 28:04 */waypoints[76] = spawnstruct(); + /* 28:04 */waypoints[76].origin = ( -684.313, 412.401, 171.384 ); + /* 28:04 */waypoints[76].type = "stand"; + /* 28:04 */waypoints[76].children[0] = 75; + /* 28:04 */waypoints[76].children[1] = 77; + /* 28:04 */waypoints[76].children[2] = 96; + /* 28:04 */waypoints[77] = spawnstruct(); + /* 28:04 */waypoints[77].origin = ( -843.299, 431.691, 171.05 ); + /* 28:04 */waypoints[77].type = "stand"; + /* 28:04 */waypoints[77].children[0] = 76; + /* 28:04 */waypoints[77].children[1] = 78; + /* 28:04 */waypoints[77].children[2] = 96; + /* 28:04 */waypoints[78] = spawnstruct(); + /* 28:04 */waypoints[78].origin = ( -829.711, 156.264, 148.125 ); + /* 28:04 */waypoints[78].type = "stand"; + /* 28:04 */waypoints[78].children[0] = 77; + /* 28:04 */waypoints[78].children[1] = 79; + /* 28:04 */waypoints[79] = spawnstruct(); + /* 28:04 */waypoints[79].origin = ( -880.708, 73.911, 148.125 ); + /* 28:04 */waypoints[79].type = "stand"; + /* 28:04 */waypoints[79].children[0] = 78; + /* 28:04 */waypoints[79].children[1] = 80; + /* 28:04 */waypoints[79].children[2] = 87; + /* 28:04 */waypoints[80] = spawnstruct(); + /* 28:04 */waypoints[80].origin = ( -856.563, -76.3138, 148.125 ); + /* 28:04 */waypoints[80].type = "stand"; + /* 28:04 */waypoints[80].children[0] = 79; + /* 28:04 */waypoints[80].children[1] = 44; + /* 28:04 */waypoints[80].children[2] = 87; + /* 28:04 */waypoints[81] = spawnstruct(); + /* 28:04 */waypoints[81].origin = ( -1045.89, -405.966, 210.125 ); + /* 28:04 */waypoints[81].type = "stand"; + /* 28:04 */waypoints[81].children[0] = 43; + /* 28:04 */waypoints[81].children[1] = 82; + /* 28:04 */waypoints[82] = spawnstruct(); + /* 28:04 */waypoints[82].origin = ( -1280.35, -354.045, 194.125 ); + /* 28:04 */waypoints[82].type = "stand"; + /* 28:04 */waypoints[82].children[0] = 81; + /* 28:04 */waypoints[82].children[1] = 83; + /* 28:04 */waypoints[82].children[2] = 84; + /* 28:04 */waypoints[83] = spawnstruct(); + /* 28:04 */waypoints[83].origin = ( -1248.64, -570.616, 194.014 ); + /* 28:04 */waypoints[83].type = "stand"; + /* 28:04 */waypoints[83].children[0] = 82; + /* 28:04 */waypoints[83].children[1] = 2; + /* 28:04 */waypoints[83].children[2] = 36; + /* 28:04 */waypoints[83].children[3] = 42; + /* 28:04 */waypoints[84] = spawnstruct(); + /* 28:04 */waypoints[84].origin = ( -1272.71, -185.402, 215.178 ); + /* 28:04 */waypoints[84].type = "stand"; + /* 28:04 */waypoints[84].children[0] = 82; + /* 28:04 */waypoints[84].children[1] = 34; + /* 28:04 */waypoints[84].children[2] = 85; + /* 28:04 */waypoints[85] = spawnstruct(); + /* 28:04 */waypoints[85].origin = ( -1263.19, 26.47, 222.415 ); + /* 28:04 */waypoints[85].type = "stand"; + /* 28:04 */waypoints[85].children[0] = 84; + /* 28:04 */waypoints[85].children[1] = 86; + /* 28:04 */waypoints[85].children[2] = 33; + /* 28:04 */waypoints[85].children[3] = 89; + /* 28:04 */waypoints[86] = spawnstruct(); + /* 28:04 */waypoints[86].origin = ( -1038.42, 40.4649, 253.123 ); + /* 28:04 */waypoints[86].type = "stand"; + /* 28:04 */waypoints[86].children[0] = 85; + /* 28:04 */waypoints[86].children[1] = 88; + /* 28:04 */waypoints[87] = spawnstruct(); + /* 28:04 */waypoints[87].origin = ( -891.415, -6.4283, 148.025 ); + /* 28:04 */waypoints[87].type = "climb"; + /* 28:04 */waypoints[87].children[0] = 88; + /* 28:04 */waypoints[87].children[1] = 79; + /* 28:04 */waypoints[87].children[2] = 80; + /* 28:04 */waypoints[87].angles = ( -5.17456, 177.548, 0 ); + /* 28:04 */waypoints[88] = spawnstruct(); + /* 28:04 */waypoints[88].origin = ( -1013.13, 3.69662, 250.779 ); + /* 28:04 */waypoints[88].type = "climb"; + /* 28:04 */waypoints[88].children[0] = 86; + /* 28:04 */waypoints[88].children[1] = 87; + /* 28:04 */waypoints[88].angles = ( 9.02527, -0.408318, 0 ); + /* 28:04 */waypoints[89] = spawnstruct(); + /* 28:04 */waypoints[89].origin = ( -1225.62, 505.944, 225.392 ); + /* 28:04 */waypoints[89].type = "stand"; + /* 28:04 */waypoints[89].children[0] = 85; + /* 28:04 */waypoints[89].children[1] = 31; + /* 28:04 */waypoints[89].children[2] = 90; + /* 28:04 */waypoints[90] = spawnstruct(); + /* 28:04 */waypoints[90].origin = ( -1168.38, 693.218, 209.457 ); + /* 28:04 */waypoints[90].type = "stand"; + /* 28:04 */waypoints[90].children[0] = 89; + /* 28:04 */waypoints[90].children[1] = 30; + /* 28:04 */waypoints[90].children[2] = 91; + /* 28:04 */waypoints[90].children[3] = 92; + /* 28:04 */waypoints[91] = spawnstruct(); + /* 28:04 */waypoints[91].origin = ( -1028.02, 687.666, 212.098 ); + /* 28:04 */waypoints[91].type = "stand"; + /* 28:04 */waypoints[91].children[0] = 90; + /* 28:04 */waypoints[91].children[1] = 92; + /* 28:04 */waypoints[91].children[2] = 96; + /* 28:04 */waypoints[92] = spawnstruct(); + /* 28:04 */waypoints[92].origin = ( -960.063, 923.913, 223.387 ); + /* 28:04 */waypoints[92].type = "stand"; + /* 28:04 */waypoints[92].children[0] = 91; + /* 28:04 */waypoints[92].children[1] = 93; + /* 28:04 */waypoints[92].children[2] = 95; + /* 28:04 */waypoints[92].children[3] = 29; + /* 28:04 */waypoints[92].children[4] = 90; + /* 28:04 */waypoints[93] = spawnstruct(); + /* 28:04 */waypoints[93].origin = ( -956.611, 1071.43, 215.773 ); + /* 28:04 */waypoints[93].type = "stand"; + /* 28:04 */waypoints[93].children[0] = 92; + /* 28:04 */waypoints[93].children[1] = 94; + /* 28:04 */waypoints[93].children[2] = 27; + /* 28:04 */waypoints[94] = spawnstruct(); + /* 28:04 */waypoints[94].origin = ( -761.337, 1096.97, 254.881 ); + /* 28:04 */waypoints[94].type = "stand"; + /* 28:04 */waypoints[94].children[0] = 93; + /* 28:04 */waypoints[94].children[1] = 95; + /* 28:04 */waypoints[94].children[2] = 97; + /* 28:04 */waypoints[95] = spawnstruct(); + /* 28:04 */waypoints[95].origin = ( -750.063, 813.49, 192.695 ); + /* 28:04 */waypoints[95].type = "stand"; + /* 28:04 */waypoints[95].children[0] = 94; + /* 28:04 */waypoints[95].children[1] = 96; + /* 28:04 */waypoints[95].children[2] = 92; + /* 28:04 */waypoints[95].children[3] = 48; + /* 28:04 */waypoints[96] = spawnstruct(); + /* 28:04 */waypoints[96].origin = ( -805.36, 544.813, 184.319 ); + /* 28:04 */waypoints[96].type = "stand"; + /* 28:04 */waypoints[96].children[0] = 95; + /* 28:04 */waypoints[96].children[1] = 77; + /* 28:04 */waypoints[96].children[2] = 91; + /* 28:04 */waypoints[96].children[3] = 76; + /* 28:04 */waypoints[97] = spawnstruct(); + /* 28:04 */waypoints[97].origin = ( -590.045, 1236.67, 150.948 ); + /* 28:04 */waypoints[97].type = "stand"; + /* 28:04 */waypoints[97].children[0] = 25; + /* 28:04 */waypoints[97].children[1] = 94; + /* 28:04 */waypoints[98] = spawnstruct(); + /* 28:04 */waypoints[98].origin = ( -2.31728, -146.496, 297.581 ); + /* 28:04 */waypoints[98].type = "stand"; + /* 28:04 */waypoints[98].children[0] = 68; + /* 28:04 */waypoints[98].children[1] = 99; + /* 28:04 */waypoints[98].children[2] = 109; + /* 28:04 */waypoints[98].children[3] = 67; + /* 28:04 */waypoints[98].children[4] = 100; + /* 28:04 */waypoints[99] = spawnstruct(); + /* 28:04 */waypoints[99].origin = ( -248.129, -140.366, 209.557 ); + /* 28:04 */waypoints[99].type = "stand"; + /* 28:04 */waypoints[99].children[0] = 98; + /* 28:04 */waypoints[99].children[1] = 100; + /* 28:04 */waypoints[99].children[2] = 109; + /* 28:04 */waypoints[100] = spawnstruct(); + /* 28:04 */waypoints[100].origin = ( -274.738, -366.05, 204.986 ); + /* 28:04 */waypoints[100].type = "stand"; + /* 28:04 */waypoints[100].children[0] = 99; + /* 28:04 */waypoints[100].children[1] = 101; + /* 28:04 */waypoints[100].children[2] = 104; + /* 28:04 */waypoints[100].children[3] = 98; + /* 28:04 */waypoints[101] = spawnstruct(); + /* 28:04 */waypoints[101].origin = ( -130.553, -570.368, 183.501 ); + /* 28:04 */waypoints[101].type = "stand"; + /* 28:04 */waypoints[101].children[0] = 100; + /* 28:04 */waypoints[101].children[1] = 102; + /* 28:04 */waypoints[101].children[2] = 104; + /* 28:04 */waypoints[101].children[3] = 66; + /* 28:04 */waypoints[102] = spawnstruct(); + /* 28:04 */waypoints[102].origin = ( -238.023, -822.249, 167.512 ); + /* 28:04 */waypoints[102].type = "stand"; + /* 28:04 */waypoints[102].children[0] = 101; + /* 28:04 */waypoints[102].children[1] = 5; + /* 28:04 */waypoints[102].children[2] = 4; + /* 28:04 */waypoints[103] = spawnstruct(); + /* 28:04 */waypoints[103].origin = ( -491.798, -505.393, 104.673 ); + /* 28:04 */waypoints[103].type = "stand"; + /* 28:04 */waypoints[103].children[0] = 4; + /* 28:04 */waypoints[103].children[1] = 45; + /* 28:04 */waypoints[103].children[2] = 104; + /* 28:04 */waypoints[103].children[3] = 119; + /* 28:04 */waypoints[104] = spawnstruct(); + /* 28:04 */waypoints[104].origin = ( -355.35, -535.604, 181.595 ); + /* 28:04 */waypoints[104].type = "stand"; + /* 28:04 */waypoints[104].children[0] = 103; + /* 28:04 */waypoints[104].children[1] = 101; + /* 28:04 */waypoints[104].children[2] = 100; + /* 28:04 */waypoints[105] = spawnstruct(); + /* 28:04 */waypoints[105].origin = ( 211.554, -856.34, 186.307 ); + /* 28:04 */waypoints[105].type = "stand"; + /* 28:04 */waypoints[105].children[0] = 66; + /* 28:04 */waypoints[105].children[1] = 106; + /* 28:04 */waypoints[105].children[2] = 107; + /* 28:04 */waypoints[106] = spawnstruct(); + /* 28:04 */waypoints[106].origin = ( 237.131, -1000.64, 184.744 ); + /* 28:04 */waypoints[106].type = "stand"; + /* 28:04 */waypoints[106].children[0] = 105; + /* 28:04 */waypoints[106].children[1] = 107; + /* 28:04 */waypoints[106].children[2] = 108; + /* 28:04 */waypoints[107] = spawnstruct(); + /* 28:04 */waypoints[107].origin = ( 327.089, -982.132, 185.619 ); + /* 28:04 */waypoints[107].type = "stand"; + /* 28:04 */waypoints[107].children[0] = 106; + /* 28:04 */waypoints[107].children[1] = 114; + /* 28:04 */waypoints[107].children[2] = 105; + /* 28:04 */waypoints[107].children[3] = 116; + /* 28:04 */waypoints[108] = spawnstruct(); + /* 28:04 */waypoints[108].origin = ( 129.38, -1004.98, 181.985 ); + /* 28:04 */waypoints[108].type = "stand"; + /* 28:04 */waypoints[108].children[0] = 106; + /* 28:04 */waypoints[108].children[1] = 5; + /* 28:04 */waypoints[108].children[2] = 117; + /* 28:04 */waypoints[109] = spawnstruct(); + /* 28:04 */waypoints[109].origin = ( -160.75, 131.077, 237.848 ); + /* 28:04 */waypoints[109].type = "stand"; + /* 28:04 */waypoints[109].children[0] = 99; + /* 28:04 */waypoints[109].children[1] = 74; + /* 28:04 */waypoints[109].children[2] = 110; + /* 28:04 */waypoints[109].children[3] = 98; + /* 28:04 */waypoints[110] = spawnstruct(); + /* 28:04 */waypoints[110].origin = ( -13.8293, 262.525, 264.359 ); + /* 28:04 */waypoints[110].type = "stand"; + /* 28:04 */waypoints[110].children[0] = 109; + /* 28:04 */waypoints[110].children[1] = 69; + /* 28:04 */waypoints[110].children[2] = 70; + /* 28:04 */waypoints[111] = spawnstruct(); + /* 28:04 */waypoints[111].origin = ( 323.034, 384.604, 163.593 ); + /* 28:04 */waypoints[111].type = "stand"; + /* 28:04 */waypoints[111].children[0] = 71; + /* 28:04 */waypoints[111].children[1] = 112; + /* 28:04 */waypoints[112] = spawnstruct(); + /* 28:04 */waypoints[112].origin = ( 281.182, 216.792, 192.899 ); + /* 28:04 */waypoints[112].type = "stand"; + /* 28:04 */waypoints[112].children[0] = 111; + /* 28:04 */waypoints[112].children[1] = 52; + /* 28:04 */waypoints[112].children[2] = 69; + /* 28:04 */waypoints[112].children[3] = 68; + /* 28:04 */waypoints[113] = spawnstruct(); + /* 28:04 */waypoints[113].origin = ( 476.219, -853.748, 164.435 ); + /* 28:04 */waypoints[113].type = "stand"; + /* 28:04 */waypoints[113].children[0] = 55; + /* 28:04 */waypoints[113].children[1] = 114; + /* 28:04 */waypoints[113].children[2] = 11; + /* 28:04 */waypoints[113].children[3] = 66; + /* 28:04 */waypoints[114] = spawnstruct(); + /* 28:04 */waypoints[114].origin = ( 474.63, -999.439, 188.947 ); + /* 28:04 */waypoints[114].type = "stand"; + /* 28:04 */waypoints[114].children[0] = 113; + /* 28:04 */waypoints[114].children[1] = 107; + /* 28:04 */waypoints[114].children[2] = 11; + /* 28:04 */waypoints[115] = spawnstruct(); + /* 28:04 */waypoints[115].origin = ( 410.867, -1298.86, 192.125 ); + /* 28:04 */waypoints[115].type = "stand"; + /* 28:04 */waypoints[115].children[0] = 9; + /* 28:04 */waypoints[115].children[1] = 116; + /* 28:04 */waypoints[116] = spawnstruct(); + /* 28:04 */waypoints[116].origin = ( 349.358, -1259.91, 196.614 ); + /* 28:04 */waypoints[116].type = "stand"; + /* 28:04 */waypoints[116].children[0] = 115; + /* 28:04 */waypoints[116].children[1] = 107; + /* 28:04 */waypoints[117] = spawnstruct(); + /* 28:04 */waypoints[117].origin = ( 151.108, -1296.94, 188.948 ); + /* 28:04 */waypoints[117].type = "stand"; + /* 28:04 */waypoints[117].children[0] = 8; + /* 28:04 */waypoints[117].children[1] = 108; + /* 28:04 */waypoints[118] = spawnstruct(); + /* 28:04 */waypoints[118].origin = ( -911.794, -666.237, 188.769 ); + /* 28:04 */waypoints[118].type = "stand"; + /* 28:04 */waypoints[118].children[0] = 42; + /* 28:04 */waypoints[118].children[1] = 43; + /* 28:04 */waypoints[118].children[2] = 3; + /* 28:04 */waypoints[118].children[3] = 119; + /* 28:04 */waypoints[119] = spawnstruct(); + /* 28:04 */waypoints[119].origin = ( -645.582, -736.316, 157.406 ); + /* 28:04 */waypoints[119].type = "stand"; + /* 28:04 */waypoints[119].children[0] = 118; + /* 28:04 */waypoints[119].children[1] = 4; + /* 28:04 */waypoints[119].children[2] = 103; + /* 28:04 */return waypoints; +} diff --git a/raw/scripts/mp/mp_terminal_cls/wps_terminal.gsc b/raw/scripts/mp/mp_terminal_cls/wps_terminal.gsc new file mode 100644 index 0000000..bf3bea0 --- /dev/null +++ b/raw/scripts/mp/mp_terminal_cls/wps_terminal.gsc @@ -0,0 +1,1437 @@ +main() +{ + level.waypoints = Terminal(); +} + +Terminal() +{ + waypoints = []; + waypoints[0] = spawnstruct(); + /* 9:54 */waypoints[0].origin = ( 2432.84, 3177.44, 48.125 ); + /* 9:54 */waypoints[0].type = "stand"; + /* 9:54 */waypoints[0].childCount = 3; + /* 9:54 */waypoints[0].children[0] = 1; + /* 9:54 */waypoints[0].children[1] = 7; + /* 9:54 */waypoints[0].children[2] = 111; + /* 9:54 */waypoints[1] = spawnstruct(); + /* 9:54 */waypoints[1].origin = ( 2623.91, 3385.37, 48.125 ); + /* 9:54 */waypoints[1].type = "stand"; + /* 9:54 */waypoints[1].childCount = 2; + /* 9:54 */waypoints[1].children[0] = 0; + /* 9:54 */waypoints[1].children[1] = 2; + /* 9:54 */waypoints[2] = spawnstruct(); + /* 9:54 */waypoints[2].origin = ( 2638.1, 3634.09, 48.125 ); + /* 9:54 */waypoints[2].type = "stand"; + /* 9:54 */waypoints[2].childCount = 4; + /* 9:54 */waypoints[2].children[0] = 1; + /* 9:54 */waypoints[2].children[1] = 3; + /* 9:54 */waypoints[2].children[2] = 6; + /* 9:54 */waypoints[2].children[3] = 151; + /* 9:54 */waypoints[3] = spawnstruct(); + /* 9:54 */waypoints[3].origin = ( 2611.72, 4101.33, 48.125 ); + /* 9:54 */waypoints[3].type = "stand"; + /* 9:54 */waypoints[3].childCount = 3; + /* 9:54 */waypoints[3].children[0] = 2; + /* 9:54 */waypoints[3].children[1] = 4; + /* 9:54 */waypoints[3].children[2] = 148; + /* 9:54 */waypoints[4] = spawnstruct(); + /* 9:54 */waypoints[4].origin = ( 2438.76, 4101.49, 48.125 ); + /* 9:54 */waypoints[4].type = "stand"; + /* 9:54 */waypoints[4].childCount = 4; + /* 9:54 */waypoints[4].children[0] = 3; + /* 9:54 */waypoints[4].children[1] = 5; + /* 9:54 */waypoints[4].children[2] = 13; + /* 9:54 */waypoints[4].children[3] = 173; + /* 9:54 */waypoints[5] = spawnstruct(); + /* 9:54 */waypoints[5].origin = ( 2186.04, 3958.87, 48.125 ); + /* 9:54 */waypoints[5].type = "stand"; + /* 9:54 */waypoints[5].childCount = 4; + /* 9:54 */waypoints[5].children[0] = 4; + /* 9:54 */waypoints[5].children[1] = 6; + /* 9:54 */waypoints[5].children[2] = 10; + /* 9:54 */waypoints[5].children[3] = 12; + /* 9:54 */waypoints[6] = spawnstruct(); + /* 9:54 */waypoints[6].origin = ( 2354.03, 3681.54, 48.125 ); + /* 9:54 */waypoints[6].type = "stand"; + /* 9:54 */waypoints[6].childCount = 5; + /* 9:54 */waypoints[6].children[0] = 5; + /* 9:54 */waypoints[6].children[1] = 2; + /* 9:54 */waypoints[6].children[2] = 7; + /* 9:54 */waypoints[6].children[3] = 9; + /* 9:54 */waypoints[6].children[4] = 173; + /* 9:54 */waypoints[7] = spawnstruct(); + /* 9:54 */waypoints[7].origin = ( 2226.13, 3420.13, 48.125 ); + /* 9:54 */waypoints[7].type = "stand"; + /* 9:54 */waypoints[7].childCount = 3; + /* 9:54 */waypoints[7].children[0] = 6; + /* 9:54 */waypoints[7].children[1] = 0; + /* 9:54 */waypoints[7].children[2] = 8; + /* 9:54 */waypoints[8] = spawnstruct(); + /* 9:54 */waypoints[8].origin = ( 1951.26, 3588.48, 48.125 ); + /* 9:54 */waypoints[8].type = "stand"; + /* 9:54 */waypoints[8].childCount = 2; + /* 9:54 */waypoints[8].children[0] = 7; + /* 9:54 */waypoints[8].children[1] = 9; + /* 9:54 */waypoints[9] = spawnstruct(); + /* 9:54 */waypoints[9].origin = ( 1940.87, 3737.89, 48.125 ); + /* 9:54 */waypoints[9].type = "stand"; + /* 9:54 */waypoints[9].childCount = 4; + /* 9:54 */waypoints[9].children[0] = 8; + /* 9:54 */waypoints[9].children[1] = 10; + /* 9:54 */waypoints[9].children[2] = 108; + /* 9:54 */waypoints[9].children[3] = 6; + /* 9:54 */waypoints[10] = spawnstruct(); + /* 9:54 */waypoints[10].origin = ( 1960.7, 3934.71, 48.125 ); + /* 9:54 */waypoints[10].type = "stand"; + /* 9:54 */waypoints[10].childCount = 3; + /* 9:54 */waypoints[10].children[0] = 9; + /* 9:54 */waypoints[10].children[1] = 11; + /* 9:54 */waypoints[10].children[2] = 5; + /* 9:54 */waypoints[11] = spawnstruct(); + /* 9:54 */waypoints[11].origin = ( 2023.73, 4142.75, 48.125 ); + /* 9:54 */waypoints[11].type = "stand"; + /* 9:54 */waypoints[11].childCount = 2; + /* 9:54 */waypoints[11].children[0] = 10; + /* 9:54 */waypoints[11].children[1] = 12; + /* 9:54 */waypoints[12] = spawnstruct(); + /* 9:54 */waypoints[12].origin = ( 2274.64, 4157.4, 85.7824 ); + /* 9:54 */waypoints[12].type = "stand"; + /* 9:54 */waypoints[12].childCount = 3; + /* 9:54 */waypoints[12].children[0] = 5; + /* 9:54 */waypoints[12].children[1] = 11; + /* 9:54 */waypoints[12].children[2] = 130; + /* 9:54 */waypoints[13] = spawnstruct(); + /* 9:54 */waypoints[13].origin = ( 2425.26, 4538.21, 192.125 ); + /* 9:54 */waypoints[13].type = "stand"; + /* 9:54 */waypoints[13].childCount = 3; + /* 9:54 */waypoints[13].children[0] = 4; + /* 9:54 */waypoints[13].children[1] = 14; + /* 9:54 */waypoints[13].children[2] = 19; + /* 9:54 */waypoints[14] = spawnstruct(); + /* 9:54 */waypoints[14].origin = ( 2056.91, 4534.1, 192.125 ); + /* 9:54 */waypoints[14].type = "stand"; + /* 9:54 */waypoints[14].childCount = 3; + /* 9:54 */waypoints[14].children[0] = 13; + /* 9:54 */waypoints[14].children[1] = 15; + /* 9:54 */waypoints[14].children[2] = 129; + /* 9:54 */waypoints[15] = spawnstruct(); + /* 9:54 */waypoints[15].origin = ( 2021.94, 4902.67, 192.125 ); + /* 9:54 */waypoints[15].type = "stand"; + /* 9:54 */waypoints[15].childCount = 4; + /* 9:54 */waypoints[15].children[0] = 14; + /* 9:54 */waypoints[15].children[1] = 16; + /* 9:54 */waypoints[15].children[2] = 17; + /* 9:54 */waypoints[15].children[3] = 129; + /* 9:54 */waypoints[16] = spawnstruct(); + /* 9:54 */waypoints[16].origin = ( 1777.53, 4905.69, 192.125 ); + /* 9:54 */waypoints[16].type = "stand"; + /* 9:54 */waypoints[16].childCount = 3; + /* 9:54 */waypoints[16].children[0] = 15; + /* 9:54 */waypoints[16].children[1] = 80; + /* 9:54 */waypoints[16].children[2] = 106; + /* 9:54 */waypoints[17] = spawnstruct(); + /* 9:54 */waypoints[17].origin = ( 2344.83, 4975.41, 192.125 ); + /* 9:54 */waypoints[17].type = "stand"; + /* 9:54 */waypoints[17].childCount = 4; + /* 9:54 */waypoints[17].children[0] = 15; + /* 9:54 */waypoints[17].children[1] = 18; + /* 9:54 */waypoints[17].children[2] = 20; + /* 9:54 */waypoints[17].children[3] = 175; + /* 9:54 */waypoints[18] = spawnstruct(); + /* 9:54 */waypoints[18].origin = ( 2599.83, 4983.93, 192.125 ); + /* 9:54 */waypoints[18].type = "stand"; + /* 9:54 */waypoints[18].childCount = 4; + /* 9:54 */waypoints[18].children[0] = 17; + /* 9:54 */waypoints[18].children[1] = 19; + /* 9:54 */waypoints[18].children[2] = 21; + /* 9:54 */waypoints[18].children[3] = 24; + /* 9:54 */waypoints[19] = spawnstruct(); + /* 9:54 */waypoints[19].origin = ( 2744.51, 4651.17, 192.125 ); + /* 9:54 */waypoints[19].type = "stand"; + /* 9:54 */waypoints[19].childCount = 4; + /* 9:54 */waypoints[19].children[0] = 18; + /* 9:54 */waypoints[19].children[1] = 13; + /* 9:54 */waypoints[19].children[2] = 24; + /* 9:54 */waypoints[19].children[3] = 147; + /* 9:54 */waypoints[20] = spawnstruct(); + /* 9:54 */waypoints[20].origin = ( 2237.21, 5305.93, 192.125 ); + /* 9:54 */waypoints[20].type = "stand"; + /* 9:54 */waypoints[20].childCount = 3; + /* 9:54 */waypoints[20].children[0] = 17; + /* 9:54 */waypoints[20].children[1] = 21; + /* 9:54 */waypoints[20].children[2] = 26; + /* 9:54 */waypoints[21] = spawnstruct(); + /* 9:54 */waypoints[21].origin = ( 2567.42, 5291.19, 192.125 ); + /* 9:54 */waypoints[21].type = "stand"; + /* 9:54 */waypoints[21].childCount = 4; + /* 9:54 */waypoints[21].children[0] = 20; + /* 9:54 */waypoints[21].children[1] = 18; + /* 9:54 */waypoints[21].children[2] = 22; + /* 9:54 */waypoints[21].children[3] = 23; + /* 9:54 */waypoints[22] = spawnstruct(); + /* 9:54 */waypoints[22].origin = ( 2623.45, 5463.14, 192.125 ); + /* 9:54 */waypoints[22].type = "stand"; + /* 9:54 */waypoints[22].childCount = 3; + /* 9:54 */waypoints[22].children[0] = 21; + /* 9:54 */waypoints[22].children[1] = 23; + /* 9:54 */waypoints[22].children[2] = 25; + /* 9:54 */waypoints[23] = spawnstruct(); + /* 9:54 */waypoints[23].origin = ( 2647.17, 5437.2, 192.125 ); + /* 9:54 */waypoints[23].type = "stand"; + /* 9:54 */waypoints[23].childCount = 2; + /* 9:54 */waypoints[23].children[0] = 22; + /* 9:54 */waypoints[23].children[1] = 21; + /* 9:54 */waypoints[24] = spawnstruct(); + /* 9:54 */waypoints[24].origin = ( 2844.88, 5005.63, 192.125 ); + /* 9:54 */waypoints[24].type = "stand"; + /* 9:54 */waypoints[24].childCount = 2; + /* 9:54 */waypoints[24].children[0] = 18; + /* 9:54 */waypoints[24].children[1] = 19; + /* 9:54 */waypoints[25] = spawnstruct(); + /* 9:54 */waypoints[25].origin = ( 2607.05, 5645.94, 192.125 ); + /* 9:54 */waypoints[25].type = "stand"; + /* 9:54 */waypoints[25].childCount = 3; + /* 9:54 */waypoints[25].children[0] = 22; + /* 9:54 */waypoints[25].children[1] = 26; + /* 9:54 */waypoints[25].children[2] = 28; + /* 9:54 */waypoints[26] = spawnstruct(); + /* 9:54 */waypoints[26].origin = ( 2241.28, 5607.58, 192.125 ); + /* 9:54 */waypoints[26].type = "stand"; + /* 9:54 */waypoints[26].childCount = 3; + /* 9:54 */waypoints[26].children[0] = 25; + /* 9:54 */waypoints[26].children[1] = 20; + /* 9:54 */waypoints[26].children[2] = 27; + /* 9:54 */waypoints[27] = spawnstruct(); + /* 9:54 */waypoints[27].origin = ( 2271.2, 5855.05, 192.125 ); + /* 9:54 */waypoints[27].type = "stand"; + /* 9:54 */waypoints[27].childCount = 4; + /* 9:54 */waypoints[27].children[0] = 26; + /* 9:54 */waypoints[27].children[1] = 28; + /* 9:54 */waypoints[27].children[2] = 29; + /* 9:54 */waypoints[27].children[3] = 174; + /* 9:54 */waypoints[28] = spawnstruct(); + /* 9:54 */waypoints[28].origin = ( 2604.25, 5887.97, 192.125 ); + /* 9:54 */waypoints[28].type = "stand"; + /* 9:54 */waypoints[28].childCount = 2; + /* 9:54 */waypoints[28].children[0] = 27; + /* 9:54 */waypoints[28].children[1] = 25; + /* 9:54 */waypoints[29] = spawnstruct(); + /* 9:54 */waypoints[29].origin = ( 2006.8, 5828.67, 192.125 ); + /* 9:54 */waypoints[29].type = "stand"; + /* 9:54 */waypoints[29].childCount = 4; + /* 9:54 */waypoints[29].children[0] = 27; + /* 9:54 */waypoints[29].children[1] = 30; + /* 9:54 */waypoints[29].children[2] = 66; + /* 9:54 */waypoints[29].children[3] = 163; + /* 9:54 */waypoints[30] = spawnstruct(); + /* 9:54 */waypoints[30].origin = ( 1790.04, 5836.05, 192.125 ); + /* 9:54 */waypoints[30].type = "stand"; + /* 9:54 */waypoints[30].childCount = 3; + /* 9:54 */waypoints[30].children[0] = 29; + /* 9:54 */waypoints[30].children[1] = 31; + /* 9:54 */waypoints[30].children[2] = 65; + /* 9:54 */waypoints[31] = spawnstruct(); + /* 9:54 */waypoints[31].origin = ( 1433.78, 5875.41, 192.125 ); + /* 9:54 */waypoints[31].type = "stand"; + /* 9:54 */waypoints[31].childCount = 5; + /* 9:54 */waypoints[31].children[0] = 30; + /* 9:54 */waypoints[31].children[1] = 32; + /* 9:54 */waypoints[31].children[2] = 64; + /* 9:54 */waypoints[31].children[3] = 134; + /* 9:54 */waypoints[31].children[4] = 162; + /* 9:54 */waypoints[32] = spawnstruct(); + /* 9:54 */waypoints[32].origin = ( 1036.57, 5804.74, 192.125 ); + /* 9:54 */waypoints[32].type = "stand"; + /* 9:54 */waypoints[32].childCount = 3; + /* 9:54 */waypoints[32].children[0] = 31; + /* 9:54 */waypoints[32].children[1] = 33; + /* 9:54 */waypoints[32].children[2] = 71; + /* 9:54 */waypoints[33] = spawnstruct(); + /* 9:54 */waypoints[33].origin = ( 879.821, 5799.07, 192.125 ); + /* 9:54 */waypoints[33].type = "stand"; + /* 9:54 */waypoints[33].childCount = 3; + /* 9:54 */waypoints[33].children[0] = 32; + /* 9:54 */waypoints[33].children[1] = 34; + /* 9:54 */waypoints[33].children[2] = 69; + /* 9:54 */waypoints[34] = spawnstruct(); + /* 9:54 */waypoints[34].origin = ( 839.605, 5621.73, 192.125 ); + /* 9:54 */waypoints[34].type = "stand"; + /* 9:54 */waypoints[34].childCount = 2; + /* 9:54 */waypoints[34].children[0] = 33; + /* 9:54 */waypoints[34].children[1] = 35; + /* 9:54 */waypoints[35] = spawnstruct(); + /* 9:54 */waypoints[35].origin = ( 596.88, 5612.15, 192.125 ); + /* 9:54 */waypoints[35].type = "stand"; + /* 9:54 */waypoints[35].childCount = 2; + /* 9:54 */waypoints[35].children[0] = 34; + /* 9:54 */waypoints[35].children[1] = 36; + /* 9:54 */waypoints[36] = spawnstruct(); + /* 9:54 */waypoints[36].origin = ( 582.159, 5822.87, 192.125 ); + /* 9:54 */waypoints[36].type = "stand"; + /* 9:54 */waypoints[36].childCount = 3; + /* 9:54 */waypoints[36].children[0] = 35; + /* 9:54 */waypoints[36].children[1] = 37; + /* 9:54 */waypoints[36].children[2] = 70; + /* 9:54 */waypoints[37] = spawnstruct(); + /* 9:54 */waypoints[37].origin = ( 385.094, 5787.88, 192.125 ); + /* 9:54 */waypoints[37].type = "stand"; + /* 9:54 */waypoints[37].childCount = 5; + /* 9:54 */waypoints[37].children[0] = 36; + /* 9:54 */waypoints[37].children[1] = 38; + /* 9:54 */waypoints[37].children[2] = 55; + /* 9:54 */waypoints[37].children[3] = 56; + /* 9:54 */waypoints[37].children[4] = 132; + /* 9:54 */waypoints[38] = spawnstruct(); + /* 9:54 */waypoints[38].origin = ( 390.047, 5462.98, 192.125 ); + /* 9:54 */waypoints[38].type = "stand"; + /* 9:54 */waypoints[38].childCount = 3; + /* 9:54 */waypoints[38].children[0] = 37; + /* 9:54 */waypoints[38].children[1] = 39; + /* 9:54 */waypoints[38].children[2] = 136; + /* 9:54 */waypoints[39] = spawnstruct(); + /* 9:54 */waypoints[39].origin = ( 207.877, 5464.84, 192.125 ); + /* 9:54 */waypoints[39].type = "stand"; + /* 9:54 */waypoints[39].childCount = 4; + /* 9:54 */waypoints[39].children[0] = 38; + /* 9:54 */waypoints[39].children[1] = 40; + /* 9:54 */waypoints[39].children[2] = 41; + /* 9:54 */waypoints[39].children[3] = 132; + /* 9:54 */waypoints[40] = spawnstruct(); + /* 9:54 */waypoints[40].origin = ( 182.153, 5253, 192.125 ); + /* 9:54 */waypoints[40].type = "stand"; + /* 9:54 */waypoints[40].childCount = 3; + /* 9:54 */waypoints[40].children[0] = 39; + /* 9:54 */waypoints[40].children[1] = 41; + /* 9:54 */waypoints[40].children[2] = 42; + /* 9:54 */waypoints[41] = spawnstruct(); + /* 9:54 */waypoints[41].origin = ( 163.806, 5276.92, 192.125 ); + /* 9:54 */waypoints[41].type = "stand"; + /* 9:54 */waypoints[41].childCount = 2; + /* 9:54 */waypoints[41].children[0] = 40; + /* 9:54 */waypoints[41].children[1] = 39; + /* 9:54 */waypoints[42] = spawnstruct(); + /* 9:54 */waypoints[42].origin = ( 175.527, 5118.8, 192.125 ); + /* 9:54 */waypoints[42].type = "stand"; + /* 9:54 */waypoints[42].childCount = 4; + /* 9:54 */waypoints[42].children[0] = 40; + /* 9:54 */waypoints[42].children[1] = 43; + /* 9:54 */waypoints[42].children[2] = 76; + /* 9:54 */waypoints[42].children[3] = 167; + /* 9:54 */waypoints[43] = spawnstruct(); + /* 9:54 */waypoints[43].origin = ( -70.7136, 5134.85, 193.125 ); + /* 9:54 */waypoints[43].type = "stand"; + /* 9:54 */waypoints[43].childCount = 3; + /* 9:54 */waypoints[43].children[0] = 42; + /* 9:54 */waypoints[43].children[1] = 44; + /* 9:54 */waypoints[43].children[2] = 45; + /* 9:54 */waypoints[44] = spawnstruct(); + /* 9:54 */waypoints[44].origin = ( -275.549, 4892.83, 193.125 ); + /* 9:54 */waypoints[44].type = "stand"; + /* 9:54 */waypoints[44].childCount = 2; + /* 9:54 */waypoints[44].children[0] = 43; + /* 9:54 */waypoints[44].children[1] = 45; + /* 9:54 */waypoints[45] = spawnstruct(); + /* 9:54 */waypoints[45].origin = ( -266.815, 5296.99, 193.125 ); + /* 9:54 */waypoints[45].type = "stand"; + /* 9:54 */waypoints[45].childCount = 3; + /* 9:54 */waypoints[45].children[0] = 44; + /* 9:54 */waypoints[45].children[1] = 43; + /* 9:54 */waypoints[45].children[2] = 46; + /* 9:54 */waypoints[46] = spawnstruct(); + /* 9:54 */waypoints[46].origin = ( -271.371, 5485, 193.125 ); + /* 9:54 */waypoints[46].type = "stand"; + /* 9:54 */waypoints[46].childCount = 3; + /* 9:54 */waypoints[46].children[0] = 45; + /* 9:54 */waypoints[46].children[1] = 47; + /* 9:54 */waypoints[46].children[2] = 135; + /* 9:54 */waypoints[47] = spawnstruct(); + /* 9:54 */waypoints[47].origin = ( -266.112, 5628.38, 192.125 ); + /* 9:54 */waypoints[47].type = "stand"; + /* 9:54 */waypoints[47].childCount = 3; + /* 9:54 */waypoints[47].children[0] = 46; + /* 9:54 */waypoints[47].children[1] = 48; + /* 9:54 */waypoints[47].children[2] = 56; + /* 9:54 */waypoints[48] = spawnstruct(); + /* 9:54 */waypoints[48].origin = ( -459.103, 5613.33, 192.125 ); + /* 9:54 */waypoints[48].type = "stand"; + /* 9:54 */waypoints[48].childCount = 2; + /* 9:54 */waypoints[48].children[0] = 47; + /* 9:54 */waypoints[48].children[1] = 49; + /* 9:54 */waypoints[49] = spawnstruct(); + /* 9:54 */waypoints[49].origin = ( -213.579, 5992.19, 192.125 ); + /* 9:54 */waypoints[49].type = "stand"; + /* 9:54 */waypoints[49].childCount = 3; + /* 9:54 */waypoints[49].children[0] = 48; + /* 9:54 */waypoints[49].children[1] = 50; + /* 9:54 */waypoints[49].children[2] = 56; + /* 9:54 */waypoints[50] = spawnstruct(); + /* 9:54 */waypoints[50].origin = ( 102.977, 6223.63, 192.125 ); + /* 9:54 */waypoints[50].type = "stand"; + /* 9:54 */waypoints[50].childCount = 3; + /* 9:54 */waypoints[50].children[0] = 49; + /* 9:54 */waypoints[50].children[1] = 51; + /* 9:54 */waypoints[50].children[2] = 55; + /* 9:54 */waypoints[51] = spawnstruct(); + /* 9:54 */waypoints[51].origin = ( 102.809, 6476.36, 192.125 ); + /* 9:54 */waypoints[51].type = "stand"; + /* 9:54 */waypoints[51].childCount = 2; + /* 9:54 */waypoints[51].children[0] = 50; + /* 9:54 */waypoints[51].children[1] = 52; + /* 9:54 */waypoints[52] = spawnstruct(); + /* 9:54 */waypoints[52].origin = ( 264.317, 6469.23, 192.125 ); + /* 9:54 */waypoints[52].type = "stand"; + /* 9:54 */waypoints[52].childCount = 2; + /* 9:54 */waypoints[52].children[0] = 51; + /* 9:54 */waypoints[52].children[1] = 53; + /* 9:54 */waypoints[53] = spawnstruct(); + /* 9:54 */waypoints[53].origin = ( 272.6, 6624.24, 192.125 ); + /* 9:54 */waypoints[53].type = "stand"; + /* 9:54 */waypoints[53].childCount = 3; + /* 9:54 */waypoints[53].children[0] = 52; + /* 9:54 */waypoints[53].children[1] = 54; + /* 9:54 */waypoints[53].children[2] = 161; + /* 9:54 */waypoints[54] = spawnstruct(); + /* 9:54 */waypoints[54].origin = ( 642.269, 6605.11, 192.125 ); + /* 9:54 */waypoints[54].type = "stand"; + /* 9:54 */waypoints[54].childCount = 2; + /* 9:54 */waypoints[54].children[0] = 53; + /* 9:54 */waypoints[54].children[1] = 58; + /* 9:54 */waypoints[55] = spawnstruct(); + /* 9:54 */waypoints[55].origin = ( 405.933, 6202.26, 192.125 ); + /* 9:54 */waypoints[55].type = "stand"; + /* 9:54 */waypoints[55].childCount = 3; + /* 9:54 */waypoints[55].children[0] = 50; + /* 9:54 */waypoints[55].children[1] = 37; + /* 9:54 */waypoints[55].children[2] = 57; + /* 9:54 */waypoints[56] = spawnstruct(); + /* 9:54 */waypoints[56].origin = ( -11.4943, 5718.22, 192.125 ); + /* 9:54 */waypoints[56].type = "stand"; + /* 9:54 */waypoints[56].childCount = 4; + /* 9:54 */waypoints[56].children[0] = 47; + /* 9:54 */waypoints[56].children[1] = 37; + /* 9:54 */waypoints[56].children[2] = 132; + /* 9:54 */waypoints[56].children[3] = 49; + /* 9:54 */waypoints[57] = spawnstruct(); + /* 9:54 */waypoints[57].origin = ( 766.344, 6179.48, 192.125 ); + /* 9:54 */waypoints[57].type = "stand"; + /* 9:54 */waypoints[57].childCount = 4; + /* 9:54 */waypoints[57].children[0] = 55; + /* 9:54 */waypoints[57].children[1] = 58; + /* 9:54 */waypoints[57].children[2] = 70; + /* 9:54 */waypoints[57].children[3] = 69; + /* 9:54 */waypoints[58] = spawnstruct(); + /* 9:54 */waypoints[58].origin = ( 779.758, 6492.23, 192.125 ); + /* 9:54 */waypoints[58].type = "stand"; + /* 9:54 */waypoints[58].childCount = 3; + /* 9:54 */waypoints[58].children[0] = 57; + /* 9:54 */waypoints[58].children[1] = 54; + /* 9:54 */waypoints[58].children[2] = 59; + /* 9:54 */waypoints[59] = spawnstruct(); + /* 9:54 */waypoints[59].origin = ( 784.226, 6862.18, 192.125 ); + /* 9:54 */waypoints[59].type = "stand"; + /* 9:54 */waypoints[59].childCount = 2; + /* 9:54 */waypoints[59].children[0] = 58; + /* 9:54 */waypoints[59].children[1] = 60; + /* 9:54 */waypoints[60] = spawnstruct(); + /* 9:54 */waypoints[60].origin = ( 798.086, 7324.38, 192.125 ); + /* 9:54 */waypoints[60].type = "stand"; + /* 9:54 */waypoints[60].childCount = 2; + /* 9:54 */waypoints[60].children[0] = 59; + /* 9:54 */waypoints[60].children[1] = 61; + /* 9:54 */waypoints[61] = spawnstruct(); + /* 9:54 */waypoints[61].origin = ( 1395.91, 7356.1, 192.125 ); + /* 9:54 */waypoints[61].type = "stand"; + /* 9:54 */waypoints[61].childCount = 2; + /* 9:54 */waypoints[61].children[0] = 62; + /* 9:54 */waypoints[61].children[1] = 60; + /* 9:54 */waypoints[62] = spawnstruct(); + /* 9:54 */waypoints[62].origin = ( 1365.83, 6918.85, 192.125 ); + /* 9:54 */waypoints[62].type = "stand"; + /* 9:54 */waypoints[62].childCount = 2; + /* 9:54 */waypoints[62].children[0] = 61; + /* 9:54 */waypoints[62].children[1] = 63; + /* 9:54 */waypoints[63] = spawnstruct(); + /* 9:54 */waypoints[63].origin = ( 1361, 6372.59, 192.125 ); + /* 9:54 */waypoints[63].type = "stand"; + /* 9:54 */waypoints[63].childCount = 3; + /* 9:54 */waypoints[63].children[0] = 62; + /* 9:54 */waypoints[63].children[1] = 64; + /* 9:54 */waypoints[63].children[2] = 69; + /* 9:54 */waypoints[64] = spawnstruct(); + /* 9:54 */waypoints[64].origin = ( 1435.81, 6129.11, 192.125 ); + /* 9:54 */waypoints[64].type = "stand"; + /* 9:54 */waypoints[64].childCount = 4; + /* 9:54 */waypoints[64].children[0] = 63; + /* 9:54 */waypoints[64].children[1] = 31; + /* 9:54 */waypoints[64].children[2] = 65; + /* 9:54 */waypoints[64].children[3] = 178; + /* 9:54 */waypoints[65] = spawnstruct(); + /* 9:54 */waypoints[65].origin = ( 1795.88, 6142.36, 192.125 ); + /* 9:54 */waypoints[65].type = "stand"; + /* 9:54 */waypoints[65].childCount = 3; + /* 9:54 */waypoints[65].children[0] = 64; + /* 9:54 */waypoints[65].children[1] = 30; + /* 9:54 */waypoints[65].children[2] = 66; + /* 9:54 */waypoints[66] = spawnstruct(); + /* 9:54 */waypoints[66].origin = ( 2016.26, 6176.57, 192.125 ); + /* 9:54 */waypoints[66].type = "stand"; + /* 9:54 */waypoints[66].childCount = 3; + /* 9:54 */waypoints[66].children[0] = 65; + /* 9:54 */waypoints[66].children[1] = 29; + /* 9:54 */waypoints[66].children[2] = 67; + /* 9:54 */waypoints[67] = spawnstruct(); + /* 9:54 */waypoints[67].origin = ( 2315.85, 6165.88, 192.125 ); + /* 9:54 */waypoints[67].type = "stand"; + /* 9:54 */waypoints[67].childCount = 2; + /* 9:54 */waypoints[67].children[0] = 66; + /* 9:54 */waypoints[67].children[1] = 68; + /* 9:54 */waypoints[68] = spawnstruct(); + /* 9:54 */waypoints[68].origin = ( 2307.15, 6297.77, 192.125 ); + /* 9:54 */waypoints[68].type = "stand"; + /* 9:54 */waypoints[68].childCount = 2; + /* 9:54 */waypoints[68].children[0] = 67; + /* 9:54 */waypoints[68].children[1] = 146; + /* 9:54 */waypoints[69] = spawnstruct(); + /* 9:54 */waypoints[69].origin = ( 874.613, 6285.15, 192.125 ); + /* 9:54 */waypoints[69].type = "stand"; + /* 9:54 */waypoints[69].childCount = 3; + /* 9:54 */waypoints[69].children[0] = 63; + /* 9:54 */waypoints[69].children[1] = 33; + /* 9:54 */waypoints[69].children[2] = 57; + /* 9:54 */waypoints[70] = spawnstruct(); + /* 9:54 */waypoints[70].origin = ( 770.718, 5995.93, 192.125 ); + /* 9:54 */waypoints[70].type = "stand"; + /* 9:54 */waypoints[70].childCount = 2; + /* 9:54 */waypoints[70].children[0] = 36; + /* 9:54 */waypoints[70].children[1] = 57; + /* 9:54 */waypoints[71] = spawnstruct(); + /* 9:54 */waypoints[71].origin = ( 1048.09, 5526, 192.125 ); + /* 9:54 */waypoints[71].type = "stand"; + /* 9:54 */waypoints[71].childCount = 2; + /* 9:54 */waypoints[71].children[0] = 32; + /* 9:54 */waypoints[71].children[1] = 72; + /* 9:54 */waypoints[72] = spawnstruct(); + /* 9:54 */waypoints[72].origin = ( 1279.18, 5584.71, 192.125 ); + /* 9:54 */waypoints[72].type = "stand"; + /* 9:54 */waypoints[72].childCount = 3; + /* 9:54 */waypoints[72].children[0] = 71; + /* 9:54 */waypoints[72].children[1] = 73; + /* 9:54 */waypoints[72].children[2] = 166; + /* 9:54 */waypoints[73] = spawnstruct(); + /* 9:54 */waypoints[73].origin = ( 1256.24, 5208.59, 192.125 ); + /* 9:54 */waypoints[73].type = "stand"; + /* 9:54 */waypoints[73].childCount = 4; + /* 9:54 */waypoints[73].children[0] = 72; + /* 9:54 */waypoints[73].children[1] = 74; + /* 9:54 */waypoints[73].children[2] = 77; + /* 9:54 */waypoints[73].children[3] = 203; + /* 9:54 */waypoints[74] = spawnstruct(); + /* 9:54 */waypoints[74].origin = ( 1045.08, 5210.46, 192.125 ); + /* 9:54 */waypoints[74].type = "stand"; + /* 9:54 */waypoints[74].childCount = 3; + /* 9:54 */waypoints[74].children[0] = 73; + /* 9:54 */waypoints[74].children[1] = 75; + /* 9:54 */waypoints[74].children[2] = 202; + /* 9:54 */waypoints[75] = spawnstruct(); + /* 9:54 */waypoints[75].origin = ( 1052.15, 4903.59, 192.125 ); + /* 9:54 */waypoints[75].type = "stand"; + /* 9:54 */waypoints[75].childCount = 3; + /* 9:54 */waypoints[75].children[0] = 74; + /* 9:54 */waypoints[75].children[1] = 77; + /* 9:54 */waypoints[75].children[2] = 199; + /* 9:54 */waypoints[76] = spawnstruct(); + /* 9:54 */waypoints[76].origin = ( 456.413, 4896.82, 192.125 ); + /* 9:54 */waypoints[76].type = "stand"; + /* 9:54 */waypoints[76].childCount = 5; + /* 9:54 */waypoints[76].children[0] = 42; + /* 9:54 */waypoints[76].children[1] = 81; + /* 9:54 */waypoints[76].children[2] = 137; + /* 9:54 */waypoints[76].children[3] = 198; + /* 9:54 */waypoints[76].children[4] = 199; + /* 9:54 */waypoints[77] = spawnstruct(); + /* 9:54 */waypoints[77].origin = ( 1258.85, 4919.74, 192.125 ); + /* 9:54 */waypoints[77].type = "stand"; + /* 9:54 */waypoints[77].childCount = 4; + /* 9:54 */waypoints[77].children[0] = 73; + /* 9:54 */waypoints[77].children[1] = 75; + /* 9:54 */waypoints[77].children[2] = 78; + /* 9:54 */waypoints[77].children[3] = 79; + /* 9:54 */waypoints[78] = spawnstruct(); + /* 9:54 */waypoints[78].origin = ( 1473.05, 4824.54, 192.125 ); + /* 9:54 */waypoints[78].type = "stand"; + /* 9:54 */waypoints[78].childCount = 2; + /* 9:54 */waypoints[78].children[0] = 77; + /* 9:54 */waypoints[78].children[1] = 80; + /* 9:54 */waypoints[79] = spawnstruct(); + /* 9:54 */waypoints[79].origin = ( 1465.9, 4999.85, 192.125 ); + /* 9:54 */waypoints[79].type = "stand"; + /* 9:54 */waypoints[79].childCount = 3; + /* 9:54 */waypoints[79].children[0] = 77; + /* 9:54 */waypoints[79].children[1] = 80; + /* 9:54 */waypoints[79].children[2] = 205; + /* 9:54 */waypoints[80] = spawnstruct(); + /* 9:54 */waypoints[80].origin = ( 1640.86, 4912.52, 192.125 ); + /* 9:54 */waypoints[80].type = "stand"; + /* 9:54 */waypoints[80].childCount = 4; + /* 9:54 */waypoints[80].children[0] = 79; + /* 9:54 */waypoints[80].children[1] = 78; + /* 9:54 */waypoints[80].children[2] = 16; + /* 9:54 */waypoints[80].children[3] = 204; + /* 9:54 */waypoints[81] = spawnstruct(); + /* 9:54 */waypoints[81].origin = ( 362.831, 4695.38, 192.125 ); + /* 9:54 */waypoints[81].type = "stand"; + /* 9:54 */waypoints[81].childCount = 4; + /* 9:54 */waypoints[81].children[0] = 76; + /* 9:54 */waypoints[81].children[1] = 191; + /* 9:54 */waypoints[81].children[2] = 192; + /* 9:54 */waypoints[81].children[3] = 195; + /* 9:54 */waypoints[82] = spawnstruct(); + /* 9:54 */waypoints[82].origin = ( 265.8, 4597.59, 44.125 ); + /* 9:54 */waypoints[82].type = "stand"; + /* 9:54 */waypoints[82].childCount = 4; + /* 9:54 */waypoints[82].children[0] = 94; + /* 9:54 */waypoints[82].children[1] = 95; + /* 9:54 */waypoints[82].children[2] = 189; + /* 9:54 */waypoints[82].children[3] = 193; + /* 9:54 */waypoints[83] = spawnstruct(); + /* 9:54 */waypoints[83].origin = ( 616.188, 4111.07, 202.625 ); + /* 9:54 */waypoints[83].type = "stand"; + /* 9:54 */waypoints[83].childCount = 4; + /* 9:54 */waypoints[83].children[0] = 84; + /* 9:54 */waypoints[83].children[1] = 145; + /* 9:54 */waypoints[83].children[2] = 196; + /* 9:54 */waypoints[83].children[3] = 197; + /* 9:54 */waypoints[84] = spawnstruct(); + /* 9:54 */waypoints[84].origin = ( 600.151, 3759.09, 202.625 ); + /* 9:54 */waypoints[84].type = "stand"; + /* 9:54 */waypoints[84].childCount = 3; + /* 9:54 */waypoints[84].children[0] = 83; + /* 9:54 */waypoints[84].children[1] = 85; + /* 9:54 */waypoints[84].children[2] = 127; + /* 9:54 */waypoints[85] = spawnstruct(); + /* 9:54 */waypoints[85].origin = ( 600.137, 3578.04, 202.625 ); + /* 9:54 */waypoints[85].type = "stand"; + /* 9:54 */waypoints[85].childCount = 4; + /* 9:54 */waypoints[85].children[0] = 84; + /* 9:54 */waypoints[85].children[1] = 86; + /* 9:54 */waypoints[85].children[2] = 144; + /* 9:54 */waypoints[85].children[3] = 169; + /* 9:54 */waypoints[86] = spawnstruct(); + /* 9:54 */waypoints[86].origin = ( 608.502, 3059.77, 202.625 ); + /* 9:54 */waypoints[86].type = "stand"; + /* 9:54 */waypoints[86].childCount = 3; + /* 9:54 */waypoints[86].children[0] = 85; + /* 9:54 */waypoints[86].children[1] = 143; + /* 9:54 */waypoints[86].children[2] = 170; + /* 9:54 */waypoints[87] = spawnstruct(); + /* 9:54 */waypoints[87].origin = ( 606.225, 2743.44, 40.125 ); + /* 9:54 */waypoints[87].type = "stand"; + /* 9:54 */waypoints[87].childCount = 4; + /* 9:54 */waypoints[87].children[0] = 88; + /* 9:54 */waypoints[87].children[1] = 122; + /* 9:54 */waypoints[87].children[2] = 90; + /* 9:54 */waypoints[87].children[3] = 142; + /* 9:54 */waypoints[88] = spawnstruct(); + /* 9:54 */waypoints[88].origin = ( 608.651, 2545.06, 40.125 ); + /* 9:54 */waypoints[88].type = "stand"; + /* 9:54 */waypoints[88].childCount = 3; + /* 9:54 */waypoints[88].children[0] = 87; + /* 9:54 */waypoints[88].children[1] = 89; + /* 9:54 */waypoints[88].children[2] = 121; + /* 9:54 */waypoints[89] = spawnstruct(); + /* 9:54 */waypoints[89].origin = ( 336.006, 2602.96, 40.125 ); + /* 9:54 */waypoints[89].type = "stand"; + /* 9:54 */waypoints[89].childCount = 2; + /* 9:54 */waypoints[89].children[0] = 88; + /* 9:54 */waypoints[89].children[1] = 90; + /* 9:54 */waypoints[90] = spawnstruct(); + /* 9:54 */waypoints[90].origin = ( 329.621, 3031.26, 40.125 ); + /* 9:54 */waypoints[90].type = "stand"; + /* 9:54 */waypoints[90].childCount = 3; + /* 9:54 */waypoints[90].children[0] = 89; + /* 9:54 */waypoints[90].children[1] = 91; + /* 9:54 */waypoints[90].children[2] = 87; + /* 9:54 */waypoints[91] = spawnstruct(); + /* 9:54 */waypoints[91].origin = ( 315.668, 3480.97, 40.125 ); + /* 9:54 */waypoints[91].type = "stand"; + /* 9:54 */waypoints[91].childCount = 3; + /* 9:54 */waypoints[91].children[0] = 90; + /* 9:54 */waypoints[91].children[1] = 92; + /* 9:54 */waypoints[91].children[2] = 128; + /* 9:54 */waypoints[92] = spawnstruct(); + /* 9:54 */waypoints[92].origin = ( 176.967, 3813.3, 40.125 ); + /* 9:54 */waypoints[92].type = "stand"; + /* 9:54 */waypoints[92].childCount = 2; + /* 9:54 */waypoints[92].children[0] = 91; + /* 9:54 */waypoints[92].children[1] = 93; + /* 9:54 */waypoints[93] = spawnstruct(); + /* 9:54 */waypoints[93].origin = ( 155.913, 4288.9, 40.125 ); + /* 9:54 */waypoints[93].type = "stand"; + /* 9:54 */waypoints[93].childCount = 3; + /* 9:54 */waypoints[93].children[0] = 92; + /* 9:54 */waypoints[93].children[1] = 94; + /* 9:54 */waypoints[93].children[2] = 189; + /* 9:54 */waypoints[94] = spawnstruct(); + /* 9:54 */waypoints[94].origin = ( 121.219, 4610.21, 40.125 ); + /* 9:54 */waypoints[94].type = "stand"; + /* 9:54 */waypoints[94].childCount = 2; + /* 9:54 */waypoints[94].children[0] = 93; + /* 9:54 */waypoints[94].children[1] = 82; + /* 9:54 */waypoints[95] = spawnstruct(); + /* 9:54 */waypoints[95].origin = ( 258.037, 4754.39, 44.125 ); + /* 9:54 */waypoints[95].type = "stand"; + /* 9:54 */waypoints[95].childCount = 2; + /* 9:54 */waypoints[95].children[0] = 82; + /* 9:54 */waypoints[95].children[1] = 96; + /* 9:54 */waypoints[96] = spawnstruct(); + /* 9:54 */waypoints[96].origin = ( 766.15, 4733.51, 44.125 ); + /* 9:54 */waypoints[96].type = "stand"; + /* 9:54 */waypoints[96].childCount = 3; + /* 9:54 */waypoints[96].children[0] = 95; + /* 9:54 */waypoints[96].children[1] = 97; + /* 9:54 */waypoints[96].children[2] = 188; + /* 9:54 */waypoints[97] = spawnstruct(); + /* 9:54 */waypoints[97].origin = ( 1166.33, 4731.8, 40.125 ); + /* 9:54 */waypoints[97].type = "stand"; + /* 9:54 */waypoints[97].childCount = 2; + /* 9:54 */waypoints[97].children[0] = 96; + /* 9:54 */waypoints[97].children[1] = 98; + /* 9:54 */waypoints[98] = spawnstruct(); + /* 9:54 */waypoints[98].origin = ( 1201.57, 4440.83, 40.125 ); + /* 9:54 */waypoints[98].type = "stand"; + /* 9:54 */waypoints[98].childCount = 3; + /* 9:54 */waypoints[98].children[0] = 97; + /* 9:54 */waypoints[98].children[1] = 99; + /* 9:54 */waypoints[98].children[2] = 188; + /* 9:54 */waypoints[99] = spawnstruct(); + /* 9:54 */waypoints[99].origin = ( 1232.32, 3919.95, 40.125 ); + /* 9:54 */waypoints[99].type = "stand"; + /* 9:54 */waypoints[99].childCount = 3; + /* 9:54 */waypoints[99].children[0] = 98; + /* 9:54 */waypoints[99].children[1] = 127; + /* 9:54 */waypoints[99].children[2] = 181; + /* 9:54 */waypoints[100] = spawnstruct(); + /* 9:54 */waypoints[100].origin = ( 1736.29, 4147.81, 168.125 ); + /* 9:54 */waypoints[100].type = "stand"; + /* 9:54 */waypoints[100].childCount = 4; + /* 9:54 */waypoints[100].children[0] = 153; + /* 9:54 */waypoints[100].children[1] = 154; + /* 9:54 */waypoints[100].children[2] = 171; + /* 9:54 */waypoints[100].children[3] = 185; + /* 9:54 */waypoints[101] = spawnstruct(); + /* 9:54 */waypoints[101].origin = ( 1714.65, 4502.26, 168.266 ); + /* 9:54 */waypoints[101].type = "stand"; + /* 9:54 */waypoints[101].childCount = 4; + /* 9:54 */waypoints[101].children[0] = 106; + /* 9:54 */waypoints[101].children[1] = 155; + /* 9:54 */waypoints[101].children[2] = 185; + /* 9:54 */waypoints[101].children[3] = 155; + /* 9:54 */waypoints[102] = spawnstruct(); + /* 9:54 */waypoints[102].origin = ( 1436.93, 4336.06, 304.125 ); + /* 9:54 */waypoints[102].type = "stand"; + /* 9:54 */waypoints[102].childCount = 5; + /* 9:54 */waypoints[102].children[0] = 103; + /* 9:54 */waypoints[102].children[1] = 105; + /* 9:54 */waypoints[102].children[2] = 157; + /* 9:54 */waypoints[102].children[3] = 158; + /* 9:54 */waypoints[102].children[4] = 186; + /* 9:54 */waypoints[103] = spawnstruct(); + /* 9:54 */waypoints[103].origin = ( 1425.4, 4038.5, 304.125 ); + /* 9:54 */waypoints[103].type = "stand"; + /* 9:54 */waypoints[103].childCount = 3; + /* 9:54 */waypoints[103].children[0] = 102; + /* 9:54 */waypoints[103].children[1] = 104; + /* 9:54 */waypoints[103].children[2] = 159; + /* 9:54 */waypoints[104] = spawnstruct(); + /* 9:54 */waypoints[104].origin = ( 1824.75, 4041.87, 304.125 ); + /* 9:54 */waypoints[104].type = "stand"; + /* 9:54 */waypoints[104].childCount = 3; + /* 9:54 */waypoints[104].children[0] = 103; + /* 9:54 */waypoints[104].children[1] = 105; + /* 9:54 */waypoints[104].children[2] = 187; + /* 9:54 */waypoints[105] = spawnstruct(); + /* 9:54 */waypoints[105].origin = ( 1789.48, 4345.09, 304.125 ); + /* 9:54 */waypoints[105].type = "stand"; + /* 9:54 */waypoints[105].childCount = 3; + /* 9:54 */waypoints[105].children[0] = 104; + /* 9:54 */waypoints[105].children[1] = 102; + /* 9:54 */waypoints[105].children[2] = 107; + /* 9:54 */waypoints[106] = spawnstruct(); + /* 9:54 */waypoints[106].origin = ( 1776.43, 4757.02, 200.125 ); + /* 9:54 */waypoints[106].type = "stand"; + /* 9:54 */waypoints[106].childCount = 2; + /* 9:54 */waypoints[106].children[0] = 101; + /* 9:54 */waypoints[106].children[1] = 16; + /* 9:54 */waypoints[107] = spawnstruct(); + /* 9:54 */waypoints[107].origin = ( 2190.49, 4336.59, 304.125 ); + /* 9:54 */waypoints[107].type = "stand"; + /* 9:54 */waypoints[107].childCount = 4; + /* 9:54 */waypoints[107].children[0] = 105; + /* 9:54 */waypoints[107].children[1] = 150; + /* 9:54 */waypoints[107].children[2] = 160; + /* 9:54 */waypoints[107].children[3] = 206; + /* 9:54 */waypoints[108] = spawnstruct(); + /* 9:54 */waypoints[108].origin = ( 1748.92, 3747.79, 40.125 ); + /* 9:54 */waypoints[108].type = "stand"; + /* 9:54 */waypoints[108].childCount = 4; + /* 9:54 */waypoints[108].children[0] = 9; + /* 9:54 */waypoints[108].children[1] = 109; + /* 9:54 */waypoints[108].children[2] = 181; + /* 9:54 */waypoints[108].children[3] = 182; + /* 9:54 */waypoints[109] = spawnstruct(); + /* 9:54 */waypoints[109].origin = ( 1711.37, 3305.54, 40.125 ); + /* 9:54 */waypoints[109].type = "stand"; + /* 9:54 */waypoints[109].childCount = 3; + /* 9:54 */waypoints[109].children[0] = 108; + /* 9:54 */waypoints[109].children[1] = 110; + /* 9:54 */waypoints[109].children[2] = 112; + /* 9:54 */waypoints[110] = spawnstruct(); + /* 9:54 */waypoints[110].origin = ( 1807.72, 3000.6, 40.125 ); + /* 9:54 */waypoints[110].type = "stand"; + /* 9:54 */waypoints[110].childCount = 3; + /* 9:54 */waypoints[110].children[0] = 109; + /* 9:54 */waypoints[110].children[1] = 111; + /* 9:54 */waypoints[110].children[2] = 114; + /* 9:54 */waypoints[111] = spawnstruct(); + /* 9:54 */waypoints[111].origin = ( 2379.65, 3008.03, 40.125 ); + /* 9:54 */waypoints[111].type = "stand"; + /* 9:54 */waypoints[111].childCount = 4; + /* 9:54 */waypoints[111].children[0] = 110; + /* 9:54 */waypoints[111].children[1] = 0; + /* 9:54 */waypoints[111].children[2] = 115; + /* 9:54 */waypoints[111].children[3] = 116; + /* 9:54 */waypoints[112] = spawnstruct(); + /* 9:54 */waypoints[112].origin = ( 1209.35, 3287.55, 40.125 ); + /* 9:54 */waypoints[112].type = "stand"; + /* 9:54 */waypoints[112].childCount = 5; + /* 9:54 */waypoints[112].children[0] = 109; + /* 9:54 */waypoints[112].children[1] = 113; + /* 9:54 */waypoints[112].children[2] = 123; + /* 9:54 */waypoints[112].children[3] = 124; + /* 9:54 */waypoints[112].children[4] = 125; + /* 9:54 */waypoints[113] = spawnstruct(); + /* 9:54 */waypoints[113].origin = ( 1258.34, 2823.42, 40.125 ); + /* 9:54 */waypoints[113].type = "stand"; + /* 9:54 */waypoints[113].childCount = 4; + /* 9:54 */waypoints[113].children[0] = 112; + /* 9:54 */waypoints[113].children[1] = 114; + /* 9:54 */waypoints[113].children[2] = 120; + /* 9:54 */waypoints[113].children[3] = 122; + /* 9:54 */waypoints[114] = spawnstruct(); + /* 9:54 */waypoints[114].origin = ( 1825.95, 2776.13, 40.125 ); + /* 9:54 */waypoints[114].type = "stand"; + /* 9:54 */waypoints[114].childCount = 3; + /* 9:54 */waypoints[114].children[0] = 113; + /* 9:54 */waypoints[114].children[1] = 110; + /* 9:54 */waypoints[114].children[2] = 115; + /* 9:54 */waypoints[115] = spawnstruct(); + /* 9:54 */waypoints[115].origin = ( 2136.54, 2660.8, 40.125 ); + /* 9:54 */waypoints[115].type = "stand"; + /* 9:54 */waypoints[115].childCount = 2; + /* 9:54 */waypoints[115].children[0] = 114; + /* 9:54 */waypoints[115].children[1] = 111; + /* 9:54 */waypoints[116] = spawnstruct(); + /* 9:54 */waypoints[116].origin = ( 2584.62, 2812.44, 40.125 ); + /* 9:54 */waypoints[116].type = "stand"; + /* 9:54 */waypoints[116].childCount = 2; + /* 9:54 */waypoints[116].children[0] = 111; + /* 9:54 */waypoints[116].children[1] = 117; + /* 9:54 */waypoints[117] = spawnstruct(); + /* 9:54 */waypoints[117].origin = ( 2704.88, 2749.92, 40.125 ); + /* 9:54 */waypoints[117].type = "crouch"; + /* 9:54 */waypoints[117].childCount = 2; + /* 9:54 */waypoints[117].children[0] = 116; + /* 9:54 */waypoints[117].children[1] = 118; + /* 9:54 */waypoints[118] = spawnstruct(); + /* 9:54 */waypoints[118].origin = ( 2706.54, 2620.76, 40.125 ); + /* 9:54 */waypoints[118].type = "crouch"; + /* 9:54 */waypoints[118].childCount = 2; + /* 9:54 */waypoints[118].children[0] = 117; + /* 9:54 */waypoints[118].children[1] = 119; + /* 9:54 */waypoints[119] = spawnstruct(); + /* 9:54 */waypoints[119].origin = ( 2864.88, 2616.28, 40.125 ); + /* 9:54 */waypoints[119].type = "stand"; + /* 9:54 */waypoints[119].childCount = 2; + /* 9:54 */waypoints[119].children[0] = 118; + /* 9:54 */waypoints[119].children[1] = 152; + /* 9:54 */waypoints[120] = spawnstruct(); + /* 9:54 */waypoints[120].origin = ( 1483.51, 2496.16, 40.125 ); + /* 9:54 */waypoints[120].type = "stand"; + /* 9:54 */waypoints[120].childCount = 2; + /* 9:54 */waypoints[120].children[0] = 113; + /* 9:54 */waypoints[120].children[1] = 121; + /* 9:54 */waypoints[121] = spawnstruct(); + /* 9:54 */waypoints[121].origin = ( 919.938, 2480.39, 40.125 ); + /* 9:54 */waypoints[121].type = "stand"; + /* 9:54 */waypoints[121].childCount = 4; + /* 9:54 */waypoints[121].children[0] = 120; + /* 9:54 */waypoints[121].children[1] = 122; + /* 9:54 */waypoints[121].children[2] = 88; + /* 9:54 */waypoints[121].children[3] = 133; + /* 9:54 */waypoints[122] = spawnstruct(); + /* 9:54 */waypoints[122].origin = ( 873.911, 2775.57, 40.125 ); + /* 9:54 */waypoints[122].type = "stand"; + /* 9:54 */waypoints[122].childCount = 3; + /* 9:54 */waypoints[122].children[0] = 121; + /* 9:54 */waypoints[122].children[1] = 113; + /* 9:54 */waypoints[122].children[2] = 87; + /* 9:54 */waypoints[123] = spawnstruct(); + /* 9:54 */waypoints[123].origin = ( 895.982, 3317.44, 40.125 ); + /* 9:54 */waypoints[123].type = "stand"; + /* 9:54 */waypoints[123].childCount = 2; + /* 9:54 */waypoints[123].children[0] = 112; + /* 9:54 */waypoints[123].children[1] = 126; + /* 9:54 */waypoints[124] = spawnstruct(); + /* 9:54 */waypoints[124].origin = ( 1198.55, 3533.84, 40.125 ); + /* 9:54 */waypoints[124].type = "stand"; + /* 9:54 */waypoints[124].childCount = 3; + /* 9:54 */waypoints[124].children[0] = 112; + /* 9:54 */waypoints[124].children[1] = 125; + /* 9:54 */waypoints[124].children[2] = 126; + /* 9:54 */waypoints[125] = spawnstruct(); + /* 9:54 */waypoints[125].origin = ( 1201.6, 3502.25, 40.125 ); + /* 9:54 */waypoints[125].type = "stand"; + /* 9:54 */waypoints[125].childCount = 2; + /* 9:54 */waypoints[125].children[0] = 124; + /* 9:54 */waypoints[125].children[1] = 112; + /* 9:54 */waypoints[126] = spawnstruct(); + /* 9:54 */waypoints[126].origin = ( 958.648, 3536.6, 40.125 ); + /* 9:54 */waypoints[126].type = "stand"; + /* 9:54 */waypoints[126].childCount = 4; + /* 9:54 */waypoints[126].children[0] = 124; + /* 9:54 */waypoints[126].children[1] = 123; + /* 9:54 */waypoints[126].children[2] = 127; + /* 9:54 */waypoints[126].children[3] = 128; + /* 9:54 */waypoints[127] = spawnstruct(); + /* 9:54 */waypoints[127].origin = ( 987.825, 3764.43, 45.0348 ); + /* 9:54 */waypoints[127].type = "stand"; + /* 9:54 */waypoints[127].childCount = 3; + /* 9:54 */waypoints[127].children[0] = 126; + /* 9:54 */waypoints[127].children[1] = 84; + /* 9:54 */waypoints[127].children[2] = 99; + /* 9:54 */waypoints[128] = spawnstruct(); + /* 9:54 */waypoints[128].origin = ( 596.541, 3557.07, 40.125 ); + /* 9:54 */waypoints[128].type = "stand"; + /* 9:54 */waypoints[128].childCount = 3; + /* 9:54 */waypoints[128].children[0] = 126; + /* 9:54 */waypoints[128].children[1] = 91; + /* 9:54 */waypoints[128].children[2] = 190; + /* 9:54 */waypoints[129] = spawnstruct(); + /* 9:54 */waypoints[129].origin = ( 2116.93, 4622.46, 192.125 ); + /* 9:54 */waypoints[129].type = "stand"; + /* 9:54 */waypoints[129].childCount = 4; + /* 9:54 */waypoints[129].children[0] = 14; + /* 9:54 */waypoints[129].children[1] = 15; + /* 9:54 */waypoints[129].children[2] = 164; + /* 9:54 */waypoints[129].children[3] = 165; + /* 9:54 */waypoints[130] = spawnstruct(); + /* 9:54 */waypoints[130].origin = ( 2211.78, 4167.98, 48.125 ); + /* 9:54 */waypoints[130].type = "stand"; + /* 9:54 */waypoints[130].childCount = 2; + /* 9:54 */waypoints[130].children[0] = 12; + /* 9:54 */waypoints[130].children[1] = 149; + /* 9:54 */waypoints[130].angles = ( -7.05872, 93.4772, 0 ); + /* 9:54 */waypoints[131] = spawnstruct(); + /* 9:54 */waypoints[131].origin = ( 555.174, 2952.71, 202.625 ); + /* 9:54 */waypoints[131].type = "stand"; + /* 9:54 */waypoints[131].childCount = 2; + /* 9:54 */waypoints[131].children[0] = 141; + /* 9:54 */waypoints[131].children[1] = 143; + /* 9:54 */waypoints[131].angles = ( 16.2256, -85.0861, 0 ); + /* 9:54 */waypoints[132] = spawnstruct(); + /* 9:54 */waypoints[132].origin = ( 219.436, 5622.3, 192.125 ); + /* 9:54 */waypoints[132].type = "stand"; + /* 9:54 */waypoints[132].childCount = 4; + /* 9:54 */waypoints[132].children[0] = 39; + /* 9:54 */waypoints[132].children[1] = 56; + /* 9:54 */waypoints[132].children[2] = 37; + /* 9:54 */waypoints[132].children[3] = 168; + /* 9:54 */waypoints[132].angles = ( 19.2963, -95.3198, 0 ); + /* 9:54 */waypoints[133] = spawnstruct(); + /* 9:54 */waypoints[133].origin = ( 939.439, 2606.77, 40.125 ); + /* 9:54 */waypoints[133].type = "stand"; + /* 9:54 */waypoints[133].childCount = 2; + /* 9:54 */waypoints[133].children[0] = 121; + /* 9:54 */waypoints[133].children[1] = 140; + /* 9:54 */waypoints[133].angles = ( -14.4757, 1.10717, 0 ); + /* 9:54 */waypoints[134] = spawnstruct(); + /* 9:54 */waypoints[134].origin = ( 1463.94, 5560.67, 192.125 ); + /* 9:54 */waypoints[134].type = "crouch"; + /* 9:54 */waypoints[134].childCount = 1; + /* 9:54 */waypoints[134].children[0] = 31; + /* 9:54 */waypoints[134].angles = ( 3.58154, 94.6143, 0 ); + /* 9:54 */waypoints[135] = spawnstruct(); + /* 9:54 */waypoints[135].origin = ( -47.8503, 5470.4, 193.125 ); + /* 9:54 */waypoints[135].type = "crouch"; + /* 9:54 */waypoints[135].childCount = 1; + /* 9:54 */waypoints[135].children[0] = 46; + /* 9:54 */waypoints[135].angles = ( -2.04895, -134.055, 0 ); + /* 9:54 */waypoints[136] = spawnstruct(); + /* 9:54 */waypoints[136].origin = ( 389.24, 5198.08, 192.125 ); + /* 9:54 */waypoints[136].type = "crouch"; + /* 9:54 */waypoints[136].childCount = 1; + /* 9:54 */waypoints[136].children[0] = 38; + /* 9:54 */waypoints[136].angles = ( 1.02173, 93.62, 0 ); + /* 9:54 */waypoints[137] = spawnstruct(); + /* 9:54 */waypoints[137].origin = ( 51.6285, 4887.43, 192.125 ); + /* 9:54 */waypoints[137].type = "crouch"; + /* 9:54 */waypoints[137].childCount = 1; + /* 9:54 */waypoints[137].children[0] = 76; + /* 9:54 */waypoints[137].angles = ( 2.86194, 1.95007, 0 ); + /* 9:54 */waypoints[138] = spawnstruct(); + /* 9:54 */waypoints[138].origin = ( 1289.32, 2606.94, 156.125 ); + /* 9:54 */waypoints[138].type = "crouch"; + /* 9:54 */waypoints[138].childCount = 1; + /* 9:54 */waypoints[138].children[0] = 139; + /* 9:54 */waypoints[138].angles = ( 0.144043, 92.796, 0 ); + /* 9:54 */waypoints[139] = spawnstruct(); + /* 9:54 */waypoints[139].origin = ( 1023.14, 2604.91, 174.125 ); + /* 9:54 */waypoints[139].type = "climb"; + /* 9:54 */waypoints[139].childCount = 2; + /* 9:54 */waypoints[139].children[0] = 138; + /* 9:54 */waypoints[139].children[1] = 140; + /* 9:54 */waypoints[139].angles = ( 0.55603, 0.999756, 0 ); + /* 9:54 */waypoints[140] = spawnstruct(); + /* 9:54 */waypoints[140].origin = ( 1000.87, 2602.66, 43.154 ); + /* 9:54 */waypoints[140].type = "climb"; + /* 9:54 */waypoints[140].childCount = 2; + /* 9:54 */waypoints[140].children[0] = 139; + /* 9:54 */waypoints[140].children[1] = 133; + /* 9:54 */waypoints[140].angles = ( 0.55603, 0.999756, 0 ); + /* 9:54 */waypoints[141] = spawnstruct(); + /* 9:54 */waypoints[141].origin = ( 607.797, 2791.28, 202.625 ); + /* 9:54 */waypoints[141].type = "crouch"; + /* 9:54 */waypoints[141].childCount = 1; + /* 9:54 */waypoints[141].children[0] = 131; + /* 9:54 */waypoints[141].angles = ( 3.93431, 90.5219, 0 ); + /* 9:54 */waypoints[142] = spawnstruct(); + /* 9:54 */waypoints[142].origin = ( 613.984, 2971.88, 110.855 ); + /* 9:54 */waypoints[142].type = "climb"; + /* 9:54 */waypoints[142].childCount = 2; + /* 9:54 */waypoints[142].children[0] = 87; + /* 9:54 */waypoints[142].children[1] = 143; + /* 9:54 */waypoints[142].angles = ( 3.31907, 89.9066, 0 ); + /* 9:54 */waypoints[143] = spawnstruct(); + /* 9:54 */waypoints[143].origin = ( 609.059, 2985.69, 202.625 ); + /* 9:54 */waypoints[143].type = "climb"; + /* 9:54 */waypoints[143].childCount = 3; + /* 9:54 */waypoints[143].children[0] = 142; + /* 9:54 */waypoints[143].children[1] = 86; + /* 9:54 */waypoints[143].children[2] = 131; + /* 9:54 */waypoints[143].angles = ( 0.352783, 90.4175, 0 ); + /* 9:54 */waypoints[144] = spawnstruct(); + /* 9:54 */waypoints[144].origin = ( 673.875, 3649.7, 202.625 ); + /* 9:54 */waypoints[144].type = "crouch"; + /* 9:54 */waypoints[144].childCount = 1; + /* 9:54 */waypoints[144].children[0] = 85; + /* 9:54 */waypoints[144].angles = ( 9.46043, 106.891, 0 ); + /* 9:54 */waypoints[145] = spawnstruct(); + /* 9:54 */waypoints[145].origin = ( 611.671, 4207.25, 202.625 ); + /* 9:54 */waypoints[145].type = "crouch"; + /* 9:54 */waypoints[145].childCount = 1; + /* 9:54 */waypoints[145].children[0] = 83; + /* 9:54 */waypoints[145].angles = ( 6.90062, -91.615, 0 ); + /* 9:54 */waypoints[146] = spawnstruct(); + /* 9:54 */waypoints[146].origin = ( 2448.31, 6276.81, 192.125 ); + /* 9:54 */waypoints[146].type = "crouch"; + /* 9:54 */waypoints[146].childCount = 1; + /* 9:54 */waypoints[146].children[0] = 68; + /* 9:54 */waypoints[146].angles = ( 4.95604, 174.128, 0 ); + /* 9:54 */waypoints[147] = spawnstruct(); + /* 9:54 */waypoints[147].origin = ( 2892.99, 4459.39, 192.125 ); + /* 9:54 */waypoints[147].type = "crouch"; + /* 9:54 */waypoints[147].childCount = 1; + /* 9:54 */waypoints[147].children[0] = 19; + /* 9:54 */waypoints[147].angles = ( 3.31907, 148.953, 0 ); + /* 9:54 */waypoints[148] = spawnstruct(); + /* 9:54 */waypoints[148].origin = ( 2821.91, 4345.19, 48.125 ); + /* 9:54 */waypoints[148].type = "crouch"; + /* 9:54 */waypoints[148].childCount = 1; + /* 9:54 */waypoints[148].children[0] = 3; + /* 9:54 */waypoints[148].angles = ( 4.85167, -136.549, 0 ); + /* 9:54 */waypoints[149] = spawnstruct(); + /* 9:54 */waypoints[149].origin = ( 2213.25, 4232.87, 48.125 ); + /* 9:54 */waypoints[149].type = "climb"; + /* 9:54 */waypoints[149].childCount = 2; + /* 9:54 */waypoints[149].children[0] = 130; + /* 9:54 */waypoints[149].children[1] = 150; + /* 9:54 */waypoints[149].angles = ( 4.64842, 91.4612, 0 ); + /* 9:54 */waypoints[150] = spawnstruct(); + /* 9:54 */waypoints[150].origin = ( 2208.39, 4245.28, 304.125 ); + /* 9:54 */waypoints[150].type = "climb"; + /* 9:54 */waypoints[150].childCount = 2; + /* 9:54 */waypoints[150].children[0] = 107; + /* 9:54 */waypoints[150].children[1] = 149; + /* 9:54 */waypoints[150].angles = ( 6.90062, 90.7471, 0 ); + /* 9:54 */waypoints[151] = spawnstruct(); + /* 9:54 */waypoints[151].origin = ( 2901.95, 3613.14, 48.125 ); + /* 9:54 */waypoints[151].type = "crouch"; + /* 9:54 */waypoints[151].childCount = 1; + /* 9:54 */waypoints[151].children[0] = 2; + /* 9:54 */waypoints[151].angles = ( 9.6637, 179.039, 0 ); + /* 9:54 */waypoints[152] = spawnstruct(); + /* 9:54 */waypoints[152].origin = ( 2864.88, 2816.12, 40.125 ); + /* 9:54 */waypoints[152].type = "crouch"; + /* 9:54 */waypoints[152].childCount = 1; + /* 9:54 */waypoints[152].children[0] = 119; + /* 9:54 */waypoints[152].angles = ( -3.02551, 153.506, 0 ); + /* 9:54 */waypoints[153] = spawnstruct(); + /* 9:54 */waypoints[153].origin = ( 1751.48, 4011.13, 168.125 ); + /* 9:54 */waypoints[153].type = "crouch"; + /* 9:54 */waypoints[153].childCount = 1; + /* 9:54 */waypoints[153].children[0] = 100; + /* 9:54 */waypoints[153].angles = ( 13.042, -106.507, 0 ); + /* 9:54 */waypoints[154] = spawnstruct(); + /* 9:54 */waypoints[154].origin = ( 1453.04, 4286.1, 168.125 ); + /* 9:54 */waypoints[154].type = "crouch"; + /* 9:54 */waypoints[154].childCount = 1; + /* 9:54 */waypoints[154].children[0] = 100; + /* 9:54 */waypoints[154].angles = ( 1.27014, 142.866, 0 ); + /* 9:54 */waypoints[155] = spawnstruct(); + /* 9:54 */waypoints[155].origin = ( 1504.13, 4486.21, 162.019 ); + /* 9:54 */waypoints[155].type = "climb"; + /* 9:54 */waypoints[155].childCount = 3; + /* 9:54 */waypoints[155].children[0] = 101; + /* 9:54 */waypoints[155].children[1] = 156; + /* 9:54 */waypoints[155].children[2] = 101; + /* 9:54 */waypoints[155].angles = ( 6.08215, -178.55, 0 ); + /* 9:54 */waypoints[156] = spawnstruct(); + /* 9:54 */waypoints[156].origin = ( 1443.56, 4482.01, 224.125 ); + /* 9:54 */waypoints[156].type = "climb"; + /* 9:54 */waypoints[156].childCount = 2; + /* 9:54 */waypoints[156].children[0] = 155; + /* 9:54 */waypoints[156].children[1] = 157; + /* 9:54 */waypoints[156].angles = ( 8.1311, -87.4677, 0 ); + /* 9:54 */waypoints[157] = spawnstruct(); + /* 9:54 */waypoints[157].origin = ( 1442.02, 4453.54, 304.125 ); + /* 9:54 */waypoints[157].type = "climb"; + /* 9:54 */waypoints[157].childCount = 2; + /* 9:54 */waypoints[157].children[0] = 156; + /* 9:54 */waypoints[157].children[1] = 102; + /* 9:54 */waypoints[157].angles = ( 3.52234, -90.2307, 0 ); + /* 9:54 */waypoints[158] = spawnstruct(); + /* 9:54 */waypoints[158].origin = ( 1535.49, 4341.86, 304.125 ); + /* 9:54 */waypoints[158].type = "crouch"; + /* 9:54 */waypoints[158].childCount = 1; + /* 9:54 */waypoints[158].children[0] = 102; + /* 9:54 */waypoints[158].angles = ( 11.8115, 134.302, 0 ); + /* 9:54 */waypoints[159] = spawnstruct(); + /* 9:54 */waypoints[159].origin = ( 1540.82, 4098.13, 304.125 ); + /* 9:54 */waypoints[159].type = "crouch"; + /* 9:54 */waypoints[159].childCount = 1; + /* 9:54 */waypoints[159].children[0] = 103; + /* 9:54 */waypoints[159].angles = ( 12.8387, -139.526, 0 ); + /* 9:54 */waypoints[160] = spawnstruct(); + /* 9:54 */waypoints[160].origin = ( 2111.78, 4337.96, 304.125 ); + /* 9:54 */waypoints[160].type = "crouch"; + /* 9:54 */waypoints[160].childCount = 1; + /* 9:54 */waypoints[160].children[0] = 107; + /* 9:54 */waypoints[160].angles = ( 9.76807, 88.5773, 0 ); + /* 9:54 */waypoints[161] = spawnstruct(); + /* 9:54 */waypoints[161].origin = ( 186.781, 6791.12, 192.125 ); + /* 9:54 */waypoints[161].type = "crouch"; + /* 9:54 */waypoints[161].childCount = 1; + /* 9:54 */waypoints[161].children[0] = 53; + /* 9:54 */waypoints[161].angles = ( 3.22021, -49.3286, 0 ); + /* 9:54 */waypoints[162] = spawnstruct(); + /* 9:54 */waypoints[162].origin = ( 1210.93, 5695.13, 228.125 ); + /* 9:54 */waypoints[162].type = "claymore"; + /* 9:54 */waypoints[162].childCount = 1; + /* 9:54 */waypoints[162].children[0] = 31; + /* 9:54 */waypoints[162].angles = ( 4.40002, 133.978, 0 ); + /* 9:54 */waypoints[163] = spawnstruct(); + /* 9:54 */waypoints[163].origin = ( 2013.26, 5736.54, 224.625 ); + /* 9:54 */waypoints[163].type = "claymore"; + /* 9:54 */waypoints[163].childCount = 1; + /* 9:54 */waypoints[163].children[0] = 29; + /* 9:54 */waypoints[163].angles = ( -1.53259, 38.9355, 0 ); + /* 9:54 */waypoints[164] = spawnstruct(); + /* 9:54 */waypoints[164].origin = ( 1962.42, 4793.62, 192.125 ); + /* 9:54 */waypoints[164].type = "claymore"; + /* 9:54 */waypoints[164].childCount = 1; + /* 9:54 */waypoints[164].children[0] = 129; + /* 9:54 */waypoints[164].angles = ( 9.41528, 86.2921, 0 ); + /* 9:54 */waypoints[165] = spawnstruct(); + /* 9:54 */waypoints[165].origin = ( 2249.52, 4476.14, 192.125 ); + /* 9:54 */waypoints[165].type = "claymore"; + /* 9:54 */waypoints[165].childCount = 1; + /* 9:54 */waypoints[165].children[0] = 129; + /* 9:54 */waypoints[165].angles = ( 0.203247, 9.22852, 0 ); + /* 9:54 */waypoints[166] = spawnstruct(); + /* 9:54 */waypoints[166].origin = ( 1189.81, 5608.85, 192.125 ); + /* 9:54 */waypoints[166].type = "claymore"; + /* 9:54 */waypoints[166].childCount = 1; + /* 9:54 */waypoints[166].children[0] = 72; + /* 9:54 */waypoints[166].angles = ( 14.837, -159.736, 0 ); + /* 9:54 */waypoints[167] = spawnstruct(); + /* 9:54 */waypoints[167].origin = ( 420.875, 5027.39, 192.125 ); + /* 9:54 */waypoints[167].type = "claymore"; + /* 9:54 */waypoints[167].childCount = 3; + /* 9:54 */waypoints[167].children[0] = 42; + /* 9:54 */waypoints[167].children[1] = 176; + /* 9:54 */waypoints[167].children[2] = 179; + /* 9:54 */waypoints[167].angles = ( 20.9784, -108.561, 0 ); + /* 9:54 */waypoints[168] = spawnstruct(); + /* 9:54 */waypoints[168].origin = ( 437.74, 5643.81, 192.125 ); + /* 9:54 */waypoints[168].type = "claymore"; + /* 9:54 */waypoints[168].childCount = 2; + /* 9:54 */waypoints[168].children[0] = 132; + /* 9:54 */waypoints[168].children[1] = 177; + /* 9:54 */waypoints[168].angles = ( 7.67395, 117.274, 0 ); + /* 9:54 */waypoints[169] = spawnstruct(); + /* 9:54 */waypoints[169].origin = ( 664.837, 3681.4, 202.625 ); + /* 9:54 */waypoints[169].type = "claymore"; + /* 9:54 */waypoints[169].childCount = 1; + /* 9:54 */waypoints[169].children[0] = 85; + /* 9:54 */waypoints[169].angles = ( 18.4186, 121.058, 0 ); + /* 9:54 */waypoints[170] = spawnstruct(); + /* 9:54 */waypoints[170].origin = ( 650.92, 3080.04, 202.625 ); + /* 9:54 */waypoints[170].type = "claymore"; + /* 9:54 */waypoints[170].childCount = 1; + /* 9:54 */waypoints[170].children[0] = 86; + /* 9:54 */waypoints[170].angles = ( 29.5752, -115.961, 0 ); + /* 9:54 */waypoints[171] = spawnstruct(); + /* 9:54 */waypoints[171].origin = ( 1564.46, 4101.74, 168.125 ); + /* 9:54 */waypoints[171].type = "claymore"; + /* 9:54 */waypoints[171].childCount = 3; + /* 9:54 */waypoints[171].children[0] = 100; + /* 9:54 */waypoints[171].children[1] = 172; + /* 9:54 */waypoints[171].children[2] = 184; + /* 9:54 */waypoints[171].angles = ( 14.9414, 153.089, 0 ); + /* 9:54 */waypoints[172] = spawnstruct(); + /* 9:54 */waypoints[172].origin = ( 1614.35, 4288.61, 168.125 ); + /* 9:54 */waypoints[172].type = "claymore"; + /* 9:54 */waypoints[172].childCount = 3; + /* 9:54 */waypoints[172].children[0] = 171; + /* 9:54 */waypoints[172].children[1] = 184; + /* 9:54 */waypoints[172].children[2] = 185; + /* 9:54 */waypoints[172].angles = ( 6.54785, 44.0991, 0 ); + /* 9:54 */waypoints[173] = spawnstruct(); + /* 9:54 */waypoints[173].origin = ( 2419.09, 3892.56, 48.125 ); + /* 9:54 */waypoints[173].type = "grenade"; + /* 9:54 */waypoints[173].childCount = 2; + /* 9:54 */waypoints[173].children[0] = 4; + /* 9:54 */waypoints[173].children[1] = 6; + /* 9:54 */waypoints[173].angles = ( -29.1687, 94.2737, 0 ); + /* 9:54 */waypoints[174] = spawnstruct(); + /* 9:54 */waypoints[174].origin = ( 2339.29, 5794.08, 192.125 ); + /* 9:54 */waypoints[174].type = "grenade"; + /* 9:54 */waypoints[174].childCount = 1; + /* 9:54 */waypoints[174].children[0] = 27; + /* 9:54 */waypoints[174].angles = ( -11.8707, -62.7649, 0 ); + /* 9:54 */waypoints[175] = spawnstruct(); + /* 9:54 */waypoints[175].origin = ( 2185.61, 4873.97, 192.125 ); + /* 9:54 */waypoints[175].type = "grenade"; + /* 9:54 */waypoints[175].childCount = 1; + /* 9:54 */waypoints[175].children[0] = 17; + /* 9:54 */waypoints[175].angles = ( -10.3381, 178.319, 0 ); + /* 9:54 */waypoints[176] = spawnstruct(); + /* 9:54 */waypoints[176].origin = ( 414.493, 4889.83, 192.125 ); + /* 9:54 */waypoints[176].type = "grenade"; + /* 9:54 */waypoints[176].childCount = 1; + /* 9:54 */waypoints[176].children[0] = 167; + /* 9:54 */waypoints[176].angles = ( -12.5848, 2.62573, 0 ); + /* 9:54 */waypoints[177] = spawnstruct(); + /* 9:54 */waypoints[177].origin = ( 381.378, 5742.29, 192.125 ); + /* 9:54 */waypoints[177].type = "grenade"; + /* 9:54 */waypoints[177].childCount = 1; + /* 9:54 */waypoints[177].children[0] = 168; + /* 9:54 */waypoints[177].angles = ( -21.0828, 7.92114, 0 ); + /* 9:54 */waypoints[178] = spawnstruct(); + /* 9:54 */waypoints[178].origin = ( 1232.79, 6114.97, 192.125 ); + /* 9:54 */waypoints[178].type = "grenade"; + /* 9:54 */waypoints[178].childCount = 1; + /* 9:54 */waypoints[178].children[0] = 64; + /* 9:54 */waypoints[178].angles = ( -36.9415, -98.8934, 0 ); + /* 9:54 */waypoints[179] = spawnstruct(); + /* 9:54 */waypoints[179].origin = ( 373.718, 4944.2, 192.125 ); + /* 9:54 */waypoints[179].type = "grenade"; + /* 9:54 */waypoints[179].childCount = 1; + /* 9:54 */waypoints[179].children[0] = 167; + /* 9:54 */waypoints[179].angles = ( -7.26746, -89.3738, 0 ); + /* 9:54 */waypoints[180] = spawnstruct(); + /* 9:54 */waypoints[180].origin = ( 1288.92, 3970.38, 40.125 ); + /* 9:54 */waypoints[180].type = "grenade"; + /* 9:54 */waypoints[180].childCount = 1; + /* 9:54 */waypoints[180].children[0] = 181; + /* 9:54 */waypoints[180].angles = ( -24.4611, 94.3231, 0 ); + /* 9:54 */waypoints[181] = spawnstruct(); + /* 9:54 */waypoints[181].origin = ( 1358.07, 3908.41, 44.125 ); + /* 9:54 */waypoints[181].type = "stand"; + /* 9:54 */waypoints[181].childCount = 4; + /* 9:54 */waypoints[181].children[0] = 99; + /* 9:54 */waypoints[181].children[1] = 180; + /* 9:54 */waypoints[181].children[2] = 108; + /* 9:54 */waypoints[181].children[3] = 183; + /* 9:54 */waypoints[181].angles = ( -5.55359, 90.2856, 0 ); + /* 9:54 */waypoints[182] = spawnstruct(); + /* 9:54 */waypoints[182].origin = ( 1686.98, 3976.88, 12.14 ); + /* 9:54 */waypoints[182].type = "crouch"; + /* 9:54 */waypoints[182].childCount = 1; + /* 9:54 */waypoints[182].children[0] = 108; + /* 9:54 */waypoints[182].angles = ( -10.2502, -87.0886, 0 ); + /* 9:54 */waypoints[183] = spawnstruct(); + /* 9:54 */waypoints[183].origin = ( 1361.13, 4159.79, 168.125 ); + /* 9:54 */waypoints[183].type = "stand"; + /* 9:54 */waypoints[183].childCount = 2; + /* 9:54 */waypoints[183].children[0] = 181; + /* 9:54 */waypoints[183].children[1] = 184; + /* 9:54 */waypoints[183].angles = ( 16.5125, 1.86768, 0 ); + /* 9:54 */waypoints[184] = spawnstruct(); + /* 9:54 */waypoints[184].origin = ( 1470.9, 4159.54, 168.125 ); + /* 9:54 */waypoints[184].type = "stand"; + /* 9:54 */waypoints[184].childCount = 3; + /* 9:54 */waypoints[184].children[0] = 183; + /* 9:54 */waypoints[184].children[1] = 171; + /* 9:54 */waypoints[184].children[2] = 172; + /* 9:54 */waypoints[184].angles = ( 18.9349, 4.43298, 0 ); + /* 9:54 */waypoints[185] = spawnstruct(); + /* 9:54 */waypoints[185].origin = ( 1720.03, 4347.59, 168.125 ); + /* 9:54 */waypoints[185].type = "stand"; + /* 9:54 */waypoints[185].childCount = 3; + /* 9:54 */waypoints[185].children[0] = 172; + /* 9:54 */waypoints[185].children[1] = 100; + /* 9:54 */waypoints[185].children[2] = 101; + /* 9:54 */waypoints[185].angles = ( 6.97632, 89.1211, 0 ); + /* 9:54 */waypoints[186] = spawnstruct(); + /* 9:54 */waypoints[186].origin = ( 1500.55, 4350.61, 304.125 ); + /* 9:54 */waypoints[186].type = "claymore"; + /* 9:54 */waypoints[186].childCount = 1; + /* 9:54 */waypoints[186].children[0] = 102; + /* 9:54 */waypoints[186].angles = ( 10.2502, 118.444, 0 ); + /* 9:54 */waypoints[187] = spawnstruct(); + /* 9:54 */waypoints[187].origin = ( 1687.23, 4138.38, 304.125 ); + /* 9:54 */waypoints[187].type = "crouch"; + /* 9:54 */waypoints[187].childCount = 1; + /* 9:54 */waypoints[187].children[0] = 104; + /* 9:54 */waypoints[187].angles = ( 8.54187, -37.2931, 0 ); + /* 9:54 */waypoints[188] = spawnstruct(); + /* 9:54 */waypoints[188].origin = ( 781.245, 4432.83, 44.125 ); + /* 9:54 */waypoints[188].type = "stand"; + /* 9:54 */waypoints[188].childCount = 3; + /* 9:54 */waypoints[188].children[0] = 98; + /* 9:54 */waypoints[188].children[1] = 96; + /* 9:54 */waypoints[188].children[2] = 189; + /* 9:54 */waypoints[188].angles = ( 9.9646, 91.2579, 0 ); + /* 9:54 */waypoints[189] = spawnstruct(); + /* 9:54 */waypoints[189].origin = ( 531.746, 4368.17, 44.125 ); + /* 9:54 */waypoints[189].type = "stand"; + /* 9:54 */waypoints[189].childCount = 4; + /* 9:54 */waypoints[189].children[0] = 188; + /* 9:54 */waypoints[189].children[1] = 93; + /* 9:54 */waypoints[189].children[2] = 82; + /* 9:54 */waypoints[189].children[3] = 190; + /* 9:54 */waypoints[189].angles = ( 7.97058, -0.977783, 0 ); + /* 9:54 */waypoints[190] = spawnstruct(); + /* 9:54 */waypoints[190].origin = ( 519.34, 3953.97, 40.125 ); + /* 9:54 */waypoints[190].type = "stand"; + /* 9:54 */waypoints[190].childCount = 2; + /* 9:54 */waypoints[190].children[0] = 189; + /* 9:54 */waypoints[190].children[1] = 128; + /* 9:54 */waypoints[190].angles = ( 6.69067, -89.2255, 0 ); + /* 9:54 */waypoints[191] = spawnstruct(); + /* 9:54 */waypoints[191].origin = ( 249.239, 4700.53, 192.125 ); + /* 9:54 */waypoints[191].type = "claymore"; + /* 9:54 */waypoints[191].childCount = 1; + /* 9:54 */waypoints[191].children[0] = 81; + /* 9:54 */waypoints[191].angles = ( 19.093, 19.2535, 0 ); + /* 9:54 */waypoints[192] = spawnstruct(); + /* 9:54 */waypoints[192].origin = ( 477.435, 4686.4, 192.125 ); + /* 9:54 */waypoints[192].type = "claymore"; + /* 9:54 */waypoints[192].childCount = 1; + /* 9:54 */waypoints[192].children[0] = 81; + /* 9:54 */waypoints[192].angles = ( 12.5452, 160.455, 0 ); + /* 9:54 */waypoints[193] = spawnstruct(); + /* 9:54 */waypoints[193].origin = ( 244.125, 4528.14, 56.2472 ); + /* 9:54 */waypoints[193].type = "stand"; + /* 9:54 */waypoints[193].childCount = 2; + /* 9:54 */waypoints[193].children[0] = 82; + /* 9:54 */waypoints[193].children[1] = 194; + /* 9:54 */waypoints[193].angles = ( 52.4036, -87.951, 0 ); + /* 9:54 */waypoints[194] = spawnstruct(); + /* 9:54 */waypoints[194].origin = ( 244.125, 4328.59, 198.125 ); + /* 9:54 */waypoints[194].type = "stand"; + /* 9:54 */waypoints[194].childCount = 2; + /* 9:54 */waypoints[194].children[0] = 193; + /* 9:54 */waypoints[194].children[1] = 195; + /* 9:54 */waypoints[194].angles = ( 26.778, 2.59827, 0 ); + /* 9:54 */waypoints[195] = spawnstruct(); + /* 9:54 */waypoints[195].origin = ( 386.638, 4328.68, 198.125 ); + /* 9:54 */waypoints[195].type = "stand"; + /* 9:54 */waypoints[195].childCount = 3; + /* 9:54 */waypoints[195].children[0] = 194; + /* 9:54 */waypoints[195].children[1] = 81; + /* 9:54 */waypoints[195].children[2] = 196; + /* 9:54 */waypoints[195].angles = ( 14.1107, 89.577, 0 ); + /* 9:54 */waypoints[196] = spawnstruct(); + /* 9:54 */waypoints[196].origin = ( 354.332, 4119.38, 198.125 ); + /* 9:54 */waypoints[196].type = "stand"; + /* 9:54 */waypoints[196].childCount = 2; + /* 9:54 */waypoints[196].children[0] = 195; + /* 9:54 */waypoints[196].children[1] = 83; + /* 9:54 */waypoints[196].angles = ( 14.1107, 86.8799, 0 ); + /* 9:54 */waypoints[197] = spawnstruct(); + /* 9:54 */waypoints[197].origin = ( 500.328, 4111.92, 202.125 ); + /* 9:54 */waypoints[197].type = "claymore"; + /* 9:54 */waypoints[197].childCount = 1; + /* 9:54 */waypoints[197].children[0] = 83; + /* 9:54 */waypoints[197].angles = ( 34.0399, 175.128, 0 ); + /* 9:54 */waypoints[198] = spawnstruct(); + /* 9:54 */waypoints[198].origin = ( 520.875, 5003.09, 192.125 ); + /* 9:54 */waypoints[198].type = "crouch"; + /* 9:54 */waypoints[198].childCount = 1; + /* 9:54 */waypoints[198].children[0] = 76; + /* 9:54 */waypoints[198].angles = ( 2.58057, -115.84, 0 ); + /* 9:54 */waypoints[199] = spawnstruct(); + /* 9:54 */waypoints[199].origin = ( 613.498, 4892.86, 192.125 ); + /* 9:54 */waypoints[199].type = "stand"; + /* 9:54 */waypoints[199].childCount = 4; + /* 9:54 */waypoints[199].children[0] = 76; + /* 9:54 */waypoints[199].children[1] = 75; + /* 9:54 */waypoints[199].children[2] = 200; + /* 9:54 */waypoints[199].children[3] = 201; + /* 9:54 */waypoints[199].angles = ( 2.29492, 0.461426, 0 ); + /* 9:54 */waypoints[200] = spawnstruct(); + /* 9:54 */waypoints[200].origin = ( 590.818, 5020.23, 192.125 ); + /* 9:54 */waypoints[200].type = "crouch"; + /* 9:54 */waypoints[200].childCount = 1; + /* 9:54 */waypoints[200].children[0] = 199; + /* 9:54 */waypoints[200].angles = ( 0.872192, -83.1006, 0 ); + /* 9:54 */waypoints[201] = spawnstruct(); + /* 9:54 */waypoints[201].origin = ( 567.125, 4989.53, 192.125 ); + /* 9:54 */waypoints[201].type = "claymore"; + /* 9:54 */waypoints[201].childCount = 1; + /* 9:54 */waypoints[201].children[0] = 199; + /* 9:54 */waypoints[201].angles = ( 6.56311, -65.451, 0 ); + /* 9:54 */waypoints[202] = spawnstruct(); + /* 9:54 */waypoints[202].origin = ( 1019.16, 5373.26, 192.125 ); + /* 9:54 */waypoints[202].type = "crouch"; + /* 9:54 */waypoints[202].childCount = 1; + /* 9:54 */waypoints[202].children[0] = 74; + /* 9:54 */waypoints[202].angles = ( 0.72937, -56.2061, 0 ); + /* 9:54 */waypoints[203] = spawnstruct(); + /* 9:54 */waypoints[203].origin = ( 1294.12, 5150.07, 192.125 ); + /* 9:54 */waypoints[203].type = "claymore"; + /* 9:54 */waypoints[203].childCount = 1; + /* 9:54 */waypoints[203].children[0] = 73; + /* 9:54 */waypoints[203].angles = ( 14.2535, -107.018, 0 ); + /* 9:54 */waypoints[204] = spawnstruct(); + /* 9:54 */waypoints[204].origin = ( 1642.59, 5096.88, 192.125 ); + /* 9:54 */waypoints[204].type = "crouch"; + /* 9:54 */waypoints[204].childCount = 1; + /* 9:54 */waypoints[204].children[0] = 80; + /* 9:54 */waypoints[204].angles = ( 5.2832, -89.0936, 0 ); + /* 9:54 */waypoints[205] = spawnstruct(); + /* 9:54 */waypoints[205].origin = ( 1552.88, 5074.72, 192.125 ); + /* 9:54 */waypoints[205].type = "crouch"; + /* 9:54 */waypoints[205].childCount = 1; + /* 9:54 */waypoints[205].children[0] = 79; + /* 9:54 */waypoints[205].angles = ( 5.2832, -114.587, 0 ); + /* 9:54 */waypoints[206] = spawnstruct(); + /* 9:54 */waypoints[206].origin = ( 2240.97, 4358.08, 304.125 ); + /* 9:54 */waypoints[206].type = "claymore"; + /* 9:54 */waypoints[206].childCount = 1; + /* 9:54 */waypoints[206].children[0] = 107; + /* 9:54 */waypoints[206].angles = ( 9.83704, -112.297, 0 ); + return waypoints; +} diff --git a/raw/scripts/mp/mp_test/wps_testmap.gsc b/raw/scripts/mp/mp_test/wps_testmap.gsc new file mode 100644 index 0000000..7ccef4b --- /dev/null +++ b/raw/scripts/mp/mp_test/wps_testmap.gsc @@ -0,0 +1,238 @@ +main() +{ + level.waypoints = TestMap(); +} + +TestMap() +{ + waypoints = []; + waypoints[0] = spawnstruct(); + waypoints[0].origin = ( -1.01495, 490.006, -63.875 ); + waypoints[0].type = "stand"; + waypoints[0].childCount = 5; + waypoints[0].children[0] = 1; + waypoints[0].children[1] = 14; + waypoints[0].children[2] = 15; + waypoints[0].children[3] = 13; + waypoints[0].children[4] = 21; + waypoints[1] = spawnstruct(); + waypoints[1].origin = ( 461.337, 489.549, -63.875 ); + waypoints[1].type = "stand"; + waypoints[1].childCount = 6; + waypoints[1].children[0] = 0; + waypoints[1].children[1] = 2; + waypoints[1].children[2] = 18; + waypoints[1].children[3] = 18; + waypoints[1].children[4] = 18; + waypoints[1].children[5] = 20; + waypoints[2] = spawnstruct(); + waypoints[2].origin = ( 655.728, 493.466, -63.875 ); + waypoints[2].type = "stand"; + waypoints[2].childCount = 2; + waypoints[2].children[0] = 1; + waypoints[2].children[1] = 3; + waypoints[3] = spawnstruct(); + waypoints[3].origin = ( 685.795, -23.2244, -63.875 ); + waypoints[3].type = "stand"; + waypoints[3].childCount = 3; + waypoints[3].children[0] = 2; + waypoints[3].children[1] = 4; + waypoints[3].children[2] = 18; + waypoints[4] = spawnstruct(); + waypoints[4].origin = ( 685.753, -490.267, -63.875 ); + waypoints[4].type = "stand"; + waypoints[4].childCount = 2; + waypoints[4].children[0] = 3; + waypoints[4].children[1] = 5; + waypoints[5] = spawnstruct(); + waypoints[5].origin = ( 697.191, -603.442, -63.875 ); + waypoints[5].type = "stand"; + waypoints[5].childCount = 2; + waypoints[5].children[0] = 4; + waypoints[5].children[1] = 7; + waypoints[6] = spawnstruct(); + waypoints[6].origin = ( -67.4587, -590.356, -63.875 ); + waypoints[6].type = "stand"; + waypoints[6].childCount = 4; + waypoints[6].children[0] = 7; + waypoints[6].children[1] = 8; + waypoints[6].children[2] = 16; + waypoints[6].children[3] = 24; + waypoints[7] = spawnstruct(); + waypoints[7].origin = ( 343.56, -587.272, -63.875 ); + waypoints[7].type = "stand"; + waypoints[7].childCount = 3; + waypoints[7].children[0] = 5; + waypoints[7].children[1] = 6; + waypoints[7].children[2] = 19; + waypoints[8] = spawnstruct(); + waypoints[8].origin = ( -572.202, -593.835, -63.875 ); + waypoints[8].type = "stand"; + waypoints[8].childCount = 3; + waypoints[8].children[0] = 6; + waypoints[8].children[1] = 9; + waypoints[8].children[2] = 16; + waypoints[9] = spawnstruct(); + waypoints[9].origin = ( -752.875, -591.781, -63.875 ); + waypoints[9].type = "stand"; + waypoints[9].childCount = 2; + waypoints[9].children[0] = 8; + waypoints[9].children[1] = 10; + waypoints[10] = spawnstruct(); + waypoints[10].origin = ( -726.027, -323.589, -63.875 ); + waypoints[10].type = "stand"; + waypoints[10].childCount = 3; + waypoints[10].children[0] = 9; + waypoints[10].children[1] = 11; + waypoints[10].children[2] = 16; + waypoints[11] = spawnstruct(); + waypoints[11].origin = ( -720.13, 115.657, -63.875 ); + waypoints[11].type = "stand"; + waypoints[11].childCount = 4; + waypoints[11].children[0] = 10; + waypoints[11].children[1] = 12; + waypoints[11].children[2] = 16; + waypoints[11].children[3] = 15; + waypoints[12] = spawnstruct(); + waypoints[12].origin = ( -721.257, 533.811, -63.875 ); + waypoints[12].type = "stand"; + waypoints[12].childCount = 3; + waypoints[12].children[0] = 11; + waypoints[12].children[1] = 13; + waypoints[12].children[2] = 27; + waypoints[13] = spawnstruct(); + waypoints[13].origin = ( -220.422, 593.421, -63.875 ); + waypoints[13].type = "stand"; + waypoints[13].childCount = 4; + waypoints[13].children[0] = 12; + waypoints[13].children[1] = 14; + waypoints[13].children[2] = 0; + waypoints[13].children[3] = 15; + waypoints[14] = spawnstruct(); + waypoints[14].origin = ( -28.2908, 599.348, -63.875 ); + waypoints[14].type = "stand"; + waypoints[14].childCount = 2; + waypoints[14].children[0] = 0; + waypoints[14].children[1] = 13; + waypoints[15] = spawnstruct(); + waypoints[15].origin = ( -258.609, 6.70396, -63.875 ); + waypoints[15].type = "stand"; + waypoints[15].childCount = 7; + waypoints[15].children[0] = 0; + waypoints[15].children[1] = 16; + waypoints[15].children[2] = 11; + waypoints[15].children[3] = 13; + waypoints[15].children[4] = 17; + waypoints[15].children[5] = 23; + waypoints[15].children[6] = 27; + waypoints[16] = spawnstruct(); + waypoints[16].origin = ( -467.668, -343.397, -63.875 ); + waypoints[16].type = "stand"; + waypoints[16].childCount = 5; + waypoints[16].children[0] = 15; + waypoints[16].children[1] = 8; + waypoints[16].children[2] = 11; + waypoints[16].children[3] = 6; + waypoints[16].children[4] = 10; + waypoints[17] = spawnstruct(); + waypoints[17].origin = ( 99.6763, -61.88, -63.875 ); + waypoints[17].type = "stand"; + waypoints[17].childCount = 6; + waypoints[17].children[0] = 15; + waypoints[17].children[1] = 18; + waypoints[17].children[2] = 21; + waypoints[17].children[3] = 22; + waypoints[17].children[4] = 25; + waypoints[17].children[5] = 25; + waypoints[18] = spawnstruct(); + waypoints[18].origin = ( 439.094, -60.3452, -63.875 ); + waypoints[18].type = "stand"; + waypoints[18].childCount = 7; + waypoints[18].children[0] = 17; + waypoints[18].children[1] = 3; + waypoints[18].children[2] = 1; + waypoints[18].children[3] = 1; + waypoints[18].children[4] = 1; + waypoints[18].children[5] = 19; + waypoints[18].children[6] = 20; + waypoints[19] = spawnstruct(); + waypoints[19].origin = ( 426.874, -327.668, -63.875 ); + waypoints[19].type = "stand"; + waypoints[19].childCount = 2; + waypoints[19].children[0] = 18; + waypoints[19].children[1] = 7; + waypoints[20] = spawnstruct(); + waypoints[20].origin = ( 383.704, 241.401, -63.875 ); + waypoints[20].type = "stand"; + waypoints[20].childCount = 3; + waypoints[20].children[0] = 18; + waypoints[20].children[1] = 1; + waypoints[20].children[2] = 22; + waypoints[21] = spawnstruct(); + waypoints[21].origin = ( 119.403, 231.893, -63.875 ); + waypoints[21].type = "stand"; + waypoints[21].childCount = 4; + waypoints[21].children[0] = 17; + waypoints[21].children[1] = 0; + waypoints[21].children[2] = 22; + waypoints[21].children[3] = 23; + waypoints[22] = spawnstruct(); + waypoints[22].origin = ( 241.672, 173.537, -63.875 ); + waypoints[22].type = "stand"; + waypoints[22].childCount = 4; + waypoints[22].children[0] = 20; + waypoints[22].children[1] = 17; + waypoints[22].children[2] = 21; + waypoints[22].children[3] = 26; + waypoints[23] = spawnstruct(); + waypoints[23].origin = ( 7.42357, 184.274, -63.875 ); + waypoints[23].type = "stand"; + waypoints[23].childCount = 2; + waypoints[23].children[0] = 15; + waypoints[23].children[1] = 21; + waypoints[24] = spawnstruct(); + waypoints[24].origin = ( -90.5587, -297.083, -63.875 ); + waypoints[24].type = "stand"; + waypoints[24].childCount = 2; + waypoints[24].children[0] = 25; + waypoints[24].children[1] = 6; + waypoints[25] = spawnstruct(); + waypoints[25].origin = ( 12.887, -197.818, -63.875 ); + waypoints[25].type = "stand"; + waypoints[25].childCount = 4; + waypoints[25].children[0] = 17; + waypoints[25].children[1] = 17; + waypoints[25].children[2] = 24; + waypoints[25].children[3] = 28; + waypoints[26] = spawnstruct(); + waypoints[26].origin = ( 257.245, 479.599, -63.875 ); + waypoints[26].type = "stand"; + waypoints[26].childCount = 1; + waypoints[26].children[0] = 22; + waypoints[27] = spawnstruct(); + waypoints[27].origin = ( -434.592, 275.541, -63.875 ); + waypoints[27].type = "stand"; + waypoints[27].childCount = 3; + waypoints[27].children[0] = 12; + waypoints[27].children[1] = 15; + waypoints[27].children[2] = 30; + waypoints[28] = spawnstruct(); + waypoints[28].origin = ( -318.531, -100.442, -63.875 ); + waypoints[28].type = "stand"; + waypoints[28].childCount = 2; + waypoints[28].children[0] = 25; + waypoints[28].children[1] = 29; + waypoints[29] = spawnstruct(); + waypoints[29].origin = ( -397, 14.8198, -63.875 ); + waypoints[29].type = "stand"; + waypoints[29].childCount = 2; + waypoints[29].children[0] = 28; + waypoints[29].children[1] = 30; + waypoints[30] = spawnstruct(); + waypoints[30].origin = ( -404.831, 63.7778, -63.875 ); + waypoints[30].type = "stand"; + waypoints[30].childCount = 2; + waypoints[30].children[0] = 29; + waypoints[30].children[1] = 27; + return waypoints; +} diff --git a/raw/scripts/mp/mp_underground/wps_underground.gsc b/raw/scripts/mp/mp_underground/wps_underground.gsc new file mode 100644 index 0000000..b82807a --- /dev/null +++ b/raw/scripts/mp/mp_underground/wps_underground.gsc @@ -0,0 +1,1468 @@ +main() +{ + level.waypoints = Underground(); +} + +Underground() +{ + /* 3:59 */waypoints = []; + /* 3:59 */waypoints[0] = spawnstruct(); + /* 3:59 */waypoints[0].origin = ( 129.107, -1274.26, 16.125 ); + /* 3:59 */waypoints[0].type = "stand"; + /* 3:59 */waypoints[0].children[0] = 1; + /* 3:59 */waypoints[0].children[1] = 111; + /* 3:59 */waypoints[1] = spawnstruct(); + /* 3:59 */waypoints[1].origin = ( -49.9001, -1285.51, 16.125 ); + /* 3:59 */waypoints[1].type = "stand"; + /* 3:59 */waypoints[1].children[0] = 0; + /* 3:59 */waypoints[1].children[1] = 2; + /* 3:59 */waypoints[2] = spawnstruct(); + /* 3:59 */waypoints[2].origin = ( -83.0899, -1081.52, 8.125 ); + /* 3:59 */waypoints[2].type = "stand"; + /* 3:59 */waypoints[2].children[0] = 1; + /* 3:59 */waypoints[2].children[1] = 3; + /* 3:59 */waypoints[2].children[2] = 110; + /* 3:59 */waypoints[2].children[3] = 111; + /* 3:59 */waypoints[3] = spawnstruct(); + /* 3:59 */waypoints[3].origin = ( -400.563, -645.676, 0.124998 ); + /* 3:59 */waypoints[3].type = "stand"; + /* 3:59 */waypoints[3].children[0] = 2; + /* 3:59 */waypoints[3].children[1] = 4; + /* 3:59 */waypoints[3].children[2] = 149; + /* 3:59 */waypoints[3].children[3] = 15; + /* 3:59 */waypoints[4] = spawnstruct(); + /* 3:59 */waypoints[4].origin = ( -683.599, -328.2, 8.125 ); + /* 3:59 */waypoints[4].type = "stand"; + /* 3:59 */waypoints[4].children[0] = 3; + /* 3:59 */waypoints[4].children[1] = 5; + /* 3:59 */waypoints[4].children[2] = 14; + /* 3:59 */waypoints[5] = spawnstruct(); + /* 3:59 */waypoints[5].origin = ( -1037.81, -131.897, 0.124998 ); + /* 3:59 */waypoints[5].type = "stand"; + /* 3:59 */waypoints[5].children[0] = 4; + /* 3:59 */waypoints[5].children[1] = 6; + /* 3:59 */waypoints[6] = spawnstruct(); + /* 3:59 */waypoints[6].origin = ( -1110.33, 16.5054, 0.124998 ); + /* 3:59 */waypoints[6].type = "stand"; + /* 3:59 */waypoints[6].children[0] = 5; + /* 3:59 */waypoints[6].children[1] = 7; + /* 3:59 */waypoints[6].children[2] = 198; + /* 3:59 */waypoints[6].children[3] = 208; + /* 3:59 */waypoints[7] = spawnstruct(); + /* 3:59 */waypoints[7].origin = ( -1109.76, 182.284, -55.875 ); + /* 3:59 */waypoints[7].type = "stand"; + /* 3:59 */waypoints[7].children[0] = 6; + /* 3:59 */waypoints[7].children[1] = 8; + /* 3:59 */waypoints[7].children[2] = 9; + /* 3:59 */waypoints[7].children[3] = 13; + /* 3:59 */waypoints[8] = spawnstruct(); + /* 3:59 */waypoints[8].origin = ( -1290.22, 329.89, -55.875 ); + /* 3:59 */waypoints[8].type = "stand"; + /* 3:59 */waypoints[8].children[0] = 7; + /* 3:59 */waypoints[8].children[1] = 11; + /* 3:59 */waypoints[8].children[2] = 236; + /* 3:59 */waypoints[9] = spawnstruct(); + /* 3:59 */waypoints[9].origin = ( -1128.09, 360.01, -55.875 ); + /* 3:59 */waypoints[9].type = "stand"; + /* 3:59 */waypoints[9].children[0] = 7; + /* 3:59 */waypoints[9].children[1] = 10; + /* 3:59 */waypoints[9].children[2] = 151; + /* 3:59 */waypoints[10] = spawnstruct(); + /* 3:59 */waypoints[10].origin = ( -1153.41, 501.232, -55.875 ); + /* 3:59 */waypoints[10].type = "stand"; + /* 3:59 */waypoints[10].children[0] = 9; + /* 3:59 */waypoints[10].children[1] = 11; + /* 3:59 */waypoints[11] = spawnstruct(); + /* 3:59 */waypoints[11].origin = ( -1348.47, 502.361, -95.875 ); + /* 3:59 */waypoints[11].type = "stand"; + /* 3:59 */waypoints[11].children[0] = 10; + /* 3:59 */waypoints[11].children[1] = 12; + /* 3:59 */waypoints[11].children[2] = 8; + /* 3:59 */waypoints[12] = spawnstruct(); + /* 3:59 */waypoints[12].origin = ( -1352.94, 812.85, -215.875 ); + /* 3:59 */waypoints[12].type = "stand"; + /* 3:59 */waypoints[12].children[0] = 11; + /* 3:59 */waypoints[12].children[1] = 62; + /* 3:59 */waypoints[12].children[2] = 155; + /* 3:59 */waypoints[12].children[3] = 220; + /* 3:59 */waypoints[13] = spawnstruct(); + /* 3:59 */waypoints[13].origin = ( -709.802, 154.246, -55.875 ); + /* 3:59 */waypoints[13].type = "stand"; + /* 3:59 */waypoints[13].children[0] = 7; + /* 3:59 */waypoints[13].children[1] = 14; + /* 3:59 */waypoints[13].children[2] = 150; + /* 3:59 */waypoints[13].children[3] = 157; + /* 3:59 */waypoints[13].children[4] = 199; + /* 3:59 */waypoints[14] = spawnstruct(); + /* 3:59 */waypoints[14].origin = ( -671.982, -222.117, 8.125 ); + /* 3:59 */waypoints[14].type = "stand"; + /* 3:59 */waypoints[14].children[0] = 13; + /* 3:59 */waypoints[14].children[1] = 4; + /* 3:59 */waypoints[14].children[2] = 15; + /* 3:59 */waypoints[15] = spawnstruct(); + /* 3:59 */waypoints[15].origin = ( -160.954, -263.422, 8.125 ); + /* 3:59 */waypoints[15].type = "stand"; + /* 3:59 */waypoints[15].children[0] = 14; + /* 3:59 */waypoints[15].children[1] = 16; + /* 3:59 */waypoints[15].children[2] = 3; + /* 3:59 */waypoints[15].children[3] = 193; + /* 3:59 */waypoints[16] = spawnstruct(); + /* 3:59 */waypoints[16].origin = ( 37.2851, -369.651, 8.125 ); + /* 3:59 */waypoints[16].type = "stand"; + /* 3:59 */waypoints[16].children[0] = 15; + /* 3:59 */waypoints[16].children[1] = 17; + /* 3:59 */waypoints[16].children[2] = 145; + /* 3:59 */waypoints[16].children[3] = 146; + /* 3:59 */waypoints[16].children[4] = 147; + /* 3:59 */waypoints[16].children[5] = 149; + /* 3:59 */waypoints[16].children[6] = 215; + /* 3:59 */waypoints[17] = spawnstruct(); + /* 3:59 */waypoints[17].origin = ( 21.4215, -69.1314, 8.125 ); + /* 3:59 */waypoints[17].type = "stand"; + /* 3:59 */waypoints[17].children[0] = 16; + /* 3:59 */waypoints[17].children[1] = 238; + /* 3:59 */waypoints[17].children[2] = 237; + /* 3:59 */waypoints[18] = spawnstruct(); + /* 3:59 */waypoints[18].origin = ( -55.9047, 773.396, -127.875 ); + /* 3:59 */waypoints[18].type = "stand"; + /* 3:59 */waypoints[18].children[0] = 19; + /* 3:59 */waypoints[18].children[1] = 238; + /* 3:59 */waypoints[19] = spawnstruct(); + /* 3:59 */waypoints[19].origin = ( -289.025, 852.837, -127.875 ); + /* 3:59 */waypoints[19].type = "stand"; + /* 3:59 */waypoints[19].children[0] = 18; + /* 3:59 */waypoints[19].children[1] = 20; + /* 3:59 */waypoints[19].children[2] = 25; + /* 3:59 */waypoints[19].children[3] = 27; + /* 3:59 */waypoints[19].children[4] = 124; + /* 3:59 */waypoints[20] = spawnstruct(); + /* 3:59 */waypoints[20].origin = ( -390.214, 783.831, -127.875 ); + /* 3:59 */waypoints[20].type = "stand"; + /* 3:59 */waypoints[20].children[0] = 19; + /* 3:59 */waypoints[20].children[1] = 21; + /* 3:59 */waypoints[21] = spawnstruct(); + /* 3:59 */waypoints[21].origin = ( -708.84, 791.895, -191.875 ); + /* 3:59 */waypoints[21].type = "stand"; + /* 3:59 */waypoints[21].children[0] = 20; + /* 3:59 */waypoints[21].children[1] = 22; + /* 3:59 */waypoints[21].children[2] = 24; + /* 3:59 */waypoints[22] = spawnstruct(); + /* 3:59 */waypoints[22].origin = ( -709.862, 1103.82, -255.875 ); + /* 3:59 */waypoints[22].type = "stand"; + /* 3:59 */waypoints[22].children[0] = 21; + /* 3:59 */waypoints[22].children[1] = 177; + /* 3:59 */waypoints[23] = spawnstruct(); + /* 3:59 */waypoints[23].origin = ( -862.57, 1105.62, -255.875 ); + /* 3:59 */waypoints[23].type = "stand"; + /* 3:59 */waypoints[23].children[0] = 24; + /* 3:59 */waypoints[23].children[1] = 178; + /* 3:59 */waypoints[24] = spawnstruct(); + /* 3:59 */waypoints[24].origin = ( -813.617, 646.463, -191.875 ); + /* 3:59 */waypoints[24].type = "stand"; + /* 3:59 */waypoints[24].children[0] = 23; + /* 3:59 */waypoints[24].children[1] = 25; + /* 3:59 */waypoints[24].children[2] = 21; + /* 3:59 */waypoints[24].children[3] = 201; + /* 3:59 */waypoints[25] = spawnstruct(); + /* 3:59 */waypoints[25].origin = ( -310.39, 655.063, -127.875 ); + /* 3:59 */waypoints[25].type = "stand"; + /* 3:59 */waypoints[25].children[0] = 24; + /* 3:59 */waypoints[25].children[1] = 26; + /* 3:59 */waypoints[25].children[2] = 19; + /* 3:59 */waypoints[25].children[3] = 123; + /* 3:59 */waypoints[26] = spawnstruct(); + /* 3:59 */waypoints[26].origin = ( -192.122, 369.249, -127.875 ); + /* 3:59 */waypoints[26].type = "stand"; + /* 3:59 */waypoints[26].children[0] = 25; + /* 3:59 */waypoints[26].children[1] = 122; + /* 3:59 */waypoints[26].children[2] = 191; + /* 3:59 */waypoints[26].children[3] = 202; + /* 3:59 */waypoints[26].children[4] = 238; + /* 3:59 */waypoints[27] = spawnstruct(); + /* 3:59 */waypoints[27].origin = ( -186.694, 924.628, -127.875 ); + /* 3:59 */waypoints[27].type = "stand"; + /* 3:59 */waypoints[27].children[0] = 19; + /* 3:59 */waypoints[27].children[1] = 28; + /* 3:59 */waypoints[28] = spawnstruct(); + /* 3:59 */waypoints[28].origin = ( -177.188, 1022.56, -159.875 ); + /* 3:59 */waypoints[28].type = "stand"; + /* 3:59 */waypoints[28].children[0] = 27; + /* 3:59 */waypoints[28].children[1] = 29; + /* 3:59 */waypoints[28].children[2] = 233; + /* 3:59 */waypoints[29] = spawnstruct(); + /* 3:59 */waypoints[29].origin = ( -36.6565, 1013.83, -199.875 ); + /* 3:59 */waypoints[29].type = "stand"; + /* 3:59 */waypoints[29].children[0] = 28; + /* 3:59 */waypoints[29].children[1] = 30; + /* 3:59 */waypoints[29].children[2] = 31; + /* 3:59 */waypoints[30] = spawnstruct(); + /* 3:59 */waypoints[30].origin = ( -80.4332, 1341.96, -255.875 ); + /* 3:59 */waypoints[30].type = "stand"; + /* 3:59 */waypoints[30].children[0] = 29; + /* 3:59 */waypoints[30].children[1] = 90; + /* 3:59 */waypoints[30].children[2] = 128; + /* 3:59 */waypoints[30].children[3] = 186; + /* 3:59 */waypoints[31] = spawnstruct(); + /* 3:59 */waypoints[31].origin = ( 124.774, 1003.83, -199.875 ); + /* 3:59 */waypoints[31].type = "stand"; + /* 3:59 */waypoints[31].children[0] = 29; + /* 3:59 */waypoints[31].children[1] = 32; + /* 3:59 */waypoints[31].children[2] = 90; + /* 3:59 */waypoints[32] = spawnstruct(); + /* 3:59 */waypoints[32].origin = ( 257.593, 1019.28, -159.875 ); + /* 3:59 */waypoints[32].type = "stand"; + /* 3:59 */waypoints[32].children[0] = 31; + /* 3:59 */waypoints[32].children[1] = 33; + /* 3:59 */waypoints[32].children[2] = 232; + /* 3:59 */waypoints[33] = spawnstruct(); + /* 3:59 */waypoints[33].origin = ( 281.179, 842.894, -127.875 ); + /* 3:59 */waypoints[33].type = "stand"; + /* 3:59 */waypoints[33].children[0] = 32; + /* 3:59 */waypoints[33].children[1] = 34; + /* 3:59 */waypoints[33].children[2] = 35; + /* 3:59 */waypoints[33].children[3] = 39; + /* 3:59 */waypoints[34] = spawnstruct(); + /* 3:59 */waypoints[34].origin = ( 128.009, 708.17, -127.875 ); + /* 3:59 */waypoints[34].type = "stand"; + /* 3:59 */waypoints[34].children[0] = 33; + /* 3:59 */waypoints[34].children[1] = 237; + /* 3:59 */waypoints[35] = spawnstruct(); + /* 3:59 */waypoints[35].origin = ( 411.122, 792.843, -127.875 ); + /* 3:59 */waypoints[35].type = "stand"; + /* 3:59 */waypoints[35].children[0] = 33; + /* 3:59 */waypoints[35].children[1] = 36; + /* 3:59 */waypoints[35].children[2] = 39; + /* 3:59 */waypoints[35].children[3] = 41; + /* 3:59 */waypoints[36] = spawnstruct(); + /* 3:59 */waypoints[36].origin = ( 771.749, 803.139, -187.414 ); + /* 3:59 */waypoints[36].type = "stand"; + /* 3:59 */waypoints[36].children[0] = 35; + /* 3:59 */waypoints[36].children[1] = 37; + /* 3:59 */waypoints[36].children[2] = 38; + /* 3:59 */waypoints[36].children[3] = 42; + /* 3:59 */waypoints[37] = spawnstruct(); + /* 3:59 */waypoints[37].origin = ( 739.632, 1269.47, -255.875 ); + /* 3:59 */waypoints[37].type = "stand"; + /* 3:59 */waypoints[37].children[0] = 36; + /* 3:59 */waypoints[37].children[1] = 74; + /* 3:59 */waypoints[37].children[2] = 75; + /* 3:59 */waypoints[38] = spawnstruct(); + /* 3:59 */waypoints[38].origin = ( 820.766, 656.351, -191.875 ); + /* 3:59 */waypoints[38].type = "stand"; + /* 3:59 */waypoints[38].children[0] = 36; + /* 3:59 */waypoints[38].children[1] = 39; + /* 3:59 */waypoints[38].children[2] = 117; + /* 3:59 */waypoints[38].children[3] = 203; + /* 3:59 */waypoints[39] = spawnstruct(); + /* 3:59 */waypoints[39].origin = ( 424.04, 639.371, -127.875 ); + /* 3:59 */waypoints[39].type = "stand"; + /* 3:59 */waypoints[39].children[0] = 38; + /* 3:59 */waypoints[39].children[1] = 33; + /* 3:59 */waypoints[39].children[2] = 40; + /* 3:59 */waypoints[39].children[3] = 35; + /* 3:59 */waypoints[40] = spawnstruct(); + /* 3:59 */waypoints[40].origin = ( 305.314, 378.302, -127.875 ); + /* 3:59 */waypoints[40].type = "stand"; + /* 3:59 */waypoints[40].children[0] = 39; + /* 3:59 */waypoints[40].children[1] = 121; + /* 3:59 */waypoints[40].children[2] = 237; + /* 3:59 */waypoints[41] = spawnstruct(); + /* 3:59 */waypoints[41].origin = ( 377.056, 1079.11, -127.875 ); + /* 3:59 */waypoints[41].type = "stand"; + /* 3:59 */waypoints[41].children[0] = 35; + /* 3:59 */waypoints[41].children[1] = 144; + /* 3:59 */waypoints[42] = spawnstruct(); + /* 3:59 */waypoints[42].origin = ( 993.197, 868.216, -117.877 ); + /* 3:59 */waypoints[42].type = "stand"; + /* 3:59 */waypoints[42].children[0] = 36; + /* 3:59 */waypoints[42].children[1] = 43; + /* 3:59 */waypoints[42].children[2] = 229; + /* 3:59 */waypoints[43] = spawnstruct(); + /* 3:59 */waypoints[43].origin = ( 1378.1, 778.458, -121.875 ); + /* 3:59 */waypoints[43].type = "stand"; + /* 3:59 */waypoints[43].children[0] = 42; + /* 3:59 */waypoints[43].children[1] = 44; + /* 3:59 */waypoints[43].children[2] = 101; + /* 3:59 */waypoints[43].children[3] = 204; + /* 3:59 */waypoints[44] = spawnstruct(); + /* 3:59 */waypoints[44].origin = ( 1441.12, 1059.73, -121.875 ); + /* 3:59 */waypoints[44].type = "stand"; + /* 3:59 */waypoints[44].children[0] = 43; + /* 3:59 */waypoints[44].children[1] = 45; + /* 3:59 */waypoints[44].children[2] = 96; + /* 3:59 */waypoints[45] = spawnstruct(); + /* 3:59 */waypoints[45].origin = ( 1502.08, 1298.71, -119.875 ); + /* 3:59 */waypoints[45].type = "stand"; + /* 3:59 */waypoints[45].children[0] = 44; + /* 3:59 */waypoints[45].children[1] = 46; + /* 3:59 */waypoints[45].children[2] = 214; + /* 3:59 */waypoints[46] = spawnstruct(); + /* 3:59 */waypoints[46].origin = ( 1392.8, 1749.12, -119.875 ); + /* 3:59 */waypoints[46].type = "stand"; + /* 3:59 */waypoints[46].children[0] = 45; + /* 3:59 */waypoints[46].children[1] = 47; + /* 3:59 */waypoints[46].children[2] = 100; + /* 3:59 */waypoints[46].children[3] = 205; + /* 3:59 */waypoints[47] = spawnstruct(); + /* 3:59 */waypoints[47].origin = ( 1088.89, 1783.08, -119.875 ); + /* 3:59 */waypoints[47].type = "stand"; + /* 3:59 */waypoints[47].children[0] = 46; + /* 3:59 */waypoints[47].children[1] = 48; + /* 3:59 */waypoints[47].children[2] = 99; + /* 3:59 */waypoints[47].children[3] = 181; + /* 3:59 */waypoints[47].children[4] = 212; + /* 3:59 */waypoints[47].children[5] = 213; + /* 3:59 */waypoints[48] = spawnstruct(); + /* 3:59 */waypoints[48].origin = ( 1088.86, 1970.23, -119.875 ); + /* 3:59 */waypoints[48].type = "stand"; + /* 3:59 */waypoints[48].children[0] = 47; + /* 3:59 */waypoints[48].children[1] = 49; + /* 3:59 */waypoints[48].children[2] = 100; + /* 3:59 */waypoints[49] = spawnstruct(); + /* 3:59 */waypoints[49].origin = ( 1074.06, 2247.71, -119.875 ); + /* 3:59 */waypoints[49].type = "stand"; + /* 3:59 */waypoints[49].children[0] = 48; + /* 3:59 */waypoints[49].children[1] = 50; + /* 3:59 */waypoints[50] = spawnstruct(); + /* 3:59 */waypoints[50].origin = ( 677.447, 2260.67, -103.875 ); + /* 3:59 */waypoints[50].type = "stand"; + /* 3:59 */waypoints[50].children[0] = 49; + /* 3:59 */waypoints[50].children[1] = 211; + /* 3:59 */waypoints[50].children[2] = 222; + /* 3:59 */waypoints[50].children[3] = 228; + /* 3:59 */waypoints[50].children[4] = 245; + /* 3:59 */waypoints[51] = spawnstruct(); + /* 3:59 */waypoints[51].origin = ( 676.432, 3073.83, -127.875 ); + /* 3:59 */waypoints[51].type = "stand"; + /* 3:59 */waypoints[51].children[0] = 52; + /* 3:59 */waypoints[51].children[1] = 85; + /* 3:59 */waypoints[51].children[2] = 222; + /* 3:59 */waypoints[51].children[3] = 225; + /* 3:59 */waypoints[52] = spawnstruct(); + /* 3:59 */waypoints[52].origin = ( 36.3227, 3062.75, -127.875 ); + /* 3:59 */waypoints[52].type = "stand"; + /* 3:59 */waypoints[52].children[0] = 51; + /* 3:59 */waypoints[52].children[1] = 53; + /* 3:59 */waypoints[52].children[2] = 140; + /* 3:59 */waypoints[52].children[3] = 210; + /* 3:59 */waypoints[53] = spawnstruct(); + /* 3:59 */waypoints[53].origin = ( -330.909, 3050.43, -127.875 ); + /* 3:59 */waypoints[53].type = "stand"; + /* 3:59 */waypoints[53].children[0] = 52; + /* 3:59 */waypoints[53].children[1] = 54; + /* 3:59 */waypoints[53].children[2] = 162; + /* 3:59 */waypoints[53].children[3] = 234; + /* 3:59 */waypoints[54] = spawnstruct(); + /* 3:59 */waypoints[54].origin = ( -447.966, 2930.48, -130.225 ); + /* 3:59 */waypoints[54].type = "stand"; + /* 3:59 */waypoints[54].children[0] = 53; + /* 3:59 */waypoints[54].children[1] = 55; + /* 3:59 */waypoints[54].children[2] = 131; + /* 3:59 */waypoints[54].children[3] = 132; + /* 3:59 */waypoints[54].children[4] = 163; + /* 3:59 */waypoints[54].children[5] = 209; + /* 3:59 */waypoints[55] = spawnstruct(); + /* 3:59 */waypoints[55].origin = ( -637.947, 3134.51, -127.875 ); + /* 3:59 */waypoints[55].type = "stand"; + /* 3:59 */waypoints[55].children[0] = 54; + /* 3:59 */waypoints[55].children[1] = 56; + /* 3:59 */waypoints[55].children[2] = 162; + /* 3:59 */waypoints[56] = spawnstruct(); + /* 3:59 */waypoints[56].origin = ( -793.577, 2964.53, -127.875 ); + /* 3:59 */waypoints[56].type = "stand"; + /* 3:59 */waypoints[56].children[0] = 55; + /* 3:59 */waypoints[56].children[1] = 57; + /* 3:59 */waypoints[56].children[2] = 163; + /* 3:59 */waypoints[57] = spawnstruct(); + /* 3:59 */waypoints[57].origin = ( -1068.82, 2688.61, -255.875 ); + /* 3:59 */waypoints[57].type = "stand"; + /* 3:59 */waypoints[57].children[0] = 56; + /* 3:59 */waypoints[57].children[1] = 58; + /* 3:59 */waypoints[57].children[2] = 247; + /* 3:59 */waypoints[58] = spawnstruct(); + /* 3:59 */waypoints[58].origin = ( -1068.66, 2035.05, -255.875 ); + /* 3:59 */waypoints[58].type = "stand"; + /* 3:59 */waypoints[58].children[0] = 57; + /* 3:59 */waypoints[58].children[1] = 59; + /* 3:59 */waypoints[58].children[2] = 66; + /* 3:59 */waypoints[59] = spawnstruct(); + /* 3:59 */waypoints[59].origin = ( -1068.68, 1822.08, -255.875 ); + /* 3:59 */waypoints[59].type = "stand"; + /* 3:59 */waypoints[59].children[0] = 58; + /* 3:59 */waypoints[59].children[1] = 60; + /* 3:59 */waypoints[59].children[2] = 65; + /* 3:59 */waypoints[60] = spawnstruct(); + /* 3:59 */waypoints[60].origin = ( -1264.03, 1820.02, -255.875 ); + /* 3:59 */waypoints[60].type = "stand"; + /* 3:59 */waypoints[60].children[0] = 59; + /* 3:59 */waypoints[60].children[1] = 61; + /* 3:59 */waypoints[60].children[2] = 161; + /* 3:59 */waypoints[61] = spawnstruct(); + /* 3:59 */waypoints[61].origin = ( -1377.1, 1529.5, -255.875 ); + /* 3:59 */waypoints[61].type = "stand"; + /* 3:59 */waypoints[61].children[0] = 60; + /* 3:59 */waypoints[61].children[1] = 62; + /* 3:59 */waypoints[61].children[2] = 221; + /* 3:59 */waypoints[61].children[3] = 235; + /* 3:59 */waypoints[61].children[4] = 240; + /* 3:59 */waypoints[62] = spawnstruct(); + /* 3:59 */waypoints[62].origin = ( -1375.27, 1163.14, -255.875 ); + /* 3:59 */waypoints[62].type = "stand"; + /* 3:59 */waypoints[62].children[0] = 61; + /* 3:59 */waypoints[62].children[1] = 63; + /* 3:59 */waypoints[62].children[2] = 154; + /* 3:59 */waypoints[62].children[3] = 12; + /* 3:59 */waypoints[62].children[4] = 197; + /* 3:59 */waypoints[62].children[5] = 239; + /* 3:59 */waypoints[63] = spawnstruct(); + /* 3:59 */waypoints[63].origin = ( -1106.7, 1316.96, -255.875 ); + /* 3:59 */waypoints[63].type = "stand"; + /* 3:59 */waypoints[63].children[0] = 62; + /* 3:59 */waypoints[63].children[1] = 64; + /* 3:59 */waypoints[64] = spawnstruct(); + /* 3:59 */waypoints[64].origin = ( -873.446, 1338.12, -255.875 ); + /* 3:59 */waypoints[64].type = "stand"; + /* 3:59 */waypoints[64].children[0] = 63; + /* 3:59 */waypoints[64].children[1] = 65; + /* 3:59 */waypoints[64].children[2] = 138; + /* 3:59 */waypoints[64].children[3] = 178; + /* 3:59 */waypoints[65] = spawnstruct(); + /* 3:59 */waypoints[65].origin = ( -843.92, 1807.09, -255.875 ); + /* 3:59 */waypoints[65].type = "stand"; + /* 3:59 */waypoints[65].children[0] = 64; + /* 3:59 */waypoints[65].children[1] = 59; + /* 3:59 */waypoints[65].children[2] = 66; + /* 3:59 */waypoints[65].children[3] = 137; + /* 3:59 */waypoints[66] = spawnstruct(); + /* 3:59 */waypoints[66].origin = ( -828.189, 2023.17, -255.875 ); + /* 3:59 */waypoints[66].type = "stand"; + /* 3:59 */waypoints[66].children[0] = 65; + /* 3:59 */waypoints[66].children[1] = 58; + /* 3:59 */waypoints[66].children[2] = 67; + /* 3:59 */waypoints[67] = spawnstruct(); + /* 3:59 */waypoints[67].origin = ( -416.064, 2017.92, -127.875 ); + /* 3:59 */waypoints[67].type = "stand"; + /* 3:59 */waypoints[67].children[0] = 66; + /* 3:59 */waypoints[67].children[1] = 68; + /* 3:59 */waypoints[68] = spawnstruct(); + /* 3:59 */waypoints[68].origin = ( -281.645, 2024.69, -131.116 ); + /* 3:59 */waypoints[68].type = "stand"; + /* 3:59 */waypoints[68].children[0] = 67; + /* 3:59 */waypoints[68].children[1] = 69; + /* 3:59 */waypoints[68].children[2] = 127; + /* 3:59 */waypoints[69] = spawnstruct(); + /* 3:59 */waypoints[69].origin = ( 14.8179, 2024.82, -128.198 ); + /* 3:59 */waypoints[69].type = "stand"; + /* 3:59 */waypoints[69].children[0] = 68; + /* 3:59 */waypoints[69].children[1] = 70; + /* 3:59 */waypoints[69].children[2] = 139; + /* 3:59 */waypoints[70] = spawnstruct(); + /* 3:59 */waypoints[70].origin = ( 345.363, 2022.57, -127.875 ); + /* 3:59 */waypoints[70].type = "stand"; + /* 3:59 */waypoints[70].children[0] = 69; + /* 3:59 */waypoints[70].children[1] = 71; + /* 3:59 */waypoints[70].children[2] = 141; + /* 3:59 */waypoints[71] = spawnstruct(); + /* 3:59 */waypoints[71].origin = ( 564.914, 2040.75, -127.875 ); + /* 3:59 */waypoints[71].type = "stand"; + /* 3:59 */waypoints[71].children[0] = 70; + /* 3:59 */waypoints[71].children[1] = 72; + /* 3:59 */waypoints[72] = spawnstruct(); + /* 3:59 */waypoints[72].origin = ( 876.666, 1990.04, -255.875 ); + /* 3:59 */waypoints[72].type = "stand"; + /* 3:59 */waypoints[72].children[0] = 71; + /* 3:59 */waypoints[72].children[1] = 73; + /* 3:59 */waypoints[73] = spawnstruct(); + /* 3:59 */waypoints[73].origin = ( 931.689, 1796.36, -255.875 ); + /* 3:59 */waypoints[73].type = "stand"; + /* 3:59 */waypoints[73].children[0] = 72; + /* 3:59 */waypoints[73].children[1] = 93; + /* 3:59 */waypoints[73].children[2] = 188; + /* 3:59 */waypoints[74] = spawnstruct(); + /* 3:59 */waypoints[74].origin = ( 890.65, 1277.72, -255.875 ); + /* 3:59 */waypoints[74].type = "stand"; + /* 3:59 */waypoints[74].children[0] = 37; + /* 3:59 */waypoints[74].children[1] = 188; + /* 3:59 */waypoints[75] = spawnstruct(); + /* 3:59 */waypoints[75].origin = ( 676.558, 1392.5, -255.875 ); + /* 3:59 */waypoints[75].type = "stand"; + /* 3:59 */waypoints[75].children[0] = 37; + /* 3:59 */waypoints[75].children[1] = 76; + /* 3:59 */waypoints[75].children[2] = 171; + /* 3:59 */waypoints[76] = spawnstruct(); + /* 3:59 */waypoints[76].origin = ( 704.754, 1645.22, -255.875 ); + /* 3:59 */waypoints[76].type = "stand"; + /* 3:59 */waypoints[76].children[0] = 75; + /* 3:59 */waypoints[76].children[1] = 77; + /* 3:59 */waypoints[76].children[2] = 173; + /* 3:59 */waypoints[76].children[3] = 188; + /* 3:59 */waypoints[76].children[4] = 243; + /* 3:59 */waypoints[77] = spawnstruct(); + /* 3:59 */waypoints[77].origin = ( 598.095, 1729.69, -255.875 ); + /* 3:59 */waypoints[77].type = "stand"; + /* 3:59 */waypoints[77].children[0] = 76; + /* 3:59 */waypoints[77].children[1] = 78; + /* 3:59 */waypoints[78] = spawnstruct(); + /* 3:59 */waypoints[78].origin = ( 593.879, 1863.28, -315.875 ); + /* 3:59 */waypoints[78].type = "stand"; + /* 3:59 */waypoints[78].children[0] = 77; + /* 3:59 */waypoints[78].children[1] = 174; + /* 3:59 */waypoints[79] = spawnstruct(); + /* 3:59 */waypoints[79].origin = ( 239.231, 2237.91, -315.875 ); + /* 3:59 */waypoints[79].type = "stand"; + /* 3:59 */waypoints[79].children[0] = 80; + /* 3:59 */waypoints[79].children[1] = 175; + /* 3:59 */waypoints[80] = spawnstruct(); + /* 3:59 */waypoints[80].origin = ( 186.223, 2455.12, -255.875 ); + /* 3:59 */waypoints[80].type = "stand"; + /* 3:59 */waypoints[80].children[0] = 79; + /* 3:59 */waypoints[80].children[1] = 81; + /* 3:59 */waypoints[80].children[2] = 88; + /* 3:59 */waypoints[80].children[3] = 130; + /* 3:59 */waypoints[81] = spawnstruct(); + /* 3:59 */waypoints[81].origin = ( 212.199, 2910.51, -192.843 ); + /* 3:59 */waypoints[81].type = "stand"; + /* 3:59 */waypoints[81].children[0] = 80; + /* 3:59 */waypoints[81].children[1] = 82; + /* 3:59 */waypoints[81].children[2] = 131; + /* 3:59 */waypoints[82] = spawnstruct(); + /* 3:59 */waypoints[82].origin = ( 340.393, 2912.56, -148.875 ); + /* 3:59 */waypoints[82].type = "stand"; + /* 3:59 */waypoints[82].children[0] = 81; + /* 3:59 */waypoints[82].children[1] = 83; + /* 3:59 */waypoints[82].children[2] = 86; + /* 3:59 */waypoints[82].children[3] = 223; + /* 3:59 */waypoints[83] = spawnstruct(); + /* 3:59 */waypoints[83].origin = ( 349.991, 2963.88, -148.875 ); + /* 3:59 */waypoints[83].type = "climb"; + /* 3:59 */waypoints[83].children[0] = 82; + /* 3:59 */waypoints[83].children[1] = 84; + /* 3:59 */waypoints[83].angles = ( 1.80176, 90.9093, 0 ); + /* 3:59 */waypoints[84] = spawnstruct(); + /* 3:59 */waypoints[84].origin = ( 340.765, 3003.13, -127.875 ); + /* 3:59 */waypoints[84].type = "climb"; + /* 3:59 */waypoints[84].children[0] = 83; + /* 3:59 */waypoints[84].children[1] = 85; + /* 3:59 */waypoints[84].angles = ( 5.49866, -92.1833, 0 ); + /* 3:59 */waypoints[85] = spawnstruct(); + /* 3:59 */waypoints[85].origin = ( 354.959, 3052.33, -127.875 ); + /* 3:59 */waypoints[85].type = "stand"; + /* 3:59 */waypoints[85].children[0] = 84; + /* 3:59 */waypoints[85].children[1] = 51; + /* 3:59 */waypoints[86] = spawnstruct(); + /* 3:59 */waypoints[86].origin = ( 518.086, 2289.48, -148.875 ); + /* 3:59 */waypoints[86].type = "stand"; + /* 3:59 */waypoints[86].children[0] = 82; + /* 3:59 */waypoints[86].children[1] = 87; + /* 3:59 */waypoints[87] = spawnstruct(); + /* 3:59 */waypoints[87].origin = ( 560.875, 2289.47, -155.875 ); + /* 3:59 */waypoints[87].type = "climb"; + /* 3:59 */waypoints[87].children[0] = 86; + /* 3:59 */waypoints[87].children[1] = 245; + /* 3:59 */waypoints[87].angles = ( 0.648193, -0.925405, 0 ); + /* 3:59 */waypoints[88] = spawnstruct(); + /* 3:59 */waypoints[88].origin = ( 194.486, 2110.16, -255.875 ); + /* 3:59 */waypoints[88].type = "stand"; + /* 3:59 */waypoints[88].children[0] = 80; + /* 3:59 */waypoints[88].children[1] = 167; + /* 3:59 */waypoints[89] = spawnstruct(); + /* 3:59 */waypoints[89].origin = ( 162.685, 1667.95, -255.875 ); + /* 3:59 */waypoints[89].type = "stand"; + /* 3:59 */waypoints[89].children[0] = 167; + /* 3:59 */waypoints[89].children[1] = 169; + /* 3:59 */waypoints[89].children[2] = 128; + /* 3:59 */waypoints[89].children[3] = 172; + /* 3:59 */waypoints[90] = spawnstruct(); + /* 3:59 */waypoints[90].origin = ( 123.244, 1265.51, -255.875 ); + /* 3:59 */waypoints[90].type = "stand"; + /* 3:59 */waypoints[90].children[0] = 30; + /* 3:59 */waypoints[90].children[1] = 31; + /* 3:59 */waypoints[90].children[2] = 172; + /* 3:59 */waypoints[91] = spawnstruct(); + /* 3:59 */waypoints[91].origin = ( 259.363, 1390.08, -255.875 ); + /* 3:59 */waypoints[91].type = "stand"; + /* 3:59 */waypoints[91].children[0] = 170; + /* 3:59 */waypoints[91].children[1] = 172; + /* 3:59 */waypoints[92] = spawnstruct(); + /* 3:59 */waypoints[92].origin = ( 419.243, 1644.08, -255.875 ); + /* 3:59 */waypoints[92].type = "stand"; + /* 3:59 */waypoints[92].children[0] = 169; + /* 3:59 */waypoints[92].children[1] = 173; + /* 3:59 */waypoints[93] = spawnstruct(); + /* 3:59 */waypoints[93].origin = ( 1098.01, 1770.06, -255.875 ); + /* 3:59 */waypoints[93].type = "stand"; + /* 3:59 */waypoints[93].children[0] = 73; + /* 3:59 */waypoints[93].children[1] = 94; + /* 3:59 */waypoints[94] = spawnstruct(); + /* 3:59 */waypoints[94].origin = ( 1111.52, 1436.52, -255.875 ); + /* 3:59 */waypoints[94].type = "stand"; + /* 3:59 */waypoints[94].children[0] = 93; + /* 3:59 */waypoints[94].children[1] = 95; + /* 3:59 */waypoints[95] = spawnstruct(); + /* 3:59 */waypoints[95].origin = ( 1159.75, 1108.04, -119.875 ); + /* 3:59 */waypoints[95].type = "stand"; + /* 3:59 */waypoints[95].children[0] = 94; + /* 3:59 */waypoints[95].children[1] = 96; + /* 3:59 */waypoints[96] = spawnstruct(); + /* 3:59 */waypoints[96].origin = ( 1249.03, 1084, -119.875 ); + /* 3:59 */waypoints[96].type = "stand"; + /* 3:59 */waypoints[96].children[0] = 44; + /* 3:59 */waypoints[96].children[1] = 95; + /* 3:59 */waypoints[96].children[2] = 179; + /* 3:59 */waypoints[97] = spawnstruct(); + /* 3:59 */waypoints[97].origin = ( 1259.56, 1562.54, -119.875 ); + /* 3:59 */waypoints[97].type = "stand"; + /* 3:59 */waypoints[97].children[0] = 98; + /* 3:59 */waypoints[97].children[1] = 179; + /* 3:59 */waypoints[98] = spawnstruct(); + /* 3:59 */waypoints[98].origin = ( 1255.18, 1592.88, -119.875 ); + /* 3:59 */waypoints[98].type = "climb"; + /* 3:59 */waypoints[98].children[0] = 97; + /* 3:59 */waypoints[98].children[1] = 99; + /* 3:59 */waypoints[98].angles = ( 4.28467, 93.1952, 0 ); + /* 3:59 */waypoints[99] = spawnstruct(); + /* 3:59 */waypoints[99].origin = ( 1252.03, 1632.38, -119.875 ); + /* 3:59 */waypoints[99].type = "climb"; + /* 3:59 */waypoints[99].children[0] = 98; + /* 3:59 */waypoints[99].children[1] = 47; + /* 3:59 */waypoints[99].angles = ( 3.54309, -89.8865, 0 ); + /* 3:59 */waypoints[100] = spawnstruct(); + /* 3:59 */waypoints[100].origin = ( 1417.41, 2002.29, -119.875 ); + /* 3:59 */waypoints[100].type = "stand"; + /* 3:59 */waypoints[100].children[0] = 46; + /* 3:59 */waypoints[100].children[1] = 48; + /* 3:59 */waypoints[100].children[2] = 246; + /* 3:59 */waypoints[101] = spawnstruct(); + /* 3:59 */waypoints[101].origin = ( 1467.32, 644.482, -121.875 ); + /* 3:59 */waypoints[101].type = "stand"; + /* 3:59 */waypoints[101].children[0] = 43; + /* 3:59 */waypoints[101].children[1] = 102; + /* 3:59 */waypoints[102] = spawnstruct(); + /* 3:59 */waypoints[102].origin = ( 1467.31, 342.303, -55.875 ); + /* 3:59 */waypoints[102].type = "stand"; + /* 3:59 */waypoints[102].children[0] = 101; + /* 3:59 */waypoints[102].children[1] = 184; + /* 3:59 */waypoints[103] = spawnstruct(); + /* 3:59 */waypoints[103].origin = ( 1050.73, 281.851, -55.875 ); + /* 3:59 */waypoints[103].type = "stand"; + /* 3:59 */waypoints[103].children[0] = 104; + /* 3:59 */waypoints[103].children[1] = 164; + /* 3:59 */waypoints[103].children[2] = 184; + /* 3:59 */waypoints[103].children[3] = 218; + /* 3:59 */waypoints[104] = spawnstruct(); + /* 3:59 */waypoints[104].origin = ( 962.889, 26.7925, 8.125 ); + /* 3:59 */waypoints[104].type = "stand"; + /* 3:59 */waypoints[104].children[0] = 103; + /* 3:59 */waypoints[104].children[1] = 105; + /* 3:59 */waypoints[104].children[2] = 164; + /* 3:59 */waypoints[104].children[3] = 219; + /* 3:59 */waypoints[105] = spawnstruct(); + /* 3:59 */waypoints[105].origin = ( 756.439, 0.324721, 8.125 ); + /* 3:59 */waypoints[105].type = "stand"; + /* 3:59 */waypoints[105].children[0] = 104; + /* 3:59 */waypoints[105].children[1] = 106; + /* 3:59 */waypoints[106] = spawnstruct(); + /* 3:59 */waypoints[106].origin = ( 734.486, -310.156, 8.125 ); + /* 3:59 */waypoints[106].type = "stand"; + /* 3:59 */waypoints[106].children[0] = 105; + /* 3:59 */waypoints[106].children[1] = 107; + /* 3:59 */waypoints[106].children[2] = 147; + /* 3:59 */waypoints[106].children[3] = 148; + /* 3:59 */waypoints[107] = spawnstruct(); + /* 3:59 */waypoints[107].origin = ( 726.524, -613.182, 0.125 ); + /* 3:59 */waypoints[107].type = "stand"; + /* 3:59 */waypoints[107].children[0] = 106; + /* 3:59 */waypoints[107].children[1] = 108; + /* 3:59 */waypoints[107].children[2] = 148; + /* 3:59 */waypoints[107].children[3] = 166; + /* 3:59 */waypoints[108] = spawnstruct(); + /* 3:59 */waypoints[108].origin = ( 567.441, -778.926, 0.125 ); + /* 3:59 */waypoints[108].type = "stand"; + /* 3:59 */waypoints[108].children[0] = 107; + /* 3:59 */waypoints[108].children[1] = 109; + /* 3:59 */waypoints[109] = spawnstruct(); + /* 3:59 */waypoints[109].origin = ( 425.754, -1011.65, 8.125 ); + /* 3:59 */waypoints[109].type = "stand"; + /* 3:59 */waypoints[109].children[0] = 108; + /* 3:59 */waypoints[109].children[1] = 187; + /* 3:59 */waypoints[110] = spawnstruct(); + /* 3:59 */waypoints[110].origin = ( 71.7707, -1001.2, 3.97927 ); + /* 3:59 */waypoints[110].type = "stand"; + /* 3:59 */waypoints[110].children[0] = 2; + /* 3:59 */waypoints[110].children[1] = 111; + /* 3:59 */waypoints[110].children[2] = 149; + /* 3:59 */waypoints[110].children[3] = 187; + /* 3:59 */waypoints[111] = spawnstruct(); + /* 3:59 */waypoints[111].origin = ( 144.314, -1096.1, 8.125 ); + /* 3:59 */waypoints[111].type = "stand"; + /* 3:59 */waypoints[111].children[0] = 0; + /* 3:59 */waypoints[111].children[1] = 2; + /* 3:59 */waypoints[111].children[2] = 110; + /* 3:59 */waypoints[111].children[3] = 112; + /* 3:59 */waypoints[112] = spawnstruct(); + /* 3:59 */waypoints[112].origin = ( 685.556, -1099.48, -111.875 ); + /* 3:59 */waypoints[112].type = "stand"; + /* 3:59 */waypoints[112].children[0] = 111; + /* 3:59 */waypoints[112].children[1] = 113; + /* 3:59 */waypoints[113] = spawnstruct(); + /* 3:59 */waypoints[113].origin = ( 685.414, -694.043, -191.875 ); + /* 3:59 */waypoints[113].type = "stand"; + /* 3:59 */waypoints[113].children[0] = 112; + /* 3:59 */waypoints[113].children[1] = 114; + /* 3:59 */waypoints[113].children[2] = 120; + /* 3:59 */waypoints[114] = spawnstruct(); + /* 3:59 */waypoints[114].origin = ( 685.298, -201.065, -191.875 ); + /* 3:59 */waypoints[114].type = "stand"; + /* 3:59 */waypoints[114].children[0] = 113; + /* 3:59 */waypoints[114].children[1] = 115; + /* 3:59 */waypoints[114].children[2] = 118; + /* 3:59 */waypoints[114].children[3] = 182; + /* 3:59 */waypoints[114].children[4] = 183; + /* 3:59 */waypoints[115] = spawnstruct(); + /* 3:59 */waypoints[115].origin = ( 675.81, 111.06, -191.875 ); + /* 3:59 */waypoints[115].type = "stand"; + /* 3:59 */waypoints[115].children[0] = 114; + /* 3:59 */waypoints[115].children[1] = 116; + /* 3:59 */waypoints[116] = spawnstruct(); + /* 3:59 */waypoints[116].origin = ( 680.165, 408.627, -191.875 ); + /* 3:59 */waypoints[116].type = "stand"; + /* 3:59 */waypoints[116].children[0] = 115; + /* 3:59 */waypoints[116].children[1] = 117; + /* 3:59 */waypoints[116].children[2] = 182; + /* 3:59 */waypoints[116].children[3] = 183; + /* 3:59 */waypoints[117] = spawnstruct(); + /* 3:59 */waypoints[117].origin = ( 842.149, 416.96, -191.875 ); + /* 3:59 */waypoints[117].type = "stand"; + /* 3:59 */waypoints[117].children[0] = 116; + /* 3:59 */waypoints[117].children[1] = 38; + /* 3:59 */waypoints[118] = spawnstruct(); + /* 3:59 */waypoints[118].origin = ( 905.613, -171.283, -191.875 ); + /* 3:59 */waypoints[118].type = "stand"; + /* 3:59 */waypoints[118].children[0] = 114; + /* 3:59 */waypoints[118].children[1] = 119; + /* 3:59 */waypoints[119] = spawnstruct(); + /* 3:59 */waypoints[119].origin = ( 895.838, -485.557, -191.875 ); + /* 3:59 */waypoints[119].type = "stand"; + /* 3:59 */waypoints[119].children[0] = 118; + /* 3:59 */waypoints[119].children[1] = 120; + /* 3:59 */waypoints[120] = spawnstruct(); + /* 3:59 */waypoints[120].origin = ( 874.882, -677.913, -191.875 ); + /* 3:59 */waypoints[120].type = "stand"; + /* 3:59 */waypoints[120].children[0] = 119; + /* 3:59 */waypoints[120].children[1] = 113; + /* 3:59 */waypoints[121] = spawnstruct(); + /* 3:59 */waypoints[121].origin = ( 213.04, -60.2162, -127.875 ); + /* 3:59 */waypoints[121].type = "stand"; + /* 3:59 */waypoints[121].children[0] = 40; + /* 3:59 */waypoints[121].children[1] = 122; + /* 3:59 */waypoints[121].children[2] = 217; + /* 3:59 */waypoints[121].children[3] = 230; + /* 3:59 */waypoints[122] = spawnstruct(); + /* 3:59 */waypoints[122].origin = ( -176.076, -61.0097, -127.875 ); + /* 3:59 */waypoints[122].type = "stand"; + /* 3:59 */waypoints[122].children[0] = 121; + /* 3:59 */waypoints[122].children[1] = 26; + /* 3:59 */waypoints[122].children[2] = 123; + /* 3:59 */waypoints[122].children[3] = 231; + /* 3:59 */waypoints[123] = spawnstruct(); + /* 3:59 */waypoints[123].origin = ( -397.109, 139.283, -127.875 ); + /* 3:59 */waypoints[123].type = "stand"; + /* 3:59 */waypoints[123].children[0] = 122; + /* 3:59 */waypoints[123].children[1] = 25; + /* 3:59 */waypoints[123].children[2] = 216; + /* 3:59 */waypoints[124] = spawnstruct(); + /* 3:59 */waypoints[124].origin = ( -319.175, 1132.88, -125.875 ); + /* 3:59 */waypoints[124].type = "stand"; + /* 3:59 */waypoints[124].children[0] = 19; + /* 3:59 */waypoints[124].children[1] = 125; + /* 3:59 */waypoints[124].children[2] = 248; + /* 3:59 */waypoints[125] = spawnstruct(); + /* 3:59 */waypoints[125].origin = ( -286.724, 1262.43, -147.875 ); + /* 3:59 */waypoints[125].type = "stand"; + /* 3:59 */waypoints[125].children[0] = 124; + /* 3:59 */waypoints[125].children[1] = 126; + /* 3:59 */waypoints[126] = spawnstruct(); + /* 3:59 */waypoints[126].origin = ( -269.768, 1925.86, -155.076 ); + /* 3:59 */waypoints[126].type = "climb"; + /* 3:59 */waypoints[126].children[0] = 125; + /* 3:59 */waypoints[126].children[1] = 127; + /* 3:59 */waypoints[126].angles = ( 0.362549, 91.6956, 0 ); + /* 3:59 */waypoints[127] = spawnstruct(); + /* 3:59 */waypoints[127].origin = ( -269.774, 1964.13, -127.875 ); + /* 3:59 */waypoints[127].type = "climb"; + /* 3:59 */waypoints[127].children[0] = 126; + /* 3:59 */waypoints[127].children[1] = 68; + /* 3:59 */waypoints[127].angles = ( 7.77832, -91.6443, 0 ); + /* 3:59 */waypoints[128] = spawnstruct(); + /* 3:59 */waypoints[128].origin = ( -88.0189, 1532.63, -255.875 ); + /* 3:59 */waypoints[128].type = "stand"; + /* 3:59 */waypoints[128].children[0] = 30; + /* 3:59 */waypoints[128].children[1] = 129; + /* 3:59 */waypoints[128].children[2] = 89; + /* 3:59 */waypoints[128].children[3] = 190; + /* 3:59 */waypoints[129] = spawnstruct(); + /* 3:59 */waypoints[129].origin = ( -107.515, 1867.61, -255.875 ); + /* 3:59 */waypoints[129].type = "stand"; + /* 3:59 */waypoints[129].children[0] = 128; + /* 3:59 */waypoints[129].children[1] = 130; + /* 3:59 */waypoints[130] = spawnstruct(); + /* 3:59 */waypoints[130].origin = ( -71.1283, 2265.17, -259.291 ); + /* 3:59 */waypoints[130].type = "stand"; + /* 3:59 */waypoints[130].children[0] = 129; + /* 3:59 */waypoints[130].children[1] = 131; + /* 3:59 */waypoints[130].children[2] = 80; + /* 3:59 */waypoints[131] = spawnstruct(); + /* 3:59 */waypoints[131].origin = ( -136.812, 2627.24, -273.372 ); + /* 3:59 */waypoints[131].type = "stand"; + /* 3:59 */waypoints[131].children[0] = 130; + /* 3:59 */waypoints[131].children[1] = 54; + /* 3:59 */waypoints[131].children[2] = 81; + /* 3:59 */waypoints[131].children[3] = 132; + /* 3:59 */waypoints[132] = spawnstruct(); + /* 3:59 */waypoints[132].origin = ( -390.035, 2414.53, -280.271 ); + /* 3:59 */waypoints[132].type = "stand"; + /* 3:59 */waypoints[132].children[0] = 131; + /* 3:59 */waypoints[132].children[1] = 133; + /* 3:59 */waypoints[132].children[2] = 54; + /* 3:59 */waypoints[133] = spawnstruct(); + /* 3:59 */waypoints[133].origin = ( -437.37, 1766.08, -290.946 ); + /* 3:59 */waypoints[133].type = "stand"; + /* 3:59 */waypoints[133].children[0] = 132; + /* 3:59 */waypoints[133].children[1] = 134; + /* 3:59 */waypoints[133].children[2] = 137; + /* 3:59 */waypoints[134] = spawnstruct(); + /* 3:59 */waypoints[134].origin = ( -465.504, 1343.84, -297.722 ); + /* 3:59 */waypoints[134].type = "stand"; + /* 3:59 */waypoints[134].children[0] = 133; + /* 3:59 */waypoints[134].children[1] = 135; + /* 3:59 */waypoints[134].children[2] = 136; + /* 3:59 */waypoints[134].children[3] = 138; + /* 3:59 */waypoints[135] = spawnstruct(); + /* 3:59 */waypoints[135].origin = ( -207.132, 1351.61, -311.875 ); + /* 3:59 */waypoints[135].type = "climb"; + /* 3:59 */waypoints[135].children[0] = 134; + /* 3:59 */waypoints[135].children[1] = 186; + /* 3:59 */waypoints[135].angles = ( -0.719604, -2.25403, 0 ); + /* 3:59 */waypoints[136] = spawnstruct(); + /* 3:59 */waypoints[136].origin = ( -591.055, 1268.15, -255.875 ); + /* 3:59 */waypoints[136].type = "stand"; + /* 3:59 */waypoints[136].children[0] = 134; + /* 3:59 */waypoints[136].children[1] = 177; + /* 3:59 */waypoints[137] = spawnstruct(); + /* 3:59 */waypoints[137].origin = ( -685.234, 1668.34, -255.875 ); + /* 3:59 */waypoints[137].type = "stand"; + /* 3:59 */waypoints[137].children[0] = 133; + /* 3:59 */waypoints[137].children[1] = 65; + /* 3:59 */waypoints[137].children[2] = 138; + /* 3:59 */waypoints[138] = spawnstruct(); + /* 3:59 */waypoints[138].origin = ( -680.227, 1429.96, -255.875 ); + /* 3:59 */waypoints[138].type = "stand"; + /* 3:59 */waypoints[138].children[0] = 137; + /* 3:59 */waypoints[138].children[1] = 64; + /* 3:59 */waypoints[138].children[2] = 134; + /* 3:59 */waypoints[138].children[3] = 200; + /* 3:59 */waypoints[139] = spawnstruct(); + /* 3:59 */waypoints[139].origin = ( 43.4118, 2366.95, -127.875 ); + /* 3:59 */waypoints[139].type = "stand"; + /* 3:59 */waypoints[139].children[0] = 69; + /* 3:59 */waypoints[139].children[1] = 140; + /* 3:59 */waypoints[139].children[2] = 196; + /* 3:59 */waypoints[140] = spawnstruct(); + /* 3:59 */waypoints[140].origin = ( 5.37675, 2714.43, -127.875 ); + /* 3:59 */waypoints[140].type = "stand"; + /* 3:59 */waypoints[140].children[0] = 139; + /* 3:59 */waypoints[140].children[1] = 52; + /* 3:59 */waypoints[141] = spawnstruct(); + /* 3:59 */waypoints[141].origin = ( 350.665, 1964.13, -127.875 ); + /* 3:59 */waypoints[141].type = "climb"; + /* 3:59 */waypoints[141].children[0] = 70; + /* 3:59 */waypoints[141].children[1] = 142; + /* 3:59 */waypoints[141].angles = ( 3.42773, -89.3536, 0 ); + /* 3:59 */waypoints[142] = spawnstruct(); + /* 3:59 */waypoints[142].origin = ( 348.531, 1925.88, -147.875 ); + /* 3:59 */waypoints[142].type = "climb"; + /* 3:59 */waypoints[142].children[0] = 141; + /* 3:59 */waypoints[142].children[1] = 143; + /* 3:59 */waypoints[142].angles = ( 2.18628, 90.8112, 0 ); + /* 3:59 */waypoints[143] = spawnstruct(); + /* 3:59 */waypoints[143].origin = ( 362.663, 1428.84, -147.875 ); + /* 3:59 */waypoints[143].type = "stand"; + /* 3:59 */waypoints[143].children[0] = 142; + /* 3:59 */waypoints[143].children[1] = 144; + /* 3:59 */waypoints[143].children[2] = 195; + /* 3:59 */waypoints[144] = spawnstruct(); + /* 3:59 */waypoints[144].origin = ( 374.614, 1164.13, -127.875 ); + /* 3:59 */waypoints[144].type = "stand"; + /* 3:59 */waypoints[144].children[0] = 143; + /* 3:59 */waypoints[144].children[1] = 41; + /* 3:59 */waypoints[145] = spawnstruct(); + /* 3:59 */waypoints[145].origin = ( -47.1279, -21.0407, 8.125 ); + /* 3:59 */waypoints[145].type = "stand"; + /* 3:59 */waypoints[145].children[0] = 16; + /* 3:59 */waypoints[145].children[1] = 238; + /* 3:59 */waypoints[146] = spawnstruct(); + /* 3:59 */waypoints[146].origin = ( 104.07, -4.30361, 8.125 ); + /* 3:59 */waypoints[146].type = "stand"; + /* 3:59 */waypoints[146].children[0] = 16; + /* 3:59 */waypoints[146].children[1] = 237; + /* 3:59 */waypoints[147] = spawnstruct(); + /* 3:59 */waypoints[147].origin = ( 209.776, -265.455, 8.125 ); + /* 3:59 */waypoints[147].type = "stand"; + /* 3:59 */waypoints[147].children[0] = 16; + /* 3:59 */waypoints[147].children[1] = 106; + /* 3:59 */waypoints[147].children[2] = 148; + /* 3:59 */waypoints[147].children[3] = 194; + /* 3:59 */waypoints[148] = spawnstruct(); + /* 3:59 */waypoints[148].origin = ( 433.613, -457.763, 8.125 ); + /* 3:59 */waypoints[148].type = "stand"; + /* 3:59 */waypoints[148].children[0] = 106; + /* 3:59 */waypoints[148].children[1] = 149; + /* 3:59 */waypoints[148].children[2] = 147; + /* 3:59 */waypoints[148].children[3] = 107; + /* 3:59 */waypoints[148].children[4] = 207; + /* 3:59 */waypoints[149] = spawnstruct(); + /* 3:59 */waypoints[149].origin = ( 48.4156, -782.755, 0.124998 ); + /* 3:59 */waypoints[149].type = "stand"; + /* 3:59 */waypoints[149].children[0] = 148; + /* 3:59 */waypoints[149].children[1] = 110; + /* 3:59 */waypoints[149].children[2] = 16; + /* 3:59 */waypoints[149].children[3] = 3; + /* 3:59 */waypoints[149].children[4] = 187; + /* 3:59 */waypoints[149].children[5] = 192; + /* 3:59 */waypoints[150] = spawnstruct(); + /* 3:59 */waypoints[150].origin = ( -820.317, 285.142, -55.875 ); + /* 3:59 */waypoints[150].type = "stand"; + /* 3:59 */waypoints[150].children[0] = 13; + /* 3:59 */waypoints[150].children[1] = 151; + /* 3:59 */waypoints[151] = spawnstruct(); + /* 3:59 */waypoints[151].origin = ( -822.593, 455.637, -55.875 ); + /* 3:59 */waypoints[151].type = "stand"; + /* 3:59 */waypoints[151].children[0] = 150; + /* 3:59 */waypoints[151].children[1] = 152; + /* 3:59 */waypoints[151].children[2] = 157; + /* 3:59 */waypoints[151].children[3] = 9; + /* 3:59 */waypoints[152] = spawnstruct(); + /* 3:59 */waypoints[152].origin = ( -961.084, 547.966, -55.875 ); + /* 3:59 */waypoints[152].type = "stand"; + /* 3:59 */waypoints[152].children[0] = 151; + /* 3:59 */waypoints[152].children[1] = 153; + /* 3:59 */waypoints[153] = spawnstruct(); + /* 3:59 */waypoints[153].origin = ( -961.507, 1006.33, -215.875 ); + /* 3:59 */waypoints[153].type = "stand"; + /* 3:59 */waypoints[153].children[0] = 152; + /* 3:59 */waypoints[153].children[1] = 154; + /* 3:59 */waypoints[154] = spawnstruct(); + /* 3:59 */waypoints[154].origin = ( -1275.13, 1025.86, -215.875 ); + /* 3:59 */waypoints[154].type = "stand"; + /* 3:59 */waypoints[154].children[0] = 153; + /* 3:59 */waypoints[154].children[1] = 62; + /* 3:59 */waypoints[154].children[2] = 156; + /* 3:59 */waypoints[155] = spawnstruct(); + /* 3:59 */waypoints[155].origin = ( -1127.62, 760.572, -215.875 ); + /* 3:59 */waypoints[155].type = "stand"; + /* 3:59 */waypoints[155].children[0] = 12; + /* 3:59 */waypoints[155].children[1] = 156; + /* 3:59 */waypoints[156] = spawnstruct(); + /* 3:59 */waypoints[156].origin = ( -1129.98, 989.093, -215.875 ); + /* 3:59 */waypoints[156].type = "stand"; + /* 3:59 */waypoints[156].children[0] = 155; + /* 3:59 */waypoints[156].children[1] = 154; + /* 3:59 */waypoints[157] = spawnstruct(); + /* 3:59 */waypoints[157].origin = ( -659.442, 423.89, -55.875 ); + /* 3:59 */waypoints[157].type = "stand"; + /* 3:59 */waypoints[157].children[0] = 151; + /* 3:59 */waypoints[157].children[1] = 13; + /* 3:59 */waypoints[158] = spawnstruct(); + /* 3:59 */waypoints[158].origin = ( -1791.59, 1342.86, -215.875 ); + /* 3:59 */waypoints[158].type = "stand"; + /* 3:59 */waypoints[158].children[0] = 159; + /* 3:59 */waypoints[158].children[1] = 239; + /* 3:59 */waypoints[158].children[2] = 240; + /* 3:59 */waypoints[159] = spawnstruct(); + /* 3:59 */waypoints[159].origin = ( -1788.66, 1613.76, -215.875 ); + /* 3:59 */waypoints[159].type = "stand"; + /* 3:59 */waypoints[159].children[0] = 158; + /* 3:59 */waypoints[159].children[1] = 160; + /* 3:59 */waypoints[160] = spawnstruct(); + /* 3:59 */waypoints[160].origin = ( -1543.64, 1738.08, -255.875 ); + /* 3:59 */waypoints[160].type = "stand"; + /* 3:59 */waypoints[160].children[0] = 159; + /* 3:59 */waypoints[160].children[1] = 161; + /* 3:59 */waypoints[161] = spawnstruct(); + /* 3:59 */waypoints[161].origin = ( -1334.42, 1904.04, -255.875 ); + /* 3:59 */waypoints[161].type = "stand"; + /* 3:59 */waypoints[161].children[0] = 160; + /* 3:59 */waypoints[161].children[1] = 60; + /* 3:59 */waypoints[162] = spawnstruct(); + /* 3:59 */waypoints[162].origin = ( -562.811, 3289.41, -127.875 ); + /* 3:59 */waypoints[162].type = "stand"; + /* 3:59 */waypoints[162].children[0] = 53; + /* 3:59 */waypoints[162].children[1] = 55; + /* 3:59 */waypoints[163] = spawnstruct(); + /* 3:59 */waypoints[163].origin = ( -580.93, 2840, -127.875 ); + /* 3:59 */waypoints[163].type = "stand"; + /* 3:59 */waypoints[163].children[0] = 56; + /* 3:59 */waypoints[163].children[1] = 54; + /* 3:59 */waypoints[164] = spawnstruct(); + /* 3:59 */waypoints[164].origin = ( 1099.66, 7.31885, 8.125 ); + /* 3:59 */waypoints[164].type = "stand"; + /* 3:59 */waypoints[164].children[0] = 104; + /* 3:59 */waypoints[164].children[1] = 165; + /* 3:59 */waypoints[164].children[2] = 103; + /* 3:59 */waypoints[165] = spawnstruct(); + /* 3:59 */waypoints[165].origin = ( 1087.25, -286.37, 8.125 ); + /* 3:59 */waypoints[165].type = "stand"; + /* 3:59 */waypoints[165].children[0] = 164; + /* 3:59 */waypoints[165].children[1] = 166; + /* 3:59 */waypoints[166] = spawnstruct(); + /* 3:59 */waypoints[166].origin = ( 867.443, -520.786, 0.125001 ); + /* 3:59 */waypoints[166].type = "stand"; + /* 3:59 */waypoints[166].children[0] = 165; + /* 3:59 */waypoints[166].children[1] = 107; + /* 3:59 */waypoints[167] = spawnstruct(); + /* 3:59 */waypoints[167].origin = ( 183.231, 1894.98, -255.875 ); + /* 3:59 */waypoints[167].type = "stand"; + /* 3:59 */waypoints[167].children[0] = 88; + /* 3:59 */waypoints[167].children[1] = 89; + /* 3:59 */waypoints[167].children[2] = 168; + /* 3:59 */waypoints[167].children[3] = 189; + /* 3:59 */waypoints[168] = spawnstruct(); + /* 3:59 */waypoints[168].origin = ( 339.586, 1897.05, -255.875 ); + /* 3:59 */waypoints[168].type = "stand"; + /* 3:59 */waypoints[168].children[0] = 167; + /* 3:59 */waypoints[168].children[1] = 169; + /* 3:59 */waypoints[168].children[2] = 176; + /* 3:59 */waypoints[169] = spawnstruct(); + /* 3:59 */waypoints[169].origin = ( 344.506, 1648.28, -255.875 ); + /* 3:59 */waypoints[169].type = "stand"; + /* 3:59 */waypoints[169].children[0] = 168; + /* 3:59 */waypoints[169].children[1] = 89; + /* 3:59 */waypoints[169].children[2] = 92; + /* 3:59 */waypoints[169].children[3] = 170; + /* 3:59 */waypoints[170] = spawnstruct(); + /* 3:59 */waypoints[170].origin = ( 341.877, 1393.2, -255.875 ); + /* 3:59 */waypoints[170].type = "stand"; + /* 3:59 */waypoints[170].children[0] = 169; + /* 3:59 */waypoints[170].children[1] = 171; + /* 3:59 */waypoints[170].children[2] = 91; + /* 3:59 */waypoints[171] = spawnstruct(); + /* 3:59 */waypoints[171].origin = ( 498.495, 1395.51, -255.875 ); + /* 3:59 */waypoints[171].type = "stand"; + /* 3:59 */waypoints[171].children[0] = 75; + /* 3:59 */waypoints[171].children[1] = 170; + /* 3:59 */waypoints[171].children[2] = 173; + /* 3:59 */waypoints[172] = spawnstruct(); + /* 3:59 */waypoints[172].origin = ( 140.756, 1398.91, -255.875 ); + /* 3:59 */waypoints[172].type = "stand"; + /* 3:59 */waypoints[172].children[0] = 89; + /* 3:59 */waypoints[172].children[1] = 90; + /* 3:59 */waypoints[172].children[2] = 91; + /* 3:59 */waypoints[173] = spawnstruct(); + /* 3:59 */waypoints[173].origin = ( 494.799, 1643.41, -255.875 ); + /* 3:59 */waypoints[173].type = "stand"; + /* 3:59 */waypoints[173].children[0] = 92; + /* 3:59 */waypoints[173].children[1] = 76; + /* 3:59 */waypoints[173].children[2] = 171; + /* 3:59 */waypoints[174] = spawnstruct(); + /* 3:59 */waypoints[174].origin = ( 496.508, 1890.52, -319.875 ); + /* 3:59 */waypoints[174].type = "stand"; + /* 3:59 */waypoints[174].children[0] = 78; + /* 3:59 */waypoints[174].children[1] = 175; + /* 3:59 */waypoints[174].children[2] = 176; + /* 3:59 */waypoints[175] = spawnstruct(); + /* 3:59 */waypoints[175].origin = ( 336.943, 2195.45, -319.852 ); + /* 3:59 */waypoints[175].type = "stand"; + /* 3:59 */waypoints[175].children[0] = 174; + /* 3:59 */waypoints[175].children[1] = 79; + /* 3:59 */waypoints[176] = spawnstruct(); + /* 3:59 */waypoints[176].origin = ( 401.569, 1895.37, -255.875 ); + /* 3:59 */waypoints[176].type = "climb"; + /* 3:59 */waypoints[176].children[0] = 168; + /* 3:59 */waypoints[176].children[1] = 174; + /* 3:59 */waypoints[176].angles = ( 38.3148, 2.34843, 0 ); + /* 3:59 */waypoints[177] = spawnstruct(); + /* 3:59 */waypoints[177].origin = ( -699.095, 1249.03, -255.875 ); + /* 3:59 */waypoints[177].type = "stand"; + /* 3:59 */waypoints[177].children[0] = 136; + /* 3:59 */waypoints[177].children[1] = 178; + /* 3:59 */waypoints[177].children[2] = 22; + /* 3:59 */waypoints[178] = spawnstruct(); + /* 3:59 */waypoints[178].origin = ( -854.428, 1254.25, -255.875 ); + /* 3:59 */waypoints[178].type = "stand"; + /* 3:59 */waypoints[178].children[0] = 177; + /* 3:59 */waypoints[178].children[1] = 64; + /* 3:59 */waypoints[178].children[2] = 23; + /* 3:59 */waypoints[179] = spawnstruct(); + /* 3:59 */waypoints[179].origin = ( 1256.47, 1473.01, -119.875 ); + /* 3:59 */waypoints[179].type = "stand"; + /* 3:59 */waypoints[179].children[0] = 97; + /* 3:59 */waypoints[179].children[1] = 96; + /* 3:59 */waypoints[179].children[2] = 180; + /* 3:59 */waypoints[180] = spawnstruct(); + /* 3:59 */waypoints[180].origin = ( 1121.17, 1592.88, -119.875 ); + /* 3:59 */waypoints[180].type = "climb"; + /* 3:59 */waypoints[180].children[0] = 179; + /* 3:59 */waypoints[180].children[1] = 181; + /* 3:59 */waypoints[180].angles = ( 2.26868, 92.2331, 0 ); + /* 3:59 */waypoints[181] = spawnstruct(); + /* 3:59 */waypoints[181].origin = ( 1121.16, 1631.13, -119.875 ); + /* 3:59 */waypoints[181].type = "climb"; + /* 3:59 */waypoints[181].children[0] = 180; + /* 3:59 */waypoints[181].children[1] = 47; + /* 3:59 */waypoints[181].angles = ( 6.58081, -90.2883, 0 ); + /* 3:59 */waypoints[182] = spawnstruct(); + /* 3:59 */waypoints[182].origin = ( 620.125, 105.221, -191.875 ); + /* 3:59 */waypoints[182].type = "stand"; + /* 3:59 */waypoints[182].children[0] = 116; + /* 3:59 */waypoints[182].children[1] = 114; + /* 3:59 */waypoints[183] = spawnstruct(); + /* 3:59 */waypoints[183].origin = ( 735.19, 98.9979, -191.875 ); + /* 3:59 */waypoints[183].type = "stand"; + /* 3:59 */waypoints[183].children[0] = 114; + /* 3:59 */waypoints[183].children[1] = 116; + /* 3:59 */waypoints[184] = spawnstruct(); + /* 3:59 */waypoints[184].origin = ( 1319.89, 358.968, -55.875 ); + /* 3:59 */waypoints[184].type = "stand"; + /* 3:59 */waypoints[184].children[0] = 102; + /* 3:59 */waypoints[184].children[1] = 103; + /* 3:59 */waypoints[184].children[2] = 185; + /* 3:59 */waypoints[184].children[3] = 206; + /* 3:59 */waypoints[185] = spawnstruct(); + /* 3:59 */waypoints[185].origin = ( 1304.3, 488.875, -55.875 ); + /* 3:59 */waypoints[185].type = "crouch"; + /* 3:59 */waypoints[185].children[0] = 184; + /* 3:59 */waypoints[185].angles = ( 6.56982, 79.7142, 0 ); + /* 3:59 */waypoints[186] = spawnstruct(); + /* 3:59 */waypoints[186].origin = ( -164.182, 1351.22, -255.875 ); + /* 3:59 */waypoints[186].type = "stand"; + /* 3:59 */waypoints[186].children[0] = 135; + /* 3:59 */waypoints[186].children[1] = 30; + /* 3:59 */waypoints[187] = spawnstruct(); + /* 3:59 */waypoints[187].origin = ( 279.302, -942.547, 8.125 ); + /* 3:59 */waypoints[187].type = "stand"; + /* 3:59 */waypoints[187].children[0] = 110; + /* 3:59 */waypoints[187].children[1] = 109; + /* 3:59 */waypoints[187].children[2] = 149; + /* 3:59 */waypoints[188] = spawnstruct(); + /* 3:59 */waypoints[188].origin = ( 905.506, 1591.84, -255.875 ); + /* 3:59 */waypoints[188].type = "stand"; + /* 3:59 */waypoints[188].children[0] = 76; + /* 3:59 */waypoints[188].children[1] = 74; + /* 3:59 */waypoints[188].children[2] = 73; + /* 3:59 */waypoints[189] = spawnstruct(); + /* 3:59 */waypoints[189].origin = ( 197.114, 1868.46, -255.875 ); + /* 3:59 */waypoints[189].type = "grenade"; + /* 3:59 */waypoints[189].children[0] = 167; + /* 3:59 */waypoints[189].angles = ( -20.1379, -75.0964, 0 ); + /* 3:59 */waypoints[190] = spawnstruct(); + /* 3:59 */waypoints[190].origin = ( -113.779, 1503.71, -255.875 ); + /* 3:59 */waypoints[190].type = "grenade"; + /* 3:59 */waypoints[190].children[0] = 128; + /* 3:59 */waypoints[190].angles = ( -24.9225, -120.926, 0.55481 ); + /* 3:59 */waypoints[191] = spawnstruct(); + /* 3:59 */waypoints[191].origin = ( -194.731, 350.333, -127.875 ); + /* 3:59 */waypoints[191].type = "grenade"; + /* 3:59 */waypoints[191].children[0] = 26; + /* 3:59 */waypoints[191].angles = ( -22.7472, -83.2702, 0.236206 ); + /* 3:59 */waypoints[192] = spawnstruct(); + /* 3:59 */waypoints[192].origin = ( 10.0975, -741.368, 0.124997 ); + /* 3:59 */waypoints[192].type = "grenade"; + /* 3:59 */waypoints[192].children[0] = 149; + /* 3:59 */waypoints[192].angles = ( -18.5175, 143.504, 0.258179 ); + /* 3:59 */waypoints[193] = spawnstruct(); + /* 3:59 */waypoints[193].origin = ( -162.187, -220.462, 8.125 ); + /* 3:59 */waypoints[193].type = "grenade"; + /* 3:59 */waypoints[193].children[0] = 15; + /* 3:59 */waypoints[193].angles = ( -3.9386, 95.2851, 0.411987 ); + /* 3:59 */waypoints[194] = spawnstruct(); + /* 3:59 */waypoints[194].origin = ( 227.818, -242.052, 8.125 ); + /* 3:59 */waypoints[194].type = "grenade"; + /* 3:59 */waypoints[194].children[0] = 147; + /* 3:59 */waypoints[194].angles = ( -0.499878, 78.1355, 0.296631 ); + /* 3:59 */waypoints[195] = spawnstruct(); + /* 3:59 */waypoints[195].origin = ( 376.291, 1444.63, -154.889 ); + /* 3:59 */waypoints[195].type = "grenade"; + /* 3:59 */waypoints[195].children[0] = 143; + /* 3:59 */waypoints[195].angles = ( -15.7928, 27.2578, 0.362549 ); + /* 3:59 */waypoints[196] = spawnstruct(); + /* 3:59 */waypoints[196].origin = ( 69.9415, 2362.24, -127.875 ); + /* 3:59 */waypoints[196].type = "grenade"; + /* 3:59 */waypoints[196].children[0] = 139; + /* 3:59 */waypoints[196].angles = ( -11.4368, -8.3709, 0.296631 ); + /* 3:59 */waypoints[197] = spawnstruct(); + /* 3:59 */waypoints[197].origin = ( -1353.01, 1095.69, -255.875 ); + /* 3:59 */waypoints[197].type = "grenade"; + /* 3:59 */waypoints[197].children[0] = 62; + /* 3:59 */waypoints[197].angles = ( -31.5912, -72.4102, 0.510864 ); + /* 3:59 */waypoints[198] = spawnstruct(); + /* 3:59 */waypoints[198].origin = ( -1129.34, 47.0582, -12.1941 ); + /* 3:59 */waypoints[198].type = "grenade"; + /* 3:59 */waypoints[198].children[0] = 6; + /* 3:59 */waypoints[198].angles = ( -9.55261, 100.081, 0.186768 ); + /* 3:59 */waypoints[199] = spawnstruct(); + /* 3:59 */waypoints[199].origin = ( -604.125, 232.79, -55.875 ); + /* 3:59 */waypoints[199].type = "claymore"; + /* 3:59 */waypoints[199].children[0] = 13; + /* 3:59 */waypoints[199].angles = ( 6.66321, -169.09, 0 ); + /* 3:59 */waypoints[200] = spawnstruct(); + /* 3:59 */waypoints[200].origin = ( -641.011, 1474.18, -255.875 ); + /* 3:59 */waypoints[200].type = "grenade"; + /* 3:59 */waypoints[200].children[0] = 138; + /* 3:59 */waypoints[200].angles = ( -9.67346, 69.3903, 0.126343 ); + /* 3:59 */waypoints[201] = spawnstruct(); + /* 3:59 */waypoints[201].origin = ( -758.53, 669.802, -191.875 ); + /* 3:59 */waypoints[201].type = "claymore"; + /* 3:59 */waypoints[201].children[0] = 24; + /* 3:59 */waypoints[201].angles = ( -0.582275, -1.34514, 0 ); + /* 3:59 */waypoints[202] = spawnstruct(); + /* 3:59 */waypoints[202].origin = ( -138.229, 304.907, -127.875 ); + /* 3:59 */waypoints[202].type = "claymore"; + /* 3:59 */waypoints[202].children[0] = 26; + /* 3:59 */waypoints[202].angles = ( 8.1134, -21.6314, 0 ); + /* 3:59 */waypoints[203] = spawnstruct(); + /* 3:59 */waypoints[203].origin = ( 777.321, 631.51, -191.875 ); + /* 3:59 */waypoints[203].type = "claymore"; + /* 3:59 */waypoints[203].children[0] = 38; + /* 3:59 */waypoints[203].angles = ( 7.53113, -61.4349, 0 ); + /* 3:59 */waypoints[204] = spawnstruct(); + /* 3:59 */waypoints[204].origin = ( 1389.58, 831.117, -121.875 ); + /* 3:59 */waypoints[204].type = "grenade"; + /* 3:59 */waypoints[204].children[0] = 43; + /* 3:59 */waypoints[204].angles = ( -9.14063, 86.8037, 0 ); + /* 3:59 */waypoints[205] = spawnstruct(); + /* 3:59 */waypoints[205].origin = ( 1412.39, 1683.11, -119.875 ); + /* 3:59 */waypoints[205].type = "grenade"; + /* 3:59 */waypoints[205].children[0] = 46; + /* 3:59 */waypoints[205].angles = ( -10.5963, -90.6365, 0.214233 ); + /* 3:59 */waypoints[206] = spawnstruct(); + /* 3:59 */waypoints[206].origin = ( 1322.81, 405.596, -55.875 ); + /* 3:59 */waypoints[206].type = "grenade"; + /* 3:59 */waypoints[206].children[0] = 184; + /* 3:59 */waypoints[206].angles = ( -5.52612, 81.9587, -0.170288 ); + /* 3:59 */waypoints[207] = spawnstruct(); + /* 3:59 */waypoints[207].origin = ( 375.656, -486.689, 8.125 ); + /* 3:59 */waypoints[207].type = "claymore"; + /* 3:59 */waypoints[207].children[0] = 148; + /* 3:59 */waypoints[207].angles = ( 3.62, 178.644, 0 ); + /* 3:59 */waypoints[208] = spawnstruct(); + /* 3:59 */waypoints[208].origin = ( -1056.08, 33.04, -2.84865 ); + /* 3:59 */waypoints[208].type = "claymore"; + /* 3:59 */waypoints[208].children[0] = 6; + /* 3:59 */waypoints[208].angles = ( 11.8817, 115.039, 0 ); + /* 3:59 */waypoints[209] = spawnstruct(); + /* 3:59 */waypoints[209].origin = ( -429.851, 2876.84, -137.346 ); + /* 3:59 */waypoints[209].type = "grenade"; + /* 3:59 */waypoints[209].children[0] = 54; + /* 3:59 */waypoints[209].angles = ( -2.58728, -88.8128, 0 ); + /* 3:59 */waypoints[210] = spawnstruct(); + /* 3:59 */waypoints[210].origin = ( 2.72362, 2979.67, -127.875 ); + /* 3:59 */waypoints[210].type = "claymore"; + /* 3:59 */waypoints[210].children[0] = 52; + /* 3:59 */waypoints[210].angles = ( 4.34509, -86.7858, 0 ); + /* 3:59 */waypoints[211] = spawnstruct(); + /* 3:59 */waypoints[211].origin = ( 845.134, 2121.13, -102.875 ); + /* 3:59 */waypoints[211].type = "crouch"; + /* 3:59 */waypoints[211].children[0] = 50; + /* 3:59 */waypoints[211].angles = ( 9.27246, -92.8722, 0 ); + /* 3:59 */waypoints[212] = spawnstruct(); + /* 3:59 */waypoints[212].origin = ( 1015.13, 1796.73, -119.875 ); + /* 3:59 */waypoints[212].type = "crouch"; + /* 3:59 */waypoints[212].children[0] = 47; + /* 3:59 */waypoints[212].angles = ( 4.77905, -172.853, 0 ); + /* 3:59 */waypoints[213] = spawnstruct(); + /* 3:59 */waypoints[213].origin = ( 1015.13, 1807.44, -119.875 ); + /* 3:59 */waypoints[213].type = "grenade"; + /* 3:59 */waypoints[213].children[0] = 47; + /* 3:59 */waypoints[213].angles = ( 16.6827, -140.789, 0 ); + /* 3:59 */waypoints[214] = spawnstruct(); + /* 3:59 */waypoints[214].origin = ( 1440.83, 1258.68, -119.875 ); + /* 3:59 */waypoints[214].type = "grenade"; + /* 3:59 */waypoints[214].children[0] = 45; + /* 3:59 */waypoints[214].angles = ( -13.8208, -102.793, 0.230713 ); + /* 3:59 */waypoints[215] = spawnstruct(); + /* 3:59 */waypoints[215].origin = ( 28.5865, -308.235, 8.125 ); + /* 3:59 */waypoints[215].type = "grenade"; + /* 3:59 */waypoints[215].children[0] = 16; + /* 3:59 */waypoints[215].angles = ( -2.54333, 93.4064, 0 ); + /* 3:59 */waypoints[216] = spawnstruct(); + /* 3:59 */waypoints[216].origin = ( -422.875, -0.0324339, -127.875 ); + /* 3:59 */waypoints[216].type = "crouch"; + /* 3:59 */waypoints[216].children[0] = 123; + /* 3:59 */waypoints[216].angles = ( 2.02698, 79.6406, 0 ); + /* 3:59 */waypoints[217] = spawnstruct(); + /* 3:59 */waypoints[217].origin = ( 417.821, 127.209, -127.875 ); + /* 3:59 */waypoints[217].type = "crouch"; + /* 3:59 */waypoints[217].children[0] = 121; + /* 3:59 */waypoints[217].angles = ( 0.576782, 92.0002, 0 ); + /* 3:59 */waypoints[218] = spawnstruct(); + /* 3:59 */waypoints[218].origin = ( 1077.54, 333.822, -55.875 ); + /* 3:59 */waypoints[218].type = "claymore"; + /* 3:59 */waypoints[218].children[0] = 103; + /* 3:59 */waypoints[218].angles = ( -3.2135, -13.7274, 0 ); + /* 3:59 */waypoints[219] = spawnstruct(); + /* 3:59 */waypoints[219].origin = ( 863.835, 61.25, 8.125 ); + /* 3:59 */waypoints[219].type = "claymore"; + /* 3:59 */waypoints[219].children[0] = 104; + /* 3:59 */waypoints[219].angles = ( 9.82178, -3.15308, 0 ); + /* 3:59 */waypoints[220] = spawnstruct(); + /* 3:59 */waypoints[220].origin = ( -1418.41, 795.709, -215.875 ); + /* 3:59 */waypoints[220].type = "claymore"; + /* 3:59 */waypoints[220].children[0] = 12; + /* 3:59 */waypoints[220].angles = ( -0.752563, 70.5597, 0 ); + /* 3:59 */waypoints[221] = spawnstruct(); + /* 3:59 */waypoints[221].origin = ( -1320.68, 1472.13, -255.875 ); + /* 3:59 */waypoints[221].type = "claymore"; + /* 3:59 */waypoints[221].children[0] = 61; + /* 3:59 */waypoints[221].angles = ( 11.9971, 113.736, 0 ); + /* 3:59 */waypoints[222] = spawnstruct(); + /* 3:59 */waypoints[222].origin = ( 675.582, 2686.02, -103.875 ); + /* 3:59 */waypoints[222].type = "stand"; + /* 3:59 */waypoints[222].children[0] = 51; + /* 3:59 */waypoints[222].children[1] = 50; + /* 3:59 */waypoints[222].children[2] = 244; + /* 3:59 */waypoints[223] = spawnstruct(); + /* 3:59 */waypoints[223].origin = ( 500.861, 2914.31, -148.875 ); + /* 3:59 */waypoints[223].type = "stand"; + /* 3:59 */waypoints[223].children[0] = 82; + /* 3:59 */waypoints[223].children[1] = 224; + /* 3:59 */waypoints[223].children[2] = 226; + /* 3:59 */waypoints[224] = spawnstruct(); + /* 3:59 */waypoints[224].origin = ( 500.807, 2963.88, -148.875 ); + /* 3:59 */waypoints[224].type = "climb"; + /* 3:59 */waypoints[224].children[0] = 223; + /* 3:59 */waypoints[224].children[1] = 225; + /* 3:59 */waypoints[224].angles = ( 3.81226, 90.8789, 0 ); + /* 3:59 */waypoints[225] = spawnstruct(); + /* 3:59 */waypoints[225].origin = ( 495.307, 3003.12, -127.875 ); + /* 3:59 */waypoints[225].type = "climb"; + /* 3:59 */waypoints[225].children[0] = 224; + /* 3:59 */waypoints[225].children[1] = 51; + /* 3:59 */waypoints[225].angles = ( 3.41125, -89.8627, 0 ); + /* 3:59 */waypoints[226] = spawnstruct(); + /* 3:59 */waypoints[226].origin = ( 487.461, 2662.72, -148.875 ); + /* 3:59 */waypoints[226].type = "stand"; + /* 3:59 */waypoints[226].children[0] = 223; + /* 3:59 */waypoints[226].children[1] = 227; + /* 3:59 */waypoints[227] = spawnstruct(); + /* 3:59 */waypoints[227].origin = ( 560.875, 2662.75, -155.875 ); + /* 3:59 */waypoints[227].type = "climb"; + /* 3:59 */waypoints[227].children[0] = 226; + /* 3:59 */waypoints[227].children[1] = 244; + /* 3:59 */waypoints[227].angles = ( 1.80725, 0.681152, 0 ); + /* 3:59 */waypoints[228] = spawnstruct(); + /* 3:59 */waypoints[228].origin = ( 835.906, 2137.3, -103.875 ); + /* 3:59 */waypoints[228].type = "grenade"; + /* 3:59 */waypoints[228].children[0] = 50; + /* 3:59 */waypoints[228].angles = ( -2.85095, -110.544, 0.384521 ); + /* 3:59 */waypoints[229] = spawnstruct(); + /* 3:59 */waypoints[229].origin = ( 1022.88, 783.353, -119.907 ); + /* 3:59 */waypoints[229].type = "claymore"; + /* 3:59 */waypoints[229].children[0] = 42; + /* 3:59 */waypoints[229].angles = ( 3.54309, 20.0555, 0 ); + /* 3:59 */waypoints[230] = spawnstruct(); + /* 3:59 */waypoints[230].origin = ( 179.069, -154.526, -127.875 ); + /* 3:59 */waypoints[230].type = "crouch"; + /* 3:59 */waypoints[230].children[0] = 121; + /* 3:59 */waypoints[230].angles = ( 0.791016, 72.746, 0 ); + /* 3:59 */waypoints[231] = spawnstruct(); + /* 3:59 */waypoints[231].origin = ( -111.125, -164.406, -127.875 ); + /* 3:59 */waypoints[231].type = "crouch"; + /* 3:59 */waypoints[231].children[0] = 122; + /* 3:59 */waypoints[231].angles = ( 3.69141, 113.747, 0 ); + /* 3:59 */waypoints[232] = spawnstruct(); + /* 3:59 */waypoints[232].origin = ( 244.296, 968.835, -154.712 ); + /* 3:59 */waypoints[232].type = "grenade"; + /* 3:59 */waypoints[232].children[0] = 32; + /* 3:59 */waypoints[232].angles = ( -15.1556, -105.897, 0 ); + /* 3:59 */waypoints[233] = spawnstruct(); + /* 3:59 */waypoints[233].origin = ( -173.259, 995.799, -159.875 ); + /* 3:59 */waypoints[233].type = "grenade"; + /* 3:59 */waypoints[233].children[0] = 28; + /* 3:59 */waypoints[233].angles = ( -13.5242, -78.7775, 0.065918 ); + /* 3:59 */waypoints[234] = spawnstruct(); + /* 3:59 */waypoints[234].origin = ( -244.417, 3026.74, -127.875 ); + /* 3:59 */waypoints[234].type = "javelin"; + /* 3:59 */waypoints[234].children[0] = 53; + /* 3:59 */waypoints[234].jav_point = ( -53.1735, 1582.03, -255.875 ); + /* 3:59 */waypoints[235] = spawnstruct(); + /* 3:59 */waypoints[235].origin = ( -1454.01, 1554.11, -255.875 ); + /* 3:59 */waypoints[235].type = "javelin"; + /* 3:59 */waypoints[235].children[0] = 61; + /* 3:59 */waypoints[235].jav_point = ( -1136.01, -113.679, 18.8072 ); + /* 3:59 */waypoints[236] = spawnstruct(); + /* 3:59 */waypoints[236].origin = ( -1309.92, 354.697, -55.875 ); + /* 3:59 */waypoints[236].type = "javelin"; + /* 3:59 */waypoints[236].children[0] = 8; + /* 3:59 */waypoints[236].jav_point = ( -1386.33, 1580.79, -256 ); + /* 3:59 */waypoints[237] = spawnstruct(); + /* 3:59 */waypoints[237].origin = ( 74.9933, 332.168, -127.875 ); + /* 3:59 */waypoints[237].type = "stand"; + /* 3:59 */waypoints[237].children[0] = 238; + /* 3:59 */waypoints[237].children[1] = 40; + /* 3:59 */waypoints[237].children[2] = 34; + /* 3:59 */waypoints[237].children[3] = 146; + /* 3:59 */waypoints[237].children[4] = 17; + /* 3:59 */waypoints[238] = spawnstruct(); + /* 3:59 */waypoints[238].origin = ( -25.1551, 332.213, -127.875 ); + /* 3:59 */waypoints[238].type = "stand"; + /* 3:59 */waypoints[238].children[0] = 26; + /* 3:59 */waypoints[238].children[1] = 237; + /* 3:59 */waypoints[238].children[2] = 18; + /* 3:59 */waypoints[238].children[3] = 145; + /* 3:59 */waypoints[238].children[4] = 17; + /* 3:59 */waypoints[239] = spawnstruct(); + /* 3:59 */waypoints[239].origin = ( -1618.26, 1283.93, -255.875 ); + /* 3:59 */waypoints[239].type = "stand"; + /* 3:59 */waypoints[239].children[0] = 240; + /* 3:59 */waypoints[239].children[1] = 62; + /* 3:59 */waypoints[239].children[2] = 158; + /* 3:59 */waypoints[239].children[3] = 242; + /* 3:59 */waypoints[240] = spawnstruct(); + /* 3:59 */waypoints[240].origin = ( -1622.85, 1392.52, -255.875 ); + /* 3:59 */waypoints[240].type = "stand"; + /* 3:59 */waypoints[240].children[0] = 61; + /* 3:59 */waypoints[240].children[1] = 239; + /* 3:59 */waypoints[240].children[2] = 158; + /* 3:59 */waypoints[240].children[3] = 241; + /* 3:59 */waypoints[241] = spawnstruct(); + /* 3:59 */waypoints[241].origin = ( -1575.03, 1416.43, -255.875 ); + /* 3:59 */waypoints[241].type = "grenade"; + /* 3:59 */waypoints[241].children[0] = 240; + /* 3:59 */waypoints[241].angles = ( -3.7738, 40.6274, 0.153809 ); + /* 3:59 */waypoints[242] = spawnstruct(); + /* 3:59 */waypoints[242].origin = ( -1530.11, 1256.17, -255.875 ); + /* 3:59 */waypoints[242].type = "grenade"; + /* 3:59 */waypoints[242].children[0] = 239; + /* 3:59 */waypoints[242].angles = ( -12.9749, 5.40527, -0.0164795 ); + /* 3:59 */waypoints[243] = spawnstruct(); + /* 3:59 */waypoints[243].origin = ( 724.36, 1676.78, -255.876 ); + /* 3:59 */waypoints[243].type = "grenade"; + /* 3:59 */waypoints[243].children[0] = 76; + /* 3:59 */waypoints[243].angles = ( -28.5425, 21.665, -0.153809 ); + /* 3:59 */waypoints[244] = spawnstruct(); + /* 3:59 */waypoints[244].origin = ( 605.2, 2661.35, -103.875 ); + /* 3:59 */waypoints[244].type = "stand"; + /* 3:59 */waypoints[244].children[0] = 227; + /* 3:59 */waypoints[244].children[1] = 222; + /* 3:59 */waypoints[245] = spawnstruct(); + /* 3:59 */waypoints[245].origin = ( 598.735, 2278.14, -103.875 ); + /* 3:59 */waypoints[245].type = "stand"; + /* 3:59 */waypoints[245].children[0] = 87; + /* 3:59 */waypoints[245].children[1] = 50; + /* 3:59 */waypoints[246] = spawnstruct(); + /* 3:59 */waypoints[246].origin = ( 1428.57, 1806.74, -119.875 ); + /* 3:59 */waypoints[246].type = "grenade"; + /* 3:59 */waypoints[246].children[0] = 100; + /* 3:59 */waypoints[246].angles = ( -16.8475, -90.3051, 0.0384521 ); + /* 3:59 */waypoints[247] = spawnstruct(); + /* 3:59 */waypoints[247].origin = ( -1032.34, 2551.74, -255.875 ); + /* 3:59 */waypoints[247].type = "claymore"; + /* 3:59 */waypoints[247].children[0] = 57; + /* 3:59 */waypoints[247].angles = ( 3.18604, -98.4295, 0 ); + /* 3:59 */waypoints[248] = spawnstruct(); + /* 3:59 */waypoints[248].origin = ( -333.192, 1175.27, -127.875 ); + /* 3:59 */waypoints[248].type = "javelin"; + /* 3:59 */waypoints[248].children[0] = 124; + /* 3:59 */waypoints[248].jav_point = ( 882.147, 2158.69, -73.7134 ); + /* 3:59 */return waypoints; +} diff --git a/raw/scripts/mp/mp_village/wps_village.gsc b/raw/scripts/mp/mp_village/wps_village.gsc new file mode 100644 index 0000000..bd1d739 --- /dev/null +++ b/raw/scripts/mp/mp_village/wps_village.gsc @@ -0,0 +1,1190 @@ +main() +{ + level.waypoints = Village(); +} + +Village() +{ + /* 55:37 */waypoints = []; + /* 55:37 */waypoints[0] = spawnstruct(); + /* 55:37 */waypoints[0].origin = ( 650.622, 2242.89, 285.291 ); + /* 55:37 */waypoints[0].type = "stand"; + /* 55:37 */waypoints[0].children[0] = 1; + /* 55:37 */waypoints[0].children[1] = 2; + /* 55:37 */waypoints[0].children[2] = 73; + /* 55:37 */waypoints[0].children[3] = 3; + /* 55:37 */waypoints[1] = spawnstruct(); + /* 55:37 */waypoints[1].origin = ( 313.402, 2139.26, 267.866 ); + /* 55:37 */waypoints[1].type = "stand"; + /* 55:37 */waypoints[1].children[0] = 0; + /* 55:37 */waypoints[1].children[1] = 3; + /* 55:37 */waypoints[1].children[2] = 4; + /* 55:37 */waypoints[2] = spawnstruct(); + /* 55:37 */waypoints[2].origin = ( 894.277, 1608.37, 290.126 ); + /* 55:37 */waypoints[2].type = "stand"; + /* 55:37 */waypoints[2].children[0] = 0; + /* 55:37 */waypoints[2].children[1] = 68; + /* 55:37 */waypoints[2].children[2] = 72; + /* 55:37 */waypoints[2].children[3] = 73; + /* 55:37 */waypoints[3] = spawnstruct(); + /* 55:37 */waypoints[3].origin = ( 335.566, 1987.55, 273.002 ); + /* 55:37 */waypoints[3].type = "stand"; + /* 55:37 */waypoints[3].children[0] = 4; + /* 55:37 */waypoints[3].children[1] = 1; + /* 55:37 */waypoints[3].children[2] = 0; + /* 55:37 */waypoints[4] = spawnstruct(); + /* 55:37 */waypoints[4].origin = ( 173.759, 1912.23, 271.846 ); + /* 55:37 */waypoints[4].type = "stand"; + /* 55:37 */waypoints[4].children[0] = 3; + /* 55:37 */waypoints[4].children[1] = 1; + /* 55:37 */waypoints[4].children[2] = 5; + /* 55:37 */waypoints[4].children[3] = 82; + /* 55:37 */waypoints[4].children[4] = 83; + /* 55:37 */waypoints[5] = spawnstruct(); + /* 55:37 */waypoints[5].origin = ( -118.335, 1809.36, 270.073 ); + /* 55:37 */waypoints[5].type = "stand"; + /* 55:37 */waypoints[5].children[0] = 4; + /* 55:37 */waypoints[5].children[1] = 6; + /* 55:37 */waypoints[5].children[2] = 75; + /* 55:37 */waypoints[5].children[3] = 83; + /* 55:37 */waypoints[5].children[4] = 160; + /* 55:37 */waypoints[5].children[5] = 161; + /* 55:37 */waypoints[6] = spawnstruct(); + /* 55:37 */waypoints[6].origin = ( -182.409, 1990.98, 265.811 ); + /* 55:37 */waypoints[6].type = "stand"; + /* 55:37 */waypoints[6].children[0] = 5; + /* 55:37 */waypoints[6].children[1] = 7; + /* 55:37 */waypoints[6].children[2] = 160; + /* 55:37 */waypoints[7] = spawnstruct(); + /* 55:37 */waypoints[7].origin = ( -487.538, 1888.35, 256.402 ); + /* 55:37 */waypoints[7].type = "stand"; + /* 55:37 */waypoints[7].children[0] = 6; + /* 55:37 */waypoints[7].children[1] = 8; + /* 55:37 */waypoints[7].children[2] = 9; + /* 55:37 */waypoints[7].children[3] = 172; + /* 55:37 */waypoints[8] = spawnstruct(); + /* 55:37 */waypoints[8].origin = ( -737.435, 1577.65, 172.387 ); + /* 55:37 */waypoints[8].type = "stand"; + /* 55:37 */waypoints[8].children[0] = 7; + /* 55:37 */waypoints[8].children[1] = 11; + /* 55:37 */waypoints[8].children[2] = 123; + /* 55:37 */waypoints[8].children[3] = 172; + /* 55:37 */waypoints[9] = spawnstruct(); + /* 55:37 */waypoints[9].origin = ( -1003.63, 1634.43, 260.125 ); + /* 55:37 */waypoints[9].type = "stand"; + /* 55:37 */waypoints[9].children[0] = 7; + /* 55:37 */waypoints[9].children[1] = 10; + /* 55:37 */waypoints[10] = spawnstruct(); + /* 55:37 */waypoints[10].origin = ( -1521.41, 1426.3, 249.016 ); + /* 55:37 */waypoints[10].type = "stand"; + /* 55:37 */waypoints[10].children[0] = 9; + /* 55:37 */waypoints[10].children[1] = 13; + /* 55:37 */waypoints[10].children[2] = 14; + /* 55:37 */waypoints[10].children[3] = 12; + /* 55:37 */waypoints[10].children[4] = 174; + /* 55:37 */waypoints[11] = spawnstruct(); + /* 55:37 */waypoints[11].origin = ( -978.013, 1466.31, 135.103 ); + /* 55:37 */waypoints[11].type = "stand"; + /* 55:37 */waypoints[11].children[0] = 8; + /* 55:37 */waypoints[11].children[1] = 12; + /* 55:37 */waypoints[11].children[2] = 123; + /* 55:37 */waypoints[11].children[3] = 175; + /* 55:37 */waypoints[12] = spawnstruct(); + /* 55:37 */waypoints[12].origin = ( -1416.72, 1330.22, 240.442 ); + /* 55:37 */waypoints[12].type = "stand"; + /* 55:37 */waypoints[12].children[0] = 11; + /* 55:37 */waypoints[12].children[1] = 13; + /* 55:37 */waypoints[12].children[2] = 14; + /* 55:37 */waypoints[12].children[3] = 10; + /* 55:37 */waypoints[12].children[4] = 123; + /* 55:37 */waypoints[13] = spawnstruct(); + /* 55:37 */waypoints[13].origin = ( -1635.32, 1204.78, 262.422 ); + /* 55:37 */waypoints[13].type = "stand"; + /* 55:37 */waypoints[13].children[0] = 10; + /* 55:37 */waypoints[13].children[1] = 12; + /* 55:37 */waypoints[13].children[2] = 16; + /* 55:37 */waypoints[14] = spawnstruct(); + /* 55:37 */waypoints[14].origin = ( -1827.09, 1412.03, 266.036 ); + /* 55:37 */waypoints[14].type = "stand"; + /* 55:37 */waypoints[14].children[0] = 10; + /* 55:37 */waypoints[14].children[1] = 12; + /* 55:37 */waypoints[14].children[2] = 15; + /* 55:37 */waypoints[15] = spawnstruct(); + /* 55:37 */waypoints[15].origin = ( -2049.56, 1321.28, 281.181 ); + /* 55:37 */waypoints[15].type = "stand"; + /* 55:37 */waypoints[15].children[0] = 16; + /* 55:37 */waypoints[15].children[1] = 14; + /* 55:37 */waypoints[15].children[2] = 20; + /* 55:37 */waypoints[15].children[3] = 21; + /* 55:37 */waypoints[15].children[4] = 22; + /* 55:37 */waypoints[16] = spawnstruct(); + /* 55:37 */waypoints[16].origin = ( -1906.71, 1067.25, 278.988 ); + /* 55:37 */waypoints[16].type = "stand"; + /* 55:37 */waypoints[16].children[0] = 13; + /* 55:37 */waypoints[16].children[1] = 15; + /* 55:37 */waypoints[16].children[2] = 17; + /* 55:37 */waypoints[16].children[3] = 22; + /* 55:37 */waypoints[17] = spawnstruct(); + /* 55:37 */waypoints[17].origin = ( -1841.28, 838.677, 267.324 ); + /* 55:37 */waypoints[17].type = "stand"; + /* 55:37 */waypoints[17].children[0] = 16; + /* 55:37 */waypoints[17].children[1] = 18; + /* 55:37 */waypoints[17].children[2] = 22; + /* 55:37 */waypoints[17].children[3] = 28; + /* 55:37 */waypoints[18] = spawnstruct(); + /* 55:37 */waypoints[18].origin = ( -2003.57, 761.688, 284.254 ); + /* 55:37 */waypoints[18].type = "stand"; + /* 55:37 */waypoints[18].children[0] = 19; + /* 55:37 */waypoints[18].children[1] = 17; + /* 55:37 */waypoints[18].children[2] = 23; + /* 55:37 */waypoints[19] = spawnstruct(); + /* 55:37 */waypoints[19].origin = ( -2099.67, 910.235, 290.961 ); + /* 55:37 */waypoints[19].type = "stand"; + /* 55:37 */waypoints[19].children[0] = 18; + /* 55:37 */waypoints[19].children[1] = 20; + /* 55:37 */waypoints[19].children[2] = 22; + /* 55:37 */waypoints[20] = spawnstruct(); + /* 55:37 */waypoints[20].origin = ( -2233.54, 1071.6, 284.378 ); + /* 55:37 */waypoints[20].type = "stand"; + /* 55:37 */waypoints[20].children[0] = 19; + /* 55:37 */waypoints[20].children[1] = 15; + /* 55:37 */waypoints[20].children[2] = 21; + /* 55:37 */waypoints[21] = spawnstruct(); + /* 55:37 */waypoints[21].origin = ( -2274.91, 1294.83, 289.992 ); + /* 55:37 */waypoints[21].type = "stand"; + /* 55:37 */waypoints[21].children[0] = 20; + /* 55:37 */waypoints[21].children[1] = 15; + /* 55:37 */waypoints[22] = spawnstruct(); + /* 55:37 */waypoints[22].origin = ( -1916.5, 982.011, 279.58 ); + /* 55:37 */waypoints[22].type = "stand"; + /* 55:37 */waypoints[22].children[0] = 19; + /* 55:37 */waypoints[22].children[1] = 17; + /* 55:37 */waypoints[22].children[2] = 16; + /* 55:37 */waypoints[22].children[3] = 15; + /* 55:37 */waypoints[23] = spawnstruct(); + /* 55:37 */waypoints[23].origin = ( -2065.88, 569.199, 271.656 ); + /* 55:37 */waypoints[23].type = "stand"; + /* 55:37 */waypoints[23].children[0] = 18; + /* 55:37 */waypoints[23].children[1] = 24; + /* 55:37 */waypoints[24] = spawnstruct(); + /* 55:37 */waypoints[24].origin = ( -2002.36, 327.499, 259.333 ); + /* 55:37 */waypoints[24].type = "stand"; + /* 55:37 */waypoints[24].children[0] = 23; + /* 55:37 */waypoints[24].children[1] = 25; + /* 55:37 */waypoints[25] = spawnstruct(); + /* 55:37 */waypoints[25].origin = ( -1777.06, 199.74, 246.205 ); + /* 55:37 */waypoints[25].type = "stand"; + /* 55:37 */waypoints[25].children[0] = 26; + /* 55:37 */waypoints[25].children[1] = 24; + /* 55:37 */waypoints[25].children[2] = 27; + /* 55:37 */waypoints[25].children[3] = 167; + /* 55:37 */waypoints[25].children[4] = 168; + /* 55:37 */waypoints[26] = spawnstruct(); + /* 55:37 */waypoints[26].origin = ( -1783.79, -13.295, 274.201 ); + /* 55:37 */waypoints[26].type = "stand"; + /* 55:37 */waypoints[26].children[0] = 25; + /* 55:37 */waypoints[26].children[1] = 27; + /* 55:37 */waypoints[26].children[2] = 29; + /* 55:37 */waypoints[26].children[3] = 167; + /* 55:37 */waypoints[27] = spawnstruct(); + /* 55:37 */waypoints[27].origin = ( -1508.4, 345.599, 245.144 ); + /* 55:37 */waypoints[27].type = "stand"; + /* 55:37 */waypoints[27].children[0] = 28; + /* 55:37 */waypoints[27].children[1] = 25; + /* 55:37 */waypoints[27].children[2] = 26; + /* 55:37 */waypoints[27].children[3] = 129; + /* 55:37 */waypoints[27].children[4] = 130; + /* 55:37 */waypoints[27].children[5] = 167; + /* 55:37 */waypoints[28] = spawnstruct(); + /* 55:37 */waypoints[28].origin = ( -1568.54, 686.687, 246.002 ); + /* 55:37 */waypoints[28].type = "stand"; + /* 55:37 */waypoints[28].children[0] = 17; + /* 55:37 */waypoints[28].children[1] = 27; + /* 55:37 */waypoints[28].children[2] = 130; + /* 55:37 */waypoints[29] = spawnstruct(); + /* 55:37 */waypoints[29].origin = ( -1980.43, -186.544, 283.394 ); + /* 55:37 */waypoints[29].type = "stand"; + /* 55:37 */waypoints[29].children[0] = 26; + /* 55:37 */waypoints[29].children[1] = 30; + /* 55:37 */waypoints[29].children[2] = 166; + /* 55:37 */waypoints[29].children[3] = 168; + /* 55:37 */waypoints[30] = spawnstruct(); + /* 55:37 */waypoints[30].origin = ( -1861.63, -534.097, 270.355 ); + /* 55:37 */waypoints[30].type = "stand"; + /* 55:37 */waypoints[30].children[0] = 29; + /* 55:37 */waypoints[30].children[1] = 31; + /* 55:37 */waypoints[30].children[2] = 32; + /* 55:37 */waypoints[30].children[3] = 166; + /* 55:37 */waypoints[31] = spawnstruct(); + /* 55:37 */waypoints[31].origin = ( -1614.82, -658.772, 320.363 ); + /* 55:37 */waypoints[31].type = "stand"; + /* 55:37 */waypoints[31].children[0] = 30; + /* 55:37 */waypoints[31].children[1] = 32; + /* 55:37 */waypoints[31].children[2] = 137; + /* 55:37 */waypoints[31].children[3] = 138; + /* 55:37 */waypoints[32] = spawnstruct(); + /* 55:37 */waypoints[32].origin = ( -1745.72, -967.434, 354.115 ); + /* 55:37 */waypoints[32].type = "stand"; + /* 55:37 */waypoints[32].children[0] = 30; + /* 55:37 */waypoints[32].children[1] = 31; + /* 55:37 */waypoints[32].children[2] = 33; + /* 55:37 */waypoints[33] = spawnstruct(); + /* 55:37 */waypoints[33].origin = ( -1746.58, -1283.68, 371.691 ); + /* 55:37 */waypoints[33].type = "stand"; + /* 55:37 */waypoints[33].children[0] = 32; + /* 55:37 */waypoints[33].children[1] = 34; + /* 55:37 */waypoints[34] = spawnstruct(); + /* 55:37 */waypoints[34].origin = ( -1266.47, -1588.84, 374.072 ); + /* 55:37 */waypoints[34].type = "stand"; + /* 55:37 */waypoints[34].children[0] = 33; + /* 55:37 */waypoints[34].children[1] = 35; + /* 55:37 */waypoints[34].children[2] = 139; + /* 55:37 */waypoints[34].children[3] = 138; + /* 55:37 */waypoints[34].children[4] = 140; + /* 55:37 */waypoints[34].children[5] = 37; + /* 55:37 */waypoints[34].children[6] = 170; + /* 55:37 */waypoints[35] = spawnstruct(); + /* 55:37 */waypoints[35].origin = ( -911.232, -1962.13, 361.609 ); + /* 55:37 */waypoints[35].type = "stand"; + /* 55:37 */waypoints[35].children[0] = 36; + /* 55:37 */waypoints[35].children[1] = 34; + /* 55:37 */waypoints[35].children[2] = 37; + /* 55:37 */waypoints[35].children[3] = 40; + /* 55:37 */waypoints[35].children[4] = 41; + /* 55:37 */waypoints[35].children[5] = 141; + /* 55:37 */waypoints[35].children[6] = 150; + /* 55:37 */waypoints[35].children[7] = 170; + /* 55:37 */waypoints[36] = spawnstruct(); + /* 55:37 */waypoints[36].origin = ( -709.918, -1756.84, 331.778 ); + /* 55:37 */waypoints[36].type = "stand"; + /* 55:37 */waypoints[36].children[0] = 35; + /* 55:37 */waypoints[36].children[1] = 41; + /* 55:37 */waypoints[36].children[2] = 142; + /* 55:37 */waypoints[37] = spawnstruct(); + /* 55:37 */waypoints[37].origin = ( -948.434, -2377.95, 360.537 ); + /* 55:37 */waypoints[37].type = "stand"; + /* 55:37 */waypoints[37].children[0] = 35; + /* 55:37 */waypoints[37].children[1] = 38; + /* 55:37 */waypoints[37].children[2] = 34; + /* 55:37 */waypoints[38] = spawnstruct(); + /* 55:37 */waypoints[38].origin = ( -633.28, -2597.42, 340.636 ); + /* 55:37 */waypoints[38].type = "stand"; + /* 55:37 */waypoints[38].children[0] = 37; + /* 55:37 */waypoints[38].children[1] = 39; + /* 55:37 */waypoints[38].children[2] = 40; + /* 55:37 */waypoints[38].children[3] = 43; + /* 55:37 */waypoints[39] = spawnstruct(); + /* 55:37 */waypoints[39].origin = ( 219.839, -3285.64, 370.123 ); + /* 55:37 */waypoints[39].type = "stand"; + /* 55:37 */waypoints[39].children[0] = 38; + /* 55:37 */waypoints[39].children[1] = 43; + /* 55:37 */waypoints[39].children[2] = 42; + /* 55:37 */waypoints[39].children[3] = 46; + /* 55:37 */waypoints[40] = spawnstruct(); + /* 55:37 */waypoints[40].origin = ( -499.592, -2259.86, 302.752 ); + /* 55:37 */waypoints[40].type = "stand"; + /* 55:37 */waypoints[40].children[0] = 38; + /* 55:37 */waypoints[40].children[1] = 35; + /* 55:37 */waypoints[40].children[2] = 41; + /* 55:37 */waypoints[40].children[3] = 45; + /* 55:37 */waypoints[41] = spawnstruct(); + /* 55:37 */waypoints[41].origin = ( -257.247, -2061.78, 328.669 ); + /* 55:37 */waypoints[41].type = "stand"; + /* 55:37 */waypoints[41].children[0] = 40; + /* 55:37 */waypoints[41].children[1] = 35; + /* 55:37 */waypoints[41].children[2] = 36; + /* 55:37 */waypoints[41].children[3] = 42; + /* 55:37 */waypoints[41].children[4] = 44; + /* 55:37 */waypoints[41].children[5] = 45; + /* 55:37 */waypoints[41].children[6] = 46; + /* 55:37 */waypoints[41].children[7] = 150; + /* 55:37 */waypoints[42] = spawnstruct(); + /* 55:37 */waypoints[42].origin = ( 217.412, -2605.9, 339.776 ); + /* 55:37 */waypoints[42].type = "stand"; + /* 55:37 */waypoints[42].children[0] = 43; + /* 55:37 */waypoints[42].children[1] = 41; + /* 55:37 */waypoints[42].children[2] = 45; + /* 55:37 */waypoints[42].children[3] = 39; + /* 55:37 */waypoints[42].children[4] = 46; + /* 55:37 */waypoints[42].children[5] = 47; + /* 55:37 */waypoints[42].children[6] = 171; + /* 55:37 */waypoints[43] = spawnstruct(); + /* 55:37 */waypoints[43].origin = ( -234.072, -2979.33, 299.288 ); + /* 55:37 */waypoints[43].type = "stand"; + /* 55:37 */waypoints[43].children[0] = 38; + /* 55:37 */waypoints[43].children[1] = 39; + /* 55:37 */waypoints[43].children[2] = 42; + /* 55:37 */waypoints[44] = spawnstruct(); + /* 55:37 */waypoints[44].origin = ( -28.6996, -1891.2, 283.673 ); + /* 55:37 */waypoints[44].type = "stand"; + /* 55:37 */waypoints[44].children[0] = 41; + /* 55:37 */waypoints[44].children[1] = 45; + /* 55:37 */waypoints[44].children[2] = 117; + /* 55:37 */waypoints[45] = spawnstruct(); + /* 55:37 */waypoints[45].origin = ( -137.405, -2127.65, 326.659 ); + /* 55:37 */waypoints[45].type = "stand"; + /* 55:37 */waypoints[45].children[0] = 44; + /* 55:37 */waypoints[45].children[1] = 41; + /* 55:37 */waypoints[45].children[2] = 42; + /* 55:37 */waypoints[45].children[3] = 40; + /* 55:37 */waypoints[46] = spawnstruct(); + /* 55:37 */waypoints[46].origin = ( 431.765, -2606.01, 368.065 ); + /* 55:37 */waypoints[46].type = "stand"; + /* 55:37 */waypoints[46].children[0] = 42; + /* 55:37 */waypoints[46].children[1] = 41; + /* 55:37 */waypoints[46].children[2] = 39; + /* 55:37 */waypoints[46].children[3] = 47; + /* 55:37 */waypoints[46].children[4] = 171; + /* 55:37 */waypoints[47] = spawnstruct(); + /* 55:37 */waypoints[47].origin = ( 535.748, -2278.94, 377.144 ); + /* 55:37 */waypoints[47].type = "stand"; + /* 55:37 */waypoints[47].children[0] = 46; + /* 55:37 */waypoints[47].children[1] = 42; + /* 55:37 */waypoints[47].children[2] = 48; + /* 55:37 */waypoints[47].children[3] = 171; + /* 55:37 */waypoints[48] = spawnstruct(); + /* 55:37 */waypoints[48].origin = ( 488.422, -1836.45, 326.746 ); + /* 55:37 */waypoints[48].type = "stand"; + /* 55:37 */waypoints[48].children[0] = 47; + /* 55:37 */waypoints[48].children[1] = 49; + /* 55:37 */waypoints[48].children[2] = 145; + /* 55:37 */waypoints[48].children[3] = 152; + /* 55:37 */waypoints[49] = spawnstruct(); + /* 55:37 */waypoints[49].origin = ( 664.9, -1200.88, 261.182 ); + /* 55:37 */waypoints[49].type = "stand"; + /* 55:37 */waypoints[49].children[0] = 48; + /* 55:37 */waypoints[49].children[1] = 50; + /* 55:37 */waypoints[49].children[2] = 51; + /* 55:37 */waypoints[49].children[3] = 152; + /* 55:37 */waypoints[49].children[4] = 153; + /* 55:37 */waypoints[49].children[5] = 164; + /* 55:37 */waypoints[50] = spawnstruct(); + /* 55:37 */waypoints[50].origin = ( 457.439, -1022, 223.864 ); + /* 55:37 */waypoints[50].type = "stand"; + /* 55:37 */waypoints[50].children[0] = 49; + /* 55:37 */waypoints[50].children[1] = 116; + /* 55:37 */waypoints[50].children[2] = 144; + /* 55:37 */waypoints[51] = spawnstruct(); + /* 55:37 */waypoints[51].origin = ( 953.977, -1063.5, 262.995 ); + /* 55:37 */waypoints[51].type = "stand"; + /* 55:37 */waypoints[51].children[0] = 49; + /* 55:37 */waypoints[51].children[1] = 52; + /* 55:37 */waypoints[51].children[2] = 114; + /* 55:37 */waypoints[51].children[3] = 115; + /* 55:37 */waypoints[51].children[4] = 153; + /* 55:37 */waypoints[51].children[5] = 164; + /* 55:37 */waypoints[52] = spawnstruct(); + /* 55:37 */waypoints[52].origin = ( 1274.95, -582.752, 272.208 ); + /* 55:37 */waypoints[52].type = "stand"; + /* 55:37 */waypoints[52].children[0] = 51; + /* 55:37 */waypoints[52].children[1] = 53; + /* 55:37 */waypoints[52].children[2] = 101; + /* 55:37 */waypoints[52].children[3] = 115; + /* 55:37 */waypoints[53] = spawnstruct(); + /* 55:37 */waypoints[53].origin = ( 1696.03, -479.763, 232.834 ); + /* 55:37 */waypoints[53].type = "stand"; + /* 55:37 */waypoints[53].children[0] = 52; + /* 55:37 */waypoints[53].children[1] = 54; + /* 55:37 */waypoints[53].children[2] = 55; + /* 55:37 */waypoints[53].children[3] = 115; + /* 55:37 */waypoints[53].children[4] = 154; + /* 55:37 */waypoints[54] = spawnstruct(); + /* 55:37 */waypoints[54].origin = ( 1792.69, -437.236, 233.432 ); + /* 55:37 */waypoints[54].type = "stand"; + /* 55:37 */waypoints[54].children[0] = 53; + /* 55:37 */waypoints[54].children[1] = 58; + /* 55:37 */waypoints[55] = spawnstruct(); + /* 55:37 */waypoints[55].origin = ( 1628.99, -146.566, 243 ); + /* 55:37 */waypoints[55].type = "stand"; + /* 55:37 */waypoints[55].children[0] = 58; + /* 55:37 */waypoints[55].children[1] = 53; + /* 55:37 */waypoints[55].children[2] = 57; + /* 55:37 */waypoints[55].children[3] = 154; + /* 55:37 */waypoints[56] = spawnstruct(); + /* 55:37 */waypoints[56].origin = ( 1703.37, 35.7228, 231.576 ); + /* 55:37 */waypoints[56].type = "stand"; + /* 55:37 */waypoints[56].children[0] = 57; + /* 55:37 */waypoints[56].children[1] = 58; + /* 55:37 */waypoints[57] = spawnstruct(); + /* 55:37 */waypoints[57].origin = ( 1571.84, 130.673, 236.011 ); + /* 55:37 */waypoints[57].type = "stand"; + /* 55:37 */waypoints[57].children[0] = 56; + /* 55:37 */waypoints[57].children[1] = 55; + /* 55:37 */waypoints[57].children[2] = 59; + /* 55:37 */waypoints[57].children[3] = 98; + /* 55:37 */waypoints[58] = spawnstruct(); + /* 55:37 */waypoints[58].origin = ( 1754.79, -123.211, 232.045 ); + /* 55:37 */waypoints[58].type = "stand"; + /* 55:37 */waypoints[58].children[0] = 56; + /* 55:37 */waypoints[58].children[1] = 55; + /* 55:37 */waypoints[58].children[2] = 54; + /* 55:37 */waypoints[59] = spawnstruct(); + /* 55:37 */waypoints[59].origin = ( 1572.21, 430.977, 240.125 ); + /* 55:37 */waypoints[59].type = "stand"; + /* 55:37 */waypoints[59].children[0] = 57; + /* 55:37 */waypoints[59].children[1] = 60; + /* 55:37 */waypoints[59].children[2] = 61; + /* 55:37 */waypoints[59].children[3] = 98; + /* 55:37 */waypoints[60] = spawnstruct(); + /* 55:37 */waypoints[60].origin = ( 1580.18, 629.174, 244.625 ); + /* 55:37 */waypoints[60].type = "stand"; + /* 55:37 */waypoints[60].children[0] = 59; + /* 55:37 */waypoints[60].children[1] = 62; + /* 55:37 */waypoints[60].children[2] = 66; + /* 55:37 */waypoints[60].children[3] = 159; + /* 55:37 */waypoints[60].children[4] = 61; + /* 55:37 */waypoints[61] = spawnstruct(); + /* 55:37 */waypoints[61].origin = ( 1727.64, 678.899, 243.039 ); + /* 55:37 */waypoints[61].type = "stand"; + /* 55:37 */waypoints[61].children[0] = 59; + /* 55:37 */waypoints[61].children[1] = 62; + /* 55:37 */waypoints[61].children[2] = 157; + /* 55:37 */waypoints[61].children[3] = 60; + /* 55:37 */waypoints[62] = spawnstruct(); + /* 55:37 */waypoints[62].origin = ( 1655.69, 860.344, 240.125 ); + /* 55:37 */waypoints[62].type = "stand"; + /* 55:37 */waypoints[62].children[0] = 63; + /* 55:37 */waypoints[62].children[1] = 61; + /* 55:37 */waypoints[62].children[2] = 60; + /* 55:37 */waypoints[62].children[3] = 66; + /* 55:37 */waypoints[62].children[4] = 67; + /* 55:37 */waypoints[63] = spawnstruct(); + /* 55:37 */waypoints[63].origin = ( 1581.47, 1079.3, 242.519 ); + /* 55:37 */waypoints[63].type = "stand"; + /* 55:37 */waypoints[63].children[0] = 64; + /* 55:37 */waypoints[63].children[1] = 62; + /* 55:37 */waypoints[63].children[2] = 65; + /* 55:37 */waypoints[63].children[3] = 157; + /* 55:37 */waypoints[64] = spawnstruct(); + /* 55:37 */waypoints[64].origin = ( 1502.91, 1288.97, 235.313 ); + /* 55:37 */waypoints[64].type = "stand"; + /* 55:37 */waypoints[64].children[0] = 63; + /* 55:37 */waypoints[64].children[1] = 67; + /* 55:37 */waypoints[65] = spawnstruct(); + /* 55:37 */waypoints[65].origin = ( 1460.87, 1060.95, 242.125 ); + /* 55:37 */waypoints[65].type = "stand"; + /* 55:37 */waypoints[65].children[0] = 66; + /* 55:37 */waypoints[65].children[1] = 63; + /* 55:37 */waypoints[65].children[2] = 67; + /* 55:37 */waypoints[65].children[3] = 69; + /* 55:37 */waypoints[65].children[4] = 157; + /* 55:37 */waypoints[66] = spawnstruct(); + /* 55:37 */waypoints[66].origin = ( 1564.54, 800.817, 240.125 ); + /* 55:37 */waypoints[66].type = "stand"; + /* 55:37 */waypoints[66].children[0] = 65; + /* 55:37 */waypoints[66].children[1] = 60; + /* 55:37 */waypoints[66].children[2] = 62; + /* 55:37 */waypoints[67] = spawnstruct(); + /* 55:37 */waypoints[67].origin = ( 1350.25, 1226.07, 240.669 ); + /* 55:37 */waypoints[67].type = "stand"; + /* 55:37 */waypoints[67].children[0] = 64; + /* 55:37 */waypoints[67].children[1] = 65; + /* 55:37 */waypoints[67].children[2] = 62; + /* 55:37 */waypoints[67].children[3] = 68; + /* 55:37 */waypoints[68] = spawnstruct(); + /* 55:37 */waypoints[68].origin = ( 1091.04, 1152.14, 240.121 ); + /* 55:37 */waypoints[68].type = "stand"; + /* 55:37 */waypoints[68].children[0] = 67; + /* 55:37 */waypoints[68].children[1] = 69; + /* 55:37 */waypoints[68].children[2] = 2; + /* 55:37 */waypoints[68].children[3] = 71; + /* 55:37 */waypoints[68].children[4] = 107; + /* 55:37 */waypoints[69] = spawnstruct(); + /* 55:37 */waypoints[69].origin = ( 1180.45, 980.991, 240.125 ); + /* 55:37 */waypoints[69].type = "stand"; + /* 55:37 */waypoints[69].children[0] = 65; + /* 55:37 */waypoints[69].children[1] = 68; + /* 55:37 */waypoints[69].children[2] = 70; + /* 55:37 */waypoints[69].children[3] = 157; + /* 55:37 */waypoints[70] = spawnstruct(); + /* 55:37 */waypoints[70].origin = ( 1069.85, 991.595, 240.125 ); + /* 55:37 */waypoints[70].type = "stand"; + /* 55:37 */waypoints[70].children[0] = 69; + /* 55:37 */waypoints[70].children[1] = 71; + /* 55:37 */waypoints[70].children[2] = 107; + /* 55:37 */waypoints[71] = spawnstruct(); + /* 55:37 */waypoints[71].origin = ( 935.163, 950.744, 240.125 ); + /* 55:37 */waypoints[71].type = "stand"; + /* 55:37 */waypoints[71].children[0] = 68; + /* 55:37 */waypoints[71].children[1] = 70; + /* 55:37 */waypoints[71].children[2] = 93; + /* 55:37 */waypoints[72] = spawnstruct(); + /* 55:37 */waypoints[72].origin = ( 570.579, 1579.13, 278.947 ); + /* 55:37 */waypoints[72].type = "stand"; + /* 55:37 */waypoints[72].children[0] = 2; + /* 55:37 */waypoints[72].children[1] = 74; + /* 55:37 */waypoints[72].children[2] = 75; + /* 55:37 */waypoints[72].children[3] = 77; + /* 55:37 */waypoints[72].children[4] = 79; + /* 55:37 */waypoints[72].children[5] = 82; + /* 55:37 */waypoints[73] = spawnstruct(); + /* 55:37 */waypoints[73].origin = ( 770.234, 1957.33, 276.559 ); + /* 55:37 */waypoints[73].type = "stand"; + /* 55:37 */waypoints[73].children[0] = 0; + /* 55:37 */waypoints[73].children[1] = 2; + /* 55:37 */waypoints[73].children[2] = 74; + /* 55:37 */waypoints[73].children[3] = 158; + /* 55:37 */waypoints[74] = spawnstruct(); + /* 55:37 */waypoints[74].origin = ( 518.596, 1793.3, 274.389 ); + /* 55:37 */waypoints[74].type = "stand"; + /* 55:37 */waypoints[74].children[0] = 72; + /* 55:37 */waypoints[74].children[1] = 73; + /* 55:37 */waypoints[74].children[2] = 75; + /* 55:37 */waypoints[74].children[3] = 79; + /* 55:37 */waypoints[74].children[4] = 82; + /* 55:37 */waypoints[75] = spawnstruct(); + /* 55:37 */waypoints[75].origin = ( 305.432, 1583.17, 276.074 ); + /* 55:37 */waypoints[75].type = "stand"; + /* 55:37 */waypoints[75].children[0] = 74; + /* 55:37 */waypoints[75].children[1] = 72; + /* 55:37 */waypoints[75].children[2] = 76; + /* 55:37 */waypoints[75].children[3] = 79; + /* 55:37 */waypoints[75].children[4] = 5; + /* 55:37 */waypoints[75].children[5] = 83; + /* 55:37 */waypoints[76] = spawnstruct(); + /* 55:37 */waypoints[76].origin = ( 432.542, 1473.76, 274.15 ); + /* 55:37 */waypoints[76].type = "stand"; + /* 55:37 */waypoints[76].children[0] = 75; + /* 55:37 */waypoints[76].children[1] = 78; + /* 55:37 */waypoints[76].children[2] = 79; + /* 55:37 */waypoints[77] = spawnstruct(); + /* 55:37 */waypoints[77].origin = ( 625.853, 1399.34, 283.073 ); + /* 55:37 */waypoints[77].type = "stand"; + /* 55:37 */waypoints[77].children[0] = 72; + /* 55:37 */waypoints[77].children[1] = 78; + /* 55:37 */waypoints[78] = spawnstruct(); + /* 55:37 */waypoints[78].origin = ( 468.98, 1349.24, 281.317 ); + /* 55:37 */waypoints[78].type = "stand"; + /* 55:37 */waypoints[78].children[0] = 77; + /* 55:37 */waypoints[78].children[1] = 76; + /* 55:37 */waypoints[78].children[2] = 80; + /* 55:37 */waypoints[78].children[3] = 81; + /* 55:37 */waypoints[79] = spawnstruct(); + /* 55:37 */waypoints[79].origin = ( 380.866, 1605.37, 276.579 ); + /* 55:37 */waypoints[79].type = "stand"; + /* 55:37 */waypoints[79].children[0] = 75; + /* 55:37 */waypoints[79].children[1] = 74; + /* 55:37 */waypoints[79].children[2] = 72; + /* 55:37 */waypoints[79].children[3] = 76; + /* 55:37 */waypoints[80] = spawnstruct(); + /* 55:37 */waypoints[80].origin = ( 348.518, 1362.92, 288.625 ); + /* 55:37 */waypoints[80].type = "crouch"; + /* 55:37 */waypoints[80].children[0] = 78; + /* 55:37 */waypoints[80].angles = ( 9.27124, -14.1339, 0 ); + /* 55:37 */waypoints[81] = spawnstruct(); + /* 55:37 */waypoints[81].origin = ( 603.809, 1304.32, 282.322 ); + /* 55:37 */waypoints[81].type = "crouch"; + /* 55:37 */waypoints[81].children[0] = 78; + /* 55:37 */waypoints[81].angles = ( 1.58081, 143.289, 0 ); + /* 55:37 */waypoints[82] = spawnstruct(); + /* 55:37 */waypoints[82].origin = ( 388.315, 1788.01, 275.122 ); + /* 55:37 */waypoints[82].type = "stand"; + /* 55:37 */waypoints[82].children[0] = 4; + /* 55:37 */waypoints[82].children[1] = 74; + /* 55:37 */waypoints[82].children[2] = 72; + /* 55:37 */waypoints[83] = spawnstruct(); + /* 55:37 */waypoints[83].origin = ( 68.2727, 1380.9, 261.294 ); + /* 55:37 */waypoints[83].type = "stand"; + /* 55:37 */waypoints[83].children[0] = 75; + /* 55:37 */waypoints[83].children[1] = 4; + /* 55:37 */waypoints[83].children[2] = 5; + /* 55:37 */waypoints[83].children[3] = 84; + /* 55:37 */waypoints[83].children[4] = 86; + /* 55:37 */waypoints[83].children[5] = 161; + /* 55:37 */waypoints[84] = spawnstruct(); + /* 55:37 */waypoints[84].origin = ( -390.503, 986.901, 299.284 ); + /* 55:37 */waypoints[84].type = "stand"; + /* 55:37 */waypoints[84].children[0] = 85; + /* 55:37 */waypoints[84].children[1] = 83; + /* 55:37 */waypoints[84].children[2] = 86; + /* 55:37 */waypoints[84].children[3] = 87; + /* 55:37 */waypoints[84].children[4] = 146; + /* 55:37 */waypoints[84].children[5] = 161; + /* 55:37 */waypoints[85] = spawnstruct(); + /* 55:37 */waypoints[85].origin = ( -905.157, 716.801, 277.816 ); + /* 55:37 */waypoints[85].type = "stand"; + /* 55:37 */waypoints[85].children[0] = 84; + /* 55:37 */waypoints[85].children[1] = 88; + /* 55:37 */waypoints[85].children[2] = 129; + /* 55:37 */waypoints[85].children[3] = 130; + /* 55:37 */waypoints[85].children[4] = 131; + /* 55:37 */waypoints[86] = spawnstruct(); + /* 55:37 */waypoints[86].origin = ( 121.748, 1217.63, 264.457 ); + /* 55:37 */waypoints[86].type = "stand"; + /* 55:37 */waypoints[86].children[0] = 83; + /* 55:37 */waypoints[86].children[1] = 84; + /* 55:37 */waypoints[86].children[2] = 89; + /* 55:37 */waypoints[86].children[3] = 104; + /* 55:37 */waypoints[86].children[4] = 161; + /* 55:37 */waypoints[87] = spawnstruct(); + /* 55:37 */waypoints[87].origin = ( -528.045, 1100.85, 302.526 ); + /* 55:37 */waypoints[87].type = "crouch"; + /* 55:37 */waypoints[87].children[0] = 84; + /* 55:37 */waypoints[87].angles = ( 6.96411, 14.1504, 0 ); + /* 55:37 */waypoints[88] = spawnstruct(); + /* 55:37 */waypoints[88].origin = ( -796.989, 532.401, 274.213 ); + /* 55:37 */waypoints[88].type = "crouch"; + /* 55:37 */waypoints[88].children[0] = 85; + /* 55:37 */waypoints[88].angles = ( 4.65698, -166.718, 0 ); + /* 55:37 */waypoints[89] = spawnstruct(); + /* 55:37 */waypoints[89].origin = ( 235.265, 1055.63, 262.774 ); + /* 55:37 */waypoints[89].type = "stand"; + /* 55:37 */waypoints[89].children[0] = 90; + /* 55:37 */waypoints[89].children[1] = 86; + /* 55:37 */waypoints[89].children[2] = 91; + /* 55:37 */waypoints[90] = spawnstruct(); + /* 55:37 */waypoints[90].origin = ( 3.58412, 950.282, 262.946 ); + /* 55:37 */waypoints[90].type = "crouch"; + /* 55:37 */waypoints[90].children[0] = 89; + /* 55:37 */waypoints[90].angles = ( 1.58081, -2.59827, 0 ); + /* 55:37 */waypoints[91] = spawnstruct(); + /* 55:37 */waypoints[91].origin = ( 408.802, 846.382, 263.047 ); + /* 55:37 */waypoints[91].type = "stand"; + /* 55:37 */waypoints[91].children[0] = 92; + /* 55:37 */waypoints[91].children[1] = 89; + /* 55:37 */waypoints[91].children[2] = 93; + /* 55:37 */waypoints[91].children[3] = 94; + /* 55:37 */waypoints[92] = spawnstruct(); + /* 55:37 */waypoints[92].origin = ( 477.403, 551.019, 265.824 ); + /* 55:37 */waypoints[92].type = "stand"; + /* 55:37 */waypoints[92].children[0] = 91; + /* 55:37 */waypoints[92].children[1] = 95; + /* 55:37 */waypoints[93] = spawnstruct(); + /* 55:37 */waypoints[93].origin = ( 765.355, 903.238, 285.552 ); + /* 55:37 */waypoints[93].type = "stand"; + /* 55:37 */waypoints[93].children[0] = 71; + /* 55:37 */waypoints[93].children[1] = 91; + /* 55:37 */waypoints[93].children[2] = 94; + /* 55:37 */waypoints[93].children[3] = 106; + /* 55:37 */waypoints[93].children[4] = 105; + /* 55:37 */waypoints[94] = spawnstruct(); + /* 55:37 */waypoints[94].origin = ( 646.047, 850.757, 275.258 ); + /* 55:37 */waypoints[94].type = "stand"; + /* 55:37 */waypoints[94].children[0] = 93; + /* 55:37 */waypoints[94].children[1] = 91; + /* 55:37 */waypoints[94].children[2] = 95; + /* 55:37 */waypoints[95] = spawnstruct(); + /* 55:37 */waypoints[95].origin = ( 677.302, 536.34, 275.787 ); + /* 55:37 */waypoints[95].type = "stand"; + /* 55:37 */waypoints[95].children[0] = 92; + /* 55:37 */waypoints[95].children[1] = 94; + /* 55:37 */waypoints[95].children[2] = 96; + /* 55:37 */waypoints[95].children[3] = 110; + /* 55:37 */waypoints[95].children[4] = 162; + /* 55:37 */waypoints[96] = spawnstruct(); + /* 55:37 */waypoints[96].origin = ( 967.084, 272.679, 270.912 ); + /* 55:37 */waypoints[96].type = "stand"; + /* 55:37 */waypoints[96].children[0] = 97; + /* 55:37 */waypoints[96].children[1] = 95; + /* 55:37 */waypoints[96].children[2] = 99; + /* 55:37 */waypoints[96].children[3] = 110; + /* 55:37 */waypoints[97] = spawnstruct(); + /* 55:37 */waypoints[97].origin = ( 1035.92, 124.166, 266.568 ); + /* 55:37 */waypoints[97].type = "stand"; + /* 55:37 */waypoints[97].children[0] = 96; + /* 55:37 */waypoints[97].children[1] = 98; + /* 55:37 */waypoints[97].children[2] = 101; + /* 55:37 */waypoints[97].children[3] = 102; + /* 55:37 */waypoints[97].children[4] = 103; + /* 55:37 */waypoints[97].children[5] = 155; + /* 55:37 */waypoints[97].children[6] = 156; + /* 55:37 */waypoints[98] = spawnstruct(); + /* 55:37 */waypoints[98].origin = ( 1554.07, 291.536, 237.019 ); + /* 55:37 */waypoints[98].type = "stand"; + /* 55:37 */waypoints[98].children[0] = 97; + /* 55:37 */waypoints[98].children[1] = 57; + /* 55:37 */waypoints[98].children[2] = 59; + /* 55:37 */waypoints[99] = spawnstruct(); + /* 55:37 */waypoints[99].origin = ( 1236.48, 403.372, 286.725 ); + /* 55:37 */waypoints[99].type = "stand"; + /* 55:37 */waypoints[99].children[0] = 100; + /* 55:37 */waypoints[99].children[1] = 96; + /* 55:37 */waypoints[99].children[2] = 109; + /* 55:37 */waypoints[100] = spawnstruct(); + /* 55:37 */waypoints[100].origin = ( 1295.54, 204.036, 269.484 ); + /* 55:37 */waypoints[100].type = "stand"; + /* 55:37 */waypoints[100].children[0] = 99; + /* 55:37 */waypoints[101] = spawnstruct(); + /* 55:37 */waypoints[101].origin = ( 1175.11, -404.769, 275.129 ); + /* 55:37 */waypoints[101].type = "stand"; + /* 55:37 */waypoints[101].children[0] = 52; + /* 55:37 */waypoints[101].children[1] = 97; + /* 55:37 */waypoints[101].children[2] = 103; + /* 55:37 */waypoints[101].children[3] = 113; + /* 55:37 */waypoints[102] = spawnstruct(); + /* 55:37 */waypoints[102].origin = ( 842.311, 0.231494, 271.647 ); + /* 55:37 */waypoints[102].type = "crouch"; + /* 55:37 */waypoints[102].children[0] = 97; + /* 55:37 */waypoints[102].angles = ( 4.27246, 27.1033, 0 ); + /* 55:37 */waypoints[103] = spawnstruct(); + /* 55:37 */waypoints[103].origin = ( 1119.6, -191.989, 283.822 ); + /* 55:37 */waypoints[103].type = "stand"; + /* 55:37 */waypoints[103].children[0] = 101; + /* 55:37 */waypoints[103].children[1] = 97; + /* 55:37 */waypoints[103].children[2] = 113; + /* 55:37 */waypoints[103].children[3] = 115; + /* 55:37 */waypoints[103].children[4] = 156; + /* 55:37 */waypoints[104] = spawnstruct(); + /* 55:37 */waypoints[104].origin = ( 366.668, 1172.1, 280.564 ); + /* 55:37 */waypoints[104].type = "crouch"; + /* 55:37 */waypoints[104].children[0] = 86; + /* 55:37 */waypoints[104].angles = ( 2.34985, 144.371, 0 ); + /* 55:37 */waypoints[105] = spawnstruct(); + /* 55:37 */waypoints[105].origin = ( 637.486, 1085.06, 293.235 ); + /* 55:37 */waypoints[105].type = "crouch"; + /* 55:37 */waypoints[105].children[0] = 93; + /* 55:37 */waypoints[105].angles = ( 6.57959, -58.3923, 0 ); + /* 55:37 */waypoints[106] = spawnstruct(); + /* 55:37 */waypoints[106].origin = ( 692.289, 1105.19, 291.921 ); + /* 55:37 */waypoints[106].type = "crouch"; + /* 55:37 */waypoints[106].children[0] = 93; + /* 55:37 */waypoints[106].angles = ( 2.73438, -97.9926, 0 ); + /* 55:37 */waypoints[107] = spawnstruct(); + /* 55:37 */waypoints[107].origin = ( 913.221, 1089.79, 240.125 ); + /* 55:37 */waypoints[107].type = "climb"; + /* 55:37 */waypoints[107].children[0] = 68; + /* 55:37 */waypoints[107].children[1] = 70; + /* 55:37 */waypoints[107].children[2] = 108; + /* 55:37 */waypoints[107].angles = ( 2.15759, -158.923, 0 ); + /* 55:37 */waypoints[108] = spawnstruct(); + /* 55:37 */waypoints[108].origin = ( 782.37, 988.534, 282.375 ); + /* 55:37 */waypoints[108].type = "crouch"; + /* 55:37 */waypoints[108].children[0] = 107; + /* 55:37 */waypoints[108].angles = ( 7.54089, 29.4489, 0 ); + /* 55:37 */waypoints[109] = spawnstruct(); + /* 55:37 */waypoints[109].origin = ( 1231.26, 501.749, 286.725 ); + /* 55:37 */waypoints[109].type = "stand"; + /* 55:37 */waypoints[109].children[0] = 110; + /* 55:37 */waypoints[109].children[1] = 99; + /* 55:37 */waypoints[109].children[2] = 111; + /* 55:37 */waypoints[110] = spawnstruct(); + /* 55:37 */waypoints[110].origin = ( 863.386, 372.466, 274.466 ); + /* 55:37 */waypoints[110].type = "stand"; + /* 55:37 */waypoints[110].children[0] = 109; + /* 55:37 */waypoints[110].children[1] = 96; + /* 55:37 */waypoints[110].children[2] = 95; + /* 55:37 */waypoints[110].children[3] = 162; + /* 55:37 */waypoints[111] = spawnstruct(); + /* 55:37 */waypoints[111].origin = ( 1336.29, 543.756, 312.725 ); + /* 55:37 */waypoints[111].type = "stand"; + /* 55:37 */waypoints[111].children[0] = 109; + /* 55:37 */waypoints[111].children[1] = 112; + /* 55:37 */waypoints[112] = spawnstruct(); + /* 55:37 */waypoints[112].origin = ( 1321.67, 585.243, 313.725 ); + /* 55:37 */waypoints[112].type = "crouch"; + /* 55:37 */waypoints[112].children[0] = 111; + /* 55:37 */waypoints[112].angles = ( 7.34314, -123.338, 0 ); + /* 55:37 */waypoints[113] = spawnstruct(); + /* 55:37 */waypoints[113].origin = ( 963.499, -493.474, 269.709 ); + /* 55:37 */waypoints[113].type = "stand"; + /* 55:37 */waypoints[113].children[0] = 103; + /* 55:37 */waypoints[113].children[1] = 101; + /* 55:37 */waypoints[113].children[2] = 114; + /* 55:37 */waypoints[114] = spawnstruct(); + /* 55:37 */waypoints[114].origin = ( 786.416, -699.767, 236.255 ); + /* 55:37 */waypoints[114].type = "stand"; + /* 55:37 */waypoints[114].children[0] = 113; + /* 55:37 */waypoints[114].children[1] = 51; + /* 55:37 */waypoints[114].children[2] = 115; + /* 55:37 */waypoints[114].children[3] = 116; + /* 55:37 */waypoints[114].children[4] = 163; + /* 55:37 */waypoints[115] = spawnstruct(); + /* 55:37 */waypoints[115].origin = ( 1331.2, -632.428, 274.896 ); + /* 55:37 */waypoints[115].type = "stand"; + /* 55:37 */waypoints[115].children[0] = 51; + /* 55:37 */waypoints[115].children[1] = 52; + /* 55:37 */waypoints[115].children[2] = 103; + /* 55:37 */waypoints[115].children[3] = 114; + /* 55:37 */waypoints[115].children[4] = 53; + /* 55:37 */waypoints[115].children[5] = 154; + /* 55:37 */waypoints[116] = spawnstruct(); + /* 55:37 */waypoints[116].origin = ( 347.86, -670.368, 185.515 ); + /* 55:37 */waypoints[116].type = "stand"; + /* 55:37 */waypoints[116].children[0] = 114; + /* 55:37 */waypoints[116].children[1] = 50; + /* 55:37 */waypoints[116].children[2] = 117; + /* 55:37 */waypoints[116].children[3] = 118; + /* 55:37 */waypoints[116].children[4] = 119; + /* 55:37 */waypoints[116].children[5] = 124; + /* 55:37 */waypoints[116].children[6] = 163; + /* 55:37 */waypoints[117] = spawnstruct(); + /* 55:37 */waypoints[117].origin = ( 98.191, -1048.2, 190.25 ); + /* 55:37 */waypoints[117].type = "stand"; + /* 55:37 */waypoints[117].children[0] = 116; + /* 55:37 */waypoints[117].children[1] = 142; + /* 55:37 */waypoints[117].children[2] = 44; + /* 55:37 */waypoints[117].children[3] = 143; + /* 55:37 */waypoints[118] = spawnstruct(); + /* 55:37 */waypoints[118].origin = ( 21.7386, -287.751, 193.897 ); + /* 55:37 */waypoints[118].type = "stand"; + /* 55:37 */waypoints[118].children[0] = 116; + /* 55:37 */waypoints[118].children[1] = 124; + /* 55:37 */waypoints[118].children[2] = 125; + /* 55:37 */waypoints[118].children[3] = 132; + /* 55:37 */waypoints[119] = spawnstruct(); + /* 55:37 */waypoints[119].origin = ( 236.203, -12.2049, 177.843 ); + /* 55:37 */waypoints[119].type = "stand"; + /* 55:37 */waypoints[119].children[0] = 116; + /* 55:37 */waypoints[119].children[1] = 120; + /* 55:37 */waypoints[119].children[2] = 124; + /* 55:37 */waypoints[119].children[3] = 177; + /* 55:37 */waypoints[120] = spawnstruct(); + /* 55:37 */waypoints[120].origin = ( -80.5224, 258.679, 178.246 ); + /* 55:37 */waypoints[120].type = "stand"; + /* 55:37 */waypoints[120].children[0] = 119; + /* 55:37 */waypoints[120].children[1] = 121; + /* 55:37 */waypoints[121] = spawnstruct(); + /* 55:37 */waypoints[121].origin = ( -370.356, 316.77, 165.628 ); + /* 55:37 */waypoints[121].type = "stand"; + /* 55:37 */waypoints[121].children[0] = 122; + /* 55:37 */waypoints[121].children[1] = 120; + /* 55:37 */waypoints[122] = spawnstruct(); + /* 55:37 */waypoints[122].origin = ( -436.681, 721.525, 130.622 ); + /* 55:37 */waypoints[122].type = "stand"; + /* 55:37 */waypoints[122].children[0] = 121; + /* 55:37 */waypoints[122].children[1] = 123; + /* 55:37 */waypoints[122].children[2] = 176; + /* 55:37 */waypoints[123] = spawnstruct(); + /* 55:37 */waypoints[123].origin = ( -839.208, 1247, 132.229 ); + /* 55:37 */waypoints[123].type = "stand"; + /* 55:37 */waypoints[123].children[0] = 122; + /* 55:37 */waypoints[123].children[1] = 11; + /* 55:37 */waypoints[123].children[2] = 8; + /* 55:37 */waypoints[123].children[3] = 12; + /* 55:37 */waypoints[123].children[4] = 176; + /* 55:37 */waypoints[124] = spawnstruct(); + /* 55:37 */waypoints[124].origin = ( 189.159, -335.428, 167.019 ); + /* 55:37 */waypoints[124].type = "stand"; + /* 55:37 */waypoints[124].children[0] = 116; + /* 55:37 */waypoints[124].children[1] = 118; + /* 55:37 */waypoints[124].children[2] = 119; + /* 55:37 */waypoints[125] = spawnstruct(); + /* 55:37 */waypoints[125].origin = ( -173.828, -136.313, 223.227 ); + /* 55:37 */waypoints[125].type = "stand"; + /* 55:37 */waypoints[125].children[0] = 118; + /* 55:37 */waypoints[125].children[1] = 127; + /* 55:37 */waypoints[125].children[2] = 126; + /* 55:37 */waypoints[126] = spawnstruct(); + /* 55:37 */waypoints[126].origin = ( -461.225, -515.752, 243.566 ); + /* 55:37 */waypoints[126].type = "stand"; + /* 55:37 */waypoints[126].children[0] = 128; + /* 55:37 */waypoints[126].children[1] = 125; + /* 55:37 */waypoints[126].children[2] = 133; + /* 55:37 */waypoints[127] = spawnstruct(); + /* 55:37 */waypoints[127].origin = ( -638.94, -285.109, 230.758 ); + /* 55:37 */waypoints[127].type = "stand"; + /* 55:37 */waypoints[127].children[0] = 128; + /* 55:37 */waypoints[127].children[1] = 125; + /* 55:37 */waypoints[127].children[2] = 129; + /* 55:37 */waypoints[127].children[3] = 165; + /* 55:37 */waypoints[128] = spawnstruct(); + /* 55:37 */waypoints[128].origin = ( -652.742, -589.038, 298.482 ); + /* 55:37 */waypoints[128].type = "climb"; + /* 55:37 */waypoints[128].children[0] = 126; + /* 55:37 */waypoints[128].children[1] = 127; + /* 55:37 */waypoints[128].children[2] = 133; + /* 55:37 */waypoints[128].children[3] = 136; + /* 55:37 */waypoints[128].angles = ( 6.96411, -163.334, 0 ); + /* 55:37 */waypoints[129] = spawnstruct(); + /* 55:37 */waypoints[129].origin = ( -925.6, 144.809, 239.128 ); + /* 55:37 */waypoints[129].type = "stand"; + /* 55:37 */waypoints[129].children[0] = 85; + /* 55:37 */waypoints[129].children[1] = 127; + /* 55:37 */waypoints[129].children[2] = 27; + /* 55:37 */waypoints[129].children[3] = 131; + /* 55:37 */waypoints[129].children[4] = 165; + /* 55:37 */waypoints[129].children[5] = 167; + /* 55:37 */waypoints[130] = spawnstruct(); + /* 55:37 */waypoints[130].origin = ( -1329.43, 606.058, 246.076 ); + /* 55:37 */waypoints[130].type = "stand"; + /* 55:37 */waypoints[130].children[0] = 28; + /* 55:37 */waypoints[130].children[1] = 27; + /* 55:37 */waypoints[130].children[2] = 85; + /* 55:37 */waypoints[130].children[3] = 131; + /* 55:37 */waypoints[131] = spawnstruct(); + /* 55:37 */waypoints[131].origin = ( -914.627, 352.247, 256.581 ); + /* 55:37 */waypoints[131].type = "stand"; + /* 55:37 */waypoints[131].children[0] = 130; + /* 55:37 */waypoints[131].children[1] = 129; + /* 55:37 */waypoints[131].children[2] = 85; + /* 55:37 */waypoints[132] = spawnstruct(); + /* 55:37 */waypoints[132].origin = ( -72.2493, -508.134, 246.988 ); + /* 55:37 */waypoints[132].type = "crouch"; + /* 55:37 */waypoints[132].children[0] = 118; + /* 55:37 */waypoints[132].angles = ( 3.31116, -11.228, 0 ); + /* 55:37 */waypoints[133] = spawnstruct(); + /* 55:37 */waypoints[133].origin = ( -538.073, -771.539, 298.963 ); + /* 55:37 */waypoints[133].type = "stand"; + /* 55:37 */waypoints[133].children[0] = 134; + /* 55:37 */waypoints[133].children[1] = 128; + /* 55:37 */waypoints[133].children[2] = 126; + /* 55:37 */waypoints[133].children[3] = 136; + /* 55:37 */waypoints[133].children[4] = 140; + /* 55:37 */waypoints[134] = spawnstruct(); + /* 55:37 */waypoints[134].origin = ( -237.414, -704.531, 373.455 ); + /* 55:37 */waypoints[134].type = "stand"; + /* 55:37 */waypoints[134].children[0] = 135; + /* 55:37 */waypoints[134].children[1] = 133; + /* 55:37 */waypoints[134].children[2] = 169; + /* 55:37 */waypoints[135] = spawnstruct(); + /* 55:37 */waypoints[135].origin = ( -66.4361, -611.963, 392.144 ); + /* 55:37 */waypoints[135].type = "javelin"; + /* 55:37 */waypoints[135].children[0] = 134; + /* 55:37 */waypoints[135].children[1] = 169; + /* 55:37 */waypoints[135].jav_point = ( 1884.46, -544.602, 266.159 ); + /* 55:37 */waypoints[136] = spawnstruct(); + /* 55:37 */waypoints[136].origin = ( -876.776, -691.584, 341.872 ); + /* 55:37 */waypoints[136].type = "stand"; + /* 55:37 */waypoints[136].children[0] = 133; + /* 55:37 */waypoints[136].children[1] = 128; + /* 55:37 */waypoints[136].children[2] = 137; + /* 55:37 */waypoints[136].children[3] = 138; + /* 55:37 */waypoints[137] = spawnstruct(); + /* 55:37 */waypoints[137].origin = ( -1288.87, -459.595, 366.253 ); + /* 55:37 */waypoints[137].type = "stand"; + /* 55:37 */waypoints[137].children[0] = 31; + /* 55:37 */waypoints[137].children[1] = 136; + /* 55:37 */waypoints[138] = spawnstruct(); + /* 55:37 */waypoints[138].origin = ( -1204.69, -955.837, 355.396 ); + /* 55:37 */waypoints[138].type = "stand"; + /* 55:37 */waypoints[138].children[0] = 136; + /* 55:37 */waypoints[138].children[1] = 31; + /* 55:37 */waypoints[138].children[2] = 139; + /* 55:37 */waypoints[138].children[3] = 34; + /* 55:37 */waypoints[139] = spawnstruct(); + /* 55:37 */waypoints[139].origin = ( -1113.53, -1290.19, 352.638 ); + /* 55:37 */waypoints[139].type = "stand"; + /* 55:37 */waypoints[139].children[0] = 34; + /* 55:37 */waypoints[139].children[1] = 138; + /* 55:37 */waypoints[139].children[2] = 140; + /* 55:37 */waypoints[140] = spawnstruct(); + /* 55:37 */waypoints[140].origin = ( -673.51, -996.091, 297.736 ); + /* 55:37 */waypoints[140].type = "stand"; + /* 55:37 */waypoints[140].children[0] = 133; + /* 55:37 */waypoints[140].children[1] = 34; + /* 55:37 */waypoints[140].children[2] = 139; + /* 55:37 */waypoints[141] = spawnstruct(); + /* 55:37 */waypoints[141].origin = ( -1282.17, -1943.12, 381.106 ); + /* 55:37 */waypoints[141].type = "crouch"; + /* 55:37 */waypoints[141].children[0] = 35; + /* 55:37 */waypoints[141].angles = ( 4.46474, -15.0293, 0 ); + /* 55:37 */waypoints[142] = spawnstruct(); + /* 55:37 */waypoints[142].origin = ( -399.164, -1290.03, 204.967 ); + /* 55:37 */waypoints[142].type = "stand"; + /* 55:37 */waypoints[142].children[0] = 117; + /* 55:37 */waypoints[142].children[1] = 36; + /* 55:37 */waypoints[142].children[2] = 151; + /* 55:37 */waypoints[143] = spawnstruct(); + /* 55:37 */waypoints[143].origin = ( -70.2257, -1702.76, 206.594 ); + /* 55:37 */waypoints[143].type = "stand"; + /* 55:37 */waypoints[143].children[0] = 117; + /* 55:37 */waypoints[143].children[1] = 147; + /* 55:37 */waypoints[144] = spawnstruct(); + /* 55:37 */waypoints[144].origin = ( 351.125, -1246.43, 257.219 ); + /* 55:37 */waypoints[144].type = "crouch"; + /* 55:37 */waypoints[144].children[0] = 50; + /* 55:37 */waypoints[144].angles = ( 0.235004, 18.468, 0 ); + /* 55:37 */waypoints[145] = spawnstruct(); + /* 55:37 */waypoints[145].origin = ( 448.854, -1526.79, 346.695 ); + /* 55:37 */waypoints[145].type = "crouch"; + /* 55:37 */waypoints[145].children[0] = 48; + /* 55:37 */waypoints[145].angles = ( 3.88796, 44.7253, 0 ); + /* 55:37 */waypoints[146] = spawnstruct(); + /* 55:37 */waypoints[146].origin = ( -596.172, 741.999, 317.517 ); + /* 55:37 */waypoints[146].type = "crouch"; + /* 55:37 */waypoints[146].children[0] = 84; + /* 55:37 */waypoints[146].angles = ( 3.31118, 37.9962, 0 ); + /* 55:37 */waypoints[147] = spawnstruct(); + /* 55:37 */waypoints[147].origin = ( -224.92, -1854.24, 211.402 ); + /* 55:37 */waypoints[147].type = "stand"; + /* 55:37 */waypoints[147].children[0] = 143; + /* 55:37 */waypoints[147].children[1] = 149; + /* 55:37 */waypoints[148] = spawnstruct(); + /* 55:37 */waypoints[148].origin = ( -433.044, -1805.24, 214.397 ); + /* 55:37 */waypoints[148].type = "climb"; + /* 55:37 */waypoints[148].children[0] = 149; + /* 55:37 */waypoints[148].children[1] = 150; + /* 55:37 */waypoints[148].children[2] = 151; + /* 55:37 */waypoints[148].angles = ( -13.2178, -138.048, 0 ); + /* 55:37 */waypoints[149] = spawnstruct(); + /* 55:37 */waypoints[149].origin = ( -362.081, -1829.68, 217.423 ); + /* 55:37 */waypoints[149].type = "stand"; + /* 55:37 */waypoints[149].children[0] = 148; + /* 55:37 */waypoints[149].children[1] = 147; + /* 55:37 */waypoints[149].children[2] = 151; + /* 55:37 */waypoints[150] = spawnstruct(); + /* 55:37 */waypoints[150].origin = ( -475.816, -1861.65, 288.359 ); + /* 55:37 */waypoints[150].type = "stand"; + /* 55:37 */waypoints[150].children[0] = 148; + /* 55:37 */waypoints[150].children[1] = 41; + /* 55:37 */waypoints[150].children[2] = 35; + /* 55:37 */waypoints[151] = spawnstruct(); + /* 55:37 */waypoints[151].origin = ( -459.639, -1637.25, 213.204 ); + /* 55:37 */waypoints[151].type = "stand"; + /* 55:37 */waypoints[151].children[0] = 142; + /* 55:37 */waypoints[151].children[1] = 148; + /* 55:37 */waypoints[151].children[2] = 149; + /* 55:37 */waypoints[152] = spawnstruct(); + /* 55:37 */waypoints[152].origin = ( 660.758, -1411.04, 286.424 ); + /* 55:37 */waypoints[152].type = "claymore"; + /* 55:37 */waypoints[152].children[0] = 49; + /* 55:37 */waypoints[152].children[1] = 48; + /* 55:37 */waypoints[152].angles = ( 85, 158.83, 0 ); + /* 55:37 */waypoints[153] = spawnstruct(); + /* 55:37 */waypoints[153].origin = ( 857.418, -1266.82, 279.378 ); + /* 55:37 */waypoints[153].type = "stand"; + /* 55:37 */waypoints[153].children[0] = 49; + /* 55:37 */waypoints[153].children[1] = 51; + /* 55:37 */waypoints[153].children[2] = 164; + /* 55:37 */waypoints[154] = spawnstruct(); + /* 55:37 */waypoints[154].origin = ( 1616.25, -457.034, 236.319 ); + /* 55:37 */waypoints[154].type = "claymore"; + /* 55:37 */waypoints[154].children[0] = 53; + /* 55:37 */waypoints[154].children[1] = 115; + /* 55:37 */waypoints[154].children[2] = 55; + /* 55:37 */waypoints[154].angles = ( 73.0908, -46.1364, 0 ); + /* 55:37 */waypoints[155] = spawnstruct(); + /* 55:37 */waypoints[155].origin = ( 1026.7, -24.6824, 272.712 ); + /* 55:37 */waypoints[155].type = "claymore"; + /* 55:37 */waypoints[155].children[0] = 97; + /* 55:37 */waypoints[155].children[1] = 156; + /* 55:37 */waypoints[155].angles = ( 65.6036, 25.7911, 0 ); + /* 55:37 */waypoints[156] = spawnstruct(); + /* 55:37 */waypoints[156].origin = ( 1084.44, -31.7228, 281.129 ); + /* 55:37 */waypoints[156].type = "stand"; + /* 55:37 */waypoints[156].children[0] = 155; + /* 55:37 */waypoints[156].children[1] = 97; + /* 55:37 */waypoints[156].children[2] = 103; + /* 55:37 */waypoints[157] = spawnstruct(); + /* 55:37 */waypoints[157].origin = ( 1407.02, 1006.18, 240.906 ); + /* 55:37 */waypoints[157].type = "claymore"; + /* 55:37 */waypoints[157].children[0] = 65; + /* 55:37 */waypoints[157].children[1] = 69; + /* 55:37 */waypoints[157].children[2] = 63; + /* 55:37 */waypoints[157].children[3] = 61; + /* 55:37 */waypoints[157].angles = ( 76.7383, 73.4443, 0 ); + /* 55:37 */waypoints[158] = spawnstruct(); + /* 55:37 */waypoints[158].origin = ( 960.516, 1733.95, 298.365 ); + /* 55:37 */waypoints[158].type = "crouch"; + /* 55:37 */waypoints[158].children[0] = 73; + /* 55:37 */waypoints[158].angles = ( 1.78406, 172.123, 0 ); + /* 55:37 */waypoints[159] = spawnstruct(); + /* 55:37 */waypoints[159].origin = ( 1386.86, 529.665, 240.125 ); + /* 55:37 */waypoints[159].type = "crouch"; + /* 55:37 */waypoints[159].children[0] = 60; + /* 55:37 */waypoints[159].angles = ( 1.19629, 25.0605, 0 ); + /* 55:37 */waypoints[160] = spawnstruct(); + /* 55:37 */waypoints[160].origin = ( -236.915, 1880.09, 267.037 ); + /* 55:37 */waypoints[160].type = "claymore"; + /* 55:37 */waypoints[160].children[0] = 6; + /* 55:37 */waypoints[160].children[1] = 5; + /* 55:37 */waypoints[160].angles = ( 73.8544, 94.7138, 0 ); + /* 55:37 */waypoints[161] = spawnstruct(); + /* 55:37 */waypoints[161].origin = ( 21.8085, 1341.61, 269.148 ); + /* 55:37 */waypoints[161].type = "javelin"; + /* 55:37 */waypoints[161].children[0] = 83; + /* 55:37 */waypoints[161].children[1] = 84; + /* 55:37 */waypoints[161].children[2] = 5; + /* 55:37 */waypoints[161].children[3] = 86; + /* 55:37 */waypoints[161].jav_point = ( -1181.51, 435.61, 330.357 ); + /* 55:37 */waypoints[162] = spawnstruct(); + /* 55:37 */waypoints[162].origin = ( 781.481, 457.538, 286.258 ); + /* 55:37 */waypoints[162].type = "grenade"; + /* 55:37 */waypoints[162].children[0] = 110; + /* 55:37 */waypoints[162].children[1] = 95; + /* 55:37 */waypoints[162].angles = ( -28.7909, -72.7728, 0 ); + /* 55:37 */waypoints[163] = spawnstruct(); + /* 55:37 */waypoints[163].origin = ( 552.817, -645.34, 192.379 ); + /* 55:37 */waypoints[163].type = "grenade"; + /* 55:37 */waypoints[163].children[0] = 114; + /* 55:37 */waypoints[163].children[1] = 116; + /* 55:37 */waypoints[163].angles = ( -35.5255, 177.721, 0 ); + /* 55:37 */waypoints[164] = spawnstruct(); + /* 55:37 */waypoints[164].origin = ( 764.445, -1132.11, 265.701 ); + /* 55:37 */waypoints[164].type = "grenade"; + /* 55:37 */waypoints[164].children[0] = 49; + /* 55:37 */waypoints[164].children[1] = 51; + /* 55:37 */waypoints[164].children[2] = 153; + /* 55:37 */waypoints[164].angles = ( -19.1888, 38.354, 0 ); + /* 55:37 */waypoints[165] = spawnstruct(); + /* 55:37 */waypoints[165].origin = ( -840.188, -145.509, 241.262 ); + /* 55:37 */waypoints[165].type = "grenade"; + /* 55:37 */waypoints[165].children[0] = 127; + /* 55:37 */waypoints[165].children[1] = 129; + /* 55:37 */waypoints[165].angles = ( -38.9972, 74.1474, 0 ); + /* 55:37 */waypoints[166] = spawnstruct(); + /* 55:37 */waypoints[166].origin = ( -1900.05, -242.932, 272.832 ); + /* 55:37 */waypoints[166].type = "claymore"; + /* 55:37 */waypoints[166].children[0] = 29; + /* 55:37 */waypoints[166].children[1] = 30; + /* 55:37 */waypoints[166].angles = ( 78.0621, 133.787, 0 ); + /* 55:37 */waypoints[167] = spawnstruct(); + /* 55:37 */waypoints[167].origin = ( -1579.3, 120.361, 264.714 ); + /* 55:37 */waypoints[167].type = "grenade"; + /* 55:37 */waypoints[167].children[0] = 26; + /* 55:37 */waypoints[167].children[1] = 27; + /* 55:37 */waypoints[167].children[2] = 25; + /* 55:37 */waypoints[167].children[3] = 129; + /* 55:37 */waypoints[167].children[4] = 168; + /* 55:37 */waypoints[167].angles = ( -36.4923, 36.8049, 0 ); + /* 55:37 */waypoints[168] = spawnstruct(); + /* 55:37 */waypoints[168].origin = ( -1879.23, 95.8353, 264.394 ); + /* 55:37 */waypoints[168].type = "javelin"; + /* 55:37 */waypoints[168].children[0] = 25; + /* 55:37 */waypoints[168].children[1] = 29; + /* 55:37 */waypoints[168].children[2] = 167; + /* 55:37 */waypoints[168].jav_point = ( -565.636, 981.548, 335.402 ); + /* 55:37 */waypoints[169] = spawnstruct(); + /* 55:37 */waypoints[169].origin = ( -15.7083, -610.585, 392.363 ); + /* 55:37 */waypoints[169].type = "grenade"; + /* 55:37 */waypoints[169].children[0] = 135; + /* 55:37 */waypoints[169].children[1] = 134; + /* 55:37 */waypoints[169].angles = ( -25.4675, 2.19794, 0 ); + /* 55:37 */waypoints[170] = spawnstruct(); + /* 55:37 */waypoints[170].origin = ( -1105.93, -1709.77, 364.21 ); + /* 55:37 */waypoints[170].type = "claymore"; + /* 55:37 */waypoints[170].children[0] = 34; + /* 55:37 */waypoints[170].children[1] = 35; + /* 55:37 */waypoints[170].angles = ( 80.8417, -158.142, 0 ); + /* 55:37 */waypoints[171] = spawnstruct(); + /* 55:37 */waypoints[171].origin = ( 451.548, -2320.01, 374.561 ); + /* 55:37 */waypoints[171].type = "claymore"; + /* 55:37 */waypoints[171].children[0] = 47; + /* 55:37 */waypoints[171].children[1] = 42; + /* 55:37 */waypoints[171].children[2] = 46; + /* 55:37 */waypoints[171].angles = ( 76.6229, -22.9717, 0 ); + /* 55:37 */waypoints[172] = spawnstruct(); + /* 55:37 */waypoints[172].origin = ( -381.753, 1800.78, 256.339 ); + /* 55:37 */waypoints[172].type = "claymore"; + /* 55:37 */waypoints[172].children[0] = 7; + /* 55:37 */waypoints[172].children[1] = 8; + /* 55:37 */waypoints[172].angles = ( 72.7887, 152.035, 0 ); + /* 55:37 */waypoints[173] = spawnstruct(); + /* 55:37 */waypoints[173].origin = ( -866.347, 1789.48, 202.807 ); + /* 55:37 */waypoints[173].type = "crouch"; + /* 55:37 */waypoints[173].children[0] = 175; + /* 55:37 */waypoints[173].angles = ( -4.67039, 9.84992, 0 ); + /* 55:37 */waypoints[174] = spawnstruct(); + /* 55:37 */waypoints[174].origin = ( -1310.67, 1590.2, 233.51 ); + /* 55:37 */waypoints[174].type = "stand"; + /* 55:37 */waypoints[174].children[0] = 175; + /* 55:37 */waypoints[174].children[1] = 10; + /* 55:37 */waypoints[175] = spawnstruct(); + /* 55:37 */waypoints[175].origin = ( -1111, 1702.13, 122.072 ); + /* 55:37 */waypoints[175].type = "stand"; + /* 55:37 */waypoints[175].children[0] = 11; + /* 55:37 */waypoints[175].children[1] = 174; + /* 55:37 */waypoints[175].children[2] = 173; + /* 55:37 */waypoints[176] = spawnstruct(); + /* 55:37 */waypoints[176].origin = ( -413.443, 803.873, 130.601 ); + /* 55:37 */waypoints[176].type = "claymore"; + /* 55:37 */waypoints[176].children[0] = 122; + /* 55:37 */waypoints[176].children[1] = 123; + /* 55:37 */waypoints[176].angles = ( 34.6552, -173.517, 0 ); + /* 55:37 */waypoints[177] = spawnstruct(); + /* 55:37 */waypoints[177].origin = ( 270.671, 298.054, 240.73 ); + /* 55:37 */waypoints[177].type = "crouch"; + /* 55:37 */waypoints[177].children[0] = 119; + /* 55:37 */waypoints[177].angles = ( 4.95913, -95.1849, 0 ); + /* 55:37 */return waypoints; +}