Subject: Life Point Program for TI Calculator - Joseph Monaco Life Point Program for TI Calculator - Joseph Monaco This program is a little complicated but you get used to it. If you can edit this to make it better, go ahead, I won't mind. Also the symbol -> is the sto button, the symbol >/ is the greater than or equal to symbol, and the A :8000->B : :Lbl Z :Menu("WHO TAKES DAMAGE?","PLAYER 1",Y,"PLAYER 2",X,"LIFE POINTS",W) : :Lbl Y :Prompt C :A-C->A :Goto W : :LbL X :Prompt D :B-D->B :Goto W : :Lbl W :Disp "PLAYER 1 LP",A :Disp "PLAYER 2 LP",B :Pause :If A and B>/0:Goto Z :If A