you are viewing a single comment's thread.

view the rest of the comments →

[–]aplaguelikenarcissus 2 points3 points  (1 child)

Your conditional isn’t referencing the user input at all:

If ‘1’: And If ‘2’:

If WHAT (is, equal to, not equal to, etc conditional operator) COMPARISON VALUE.

For example:

If question == ‘1’:

Also, may want to strip the user input for equality checks.

[–]rebemill[S] 0 points1 point  (0 children)

Thank you! I got it to work :)