cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
374
Views
4
Helpful
2
Replies

script/menu question

safety2008
Level 4
Level 4

on our menu, we have it set to repeat if no option is taken. at the end of the menu, we get the system "are you still there" then the menu repeats. is there a way to stop that system message from playing?

Thank you

2 Replies 2

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

Sure - there's not an option for it as far as I'm aware but you can script around it.

1) Basically create an int variable. Before the menu step set it to 0. Put a label step after it called 'loop', and then an increment step to increment the in variable

2) Set the menu repeat option to 0 so it doesn't repeat or play the annoying prompt

3) in the menu timeout and unsuccesful prompts, check the value of the int you created earlier. If it's less than 3, then go to the 'loop' label. If it's 3 or greater, then don't do your required timeout or unsuccesful logic.

Basically you're disabling the 'repeat' loop option on the menu and replacing it with a manual loop.

Regards

Aaron

Please rate helpful posts...

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Thanks Aaron

I will give it a try!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: