Hi, new to scripting don't blame this pls :P
On trigger activation this = execVM "startBriefing" So this will start the cutscene.
cutText ["", "BLACK FADED"];
[0,0,false] spawn BIS_fnc_cinemaBorder;
sleep 2; titleCut ["", "BLACK IN", 10];
alexander setDir (alexander getDir briefingAlex);
alexander switchMove "Hubspectator_walk";
Everything works. But the problem is that every one gets the "Black Faded" and the "cinematic borders" How do I make it that a specific player (the one who triggers) gets the cut scene.
I hope you can help me!
Alexander (UltraBrain)