Hey C3 world.
Essentially, I'd like to see the global value (NumberofPowerPlants) to increase once when the conditions are met. However, I suck at this and the global value increases to a very large number.
Or if you recommend a different approach, I'm all game.
I just want the NumberofPowerPlants to increase one when it has the POW_WorkerAssigned instance variable = 3 which is manually assigned in a different part (POW is the 3 letter abbrevation for powerplant). There could be additional power plants built which will require 3 more workers assigned it each of them.
Any help/guidance/time would be greatly appreciated!