Notifications
Clear all

[Closed] switching lights on/off using script controller

Is there a way to set a light’s “.enabled” boolean value with a scripted controller?
Or would a multiplier of 0.0 have the same effect as completely switching of the light (as in being not regarded in any calculations)?
Visibility keys are not an option, it seems.

1 Reply
$Omni01.on = False
$Omni01.on = true

Switches for on or off.