The-Maimer
New Member
How do I make heroes unique across teams? I have two teams of players, they both have access to the same heroes. I want the heroes to be unique though, that way there is only 1 of every hero on the map.
I think that foodflare's way to do it is the best. Except change "remove blah blah" to "limit training of Hero XYZ to 0 for Player(IntegerA)". It's much easier this way.make a trigger that detects when they obtain a hero then do a
For each (Integer A) from 1 to 12, do (Actions)
Loop - Actions
Neutral Building - Remove (Unit-type of (Sold unit)) from all marketplaces
Nope. You see, each player has a number. Red is 1, Blue is 2, etc. When you limit training of a sold unit to 0 for Player(Integer A), you're preventing that player from training that unit. The loop that runs from 1-12 (there are 12 players) makes it so that EVERY player is limited to training it 0 times, which means they cannot train it. Just see for yourselfWouldn't that make everyone be able to pick a demon hunter? Just not have more than one...?
This is what I mean by normal formatfor income, its a very simple trigger xD
Trigger:
- Untitled Trigger 002
- Events
- Time - Every 60.00 seconds of game time
- Conditions
- Actions
- Player - Add 100 to Player 1 (Red) Current gold