by adding few debug in Assignments.cs, I have found the error might relates to the conversation[x] parts from the saved log
here are my conversation[x] records looks like in the savedData
Code: Select all
Conversation[1].SimX="1;u;2;u;3;u;4;u;5;u;6;u;7;u;8;u;9;u;10;u;11;u;12;u;13;u;14;u;15;u;0;u;17;u;18;u;19;u;20;u;21;u;22;u;23;u;24;u;25;u;26;u;27;u;28;u;29;u"; Conversation[2].SimX="1;d;2;d;3;d;4;d;5;d;6;d;7;d;0;d"; Conversation[2].SimX="1;u;2;u;3;u;4;u;5;u;0;u;7;u;8;u;9;u;10;u;11;u;12;u;13;u;14;u";
after I added "nameAccess.Name" in line #47 in assignments.cs
perhaps I need to Language.Lua.LuaInterpreter.Interpreter those conversation records as well? let me know your thoughts