Ah many thanks !sullemunk wrote: Thu Dec 15, 2022 10:18 pm you can do aand it'll print out all the chatfilter ID's in the chatlogCode: Select all
/script for k,v in pairs(ChatSettings.Channels) do EA_ChatWindow.Print(towstring(k)..L": "..towstring(ChatSettings.Channels[k].name)) end
Is there a way to concatenate chat values to mute multiple channels at once, without repeating macro ?
I'll like to disable 10+ channels, but the macro text is limited to get everyone at once (and would require multiple macroes wich is not very practical).
Can I use something like :
/script LogDisplaySetFilterState("EA_ChatTab1TextLog", "Chat", [10,18,30,34...], false) ?