RH.speak("What should I say?")

sInput = InputBox("What should I say?")

If Len(sInput) = 0 Then

RH.speak("Oh.. so you dont want me to say anything! Then stop bothering me!")

Else

RH.speak(sInput)

End If

Dont know how to code? its's simple! just copy this code and go to your RH. add a new command and chose "script". Type as the phrase anything you wish to execute the code with. example: "Hello". Now got to the script textbox and paste the code. press add and make your RH listen. Now just say "Hello" to see the fun action!