-
Notifications
You must be signed in to change notification settings - Fork 20
Counter Events
AnkhHeart edited this page Apr 11, 2018
·
1 revision
{
"event": "EVENT_COUNTER_INCREASE",
"data": {
"deaths": 10,
"template_msg": "Died # Times"
}
}{
"event": "EVENT_COUNTER_DECREASE",
"data": {
"deaths": 9,
"template_msg": "Died # Times"
}
}{
"event": "EVENT_COUNTER_SET",
"data": {
"deaths": 15,
"template_msg": "Died # Times"
}
}