20-02-2008, 01:46 AM
I was compiling my client, and it said that a variable wasn't defined in modGameLogic. It highlighted frmChars, heres the Case containing frmChars.
I got the error when trying to compile source.
Code:
Case MENU_STATE_NEWCHAR
frmChars.Visible = False
Call SetStatus("Connected, getting available classes...")
Call SendGetClasses
I got the error when trying to compile source.