1 decade ago by JanusKirin
I'm working on making an RPG using Impact, but I'm not sure how to go about storing conversation data. I expect to have a lot of text, and would prefer to manage it from a separate file rather than as entities (or properties of entities) in Weltmeister.
What I'd like to do is make little JavaScript files that create a JSON variable and load that into one ConversationManager entity that I place in Weltmeister. Is it safe to use jQuery AJAX for this, or is there a way to load complicated variables into an entity without cluttering up the editor?
What I'd like to do is make little JavaScript files that create a JSON variable and load that into one ConversationManager entity that I place in Weltmeister. Is it safe to use jQuery AJAX for this, or is there a way to load complicated variables into an entity without cluttering up the editor?