Here is what I want my trigger to do, I will have 81 of those triggers in my map.
I want the triggers to run only when a certain type of unit goes over them (Medivac,Raven,Viking and Battlecruiser)
Because I will have many marines running around the place, I cannot use the ANY UNIT enters region to fire the trigger, because it makes my computer lag. How can I make a trigger fire only when a specified Unit type goes over them?
81 triggers? What would they do exactly? Does actions differ so much for each region (I assume that's the event) thay you need to have 81 of them? Maybe you could use array or sth to reduce this number.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Here is what I want my trigger to do, I will have 81 of those triggers in my map. I want the triggers to run only when a certain type of unit goes over them (Medivac,Raven,Viking and Battlecruiser) Because I will have many marines running around the place, I cannot use the ANY UNIT enters region to fire the trigger, because it makes my computer lag. How can I make a trigger fire only when a specified Unit type goes over them?
Thank you!
Ugh.. I feel stupid, all I needed was an Or condition for
medivac unit type = true Raven unit type = true Battlecruiser unit type = true Viking unit type = true
Thought I would post it here for anyone who stumbles across this problem.
81 triggers? What would they do exactly? Does actions differ so much for each region (I assume that's the event) thay you need to have 81 of them? Maybe you could use array or sth to reduce this number.