Trying to create a step-by-step calculating system

Changed the ForEachLoop node

to something like this:

Added a Delay to create ForEachLoopWithDelay

This way every skill from the Array will be executed step-by-step with Delay. Thus giving me a time to show calculations one-by-one, not all in one instant.