mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Fixed syntax error in tutorial script. Finished fleshing out the opening script and related scripts for Limsa.
This commit is contained in:
parent
77e0639410
commit
7b205c7b9b
6 changed files with 53 additions and 50 deletions
|
@ -21,7 +21,7 @@ function onBeginLogin(player)
|
|||
--director = player:GetZone():CreateDirector("OpeningDirector");
|
||||
--player:AddDirector(director);
|
||||
--player:SetLoginDirector(director);
|
||||
--player:KickEvent(director, "noticeEvent", "noticeEvent");
|
||||
--player:KickEvent(director, "noticeEvent", true);
|
||||
|
||||
player.positionX = 0.016;
|
||||
player.positionY = 10.35;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue