Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: jeruku
Forum: General Authoring Discussion 12-19-17, 11:46 AM
Replies: 24
Views: 5,961
Posted By jeruku
Sorry about the confusion with ReloadUI. I had...

Sorry about the confusion with ReloadUI. I had thought Petship used ReloadUI but I was wrong. (Answered your question shortly after a reformat of Windows.)

My overall solution is to load...
Forum: General Authoring Discussion 12-17-17, 08:38 AM
Replies: 24
Views: 5,961
Posted By jeruku
Something like...

Something like this?

http://wowprogramming.com/docs/api/DisableAddOn

if select(2, UnitClass("player")) ~= "ROGUE" then
DisableAddOn(AddonName, CharacterName)
-- ReloadUI()
return;
end
Showing results 1 to 2 of 2