Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

the problem is that the minigame uses that time variable to countdown to the end of each phase. im not entirely sure what to change in order to separate the countdown time from the default time https://imgur.com/ZxmZGCv

Find and replace the variable time with some other name - it can be whatever you like. It's just a variable name, and it'll be better to change it to avoid conflicts with Python libraries.

did so, but this still came up https://imgur.com/Q3G6a2k

nvm there's something i forgot to rewrite! it all works