March 9, 201015 yr 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, 201015 yr by Guest
March 10, 201015 yr 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]
Create an account or sign in to comment