Hey guys, got a slight problem with my score system. i swear this worked and all of a sudden it has suddenly stopped working ! i basically have a system where at the end of a game i Set high score. On first attempt it will set a new high score because the default is zero.
All good so far…
My rule in the blueprint is that it only sets a new high score if its greater than the previous score. It should then set a new previous score to be read in the next game. The problem is that it’s not setting my previous score. Previous score just stays at zero… so the branch will always be TRUE and change the score each time even if i don’t beat it. this never happened before and did work so I can’t see where i am going from. Please help.