//getPlayerSpecialDescription(cid)
lua_register(m_luaState, "getPlayerSpecialDescription", LuaScriptInterface::luaGetPlayerSpecialDescription);
//doPlayerSetSpecialDescription(cid, desc)
lua_register(m_luaState, "doPlayerSetSpecialDescription", LuaScriptInterface::luaDoPlayerSetSpecialDescription);
if you use 0.3.6pl1 then that error is not because that function is missinghow can I add this then? 'cause I have tried to use doPlayerSetSpecialDescription and console shows an error :S