Trying to get a procedure to pause

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.

2 posts were merged into an existing topic: Trying to get a pause in procedure execution