your rpg could have a promblem someone could say like Yea or Sure but most importantly some1 could messup.
INPUT "Welcome to the Kingdom of Guylia. What is your name, chosen one? ",username$
question:
INPUT "Hi, " +username$ +". My name is Asulli. Would you like to start a new quest? ",startgame$
IF LOWER$(startgame$)="yes" or LOWER$(startgame$)="y"
PRINT "Good for you!"
wait 2000
goto start
endif
IF LOWER$(startgame$)="no" or LOWER$(startgame$)="n"
PRINT "Thats a shame."
End
endif
print "What was that?"
wait 2000
cls
goto question
start:
cls
print "I started yay!"
this code might help
All that glitters.. Even the stars. All things precious.. Even your life.
The King of Bandits can steal it all. In a blink of an eye.