Hi!
I got a small but complicated question.
I got doors working (can go from one layout to another)
Now my question and problem:
I'm trying to use a csv table to load the database for doors containing x & y position of the doorObj. Also info about ID, name, layout in which its placed, level etc.
I would like to use this info so I dont need to enter manually all of it each time the Player can use a door. bear in mind the PlayerObject can go to another layout and then comeback.
My idea would be to load a row of the csv table with the info.
I'm sure I wasn't even near to be clear lol Hopefully someone might be able to lead me in the right direction. Thanks!