I'm making one too but i cant even do the fight part i'm such a noob

rem %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
rem % Eartaga 1 %
rem %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
rem ALL MINE!!!
cls
set cursor 270,240
print "hello"
print "Welcome to the world of Eartaga you have been frozen for over 20000000 years what is your name"
input "Your name>", name$
print "hi "; name$ ;" i'm Lisa I will be your guide for the next few days"
wait 10000
cls
print " First things first this is the d7C space station we train soldiers to take back Earth."
print "BzZzZ dInG this is the combat centre can umm "; name$ ;" please report here in 10 minutes DiNg"
print " Oh you already have a class well you better get going to your room it's number 3528 Bye."
input "will you go to your room or walk around(room or walk)>", command1$
if command1$="room"
cls
gosub room1
endif
if command1$="walk"
cls
gosub walk1
endif
rem my room
room1:
print "woah this place is small you only have a bed, kitchen and bathroom"
print "anyway better get ready"
print "hmm you better get into something more comfortable"
print "hey there's two pairs of clothes on your bed red and blue"
input "do you wanna where the red or bluegold suit>", suit1$
cls
print "you had better get to that combat class"
wait 3000
print "type the leave or stay command to decide"
input "come on stay or leave??>",stayorleave1$
if stayorleave1$="leave"
print "good you will arrive in.."
leave:
print "10..."
wait 1000
print "9..."
wait 1000
print "8..."
wait 1000
print "7..."
wait 1000
print "6..."
wait 1000
print "5..."
wait 1000
print "4..."
wait 1000
print "3..."
wait 1000
print "2..."
wait 1000
print "1..."
wait 1000
cls
print "you walk in the door"
gosub combatclass1
endif
if stayorleave1$="stay"
cls
print "NOO!!!"
gosub leave
endif
rem class one
combatclass1:
print "Oh hello, you must be "; name$ ;" I'm your trainer I can't tell you my name for security reasons"
input "so you're going to have to give me a nickname>", trainer$
print "hmmm "; trainer$ ;" nice, better than some others"
rem walk one
walk1:
print "I'll explore a bit"
thats it so far
C:\Documents and Settings\Jasons STUFF\My Documents\Jason\2009\db