I've posted a thread in the general graphics applications forum about the Terrain object in 3d studio...and I'm trying to create a good workflow from getting a cc2 file into a terrain file in 3d studio...But I need some scripting help.

What I need to do is run a macro that will prompt the user for a beginning and an ending color (like 96-111)...then it will perform the equivalent of the following CC2 commands:

Change Layer
-->Select By Color: 96
-->Add Layer: Layer01
-->Select Layer01

And then loop through all of the colors and adding Layer02, and etc...anyone know a quick way to approach that?