I want to loop my story from a certain step

Hello, i have a particular story with a few steps in it… i would like to add an action in the story to go back to step to of the story within the same story and make it a continous loop

Ex:
story:
step 1
step 2
step 3
4
5
step 6 :utter do u want to continue? 
step 7: if intent is affirm
step 8: action: goto step 2
step 9: if intent is deny
step 10: utter bye

Is there any way in which i can create this infinite loop? @nik202 it would be helpful if you could answer it

Yes, you can do this with a form and a custom required_slots method.