Jump to content
Sign in to follow this  
zdowggg

damage vehicle module

Recommended Posts

so i want to make you spawn infront of a helichopter then u and ur sqwad get in and u fly when u hit the trigger i want the trigger and module to cause damage to the helichopter and make u crash how do i do this

i dont want to download any thing i just want to know how to do it please :confused:

Share this post


Link to post
Share on other sites

You don't even need a trigger. You can use a simple waypoint to do this. Should be

"nameofhelo" setdamage 0.9; (1 would destroy it instantly)

"nameofhelo" allowdamage FALSE; to prevent the total destruction of the helo on hitting the ground

"nameofhelo" land "LAND"; to get it down to a complete hold, best combined with a helipad (visible or unvisible) set at the waypoint,

perhaps you have to use

"nameofhelo" disableai "FSM"; to prevent the helo from trying to take off again once enemy units have been sighted.

You may also use the 'allowdamage FALSE' to your units to prevent them being killed on impact and reset it to TRUE on a "GET OUT" waypoint at the crash location for the squad.

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  

×