Hey guys, I'm working on an update for my 1960's quiz game and I need a little help with scripting. Basically I have a variable that can either be 1 or 0 and I want it to, on the last page, list whether the question was answered correctly or incorrectly. EX:
Q1RW=0
You got question 1 wrong.
Q1RW=1
You got question 1 right.
This is a very simple script, I know, but I don't really know the language on here yet.