namenaisInit.sqf 630 B

1234567891011121314151617
  1. //last update 3/12/2018 2:12 pm est by namenai
  2. //laat weapons,adds weapons and wingtip smoke
  3. [] execVM "scripts\zeus3denScripts\vehicleBased\vehicleVariants\airBased\LAAT\laatClaymore.sqf";
  4. //arc-170 weapon,adds weapons,wingtip smoke and ejection prevention
  5. [] execVM "scripts\zeus3denScripts\vehicleBased\vehicleVariants\airBased\ARC\arcXiphos.sqf";
  6. //y-wing weapons,adds weapons and wingtip smoke
  7. [] execVM "scripts\zeus3denScripts\vehicleBased\vehicleVariants\airBased\YWING\ywingScylla.sqf";
  8. //b2 reconfig,forces b2's to walk
  9. [] execVM "scripts\zeus3denScripts\aiBased\factionBased\opfor\cis\b2\b2Reconfig.sqf";