im getting this error when i try to compile lua++, any ideas?Code:1>..\src\luascripting\LUAEngine.cpp(4233) : error C2039: 'EventCastSpell' : is not a member of 'GameObject' 1> c:\documents and settings\chamilitary man\desktop\arcemu\trunk\src\ascent-world\GameObject.h(144) : see declaration of 'GameObject' 1>..\src\luascripting\LUAEngine.cpp(4233) : error C2065: 'EventCastSpell' : undeclared identifier 1>..\src\luascripting\LUAEngine.cpp(4738) : warning C4244: 'argument' : conversion from 'const uint64' to 'lua_Integer', possible loss of data 1>Build log was saved at "file://c:\Documents and Settings\Chamilitary Man\Desktop\ArcEmu\trunk\src\scripts\projects\2008_int_debug_LUAScripting\BuildLog.htm" 1>LUAScripting - 2 error(s), 1 warning(s)