You have var harvester = require('harvester'); in your code twice. Also at the top of your code you are telling every one of your creeps to harvest even if they don't have the harvester role. You should remove all of your code from the top to the second time you define harvester.
Maximumgame
@Maximumgame
1
Posts
696
Profile views
0
Followers
0
Following
Posts made by Maximumgame
-
RE: What is wrong with my script?