I was wondering if anyone could help me figure out how to create a tracker style command. Basically trying to track a “unit” like “!tracked” would respond “Unit1: 9, Unit2: 2, Unit3:15” and adding a Unit4 would be something like “!track , Unit4: 0” then obviously add that to the end.
My original idea was to do something like this:
!addcom !test Unit1: 9
!addcom !addtest $(querystring)
But obviously this flopped because it would overwrite and not “add” to the command.
Send help lol