DarkWing Duck since you have trouble seeing it heres his code again.
Z=56 : B=50 : H=75
main:
cls : print "There are ";Z;" zombies here"
do : suspend for key : CLS :if returnkey()=1 : print "You kill one zombie" : Z=Z-1 : H=H-RND(1) : endif
if controlkey()=1 : Print "You defend" : endif
if spacekey()=1 : goto main : endif
if Z=0 : goto boss : endif
print "You have ";H;" health" : if H<1 : print "You lose" : exit : endif
loop
boss:
do
suspend for key : CLS
if returnkey()=1 : Print "You attack the boss" : A=rnd(3) : B=B-A : print "You cause ";A;" damage" : C=RND(2) : H=H-C : endif
if controlkey()=1 : print "You defend" : C=rnd(2) : endif
print "You have "; : print H; : print " health"
print "The boss has " : print B; : print " health"
if B<1 : Print "You win" : exit : endif
if H<1 : Print "You lose" : exit : endif
loop
By the way I am going to teach you to see the source button.
look at this example.
////////////////////////////////////////////////////////////////////
Author Message//////////////////////////////////////////////////////
rogue the camper////////////////////////////////////////////////////
User////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
Joined: Wed Mar 3rd 2004////////////////////////////////////////////
Location: Arizona Posted: 7th Mar 2004 21:08///////////////////////
////////////////////////////////////////////////////////////////////
Still no FFXI (it's better then ten) but good.//////////////////////
////////////////////////////////////////////////////////////////////
Attack = enter//////////////////////////////////////////////////////
Defend = control////////////////////////////////////////////////////
Show current number of zombies = Space//////////////////////////////
////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
Badger badger badger badger badger//////////////////////////////////
Mushroom mushroom///////////////////////////////////////////////////
Back to top/////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
Source button is here
////////////////////////////////////////////////////////////////////
rogue the camper////////////////////////////////////////////////////
User////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
Joined: Wed Mar 3rd 2004////////////////////////////////////////////
Location: Arizona Posted: 7th Mar 2004 22:22///////////////////////
////////////////////////////////////////////////////////////////////
Leave feedback please.//////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
I know it's low tech by the way but it works////////////////////////
////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
Badger badger badger badger badger//////////////////////////////////
Mushroom mushroom///////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
Dont worry and keep a cool head.