if (!creep.memory.scoutTarget) {
            // Just stand around somewhere.
            creep.whenInRange(3, new RoomPosition(25, 25, creep.pos.roomName), () => {});

            return;