Announcement

Collapse
No announcement yet.

Using SpeakEasy Plug in with ROC-Rnd Plugin

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Using SpeakEasy Plug in with ROC-Rnd Plugin

    How would you format the speak command with GLM tags using the Randomizer plugin? My currnet setup has the following format

    hs.speak hs.plugin("ROC-Rnd").random("Wake Up"), TRUE

    I have tried various methods to incorporate the speakeay plugin such as

    hs.speak [Loc Family Room] hs.plugin("ROC-Rnd").random("Wake Up"), TRUE
    hs.speak "Loc Family Room] hs.plugin("ROC-Rnd").random("Wake Up")", TRUE

    without luck. What am I missing or can thi not be done with this plugin?
    Regards, Bob

    #2
    What about this:

    x = "[Loc Family Room] " & hs.plugin("ROC-Rnd").random("Wake Up")
    hs.speak x, TRUE

    Just a guess, not having used George's plug-in.

    Steve

    Comment


      #3
      That should work just fine, thanks Steve.

      Comment


        #4
        Dang - with guesses like that I'm going on Jeopardy!

        Comment


          #5
          Tested it and seems to work with the x=[Loc Inside]" & ......

          Thanks for the help.
          Regards, Bob

          Comment

          Working...
          X