Mondetta 5 Posted July 6, 2017 i cant get this script to work Share this post Link to post Share on other sites
Tobur 37 Posted July 6, 2017 Where exactly are you stuck, Mondetta? Share this post Link to post Share on other sites
Mondetta 5 Posted July 6, 2017 i dont know what to call the items you put on the map to get this to work , when i load up the script nothing happens Share this post Link to post Share on other sites
Tobur 37 Posted July 8, 2017 Did you consult the PDF manual from the link on the first page? It is well explained there. You need to mark the spawn areas with map markers, name them and refer these names in the openme.sqf (like null = [["EOSinf_1","EOSinf_2","EOSinf_9"],[4,1,60],[2,2,75],[4,1],[0],[0],[0,0],[5,1,350,EAST,FALSE]] call EOS_Spawn;) Share this post Link to post Share on other sites
katipo66 94 Posted July 8, 2017 On 6 July 2017 at 8:55 AM, Mondetta said: i dont know what to call the items you put on the map to get this to work , when i load up the script nothing happens This great system still works which surprises me as its withstood the test of time and game updates that have destroyed many a script... I'm sure it came with a test mission, load that into the editor to help give you an idea of what's needed and as tobur says read the PDF manual, test on the virtual reality map so you can visually see everything happening/not happening Share this post Link to post Share on other sites
C.Hall 3 Posted July 28, 2017 I have searched a long time in this thread but have not found the answer. How can I make the markers invisible? (Not green or red) Share this post Link to post Share on other sites
Janez 531 Posted July 28, 2017 Have you tried setting marker alpha to zero in 3DEN? Share this post Link to post Share on other sites
C.Hall 3 Posted July 28, 2017 Yes, it makes the markers invisible until the player is in the zone, then it lights up. Share this post Link to post Share on other sites
katipo66 94 Posted July 28, 2017 45 minutes ago, C.Hall said: I have searched a long time in this thread but have not found the answer. How can I make the markers invisible? (Not green or red) There should be a PDF in the download which details how you can configure the settings including markers? 1 Share this post Link to post Share on other sites
C.Hall 3 Posted July 30, 2017 On 7/28/2017 at 3:53 AM, katipo66 said: There should be a PDF in the download which details how you can configure the settings including markers? Thank you, I thought I had read everything, but apparently, I missed the "marker setup" section. Derp LOL 1 Share this post Link to post Share on other sites
Tobur 37 Posted July 30, 2017 (edited) You can also change the alpha value of the markers to make them invisible edit: ah sorry, has been already mentioned above.. Edited July 30, 2017 by tobur Share this post Link to post Share on other sites
gibfender 6 Posted July 30, 2017 On 02/03/2017 at 4:23 PM, gibfender said: With Bastion, is there a way to specify the starting location of the attacking AI? An example of what I'm after: At the moment the enemy will spawn in at random positions around the bastion marker. Sorry for the bump but does anyone have any idea if this is possible with EOS Bastion? Share this post Link to post Share on other sites
thedubl 43 Posted July 31, 2017 Why not just add another parameter to the call bastion_spawn. If it is null, use the random and if a value it passed use the defined position. You have to adjust the b_core and b_launch scripts in the core too. Share this post Link to post Share on other sites
Andres97 17 Posted July 31, 2017 On 30/7/2017 at 0:39 PM, gibfender said: Sorry for the bump but does anyone have any idea if this is possible with EOS Bastion? You can specify the direction the units will spawn in if you mess around with b_core, if you also modify the distance you can get something similar. If you need further directions as how to do this, let me know. Also, I made a script for enemy reinforcements that works in a similar way to Bastion (waaaay more simple), however I did not test this in MP, that allows you to choose the markers in which the enemies spawn before attacking a position. I can upload it if you'd like. EDIT: I actually posted in this topic as what changes you need to do to b_core, I don't mind posting it again. 2 Share this post Link to post Share on other sites
M. Crow 0 Posted August 15, 2017 So i set the units to spawn in just like you did with OPFOR using RHS factions and Cars,boats, tanks ECT. spawn empty. is their anything you can tell me that might help? Share this post Link to post Share on other sites
Twiznak 57 Posted September 21, 2017 Hello, I love this script. It is the backbone of all of my missions. I have an idea but I don't know how to get it done. I have 10 markers ("marker_1","marker_2", ect.). Can I activate each marker in succession? Activate "marker_2" only after "marker_1" has been cleared or (getMarkerColor "marker_1" == "ColorGreen"). I would love to know how to do this. It would really open up my possibilities as a mission maker. Any help is appreciated. Thank you. 1 Share this post Link to post Share on other sites
Mirek 166 Posted October 2, 2017 Hello gentlemen, quick question. Iam getting error that says: that there is undefined variable called b_min in eos_core.sqf and eos refuses to spawn infantary for me. i did no changes in eos_core.sqf i di some change in openme.sqf i changed line 25: null = [["EOSinf_1","EOSinf_2","EOSinf_3"],[9,2,100],[6,8,100],[2,1,90],[1,40],[2,30],[0,0],[0,0,1000,EAST,TRUE]] call EOS_Spawn; Thats all i changed. Any ideas what did i screw? Share this post Link to post Share on other sites
thedubl 43 Posted October 2, 2017 3 hours ago, Mirek said: Hello gentlemen, quick question. Iam getting error that says: that there is undefined variable called b_min in eos_core.sqf and eos refuses to spawn infantary for me. i did no changes in eos_core.sqf i di some change in openme.sqf i changed line 25: null = [["EOSinf_1","EOSinf_2","EOSinf_3"],[9,2,100],[6,8,100],[2,1,90],[1,40],[2,30],[0,0],[0,0,1000,EAST,TRUE]] call EOS_Spawn; Thats all i changed. Any ideas what did i screw? Can you share the entire openme.sqf? I am assuming the issue is just before. Share this post Link to post Share on other sites
J0K3R 5 93 Posted October 3, 2017 /* EOS 1.98 by BangaBob GROUP SIZES 0 = 1 1 = 2,4 2 = 4,8 3 = 8,12 4 = 12,16 5 = 16,20 EXAMPLE CALL - EOS null = [["MARKERNAME","MARKERNAME2"],[2,1,70],[1,1,25],[1,2,30],[2,60],[2],[1,0,10],[1,0,redzone,WEST]] call EOS_Spawn; null=[["M1","M2","M3"],[HOUSE GROUPS,SIZE OF GROUPS,PROBABILITY],[PATROL GROUPS,SIZE OF GROUPS,PROBABILITY],[LIGHT VEHICLES,SIZE OF CARGO,PROBABILITY],[ARMOURED VEHICLES,PROBABILITY], [STATIC VEHICLES,PROBABILITY],[HELICOPTERS,SIZE OF HELICOPTER CARGO,PROBABILITY],[FACTION,MARKERTYPE,DISTANCE,SIDE,HEIGHTLIMIT,DEBUG]] call EOS_Spawn; EXAMPLE CALL - BASTION null = [["BAS_zone_1"],[3,1],[2,1],[2],[0,0,0],[0,0,EAST,false,false],[10,2,120,TRUE,TRUE]] call Bastion_Spawn; null=[["M1","M2","M3"],[PATROL GROUPS,SIZE OF GROUPS],[LIGHT VEHICLES,SIZE OF CARGO],[ARMOURED VEHICLES],[HELICOPTERS,SIZE OF HELICOPTER CARGO],[FACTION,MARKERTYPE,SIDE,HEIGHTLIMIT,DEBUG],[INITIAL PAUSE, NUMBER OF WAVES, DELAY BETWEEN WAVES, INTEGRATE EOS, SHOW HINTS]] call Bastion_Spawn; */ //============================================================================================================================= // Settings //============================================================================================================================= EOS_Spawn = compile preprocessfilelinenumbers "eos\core\eos_launch.sqf"; Bastion_Spawn=compile preprocessfilelinenumbers "eos\core\b_launch.sqf"; null=[] execVM "eos\core\spawn_fnc.sqf"; onplayerConnected {[] execVM "eos\Functions\EOS_Markers.sqf";}; VictoryColor="colorGreen"; // Colour of marker after completion hostileColor="colorRed"; // Default colour when enemies active bastionColor="colorOrange"; // Colour for bastion marker EOS_DAMAGE_MULTIPLIER=1; // 1 is default EOS_KILLCOUNTER=false; // Counts killed units //============================================================================================================================= // Markers //============================================================================================================================= null = [["m_1"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_2"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_3"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_4"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_5"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_6"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_7"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_8"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_9"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_10"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_11"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_12"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_13"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_14"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_15"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_16"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_17"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_18"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_19"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_20"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_21"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_22"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_23"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_24"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_25"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_26"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_27"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_28"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_29"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_30"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_31"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_32"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_33"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_34"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_35"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_36"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_37"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_38"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_39"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_40"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_41"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_42"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_43"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_44"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_45"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_46"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_47"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_48"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_49"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_50"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_51"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_52"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_53"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_54"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_55"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_56"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_57"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_58"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_59"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_60"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_61"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_62"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_63"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_64"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_65"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_66"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_67"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_68"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_69"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_70"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_71"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_72"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_73"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_74"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_75"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_76"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_77"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_78"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_79"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_80"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_81"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_82"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_83"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_84"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_85"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_86"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_87"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_88"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_89"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_90"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_91"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_92"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_93"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_94"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_95"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_96"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_97"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_98"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_99"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_100"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_101"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_102"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_103"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_104"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_105"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_106"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_107"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_108"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_109"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_110"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_111"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_112"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_113"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_114"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_115"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_116"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_117"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_118"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_119"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_120"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_121"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_122"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_123"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_124"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_125"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_126"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_127"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_128"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_129"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_130"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_131"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_132"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_133"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_134"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_135"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_136"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_137"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_138"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_139"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_140"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_141"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_142"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_143"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_144"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_145"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_146"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_147"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_148"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_149"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_150"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_151"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_152"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_153"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_154"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_155"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_156"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_157"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_158"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_159"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_160"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_161"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_162"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_163"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_164"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_165"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_166"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_167"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_168"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_169"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_170"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_171"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_172"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_173"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_174"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_175"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_176"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_177"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_178"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_179"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_180"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_181"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_182"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_183"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_184"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_185"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_186"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_187"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_188"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_189"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_190"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_191"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_192"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_193"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_194"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_195"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_196"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_197"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_198"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_199"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_200"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_201"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_202"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_203"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_204"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_205"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_206"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_207"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_208"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_209"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_210"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_211"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_212"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_213"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_214"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_215"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_216"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_217"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_218"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_219"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_220"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_221"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_222"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_223"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_224"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_225"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_226"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_227"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_228"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_229"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_230"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_231"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_232"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_233"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_234"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_235"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_236"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_237"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_238"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_239"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_240"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_241"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_242"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_243"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_244"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_245"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_246"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_247"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_248"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_249"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_300"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_251"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_252"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_253"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_254"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_255"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_256"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_257"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_258"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_259"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_260"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_261"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_262"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_263"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_264"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_265"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_266"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_267"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_268"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_269"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_270"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_271"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_272"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_273"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_274"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_275"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_276"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_277"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_278"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_279"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_280"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_281"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_282"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_283"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_284"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_285"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_286"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_287"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_288"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_289"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_290"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_291"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_292"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_293"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_294"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_295"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_296"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_297"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_298"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_299"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_300"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_301"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_302"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_303"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_304"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_305"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_306"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_307"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_308"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_309"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_310"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_311"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_312"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_313"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_314"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_315"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_316"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_317"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_318"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_319"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_320"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_321"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_322"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_323"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_324"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_325"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_326"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_327"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_328"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_329"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_330"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_331"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_332"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_333"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_334"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_335"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_336"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_337"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_338"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_339"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_340"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_341"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_342"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_343"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_344"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_345"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_346"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_347"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_348"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_349"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_350"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_351"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_352"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_353"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_354"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_355"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_356"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_357"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_358"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_359"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_360"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_361"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_362"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_363"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_364"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_365"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_366"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_367"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_368"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_369"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_370"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_371"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_372"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_373"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_374"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_375"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_376"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_377"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_378"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_379"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_380"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_381"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_382"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_383"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_384"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_385"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_386"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_387"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_388"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_389"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_390"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_391"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_392"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_393"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_394"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_395"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_396"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_397"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_398"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_399"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_400"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_401"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_402"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_403"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_404"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_405"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_406"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_407"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_408"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_409"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_410"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_411"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_412"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_413"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_414"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_415"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_416"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_417"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_418"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_419"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_420"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_421"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_422"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_423"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_424"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_425"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_426"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_427"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_428"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_429"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_430"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_431"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_432"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_433"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_434"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_435"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_436"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_437"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_438"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_439"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_440"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_441"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_442"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_443"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_444"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_445"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_446"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_447"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_448"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_449"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_450"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_451"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_452"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_453"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_454"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_455"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_456"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_457"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_458"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_459"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_460"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_461"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_462"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_463"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_464"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_465"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_466"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_467"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_468"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_469"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_470"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_471"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_472"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_473"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_474"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_475"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_476"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_477"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_478"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_479"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_480"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_481"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_482"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_483"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_484"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_485"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_486"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_487"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_488"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_489"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_490"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_491"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_492"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_493"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_494"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_495"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_496"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_497"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_498"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_499"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_500"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_501"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_502"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_503"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_504"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_505"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_506"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_507"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_508"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_509"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_510"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_511"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_512"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_513"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_514"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_515"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_516"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_517"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_518"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_519"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_520"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_521"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_522"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_523"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_524"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_525"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_526"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_527"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_528"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_529"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_530"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_531"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_532"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_533"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_534"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_535"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_536"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_537"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_538"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_539"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_540"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_541"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_542"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_543"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_544"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_545"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_546"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_547"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_548"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_549"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_550"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_551"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_552"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_553"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_554"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_555"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_556"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_557"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_558"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_559"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_560"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_561"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_562"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_563"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_564"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_565"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_566"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_567"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_568"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_569"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_570"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_571"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_572"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_573"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_574"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_575"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_576"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_577"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_578"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_579"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_580"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_581"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_582"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_583"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_584"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_585"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_586"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_587"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_588"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_589"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_590"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_591"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_592"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_593"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_594"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_595"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_596"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_597"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_598"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_599"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_600"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_601"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_602"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_603"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_604"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_605"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_606"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_607"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_608"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_609"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_610"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_611"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_612"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_613"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_614"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_615"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_616"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_617"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_618"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_619"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_620"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_621"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_622"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_623"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_624"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_625"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_626"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_627"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_628"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_629"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_630"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_631"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_632"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_633"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_634"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_635"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_636"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_637"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_638"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_639"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_640"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_641"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_642"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_643"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_644"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_645"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_646"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_647"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_648"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_649"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_650"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_651"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_652"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_653"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_654"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_655"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_656"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_657"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_658"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_659"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_660"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_661"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_662"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_663"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_664"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_665"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_666"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_667"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_668"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_669"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_670"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_671"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_672"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_673"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_674"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_675"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_676"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_677"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_678"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_679"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_680"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_681"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_682"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_683"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_684"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_685"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_686"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_687"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_688"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_689"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_690"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_691"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_692"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_693"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_694"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_695"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_696"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_697"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_698"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_699"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_700"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_701"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_702"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_703"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_704"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_705"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_706"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_707"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_708"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_709"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_710"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_711"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_712"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_713"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_714"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_715"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_716"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_717"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_718"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_719"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_720"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_721"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_722"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_723"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_724"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_725"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_726"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_727"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_728"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_729"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_730"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_731"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_732"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_733"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_734"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_735"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_736"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_737"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_738"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_739"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_740"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_741"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_742"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_743"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_744"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_745"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_746"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_747"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_748"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_749"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_750"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_751"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_752"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_753"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_754"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_755"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_756"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_757"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_758"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_759"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_760"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_761"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_762"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_763"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_764"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_765"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_766"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_767"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_768"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_769"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_770"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_771"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_772"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_773"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_774"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_775"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_776"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_777"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_778"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_779"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_780"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_781"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_782"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_783"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_784"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_785"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_786"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_787"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_788"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_789"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_790"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_791"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_792"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_793"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_794"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_795"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_796"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_797"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_798"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_799"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_800"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_801"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_802"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_803"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_804"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_805"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_806"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_807"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_808"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_809"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_810"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_811"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_812"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_813"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_814"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_815"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_816"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_817"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_818"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_819"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_820"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_821"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_822"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_823"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_824"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_825"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_826"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_827"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_828"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_829"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_830"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_831"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_832"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_833"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_834"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_835"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_836"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_837"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_838"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_839"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_840"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_841"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_842"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_843"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_844"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_845"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_846"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_847"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_848"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_849"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_850"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_851"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_852"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_853"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_854"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_855"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_856"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_857"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_858"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_859"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_860"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_861"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_862"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_863"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_864"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_865"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_866"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_867"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_868"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_869"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_870"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_871"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_872"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_873"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_874"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_875"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_876"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_877"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_878"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_879"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_880"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_881"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_882"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_883"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_884"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_885"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_886"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_887"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_888"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_889"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_890"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_891"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_892"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_893"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_894"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_895"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_896"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_897"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_898"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_899"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_900"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_901"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_902"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_903"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_904"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_905"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_906"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_907"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_908"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_909"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_910"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_911"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_912"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_913"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_914"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_915"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_916"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_917"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_918"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_919"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_920"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_921"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_922"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_923"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_924"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_925"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_926"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_927"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_928"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_929"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_930"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_931"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_932"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_933"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_934"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_935"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_936"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_937"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_938"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_939"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_940"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_941"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_942"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_943"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_944"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_945"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_946"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_947"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_948"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_949"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_950"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_951"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_952"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_953"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_954"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_955"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_956"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_957"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_958"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_959"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_960"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_961"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_962"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_963"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_964"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_965"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_966"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_967"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_968"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_969"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_970"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_971"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_972"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_973"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_974"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_975"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_976"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_977"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_978"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_979"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_980"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_981"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_982"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_983"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_984"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_985"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_986"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_987"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_988"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_989"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_990"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_991"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_992"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_993"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_994"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_995"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_996"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_997"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_998"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_999"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1000"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1001"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1002"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1003"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1004"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1005"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1006"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1007"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1008"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1009"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1010"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1011"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1012"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1013"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1014"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1015"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1016"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1017"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1018"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1019"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1020"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1021"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1022"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1023"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1024"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1025"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1026"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1027"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1028"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1029"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1030"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1031"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1032"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1033"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1034"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1035"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1036"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1037"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1038"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1039"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1040"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1041"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1042"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1043"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1044"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1045"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1046"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1047"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1048"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1049"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1050"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1051"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1052"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1053"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1054"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1055"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1056"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1057"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1058"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1059"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1060"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1061"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1062"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1063"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1064"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1065"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1066"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1067"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1068"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1069"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1070"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1071"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1072"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1073"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1074"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1075"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1076"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1077"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1078"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1079"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1080"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1081"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1082"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1083"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1084"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1085"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1086"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1087"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1088"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1089"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1090"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1091"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1092"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1093"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1094"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1095"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1096"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1097"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1098"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1099"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1100"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1101"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1102"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1103"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1104"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1105"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1106"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1107"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1108"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1109"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1110"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1111"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1112"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1113"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1114"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1115"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1116"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1117"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1118"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1119"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1120"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1121"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1122"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1123"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1124"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1125"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1126"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1127"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1128"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1129"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1130"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1131"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1132"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1133"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1134"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1135"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1136"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1137"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1138"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1139"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1140"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1141"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1142"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1143"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1144"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1145"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1146"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1147"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1148"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1149"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1150"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1151"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1152"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1153"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1154"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1155"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1156"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1157"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1158"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1159"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1160"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1161"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1162"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1163"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1164"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1165"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1166"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1167"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1168"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1169"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1170"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1171"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1172"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1173"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1174"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1175"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1176"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1177"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1178"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1179"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1180"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1181"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1182"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1183"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1184"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1185"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1186"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1187"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1188"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1189"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1190"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1191"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1192"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1193"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1194"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1195"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1196"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1197"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1198"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1199"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1200"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1201"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1202"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1203"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1204"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1205"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1206"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1207"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1208"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1209"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1210"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1211"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1212"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1213"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1214"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1215"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1216"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1217"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1218"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1219"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1220"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1221"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1222"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1223"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1224"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1225"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1226"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1227"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1228"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1229"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1230"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1231"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1232"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1233"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1234"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1235"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1236"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1237"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1238"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1239"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1240"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1241"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1242"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1243"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1244"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1245"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1246"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1247"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1248"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1249"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1300"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1251"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1252"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1253"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1254"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1255"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1256"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1257"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1258"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1259"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1260"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1261"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1262"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1263"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1264"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1265"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1266"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1267"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1268"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1269"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1270"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1271"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1272"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1273"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1274"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1275"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1276"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1277"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1278"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1279"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1280"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1281"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1282"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1283"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1284"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1285"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1286"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1287"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1288"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1289"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1290"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1291"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1292"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1293"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1294"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1295"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1296"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1297"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1298"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1299"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1300"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1301"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1302"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1303"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1304"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1305"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1306"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1307"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1308"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1309"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1310"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1311"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1312"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1313"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1314"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1315"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1316"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1317"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1318"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1319"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1320"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1321"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1322"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1323"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1324"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1325"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1326"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1327"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1328"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1329"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1330"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1331"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1332"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1333"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1334"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1335"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1336"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1337"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1338"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1339"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1340"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1341"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1342"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1343"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1344"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1345"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1346"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1347"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1348"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1349"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1350"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1351"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1352"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1353"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1354"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1355"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1356"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1357"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1358"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1359"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1360"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1361"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1362"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1363"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1364"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1365"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1366"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1367"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1368"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1369"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1370"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1371"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1372"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1373"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1374"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1375"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1376"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1377"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1378"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1379"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1380"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1381"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1382"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1383"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1384"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1385"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1386"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1387"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1388"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1389"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1390"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1391"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1392"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1393"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1394"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1395"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1396"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1397"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1398"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1399"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1400"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1401"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1402"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1403"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1404"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1405"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1406"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1407"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1408"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1409"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1410"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1411"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1412"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1413"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1414"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1415"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1416"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1417"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1418"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1419"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1420"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1421"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1422"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1423"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1424"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1425"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1426"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1427"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1428"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1429"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1430"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1431"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1432"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1433"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1434"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1435"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1436"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1437"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1438"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1439"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1440"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1441"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1442"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1443"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1444"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1445"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1446"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1447"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1448"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1449"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1450"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1451"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1452"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1453"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1454"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1455"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1456"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1457"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1458"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1459"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1460"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1461"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1462"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1463"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1464"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1465"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1466"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1467"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1468"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1469"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1470"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1471"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1472"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1473"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1474"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1475"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1476"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1477"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1478"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1479"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1480"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1481"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1482"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1483"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1484"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1485"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1486"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1487"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1488"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1489"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1490"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1491"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1492"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1493"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1494"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1495"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1496"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1497"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1498"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1499"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1500"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1501"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1502"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1503"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1504"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1505"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1506"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1507"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1508"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1509"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1510"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1511"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1512"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1513"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1514"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1515"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1516"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1517"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1518"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1519"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1520"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1521"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1522"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1523"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1524"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1525"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1526"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1527"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1528"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1529"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1530"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1531"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1532"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1533"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1534"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1535"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1536"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1537"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1538"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1539"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1540"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1541"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1542"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1543"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1544"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1545"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1546"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1547"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1548"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1549"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1550"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1551"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1552"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1553"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1554"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1555"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1556"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1557"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1558"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1559"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1560"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1561"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1562"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1563"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1564"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1565"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1566"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1567"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1568"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1569"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1570"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1571"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1572"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1573"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1574"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1575"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1576"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1577"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1578"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1579"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1580"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1581"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1582"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1583"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1584"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1585"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1586"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1587"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1588"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1589"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1590"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1591"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1592"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1593"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1594"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1595"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1596"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1597"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1598"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1599"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1600"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1601"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1602"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1603"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1604"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1605"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1606"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1607"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1608"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1609"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1610"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1611"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1612"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1613"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1614"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1615"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1616"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1617"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1618"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1619"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1620"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1621"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1622"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1623"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1624"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1625"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1626"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1627"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1628"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1629"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1630"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1631"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1632"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1633"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1634"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1635"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1636"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1637"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1638"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1639"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1640"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1641"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1642"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1643"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1644"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1645"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1646"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1647"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1648"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1649"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1650"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1651"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1652"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1653"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1654"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1655"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1656"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1657"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1658"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1659"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1660"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1661"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1662"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1663"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1664"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1665"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1666"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1667"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1668"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1669"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1670"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1671"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1672"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1673"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1674"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1675"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1676"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1677"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1678"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1679"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1680"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1681"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1682"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1683"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1684"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1685"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1686"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1687"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1688"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1689"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1690"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1691"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1692"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1693"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1694"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1695"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1696"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1697"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1698"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1699"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1700"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1701"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1702"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1703"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1704"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1705"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1706"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1707"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1708"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1709"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1710"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1711"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1712"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1713"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1714"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1715"],[2,1,100],[1,1,25],[1,1,25],[0,0,0],[1,20],[0,0,0],[1,1,5],[5,0,redzone,INDEPENDENT,FALSE,FALSE]] call EOS_Spawn; null = [["m_1716"],[0,0,0],[0,0,0],[20,2,70],[20,5,70],[0,0,0],[0],[1,2,70],[5,1,redzone,INDEPENDENT]] call EOS_Spawn; Share this post Link to post Share on other sites
Mirek 166 Posted October 3, 2017 19 hours ago, thedubl said: Can you share the entire openme.sqf? I am assuming the issue is just before. Spoiler EOS_Spawn = compile preprocessfilelinenumbers "eos\core\eos_launch.sqf";Bastion_Spawn=compile preprocessfilelinenumbers "eos\core\b_launch.sqf";null=[] execVM "eos\core\spawn_fnc.sqf";onplayerConnected {[] execVM "eos\Functions\EOS_Markers.sqf";}; /* EOS 1.98 by BangaBob GROUP SIZES 0 = 1 1 = 2,4 2 = 4,8 3 = 8,12 4 = 12,16 5 = 16,20 EXAMPLE CALL - EOS null = [["MARKERNAME","MARKERNAME2"],[2,1,70],[0,1],[1,2,30],[2,60],[2],[1,0,10],[1,0,250,WEST]] call EOS_Spawn; null=[["M1","M2","M3"],[HOUSE GROUPS,SIZE OF GROUPS,PROBABILITY],[PATROL GROUPS,SIZE OF GROUPS,PROBABILITY],[LIGHT VEHICLES,SIZE OF CARGO,PROBABILITY],[ARMOURED VEHICLES,PROBABILITY], [STATIC VEHICLES,PROBABILITY],[HELICOPTERS,SIZE OF HELICOPTER CARGO,PROBABILITY],[FACTION,MARKERTYPE,DISTANCE,SIDE,HEIGHTLIMIT,DEBUG]] call EOS_Spawn; EXAMPLE CALL - BASTION null = [["BAS_zone_1"],[3,1],[2,1],[2],[0,0],[0,0,EAST,false,false],[10,2,120,TRUE,TRUE]] call Bastion_Spawn; null=[["M1","M2","M3"],[PATROL GROUPS,SIZE OF GROUPS],[LIGHT VEHICLES,SIZE OF CARGO],[ARMOURED VEHICLES],[HELICOPTERS,SIZE OF HELICOPTER CARGO],[FACTION,MARKERTYPE,SIDE,HEIGHTLIMIT,DEBUG],[INITIAL PAUSE, NUMBER OF WAVES, DELAY BETWEEN WAVES, INTEGRATE EOS, SHOW HINTS]] call Bastion_Spawn; */ VictoryColor="colorGreen"; // Colour of marker after completion hostileColor="colorRed"; // Default colour when enemies active bastionColor="colorOrange"; // Colour for bastion marker EOS_DAMAGE_MULTIPLIER=1; // 1 is default EOS_KILLCOUNTER=true; // Counts killed units null = [["EOSinf_1","EOSinf_2","EOSinf_3"],[9,2,100],[6,8,100],[2,1,90],[1,40],[2,30],[0,0],[0,0,1000,EAST,TRUE]] call EOS_Spawn; null = [["EOSmot_1","EOSmot_2","EOSmot_3"],[0,0],[0,0],[3,1,90],[2,60],[0],[1,0,90],[0,0,1000,EAST,FALSE]] call EOS_Spawn; null = [["BAS_zone_1"],[0,1],[0,2],[0],[1,2],[0,0,EAST,TRUE],[0,2,120,TRUE,FALSE]] call Bastion_Spawn; Share this post Link to post Share on other sites
Mirek 166 Posted October 5, 2017 Still no Joy i tried to change the null = [["EOSinf_1","EOSinf_2","EOSinf_3"],[9,2,100],[6,8,100] to null = [["EOSinf_1","EOSinf_2","EOSinf_3"],[9,2],[6,8] But still get that error Share this post Link to post Share on other sites
Mirek 166 Posted October 5, 2017 OK solved. I screwed the Group size thingy. But now i have another question. I want to predetermine lets say 20 possible possitions for the EOSinf marker so at start of the game EOSinf marker will spawn randomly on one of those predetermined possition. It is possible? how to do that? Share this post Link to post Share on other sites
Mirek 166 Posted October 13, 2017 Another maybe stupid question: If i create the bastion marker during allready running EOS mission, will it work, or do i have to initialise EOS again after spawning the marker, also if i delete the marker during mission, will the enemy waves stop spawning? Share this post Link to post Share on other sites
Mirek 166 Posted October 14, 2017 OK tried, tested and confirmed Place markers named for example m_01, m_02, m_03, m_04 ............................................. on map Set whatever size and orientation of the markers In OpenMe.sqf use this null = [[(selectRandom(allMapMarkers select { _x find "m_"== 0})],[3,2,70],[1,2,90],[1,1,50],[0,0],[1,30],[0,0],[0,0,1000,EAST,FALSE]] call EOS_Spawn; The EOS_spawn zone is now on different location any time you start the mission. Works 100% on hosted, will check on dedicated soon. 1 Share this post Link to post Share on other sites