Author Topic: Brick colour thingy on kalphiters infinite mining  (Read 369 times)

Code: [Select]
else if(%random <= 89.5 && %random > 87.5)
{
    %type = "Einst";
    %color = 13;
    %health = 11*3;
}
How do I know what colour is what?
« Last Edit: December 08, 2009, 01:43:53 PM by Makingblah »

Depends on the set, its like 0-63 in the row, just choose a color of brick then dump the brick get the color and replace %color to the color you want.