How to make a points system

so, in my racing game, i wanted to make it so that you get points for each race you win. so here’s the point system:

1st: 8
2nd: 7
3rd: 6
4th: 5
5th: 4
6th: 3
7th: 2
8th: 1

so here’s an example like its in game but with 4 players (just an example):
1st race:

1st: Player: 8 pts
2nd: Nights: 7 pts
3rd: Ryo: 6 pts
4th: Onyx: 5 pts

2nd race:

1st: Ryo
2nd: Player
3rd: Onyx
4th: Nights

Results:
1st: Player: 15 pts
2nd: Ryo: 14 pts
3rd: Nights: 12 pts
4th: Onyx: 11 pts

sorry for asking you to help me with something else but do you know how to do this @JR01 ?

2 Likes

i guess no one knows how to do this…

You can try placing the position system in all the CPU’s, the first input is what’s outputting the placement.

i put that in every cpu…

If you want the placement for every racer.

You could just be able to place it into a bundle and re-use the globals.

sorry but i dont understand…i feel slow rn…

Just have a global number counting up and every time someone passes the finish it goes up. Have that subtract from 8 and give the result to the bot or player.

1 Like