• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Map in Single Player

Status
Not open for further replies.
Level 37
Joined
Mar 6, 2006
Messages
9,243
Like this I believe

  • Untitled Trigger 017
    • Events
      • Player - Player 1 (Red) skips a cinematic sequence
    • Conditions
    • Actions
      • Set i1 = 0
      • For each (Integer loopA) from 1 to 12, do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Player(loopA)) controller) Equal to User
              • ((Player(loopA)) slot status) Equal to Is playing
            • Then - Actions
              • Set i1 = (i1 + 1)
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • i1 Greater than or equal to 2
                • Then - Actions
                  • Skip remaining actions
                • Else - Actions
            • Else - Actions
      • Trigger - Run Enable Cheats <gen> (ignoring conditions)
 
Status
Not open for further replies.
Top