Gruman 123 Posted July 23, 2010 Hi everybody. Im working on a chopper at the moment. My squad wishes an indoor light in red for night operations. Now i can add some markerlights, of course, but is it possible to make it aktive and inactive via the actionmenu without using any scripts? If scripts are needed, whats the simplest script solution? Thanks in advance. class MarkerLights { class Indoorlight { name = "indoor_light"; color[] = {1.0, 0.1, 0.1, 1}; ambient[] = {0.1, 0.01, 0.01, 1}; brightness = 0.001; blinking = false; }; }; Share this post Link to post Share on other sites
Big Dawg KS 6 Posted July 24, 2010 You could create light sources via script and attach them to the vehicle. It really doesn't you see any better though. While it will illuminate the vehicle, the crew/cargo proxies won't be. Share this post Link to post Share on other sites