Skip to main content

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

RenPy Achievements

A nice achievement screen/notification in RenPy. · By Angel Seraph

Description

A topic by Twin.Tailss created Jul 21, 2024 Views: 63 Replies: 1
Viewing posts 1 to 2

Is there the ability to add a description to the achievements built into this? It's totally fine if not!

Developer

Do you mean the `message` argument? That should work as a description for the achievement.

    "welcome": Achievement(name=_("Welcome to My Game"), message=_("Start the game."), ... )