Can't Make a Variable, please help!
So i am attempting to make a variable in my main code file, for a character. The problem is that I have a code file for the character, so it gives me an error whenever i attempt to make a variable.
Code to make the variable:
public var Char:character = new character();
Error I am receiving:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at character()
at main()