Support for multiple messagesSolved
I see the block below says Messages as in plural. Does this mean you can add multiple responses?

{
    "KillerType": "Player",
    "VictimType": "Player",
    "DamageType": "Bullet",
    "Messages": [
        "{killer} shot {victim} using their {weapon} over a distance of {distance}."
    ]
}​

like this

{
    "KillerType": "Player",
    "VictimType": "Player",
    "DamageType": "Bullet",
    "Messages": [
        "{killer} shot {victim} using their {weapon} over a distance of {distance}.",
        "{killer} murdered {victim} using their {weapon} over a distance of {distance}.",
        "{killer} destroyed {victim} using their {weapon} from {distance} away."
    ]
}​

and it will show randomly?

Yes, that is correct.
5b5bc6885b278.png LaserHydra
Yes, that is correct.

Awesome thanks! :)

Locked automatically