Multiple Counters in a command

I’m trying to convert from streamlabs. One feature I can’t figure out is the counters. I play Sea of Thieves and I have a sink counter. So my command is like this “I have sunk X boats tonight. I have sunk X boats in my career”. So the first X counts up and shows my sink count for that session. I reset it at the beginning of each stream. The second X doesn’t get reset. It increments each time I run the sink command. For the life of me I can’t figure out how to have 2 counters in the same command.

Thanks in advance!

Hello,
You can use this TAG : $cmd_count(cmd_id)

cmd_id = #XXXXX (Without the #)
You find this ID on the EDIT page of the command.

In the example, you create two counter commands, and a simple command that includes two TAGs $cmd_count that displays the number of the two counters.

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