• 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.

help

Status
Not open for further replies.
Level 37
Joined
Mar 6, 2006
Messages
9,243
2.

  • Untitled Trigger 096
    • Events
      • Unit - A unit Finishes construction
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Farm
    • Actions
      • Set i = (Player number of (Triggering player))
      • Set IAR[i] = (IAR[i] + 1)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • booleans[i] Equal to False
          • IAR[i] Equal to 20
        • Then - Actions
          • Set booleans[i] = True
          • Game - Display to Player Group - Player 1 (Red) for 3.00 seconds the text: do something
        • Else - Actions
  • Untitled Trigger 095
    • Events
      • Unit - A unit Dies
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Farm
    • Actions
      • Set i = (Player number of (Triggering player))
      • Set IAR[i] = (IAR[i] - 1)
 
Status
Not open for further replies.
Top