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

Multiboard - Team Resorces Conflict

Status
Not open for further replies.
Level 8
Joined
Mar 26, 2009
Messages
301
Once again, title says it all =) I have a tiny multiboard in my map. But when an ally leaves the game, Team resources board overrides my multiboard. I want it to work the other way since team resources is not necessary to be shown in the game -since there is no resources- =) How do I disable team resources board or give share without enabling it? =)
 
Level 11
Joined
Aug 1, 2009
Messages
714
Do not use
Leave Share P1
  • Events
  • Player - Player 1 (Red) leaves the game
  • Conditions
  • Actions
  • Game - Grant shared vision and full shared unit control of Player 1 (Red) units with his/her allies
Use
  • Player Left
    • Events
      • Player - Player 1 (Red) leaves the game
      • Player - Player 2 (Blue) leaves the game
      • Player - Player 3 (Teal) leaves the game
      • Player - Player 4 (Purple) leaves the game
      • Player - Player 5 (Yellow) leaves the game
      • Player - Player 6 (Orange) leaves the game
      • Player - Player 7 (Green) leaves the game
      • Player - Player 8 (Pink) leaves the game
    • Conditions
    • Actions
      • Player Group - Pick every player in Hell_Warriors and do (Actions)
        • Loop - Actions
          • Player - Make (Picked player) treat (Triggering player) as an Ally with shared vision and full shared units
Note: I use Hell_Warriors Variable since this is my map.
XD...Make a Player Group of Allies and set them on Map Initialization.
This should do the trick
 
Status
Not open for further replies.
Top