A nice achievement screen/notification in RenPy. · By Angel Seraph
Is there the ability to add a description to the achievements built into this? It's totally fine if not!
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."), ... )