How do I put words in arrays?
in my txt file, I put 1,Weapon and that didn't work.
It doesn't show the words
Develop games in your browser. Powerful, performant & highly capable.
Some beginners information on Arrays.
https://www.construct.net/en/tutorials/arrays-beginners-170
some video's on my youtube channel use arrays :
youtu.be/fMtO7q1Wrus
or
youtu.be/Rq0iQGcVQtc
In both you can see that data doesn't come from a text file, but from the built in array editor (which in essence is also a project file) and is loaded at runtime. It's pretty easy to edit the array in construct and read it through the ajax plugin. It doesn't matter if it's strings or numbers.
Hope this helps