Limsa Town npcs ported over.

This commit is contained in:
Filip Maj 2016-06-21 19:54:52 -04:00
parent 44acee7e6d
commit 4c7316702d
133 changed files with 651 additions and 337 deletions

View file

@ -1,5 +1,8 @@
require ("global")
function onEventStarted(player, npc)
defaultSea = GetStaticActor("DftSea");
callClientFunction(player, "delegateEvent", player, defaultSea, "
player:RunEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithIvan_001", nil, nil, nil);
player:endEvent();
end