New scripts for the opening private areas, as well as db updates.

This commit is contained in:
Filip Maj
2017-03-07 08:32:57 -05:00
parent e898c045f7
commit d918ad3776
29 changed files with 412 additions and 183 deletions

View File

@@ -0,0 +1,8 @@
require ("global")
require ("quests/man/man0l0")
function onEventStarted(player, npc)
man0l0Quest = player:GetQuest("Man0l0");
callClientFunction(player, "delegateEvent", player, man0l0Quest, "processEvent020_10", nil, nil, nil);
player:endEvent();
end