Hi there,
Im trying to make a simple game, but I want 3 different endings, depending on the players end score, how can I code the game so that, at the final question, the player is directed to one of 3 endings depending on their score (I have a counter in place)

Kinda like an
If score=3000 (or more)
gotoandplay (ending 1)

if score=2000-2999
gotoandplay (ending 2)

Can anyone explain how I can go about this?

Thanks in advance!