Newbies dugger Posted December 19, 2003 Newbies Posted December 19, 2003 I have created three similar scripts that I would like to nest/combine into one script. That way, I only have to press one button instead of three everytime I want to perform the scripts. Is this possible?
John Caballero Posted December 19, 2003 Posted December 19, 2003 Way possible. One of the script steps is called Perform Script. When you select that, you can specify the script you want to execute.
-Queue- Posted December 19, 2003 Posted December 19, 2003 To elaborate on Mr. Cab's suggestion, if your three scripts are labeled as A, B, and C, then you can create a script D that looks like this: Perform Script [subscripts, "A"] Perform Script [subscripts, "B"] Perform Script [subscripts, "C"] Then change one of your existing buttons to perform script D, and remove the other two.
Newbies dugger Posted December 19, 2003 Author Newbies Posted December 19, 2003 THANKS!!! It worked beautifully!
Recommended Posts
This topic is 7648 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now