All of Limsa scripted. Ul'dah scripts auto generated.

This commit is contained in:
Filip Maj 2016-06-13 22:27:12 -04:00
parent d1c8987091
commit f5619ff800
231 changed files with 1454 additions and 0 deletions

View file

@ -0,0 +1,10 @@
function onEventStarted(player, npc)
defaultWil = getStaticActor("DftWil");
player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithBerndan_001", nil, nil, nil);
end
function onEventUpdate(player, npc, blah, menuSelect)
player:endEvent();
end