After i finished coding the last bit with the else if statements it gives me this error.
Error:
Assets/Scripts/NumberWizard.cs(36,4): error CS0201: Only assignment, call, increment, decrement, await, and new object expressions can be used as a statement.
Steps Taken:
I have compared my code with the code in the resources
I have checked my versions im using Unity 5 so i checked the differences couldn’t find anything there.
My code:
https://gist.github.com/PickleFace/46ab3013d476454eba9cd0bbd1a150e4
