Skip to main content

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

You need a colon at the end of every conditional statement to start a block e.g.

if platinum_achievement.has():
    # stuff

You may want to check out feniksdev.com for some tutorials on conditional statements if you're having trouble!