1. remove the "do nothing" leave it blanc instead
2. you still leak locations
3. you leak unit groups
4. There needs to be a condition in the first if block otherwise nothing will ever happen.
5. Don't ever copy paste unit groups like that, you only need one. Triggering player.
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
here
Then - Actions
Unit Group - Pick every unit in (Units in (Playable map area) owned by Player 1 (Red)) and do (Actions)
edit: http://www.hiveworkshop.com/forums/...-0-0-3-a-239117/?prev=search=ping&d=list&r=20
ok i did deleted the all "" Do nothing "" also i added an condition at start, if payer is playing
still i don't understand your
2. you still leak locations
3. you leak unit groups
5. Don't ever copy paste unit groups like that, you only need one. Triggering player.
|
|
What type of variable is showping?
There may only be 64 units in a group as far as I know. So if there are more, only 64 buildings will get pinged.
I made this you.
Hope you like it, it works more like a radar sweeping from left to right. Adjust the duration and width depending on how many units in your map as it will only have 16 pings max (from our testing).
View attachment 150903
Fixed, sorry.
I changed the colour to player number of picked unit instead of the integer A which was only the colour of the triggering player.
View attachment 150922
so if i got more buildings i need to make width lower?Perhaps you can try get the trigger to fire off when you first start the map. Don't forget that if there are more than 16 units in the band, it will override the previous pings. Adjust the width depending on number of buildings you have.