Hello.
I am going through the tutorial. It asks me to set the creeps' roles using the momery object. I've set the roles successfully and I confirm I can see those both via console and Memory tab, but the next step of the tutorial never appears.
Code I used just in case:
Memory.creeps.Worker1.role = 'harvester';
Memory.creeps.Worker2.role = 'harvester';
Memory.creeps.Builder1.role = 'builder';