Hi everone. I am making score board which print best score.
and It is my blueprint using >= and If node, and so on.
But If level re opened, Best score variable doesn’t store best score!
It only store current score.
How can I store Best score?
Hi everone. I am making score board which print best score.
and It is my blueprint using >= and If node, and so on.
But If level re opened, Best score variable doesn’t store best score!
It only store current score.
How can I store Best score?
Thanks for comment. Then should I have to use C++ to save best score? Is there any way using blueprint?
After level load, everything will be reset, so you should save your best score to somewhere like save file or text file, so later you can get best score from that when you start to load a level.
Oh and check out tappy chicken they have save and load best score also