-
NewGame
-

Events
-


Player - Player 1 (Red) types a chat message containing -new as An exact match
-


Player - Player 2 (Blue) types a chat message containing -new as An exact match
-


Player - Player 3 (Teal) types a chat message containing -new as An exact match
-


Player - Player 4 (Purple) types a chat message containing -new as An exact match
-


Player - Player 5 (Yellow) types a chat message containing -new as An exact match
-


Player - Player 6 (Orange) types a chat message containing -new as An exact match
-


Player - Player 7 (Green) types a chat message containing -new as An exact match
-


Player - Player 8 (Pink) types a chat message containing -new as An exact match
-


Player - Player 9 (Gray) types a chat message containing -new as An exact match
-


Player - Player 10 (Light Blue) types a chat message containing -new as An exact match
-
-

Conditions
-


NewGame[(Player number of (Triggering player))] Equal to False
-
-

Actions
-


Cinematic - Clear the screen of text messages for (Player group((Triggering player)))
-


Set NewGame[(Player number of (Triggering player))] = True
-


Game - Display to (Player group((Triggering player))) for 10.00 seconds the text: |cffffcc66This map ...
-


Wait 5.00 seconds
-


Cinematic - Clear the screen of text messages for (Player group((Triggering player)))
-


Visibility - Create an initially Enabled visibility modifier for (Triggering player) emitting Visibility across Region 294 <gen>
-


Camera - Apply 1 Pala Cam <gen> for (Triggering player) over 0.00 seconds
-


Custom script: if ?
-


Cinematic - Fade in over 2.00 seconds using texture White Mask and color (0.00%, 0.00%, 0.00%) with 0.00% transparency
-


Custom script: endif
-


Cinematic - Turn subtitle display override On
-


Game - Display to (Player group((Triggering player))) for 300.00 seconds the text: |cffffcc66Paladin|r...
-


Cinematic - Enable user control for (Player group((Triggering player)))
-


Selection - Select Paladin 0063 <gen> for (Triggering player)
-


Player Group - Add (Triggering player) to ViewingPaladin
-


Player Group - Add (Triggering player) to LeftRightCommands
-


Player Group - Remove (Player((Player number of (Triggering player)))) from ViewingNothing
-
-
I've tried
JASS:
Custom script: if GetLocalPlayer() == GetTriggerPlayer() then
JASS:
GetLocalPlayer
JASS:
GetConvertedPlayerId(GetTriggerPlayer())
JASS:
GetPlayerID(GetTriggerPlayer())
