• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

help

Status
Not open for further replies.
Level 37
Joined
Mar 6, 2006
Messages
9,240
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