Bosun 0 Posted May 6, 2002 Could someone repeat what the script is to turn off vehicle headlights (not driven by myself) thanks. Share this post Link to post Share on other sites
LauryThorn 0 Posted May 6, 2002 You can do that at least by setting unit's behaviour: driver_name setBehaviour "SAFE" = lights on driver_name setBehaviour "STEALTH" = lights off I'm not sure about this, but I guess you can do it somehow with driver's action menu.. driver_name action["LIGHT ON"] driver_name action["LIGHT OFF"] Share this post Link to post Share on other sites