Skip to main content

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

Hey. I'm getting this error with your mod. Don't really have much information about it, I have no idea how it happened, and unfortunately I don't have a save because the autosaves already got ovewritten.


SCRIPT ERROR: dailyTownEvents: Invalid get index '[10, 25]' (on base: 'Array').

   At: user://mods/AricsExpansion/customScripts/expansion.gd:2618.

SCRIPT ERROR: dictionary: Invalid call. Nonexistent function 'substring' in base 'String'.

   At: res://files/scripts/person/person.gd:785.

SCRIPT ERROR: dictionary: Invalid call. Nonexistent function 'replace' in base 'Nil'.

   At: res://files/scripts/person/person.gd:748.

SCRIPT ERROR: dialogue: Invalid type in function 'set_bbcode' in base 'RichTextLabel'. Cannot convert argument 1 from Nil to String.

   At: res://files/scripts/Mansion.gd:1873.


When I advance to a new day by pressing enter, I get only this:

SCRIPT ERROR: dailyTownEvents: Invalid get index '[10, 25]' (on base: 'Array').

   At: user://mods/AricsExpansion/customScripts/expansion.gd:2618.

Thanks for the report, mate! That error will help us track down the issue

You should be able to band-aid this by changing 'substring' to 'substr' in person.gd on line 785 

Person.gd is located in: "%AppData%\Strive\mods\AricsExpansion\customScripts"