개별적으로 명령어를 만든다음...

--------------------------------------
SlashCmdList["gsopt"] = function(msg)
  gsopt_SlashCommand();
end
SLASH_gsopt1 = "/gsopt";

 

function gsopt_SlashCommand()

 InterfaceOptionsFrame_OpenToCategory("FRF_GuildSearch")

end

 

--------------------------------------------

불러오는 방법..

예)매크로로 불러온방법..

 

CreateEasyMarkerButton("EWM_BlueFlare", "|cff71a1d4푸른색|r", "TOP", Smokermainframe, "TOP","interface\icons\inv_misc_missilesmall_blue");
EWM_BlueFlare:SetAttribute("macrotext", "/gsopt");

 

다르게 채팅입력으로도...같은 방법으로..