-
Notifications
You must be signed in to change notification settings - Fork 82
Hull damaged event
Cmdr McDonald edited this page Apr 11, 2017
·
9 revisions
Triggered when your hull is damaged to a certain extent.
When using this event in the Speech responder the information about this event is available under the event
object. The available variables are as follows
-
vehicle
The vehicle that has been damaged (Ship, SRV, Fighter) -
piloted
True if the vehicle receiving damage is piloted by the player -
health
The percentage health of the hull
When using this event in VoiceAttack the information about this event is available as follows
-
{DEC:EDDI hull damaged health}
The percentage health of the hull -
{BOOL:EDDI hull damaged piloted}
True if the vehicle receiving damage is piloted by the player -
{TXT:EDDI hull damaged vehicle}
The vehicle that has been damaged (Ship, SRV, Fighter)