15 lines
626 B
Plaintext
15 lines
626 B
Plaintext
/click ChatFrame1Tab RightButton
|
|
DropDownList1Button4
|
|
|
|
|
|
/click ChatFrame3Tab RightButton
|
|
/click DropDownList1Button10
|
|
/click ChatConfigChatSettingsLeftCheckBox2Check
|
|
/click ChatConfigChatSettingsLeftCheckBox4Check
|
|
/click ChatConfigChatSettingsLeftCheckBox12Check
|
|
/click ChatConfigChatSettingsLeftCheckBox13Check
|
|
/click ChatConfigChatSettingsLeftCheckBox14Check
|
|
/click ChatConfigChatSettingsLeftCheckBox15Check
|
|
/click ChatConfigChatSettingsLeftCheckBox16Check
|
|
|
|
/run local c="ChatConfigChatSettingsLeftCheckBox2Check";c:Click();c=c:gsub("%d","4");c:Click();for i=12,14 do c=c:gsub("%d", i); c:Click() end --no work |