Blockland Forums > Modification Help
Placing a brick inside another brick
(1/5) > >>
Dante77:
I posted this in modification help but no one replied so:


--- Quote from: Dante77 on February 24, 2012, 02:48:49 PM ---Is it possible to make a brick that you can build inside on one half but not on the other?

kinda like the zone bricks but you can only build inside one half of the brick.

I tried using the -- on the brick grid but if I place the brick on the air and try to build inside it, it still says the brick is floating.

--- End quote ---

Anyone knows?
Brian Smithers:
function fxDTSBrick::forcePlant(%this) { %this.isPlanted = 1; %this.plant(); }

After you create the brick, do %brick.forcePlant(); and it will bypass the entire brick error sytem.
Dante77:

--- Quote from: Brian Smithers on February 26, 2012, 08:35:34 PM ---function fxDTSBrick::forcePlant(%this) { %this.isPlanted = 1; %this.plant(); }

After you create the brick, do %brick.forcePlant(); and it will bypass the entire brick error sytem.

--- End quote ---

wouldn't that let me build inside the whole brick? I want to be able to build inside half of the brick
Brian Smithers:

--- Quote from: Dante77 on February 26, 2012, 09:08:35 PM ---wouldn't that let me build inside the whole brick? I want to be able to build inside half of the brick

--- End quote ---
well what are you trying to do?
Lugnut:
he wants to place bricks inside of other bricks.. but only in half the brick.
he wants the other half to be normal
Navigation
Message Index
Next page

Go to full version