basically, when u start building a building in a Specific Region, want it to auto set the construction to 50%
also want it so when u upgrade a building for example tower, but everything, it auto sets the upgrade state to 50%
all if there built, or upgrading withing a specific region
Same With Researching.
i got the Upgrading one working, but dunno how to do cosntruction and research one.
also want it so when u upgrade a building for example tower, but everything, it auto sets the upgrade state to 50%
all if there built, or upgrading withing a specific region
Same With Researching.
i got the Upgrading one working, but dunno how to do cosntruction and research one.
-
FLUpgrade
-
Events
-
Unit - A unit Begins an upgrade
-
Unit - A unit Begins research
-
Unit - A unit Begins construction
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(LavaWorld <gen> contains (Triggering unit)) Equal to True
-
-
Then - Actions
-
Unit - Set (Triggering unit) upgrade progress to 50%
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(LavaWorld <gen> contains (Constructing structure)) Equal to True
-
-
Then - Actions
-
Unit - Set (Constructing structure) construction progress to 50%
-
-
Else - Actions
-
-
-
Last edited: