1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-21 12:17:46 +00:00
project-meteor-server/Data/scripts/unique/wil0Field02/PopulaceStandard/pack_chocobo.lua

7 lines
240 B
Lua
Raw Normal View History

2020-03-15 01:07:17 -04:00
require ("global")
function onEventStarted(player, npc)
defaultWil = GetStaticActor("DftWil");
callClientFunction(player, "delegateEvent", player, defaultWil, "defaultTalkCaravanChocoboUld_001", nil, nil, nil);
player:endEvent();
end