Results: 1Comments by: ViperFUD
File: Soul Gems Counter05/23/14
Attempt to index nil value
Posted By: ViperFUD
Hey. Onload when you're registering for event managers, you're trying to update sgc.MW before it's initialized. Insert the line "if ( sgc.MW ~= nil ) then" before line 516 in SoulGemsCounter.lua and "end" after line 540 ("sgc.MW.LabelGrand2:SetText(sgc.GrandFull)"). FYI. :D