NorthWolf Posted January 17, 2012 Share Posted January 17, 2012 Breakdown of the problem: - I need to store the state of a set of variables. I intend to toss them in the Global Variables and call it a day. - To do so I need new global variables. I can do this by adding an .esp with the global variables in them, easy enough. - Now I need to access them during runtime, which becomes a problem because the function seems to expect a form ID as a param and I don't know the .esp index beforehand. Without the index I can't be certain if I'll reference the right global or not. I'm probably doing this in a really bad fashion or missing something entirely, but that's why I need the help. What should I be doing here to get my variables to persist? Kudos to anyone with a solution or at least something for me to work with, and thanks in advance to anyone taking the time to read this. Link to comment Share on other sites More sharing options...
Recommended Posts