As youll see in the code, I want to give the user a choice of character to use. i want to gain their input, as each character is numbered, I'm just a little clueless as to how to go about doing it. Please help!
Input "Please, input your name: ",name$
Print "Ok " + name$; ", welcome to Hajime!"
Print "The following is a list of popular video game characters. Select your character."
Print"____________________" + " _______________________"
Print "FINAL FANTASY 7" + " FINAL FANTASY 8"
Print "1. Cloud" + " 11. Squall"
Print "2. Tifa" + " 12. Zel"
Print "3. Barrett" + " 13. Rinoa"
Print "4. Cait Sith"
Print "5. Vincent"
Print "6. Yuffie"
Print "7. Cid"
Print "8. Aeris"
Print "9. Red XIII"
Print "10. Sephiroth"
Print"____________________"
then sprite cloud
wait key
end