View Single Post
# 2 25-03-2004 , 10:45 AM
kbrown's Avatar
Moderator
Join Date: Sep 2002
Location: London, UK
Posts: 3,198
well... i have no idea what that script is but it looks like someone has forgotten a quotation mark:

The first error is because of this line:

menuItem -l "Reset All Options" -c "radioButtonGrp -e -sl 1 layoutRadio1;

should be:

menuItem -l "Reset All Options" -c "radioButtonGrp -e -sl 1 layoutRadio1";

looks like there are many other similar errors. perhaps you should contact the author...


Kari
- My Website
- My IMDB

Do a lot, Fail a lot and Learn a lot!