Adding the attachments used to the string?Solved
im trying to properly add the weapon attachments used and what body part was hit to the command line in the json any help or example would be appreciated
Here's an example with attachments in the message:

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