—, I'm really sorry to ask again.
I'm trying to understand how it works (really new to me).
Basically, I'm trying to compare if the name of a doorObj is located in the csv table. If true then load the corresponding values to that object such as xPos and yPos.
so then I can populate the instance variables of the doorObj.
For now I'm trying to go like this:
CSV Data doorObj.dooID in col ''d'' --> ( if true here I would add the info from the same row but here is where I block)
Sorry and thanks in advance