Script to assign colour to objects

 From:  Michael Gibson
11193.2 In reply to 11193.1 
Hi shayne,

re:
> Is there a script to assign a specified colour to the selected objects please

In MoI objects do not have a colour set on them directly, the colors are set on a style and objects reference the style by their styleIndex property.

It is possible to make a script that creates a style with a specific name and color and then assign the selected objects to that style, do you want that?

- MIchael