Hello guys, big C2 fan here. Little help needed. I'm working on a �My Collection� type of app. Every item has like a 3 page description in a .txt file which I need to load when I click on item.
If I Use the Ajax request it prompts me to select .txt file manually from a list of project files which doesn't help.
The CSV table loads just fine and I tried storing �item1.txt,item2.txt,...,itemN.txt� then parse the table and load ".txt" value as a variable but I can't use said variable to �load from URL�
I guess I could paste the text for each item in the CSV table as a value, but multiple pages for each, more than a 100 items, separated by comas just doesn't seem right. And it would be a huge, unmanageable table in the editor, right?
So, how should I do this? I had the same issue with .jpg image files for the each item and I worked around it, as suggested, by loading them as animation frames but I just can't figure it out what to do for the texts.
Thanks a lot!