I see the block below says Messages as in plural. Does this mean you can add multiple responses?
like this
{
"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?