I have an issue when collecting molecules from the molecules module. It is my understanding that when you get a molecule using the print("CONNECT A")
command the player’s storage_a
variable is automatically updated. This does occur most of the time but occasionally the storage variable will stop being updated and will always be 0 despite the fact that I have taken many molecules. This causes my player to run out of room but when I print out all the storage variables they are all 0. I am not sure if this is a problem with the game or a problem with my code but I have no idea how to solve this.