I'm going to have to be the dummy once again here!
I've been trying to use this plug-in to store a script, since the game I'm making has a lot of dialogue. I thought keeping that dialogue in a separate text file rather than insert it all manually in events would be much better.
I'm really stumped on how to load the table into this plug-in though, the example only shows using a manually typed string?
I imported the .csv as a project file and used AJAX to load it, and from there I see people say a lot of things about turning it into a JSON string and loading it from there. I don't really know exactly how this works, and all the examples and discussions I find on it on the forums and tutorials talk about different methods and different results, so I can't really put them all together in something I can use.
So far I have something as simple as this, which I'm sure is a far-shot from what I need:
<img src="https://dl.dropboxusercontent.com/u/11716886/Untitled-1.jpg" border="0" />
I bet the AJAX tag has nothing to do with the CSV string that the plugin wants.
What do I do inbetween these two and actually being able to read the things in the csv table?
I apologize for being a total noob on the subject.