Make Nightbot count without $(count)

Is there a way to make Nightbot count how many times someone has done something (i.e. Died) in a game then use a command to show something like “(streamer) has died 20 times”?

This should work:

!addcom !died Times streamer has died: 0
!addcom -ul=mod !setdied $(alias !editcom !died Times streamer has died:)

Then to update the number of times they died:

!setdied 20

1 Like

Thanks for the help!

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