1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-24 05:37:46 +00:00
project-meteor-server/Data/scripts/unique/ocn0Battle02/PopulaceStandard/zone.lua

20 lines
314 B
Lua
Raw Normal View History

function onZoneInit(zone)
end
function onZoneIn(player)
openingQuest = player:GetQuest(110001);
--Opening Quest
if (openingQuest ~= nil) then
if (openingQuest:GetQuestFlag(0) == false) then
player:KickEvent(player:GetDirector(), "noticeEvent");
end
end
end
function onZoneOut(zone, player)
end