Variables within eval commands

I want to use an eval command to combine the values of one number and one variable. Is there a way that I can do this or am I being stupid
:smile:

Heya. You mean a Nightbot variable? See this post for an example that uses the Nightbot $(count) variable inside $(eval): How to use the count value without calling it again

I don’t think that would work, :frowning:
It’s basically a win counter that I want for a total of someone’s pc and PS4 wins. The PS4 wins will stay the same (as he doesn’t play it any more) but the pc wins will increase
The code for the pc wins commands are
!addcom !wins $(touser) -> ‘streamer’ has won 1 games today.
!addcom !setwins -ul=moderator -a=!commands edit !wins ‘streamer’ has won $(1) games today. WP.
Is there a way that I can call that ‘arguments’ variable in a different command?
Thx

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