Importing a drop array
When the full color array is in the drop array like this:
Drop ["Shape","","Billboard",2,2,[1,1,1],[1,1,1],0,1,1,0,[1,2,3],[[1,1,1,1],[0,0,0,0]],[0,0,0],0,0,"","",object1]
you don't have to check the checkbox because the color array is already included
But if you did include a variable for the colors into the drop array like this:
Drop ["Shape","","Billboard",2,2,[1,1,1],[1,1,1],0,1,1,0,[1,2,3],[_color],[0,0,0],0,0,"","",object1]
then you have to check the checkbox and copy the color into the bottom field like this:
Do not write: _color = [1,1,1,1],[0,0,0,0] but only: [1,1,1,1],[0,0,0,0]
Necessary drop format for import
The following drop array will shows the necessary format and must be abide, or the import wont work !
Drop ["","","",0,0,[0,0,0],[0,0,0],0,0,0,0,[0,0,0],[[0,0,0,0]],[0,0,0],0,0,"","",]
or
Drop ["","","",0,0,[0,0,0],[0,0,0],0,0,0,0,[0,0,0],[variable],[0,0,0],0,0,"","",]
Do not put other 3-dimensional arrays into a single variable but the color array.
If your format doesn't match with the necessary format, the array wont be import/apply.
Please contact me by email if you find errors or if different function not work properly.