Skaz881
History Major
In order to have a balanced game, I added the resources from my pack to Barathor's pack. But when I launch a game, the map is completely hidden, it's on the barbarian's turn and I get the "you have been defeated message". What did I miss in the Lua code? (My Lua log is in the More Luxuries thread, it won't let me upload it here as well).
Dang that's a lotta errors...

). This usually happens when you have a variable that has a chance to not become initialized. When the function that compares said variable gets called and the variable wasn't initialized it throws this error. Either your variable isn't working as intended, or it is working as intended, but you forgot to check that it was initialized (myVar ~= nil) before comparing it.
.