DOA 20 Posted August 2, 2010 Does anyone know of a way to make a vehicle heal like an ambulance. I make mostly night-dark missions and the default ambulance always has its lights looking like they are turned on. This issue is on the bug list but still not addressed. If anyone knows a work around or if you know of a third party addon containing ambulances with proper lights I would appreciate your assistance. Thanks in advance. Share this post Link to post Share on other sites
Junker 0 Posted August 2, 2010 U could probably give the vehicle an addaction that will heal the guy calling the script.. simple way e.g. vehicle init : this addaction ["Heal","heal.sqs"] heal.sqs _unit = _this select 1 _unit setdamage 0 exit u could make it more complex to only show when the units damage is > 0 ;) Share this post Link to post Share on other sites