ok bro, i'll check it out.
thanks very much
Oh one more thing, is there also description on the Scripts header as to what build it is useable? i'm using All Best's build.
Thanks again in advance.
The scripts are typically written by one person for a specific build and camera. This doesn't mean it won't work on others. Quite often they should be interchangeable between cameras, as there shouldn't be a lot of difference, but this can't be guaranteed without testing.
Between builds can cause a few more problems as there are feature differences and, more importantly, syntax differences.
The header doesn't do anything to the camera, it is just an information line written by the scriptwriter.
As wontolla stated, the worst that'll happen is that the script will freeze up on an error, requiring you to restart the camera, no harm done. Quite often, if a script doesn't work for a specific build, it can be easily adapted by changing the offending keywords to equivalent ones supported by the build being used. For example, in my shutter speed script (
http://chdk.setepontos.com/index.php/topic,155.0.html), changing it to work on Fingalo's build requires chnging the keyword "set_tv96_direct" used by AllBest to "set_tv_override" used by Fingalo. You can also note that I also needed to add a handler for values 1-19 as the get assigned to specific shutter values as indexing, overiding th x96 values.
-tgq