add all after onAdvance
C++:
registerMethod("CreatureEvent", "onProgress", LuaScriptInterface::luaCreatureEventOnCallback);
C++:
case CREATURE_EVENT_ONPROGRESS:
return "onProgress";
C++:
bool...
You do not have permission to view the full content of this resource.
Log in or register now.