I assume when the level ends you’d check the timer…
assuming timer is an integer
you can use In Range (Integer)
if 0 to 59, rating = 1 star
if 60 to 119, rating = 2 star
and so on
If you have it split into minutes and seconds, it would be easier to work with just seconds so you could convert it… minutes * 60 + seconds = final value to check
But now i want to make division in those 300 sec’s
300 - Seconds remaining 200 pts
200 - Seconds remaining 150 pts
100 - Seconds remaining 100 pts
and i dont want to add the points system to the game mode BP, i want the points system to on my end game collider BP.