View Single Post
10-11-16, 09:55 AM   #10
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
Just as easily fixed on our side by adding

If not Nx.Initialized then return end

at the top of ClipZoneFrm.

Or getting more specific and

if level then frm:SetFrameLevel (level) end

at the point it's having an error.
  Reply With Quote