Skip to content

Killed event

T'kael edited this page May 25, 2018 · 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
Clone this wiki locally