Jump to content

UltraBrain

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About UltraBrain

  • Rank
    Newbie
  1. UltraBrain

    Cut scene for one player

    Anyone? If I need to clarify something just ask.
  2. 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)
×