Author Topic: Put bricks into a group and then check that specific group?  (Read 890 times)

How do I do this? I just need the basic idea.


As elm said, SimSets is your answer. A SimSet is exactly what you are thinking of. It is a group of objects. You can easily add and remove objects using add() and remove() respectively. Use this to list methods you can use
Code: [Select]
new SimSet().dump();