Completely off-topic rant, but that's why I hate "dynamically typed" (also called "lazy typing") languages like Python. An app that has the potential for this kind of errors should not build at all... but in JS and Py and a bunch of other languages type errors and lack of initializers are undetectable until you run it.Code:NameError: name 'shotg_lvl' is not defined
Sorry Max, I don't have a solution to your issue... But I'm curious, did you use an old save?
I am guessing it's all related to the brand new weapon skill upgrades... and "shotgun level" makes sense as a variable that should have been initialized, but might not have been if loading an old save.