Gazza01 Posted March 9, 2010 Posted March 9, 2010 (edited) Hi, The Scriptmaster file from 360 works seems a great tool but I am having trouble though with this one. I registered it by the copy and paste into the solution startup script with 5 options. However, some of the scripts that I want to use it on in the solution only have 4 options(ie more than the "show custom dialogue" script step allows (3). Whenever I enter 4 parameters, I get an error message "There are too few parameters in this function". If I set one of the parameters to "" (empty), there is an error message when the script runs. Could I ask please, how can I have a variable number (3 4 or 5) of option buttons in this function? Thank you Gary P Edited March 9, 2010 by Guest
Valentin Posted March 10, 2010 Posted March 10, 2010 Hi Gary, You will also need to modify the module code to include all your newly defined options. Look for this line options:[option1, option2] and change to: options:[option1, option2, option3, option4, option5]
Gazza01 Posted March 17, 2010 Author Posted March 17, 2010 Thanks Valentin, I will give it a try. Gary P
Recommended Posts
This topic is 5376 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