'bLevelComplete': undeclared identifier


How can I get through this ?

You declared the variable within the while loop. It doesn’t exist outside of that. You need to put that if statement within the while loop.

Thank you

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms