1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-05-01 00:47:46 +00:00
project-meteor-server/data/scripts/unique/wil0Town01a/PopulaceStandard/uwilsyng.lua

7 lines
206 B
Lua
Raw Normal View History

function onEventStarted(player, npc)
defaultWil = getStaticActor("DftWil");
2016-06-14 21:47:54 -04:00
player:runEventFunction("delegateEvent", player, defaultWil, "defaultTalkWithGuildleveClientU_003", nil, nil, nil);
end