Skip to content

Instantly share code, notes, and snippets.

@brigand
Created July 29, 2012 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brigand/3195722 to your computer and use it in GitHub Desktop.
Save brigand/3195722 to your computer and use it in GitHub Desktop.
QuizFilePath = %1%
FileRead, Data, %QuizFilePath%
Quiz(Data)
Quiz(Data) {
StringSplit, Data, Data, `n, `r
MsgBox, 4, Quiz, %Data1%
IfMsgBox Yes
{
If Data2 = yes
MsgBox, VICTORY!
else
MsgBox, Failure...
}
else
{
If Data2 = no
MsgBox, VICTORY!
else
MsgBox, Failure...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment