Blockland Forums > Gallery
Brick experimentation
Mega-Bear:
10/10 would be confused again.
Gen. Hothauser:
For all who don't know explained in simple terms
I assume
Took a default build, used a magical program to change the look of each brick to that of another brick immediately.
Am I right?
Yosher:
I wonder what the hell I'm looking at. ._.
Boston Terrier:
needs moar doge
Cajetan:
--- Quote from: Gen. Hothauser on November 19, 2011, 11:26:58 PM ---For all who don't know explained in simple terms
I assume
Took a default build, used a magical program to change the look of each brick to that of another brick immediately.
Am I right?
--- End quote ---
No, just a script,
--- Quote from: soba on November 19, 2011, 07:55:28 PM ----snip-
Special thanks to Sycrone and Althar
Made with the .setDatablock function on bricks
for example,
package BrickPackage
{
function fxDTSbrick::OnActivate(%brick)
{
Parent::OnActivate(%brick);
%brick.setDatablock("brick1x1Data");
}
};
ActivatePackage(BrickPackage);
--- End quote ---