Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Put bricks into a group and then check that specific group?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Put bricks into a group and then check that specific group? (Read 890 times)
danny135
January 30, 2013, 11:49:57 AM
How do I do this? I just need the basic idea.
Ad Bot
Advertisement
elm
January 30, 2013, 02:06:06 PM
Using simSets.
Plornt
January 30, 2013, 04:42:41 PM
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();
danny135
January 30, 2013, 06:49:12 PM
Thanks, bros.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Put bricks into a group and then check that specific group?