Skip to main content

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

Hi! Is it possible to use this with the achievements plugin?

Well that depends, what are you trying to do?

I’m trying to make achievements global, for example, making achievements for different endings in the game

Let’s say I beat the game and get the bad ending, then I beat it again and get the good ending, and the achievements screen will display both as completed

You should be able to do this with global switches/variables, and make your achievements track those switches or variables. For example, by turning a global switch ON when the bad ending is unlocked, and having an achievement track that switch.

Thank you! I think this will work