View Single Post
10-17-22, 08:14 AM   #10
Zax
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 147
Code:
	CreateFrame("Frame", "OptionsPanel")
	OptionsPanel.name = "YourAddon"
	InterfaceOptions_AddCategory(OptionsPanel)
	SlashCmdList["ABCSlash"] = function()
		InterfaceOptionsFrame_OpenToCategory("YourAddon")
	end
	SLASH_ABCSlash1 = "/abc"
Thank you.
It doesn't work better than my original script but we'll see on next PTR versions.
__________________
Zax - Addons List, not all maintained.
  Reply With Quote