I have an issue with detecting when protoss structures are built for a specific player. Here's the code:
Events
-Any Unit construction progress Completed
Conditions
-Owner of (Triggering Unit) == 1
Actions
-Display "BUILT" for (All Players) in Subtitle area
For Zerg and Terran structures, this works perfectly fine. For some reason ONLY protoss structures don't work. However, if I remove the Condition, it works perfectly for all races. The issue is, I want to detect the owner of the structure built. So is there a workaround specifically for Protoss structures? Because it also doesn't work for Protoss if I add ANY conditions (even checking if the triggering unit is a pylon/gateway/etc).
I have an issue with detecting when protoss structures are built for a specific player. Here's the code:
For Zerg and Terran structures, this works perfectly fine. For some reason ONLY protoss structures don't work. However, if I remove the Condition, it works perfectly for all races. The issue is, I want to detect the owner of the structure built. So is there a workaround specifically for Protoss structures? Because it also doesn't work for Protoss if I add ANY conditions (even checking if the triggering unit is a pylon/gateway/etc).
I think that particular event uses "triggering progress unit" rather than "triggering unit". Does changing that in the condition fix the problem?