Trying to create a !kill and !addkill command

alright so for my twitch channel I want to create a !kill command that says how many kills I have but doesn’t count it, and a !addkill command, that does count them, so for example every time I got a kill it would go up one if I typed !addkill , but I cant figure it out. Please help.

@raiilz This is the basic setup for a command to display a count and a command to increase that count. Just copy and paste these into your chat:

!addcom -cd=5 !kill $(channel) has 0 kills.
!addcom !addkill -a=!editcom !kill $(channel) has $(count) kills.
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.