Ok so basically Im creating a RTS game. So when I place down a Building, I want it to add 1 to the global variable every second
Then placing the same building will add another 1 every second making it 2 every 1 second but when i placed the second object down it still counts as if theres only 1
I tried
For Each Building-
Building On Layout Game-
Building Not pinned- Every 1 second add 1 to Global
But as said it only adds 1 every 1 second no matter how many buildings I place down.
Any idea how to fix this? If possible post a capX please!