mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
All the script changes done to get the openings working.
This commit is contained in:
parent
3d5fa45730
commit
53064a7345
50 changed files with 764 additions and 87 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue