Thread: Librarian
View Single Post
06/29/14, 10:30 AM   #69
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
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.
  Reply With Quote