Gladius 10 Posted December 17, 2009 I searched the forum, the editing guide, the wiki and a couple of other sources. The question is so basic that I doubt that it is nowhere ansered, but at this point it appears to me like that. How can I switch off a vehicle light in the editor with an init command? Is it somehow possible to do so with the switchLight "off" command? :confused: Share this post Link to post Share on other sites
f2k sel 145 Posted December 17, 2009 As it's an action command I don't think it will work in the objects Init. I think it has to be in a player Init or game logic. Place a game Game logic and in the Init put this action ["LightOn", Car]; car being the name of the vehicle Share this post Link to post Share on other sites
blaunarwal 10 Posted December 31, 2009 Create a waypoint and set behaviour to stealth to make the driver switch off the lights. Set it to safe, if you want him to have lights on. If you put the waypoint directly on the car, it will not move. Share this post Link to post Share on other sites