I am trying to pass a variable to a different level.
I have 4 levels.
Level0 = Root Level - Start
Then I load level 10
then level 9
then level 8.
How do I go about passing a variable from level0 to level8?
Should I retrieve the variable from level0 while in level8, or should I pass the variable to level8 while in level0.
Anyway, I have not been successful at either method, and this shuld be a very simple procedure.
I have 4 levels.
Level0 = Root Level - Start
Then I load level 10
then level 9
then level 8.
How do I go about passing a variable from level0 to level8?
Should I retrieve the variable from level0 while in level8, or should I pass the variable to level8 while in level0.
Anyway, I have not been successful at either method, and this shuld be a very simple procedure.