oh yeah

welcome to the forum
so when I tried playing it, I like the pic you made btw, but I have a few issues, when I tried to set the range to 4 on the options menu it gave me a invalid dim error that pointed to this line
4->LOPTN(2)
which was under Lbl R4
now I also have an issue with how unoptimized this code is, so just to help you along, extra line breaks are a no no....and you can leave out the ending brackets on anything but a for loop, as well as the ending quotes. also try to stay away from labels, instead create your program flow with repeats, whiles, for, and if statements, it works much better.
from the looks of your code you are newer to TI-BASIC, so if you have any questions on how to optimize code/how to get things to work, don't hesitate to ask. Hopefully we can help you learn how to code ti-basic at par with the masters

also when I tried to run the game as normal it wouldn't run at all, gave me a error undefined. an easy way to fix this is to add this piece of code to the very start
setupeditor OPTN
3->dim(LOPTN
this will also fix the dim errors
here is a good reference for how to code in BASIC
TI BASIC Developer