Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <speechMacros>
  2. <command>
  3. <listenFor>Hello Computer</listenFor>
  4. <script language="VBScript">
  5. <![CDATA[
  6. Application.Speak("Hello Captain.")
  7. ]]>
  8. </script>
  9. </command>
  10. <command>
  11. <listenFor>Computer boost</listenFor>
  12. <sendKeys>{TAB}</sendKeys>
  13. <script language="VBScript">
  14. <![CDATA[
  15. Application.Speak("Boosting.")
  16. ]]>
  17. </script>
  18. </command>
  19. <command>
  20. <listenFor>Computer Lights</listenFor>
  21. <sendKeys>l</sendKeys>
  22. <script language="VBScript">
  23. <![CDATA[
  24. Application.Speak("Ships lights.")
  25. ]]>
  26. </script>
  27. </command>
  28. <command>
  29. <listenFor>Computer full power to weapons</listenFor>
  30. <sendKeys>{right 1}</sendKeys>
  31. <script language="VBScript">
  32. <![CDATA[
  33. Application.Speak("Full power to weapons.")
  34. ]]>
  35. </script>
  36. </command>
  37.  
  38. <command>
  39. <listenFor>test</listenFor>
  40. <sendKeys>{left}</sendKeys>
  41. </command>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement