Submission Number: 85
Submission ID: 79
Submission UUID: 93a4299e-2156-4784-8c06-ab48e83d4015
Submission URI: /Script

Created: Fri, 05/08/2020 - 13:59
Completed: Fri, 05/08/2020 - 13:59
Changed: Fri, 05/08/2020 - 13:59

Remote IP address: 50.35.82.111
Submitted by: Anonymous
Language: English

Is draft: No
Webform: Script
Submitted to: Script Upload

Script

Website Navigator Timeout
Website navigator with an added reminder prompt if no response is heard after 10 seconds
Script: "Website Navigator Timeout"
Variable: {options}: table_scrape(https://neongecko.com)
Variable: {chosen}: ""
Timeout: 10 instructions
#Timeout: 10 7
@instructions
Neon speak: "Please tell me what Neon AI web page you'd like to see. You can say things like random{options} or say quit or exit."
LOOP WN
voice_input{chosen}
# Neon speak: "navigating to {chosen}"
if {chosen} == "quit":
Neon speak: "say pause to turn off the mic or say exit to close the window."
voice_input{chosen}
if {chosen} == "pause":
# execute skill to turn off mic
Execute: "neon mute microphone"
else:
if closest{chosen,options}:
Execute: "neon browse to closest{chosen,options}"
else:
Neon speak: "Page not found"
Neon speak: "Tell me another Neon AI web page you'd like to see or say quit."
LOOP WN END
Exit

Author

Daniel McKnight
{Empty}
{Empty}