Im making A choose Your Own Adventure game. I have it showing my text like i want, but when i get to where you answer what you want to do, It says "Choose your own adventure has stopped working"
"windows is searching for a solution"
I can't figure out what i did wrong!
Is the prolem my computer, or my Script
( im running windpws vista home premium)
[/code]Hide Mouse
SET TEXT TO NORMAL
Hide Mouse
`tittle screen
Set Text font "Freestyle script"
SET TEXT SIZE 24
Print "Choose your own adventure pc Version 1"
Print "Created by C.J. Bailey"
Print "press space bar to continue"
Wait Key
CLS
Wait (5000)
Print "You and a friend were walking down the street when"
Print "a big van pulled up beside you."
Print "A fat ugly man was driving. You didn't think nothing of it."
Print "But then a Hot girl got out of the back."
Print "She asked you if you want to come to her house and play video games"
Wait Key
CLS
Print "Would you like to go with her"
Print "Yes, No"
Wait Key
Input "YES"
Input "NO"
If Input$ = "Yes" Then Goto A
If Input$ = "NO" Then Goto B
Cls
A:
Print "She invits you into the van, and you and your Friend enter it."
Print "It's a really nice van inside. Complete with a GPS."
Print "The ugly fat man drives you to a nice looking house"
Print ""
Input " "
Cls
Print "Do you want To meet your crew? "
Print "Yes Or No"
Input "Yes No"
If InputString$ = "Yes" Then Goto Crew
If InputString$ = "yes" Then Goto Crew
If InputString$ = "No" Then Goto Combat1
If InputString$ = "No" Then Goto Combat1
B:
Print "Test "
Print " Test"
Wait Key
Sync
Loop
End[code]
Itsssssss wednesday