I think I need a Custom Script

21ToWin

New Member
Reaction score
5
I cant find a way to use these for just one player. I think I need custom scripts for these to be used with 'Local Player'

Code:
        Cinematic - Fade out over 0.10 seconds using texture Black Mask and color (0.00%, 0.00%, 0.00%) with 0.00% transparency
Code:
Cinematic - Fade in over 0.10 seconds using texture Black Mask and color (0.00%, 0.00%, 0.00%) with 0.00% transparency

Can any1 make a script for these that uses 'local player'?

Thx
 
D

domg839

Guest
if player 1 (red) is alone and not in a party this would work
Code:
Cinematic
    Events
    Conditions
    Actions
        Player Group - Pick every player in Player Group - Player 1 (Red) and do (Cinematic - Fade out over 0.10 seconds using texture Black Mask and color (0.00%, 0.00%, 0.00%) with 0.00% transparency)

or use a condition
 

CrazyWolf

New Member
Reaction score
4
This is help to me by Aceheart and doom-angel.
Take it too.

Player Group - Pick every player in (your group) and do (Actions)
Loop
Custom script: if (GetLocalPlayer == GetEnumPlayer()) then
Cinematic - Fade out over 0.50 seconds using texture Black Mask and color (100.00%, 100.00%, 100.00%) with 0.00% transparency
Custom script: endif

hope it helped
 

elmstfreddie

The Finglonger
Reaction score
203
Or you could do what wolf said with a few changes
Code:
Custom script: if (GetLocalPlayer == Player(0)) then
Cinematic - Fade out over 0.50 seconds using texture Black Mask and color (100.00%, 100.00%, 100.00%) with 0.00% transparency
Custom script: endif
Player 1 = Player(0) in JASS, and it counts up from that.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top