Changed a bunch of lua stuff, as well as modified a bunch of generic item quest stuff

This commit is contained in:
KimLS
2013-05-23 12:43:21 -07:00
parent 1363d5d209
commit ce63503bab
16 changed files with 564 additions and 158 deletions
+2
View File
@@ -76,6 +76,8 @@ private:
void ClearStates();
void MapFunctions(lua_State *L);
void AddError(std::string error);
void ExportQGlobals(NPC *n, Client *c);
void ExportZoneVariables();
std::map<std::string, std::string> vars_;
std::map<std::string, bool> loaded_;