- Joined
- Jan 11, 2018
- Messages
- 23
So here's what i'm working with:
-
BuildStationAndGiveItValue
-
Events
-
Unit - A unit Finishes construction
-
-
Conditions
-
(Unit-type of (Constructed structure)) Equal to Working Station
-
-
Actions
-
Set AmountOfWorkingStations = (AmountOfWorkingStations + 1)
-
Unit - Set the custom value of (Constructed structure) to AmountOfWorkingStations
-
-