Very useful code samples for decorating your base in Arma 3.

Decorating a base in Arma 3 is a lot of fun. Here is some useful code to help out with this. Spawn an LAU-68/A 70mm Rocket pod on a camp table. 1 2 3 _pos261 = [0,0,0]; _tree261 = createSimpleObject ["a3\weapons_f_epc\Ammo\Rocket_Pod_02_F.p3d", _pos261]; _tree261 attachTo [t3,[0,0,0.70]];_pos261 = [0,0,0]; _tree261 = createSimpleObject ["a3\weapons_f_epc\Ammo\Rocket_Pod_02_F.p3d", _pos261]; _tree261 attachTo [t3,[0,0,0.70]]; … Read more