Everytime I set this variable, the exported txt file is instantly deleted.
OutFile1 = open('C:/Saves/Popventure/Save1.txt', 'wt')
As soon as the console reads this code, the txt is empty. I've tested, and turns out it is this exact line that causes the issue. How do I stop the code from activating, or deleting what's inside the txt?