Hi!
I'm using rick's SaveLoad.lua to save some basic options.
I got the following error:
The error occurs in the line 77 which represents:
-- be sure to change it's name to what it is in the saved file
entity:SetKeyValue("name", entityName)
the pivot carry's the same name, the optionsmenu I used isn't in the map which I want to Load the data in.
the saved values are:
return {
-- Table: {1}
{
["OptionsMenu"]={2},
},
-- Table: {2}
{
["antialias"]=4,
["postprocessing"]=1,
},
}
and those I'd want to load in another map than I saved the values with.
Thanks in common.
cheers!
Dennis