Jump to content

[RELEASE] Taped Mags Scripts - Epoch 1.0.7


Reaper5150

Recommended Posts

Super simple scripts I made to tape mags together increasing the amount of ammo for set mags. Based off right click functions!

For use only on A2: Epoch 1.0.7 

Credits go to @killerkiwi and @Mig for the edits using Stormz craft menu, I just edited the scripts to check for items needed to craft the mags.

 

Download Here: https://github.com/DevReaper5150/TapedMags

 

Install: Place the scripts in folder you keep your scripts. Remember to change the path in ClickActions/config.sqf

Edited your ClickActions/config.sqf including the one provided. (Super simple)

 

Two mags and one duct tape are required to craft taped mags and will remove the items needed from gear.

Hope you enjoy :) 

 

 

Link to comment
Share on other sites

  • 3 weeks later...

Just noticed I made a mistake in the Stanag.sqf here is the updated one. :)

private ["_hasitems1","_hasitems2","_ressource1","_ressource2"];

_ressource1 = ["30Rnd_556x45_Stanag",2];
_ressource2 = ["equip_duct_tape",1];

_hasitems1 = [_ressource1] call player_checkItems;
_hasitems2 = [_ressource2] call player_checkItems;

if (call {_hasitems1} && {_hasitems2}) then {
            player removeMagazine "30Rnd_556x45_Stanag",2;
            player removeMagazine "equip_duct_tape";

    player playActionNow "PutDown";
    player addMagazine "60Rnd_556x45_Stanag_Taped";

};

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...