Hi everyone. I recently started learning to write scripts and immediately face with the following error: expected near ‘=’
There is part of a code:
AvengerFrame.texture:SetTexture(1,1,0);
AvengerFrame.texture:SetAlpha(50)
AvengerFrame.texture:SetBackdrop(StaticPopup1:GetBackdrop (bgfile=“interface/AddOns/Avenger/forsaken.tga”))
The error is in the third line. May be anyone knows what’s the deal?