I'm still stuck, trying to make this simple:
I want to click a button to start a procedure,
this procedure has numerous procedures inside it
and between those procedures I want an intermission
(based on the slider 1-5, so if the slider is set to 3, there will be 3 seconds before starting the next)
this is my latest change
The slider works,
the start button launches the RunMe procedure
BUT
there is no observed intermission.