winset(usr, "macro.chatkey", "is-disabled=true")
///or, in another macro:
.winset "macro.chatkey.is-disabled=true"
ID:1632760
![]() Jul 20 2014, 6:11 am (Edited on Jul 20 2014, 10:44 am)
|
|
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:
|