Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

NeeLonMac

macrumors newbie
Original poster
Oct 6, 2010
16
0
Hi all,

I switched to iMac, last weekend, and love it! Especially the Speech Commands.
So I've been busy trying to make my own scripts. I got one for making a call in Skype working, but now I want to make a script, that makes scripts like the working one.

I wanted to make it based on "Make This Page Speakable" but there I got stuck. Because that makes specific internet location files instead of new scripts. I ran only into dead ends, trying to find an example of a script that can poop out other scripts. So I'm asking you guys, how can I make such a script?

With the Apple Script Editor I made this for Skype:

Code:
property ScriptName : "Call Linda"

tell application "Skype"
	send command "CALL linda_last_name" script name ScriptName
end tell
 

wedgewood24

macrumors newbie
Mar 25, 2011
2
0
not entiremly sure if it will work but you could try to open a new script and click record, then open the program and choose call that contact then click end, save script to speakable items for all applications and name it call ???, this should make a script for that specific action,
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.