"while(%object = containerSearchNext())
{
//Do something with each %object here like putting them into an array or something.
}"
could you not figure out what to do here
or did you not even bother to read
but thanks port
Haha, not sure what you're trying to say buddy, but I stopped using
%obj.[blah]=1; to designate whether the brick was highlighted or not; I did this, again, because
%obj would make the function only work for the first highlighted object. So I could have just used
%mats instead of
%obj, i.e.
%mats.[blah]=1; but instead I just made it a temporary highlight; so the same function that highlights the brick schedules it to return to normal.