mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
New scripts for the opening private areas, as well as db updates.
This commit is contained in:
@@ -14,11 +14,11 @@ function onEventStarted(player, command, triggerName)
|
||||
player:ChangeState(0);
|
||||
end
|
||||
|
||||
--player:endEvent();
|
||||
player:endEvent();
|
||||
|
||||
--For Opening Tutorial
|
||||
if (player:HasQuest("Man0l0") or player:HasQuest("Man0g0") or player:HasQuest("Man0u0")) then
|
||||
player:GetDirector("Quest/QuestDirectorMan0l001"):OnCommandEvent(player, command);
|
||||
end
|
||||
--if (player:HasQuest("Man0l0") or player:HasQuest("Man0g0") or player:HasQuest("Man0u0")) then
|
||||
--player:GetDirector("Quest/QuestDirectorMan0l001"):OnCommandEvent(player, command);
|
||||
--end
|
||||
|
||||
end
|
Reference in New Issue
Block a user