Skip to main content

Search

How do I get the current value of the scoreboard?

  • OgTheEnigma

    I don't think there's a way to acquire scoreboard information from within a Dream, currently. Funnily enough I was working on a solution for this earlier today, so my Dream saves the highscores as a variable. This method works unless the user resets the data for the Dream.

    It took me some trail and error, but in principle my method uses 2 variables per scoreboard. There is a 'high score' variable, which updates whenever the current score is greater than the variable's value. I also have a 'temporary' variable, which works by activating a variable modifier for 1 second at the start of the level, which records the current high score.

    What this does for me is allow me to display a previous best score at the end of the level, even if the new score exceeds it.

  • julio_grr

    I already have this behaviour with a variable saved in the Dream, but this is not satisfactory if the user resets...

Please sign in to leave a comment.