UE4 infinite loop

Hello, can somebody help me why this is causing the infinite loop error so the engine won’t play the game?

AmountOfWalls= 5;
AmountOfWalls_c= 0;
Difficulty=3;

Solved the problem myself, the delay node was the problem.