New Hi Score

I was Like to display a Text "new hi score" at the end screen of a game
Tryed
Rule
if attribute game.score > game.hi score
display text
"new hi score"
but it does not work
just need the text to cum up when theres a new hi score.
I know to display the high score just cant get the text to cum up
any help would be great
Thanks Jason
Tryed
Rule
if attribute game.score > game.hi score
display text
"new hi score"
but it does not work
just need the text to cum up when theres a new hi score.
I know to display the high score just cant get the text to cum up
any help would be great

Thanks Jason
Comments
Ive worked it out needed to be = to as the hi score got updated in the background
Thanks