Godot Version
v4.1.3.stable.official
Question
Hello, I am trying to load a .csv file then add the information from each row to an Array of type “Swimmer”. I skip the first row because those are the headers in the .csv. I then make the swimmer scene and assign it’s values based on the .csv.
My issue is that I get an error though when I try to get the swimmer_name of each “Swimmer” for example.
Swimmer scene is basic 2dnode with “class_name = Swimmer” and ‘swimmer_name’ variable, ‘stat1’ variable and ‘stat2’ variable.
Also why is there a ‘@Node@2’ scene made when I start the scene?
I hope it’s something simple I’ve missed…