So I'm making an achievement system in a game, and I'm having a little trouble. You click on achievements, then trophy case, and then inspect for a description of each achievement. I got this working earlier, but I don't know what I changed. Can you take a look at a chunk of the code?
:Lbl 15
:ClrDraw
:Text(5,8,[argument]
:
:
:Line(-10,6,10,-6)
Basically, it should pull up the graph, and make the line and text. Instead it displays the home screen, and when I press ENTER, it goes back to the beginning of the program. Is there something wrong here?