-
Notifications
You must be signed in to change notification settings - Fork 84
Killed event
Tkael edited this page Dec 28, 2020
·
9 revisions
Triggered when you kill another player.
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
-
victim
The name of the player killed -
rating
The combat rating of the player killed
To respond to this event in VoiceAttack, create a command entitled ((EDDI killed)). The event information can be accessed using the following VoiceAttack variables
-
{TXT:EDDI killed rating}
The combat rating of the player killed -
{TXT:EDDI killed victim}
The name of the player killed
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.