View Single Post
01-13-24, 10:25 PM   #1
soulreeperxiii
A Murloc Raider
Join Date: Jan 2024
Posts: 4
Protected function help

I cant figure out how to get this working. Blizzard says its a Protected Function. Is there any way to get this to run?

Code:
FrameButton:SetScript("OnClick", function()
	local index = GetCraftSelectionIndex()
	DoCraft(index)
end)
  Reply With Quote