Is there any property of the unit that can be checked to see if a Command Center, is morphing into an Orbital or PF? Is there no other way that trying to just capture the events with triggers?
Ive noticed that the unit type, stays at CC until the orbital finishes, and that the queued unit in training is NULL while its being built..
Is there any property of the unit that can be checked to see if a Command Center, is morphing into an Orbital or PF? Is there no other way that trying to just capture the events with triggers?
Ive noticed that the unit type, stays at CC until the orbital finishes, and that the queued unit in training is NULL while its being built..
@riftgarret: Go
I'd use an ability event:
Any Unit uses Command Center - Upgrade to (Orbital Command/Planetary Fortress) at Generic1 - Any stage (Ignore shared abilities)
Other than that, I can't really say.
@FaithAnoe: Go
Thank you, I ended up using that to detect when it was being built, then i set a Custom Value :
Unit - Set (Triggering unit) custom value 0 to 1.0