Need help Coding a Mini Game

I woul use point system maybe even 2 point systems

the one for couning the chances

@CHANCE =0
label minigame

if (CHANCE =3){
goto endminigame
}else {
@CHANCE +1
#here put the minigame
}
label endminigame

1 Like