1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-22 20:57:47 +00:00
project-meteor-server/Data/scripts/unique/wil0Field02/PopulaceStandard/pack_chocobo.lua
2020-03-15 01:07:17 -04:00

7 lines
No EOL
240 B
Lua

require ("global")
function onEventStarted(player, npc)
defaultWil = GetStaticActor("DftWil");
callClientFunction(player, "delegateEvent", player, defaultWil, "defaultTalkCaravanChocoboUld_001", nil, nil, nil);
player:endEvent();
end