Quote: " hey super unknown , i made a prog similar to yours , but how come it isnt running ?? here is the code .."
Hey i fixed your code. Just changed "start" to a function although there is a little bug that im not sure how to work over where the press "space to start" loops over and over untill you do it.:
PRINT " wazzup "
wait 5000
Print "press W to start "
PRINT "hello"
PRINT "press space bar to start "
do
if spacekey()=1 then start()
disable escapekey
print "press space to start"
loop
function start()
PRINT "Are you Keemo? "
wait 5000
PRINT "yes you are "
wait 5000
PRINT "ofocourse i know that "
wait 5000
PRint "you taught me that "
print "try pressin escape key"
wait 5000
print "doesnt work rite ?"
wait 5000
print "muahahaha you're trapped now !"
wait 5000
print "hmmm"
wait 5000
print "what to talk about now ? "
wait 5000
print "oh well ... "
wait 5000
print "nothin to talk about "
wait 5000
print "fine ill let you go "
enable escapekey
wait 5000
print "ok now you can exit "
wait 2000
print "what ??"
wait 5000
print " you dunno how to exit ???"
wait 5000
print "omg "
wait 5000
print "its escape key , ya it works now !"
endfunction
ALIVE IN THE SUPERUNKNOWN!