2011-07-30, 10:29 AM
It means you're trying to use Data type (int, String, etc) to interact with something else
Example:
This is what the program understands. Change every Wizard that's in the wrong place for Data type with mWizardSprite and try again.
Example:
Code:
int = 2;//This will cause that error
int x = 2;//This will not.This is what the program understands. Change every Wizard that's in the wrong place for Data type with mWizardSprite and try again.

