View Single Post
05-27-19, 07:43 AM   #5
CrittenxD
A Deviate Faerie Dragon
Join Date: Apr 2018
Posts: 13
Thank you very much for this great solution!

Lua Code:
  1. function setcvarifexists(cvar, value)
  2. if pcall(SetCVar, cvar, value) then
  3. else DEFAULT_CHAT_FRAME:AddMessage("|cffff0000Cvar not found: "..cvar)
  4. end
  5. end

Only one call, I'm super happy with that! Gonna look into the secure action button from my other thread now
  Reply With Quote