Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

There needs to be a filter for the corrupted data to fix the allnpcs error, inside globals.gd load_game(text) and immediately inside of:

for i in currentline.allnpcs:

Add the following lines(add 2 tabs for first line, 3 tabs for second line):

if typeof(i) == TYPE_STRING
continue

It will probably appear in the next update.

It did appear! Good guess!

kingkongdong, I appreciate the report! Should be fixed now on those errors (and more)