Author Topic: The Dark Light  (Read 1253 times)

I was wondering where I could get my hands on the Dark Light for a build I'm working on. Links, anyone?

Dark... Light? Aren't those opposites? Does it suck in light?

Light_misc? Doesn't it come with Blockland? Oh well, here it is.
Code: [Select]
datablock fxLightData(DarkLight)
{
uiName = "Dark Light";

LightOn = true;
radius = 10;
brightness = -40;
color = "0.1 0.1 0.1 0";

flareOn = true;
flaretp = false;
flarebitmap = "";
NearSize = 2;
FarSize = 1;
};
Dark... Light? Aren't those opposites? Does it suck in light?
It emits darkness. Cool effect if you know how to use it.

Light_misc?
Aha, Light_misc, now I remember. Was able to find it in the RTB archive. Thanks.