Tease storage: saving score for next visit to same tease
Posted: Thu Oct 28, 2021 11:46 am
Hi there
I,m making a tease in wich you have to increase score on every page to unlock a next page.
I have no clue on how to save the score for the next visit.
So far I manage to add it up over pages, but I dont manage to save it on a next visit.
I first put it in init script: score == 0 . But that makes the score reset on every visit right?
I've tried to put the save variables tutorial into my tease, but that doesnt seem to work either...
Basic idea: you can navigate to next or previous page and with the "if" boolean (if score>= ..) i determine if they can acces the page.
Hope you can help :/
I,m making a tease in wich you have to increase score on every page to unlock a next page.
I have no clue on how to save the score for the next visit.
So far I manage to add it up over pages, but I dont manage to save it on a next visit.
I first put it in init script: score == 0 . But that makes the score reset on every visit right?
I've tried to put the save variables tutorial into my tease, but that doesnt seem to work either...
Basic idea: you can navigate to next or previous page and with the "if" boolean (if score>= ..) i determine if they can acces the page.
Hope you can help :/