Arma 3 conversation Blufor vs Independent #Diego Valdez

Arma 3 Blufor vs Independant conversation BIG FAIL



Arma 3 conversation between Blufor and Independent situation.
In this tutorial I will show you what will hapen if you try to make the conversation between two sides. It has a BIG fail.
I used the 3 sound ogg files in Arma 3 editor and it worked with two soldiers from same sides...but failed whan tried to mix sides

Arma 3 Advanced scripting Insertion exsamples

Arma 3 helicopter insertion with cool effects made in arma editor using scripts. In this tutorial I will show you many ways how you can make great helicopter insertion just by tweaking some lines in commands. Many more arma 3 tutorials is coming from VUman channel



HERE ARE THE LINES FROM TUTORIAL....for LV Script folder e-mail me...and I will send it to you

Plain Command

nul = [player,true,1,3,false,false,player,"random",300,true,false,6,"default",[false,false,false,false],nil,nil,nil,false] execVM "LV\reinforcementChopper.sqf";

Group Command

nul = [player,true,1,3,false,false,player,"random",300,true,false,6,"default",[false,false,false,false],group VUman,nil,nil,false] execVM "LV\reinforcementChopper.sqf";

Cover smoke

nul = [player,true,1,3,false,false,player,"random",300,true,false,6,"default",[false,true,false,false],group VUman,nil,nil,false] execVM "LV\reinforcementChopper.sqf";

Chemlights

nul = [player,true,1,3,false,false,player,"random",300,true,false,6,"default",[false,false,false,true],group VUman,nil,nil,false] execVM "LV\reinforcementChopper.sqf";

Flares

nul = [player,true,1,3,false,false,player,"random",300,true,false,6,"default",[false,false,true,false],group VUman,nil,nil,false] execVM "LV\reinforcementChopper.sqf";