View Single Post
03-04-24, 11:21 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,892
Presumably:

Lua Code:
  1. /run if ChatConfigOtherSettingsSystemCheckBox1Check:GetChecked() then ChatConfigOtherSettingsSystemCheckBox1Check:Click() else print("Already OFF!") end

and:

Lua Code:
  1. /run if not ChatConfigOtherSettingsSystemCheckBox1Check:GetChecked() then ChatConfigOtherSettingsSystemCheckBox1Check:Click() else print("Already ON!") end
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote