Topic was automatically imported from the old Question2Answer platform.
Asked By
Godot_Starter
What I want is to run a function the very first time the user starts the game.
I want to create a folder structure in user:// I can use later when I save the game and I figured out how to but I dont want to do that every time the game starts. What is the cleanest solution to run a function only the very first time?