Skip to main content

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

Hello! Thanks a lot for making this.

For now I've only tested 1 example and it seems to work, but I want to make sure. I'm getting this error in VSCode:

"store.custom_achievements": Use of a store variable that has not been defaulted.

It points to line 543 in achievement_backend.rpy  file. Do I need to default it to something?

No worries,the VS code extension simply isn't able to recognize the namespace properly. It isn't a problem with the code, just an inconsistency in the extension trying to detect variables (which this isn't).

I see. Thanks again!