I need to use my global variables in script. But when placing Using AC; in my code it returns an error CS0246: The type or namespace name `AC' could not be found. Are you missing an assembly reference?
Can anybody see what's the problem? I have all of adventurecreator imported into my project.
Comments