Unit - Any Unit construction progress is Completed
Local Variables
Conditions
Actions
Variable - Set Unit Progress State = Completed
Unit Progress State = Completed <Unit Progress Stage>
When creating a variable. Select type -Preset and the Preset dropdown menu select Unit Progress Stage.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
hey guys
im havin a hard time checkin if a abillity is *done*
Basicly
I creat a SCV order him to move to Point A and build a barrack that takes 60 sec. You need to protect him while he builds it.
I need to have an action trigger ONLY if he succesfully complet the barrack.
what condition do i need to use to find out if its done?
How about just using the Unit construction progress event?
Then do the actions that need to run when it is finished.
Set a variable to track the state (like "currentlyBuilding" = true), if you require its state somewhere else.
hey im sorta new to triggers , what sort of variable do i need to track the build progress?