View Single Post
05-23-19, 01:41 AM   #3
Mandraxon
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Jul 2009
Posts: 21
hmm. looks to be what i am after however.

--Set scale depending on if you ticked use large nameplates in interface options

if InterfaceOptionsNamesPanelUnitNameplatesMakeLarger:GetValue() == "1" then
SetCVar("nameplateGlobalScale", 1.0)
elseif InterfaceOptionsNamesPanelUnitNameplatesMakeLarger:GetValue() == "0" then
SetCVar("nameplateGlobalScale", 1.4)

end

did not work.
  Reply With Quote