I'm trying to create a script that will take a random selection of objects, and organize them into 3 "piles" it should be fairly simple, and I'm sure I'm just about there... but when I try to execute it I get an error message, it reads: "//Error: No object matches name: " Anyone have an idea what's wrong? This is only my…
Well the error is caused by you using a semicolon at the end of your "for()" statement, terminating the line before it gets to go through the subsequent curly brackets