Just updating your code a bit to do what you want..
set cursor 100,100
print "It was a hot morning and you had your covers at your feet. Your alarm"
set cursor 100,120
print "goes off and you somehow muster eneough strength to sit up. Memeries"
set cursor 100,140
PRINT "fly back to your brain as you remember where you are. You sit in"
set cursor 100,160
print "your room. You remember your school which sets off a chain-reaction"
set cursor 100,180
print "in your mind to remember The Hoogawagi Tribe. You are a member of"
set cursor 100,200
print " the Hoogawagi Tribe and are currantly Admiral. You remember"
set cursor 100,220
print "your currant mission. To launch a secret attack on school and on"
set cursor 100,240
print "Wall-Mart. Your mission begins now..."
set cursor 100,280
Input "Please whack the "one" button and then "enter">>>>",one
if one=1
cls
endif
wait key
As a side note, a tip i have to give. It took me awhile to get the hang of implementing the fact that in darkbasicpro for if statements you do not put a then, after opening up the branch..
so instead of having;
if x = 1 then
print "hello"
endif
You need to do it this way
if x = 1
print "hello"
endif
- Merix
Athlon xp 2400+, 1.0GB Ram, Radeon 9800PRO 128mb