Jump to content
Sign in to follow this  
Gladius

switch vehicle light off?

Recommended Posts

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×