Jump to content
Sign in to follow this  
DOA

Is it possible to make a HMMWV or truck heal like an ambulance.

Recommended Posts

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

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

Thank you very much.

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  

×