Hi, I’m new to gamedev but I have a little idea on how it works.
I want to make a test, my game asks a question and the user picks an answer.
I want help on choosing how to store the questions.
I got an excel file like this:
+---------------+----------------+
| Question | Correct Answer |
+---------------+----------------+
| ¿How are you? | Fine |
+---------------+----------------+
| ¿Are you 22? | Yes |
+---------------+----------------+
Can Defold work with excel files like python or I need to convert it to xml or something else?
Hello I use the second lua export that you suggest and made me a table of my 78 table objects and has only at start only the return and after the table … if I require this file in a script of my objects how I access
the value of onoma of first object? I tried some things but I do not know good use of tables. Thanks for your help
I done I found the mistake when trying to access it. I start to see how do this when I read britzl saying in forum to do through data and me I was doing through go.property. After I saw here the post of sergey.lerg for csv which took me sometime to make. But I think will help me. Thanks even if I found alone forum helps has many things to find. Thanks again