well when i try compiling SkillNpc i'll get this error :
Code:
1>------ Build started: Project: SkillNpc, Configuration: Debug Win32 ------
1>Compiling...
1>SkillNpc.cpp
1>d:\Setup.h(4) : error C2065: 'ScriptMgr' : undeclared identifier
1>d:\Setup.h(4) : error C2065: 'mgr' : undeclared identifier
1>d:\Setup.h(4) : error C2182: 'SetupSkillNpc' : illegal use of type 'void'
1>d:\Setup.h(4) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>Build log was saved at "file://d:\SVN\trunk\trunk\src\moonscripts\projects\2003_int_debug_SkillNpc\BuildLog.htm"
1>SkillNpc - 4 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
If anyone know's the sulution please tell me 
Thanks!