Thread: Librarian
View Single Post
06/29/14, 04:08 PM   #70
Flamage
 
Flamage's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 60
Originally Posted by Sasky View Post
Keep in mind that the comment is improperly formatted, so you'll need to fix that.

Replace
Code:
nil -- invalid string value,
with
Code:
nil, -- invalid string value
Otherwise the game will fail to load the saved variables file fully, and most everything will be lost.
That's true, a string replace will need to be run over the file in notepad or something similar to fix the errors before the game will load it properly.
  Reply With Quote