• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] how to set trigger(help!)

Status
Not open for further replies.
Level 4
Joined
Nov 4, 2013
Messages
33
trigger

  • Untitled Trigger 004
    • Events
      • Time - Elapsed game time is 0.10 seconds
    • Conditions
    • Actions
      • Leaderboard - Create a leaderboard for (All players) titled |cffD2691EKing HP|r
      • Leaderboard - Add Player 11 (Dark Green) to (Last created leaderboard) with label |cff00008BLeft King and value 0
      • Leaderboard - Add Player 12 (Brown) to (Last created leaderboard) with label |cff008B8BRight King and value 0
      • Leaderboard - Change the color of the value for Player 11 (Dark Green) in (Last created leaderboard) to (6.00%, 38.00%, 27.00%) with 0.00% transparency
      • Leaderboard - Change the color of the value for Player 12 (Brown) in (Last created leaderboard) to (30.00%, 16.00%, 1.00%) with 0.00% transparency
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Picked player) controller) Equal to User
            • Then - Actions
              • Leaderboard - Add (Picked player) to (Last created leaderboard) with label 123 and value 0
            • Else - Actions
              • Leaderboard - Show (Last created leaderboard)
  • Untitled Trigger 004 Copy
    • Events
      • Time - Elapsed game time is 0.10 seconds
    • Conditions
    • Actions
      • Leaderboard - Create a leaderboard for (All players) titled |cff32cd32LoD Asia ...
      • Leaderboard - Add Player 1 (Red) to (Last created leaderboard) with label |cff116644Team 1 al... and value 0
      • Leaderboard - Add Player 2 (Blue) to (Last created leaderboard) with label |cff552200Team 2 al... and value 0
      • Leaderboard - Add Player 11 (Dark Green) to (Last created leaderboard) with label |cff116644Team 1 le... and value 0
      • Leaderboard - Add Player 12 (Brown) to (Last created leaderboard) with label |cff552200Team 2 le... and value 0
      • Leaderboard - Change the color of the value for Player 1 (Red) in (Last created leaderboard) to (6.00%, 38.00%, 27.00%) with 0.00% transparency
      • Leaderboard - Change the color of the value for Player 2 (Blue) in (Last created leaderboard) to (30.00%, 16.00%, 1.00%) with 0.00% transparency
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Picked player) controller) Equal to User
            • Then - Actions
              • Leaderboard - Add (Picked player) to (Last created leaderboard) with label 123 and value 0
            • Else - Actions
              • Leaderboard - Show (Last created leaderboard)
I do wrong?
They are covered with together....:ogre_rage:

I want it to be divided into two

http://prntscr.com/248x0w
sir help pls:vw_unimpressed:
 
Level 4
Joined
Nov 4, 2013
Messages
33
  • Update Workers Alive
    • Events
      • Time - Every 0.50 seconds of game time
    • Conditions
    • Actions
      • Player Group - Pick every player in IngamePlayers_PlayerGroup and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ModeMM Equal to True
            • Then - Actions
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • ((Picked player) is an ally of Player 11 (Dark Green)) Equal to True
                • Then - Actions
                  • Custom script: if IsPlayerAlly( GetLocalPlayer(), Player(8)) or IsPlayerObserver(GetLocalPlayer()) then
                  • Multiboard - Set the text for Scoreboard item in column 4, row ScoreboardRow[(Player number of (Picked player))] to (String(numWorkers[(Player number of (Picked player))]))
                  • Custom script: else
                  • Multiboard - Set the text for Scoreboard item in column 4, row ScoreboardRow[(Player number of (Picked player))] to ?
                  • Custom script: endif
                • Else - Actions
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • ((Picked player) is an ally of Player 12 (Brown)) Equal to True
                • Then - Actions
                  • Custom script: if IsPlayerAlly( GetLocalPlayer(), Player(9)) or IsPlayerObserver(GetLocalPlayer()) then
                  • Multiboard - Set the text for Scoreboard item in column 4, row ScoreboardRow[(Player number of (Picked player))] to (String(numWorkers[(Player number of (Picked player))]))
                  • Custom script: else
                  • Multiboard - Set the text for Scoreboard item in column 4, row ScoreboardRow[(Player number of (Picked player))] to ?
                  • Custom script: endif
                • Else - Actions
            • Else - Actions
              • Multiboard - Set the text for Scoreboard item in column 4, row ScoreboardRow[(Player number of (Picked player))] to (String(numWorkers[(Player number of (Picked player))]))
 
Status
Not open for further replies.
Top