errors errors and more errors :P
Code:
2>.\questmgr.cpp(1708) : error C2065: 'm_pp' : undeclared identifier
2>.\questmgr.cpp(1708) : error C2228: left of '.spell_book' must have class/struct/union
2>.\questmgr.cpp(1709) : error C3861: 'UnscribeSpell': identifier not found
2>.\perlparser.cpp(2335) : error C2660: 'QuestManager::unscribespell' : function does not take 0 arguments
plus had to change
questmgr.h
void unscribespell(); to void unscribespell(int spell_id, bool update_client);
althogh i think all calls should prob be set to
void unscribespell(int spell_id, bool update_client=true);