Hi is there a way to use 2 counter in the same function?
i’m trying to do a death counter which counts for each !death in chat by using
$(count) death
but it should also display how many deaths are left til it will trigger an event.
therefore i tried
$(count) deaths, $(eval a=1000-$(count);${a} deaths til event will start
)
The problem is that this will count up 2 per !death. Is there any Solution how this can work?