ID:1632760
 
The macro ID field can be used to group macros together for manipulation at run-time. For example, if I wanted to disable all chat-related macros at certain times, I would give all of them the id "chatkey" and then disable them using winset:


winset(usr, "macro.chatkey", "is-disabled=true")

///or, in another macro:

.winset "macro.chatkey.is-disabled=true"