• 🏆 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!

Clicking Trigger! HELP!

Status
Not open for further replies.
Here is answer

+REP for the helper!
- When I see this I just must help u xD
  • Select Hero
    • Events
      • Player - Player 1 (Red) Selects a unit
      • Player - Player 2 (Blue) Selects a unit
      • Player - Player 3 (Teal) Selects a unit
      • Player - Player 4 (Purple) Selects a unit
      • Player - Player ... (.....) Selects a unit
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Triggering unit) Equal to SelectedUnit(variable)[(Player number of (Triggering player))]
        • Then - Actions
          • Unit - Change ownership of SelectedUnit(variable)[(Player number of (Triggering player))]Player number of (Triggering player))] to (Triggering player) and Change color
        • Else - Actions
      • SelectedUnit(variable)[(Player number of (Triggering player))] = (Triggering unit)
 
Status
Not open for further replies.
Top