Optimizing Scorm Calls

I've developed a dynamic menu system that updates on every page of the course depending on where they are yada yada. It works great. Right now though there is an issue with multiple calls to the LMS. I'm keeping track of 25 different variables, but what lectora has done is call the lms for each variabe, example:varmenuloc1=0;varmenuloc1=0;varmenuloc2=0;varmenuloc1=0;varmenuloc2=0;varmenuloc3=0;As you see this gets very unwieldy, the code that lectora generated is calling the LMS between 130-140 times per page, when it should only be calling once or twice.Is there a way to force lectora to only post/get that information once? I don't want to have to write some custom code that does it, because I'm trying to make this into an easy to use template for other developers just by editing a few variables.

Discussions have been disabled for this post