Started by
CyncWolf
on
Topic category: Advanced modding
Do you know if there is a better way to detect a multiblock than to detect every block 1 by 1 with an enormous procedure ?
Topic category: Advanced modding
Do you know if there is a better way to detect a multiblock than to detect every block 1 by 1 with an enormous procedure ?
custom code. not easy to do
@CyncWolf @RexCerv you don't need custom code, for avoid huge procedures you need to use local variables and a bit of math to check everything in a certain box
Can you explain to me how do you use local variables to do that ?