In the water brick datablock, set isWaterBrick = 1
No, I not want my brick as water. I mean two brick, I not want plant one brick water then plant model brick put in the brick water. why not use two bricks same time plant.
like...
function brickdoubleData::onPlant(%data, %brick)
{
brickFile = "./16xWater.blb";::onPlant(%data, %brick);
brickFile = "./Normal.blb";::onPlant(%data, %brick);
}
above the code allow same time two the brick plant then place on the floor. not each plant, place.
This is such a stupid implementation. Badspot should have made it a buildingLayer integer or something.
Yea.. some like buildingLayer as double brick put on the place.
EDIT: I not want waste my time place each one brick water then add model brick put inside the brick water.