Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello   i have a question, how do you  

how to invoke the method to appear in the story?

the achievements are shown in the option menu, I implemented the bad ending test code, but when I invoke it, it does nothing and I don't know what I am missing.


(+1)

Hi there! In-script, you can grant achievements with

$ achievement_you_made.grant()

Remember it'll only show a popup if you've got the configuration options set to allow them + you haven't gotten that achievement before. You can use the Delete Persistent option in the Ren'Py launcher to fully reset all achievements.