Gjeewaytee 11 Report post Posted November 29, 2016 (edited) Hola I want to add some poptabs to different crates....I have DMS, Occupation and Vemf. I managed to add poptabs to the invasion crates, but i cant find out how to add to dynamic/static missions and heli crash sites/gear crates. This is where i can change the iventory in heli crash sites. I guess i need a code/script? SC_HeliCrashItems = [ ["B_Parachute",1,1], ["H_CrewHelmetHeli_B",1,1], ["ItemGPS",0,1], ["Exile_Item_DuckTape",1,2], ["Exile_Item_InstaDoc",0,1], ["Exile_Item_PlasticBottleFreshWater",2,2], ["Exile_Item_EMRE",2,2] ]; Edited November 29, 2016 by Gjeewaytee Share this post Link to post Share on other sites
NeverAgain 81 Report post Posted December 1, 2016 (edited) _crate1 setVariable ["ExileMoney",25000,true]; //Adds 25,000 poptabs to the box/container/crate referred to as "_crate1" Edited December 1, 2016 by NeverAgain 2 Share this post Link to post Share on other sites
Gjeewaytee 11 Report post Posted December 1, 2016 7 hours ago, NeverAgain said: _crate1 setVariable ["ExileMoney",25000,true]; //Adds 25,000 poptabs to the box/container/crate referred to as "_crate1" Thank you Share this post Link to post Share on other sites
TheJ3wishTurban 6 Report post Posted September 15, 2018 hey i know this is an old post but where would one put this code? Share this post Link to post Share on other sites
Monztuh_Angel 4 Report post Posted October 11, 2018 On 9/15/2018 at 8:44 AM, TheJ3wishTurban said: hey i know this is an old post but where would one put this code? Inside the a3_dms unpacked pbo in the config. Share this post Link to post Share on other sites