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

@ -13,15 +13,13 @@ function onEventStarted(player, command, triggerName)
elseif (player:getState() == 2) then
player:changeState(0);
end
player:endCommand();
player:endCommand();
--For Opening Tutorial
if (player:hasQuest("Man0l0") or player:hasQuest("Man0g0") or player:hasQuest("Man0u0")) then
player:getDirector():onCommand(command);
player:getDirector():onCommand(command);
end
end
function onEventUpdate(player, npc)
end