


I know that I just don't know how to get rid of it I'll show you the code it have for it



You need to add another "end" at the end. The last "end" ends the first conditional statement, so the function is still unclosed.



Yes, and you need another one. The first "end" ends the conditional inside the other conditional.



Yes. One for the nested conditional, one for the conditional containing it, and one for the function.
[Please log in to post a comment]