LET roll = RANDOM(3)
IF player = 1 THEN LET player1 = player1+roll
IF player = 2 THEN LET player2 = player2+roll
IF player = 3 THEN LET player3 = player3+roll
IF player = 4 THEN LET player4 = player4+roll
END IF
This didn't work and I'm pretty pissed.
Every time I try to use this button, the program crashed.
Seriously? It's completely logical to me, but obviously something needs to be fixed.