Having a problem getting gametokens to work between levels.
In the first level I have created a new game token library called "test"
Within this library there is a item called "testToken" It is set to an Int, value = 0 and the local only box is unticked.
Flow graph is set up to change the tokens value to 1 when the player enters an area. I have a debug set up to display the tokens value on screen which shows that the value is being changed.
When the player enters a different area, the game loads a different level.
With in this second level, I opened up the DataBase view, went to the gametoken tab and clicked the load button, selected "test.xml"
Then within flowgraph I set up a debug to show "testToken" value on screen.
This however does not seem to work, when I load the levels in the launcher, the token changes while on the first level as the debug shows the value is changing, but then when the second level is loaded, the token's value is back to the original.
Has anyone got any ideas as to what i'm doing wrong? Or if i m doing it totally wrong?
Cheers