OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: BlackDeath-CFH on 28 Aug 2002, 04:51:18

Title: Another question
Post by: BlackDeath-CFH on 28 Aug 2002, 04:51:18
is there a way to make it so a vehicles lights dont turn on? because in this mission im working on this chopper has its lights on that flys us to the landing zone at night time, but i want them to be off =/
Title: Re:Another question
Post by: Wolf on 28 Aug 2002, 05:01:43
Try changing its behaviour in a waypoint to stealth.
Or
This action ["Light off"]
Title: Re:Another question
Post by: Jakerod on 28 Aug 2002, 05:02:38
Solution:
            set them to combat mode in the waypoints... or in a init of something Choppername setbehaviour "combat"

Side Effect(affect?): Chopper will engage enemies but you might also be able to give it no ammo so that it would fire.

Edit: The one above also works.