=VG= .Blizzard. Posted January 29, 2021 at 09:11 AM Report Share Posted January 29, 2021 at 09:11 AM Hi! This script is for those lazy to save a kit in the arsenal and want to play asap with a premade kit. It`s easy scroll down/up near an object that you placed, hit the accept key and poof you get a kit! Place this in the init of the object: example: this addAction ["<t color='#FF7722'>AA</t>", "loadouts\AA.sqf"]; this addAction ["<t color='#FF7722'>Medic</t>", "loadouts\medic.sqf"]; this addAction ["<t color='#FF7722'>LAT</t>", "loadouts\LAT.sqf"]; this addAction ["<t color='#FF7722'>MG</t>", "loadouts\MG.sqf"]; this addAction ["<t color='#FF7722'>Engineer</t>", "loadouts\engineer.sqf"]; this addAction ["<t color='#FF7722'>DMR</t>", "loadouts\dm.sqf"]; this addAction ["<t color='#FF7722'>Squad Leader</t>", "loadouts\Lead.sqf"]; example for newbs: thisaddAction ["color","folder\name.sqf"]; I will add later versions for: LoadoutNoACEMTPVanilla (Multi-Terrain Pattern) LoadoutNoACEForestVanilla (Pacific NATO camo) LoadoutACEforestRHS (woodland camo) LoadoutACEdesertRHS (desert camo) LoadoutNoACEforestRHS LoadoutNoACEdesertRHS MissionExample.zip Link to comment Share on other sites More sharing options...
deadxangelqc Posted April 23, 2021 at 02:27 AM Report Share Posted April 23, 2021 at 02:27 AM I also have one that works with a trigger for vehicles, so you go to it and load ammo and stuff in a vehicle so you don't have to load everything by hand. 1 1 Link to comment Share on other sites More sharing options...
Recommended Posts