Author Topic: Anybody know where i can get the latest WORKING version of zone bricks?  (Read 914 times)

I tried getting it from BL glass' RTB archive, but when i installed it, it wouldn't work. I tried removing all my addons except default ones and loaded blockland too, and nothing. The category for the bricks won't even show up.

any errors in the console?

I think you need event_zones (or is it called event_zonebricks?) to get brick_zonebricks working.

Code: [Select]
%errorA = ForceRequiredAddOn("Brick_Large_Cubes");
%errorB = ForceRequiredAddOn("Event_Zones");

you need both Event_Zones and Brick_Large_Cubes
I think it enables them if they aren't though (you still need them in your addons folder)