How do i use the count command

I want to be able to count for example the number of times !gotem was said, and every time it was said then it would say You have gotem (number) times.

But then also have another one !yeet with the same thing but with different number

@FizBapPlop

The $(count) variable increases by 1 every time the command is used. Just copy and paste these into chat to create the !gotem and !yeet commands.

!addcom -cd=5 !gotem You have gotem $(count) times.

!addcom -cd=5 !yeet You have yeeted $(count) times.
1 Like

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