Zitat:
Zitat von bronxbomber92
u could have a function for each question. like:
THEN u could make a variable like:Code:function questionOne()
-- your question code--
then, when the person preses up down, or whatever, u put:Code:questionanswered = false
and then put:Code:questionanswered = true
where function questionTwo() is your second question... and so on.Code:if questionanswered == true then
function questionTwo()
end
hope i helped:)
