And Here is a simple example i made .... feel free to change stuff tht u want to.
cls
hide mouse
Input "What do you want your game to be called? ",gamename$
wait 1000
print "Do you want your game to be based on:"
print "1)Jokes"
print "2)Action"
print "3)Annoying"
if inkey$ () = "1"
goto Jokes
endif
if inkey$ () = "2"
goto Action
endif
Jokes:
cls
Print "Welcome to ",gamename$
wait 2000
Print "This is a funny game!!!!"
print "So here as some funny things to do in a cinema!"
wait 3000
print "Through popcorn up and shout it's snowing!"
print "Laugh at all the non funny jokes.!"
print "Press 1 for jokes to tell a pizza man!"
print "Press 2 for jokes to do at school!"
if inkey$() = "1"
goto Pizzajokes
endif
if inkey$() = "2"
goto schooljokes
endif
wait key
Pizzajokes:
cls
print "Pizza Jokes heh. I like those!"
wait 1000
print "Ask for fries with everything!"
print "Ask if the pizza is actually dead!"
print "Ask if you can haggle!"
print " I hope you found these funny!"
wait key
end
schooljokes:
cls
print "School jokes heh. I like those so much!"
wait 1000
print "At the end of your paper put this message will self-destruct in 10 seconds!"
wait 1000
print "organize a bunch of people in one class to emit a low humming noise!"
wait key
end
Action:
cls
print " Welcome to ",gamename$
wait 1000
print "This an action game you have to answer this riddle to save the world!"
wait 1000
Input " I am hard, I am soft, i am rough, I am smooth, I am jelly, What am I???",answer
print "Sice you are soooo stupid and you don't know the answer the world got destroyed!"
wait key
end
Hope this helps
Mrnaughty is my name being NAUGHTY is my game. lol