Frictional Games Forum (read-only)

Full Version: Deactivate light?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

Why do this:
Code:
SetEntityActive("BoxLight_1",false);
not work?
I want to deactivate a Boxlight.
You can't do that with lights.
You have to find a "FadeLightTo" Function.

(I will update post when I find that)
SetLightVisible("BoxLight_1", false);

^ That's the one you want mate