Well, one of my friends was talking about strip poker.

So i said

"well i'll write a game where u guess a number n u bet clothes."

But i don't know much ti-basic. I only know about disp and text and simple if-then situations.

Neyway, what i want to do is have it so u bet ur shoes. Then if u loose, it comes up and says bet your socks.
But if you win, goes on to the "bet your socks>"

Here is the code

Prgm
Text "Gregs Strip Number Guessing"
Text "Version 1.51"
Text "For Edward and Jennie"
Text "as a joke"
Text "Type the firt number you think of"
Text "1 or 2 digit only"
Text "Shall we begin?"
Text "You have all your clothes"
Disp "Bet shoes"
Input a
if a>34
Disp "you loss your shoes"
if a<34
Disp "you keep your socks"
if a<34
Disp "Round two socks"
Input b
if b<15
Disp "Give them up"
if b>15
Disp "keep them"
If a<34
Disp "I call your shirt"
Input c
if c<67
Disp "I take your shirt"
if c>67
Disp "Keep it it's not my size"



It's killing me, it's not reporting any code bugs but It doesn't display all the things right.

This is TI-89 Basic btw.