You can only add numbers to the Death Counter if you’re the host or a moderator, but it makes sense to let all followers use this command, is there a way to let followers add a death to the counter?
You might want to check this previous topic to use the counting TAG and create a command your followers can use:
Hello,
It is impossible to “reset” a counter of a single command via the Chat.
It is preferable to use the following TAG:
$custom_data(get,victory_nb) to retrieve the data,
$custom_data(+,victory_nb) to add 1 to the counter,
$custom_data(set,victory_nb,0) to reset the counter,
victory_nb = And the name of the variable / counter.
Just create a command to display and increase the counter (!add) :
$custom_data(+,victory_nb) **OMG did the camera tilted again? it's $custom_data(get,victory_nb…
WizeBot
closed
March 22, 2023, 12:50pm
#3
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.