Hey, KAEPS133, it might help to make a post like this on the AnswerHub.
I think that it’s not saving your score, possibly because the ReturnNode is returning a String rather than an Int.
Just to make sure, try changing it so the newPoints during the second update is 6, instead of 5. If it’s not saving your score, the Score+newPoints will be 6, instead of the expected 11.
Believe me when I say I shouldn’t be answering posts on this forum (day 4 of using Unreal) but I can’t see you storing the value of Score. You might need to set Score just after you’ve done your Score + newPoints.
Hello,
it does not work because you don’t update yur score at the end of the function you have to to a set score after this function so then score will be 10 and not 5 as first time.