GladiusEx

GladiusEx

4M Downloads

cant seem to set the profile by internal command

rmtaft opened this issue ยท 1 comments

commented

Sorry i have no clue where to ask this question

this is how i code a profile change in my setup program

ill show 1 that works and the same that is GladiusEx and the result
this is all wrapped up in a function and the 9 others of varying types wor, but i cant get GEx to work
first is Dominos it works
if IsAddOnLoaded("Dominos") then Dominos:CopyProfile("UItat"); end
now GladiusEx not working have tried SetProfile & CopyProfile to no change.
if IsAddOnLoaded("GladiusEx") then GladiusEx:SetProfile("UItat"); end

commented

found the solution if anyone else asks
if IsAddOnLoaded("GladiusEx") then GladiusEx.dbi:CopyProfile("UItat"); end