cool, lol. To compare, in about 15 minutes, ill post what i will have been working on for an hour, lol
.
k, here it is. Just dont laugh too hard
. My 1 hour...well more like 50 minutes, but still, work:
Rem Project: Bobby Pendragon-Lifelight Programming
Rem Created: 6/4/2005 2:43:57 PM
Rem ***** Main Source File *****
cls
jumpers=300
phaders=10
vedders=10
ink rgb(0,200,50),0
set text size 15
set text font "Arial Rounded MT Bold"
center text 320,0,"Welcome to Lifelight"
set cursor 0,15
set text size 12
print "Enter Primary Access Code"
do
input "",text$
if text$="1050" and level1access=0`"1050PRIMARYACCESSCODE1050ACCESSATTEMPTSUCCESS1050"
inc level1access,1
endif
if level1access=1
print "Level 1 (Information) Accessed"
inc level1access,1
print "Enter Data to Access"
endif
if level1access=2
if text$="scan ratios"
if jumpers/30>phaders
print "ALERT: PHADER TO JUMPER RATIO TOO LOW BY ";jumpers/30-phaders
endif
if jumpers/30>vedders
print "ALERT: VEDDER TO JUMPER RATIO TOO LOW BY ";jumpers/30-vedders
endif
if jumpers/30<=vedders
print "vedder to jumper ratio normal"
endif
if jumpers/30<=phaders
print "phaders to jumper ratio normal"
endif
endif
if text$="# of jumpers"
print "# of jumpers=";jumpers
endif
if text$="# of phaders"
print "# of phaders=";phaders
if jumpers/30>phaders
print "ALERT: PHADER TO JUMPER RATIO TOO LOW BY ";jumpers/30-phaders
endif
endif
if text$="# of vedders"
print "# of vedders=";vedders
if jumpers/30>vedders
print "ALERT: VEDDER TO JUMPER RATIO TOO LOW BY ";jumpers/30-vedders
endif
endif
if text$="jumper information"
print "enter jumper information access code"
inc jumperinformationlevel,1
endif
if text$="9593" and jumperinformationlevel=1
print "jumper information accessed"
inc jumperinformationlevel,1
print "enter jumper #"
endif
if jumperinformationlevel=2
if text$="jumper 1"
print "enter access code for jumper 1"
inc jumper1info,1
endif
if jumper1info=1
`original code+jumper#*4/2+5
if text$="95937"
print "jumper 1 basic info accessed"
endif
endif
endif
endif
loop
That wont make since to anyone who hasnt read the "Bobby Pendragon" series
, which i would assume is everyone
. I dont want to turn this thread into a question but i just ask 1 real quick
...would it be easier to store the "jumpers" data in a different way, where it could read it and it wouldnt just print it when it was accessed?
Video games…they take you places unreachable, unfeasible. Putting you in the book...putting you in the movie...putting you in a world, that before could only be imagined. expage.com/piratesmainpage.