All the script changes done to get the openings working.

This commit is contained in:
Filip Maj 2016-04-18 13:33:31 -04:00
parent 3d5fa45730
commit 53064a7345
50 changed files with 764 additions and 87 deletions

View file

@ -3,17 +3,7 @@
function onZoneInit(zone)
end
function onZoneIn(player)
openingQuest = player:getQuest(110005);
--Opening Quest
if (openingQuest ~= nil) then
if (openingQuest:GetQuestFlag(0) == false) then
player:kickEvent(player:getDirector(), "noticeEvent");
end
end
function onZoneIn(zone, player)
end
function onZoneOut(zone, player)